<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 12px);
            transform: translate(0, 12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 12px);
            transform: translate(0, 12px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

img {
  width: 100%;
}

.media_pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .media_pc {
    display: none;
  }
}

.media_mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .media_mobile {
    display: block;
  }
}

.bold {
  font-weight: bold;
}

.under {
  padding-bottom: .2em;
  border-bottom: 1px white solid;
}

.yellow {
  color: #f5c700;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: Microsoft JhengHei;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 640px) {
  body.registBody {
    width: 620px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 640px) {
  body.registBody .warning {
    height: 90px;
  }
}

@media only screen and (max-width: 640px) {
  body.registBody .warningImg {
    height: 25px;
  }
}

.navs.navbar-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  padding: .5em 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

@media only screen and (max-width: 575px) {
  .navs.navbar-collapse {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .navs.navbar-collapse {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .navs.navbar-collapse:not(.show) {
    display: none;
  }
}

.navs.navbar-collapse .nav {
  font-weight: bold;
  margin: 0 2.5em;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .navs.navbar-collapse .nav {
    width: 100%;
    margin: .75em 0;
  }
}

.navs.navbar-collapse .fb.nav {
  width: 30px;
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  .navs.navbar-collapse .fb.nav {
    width: 100%;
  }
}

.navs.navbar-collapse .fb.nav .fbImg {
  width: 30px;
}

.navs.navbar-collapse .ig.nav {
  width: 30px;
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  .navs.navbar-collapse .ig.nav {
    width: 100%;
  }
}

.navs.navbar-collapse .ig.nav .igImg {
  width: 30px;
}

.navs.navbar-collapse .web.nav {
  width: 30px;
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  .navs.navbar-collapse .web.nav {
    width: 100%;
  }
}

.navs.navbar-collapse .web.nav .webImg {
  width: 30px;
}

.navs.navbar-collapse a {
  color: black;
  text-decoration: none;
}

.fixedIcon {
  position: fixed;
  z-index: 998;
  bottom: 11%;
  right: 3%;
  width: 10vw;
}

@media only screen and (max-width: 768px) {
  .fixedIcon {
    bottom: calc(11% + 75px);
    width: 75px;
  }
}

.main {
  width: 100%;
  position: relative;
  margin-top: 60px;
  background-size: contain;
  overflow-x: hidden;
  padding-bottom: 0vh;
}

@media only screen and (max-width: 768px) {
  .main {
    margin-top: 55px;
    padding-bottom: 0vw;
  }
}

.main .banner {
  position: relative;
}

.main .banner .bannerItem1 {
  position: absolute;
  width: 21%;
  top: 64.5%;
  left: 5.3%;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

@media only screen and (max-width: 768px) {
  .main .banner .bannerItem1 {
    width: 44%;
    top: 54%;
    left: 4%;
  }
}

.main .banner .bannerItem2 {
  position: absolute;
  width: 21%;
  top: 64.5%;
  left: 73%;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

@media only screen and (max-width: 768px) {
  .main .banner .bannerItem2 {
    width: 44%;
    top: 54.5%;
    left: 51%;
  }
}

.main .banner .bannerLink1 {
  position: absolute;
  width: 56vw;
  height: 3.2vw;
  top: 94%;
  left: 21%;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .main .banner .bannerLink1 {
    width: 94vw;
    height: 37.2vw;
    top: 82%;
    left: 2.6%;
  }
}

.main .banner .bannerLink2 {
  position: absolute;
  width: 14.5vw;
  height: 3.2vw;
  top: 91%;
  left: 42.6%;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .main .banner .bannerLink2 {
    width: 35vw;
    height: 8.2vw;
    top: 94.6%;
    left: 32%;
  }
}

.main .banner .BirdBanner {
  position: relative;
}

.main .banner .BirdBanner .join1 {
  position: absolute;
  bottom: 27.5%;
  left: 43.6%;
  width: 15.5%;
  height: 9%;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .main .banner .BirdBanner .join1 {
    bottom: 15.3%;
    left: 35%;
    width: 31.5%;
    height: 7.5%;
  }
}

.main .banner .marketBanner {
  position: relative;
}

.main .banner .marketBanner .join2 {
  position: absolute;
  bottom: 18%;
  left: 42.5%;
  width: 17.4%;
  height: 10%;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .main .banner .marketBanner .join2 {
    bottom: 18.1%;
    left: 33.5%;
    width: 35%;
    height: 11%;
  }
}

.main .banner .transportation {
  position: relative;
}

.main .banner .transportation .join3 {
  position: absolute;
  bottom: 10.5%;
  right: 11.3%;
  width: 31%;
  height: 7.5%;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .main .banner .transportation .join3 {
    bottom: 6.6%;
    right: 5%;
    width: 89%;
    height: 5.5%;
  }
}

.main .banner .history {
  position: relative;
}

.main .banner .history .grid-container {
  position: absolute;
  bottom: 10%;
  left: 25%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 50%;
  margin: auto;
}

@media only screen and (max-width: 575px) {
  .main .banner .history .grid-container {
    width: 80%;
    bottom: 5%;
    left: 11%;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.main .banner .history .grid-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  cursor: pointer;
}

.main .banner .history2 {
  position: relative;
}

.main .banner .history2 .grid-container2 {
  position: absolute;
  bottom: 14%;
  left: 25%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 50%;
  margin: auto;
}

@media only screen and (max-width: 575px) {
  .main .banner .history2 .grid-container2 {
    width: 80%;
    bottom: 8%;
    left: 11%;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.main .banner .history2 .grid-container2 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  cursor: pointer;
}

.main .invoiceForm {
  padding: 4% 0;
  background-size: cover;
}

@media only screen and (max-width: 575px) {
  .main .invoiceForm {
    background-size: cover;
  }
}

.main .invoiceForm .title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-bottom: 1em;
  margin: 10px auto 50px;
}

@media only screen and (max-width: 575px) {
  .main .invoiceForm .title {
    margin-bottom: .5em;
  }
}

.main .invoiceForm .typeBtns {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto auto 1% auto;
}

@media only screen and (max-width: 575px) {
  .main .invoiceForm .typeBtns {
    width: 80%;
    margin-bottom: 3%;
  }
}

.main .invoiceForm .typeBtns .typeBtn {
  width: 46%;
  cursor: pointer;
}

.main .invoiceForm .typeBtns .typeBtn2 {
  width: 20%;
  margin-left: 5%;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .main .invoiceForm .typeBtns .typeBtn2 {
    width: 30%;
  }
}

.main .invoiceForm .typeBtns .tip {
  font-size: 18px;
  padding-left: 2em;
  color: white;
}

@media only screen and (max-width: 575px) {
  .main .invoiceForm .typeBtns .tip {
    font-size: 16px;
  }
}

.main .invoiceForm .uploadArea {
  width: 35vw;
  height: calc(35vw * .5);
  margin: auto auto .5% auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

@media only screen and (max-width: 575px) {
  .main .invoiceForm .uploadArea {
    width: 80vw;
    height: calc(80vw * .5);
  }
}

.main .invoiceForm .uploadArea #uploadFile {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.main .invoiceForm .uploadArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main .invoiceForm .formOuter {
  width: 46%;
  background: white;
  padding: 15px;
  margin: auto;
}

@media only screen and (max-width: 575px) {
  .main .invoiceForm .formOuter {
    width: 95%;
    padding: 6px;
  }
}

.main .invoiceForm .formOuter .form {
  padding: 7% 10%;
}

@media only screen and (max-width: 575px) {
  .main .invoiceForm .formOuter .form {
    padding: 8% 4%;
  }
}

.main .invoiceForm .formOuter .inputGroup {
  margin-bottom: 3%;
}

.main .invoiceForm .formOuter .inputGroup .invoiceTip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  color: #000;
  margin-left: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 575px) {
  .main .invoiceForm .formOuter .inputGroup .invoiceTip {
    font-size: 12px;
  }
}

.main .invoiceForm .formOuter .inputGroup .invoiceTip .tipIcon {
  width: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .main .invoiceForm .formOuter .inputGroup .invoiceTip .tipIcon {
    width: 18px;
  }
}

.main .invoiceForm .formOuter span {
  font-size: min(max(2.4vw, 18px), 30px);
  color: #000;
  margin: 0 .3em;
}

.main .invoiceForm .formOuter label {
  display: block;
  font-size: min(max(2.4vw, 18px), 30px);
  color: #000;
}

.main .invoiceForm .formOuter .invoiceInputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .invoiceForm .formOuter input {
  border: none;
  outline: none;
  border-bottom: 2px solid #000;
  font-size: min(max(2.4vw, 18px), 30px);
  width: 100%;
}

.main .invoiceForm .formOuter input.invoice1 {
  width: 2.5em;
}

.main .invoiceForm .sendBtn {
  width: 12%;
  margin: auto;
  margin-top: 5%;
  cursor: pointer;
  min-width: 150px;
}

.main .eventSteps {
  padding-top: 4%;
  width: 64%;
  margin: auto;
  color: white;
}

@media only screen and (max-width: 575px) {
  .main .eventSteps {
    width: 95%;
  }
}

.main .eventSteps .stepTitle {
  font-size: 36px;
  font-weight: bold;
  color: white;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 .25em;
  z-index: 0;
}

@media only screen and (max-width: 575px) {
  .main .eventSteps .stepTitle {
    font-size: 28px;
  }
}

.main .eventSteps .stepTitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #6453a1;
  z-index: -1;
  left: 0;
}

.main .eventSteps .title {
  font-size: 36px;
  font-weight: bold;
  color: white;
  position: relative;
  padding-left: 1.35em;
  padding-right: 1em;
  margin-top: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1em;
}

@media only screen and (max-width: 575px) {
  .main .eventSteps .title {
    font-size: 28px;
  }
}

.main .eventSteps .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  background: url(../images/star.png);
  background-size: cover;
  left: 0;
  bottom: 0;
}

.main .eventSteps .title::after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0;
}

.main .eventSteps .step1 {
  margin-bottom: 7.5%;
}

@media only screen and (max-width: 575px) {
  .main .eventSteps .step1 {
    margin-bottom: 3em;
  }
}

.main .eventSteps .step1 .title::after {
  background: url(../images/camera.png);
  background-size: cover;
  width: 2.6em;
  height: 2em;
}

.main .eventSteps .step2 {
  margin-bottom: 7.5%;
}

@media only screen and (max-width: 575px) {
  .main .eventSteps .step2 {
    margin-bottom: 4em;
  }
}

.main .eventSteps .step2 .title::after {
  background: url(../images/form.png);
  background-size: contain;
  width: 2em;
  height: 2em;
}

.main .eventSteps .step3 {
  margin-bottom: 7.5%;
}

@media only screen and (max-width: 575px) {
  .main .eventSteps .step3 {
    margin-bottom: 2.5em;
  }
}

.main .eventSteps .step3 .title::after {
  background: url(../images/picture.png);
  background-size: cover;
  width: 2.5em;
  height: 2em;
}

.main .eventSteps .step4 {
  margin-bottom: 7.5%;
}

.main .eventSteps .step4 .content {
  margin-bottom: 0;
}

.main .eventSteps .step4 .title::after {
  background: url(../images/ig.png);
  background-size: cover;
  width: 1.5em;
  height: 1.5em;
}

.main .eventSteps .stepImg {
  width: 60%;
  margin: auto;
}

@media only screen and (max-width: 575px) {
  .main .eventSteps .stepImg {
    width: 100%;
  }
}

.main .eventSteps .content {
  font-size: 18px;
  margin: 1em 0;
}

@media only screen and (max-width: 575px) {
  .main .eventSteps .content {
    font-size: 16px;
  }
}

.main .eventSteps .tip {
  font-size: 12px;
  line-height: 2em;
}

.main .eventTimes {
  width: 64%;
  margin: auto;
  margin-bottom: 3%;
}

@media only screen and (max-width: 575px) {
  .main .eventTimes {
    width: 95%;
  }
}

.main .eventTimes .title {
  font-size: 36px;
  font-weight: bold;
  color: white;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 .25em;
  z-index: 0;
}

@media only screen and (max-width: 575px) {
  .main .eventTimes .title {
    font-size: 28px;
  }
}

.main .eventTimes .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #6453a1;
  z-index: -1;
  left: 0;
}

.main .eventTimes .content {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1.5em;
}

@media only screen and (max-width: 575px) {
  .main .eventTimes .content {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .main .eventTimes .content {
    margin-bottom: .5em;
  }
}

.main .eventTimes .tip {
  font-size: 12px;
  color: #c6a201;
}

@media only screen and (max-width: 575px) {
  .main .eventTimes .tip {
    color: #c6a201;
  }
}

.main .eventTimes .tip2 {
  font-size: 12px;
  color: #939393;
}

@media only screen and (max-width: 575px) {
  .main .eventTimes .tip2 {
    color: #939393;
  }
}

.main .eventInfomation {
  background-color: white;
  position: relative;
  background-size: 100% 100%;
  padding-top: 5%;
  padding-bottom: 10%;
}

@media only screen and (max-width: 575px) {
  .main .eventInfomation {
    padding-top: 15%;
    background-color: white;
    background-size: 100% 100%;
    padding-bottom: 20%;
  }
}

.main .eventInfomation2 {
  background: url(../images/beerBg-2.jpg);
  position: relative;
  background-size: 100% 100%;
  padding-top: 5%;
  padding-bottom: 2.5%;
}

@media only screen and (max-width: 575px) {
  .main .eventInfomation2 {
    padding-top: 1%;
    background: url(../images/beerBg_m-2.jpg);
    background-size: 100% 100%;
    padding-bottom: 40%;
  }
}

.main .eventIntros {
  width: 64%;
  margin: auto;
  margin-bottom: 1.5%;
}

@media only screen and (max-width: 575px) {
  .main .eventIntros {
    width: 95%;
  }
}

.main .eventIntros .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 .25em;
  z-index: 0;
}

@media only screen and (max-width: 575px) {
  .main .eventIntros .title {
    font-size: 28px;
  }
}

.main .eventIntros .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #f4d151;
  z-index: -1;
  left: 0;
}

