body {
  background: #fff;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.banner {
  font-family: "FuturaPT-ExtraBold", Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  background: linear-gradient(180deg, #E20D00 0%, #FA6801 100%);
  width: 100%;
  height: 250px;
  max-width: 1024px;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutCubic */
}
.banner.hidden #text1 {
  transform: translate(0px, 30px);
  opacity: 0;
}
.banner.hidden #text2 {
  transform: translate(0px, 30px);
  opacity: 0;
}
.banner.hidden #phone {
  top: 100% !important;
  transform: translate(0px, 0px) scale(1);
  opacity: 0;
  transition: none;
}
.banner.f1 #phone, .banner.f2 #phone {
  top: 24%;
}
@media all and (max-width: 990px) {
  .banner.f1 #phone, .banner.f2 #phone {
    top: 28%;
  }
}
@media all and (max-width: 880px) {
  .banner.f1 #phone, .banner.f2 #phone {
    top: 25%;
  }
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner.f1 #phone, .banner.f2 #phone {
    top: 35%;
  }
}
@media all and (max-height: 220px) {
  .banner.f1 #phone, .banner.f2 #phone {
    top: 2px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner.f1 #phone, .banner.f2 #phone {
    top: 24px;
  }
}
.banner.f3 #phone {
  top: calc(100% - 16px);
  transform: translate(0px, -100%);
}
@media all and (max-height: 220px) {
  .banner.f3 #phone {
    top: 110px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner.f3 #phone {
    top: 110px;
  }
}
.banner.f3 #phone .notification-message .note1 {
  opacity: 1;
  transform: scale(1) translate(0px, -46%);
}
.banner.f3 #phone .notification-message .note2, .banner.f3 #phone .notification-message .note3, .banner.f3 #phone .notification-message .note4 {
  opacity: 1;
  transform: translate(0px, -46%);
}
.banner.f4 #phone, .banner.f5 #phone {
  top: 47.5%;
  transform: translate(0px, -40%) scale(0.5) rotate(9deg);
}
@media all and (max-width: 880px) {
  .banner.f4 #phone, .banner.f5 #phone {
    top: 37%;
  }
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner.f4 #phone, .banner.f5 #phone {
    top: 47.5%;
    right: 5%;
    transform: translate(0px, -35%) scale(0.9) rotate(9deg);
  }
}
@media all and (max-height: 220px) {
  .banner.f4 #phone, .banner.f5 #phone {
    top: 20px;
    transform: translate(0px, -35%) scale(0.4) rotate(9deg);
  }
}
@media all and (max-width: 769px) and (max-height: 220px) {
  .banner.f4 #phone, .banner.f5 #phone {
    top: 50px;
    right: 32px;
    transform: translate(0px, -35%) scale(0.6) rotate(9deg);
  }
}
@media all and (max-width: 399px) and (max-height: 220px) {
  .banner.f4 #phone, .banner.f5 #phone {
    right: 16px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner.f4 #phone, .banner.f5 #phone {
    top: 40px;
    right: 4px;
  }
}
@media all and (max-width: 319px) and (max-height: 220px) {
  .banner.f4 #phone, .banner.f5 #phone {
    top: 44px;
    right: 2px;
  }
}
.banner.f4 #phone2, .banner.f5 #phone2 {
  opacity: 1;
  transform: rotate(9deg) scale(1);
}
.banner.f2 #phone .teams .team, .banner.f3 #phone .teams .team, .banner.f4 #phone .teams .team {
  transform: scale(1);
  opacity: 1;
}
.banner.f2 #phone .matches, .banner.f3 #phone .matches, .banner.f4 #phone .matches {
  top: 19%;
  transition-delay: 0s;
}
.banner.f2 #phone .overlay-frame, .banner.f3 #phone .overlay-frame, .banner.f4 #phone .overlay-frame {
  top: 0;
  transition-delay: 0s;
}

#text1 {
  text-align: center;
  font-size: 21px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  line-height: 1;
  margin-top: -2px;
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeInOutCubic */
}
@media all and (min-height: 110px) {
  #text1 {
    margin-top: 0;
    height: 60px;
  }
}
@media all and (max-height: 400px) {
  #text1 {
    width: 50%;
    justify-content: flex-start;
    text-align: left;
    margin-left: 30px;
  }
}
@media all and (max-width: 767px) and (max-height: 400px) {
  #text1 {
    font-size: 14px;
    width: 100%;
    margin-left: 10px;
    height: 48px;
    margin-bottom: 20px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  }
}
@media all and (max-height: 200px) {
  #text1 {
    font-size: 14px;
    width: 100%;
    margin-left: 12px;
    height: 40px;
    margin-bottom: 20px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  }
}
@media all and (max-width: 319px) and (max-height: 200px) {
  #text1 {
    font-size: 12px;
  }
}
#text1 .copy {
  display: flex;
  align-items: center;
}
#text1 .copy img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
@media all and (max-height: 200px) {
  #text1 .copy img {
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }
}

