@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;900&display=swap");
.text-light {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}

.text-regular {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.text-medium {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.text-semibold {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

.text-bold {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.mobilenav-active {
  overflow: hidden;
}

main {
  padding-top: 7rem;
}
@media (min-width: 768px) {
  main {
    padding-top: 10.4rem;
  }
  [data-page=home] main {
    padding-top: 20.5rem;
  }
}

#announcement-banner, .announcement-banner {
  background-color: var(--deepblue);
  padding: 1rem 5%;
  color: var(--white);
}
.transparent-nav #announcement-banner, .transparent-nav .announcement-banner {
  background-color: transparent;
  padding-bottom: 0;
}
@media (min-width: 641px) {
  #announcement-banner, .announcement-banner {
    padding: 1.6rem 5%;
  }
}
@media (min-width: 1140px) {
  #announcement-banner, .announcement-banner {
    padding: 1.6rem 5%;
  }
}
.shrink #announcement-banner, .shrink .announcement-banner {
  background-color: var(--deepblue);
  padding: 1.2rem 5%;
}
#announcement-banner .container, .announcement-banner .container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
#announcement-banner p, .announcement-banner p {
  color: #fff;
}
#announcement-banner p.overline, .announcement-banner p.overline {
  font-size: 1rem;
  margin-bottom: 0.4em;
}
#announcement-banner p.headline, .announcement-banner p.headline {
  font-size: var(--md);
  font-weight: var(--bold);
  margin-bottom: 0;
  letter-spacing: none;
  display: none;
  color: #fff;
}
@media (min-width: 900px) {
  #announcement-banner p.headline, .announcement-banner p.headline {
    display: block;
  }
}
@media (min-width: 1140px) {
  #announcement-banner p.headline, .announcement-banner p.headline {
    font-size: var(--md);
  }
  .shrink #announcement-banner p.headline, .shrink .announcement-banner p.headline {
    font-size: var(--sm);
  }
}
#announcement-banner a, .announcement-banner a {
  font-size: 1.2rem;
  font-weight: var(--semibold);
  color: var(--white);
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #fff;
}
@media (min-width: 641px) {
  #announcement-banner a, .announcement-banner a {
    font-size: 1.4rem;
  }
}
#announcement-banner .copy img, .announcement-banner .copy img {
  display: block;
  width: 20rem;
  position: relative;
  top: 3px;
}
@media (min-width: 641px) {
  #announcement-banner .copy img, .announcement-banner .copy img {
    width: 22rem;
  }
}
@media (min-width: 900px) {
  #announcement-banner .copy img, .announcement-banner .copy img {
    display: none;
  }
}
#announcement-banner .action, .announcement-banner .action {
  display: flex;
  align-items: center;
}
#announcement-banner .action img, .announcement-banner .action img {
  width: 25rem;
  padding-right: 4rem;
  display: none;
}
@media (min-width: 900px) {
  #announcement-banner .action img, .announcement-banner .action img {
    display: block;
  }
}
@media (min-width: 1140px) {
  #announcement-banner .action img, .announcement-banner .action img {
    width: 22rem;
  }
  .shrink #announcement-banner .action img, .shrink .announcement-banner .action img {
    width: 22rem;
  }
}