.main .eventIntros .content {
  font-size: 18px;
  font-weight: bold;
  color: black;
  margin-top: 1.5em;
}

@media only screen and (max-width: 575px) {
  .main .eventIntros .content {
    font-size: 16px;
  }
}

.main .eventIntros .tip {
  font-size: 14px;
  color: #666666;
  line-height: 2em;
  font-weight: bold;
}

.main .eventPrizes {
  width: 64%;
  margin: auto;
  margin-bottom: 3%;
}

@media only screen and (max-width: 575px) {
  .main .eventPrizes {
    width: 95%;
  }
}

.main .eventPrizes .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 .25em;
  z-index: 0;
  margin-bottom: 1em;
}

@media only screen and (max-width: 575px) {
  .main .eventPrizes .title {
    font-size: 28px;
  }
}

.main .eventPrizes .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #f4d151;
  z-index: -1;
  left: 0;
}

.main .eventPrizes .prizeContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .eventPrizes .prizeContent .prize {
  width: 30%;
}

@media only screen and (max-width: 575px) {
  .main .eventPrizes .prizeContent .prize {
    width: 90%;
    margin-bottom: 2em;
  }
}

.main .eventPrizes .prizeContent .prizeTip {
  text-align: center;
  font-size: 10px;
  margin-top: 1em;
  font-weight: bold;
}

