/* VARIABLES */
/* TYPOGRAPHY */
.footer-bottom .footer-bottom-panel {
  position: relative;
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid #7e8391;
  background: rgba(0, 0, 0, 0);
  box-shadow: 1px -29px 34.2px 0 rgba(165, 211, 242, 0.31) inset;
  overflow: hidden;
}
.footer-bottom .footer-bottom-panel > * {
  position: relative;
  z-index: 1;
}
.footer-bottom .footer-bottom-panel .footer-copy-right {
  color: #919191;
  font-size: 0.96381rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37688rem;
  text-transform: uppercase;
}
.footer-bottom .footer-bottom-panel .footer-copy-right p {
  margin: 0;
}
.footer-bottom .footer-bottom-divider {
  opacity: 0.15;
}
.footer-bottom nav ul,
.footer-bottom .menu {
  list-style: none;
  margin: 0;
  flex-direction: column;
}
.footer-bottom nav ul li + li,
.footer-bottom .menu li + li {
  margin-top: 0.75rem;
}
.footer-bottom nav ul a,
.footer-bottom .menu a {
  text-decoration: none;
  color: #fff;
}
.footer-bottom nav ul a:hover, .footer-bottom nav ul a:focus,
.footer-bottom .menu a:hover,
.footer-bottom .menu a:focus {
  color: #d63384;
}
.footer-bottom .join-sela {
  padding-top: 1rem;
}
.footer-bottom nav h2,
.footer-bottom nav .block-title {
  font-size: 1rem;
  letter-spacing: 0.12em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}

.footer-top-section .images-wrapper {
  height: 660px;
}
.footer-top-section .images-wrapper .first-image {
  top: 183px;
}
@media (max-width: 35.99875rem) {
  .footer-top-section .field--name-field-buttons {
    margin: 0 1.25rem;
  }
}
.footer-top-section .field--name-field-buttons .btn-wrapper {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: solid 1px #fff;
  min-width: 200px;
}
.footer-top-section .field--name-field-buttons .btn-wrapper:hover {
  color: #A5D3F2;
}
.footer-top-section .field--name-field-buttons .btn-wrapper:hover svg path {
  fill: #A5D3F2;
}
.footer-top-section .field--name-field-buttons svg {
  height: 32px;
  width: 32px;
}
.footer-top-section .text-formatted p {
  margin: 1.5625rem 0;
}

.menu--social-media a {
  width: 36px;
  height: 38px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.menu--social-media a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 0.125rem;
  background: linear-gradient(90deg, #212859, #a5d3f2);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  aspect-ratio: 1/1;
  transform: scale(1.02);
}
.menu--social-media a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0.625rem;
}
.menu--social-media .snapchat:after {
  background-image: url("../../images/icons/snapchat.svg");
}
.menu--social-media .instgram:after {
  background-image: url("../../images/icons/instgram.svg");
}
.menu--social-media .tiktok:after {
  background-image: url("../../images/icons/tiktok.svg");
}
.menu--social-media .twitter:after {
  background-image: url("../../images/icons/x.svg");
}
.menu--social-media ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row !important;
  gap: 12px;
  align-items: center;
  margin-top: 4.125rem !important;
  justify-content: flex-end;
}
.menu--social-media ul li {
  margin-top: 0 !important;
}

.site-footer {
  background-image: url("../../images/bg.svg");
  background-repeat: no-repeat;
  background-size: 100vw 70%;
  background-position: bottom;
}