.topnav {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 80;
  transition: 0.15s ease-in-out;
  background-color: var(--electricblue);
}
@media (min-width: 1024px) {
  .topnav {
    background-color: white;
  }
}
.transparent-nav .topnav {
  background-color: transparent;
}
.topnav .container-md {
  position: relative;
  padding: 0 7.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: 0.15s ease-in-out;
  height: 7rem;
}
@media (min-width: 1024px) {
  .topnav .container-md {
    padding: 0 5%;
    height: auto;
    justify-content: flex-start;
  }
}
.topnav .nav-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  inset: 7rem 0 0;
  transform: translateX(100%);
  transition: 0.25s ease-in;
  background-color: var(--mineshaftblack);
  mix-blend-mode: saturation;
  padding-top: 4rem;
  padding-bottom: 6rem;
  overflow-y: scroll;
}
@media (min-width: 1024px) {
  .topnav .nav-container {
    mix-blend-mode: unset;
    flex-direction: row;
    justify-content: flex-start;
    transform: none;
    position: static;
    background-color: transparent;
    padding: 0;
    overflow-y: visible;
  }
}
.topnav a.brand-logo {
  width: 10rem;
}
.topnav a.brand-logo svg {
  aspect-ratio: 130/30;
}
@media (min-width: 1100px) {
  .topnav a.brand-logo {
    width: 13rem;
  }
}
.topnav a.brand-logo .buxton-logo {
  fill: var(--offwhite);
}
@media (min-width: 1024px) {
  .topnav a.brand-logo .buxton-logo {
    fill: var(--electricblue);
  }
}
.transparent-nav .topnav a.brand-logo .buxton-logo {
  fill: var(--offwhite);
}
.topnav .links {
  --px: 2rem;
  padding: 0 2.5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media (min-width: 1024px) {
  .topnav .links {
    width: auto;
    display: flex;
  }
}
@media (min-width: 1100px) {
  .topnav .links {
    padding: 0 5%;
  }
}
@media (min-width: 1200px) {
  .topnav .links {
    --px: 3rem;
  }
}
.topnav .links > li {
  position: relative;
  padding: 0 var(--px) 4rem;
}
@media (min-width: 1024px) {
  .topnav .links > li {
    padding: 0 var(--px);
  }
}
@media (min-width: 1024px) {
  .topnav .links > li:hover > a::before {
    width: 100%;
    opacity: 1;
  }
  .topnav .links > li:hover > a::after {
    transform: rotate(0);
  }
  .topnav .links > li:hover ul {
    border-radius: 6px;
    opacity: 1;
    transform: translateY(100%);
    pointer-events: auto;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07), 0 2px 3px rgba(0, 0, 0, 0.08), 0 6px 9px rgba(0, 0, 0, 0.09), 0 18px 27px rgba(0, 0, 0, 0.1);
  }
}
.topnav .links > li > a {
  white-space: nowrap;
  position: relative;
  display: block;
  padding: 4rem 0;
}
.topnav .links > li > a::before {
  content: "";
  width: 0;
  position: absolute;
  top: 10px;
  left: 50%;
  height: 2px;
  background-color: var(--electricblue);
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.topnav .links > li > a::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 12 12'%3E%3Cg fill='%23161616'%3E%3Cpath d='M4.781.375a1,1,0,0,0-1.562,1.25L6.719,6l-3.5,4.375a1,1,0,0,0,1.562,1.25l4-5a1,1,0,0,0,0-1.25Z' fill='%23161616'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  height: 6px;
  width: 6px;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -2px;
  transform: rotate(90deg);
}
.topnav .links > li ul {
  background-color: var(--mineshaftblack);
}
@media (min-width: 1024px) {
  .topnav .links > li ul {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    transform: translateY(calc(100% - 10px));
    min-width: 20rem;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease-in-out;
    box-shadow: 0 1px 2px rgba(47, 47, 47, 0.08), 0 2px 4px rgba(47, 47, 47, 0.085), 0 6px 12px rgba(47, 47, 47, 0.09), 0 24px 48px rgba(47, 47, 47, 0.1);
  }
  .topnav .links > li ul::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent var(--mineshaftblack) transparent;
    position: absolute;
    top: 0;
    left: 25%;
    transform: translateY(-100%);
  }
}
.topnav .links > li ul li {
  padding: 1rem 0;
}
.topnav .links > li ul li:not(:last-child) {
  border-bottom: 1px solid rgba(109, 116, 126, 0.5);
}
.topnav .links > li ul a {
  display: block;
  padding: 0.5rem var(--px);
  color: var(--offwhite);
  font-size: var(--sm);
}
.topnav .links > li ul a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.topnav .links a {
  padding: 1.6rem;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  color: var(--mineshaftblack);
  font-size: 1.6rem;
  position: relative;
}
.transparent-nav .topnav .links a {
  color: var(--offwhite);
}
.topnav .buttons {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .topnav .buttons {
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
    padding: 0;
  }
}
.topnav .buttons .btn {
  display: inline-block;
}
.topnav .buttons .btn:not(:last-child) {
  margin-right: 1.2rem;
}
.transparent-nav .topnav .buttons .btn-login {
  border-color: var(--offwhite);
  color: var(--offwhite);
  background-color: transparent;
}
.transparent-nav .topnav .buttons .btn-login:hover {
  border-color: var(--offwhite);
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.06), 0 2px 4px rgba(255, 255, 255, 0.07), 0 6px 12px rgba(255, 255, 255, 0.08), 0 12px 24px rgba(255, 255, 255, 0.15);
}
.transparent-nav .topnav .buttons .btn-demo {
  background-color: var(--offwhite);
  border-color: transparent;
  color: var(--mineshaftblack);
}
.transparent-nav .topnav .buttons .btn-demo:hover {
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.06), 0 2px 4px rgba(255, 255, 255, 0.07), 0 6px 12px rgba(255, 255, 255, 0.08), 0 12px 24px rgba(255, 255, 255, 0.15);
}
.topnav .mobile-menu {
  cursor: pointer;
  --animation-speed: .5s;
  --nav-color: var(--offwhite);
  transition: transform var(--animation-speed);
  padding: 12.5px 0;
}
@media (min-width: 1024px) {
  .topnav .mobile-menu {
    display: none;
  }
}
.topnav .mobile-menu .line-1, .topnav .mobile-menu .line-3, .topnav .mobile-menu .line-2 {
  border-top: 2px solid var(--nav-color);
  display: block;
  transition: margin var(--animation-speed), transform var(--animation-speed);
  width: 25px;
}
.topnav .mobile-menu .line-2 {
  margin: 5px 0;
}
.mobilenav-active .topnav .mobile-menu {
  transform: rotateY(180deg);
}
.mobilenav-active .topnav .mobile-menu .line-1, .mobilenav-active .topnav .mobile-menu .line-2, .mobilenav-active .topnav .mobile-menu .line-3 {
  transform: rotate(45deg);
}
.mobilenav-active .topnav .mobile-menu .line-2 {
  margin: -2px 0;
  opacity: 0;
}
.mobilenav-active .topnav .mobile-menu .line-3 {
  transform: rotate(-45deg);
}
.topnav.shrink, .mobilenav-active .topnav {
  background-color: var(--electricblue);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.07), 0 6px 12px rgba(0, 0, 0, 0.08);
}
.topnav.shrink .links > li > a, .mobilenav-active .topnav .links > li > a {
  color: var(--offwhite);
  padding: 2rem 0;
}
.topnav.shrink .links > li > a::before, .mobilenav-active .topnav .links > li > a::before {
  background-color: var(--offwhite);
}
.topnav.shrink .links > li > a::after, .mobilenav-active .topnav .links > li > a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='6' viewBox='0 0 12 12'%3E%3Cg fill='%23161616'%3E%3Cpath d='M4.781.375a1,1,0,0,0-1.562,1.25L6.719,6l-3.5,4.375a1,1,0,0,0,1.562,1.25l4-5a1,1,0,0,0,0-1.25Z' fill='%23fcfaff'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.topnav.shrink .links > li ul, .mobilenav-active .topnav .links > li ul {
  bottom: 0.5rem;
}
.topnav.shrink a .buxton-logo, .mobilenav-active .topnav a .buxton-logo {
  fill: var(--offwhite);
}
.topnav.shrink .buttons .border-mineshaftblack, .mobilenav-active .topnav .buttons .border-mineshaftblack {
  border-color: var(--aquablue);
  color: var(--offwhite);
  background-color: transparent;
}
.topnav.shrink .buttons .border-mineshaftblack:hover, .mobilenav-active .topnav .buttons .border-mineshaftblack:hover {
  border-color: var(--offwhite);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.09), 0 6px 12px rgba(0, 0, 0, 0.1), 0 12px 24px rgba(0, 0, 0, 0.2);
}
.topnav.shrink .buttons .bg-electricblue, .mobilenav-active .topnav .buttons .bg-electricblue {
  background-color: var(--offwhite);
  color: var(--mineshaftblack);
}
.topnav.shrink .buttons .bg-electricblue:hover, .mobilenav-active .topnav .buttons .bg-electricblue:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.09), 0 6px 12px rgba(0, 0, 0, 0.1), 0 12px 24px rgba(0, 0, 0, 0.2);
}
.topnav.shrink .mobile-menu, .mobilenav-active .topnav .mobile-menu {
  --nav-color: var(--offwhite);
}
.mobilenav-active .topnav .nav-container {
  transition: 0.5s ease-out;
  transform: translateX(0);
}
.mobilenav-active .topnav .links > li > a::after {
  transform: rotate(0);
}