.main .eventPrizes2 {
  width: 64%;
  margin: auto;
  width: 85%;
  margin-bottom: 3%;
}

@media only screen and (max-width: 575px) {
  .main .eventPrizes2 {
    width: 95%;
  }
}

.main .eventPrizes2 .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 .25em;
  z-index: 0;
  margin-bottom: 1em;
}

@media only screen and (max-width: 575px) {
  .main .eventPrizes2 .title {
    font-size: 28px;
  }
}

.main .eventPrizes2 .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #f4d151;
  z-index: -1;
  left: 0;
}

.main .eventPrizes2 .prizeContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .eventPrizes2 .prizeContent .prize {
  width: 23%;
}

@media only screen and (max-width: 575px) {
  .main .eventPrizes2 .prizeContent .prize {
    width: 90%;
    margin-bottom: 2em;
  }
}

.main .eventPrizes2 .prizeContent .prizeTip {
  text-align: center;
  font-size: 10px;
  margin-top: 1em;
  font-weight: bold;
}

.main .prizePublished {
  width: 64%;
  margin: auto;
  margin-bottom: 3%;
  font-weight: bold;
}

@media only screen and (max-width: 575px) {
  .main .prizePublished {
    width: 95%;
  }
}

.main .prizePublished .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 .25em;
  z-index: 0;
  margin-bottom: 1em;
}

