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

* {
  box-sizing: border-box;
}

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

.banner {
  width: 100%;
  max-width: 1024px;
  height: 120px;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-family: "FuturaPT-ExtraBold", "FuturaPT-Bold", Arial;
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  background: #b2001f;
  border: 1px solid #ccc;
  transition: opacity 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94); /* easeOutQuad */
}
@media all and (max-width: 950px) {
  .banner {
    font-size: 6.7vw;
  }
}
@media all and (max-width: 767px) {
  .banner {
    font-size: 9.6vw;
  }
}
@media all and (max-height: 220px) {
  .banner {
    font-size: 40px;
  }
}
@media all and (max-width: 1020px) and (max-height: 220px) {
  .banner {
    font-size: 32px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner {
    font-size: 28px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner {
    font-size: 24px;
  }
}
@media all and (max-width: 290px) and (max-height: 220px) {
  .banner {
    font-size: 22px;
  }
}
@media all and (min-height: 249px) {
  .banner {
    height: 250px;
  }
}
.banner.hidden {
  opacity: 0;
}
.banner:hover .btn-container .btn {
  background-color: #fff !important;
}
.banner:hover .btn-container .btn .txt {
  color: #ee3b00;
}
.banner:hover .btn-container .btn .txt[data-index="0"] {
  transform: translate(0px, -60px) !important;
}
.banner:hover .btn-container .btn .txt[data-index="1"] {
  transform: translate(0px, 0px);
}
.banner #left-pattern {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 30%;
  height: calc(100% - 60px);
  z-index: 2;
  background-image: url("images/pattern-left.webp");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #left-pattern {
    bottom: 32px;
    height: 100%;
  }
}
.banner #right-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: calc(100% - 60px);
  z-index: 2;
  background-image: url("images/pattern-right.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner #right-pattern {
    height: calc(100% - 40px);
  }
}
@media all and (max-height: 220px) {
  .banner #right-pattern {
    height: calc(100% - 40px);
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #right-pattern {
    height: calc(100% - 32px);
  }
}
.banner #red-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url("images/red-bg.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.banner #lion-bg {
  position: absolute;
  right: 0;
  bottom: 60px;
  width: 110px;
  height: 50%;
  z-index: 3;
  background-image: url("images/lion-bg.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media all and (max-width: 950px) and (min-height: 230px) {
  .banner #lion-bg {
    width: 100px;
  }
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner #lion-bg {
    width: 80px;
    height: 90px;
    bottom: 40px;
  }
}
@media all and (max-height: 220px) {
  .banner #lion-bg {
    width: 80px;
    height: calc(100% - 40px);
    bottom: 40px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #lion-bg {
    width: 60px;
    height: calc(100% - 32px);
    bottom: 32px;
    display: none;
  }
}
@media all and (max-width: 399px) and (max-height: 230px) {
  .banner #lion-bg {
    width: 50px;
  }
}
@media all and (max-width: 370px) and (max-height: 230px) {
  .banner #lion-bg {
    width: 40px;
  }
}
.banner #lion-tail {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 110px;
  height: 50%;
  z-index: 3;
  background-image: url("images/tail@2x.webp");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  display: none;
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner #lion-tail {
    width: 80px;
    height: 60px;
    bottom: 48px;
    display: block;
  }
}
.banner #black-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #000;
  z-index: 4;
}
@media all and (max-width: 880px) and (min-height: 230px) {
  .banner #black-bg {
    z-index: 99;
  }
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner #black-bg {
    height: 40px;
    z-index: 99;
  }
}
@media all and (max-height: 220px) {
  .banner #black-bg {
    height: 40px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #black-bg {
    height: 32px;
    z-index: 99;
  }
}
.banner .buttons {
  position: absolute;
  bottom: 13px;
  left: 200px;
  display: flex;
  justify-content: flex-start;
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner .buttons {
    bottom: 6px;
    right: 16px;
    left: auto;
  }
}
@media all and (max-height: 220px) {
  .banner .buttons {
    bottom: 8px;
    left: 170px;
  }
}
@media all and (max-width: 1020px) and (max-height: 220px) {
  .banner .buttons {
    left: 170px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .buttons {
    left: auto;
    right: 0;
    bottom: 4px;
  }
}
.banner .btn {
  display: inline-block;
  color: #fff;
  background-color: #ee3b00;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 10px 32px;
  white-space: nowrap;
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeInOutCubic */
  position: relative;
  overflow: hidden;
  margin-right: 16px;
}
@media all and (max-width: 767px) {
  .banner .btn {
    font-size: 14px;
    padding: 10px 18px;
    margin: 0;
    border-radius: 4px;
  }
}
@media all and (max-height: 220px) {
  .banner .btn {
    font-size: 12px;
    padding: 6px 12px;
    margin: 0;
    border-radius: 4px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .btn {
    font-size: 10.5px;
    padding: 4px 8px;
  }
}
.banner .btn .txt {
  display: block;
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1); /* easeOutCubic */
}
.banner .btn .txt[data-index="0"] {
  position: relative;
}
@media all and (max-height: 220px) {
  .banner .btn .txt[data-index="0"] {
    top: 1px;
  }
}
.banner .btn .txt[data-index="1"] {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0px, 60px);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-height: 220px) {
  .banner .btn .txt[data-index="1"] {
    top: 1px;
  }
}
.banner .lines {
  transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1), opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1); /* easeInOutCubic */
}
.banner .line {
  font-weight: normal;
  line-height: 0.85;
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
  opacity: 0;
  padding-top: 3px;
  margin-bottom: -3px;
}
.banner .line.show {
  opacity: 1;
}
.banner .line#line1a {
  font-size: 72px;
  margin-bottom: 0;
}
@media all and (max-width: 950px) and (min-height: 230px) {
  .banner .line#line1a {
    font-size: 49px;
    margin-bottom: 4px;
  }
}
@media all and (max-height: 220px) {
  .banner .line#line1a {
    margin-top: 2px;
    font-size: 48px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .line#line1a {
    margin-top: 0;
    font-size: 22px;
  }
}
.banner .line#line1b {
  font-size: 22px;
  margin-left: 0.1em;
}
@media all and (max-width: 950px) and (min-height: 230px) {
  .banner .line#line1b {
    font-size: 15px;
  }
}
@media all and (max-height: 220px) {
  .banner .line#line1b {
    font-size: 14.8px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .line#line1b {
    font-size: 11.5px;
    line-height: 1.05;
    width: 150px;
    white-space: normal;
  }
}
@media all and (min-width: 768px) and (max-height: 220px) {
  .banner .line#line2a {
    display: inline-block;
    line-height: 0.9;
  }
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner .line#line2a {
    display: inline-block;
  }
}
@media all and (min-width: 768px) and (max-height: 220px) {
  .banner .line#line2b {
    display: inline-block;
    line-height: 0.9;
  }
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner .line#line2b {
    display: inline-block;
  }
}
.banner .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1); /* easeInOutQuart */
}
.banner #all-in-txt {
  position: relative;
  width: 380px;
  height: 105px;
  background-image: url("images/all-in.svg");
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .banner #all-in-txt {
    width: 100%;
    height: 65px;
  }
}
@media all and (max-height: 220px) {
  .banner #all-in-txt {
    width: 100%;
    height: 42px;
    margin-top: 7px;
    margin-bottom: 4px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #all-in-txt {
    margin-top: 0;
    height: 38px;
  }
}
.banner .rp-logo-container {
  position: absolute;
  bottom: 12px;
  left: 30px;
  width: 168px;
  height: 33px;
  z-index: 10;
}
@media all and (max-width: 767px) {
  .banner .rp-logo-container {
    top: 7px;
    left: 16px;
    height: 26px;
  }
}
@media all and (max-height: 220px) {
  .banner .rp-logo-container {
    top: 50%;
    transform: translate(0px, -50%);
    left: 30px;
    height: 26px;
  }
}
@media all and (max-width: 1020px) and (max-height: 220px) {
  .banner .rp-logo-container {
    width: 140px;
    height: 26px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .rp-logo-container {
    left: 10px;
    top: 6px;
    transform: none;
    width: 113px;
    height: 22px;
  }
}
.banner .rp-logo-container .rp-logo {
  width: 100%;
  height: 100%;
  background-image: url("images/rp-logo@2x.webp");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.banner .left-side {
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(60% - 30px);
  height: calc(100% - 60px);
  z-index: 10;
}
@media all and (max-width: 767px) {
  .banner .left-side {
    left: 16px;
    width: calc(100% - 32px);
  }
}
@media all and (max-height: 220px) {
  .banner .left-side {
    height: calc(100% - 40px);
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .left-side {
    left: 10px;
    height: calc(100% - 32px);
  }
}
.banner .left-side .copy-container {
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translate(0px, -50%);
}
@media all and (max-width: 767px) {
  .banner .left-side .copy-container {
    top: 40%;
  }
}
@media all and (max-height: 220px) {
  .banner .left-side .copy-container {
    top: 35%;
    left: 0;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .left-side .copy-container {
    top: 50%;
    left: -1px;
  }
}
.banner .left-side .copy-container .lines br {
  display: none;
}
@media all and (max-width: 767px) {
  .banner .left-side .copy-container .lines br {
    display: block;
  }
}
@media all and (max-height: 220px) {
  .banner .left-side .copy-container .lines br {
    display: none;
  }
}
.banner .right-side {
  position: absolute;
  top: 0;
  right: 30px;
  width: calc(50% - 30px);
  height: 100%;
  z-index: 5;
}
@media all and (max-width: 767px) {
  .banner .right-side {
    top: auto;
    bottom: -30px;
    right: 0;
    background-position: left top;
    background-size: 110%;
    width: 270px;
    height: 200px;
  }
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner .right-side {
    width: 180px;
    margin-right: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0px);
  }
}
@media all and (max-height: 220px) {
  .banner .right-side {
    max-width: 300px;
  }
}
@media all and (max-width: 1020px) and (max-height: 220px) {
  .banner .right-side {
    right: 0;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner .right-side {
    max-width: 200px;
    background-size: cover;
    top: 0;
    bottom: auto;
    right: 0;
    width: 50%;
  }
}
@media all and (max-width: 370px) and (max-height: 220px) {
  .banner .right-side {
    width: 45%;
    right: -3%;
  }
}
.banner .right-side .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner #frame1 .left-side .copy-container {
  margin-left: 80px;
}
@media all and (max-width: 950px) and (min-height: 230px) {
  .banner #frame1 .left-side .copy-container {
    margin-left: 60px;
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner #frame1 .left-side .copy-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    width: 100%;
  }
}
@media all and (max-height: 220px) {
  .banner #frame1 .left-side .copy-container {
    margin-top: 7px;
    margin-left: 60px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame1 .left-side .copy-container {
    margin-top: -3px;
    margin-left: 42px;
  }
}
.banner #frame1 .left-side .copy-container .lions-logo {
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: 5px;
  transform: translate(0px, -50%);
  width: 80px;
  height: 80px;
  background-image: url("images/lions-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
@media all and (max-width: 950px) and (min-height: 230px) {
  .banner #frame1 .left-side .copy-container .lions-logo {
    left: -60px;
    width: 60px;
    height: 60px;
  }
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner #frame1 .left-side .copy-container .lions-logo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 30px;
    transform: none;
    margin: -30px auto 4px;
    background-position: center;
  }
}
@media all and (max-height: 220px) {
  .banner #frame1 .left-side .copy-container .lions-logo {
    margin-top: 5px;
    left: -60px;
    width: 60px;
    height: 60px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame1 .left-side .copy-container .lions-logo {
    left: -40px;
    width: 42px;
    height: 42px;
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner #frame1 .left-side .copy-container .copy .lines.desktop {
    display: none;
  }
}
.banner #frame1 .left-side .copy-container .copy .lines.mobile {
  display: none;
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner #frame1 .left-side .copy-container .copy .lines.mobile {
    display: block;
    font-size: 26px;
    text-align: center;
  }
}
.banner #frame1 .right-side {
  width: 40%;
}
@media all and (max-width: 950px) and (min-height: 230px) {
  .banner #frame1 .right-side {
    width: 36%;
    margin-right: 2%;
  }
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner #frame1 .right-side {
    width: 170px;
    margin-right: 0;
  }
}
@media all and (max-height: 220px) {
  .banner #frame1 .right-side {
    max-width: 450px;
    height: 250px;
    top: -10px;
  }
}
@media all and (max-width: 768px) and (max-height: 230px) {
  .banner #frame1 .right-side {
    max-width: 280px;
    margin-right: 5%;
  }
}
@media all and (max-width: 767px) and (max-height: 230px) {
  .banner #frame1 .right-side {
    max-width: 45%;
    width: 170px;
    height: 130%;
    margin-right: 5%;
    top: -10px;
  }
}
@media all and (max-width: 399px) and (max-height: 230px) {
  .banner #frame1 .right-side {
    width: 160px;
    margin-right: 0;
  }
}
@media all and (max-width: 370px) and (max-height: 230px) {
  .banner #frame1 .right-side {
    width: 150px;
    margin-right: 3%;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner #frame1 .right-side {
    width: 160px;
    margin-right: -2%;
  }
}
@media all and (max-width: 311px) and (max-height: 220px) {
  .banner #frame1 .right-side {
    width: 130px;
    margin-right: -3%;
  }
}
.banner #frame1 .right-side .player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.banner #frame1 .right-side #player1 {
  z-index: 1;
  background-image: url("images/lions-player1.webp");
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner #frame1 .right-side #player1 {
    margin-left: 10px;
  }
}
.banner #frame1 .right-side #player2 {
  z-index: 3;
  background-image: url("images/lions-player2.webp");
}
.banner #frame1 .right-side #player3 {
  z-index: 2;
  background-image: url("images/lions-player3.webp");
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner #frame1 .right-side #player3 {
    margin-left: -2px;
  }
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner #frame2 .left-side .copy-container .copy .lines.desktop {
    display: none;
  }
}
.banner #frame2 .left-side .copy-container .copy .lines.mobile {
  display: none;
}
@media all and (max-width: 767px) and (min-height: 220px) {
  .banner #frame2 .left-side .copy-container .copy .lines.mobile {
    display: block;
  }
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner #frame2 .left-side .copy-container {
    top: 15px;
    transform: none;
    bottom: auto;
    width: 100%;
    text-align: center;
  }
}
@media all and (max-height: 220px) {
  .banner #frame2 .left-side .copy-container {
    top: 50%;
    bottom: auto;
    transform: translate(0px, -50%);
    font-size: 32px;
    margin-top: -4px;
  }
}
@media all and (max-width: 1020px) and (max-height: 220px) {
  .banner #frame2 .left-side .copy-container {
    font-size: 32px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame2 .left-side .copy-container {
    font-size: 28px;
    top: auto;
    margin-top: 0;
    bottom: 10px;
    transform: none;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner #frame2 .left-side .copy-container {
    font-size: 24px;
  }
}
@media all and (max-width: 290px) and (max-height: 220px) {
  .banner #frame2 .left-side .copy-container {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .banner #frame2 .right-side {
    width: 220px;
    height: calc(50% - 5px);
    right: auto;
    left: 50%;
    top: auto;
    transform: none;
    bottom: 40px;
    margin-left: -110px;
  }
}
@media all and (max-height: 220px) {
  .banner #frame2 .right-side {
    top: auto;
    left: auto;
    right: 10px;
  }
}
@media all and (min-width: 768px) and (max-height: 220px) {
  .banner #frame2 .right-side {
    right: 20px;
    max-width: 230px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame2 .right-side {
    height: 86px;
    width: 130px;
    bottom: 32px;
  }
}
@media all and (max-width: 399px) and (max-height: 220px) {
  .banner #frame2 .right-side {
    right: 5px;
  }
}
@media all and (max-width: 311px) and (max-height: 220px) {
  .banner #frame2 .right-side {
    width: 40%;
  }
}
.banner #frame2 .right-side .img-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 380px;
  transform: translate(-50%, 0px);
}
.banner #frame2 .right-side .img {
  position: absolute;
  bottom: 0;
  background-size: 100%;
  background-position: center top;
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame2 .right-side .img {
    background-position: center bottom;
    background-size: contain;
  }
}
.banner #frame2 .right-side #app-img2a {
  left: 0;
  width: 30%;
  height: 75%;
  background-image: url("images/f2-1@2x.webp");
  z-index: 2;
}
@media all and (max-width: 950px) {
  .banner #frame2 .right-side #app-img2a {
    height: 70%;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame2 .right-side #app-img2a {
    width: 40%;
  }
}
.banner #frame2 .right-side #app-img2b {
  left: 50%;
  width: 50%;
  transform: translate(-50%, 0px);
  height: 95%;
  background-image: url("images/f2-2@2x.webp");
  background-position: center top;
  z-index: 10;
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame2 .right-side #app-img2b {
    background-position: center bottom;
    background-size: contain;
  }
}
.banner #frame2 .right-side #app-img2c {
  left: auto;
  right: 0;
  width: 30%;
  height: 75%;
  background-image: url("images/f2-3@2x.webp");
  z-index: 2;
}
@media all and (max-width: 950px) {
  .banner #frame2 .right-side #app-img2c {
    height: 70%;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame2 .right-side #app-img2c {
    width: 40%;
  }
}
@media all and (max-width: 767px) {
  .banner #frame3 .left-side {
    width: calc(100% - 32px);
  }
}
@media all and (max-width: 767px) {
  .banner #frame3 .right-side {
    right: 20px;
    width: 180px;
    height: 180px;
  }
}
@media all and (max-width: 389px) {
  .banner #frame3 .right-side {
    width: 160px;
    height: 160px;
  }
}
@media all and (max-height: 220px) {
  .banner #frame3 .right-side {
    max-width: 240px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame3 .right-side {
    height: 100%;
    max-width: 140px;
  }
}
@media all and (max-width: 370px) and (max-height: 220px) {
  .banner #frame3 .right-side {
    right: 5px;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner #frame3 .right-side {
    width: 33.33%;
  }
}
.banner #frame3 .copy-container {
  margin-top: 0;
  font-size: 124px;
}
@media all and (max-width: 767px) {
  .banner #frame3 .copy-container {
    margin-top: 36px;
    top: 20px;
    transform: none;
    font-size: 100px;
  }
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner #frame3 .copy-container {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: -4px;
  }
}
@media all and (max-height: 220px) {
  .banner #frame3 .copy-container {
    top: 50%;
    margin-top: 0;
    font-size: 75px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame3 .copy-container {
    top: 50%;
    margin-top: 6px;
    transform: translate(0px, -50%);
    font-size: 56px;
  }
}
.banner #frame3 .copy-container .subline {
  font-size: 22.5px;
  padding: 0;
}
@media all and (max-width: 767px) {
  .banner #frame3 .copy-container .subline {
    font-size: 14px;
  }
}
@media all and (max-height: 220px) {
  .banner #frame3 .copy-container .subline {
    font-size: 11.8px;
    padding: 4px 0 7px 0;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame3 .copy-container .subline {
    font-size: 10.5px;
  }
}
.banner #frame3 .copy-container .buttons {
  position: relative;
  bottom: auto;
  left: auto;
  align-items: center;
}
@media all and (max-width: 767px) {
  .banner #frame3 .copy-container .buttons {
    flex-wrap: wrap;
  }
}
.banner #frame3 .copy-container .buttons .btn-container {
  display: inline-block;
}
@media all and (max-width: 767px) {
  .banner #frame3 .copy-container .buttons .btn-container {
    width: 100%;
  }
}
@media all and (max-height: 220px) {
  .banner #frame3 .copy-container .buttons .btn-container {
    margin-right: 8px;
  }
}
.banner #frame3 .copy-container .buttons .btn-container .btn {
  display: block;
  background-color: #fa6801;
}
@media all and (max-width: 767px) {
  .banner #frame3 .copy-container .buttons .btn-container .btn {
    width: 168px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame3 .copy-container .buttons .btn-container .btn {
    width: 176px;
  }
}
.banner #frame3 #app-img3a {
  top: 5%;
  left: 15%;
  width: 70%;
  height: 95%;
  background-image: url("images/f3-1@2x.webp");
}
@media all and (max-width: 767px) {
  .banner #frame3 #app-img3a {
    width: 75%;
    background-size: 100%;
    background-position: center bottom;
  }
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner #frame3 #app-img3a {
    top: 6%;
    left: 10%;
    width: 60%;
    height: 70%;
    background-position: center top;
  }
}
@media all and (max-height: 220px) {
  .banner #frame3 #app-img3a {
    width: 50%;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame3 #app-img3a {
    left: 0;
    width: 75%;
  }
}
@media all and (max-width: 349px) and (max-height: 220px) {
  .banner #frame3 #app-img3a {
    width: 85%;
    height: 80%;
  }
}
.banner #frame3 #app-img3b {
  top: 5%;
  right: -5%;
  width: 40%;
  height: 90%;
  background-image: url("images/f3-2@2x.webp");
  background-size: contain;
}
@media all and (max-width: 767px) and (min-height: 230px) {
  .banner #frame3 #app-img3b {
    top: 7%;
    right: 4%;
  }
}
@media all and (max-height: 220px) {
  .banner #frame3 #app-img3b {
    right: 10%;
  }
}
@media all and (max-width: 767px) and (max-height: 220px) {
  .banner #frame3 #app-img3b {
    right: 0;
  }
}
.banner .subline {
  font-size: 12px;
  padding-top: 1px;
  text-transform: uppercase;
}
.banner .app-store-btn {
  width: 120px;
  height: 34px;
  background-image: url("images/app-store.webp");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  margin-right: 8px;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .app-store-btn {
    width: 80px;
    height: 28px;
    margin-right: 8px;
  }
}
@media all and (max-height: 220px) {
  .banner .app-store-btn {
    width: 74px;
    height: 24px;
    margin-right: 8px;
  }
}
.banner .google-play-btn {
  width: 120px;
  height: 34px;
  background-image: url("images/play-store.webp");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  .banner .google-play-btn {
    width: 80px;
    height: 28px;
  }
}
@media all and (max-height: 220px) {
  .banner .google-play-btn {
    width: 74px;
    height: 24px;
    margin-right: 8px;
  }
}
#mobile-size {
  display: none;
}
@media all and (max-width: 767px) and (min-height: 221px) {
  #mobile-size {
    display: block;
  }
}

#mobile-size2 {
  display: none;
}
@media all and (max-width: 767px) and (max-height: 220px) {
  #mobile-size2 {
    display: block;
  }
}

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