footer {
  padding-top: 8rem;
  padding-bottom: 1.6rem;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  footer {
    padding-top: 11rem;
  }
}
footer .buxton-logo {
  width: 14rem;
  margin-bottom: 1.4rem;
  padding-right: 0;
}
footer .main-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 10%;
  padding-bottom: clamp(5rem, 7vw, 15rem);
}
footer .main-links ul {
  width: 40%;
}
@media (min-width: 641px) {
  footer .main-links ul {
    width: auto;
  }
}
@media (min-width: 641px) {
  footer .main-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  footer .main-links {
    grid-template-columns: repeat(3, auto) 1fr auto;
  }
}
footer .main-links .social {
  width: 100%;
}
@media (min-width: 641px) {
  footer .main-links .social {
    grid-area: 1/1/2/5;
  }
}
@media (min-width: 1024px) {
  footer .main-links .social {
    grid-area: 1/5/2/6;
  }
}
footer .main-links .social li {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
footer .main-links .social li a {
  transition: 0.25s ease-in-out;
}
footer .main-links .social li:last-child:hover a {
  opacity: 0.5;
}
footer .main-links .social li:last-child:hover a:hover {
  opacity: 1;
}
footer .main-links .social a {
  margin-right: 1em;
}
footer li {
  color: var(--offwhite);
  font-size: var(--md);
  font-weight: var(--medium);
  margin-bottom: 0.75em;
}
footer li:first-child {
  font-size: var(--lg);
  font-weight: var(--bold);
}
footer li a {
  color: inherit;
}
footer a:hover {
  color: var(--electricblue);
}
@media (min-width: 768px) {
  footer .legal-links {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
footer .legal-links p, footer .legal-links a {
  font-size: 1rem;
  color: var(--offwhite);
}
footer .legal-links a:hover {
  color: var(--electricblue);
}