@media only screen and (max-width: 575px) {
  .main .prizePublished .title {
    font-size: 28px;
  }
}

.main .prizePublished .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #f4d151;
  z-index: -1;
  left: 0;
}

.main .prizePublished .content {
  font-weight: bold;
}

.main .prizeExchange {
  width: 64%;
  margin: auto;
  font-weight: bold;
}

@media only screen and (max-width: 575px) {
  .main .prizeExchange {
    width: 95%;
  }
}

.main .prizeExchange .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 .25em;
  z-index: 0;
  margin-bottom: 1em;
}

@media only screen and (max-width: 575px) {
  .main .prizeExchange .title {
    font-size: 28px;
  }
}

.main .prizeExchange .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #f4d151;
  z-index: -1;
  left: 0;
}

.main .prizeExchange .content {
  font-weight: bold;
}

.main .eventBtn {
  z-index: 99;
  position: absolute;
  width: 28%;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media only screen and (max-width: 575px) {
  .main .eventBtn {
    width: 70vw;
    bottom: 0.5%;
  }
}

.main .eventBtn .cursor {
  width: 21vw;
  height: 21vw;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .main .eventBtn .cursor {
    display: none;
  }
}

.main .eventBtn .cursor:hover {
  background: #eababa;
  mix-blend-mode: multiply;
}

.main .eventWarnings {
  width: 64%;
  margin: auto;
}

@media only screen and (max-width: 575px) {
  .main .eventWarnings {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .main .eventWarnings {
    width: 95%;
  }
}

.main .eventWarnings .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 .25em;
  z-index: 0;
  margin-bottom: 1em;
}

@media only screen and (max-width: 575px) {
  .main .eventWarnings .title {
    font-size: 28px;
  }
}

.main .eventWarnings .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #fff;
  z-index: -1;
  left: 0;
}

