html {
  background-color: #151515;
  height: 100%;
}

body {
  font-size: 1rem;
  font-family: proxima-nova,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;



}
.container {
  position: relative;
  width: min(100%, 1280px);


  margin-inline: auto;

  text-align: center;
  overflow-x: clip;
  /*display: flex;
  flex-flow: column nowrap;
  align-items: center;
  align-content: center;*/
  /*grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  grid-gap: 1rem;

  align-items: center;*/
}
.content {
  padding-inline: 2rem;
}

h1, h2, h3 {
  font-weight: 700;
  line-height: 1;
}
h1 {
  font-size: 4rem;
  margin-bottom: 0rem;
  margin-top: 0rem;
}
h1 img {
  max-width: 100%;
}
/*@media (width >= 640px) {
  h1 {
    font-size: 6rem;
  }
}
@media (width >= 1280px) {
  h1 {
    font-size: 8rem;
  }
}*/
h2 {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #f2e800;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h3 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  font-weight: 400;
  /*text-transform: uppercase;
  letter-spacing: 0.05em;*/
}
@media (width < 600px) {
  h3 {
    font-size: 1.25rem;
  }
}
p {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
@media (width < 600px) {
  p {
    font-size: 1.25rem;
  }
}
ul {
  width: 100%;
  max-width: 470px;
  margin-inline: auto;
  margin-bottom: 2rem;
  margin-top: 1rem;
  display: flex;
  flex-flow: row wrap;
  column-gap: 1rem;
  row-gap: 1rem;
  justify-content: center;
}
li {
  /*list-style-type: "— ";
  list-style-position: outside;
  margin-left: 1.1em;*/
}
li .button {
  display: inline-flex;
  align-items: center;
  position: relative;
  border: 1px solid #f5f5f5;
  padding: 0.15em 1em 0.1em;
  margin-top: 0;
  border-radius: 2rem;

  font-size: 1.25rem;
  color: #151515;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0em;



  transition: color 200ms ease-out;
  overflow: hidden;
}
li .button img {
  vertical-align: middle;
  filter: grayscale(100%) brightness(50%);
  width: 24px;
  margin-right: 4px;
  transition: filter 200ms ease-out;
}
li .button:before {
  background-color: #f5f5f5;
  transform-origin: bottom;
  transform: scale(1, 1);
}
li .button:hover:before {
  transform: scale(1, 0);
  transform-origin: top;
}
li .button:hover img {
  filter: grayscale(100%) brightness(350%);
}
li .button:hover {
  color: #f5f5f5;
}

.button {
  display: inline-flex;
  position: relative;
  border: 2px solid #f2e800;
  border-radius: 3rem;
  padding: 0.75em 1.25em 0.65em;
  margin-top: 0rem;
  transition: color 200ms ease-out;
  overflow: hidden;

  color: #f2e800;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}
@media (width >= 640px) {
  .button {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}
.button span {
  position: relative;
}
.button:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #f2e800;
  transform-origin: top;
  transform: scale(1, 0);
  transition: transform 200ms ease-out;
}
.button:hover {
  color: #151515;
}
.button:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom;
}
.button:focus-visible {
  outline: 1px solid #f5f5f5;;
}



.icons {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  margin-top: 2rem;
}
.icons img {
  filter: grayscale(100%) brightness(100%);
  width: 64px;
}


.images {
  position: relative;
  width: 100%;
  margin-top: 10vh;
  margin-inline: auto;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;

  max-width: 100vh;
}
/*@media (height < 1024px) {
  .images {
    margin-top: 1rem;
    scale: 0.8;
    margin-bottom: -4rem;
  }
}*/
@media (width < 900px) {
  .images {
    max-width: none;
    margin-top: 6rem;
    width: 110%;
    margin-inline: -5%;
  }
}
@media (width < 600px) {
  .images {
    margin-top: 4rem;
  }
}
.images img {

  max-width: 100%;
  border-radius: 1rem;

  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.5);
}
figcaption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;

  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1rem;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);

}
@media (width < 600px) {
  figcaption {
    font-size: 0.75rem;
  }
}
figure {
  position: relative;
  width: 512px;
}
figure:nth-child(1) {
  rotate: -1deg;
  scale: 0.9;
  margin-right: -15%;
}
figure:nth-child(2) {
  margin-top: -15%;
  z-index: 3;
}
figure:nth-child(3) {
  rotate: 2deg;
  scale: 0.9;
  margin-left: -15%;
}
/*figure {
  width: 512px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  transform-origin: center;
}
figure:nth-child(1) {
  z-index: 3;
  rotate: -1deg;
  margin-top: -5%;
  margin-left: 0%;
}
figure:nth-child(2) {
  z-index: 2;
  rotate: 3deg;
  scale: 0.9;
  margin-top: 2%;
  margin-left: 28%;
}
figure:nth-child(3) {
  z-index: 1;
  rotate: -3deg;
  scale: 0.8;
  margin-top: 0%;
  margin-left: -28%;
}*/
/*figure:nth-child(1) {
  z-index: 3;
  rotate: -1deg;
  margin-top: -25%;
  margin-left: 0%;
}
figure:nth-child(2) {
  z-index: 2;
  rotate: 5deg;
  scale: 0.9;
  margin-top: 17%;
  margin-left: 22%;
}
figure:nth-child(3) {
  z-index: 1;
  rotate: -3deg;
  scale: 0.8;
  margin-top: 18%;
  margin-left: -25%;
}
.column:last-child {
  padding: 0rem;
  padding-bottom: 100%;
  height: 0;
}*/
