@font-face {
  font-family: 'proxima';
  src: url('../font/Proxima/ProximaNova-Light.otf');
}

@font-face {
  font-family: 'proxima2';
  src: url('../font/Proxima/ProximaNova-Bold.otf');
}
.p3 {
  font-family: 'proxima';
}

.bold {
  font-family: 'proxima2';
}

.s1 {
  font-size: 36px;
  color: #fde501;
  text-shadow: 0px 3px 0px #000;
}
.m2 {
  width: 80%;
  border-left: 4px solid;
  border-image: linear-gradient(to bottom, #ffca2c, #fbfac1);
  border-image-slice: 1;
  margin-top: 16px;
  padding: 8px 10px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.m3 {
  padding: 40px 0px 1px;
  background-color: #03bb47;
  color: #fff;
}
.m3 .b1 {
  background-color: #004c97;
  padding: 24px 0 18px;
  border-radius: 6px;
  font-style: italic;
}

.m3 .b1 p:nth-of-type(1) span {
  font-size: 22px;
  margin: 0 6px;
  text-shadow: 1px 3px 2px #000;
}
.m3 .b1 p:nth-of-type(2) {
  text-shadow: 1px 3px 3px #111;
}
.m3 .b1 .l {
  width: 2px;
  height: 50px;
  background-color: #ffdf78;
  top: -40px;
}
.m3 .b1 .l::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffdf78;
  bottom: -4px;
  left: -5px;
}

.m3 .b2 {
  overflow: hidden;
  margin-top: 12px;
  border-radius: 15px;
}
.m3 .b2 p span {
  padding: 10px 0;
  background-color: #fff;
  border-left: 1px solid #dadee1;
}

.m3 .b2 p:nth-child(1) span {
  padding: 16px 0;
  background-color: #004c97;
  border-left: 1px solid #fff;
}

.m3 .b2 p > span:nth-of-type(1) {
  border-left: none;
}

.m4 {
  background-color: #004c97;
  padding: 40px 0px;
}

.m4 .tt {
  color: #0d4448;
  background-color: #01e359;
  padding: 2px 6px;
  font-size: 30px;
  border-radius: 25px;
  margin-left: 5px;
}
.m4 .tt2 {
  font-size: 40px;
  font-style: italic;
  margin-top: 4px;
  margin-bottom: 40px;
  color: #fff;
  text-shadow: 2px 4px 2px #000;
}

.m5 {
  color: #fff;
  line-height: 40px;
  padding-top: 60px;
}
.m5 span{
  color: #F7EA05;
}

.btn {
  border-radius: 35px;
  text-align: center;
  padding: 8px 0px;
  font-size: 26px;
  color: #352e00;
  box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, #fde47d, #ffb206);
}
.btn2 {
  width: 66%;
  margin: 60px auto 40px;
}
.btn2 .get100 {
  color: white;
  bottom: 100%;
  background-color: #000501;
  border-radius: 25px;
  padding: 3px 6px;
  font-size: 16px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}
.btn2 .get100::after {
  position: absolute;
  content: '';
  border: 5px solid transparent;
  border-top: 5px solid #000501;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tips {
  position: absolute;
  padding: 5px 10px;
  top: 25%;
  left: 50%;
  font-size: 14px;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  text-align: center;
  color: #fff;
  display: none;
  z-index: 12;
}
