@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.banner {
  position: relative;
  min-width: 280px;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #052f58;
  border: 1px solid #2073e7;
  overflow: hidden;
}

.logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28%;
  height: 100%;
}

.logo {
  position: relative;
  width: 219px;
  height: 48px;
  background: url(../images/logo.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 10;
}

.btn-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26%;
  height: 100%;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 186px;
  height: 68px;
  font-size: 25px;
  line-height: 1;
  color: #122435;
  text-align: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.btn-frame {
  background-color: transparent;
  z-index: 10;
}

.btn-rectangle {
  background: -webkit-gradient(linear, left bottom, left top, from(#cf770f), color-stop(77%, #f1a71a), to(#ce760e));
  background: -webkit-linear-gradient(bottom, #cf770f 0%, #f1a71a 77%, #ce760e 100%);
  background: -o-linear-gradient(bottom, #cf770f 0%, #f1a71a 77%, #ce760e 100%);
  background: linear-gradient(0deg, #cf770f 0%, #f1a71a 77%, #ce760e 100%);
  -webkit-animation: blink-btn 5s infinite;
          animation: blink-btn 5s infinite;
}

.btn-txt {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: 11;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  height: 100%;
}

.txt-yellow {
  color: #ffb413;
}

.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.back {
  position: absolute;
  top: -13px;
  left: 434px;
  width: 325px;
  height: 111px;
  background: url(../images/back.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-animation: move-back 5s infinite;
          animation: move-back 5s infinite;
}

.person-s1 {
  position: absolute;
  top: -2px;
  left: 489px;
  width: 242px;
  height: 183px;
  background: url(../images/person-s1.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-animation: move-person-s1 5s infinite;
          animation: move-person-s1 5s infinite;
}

.txt-s1 {
  position: absolute;
  top: 7px;
  left: -140px;
  width: 100%;
  font-size: 40px;
  text-align: center;
  -webkit-animation: move-txt-s1 5s infinite;
          animation: move-txt-s1 5s infinite;
}

.txt-s1 :nth-child(1) {
  font-size: 1.5em;
}

.txt-s1 :nth-child(2) {
  display: none;
}

.person-s2 {
  position: absolute;
  top: 3px;
  left: 561px;
  width: 128px;
  height: 195px;
  background: url(../images/person-s2.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-animation: move-person-s2 5s infinite;
          animation: move-person-s2 5s infinite;
}

.txt-s2 {
  position: absolute;
  top: 14px;
  left: -124px;
  width: 100%;
  font-size: 29px;
  text-align: center;
}

.txt-s2 :nth-child(1) {
  display: inline-block;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: move-txt-s2-white 5s infinite;
          animation: move-txt-s2-white 5s infinite;
}

.txt-s2 :nth-child(2) {
  display: none;
}

.txt-s2 :nth-child(3) {
  display: inline-block;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: move-txt-s2-white 5s infinite;
          animation: move-txt-s2-white 5s infinite;
}

.txt-s2 :nth-child(4) {
  display: none;
}

.txt-s2 :nth-child(5) {
  position: relative;
  display: inline-block;
  left: 3px;
  font-size: 1.8em;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-animation: move-txt-s2-yellow 5s infinite;
          animation: move-txt-s2-yellow 5s infinite;
}

@-webkit-keyframes blink-btn {
  0%, 68.5%, 72.5%, 76.5%, 80.5%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70.5%, 74.5%, 78.5% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

@keyframes blink-btn {
  0%, 68.5%, 72.5%, 76.5%, 80.5%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70.5%, 74.5%, 78.5% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
}

@-webkit-keyframes move-back {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  4%, 96% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 110px);
            transform: translate(0, 110px);
  }
}

@keyframes move-back {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  4%, 96% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 110px);
            transform: translate(0, 110px);
  }
}

@-webkit-keyframes appear-back-280 {
  0%, 100% {
    opacity: 0;
  }
  4%, 96% {
    opacity: 1;
  }
}

@keyframes appear-back-280 {
  0%, 100% {
    opacity: 0;
  }
  4%, 96% {
    opacity: 1;
  }
}

@-webkit-keyframes move-person-s1 {
  0%, 47%, 100% {
    -webkit-transform: translate(0, 110px);
            transform: translate(0, 110px);
  }
  4%, 43% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes move-person-s1 {
  0%, 47%, 100% {
    -webkit-transform: translate(0, 110px);
            transform: translate(0, 110px);
  }
  4%, 43% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes move-person-s1-280 {
  0%, 47%, 100% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  2%, 45% {
    opacity: 1;
  }
  4%, 43% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes move-person-s1-280 {
  0%, 47%, 100% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  2%, 45% {
    opacity: 1;
  }
  4%, 43% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes move-txt-s1 {
  0% {
    -webkit-transform: translate(0, -110px);
            transform: translate(0, -110px);
  }
  4%, 43% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  47%, 100% {
    -webkit-transform: translate(0, 110px);
            transform: translate(0, 110px);
  }
}

@keyframes move-txt-s1 {
  0% {
    -webkit-transform: translate(0, -110px);
            transform: translate(0, -110px);
  }
  4%, 43% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  47%, 100% {
    -webkit-transform: translate(0, 110px);
            transform: translate(0, 110px);
  }
}

@-webkit-keyframes move-person-s2 {
  0%, 47%, 100% {
    -webkit-transform: translate(0, 110px);
            transform: translate(0, 110px);
  }
  51%, 96% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes move-person-s2 {
  0%, 47%, 100% {
    -webkit-transform: translate(0, 110px);
            transform: translate(0, 110px);
  }
  51%, 96% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes move-person-s2-280 {
  0%, 47%, 100% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  49%, 98% {
    opacity: 1;
  }
  51%, 96% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes move-person-s2-280 {
  0%, 47%, 100% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  49%, 98% {
    opacity: 1;
  }
  51%, 96% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes move-txt-s2-white {
  0%, 47% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, -110px);
            transform: translate(0, -110px);
  }
  51%, 96% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, 110px);
            transform: translate(0, 110px);
  }
}

@keyframes move-txt-s2-white {
  0%, 47% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, -110px);
            transform: translate(0, -110px);
  }
  51%, 96% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, 110px);
            transform: translate(0, 110px);
  }
}

@-webkit-keyframes move-txt-s2-yellow {
  0%, 47% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, -110px) scale(1);
            transform: translate(0, -110px) scale(1);
  }
  51%, 68.5%, 72.5%, 76.5%, 80.5%, 96% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  70.5%, 74.5%, 78.5% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, 0) scale(1.112);
            transform: translate(0, 0) scale(1.112);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, 110px) scale(1);
            transform: translate(0, 110px) scale(1);
  }
}

@keyframes move-txt-s2-yellow {
  0%, 47% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, -110px) scale(1);
            transform: translate(0, -110px) scale(1);
  }
  51%, 68.5%, 72.5%, 76.5%, 80.5%, 96% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
  70.5%, 74.5%, 78.5% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, 0) scale(1.112);
            transform: translate(0, 0) scale(1.112);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(0, 110px) scale(1);
            transform: translate(0, 110px) scale(1);
  }
}