.main .eventWarnings .content {
  color: black;
}

.main .eventWarnings a {
  color: #2186e2;
}

@media only screen and (max-width: 575px) {
  .main .eventWarnings ul {
    padding-left: 1rem;
  }
}

.main .eventWarnings2 {
  width: 64%;
  margin: auto;
  color: black;
  overflow: hidden;
  height: 0;
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
}

@media only screen and (max-width: 575px) {
  .main .eventWarnings2 {
    width: 95%;
  }
}

.main .eventWarnings2.show {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.main .eventWarnings2 a {
  color: #2186e2;
}

@media only screen and (max-width: 575px) {
  .main .eventWarnings2 ul {
    padding-left: 1em;
  }
}

.main .warnings2Btn {
  width: 64%;
  margin: auto;
  margin-bottom: 5%;
}

@media only screen and (max-width: 575px) {
  .main .warnings2Btn {
    width: 95%;
  }
}

.main .warnings2Btn .toggleBtn {
  width: 10%;
  margin-left: auto;
  cursor: pointer;
  max-width: 90px;
  min-width: 70px;
}

.main .privacys1 {
  width: 64%;
  margin: auto;
}

@media only screen and (max-width: 575px) {
  .main .privacys1 {
    width: 95%;
  }
}

.main .privacys1 .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 .25em;
  z-index: 0;
  margin-bottom: 1em;
}

@media only screen and (max-width: 575px) {
  .main .privacys1 .title {
    font-size: 28px;
  }
}

.main .privacys1 .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #fff;
  z-index: -1;
  left: 0;
}

.main .privacys1 .content {
  color: black;
}

.main .privacys1 a {
  color: #2186e2;
}

@media only screen and (max-width: 575px) {
  .main .privacys1 ul {
    padding-left: 1rem;
  }
}

.main .privacys2 {
  width: 64%;
  margin: auto;
  color: black;
  overflow: hidden;
  height: 0;
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
}

@media only screen and (max-width: 575px) {
  .main .privacys2 {
    width: 95%;
  }
}

.main .privacys2.show {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.main .privacys2 a {
  color: #2186e2;
}

@media only screen and (max-width: 575px) {
  .main .privacys2 ul {
    padding-left: 1em;
  }
}

.main .privacyBtn {
  width: 64%;
  margin: auto;
  margin-bottom: 5%;
}

@media only screen and (max-width: 575px) {
  .main .privacyBtn {
    width: 95%;
  }
}

.main .privacyBtn .toggleBtn {
  width: 10%;
  margin-left: auto;
  cursor: pointer;
  max-width: 90px;
  min-width: 70px;
}

.main .introduction {
  width: 64%;
  margin: auto;
  margin-bottom: 3%;
}

@media only screen and (max-width: 575px) {
  .main .introduction {
    width: 95%;
  }
}

.main .introduction .prizeContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .introduction .prizeContent .prize {
  width: 45%;
}

@media only screen and (max-width: 575px) {
  .main .introduction .prizeContent .prize {
    width: 90%;
    margin-bottom: 2em;
  }
}

.main .introduction .prizeContent .prizeTip1 {
  text-align: left;
  font-size: 16px;
  margin-top: 1em;
  font-weight: bold;
}

@media only screen and (max-width: 575px) {
  .main .introduction .prizeContent .prizeTip1 {
    text-align: center;
  }
}

.main .introduction .prizeContent .prizeTip2 {
  text-align: right;
  font-size: 16px;
  margin-top: 1em;
  font-weight: bold;
}

@media only screen and (max-width: 575px) {
  .main .introduction .prizeContent .prizeTip2 {
    text-align: center;
  }
}

.main .prizeOwers {
  width: 64%;
  margin: auto;
  margin-bottom: 5%;
}

@media only screen and (max-width: 575px) {
  .main .prizeOwers {
    width: 95%;
  }
}

.main .prizeOwers .title {
  font-size: 36px;
  font-weight: bold;
  color: black;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 .25em;
  z-index: 0;
  margin-bottom: 1em;
}

@media only screen and (max-width: 575px) {
  .main .prizeOwers .title {
    font-size: 28px;
  }
}

.main .prizeOwers .title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #fff;
  z-index: -1;
  left: 0;
}

.main .prizeOwers .img {
  width: 36%;
  margin: auto;
}

@media only screen and (max-width: 575px) {
  .main .prizeOwers .img {
    width: 75%;
  }
}

.main .prizeOwers .prizeLists {
  background: url(../images/prizeBg.jpg);
  padding: 5% 10%;
}

.main .prizeOwers .prizeList {
  margin-bottom: 5%;
}