#text2 {
  position: relative;
  z-index: 2000;
  height: 140px;
  transform: translate(0px, 50px);
  opacity: 0;
  transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeInOutCubic */
  transition-delay: 0.2s;
}
@media all and (min-height: 110px) {
  #text2 {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
@media all and (max-height: 400px) {
  #text2 {
    margin-top: 20px;
  }
}
@media all and (max-width: 880px) and (max-height: 400px) {
  #text2 {
    margin-top: 28px;
  }
}
@media all and (max-height: 200px) {
  #text2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    margin-top: 0;
  }
}
@media all and (max-width: 720px) and (max-height: 200px) {
  #text2 {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: 140px;
    margin-top: 0;
  }
}
@media all and (max-width: 767px) and (min-height: 201px) {
  #text2 {
    margin-top: 48px;
  }
}
@media all and (max-width: 720px) and (max-height: 200px) {
  #text2 {
    margin-top: -10px;
  }
}

#text2 .copy {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  font-size: 40px;
  font-weight: normal;
  line-height: 0.9;
}
@media all and (max-width: 368px) {
  #text2 .copy {
    font-size: 36px;
  }
}
@media all and (max-width: 359px) {
  #text2 .copy {
    font-size: 32px;
  }
}
@media all and (max-height: 400px) {
  #text2 .copy {
    width: 100%;
    font-size: 58px;
    text-align: left;
    margin-left: 30px;
  }
}
@media all and (max-width: 880px) and (max-height: 400px) {
  #text2 .copy {
    font-size: 48px;
  }
}
@media all and (max-width: 767px) and (max-height: 400px) {
  #text2 .copy {
    font-size: 24px;
    margin-left: 12px;
    margin-top: 16px;
    width: 200px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
  }
}
@media all and (max-width: 374px) and (max-height: 400px) {
  #text2 .copy {
    font-size: 20px;
  }
}
@media all and (max-height: 200px) {
  #text2 .copy {
    top: 50%;
    left: 180px;
    width: 300px;
    font-size: 36px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    margin-top: -32px;
  }
}
@media all and (max-width: 720px) and (max-height: 200px) {
  #text2 .copy {
    top: 0;
    left: 0;
    font-size: 20px;
    width: 200px;
    margin-left: 12px;
    margin-top: -4px;
  }
}
@media all and (max-width: 349px) and (max-height: 200px) {
  #text2 .copy {
    margin-top: 0;
  }
}
@media all and (max-width: 319px) and (max-height: 200px) {
  #text2 .copy {
    font-size: 19px;
  }
}
@media all and (max-width: 767px) and (min-height: 221px) {
  #text2 .copy[data-index="2"] {
    font-size: 24px;
  }
}
@media all and (max-height: 400px) {
  #text2 .copy[data-index="3"] {
    margin-top: -10px;
  }
}
@media all and (max-width: 880px) and (max-height: 400px) {
  #text2 .copy[data-index="3"] {
    margin-top: -10px;
  }
}
@media all and (max-width: 767px) and (max-height: 400px) {
  #text2 .copy[data-index="3"] {
    margin-top: 2px;
  }
}
@media all and (max-height: 200px) {
  #text2 .copy[data-index="3"] {
    margin-top: -45px;
  }
}
@media all and (max-width: 720px) and (max-height: 200px) {
  #text2 .copy[data-index="3"] {
    margin-top: -6px;
  }
}
@media all and (max-width: 349px) and (max-height: 200px) {
  #text2 .copy[data-index="3"] {
    margin-top: -4px;
  }
}
#text2 .copy .v1 {
  display: block;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  #text2 .copy .v1 {
    display: none;
  }
}
#text2 .copy .v2 {
  display: none;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  #text2 .copy .v2 {
    display: block;
  }
}
#text2 .copy .txt {
  display: block;
  width: 100%;
}
#text2 .copy .buttons {
  position: relative;
  display: flex;
  width: 246px;
  padding-top: 12px;
  margin: 0 auto;
  justify-content: space-between;
}
@media all and (max-height: 400px) {
  #text2 .copy .buttons {
    margin: 0;
  }
}
@media all and (max-width: 767px) and (max-height: 400px) {
  #text2 .copy .buttons {
    width: auto;
    justify-content: flex-start;
    padding-top: 8px;
  }
}
@media all and (max-height: 200px) {
  #text2 .copy .buttons {
    width: auto;
    justify-content: flex-start;
    padding-top: 6px;
  }
}
#text2 .copy .buttons img {
  height: auto;
}
@media all and (max-width: 767px) and (max-height: 400px) {
  #text2 .copy .buttons img {
    width: auto;
    height: 26px;
    margin-right: 4px;
  }
}
@media all and (max-height: 200px) {
  #text2 .copy .buttons img {
    width: auto;
    height: 20px;
    margin-right: 4px;
  }
}