@media (max-width: 1700px) {
  .logo-wrapper {
    width: 24%;
  }
  .logo {
    width: 171px;
  }
  .btn-wrapper {
    width: 23%;
  }
  .btn {
    width: 162px;
    height: 58px;
    font-size: 21px;
  }
  .back {
    left: 292px;
  }
  .person-s1 {
    left: 347px;
  }
  .txt-s1 {
    top: 20px;
    left: -162px;
    font-size: 22px;
    line-height: 1.15em;
  }
  .txt-s1 :nth-child(1) {
    font-size: 2.55em;
  }
  .txt-s1 :nth-child(2) {
    display: block;
  }
  .person-s2 {
    left: 419px;
  }
  .txt-s2 {
    top: 6px;
    left: -160px;
    font-size: 24px;
    line-height: 1.46em;
  }
  .txt-s2 :nth-child(4) {
    display: block;
  }
  .txt-s2 :nth-child(5) {
    left: 0;
    font-size: 1.85em;
  }
}

@media (max-width: 1279px) {
  .logo-wrapper {
    width: 20%;
  }
  .logo {
    width: 104px;
  }
  .btn-wrapper {
    width: 20%;
  }
  .btn {
    width: 108px;
    height: 44px;
    font-size: 14px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
  .btn-txt {
    top: 52%;
  }
  .container {
    max-width: 450px;
  }
  .back {
    left: 178px;
    width: 266px;
  }
  .person-s1 {
    top: -17px;
    left: 223px;
    width: 198px;
  }
  .txt-s1 {
    top: 27px;
    left: -129px;
    font-size: 17px;
  }
  .person-s2 {
    top: -6px;
    left: 281px;
    width: 105px;
  }
  .txt-s2 {
    top: 13px;
    left: -116px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .logo-wrapper {
    width: 22%;
  }
  .logo {
    width: 70px;
  }
  .btn-wrapper {
    width: 19%;
  }
  .btn {
    width: 60px;
    height: 35px;
    font-size: 11px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
  }
  .btn-txt {
    padding: 0 5px;
  }
  .container {
    max-width: 250px;
  }
  .back {
    left: 96px;
    width: 168px;
  }
  .person-s1 {
    top: -28px;
    left: 124px;
    width: 125px;
  }
  .txt-s1 {
    top: 32px;
    left: -71px;
    font-size: 12px;
  }
  .person-s2 {
    top: -24px;
    left: 161px;
    width: 66px;
  }
  .txt-s2 {
    top: 14px;
    left: -63px;
    font-size: 15px;
    line-height: 1.26em;
  }
  .txt-s2 :nth-child(2) {
    display: block;
  }
  .txt-s2 :nth-child(3) {
    position: relative;
    top: -3px;
  }
}

@media (max-width: 467px) {
  .logo-wrapper {
    width: 32%;
  }
  .logo {
    top: -20px;
    width: 63px;
  }
  .btn-wrapper {
    left: 0;
    right: auto;
    width: 32%;
  }
  .btn-frame {
    top: 17px;
  }
  .btn {
    height: 24px;
    font-size: 9px;
  }
  .back {
    top: 0;
    left: 175px;
    width: 83px;
    height: 115px;
    background: url(../images/back-280.png) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-animation: appear-back-280 5s infinite;
            animation: appear-back-280 5s infinite;
  }
  .person-s1 {
    top: -10px;
    left: 171px;
    width: 94px;
    height: 103px;
    background: url(../images/person-s1-280.png) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-animation: move-person-s1-280 5s infinite;
            animation: move-person-s1-280 5s infinite;
  }
  .txt-s1 {
    left: -2px;
    font-size: 11px;
  }
  .person-s2 {
    top: -47px;
    left: 197px;
    width: 49px;
    -webkit-animation: move-person-s2-280 5s infinite;
            animation: move-person-s2-280 5s infinite;
  }
  .txt-s2 {
    top: 18px;
    left: 0;
    font-size: 13px;
  }
  .txt-s2 :nth-child(3) {
    top: -2px;
  }
}
