@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.footer {
  overflow: hidden;
}
.footer .nav-title {
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: 1px;
}
.footer a {
  line-height: 2;
  margin-bottom: 0.25rem;
  padding: 0;
  position: relative;
  transition: box-shadow 350ms, color 350ms;
  display: inline-block;
  box-shadow: inset 0 -2px transparent;
}
.footer a:hover, .footer a:focus-visible, .footer a:active, .footer a.active {
  color: #fff;
  box-shadow: inset 0 -2px #fff;
  text-decoration: none;
}
.footer a.active {
  box-shadow: none;
  color: #c6c6c6;
}
.footer a.active:hover, .footer a.active:focus-visible, .footer a.active:active {
  color: white;
  box-shadow: inset 0 -2px white;
}
.footer-top {
  background-color: #333333;
  padding: 2.5rem 0;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
@media (min-width: 768px) {
  .footer-top {
    padding: 5rem 0;
  }
}
[data-darkreader-scheme=dark] .footer-top, html[native-dark-active] .footer-top {
  background-color: #1a1a1a;
}
.footer-top .wrapper {
  display: grid;
  gap: 2rem;
  padding: 0 3rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-top .wrapper {
    gap: 1rem;
  }
}
@media (min-width: 576px) {
  .footer-top .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .footer-top .wrapper {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .footer-top .wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
}
.footer-top ul li {
  flex: 100%;
}
.footer-top ul li a {
  color: #c6c6c6;
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .footer-top nav {
    display: block;
    flex: 1;
  }
}
@media (min-width: 992px) {
  .footer-top .logo,
  .footer-top .cta {
    display: flex;
    justify-content: right;
  }
}
.footer-top .logo img,
.footer-top .cta img {
  display: none;
  width: 9.625rem;
}
@media (min-width: 992px) {
  .footer-top .logo img,
  .footer-top .cta img {
    display: block;
  }
}
.footer-top .logo a,
.footer-top .cta a {
  box-shadow: 0 0 0 2px #c6c6c6;
  color: #c6c6c6;
  font-size: 0.875rem;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0.75rem 1.5625rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer-top .logo a:hover,
.footer-top .cta a:hover {
  background: transparent;
  box-shadow: 0 0 0 2px #fff;
  color: #fff;
}
.footer-social-cta {
  display: grid;
  gap: 1.5rem;
  place-content: start;
}
.footer-social-cta ul {
  display: flex;
  list-style-type: none;
  gap: 1rem;
  margin: 0;
}
@media (min-width: 992px) {
  .footer-social-cta ul {
    justify-content: flex-end;
  }
}
.footer-social-cta ul li {
  flex: unset;
}
.footer-social-cta ul li a {
  margin-bottom: 0;
  padding: 0;
  transition: all 0.3s ease;
}
.footer-social-cta ul li a:hover {
  background: transparent;
  box-shadow: none;
}
.footer-social-cta ul li:nth-last-child(1) a {
  padding-right: 0;
}
.footer-bottom {
  background-color: #222222;
  font-size: 0.875rem;
  padding: 1.25rem 0;
  text-align: center;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .footer-bottom, html[native-dark-active] .footer-bottom {
  background-color: #111111;
}
@media (min-width: 992px) {
  .footer-bottom {
    text-align: left;
  }
}
.footer-bottom .wrapper {
  display: grid;
}
@media (min-width: 992px) {
  .footer-bottom .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .footer-bottom .block-menu {
    justify-self: end;
  }
}
.footer-bottom ul {
  justify-content: center;
  gap: 1rem;
}
.footer-bottom ul::after {
  display: none;
}
.footer-bottom p,
.footer-bottom a {
  color: #999999;
  font-size: 0.875rem;
}

.support-menu {
  bottom: 20px;
  position: fixed;
  right: 20px;
  text-align: right;
  z-index: 99;
}
.support-menu button {
  background-color: #491e88;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  border-radius: 50%;
  border: 0;
  color: #fff;
  display: flex;
  font-size: 1.6em;
  height: 56px;
  padding: 0.375rem;
  place-items: center;
  transition: all 0.3s ease;
  width: 56px;
}
.support-menu button svg {
  padding: 0.5rem;
  width: 100%;
}
.support-menu button::after {
  display: none;
}
.support-menu .dropdown-menu {
  background-color: transparent;
  bottom: 4.5rem;
  display: grid;
  grid-template-rows: 0fr;
  left: auto;
  overflow: hidden;
  min-width: max-content;
  right: 1rem;
  top: inherit;
  transition: all 1.4s cubic-bezier(0.65, -0.08, 0.37, 1.07);
  visibility: hidden;
}
.support-menu .dropdown-menu.show {
  grid-template-rows: 1fr;
  transition: all 0.3s cubic-bezier(0.45, 0.03, 0.53, 1.06);
  transform: translate(0%, 0);
  visibility: visible;
}
.support-menu .dropdown-menu.show li:nth-child(1) {
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.0833333333s;
  animation-duration: 0.3s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.support-menu .dropdown-menu.show li:nth-child(2) {
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.1666666667s;
  animation-duration: 0.3s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.support-menu .dropdown-menu.show li:nth-child(3) {
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.25s;
  animation-duration: 0.3s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.support-menu .dropdown-menu.show li:nth-child(4) {
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.3333333333s;
  animation-duration: 0.3s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.support-menu .dropdown-menu.show li:nth-child(5) {
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.4166666667s;
  animation-duration: 0.3s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.support-menu .dropdown-menu.show li:nth-child(6) {
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-duration: 0.3s;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.support-menu ul {
  align-items: end;
  display: grid;
  gap: 0.375rem;
  min-height: 0;
  overflow: hidden;
  place-items: end;
}
.support-menu ul li {
  animation-name: fadeOutDown;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.support-menu ul li:nth-child(6) {
  animation-delay: 0.8s;
  order: 1;
}
.support-menu ul li:nth-child(6) a {
  background-color: #007269;
}
.support-menu ul li:nth-child(5) {
  animation-delay: 0.6s;
  order: 2;
}
.support-menu ul li:nth-child(5) a {
  background-color: #0092a6;
}
.support-menu ul li:nth-child(4) {
  animation-delay: 0.4s;
  order: 3;
}
.support-menu ul li:nth-child(4) a {
  background-color: #0090c3;
}
.support-menu ul li:nth-child(3) {
  animation-delay: 0.3s;
  order: 4;
}
.support-menu ul li:nth-child(3) a {
  background-color: #0080bd;
}
.support-menu ul li:nth-child(2) {
  animation-delay: 0.2s;
  order: 5;
}
.support-menu ul li:nth-child(2) a {
  background-color: #0070b8;
}
.support-menu ul li:nth-child(1) {
  animation-delay: 0.1s;
  order: 6;
}
.support-menu ul li:nth-child(1) a {
  background-color: #2547a0;
}
.support-menu ul li a {
  align-items: center;
  background-color: #491e88;
  border-radius: 25px;
  box-shadow: none;
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  font-weight: 500;
  gap: 0.75rem;
  margin: 0;
  padding: 0.5rem 1.125rem;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;
}
.support-menu ul li a::after {
  display: none;
}
.support-menu ul li a:focus-visible, .support-menu ul li a:hover {
  background-size: 0;
  box-shadow: none;
  filter: brightness(1.07);
  text-decoration: none;
}

.whatsup-menu ul {
  bottom: 1.4rem;
  right: 7rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 99;
}
.whatsup-menu ul a {
  font-size: 0;
}
.whatsup-menu ul a:hover {
  text-decoration: none;
}
.whatsup-menu ul .icon {
  border-radius: 50%;
  background-color: #2cb34a;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
  display: grid;
  height: 3.4375rem;
  place-items: center;
  width: 3.4375rem;
}
.whatsup-menu ul svg {
  fill: #fff;
  padding: 0.375rem;
}
/*# sourceMappingURL=footer.theme.css.map */