.main .prizeOwers .prizeList_img {
  margin-bottom: 1em;
}

.main .prizeOwers .prizeList_user {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid white;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 575px) {
  .main .prizeOwers .prizeList_user {
    font-size: 16px;
  }
}

.main .prizeOwers .prizeList_user .name {
  width: 6em;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .main .prizeOwers .prizeList_user .name {
    width: 5em;
    text-align: center;
  }
}

.main .prizeOwers .prizeList_user .phone {
  width: calc(100% - 32em);
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .main .prizeOwers .prizeList_user .phone {
    width: calc(100% - 10em);
  }
}

.main .prizeOwers .prizeList_user .city {
  width: 8em;
  text-align: right;
}

@media only screen and (max-width: 575px) {
  .main .prizeOwers .prizeList_user .city {
    width: 5em;
  }
}

.main .carousel_container {
  width: 95%;
  margin: 1% auto 3% auto;
  background: #757575;
  padding: 2% 0;
}

.main .carousel_container .owl-carousel {
  width: 70%;
  margin: auto;
  background: black;
  color: white;
}

@media only screen and (max-width: 575px) {
  .main .carousel_container .owl-carousel {
    width: 85%;
  }
}

.main .carousel_container .caroudel-item {
  padding: 5px;
}

.main .carousel_container .caroudel_img {
  cursor: pointer;
}

.main .carousel_container .caroudel_text {
  padding-left: .5em;
  line-height: 2em;
}

