@font-face {
  font-family: "GtPressuraBold";
  src: url("GT-Pressura-Extended-Bold.otf") format("embedded-opentype"),
    url("GT-Pressura-Extended-Bold.ttf") format("ttf"),
    url("GT-Pressura-Extended-Bold.woff") format("woff"),
    url("GT-Pressura-Extended-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
*,
html {
  padding: 0;
  margin: 0;
}
body {
  background: #6bd1db;
  font-family: GtPressuraBold;
  font-style: normal;
  text-transform: uppercase;
}
a {
  all: unset;
  cursor: pointer;
}
.container {
  margin-left: auto;
  margin-right: auto;
}
section {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.site-header {
  background: transparent;
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
}
main {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 350px;
}

.site-footer {
  color: #181818;
  background-color: transparent;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.site-footer .credit-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-footer .credit-wrapper p {
  opacity: 1;
}
.site-footer .credit-wrapper a:hover {
  opacity: 1;
}
.button-wrapper {
  font-size: 40px;
  line-height: 68px;
  letter-spacing: 1.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ae60d8;
  background-color: #f9e6aa;
  border-top: 4px solid #ae60d8;
  border-bottom: 8px solid #ae60d8;
  border-left: 4px solid #ae60d8;
  border-right: 4px solid #ae60d8;
  border-radius: 50px;
  width: 380px;
  height: 76px;
  margin: 0 auto;
}
.button-wrapper:hover {
  background-color: #ae60d8;
  color: #f9e6aa;
  border-top: 4px solid #f9e6aa;
  border-bottom: 8px solid #f9e6aa;
  border-left: 4px solid #f9e6aa;
  border-right: 4px solid #f9e6aa;
}
.button-wrapper a {
  padding: 10px;
}
.text-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto 0 auto;
}

.bottom-image-wrapper {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 40px 0;
}
.button-text-wrapper {
  padding: 200px 0 0 0;
}
.media-wrapper .lottie-wrapper {
  display: flex;
  justify-content: center;
}
.content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
/* // ==========================================================================
// Mobile
// ========================================================================== */
@media (min-width: 0) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-nav {
    padding: 30px 0px;
  }
  .site-footer {
    padding: 26px 0 13px 0;
  }
  .site-footer .title {
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.5px;
    margin-bottom: 14px;
  }
  .site-footer .image-wrapper {
    margin-bottom: 45px;
  }
  .site-footer .image {
    height: 72px;
    width: 157px;
  }
  .site-footer .credit-wrapper p {
    font-size: 8px;
  }
  .logo-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .logo-wrapper img {
    height: auto;
    width: 100px;
  }
  .text-wrapper p {
    margin: 0 auto;
    font-size: 14px;
    line-height: 21px;
    color: #ae60d8;
    letter-spacing: 1px;
  }
  .button-wrapper {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 1.2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ae60d8;
    border-radius: 50px;
    width: 160px;
    height: 46px;
    margin: 0 auto;
  }
  .bottom-image-wrapper img {
    object-fit: cover;
    width: 300px;
    height: auto;
  }
  .bottom-image-wrapper {
    justify-content: center;
    padding: 0 15px 40px 0;
  }
}

/*
// ==========================================================================
// Large Mobile
// ========================================================================== */
@media (min-width: 400px) {
  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*
// ==========================================================================
// Tablet
// ========================================================================== */
@media (min-width: 740px) {
  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .header-nav {
    padding: 50px 0px;
  }
  .site-footer {
    width: 100%;
    padding: 48px 0 13px 0;
  }
  .site-footer .title {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 21px;
  }
  .site-footer .image-wrapper {
    margin-bottom: 73px;
  }
  .site-footer .image {
    height: 83px;
    width: 181px;
  }
  .logo-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .logo-wrapper img {
    height: auto;
    width: 150px;
  }
  .bottom-image-wrapper {
    padding: 0 15px 40px 0;
  }
  .media-wrapper .lottie-wrapper {
    display: flex;
    justify-content: center;
  }
}

/*
// ==========================================================================
// Desktop
// ========================================================================== */
@media (min-width: 1020px) {
  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .button-wrapper {
    position: relative;
    font-size: 40px;
    line-height: 68px;
    letter-spacing: 1.2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 76px;
  }
  .site-footer .credit-wrapper p {
    font-size: 12px;
    line-height: 24px;
  }
  .bottom-image-wrapper {
    justify-content: flex-end;
    padding: 0 15px 24px 0;
  }
  .header-nav {
    padding: 60px 0px 0px 0px;
  }
  .bottom-image-wrapper img {
    width: 460px;
  }
  .lottie-wrapper lottie-player {
    width: 863px;
    height: 392px;
  }
  .media-wrapper .lottie-wrapper {
    display: flex;
    justify-content: center;
  }
  .text-wrapper p {
    margin: 0 auto;
    font-size: 32px;
    line-height: 32px;
    color: #ae60d8;
    letter-spacing: 1px;
  }
}

/*
// ==========================================================================
// HD Desktop
// ========================================================================== */
@media (min-width: 1460px) {
  .container {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .header-nav {
    padding: 80px 0px 0px 0px;
  }
  .site-footer .title {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 3px;
    margin-bottom: 28px;
  }
  .logo-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-wrapper img {
    height: auto;
    width: 245px;
  }
  .text-wrapper p {
    margin: 0 auto;
    font-size: 32px;
    line-height: 32px;
    color: #ae60d8;
    letter-spacing: 1px;
  }
  .lottie-wrapper lottie-player {
    width: 863px;
    height: 392px;
  }
  .media-wrapper .lottie-wrapper {
    display: flex;
    justify-content: center;
  }
}