#phone {
  position: absolute;
  top: 48%;
  right: 20px;
  width: 40%;
  max-width: 458px;
  height: auto;
  aspect-ratio: 458/950;
  background-image: url("images/phone-bezel.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 1000ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutCubic */
}
@media all and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #phone {
    background-image: url("images/phone-bezel@2x.webp");
  }
}
@media all and (max-width: 990px) {
  #phone {
    top: 51%;
  }
}
@media all and (max-width: 880px) {
  #phone {
    top: 61%;
  }
}
@media all and (max-width: 767px) and (min-height: 221px) {
  #phone {
    top: 23px;
    right: 10px;
    max-width: 307px;
  }
}
@media all and (max-height: 220px) {
  #phone {
    top: 23px;
    right: 20px;
    max-width: 307px;
  }
}
@media all and (max-width: 769px) and (max-height: 220px) {
  #phone {
    top: 50px;
    right: 16px;
    width: 180px;
  }
}
@media all and (max-width: 399px) and (max-height: 220px) {
  #phone {
    right: 4px;
  }
}
@media all and (max-width: 370px) and (max-height: 220px) {
  #phone {
    width: 160px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  #phone {
    width: 140px;
  }
}
@media all and (max-width: 319px) and (max-height: 220px) {
  #phone {
    right: 4px;
    width: 120px;
  }
}
#phone .teams {
  position: absolute;
  top: 14%;
  left: 7%;
  width: 86%;
  height: 3.8%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  #phone .teams {
    height: 3.6%;
  }
}
@media all and (max-width: 880px) and (max-height: 220px) {
  #phone .teams {
    height: 3.6%;
  }
}
#phone .teams .team {
  width: auto;
  height: 100%;
  margin: 0 4px 0 0;
  opacity: 0;
  transform: scale(0.8);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
}
#phone .teams .team.team1 {
  transition-delay: 0.5s;
}
#phone .teams .team.team2 {
  transition-delay: 0.7s;
}
#phone .teams .team.team3 {
  transition-delay: 0.9s;
}
#phone .matches {
  position: absolute;
  top: 13%;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 458/118;
  background-image: url("images/matches.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
  transition-delay: 0.3s;
  z-index: 3;
}
@media all and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #phone .matches {
    background-image: url("images/matches@2x.webp");
  }
}
#phone .notification-message {
  position: absolute;
  bottom: 4.5%;
  left: 9%;
  width: 82%;
  height: 9%;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  z-index: 35;
}
#phone .notification-message .note {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translate(0px, -46%);
  opacity: 0;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
}
#phone .notification-message .note.note1 {
  top: 50%;
  left: 7%;
  width: 9%;
  height: auto;
  transform: scale(0.1) translate(0px, -46%);
  transition-delay: 0.9s;
}
#phone .notification-message .note.note2, #phone .notification-message .note.note3, #phone .notification-message .note.note4 {
  transform: translate(20px, -46%);
}
#phone .notification-message .note.note2 {
  transition-delay: 1s;
}
#phone .notification-message .note.note3 {
  transition-delay: 1.1s;
}
#phone .notification-message .note.note4 {
  transition-delay: 1.2s;
}

.overlay-frame {
  position: absolute;
  top: -6%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/final-frame.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
  transition-delay: 0.3s;
  z-index: 30;
}
@media all and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .overlay-frame {
    background-image: url("images/final-frame@2x.webp");
  }
}
@media all and (min-height: 221px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .overlay-frame {
    background-image: url("images/final-frame-large.webp");
  }
}

.clicktag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}

/*# sourceMappingURL=styles.css.map */