.main .carousel_container .owl-nav .owl-next {
  border: 30px solid;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

@media only screen and (max-width: 575px) {
  .main .carousel_container .owl-nav .owl-next {
    border: 20px solid;
    border-color: transparent transparent transparent white;
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
}

.main .carousel_container .owl-nav .owl-next.disabled {
  border-color: transparent transparent transparent grey;
}

.main .carousel_container .owl-nav .owl-next span {
  display: none;
}

.main .carousel_container .owl-nav .owl-prev {
  border: 30px solid;
  border-color: transparent white transparent transparent;
  position: absolute;
  top: 50%;
  right: 100%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

@media only screen and (max-width: 575px) {
  .main .carousel_container .owl-nav .owl-prev {
    border: 20px solid;
    border-color: transparent white transparent transparent;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
}

.main .carousel_container .owl-nav .owl-prev.disabled {
  border-color: transparent grey transparent transparent;
}

.main .carousel_container .owl-nav .owl-prev span {
  display: none;
}

.main .eventSteps.formSteps {
  width: 1240px;
  max-width: 100%;
}

@media only screen and (max-width: 575px) {
  .main .eventSteps.formSteps .title, .main .eventSteps.formSteps .content {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

.main .eventSteps.formSteps .content {
  font-size: 18px;
  margin-bottom: 2em;
}

@media only screen and (max-width: 575px) {
  .main .eventSteps.formSteps .content {
    font-size: 20px;
  }
}

.main .registTitle {
  font-size: 36px;
  font-weight: bold;
  color: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
  padding: 1em .75em;
  border: 3px solid transparent;
  -o-border-image: linear-gradient(to right, #b99251, #e9dac5, #e2d3ac, #c7a960, #a08943, #b9b061, #af9a56);
     border-image: -webkit-gradient(linear, left top, right top, from(#b99251), color-stop(#e9dac5), color-stop(#e2d3ac), color-stop(#c7a960), color-stop(#a08943), color-stop(#b9b061), to(#af9a56));
     border-image: linear-gradient(to right, #b99251, #e9dac5, #e2d3ac, #c7a960, #a08943, #b9b061, #af9a56);
  border-image-slice: 1;
}

@media only screen and (max-width: 575px) {
  .main .registTitle {
    font-size: 28px;
  }
}

.main .form_container {
  width: 100%;
  background: url(../images/formBg.png);
  background-size: 100% 100%;
  padding-bottom: 5%;
  padding-top: 3%;
}

@media only screen and (max-width: 575px) {
  .main .form_container {
    background: url(../images/formBg_m.png);
    background-size: 100% auto;
  }
}

.main .form_container .form_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 18px;
  width: 46%;
  margin-left: 27%;
  margin-bottom: 4%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .main .form_container .form_body {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .main .form_container .form_body {
    width: 60%;
    margin-left: 20%;
  }
}

@media only screen and (max-width: 575px) {
  .main .form_container .form_body {
    width: 95%;
    margin-left: 2.5%;
  }
}

.main .form_container .input_group1 {
  width: 100%;
  margin-bottom: 1.75em;
}

.main .form_container .input_group1 label {
  width: 8em;
  font-size: 18px;
  text-align: justify;
  text-align-last: justify;
  margin: 0;
  color: black;
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 575px) {
  .main .form_container .input_group1 label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .main .form_container .input_group1 label {
    width: 6em;
    margin-bottom: .3em;
  }
}

.main .form_container .input_group1 input {
  width: calc(100% - 8.5em);
  margin-left: .5em;
  background: black;
  padding-left: 1em;
  color: white;
  outline: none;
}

@media only screen and (max-width: 575px) {
  .main .form_container .input_group1 input {
    width: 100%;
    margin: auto;
  }
}

.main .form_container .select_group {
  margin-top: 5%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.main .form_container .select_group .selectItem {
  width: 33%;
}

@media only screen and (max-width: 575px) {
  .main .form_container .select_group .selectItem #selectPic {
    content: url(../images/select_m.png);
  }
}

.main .form_container .select_group .selectItem #select1 {
  widows: 100%;
}

.main .form_container .select_group .selectItem #select1:hover {
  content: url(../images/select1choose.png);
}

.main .form_container .select_group .selectItem #select2 {
  widows: 100%;
}

.main .form_container .select_group .selectItem #select2:hover {
  content: url(../images/select2choose.png);
}

.main .form_container .select_group2 {
  margin-top: 5%;
  width: 100%;
  display: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.main .form_container .select_group2.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .form_container .select_group2 .selectItem {
  width: 40%;
  color: black;
}

.main .form_container .select_group2 .selectItem .radioText {
  text-align: center;
  font-size: 15px;
  margin-top: 1em;
  font-weight: bold;
}

.main .form_container .select_group3 {
  margin-top: 5%;
  width: 100%;
  display: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.main .form_container .select_group3.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .form_container .select_group3 .selectItem {
  width: 40%;
  color: black;
}

.main .form_container .select_group3 .selectItem .radioText {
  text-align: center;
  font-size: 15px;
  margin-top: 1em;
  font-weight: bold;
}

.main .form_container .input_group2 {
  width: 100%;
  margin-bottom: 1.5em;
}

.main .form_container .input_group2 label {
  color: black;
  position: relative;
  font-weight: bold;
  padding-right: .5em;
  margin-bottom: .75em;
  font-size: 18px;
  font-size: 18px;
}

@media only screen and (max-width: 575px) {
  .main .form_container .input_group2 label {
    font-size: 16px;
  }
}

.main .form_container .input_group2 label .getIg {
  background: url(../images/getIg.png);
  position: absolute;
  background-size: 100% 100%;
  height: 1.2em;
  width: 7.3em;
  left: 100%;
  top: calc(50% - .6em);
  cursor: pointer;
}

.main .form_container .input_group2 input {
  width: 100%;
  background: black;
  color: white;
  padding-left: 1em;
  outline: none;
}

@media only screen and (max-width: 575px) {
  .main .form_container .input_group2 input {
    width: 100%;
  }
}

.main .form_container .checkTip {
  color: black;
  font-size: 32px;
  margin-bottom: 1em;
  font-weight: bold;
  position: relative;
  left: -3%;
}

.main .form_container .form-check {
  color: black;
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 18px;
}

@media only screen and (max-width: 575px) {
  .main .form_container .form-check {
    font-size: 14px;
  }
}

.main .form_container .form-check .form-check-input {
  background-color: while;
  width: 30px;
  border: 2px solid #000;
  border-radius: 0em;
}

@media only screen and (max-width: 575px) {
  .main .form_container .form-check .form-check-input {
    width: 20px;
  }
}

.main .form_container .form-check .form-check-input:checked {
  background-color: black;
}

.main .form_container .form-check a {
  color: black;
}

.main .form_container .getIgTip {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .form_container .getIgTip .igTip {
  width: 50%;
}

.main .form_container .getIgTip .closeBtn {
  font-size: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 2%;
  right: 2%;
  cursor: pointer;
}

.main .form_container .getIgTip::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .8;
  background: black;
}

.main .form_container .formBtns {
  width: 45%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .main .form_container .formBtns {
    width: 60%;
  }
}

@media only screen and (max-width: 575px) {
  .main .form_container .formBtns {
    width: 95%;
  }
}

.main .form_container .formBtns .formBtn {
  background: black;
  font-weight: bold;
  cursor: pointer;
  padding: .25em 3.5em;
  line-height: 2.25em;
}

@media only screen and (max-width: 768px) {
  .main .form_container .formBtns .formBtn {
    padding: .25em 3em;
  }
}

@media only screen and (max-width: 575px) {
  .main .form_container .formBtns .formBtn {
    padding: .25em 2.75em;
  }
}

@media only screen and (max-width: 330px) {
  .main .form_container .formBtns .formBtn {
    padding: .25 2.25em;
  }
}

.main .homeBTn {
  width: 250px;
  margin: 7.5% auto;
  cursor: pointer;
}

.main .edit_container {
  background: url(../images/formBg.png);
  background-size: 100% 100%;
  padding-bottom: 5%;
  padding-top: 3%;
}

.main #cropmeContainer {
  width: 520px;
  height: 601.5px;
  position: relative;
  margin: 5% auto;
}

@media only screen and (max-width: 575px) {
  .main #cropmeContainer {
    width: 80vw;
    height: calc(80vw * 1.16);
    margin: 5% 5vw 15vw auto;
  }
}

.main #cropmeContainer .mask {
  position: absolute;
  pointer-events: none;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
}

.main .editBtns {
  width: 45%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .main .editBtns {
    width: 95%;
  }
}

.main .editBtns .editBtn {
  cursor: pointer;
  width: 45%;
}

.main .editBtns .editBtn:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.main .editIcon {
  position: absolute;
  width: 30px;
  height: 30px;
}

.main .editIcon.plus {
  top: 0;
  left: 0;
  -webkit-transform: translate(-45px, 0);
          transform: translate(-45px, 0);
  background: url(../images/plus.png);
  background-size: 100% 100%;
}

.main .editIcon.minus {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-45px, 0);
          transform: translate(-45px, 0);
  background: url(../images/minus.png);
  background-size: 100% 100%;
}

.main .editIcon.rotateR {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  background: url(../images/rotateR.png);
  background-size: 100% 100%;
}

.main .editIcon.rotateL {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  background: url(../images/rotateL.png);
  background-size: 100% 100%;
}

.main .resultImg {
  width: 540px;
  padding: 10px;
  background: white;
  margin: 5% auto 3% auto;
}

@media only screen and (max-width: 575px) {
  .main .resultImg {
    width: calc(80vw + 20px);
  }
}

.main .downloadBtn {
  width: calc(45% * .45);
  margin: auto auto 5% auto;
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .main .downloadBtn {
    width: calc(95% * .45);
  }
}

.main .downloadBtn:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.main .hide.step {
  width: 0;
  height: 0;
  overflow: hidden;
}

.main .footer {
  background-color: black;
  color: white;
  text-align: center;
  font-size: 18px;
  padding: 1.5em 0;
  font-weight: bold;
}

@media only screen and (max-width: 575px) {
  .main .footer {
    font-size: 14px;
    padding-left: 1.5em;
  }
}

.main .footer a {
  color: #29abe2;
  text-decoration: none;
}

.warning {
  height: 11vh;
  background: url(../images/warningBg.jpg);
  background-size: cover;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 575px) {
  .warning {
    height: 18vw;
  }
}

.warning .warningImg {
  height: 4.5vh;
}

@media only screen and (max-width: 575px) {
  .warning .warningImg {
    height: 4.3vw;
  }
}

.warning .warningImg img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.loading {
  width: 100vw;
  height: 100vh;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}

.loading .mask {
  width: 100vw;
  height: 100vh;
  background: black;
  opacity: .5;
}

.loading .loadingItem {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  #myModal .modal-dialog {
    max-width: 95vw;
  }
}

#myModal .modal-content {
  padding: 2%;
  background: transparent;
  z-index: 1;
}

#myModal .modal-content::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: .9;
}

#myModal .modalContentFrame {
  padding: 3%;
  border: 2px solid #c7980b;
}

#myModal .modalImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

#myModal .modalImage {
  margin-bottom: 2%;
}

@media only screen and (max-width: 768px) {
  #myModal .modalImage {
    width: 100%;
  }
}

#myModal .modalClose {
  color: white;
  background: black;
  padding: .5em 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}

#myModal2 .mailBtn {
  width: 81%;
  height: 6%;
  position: absolute;
  top: 65%;
  left: 9%;
}

#myModal2 .closeBtn {
  width: 25.5%;
  height: 8.2%;
  position: absolute;
  top: 77%;
  left: 37%;
  cursor: pointer;
}

#myModal3 .modal-dialog {
  max-width: 45vw;
}

@media only screen and (max-width: 768px) {
  #myModal3 .modal-dialog {
    max-width: 95vw;
  }
}

#myModal3 .modal-content {
  padding: 2%;
  z-index: 1;
}

#myModal3 .modalContentFrame {
  padding: 3%;
  border: 2px solid #c7980b;
}

#myModal3 .modalText {
  text-align: center;
  margin-bottom: 1em;
  font-size: 18px;
}

@media only screen and (max-width: 575px) {
  #myModal3 .modalText {
    font-size: 16px;
  }
}

#myModal3 .modalClose {
  color: white;
  background: black;
  padding: .5em 1.5em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>