@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&subset=chinese-traditional);
.A_block {
  position: relative;
  overflow: hidden;
}
.A_block img {
  width: 100%;
}
.A_block .A_text_001 {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.A_block .A_text_001 img {
  width: 100%;
}
.A_block .A_photo_001 {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.A_block .A_photo_001 img {
  width: 100%;
}
.A_block .A_star_001 {
  position: absolute;
  opacity: 0.8;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.A_block .A_star_001 img {
  width: 100%;
}

.A_M_block {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
}
.A_M_block .A_M_bg {
  width: 100%;
}
.A_M_block .A_M_text_001 {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.A_M_block .A_M_text_001 img {
  width: 100%;
}
.A_M_block .A_M_photo_001 {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.A_M_block .A_M_photo_001 img {
  width: 100%;
}
.A_M_block .A_M_star_001 {
  position: absolute;
  opacity: 0.8;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.A_M_block .A_M_star_001 img {
  width: 100%;
}

.B_block,
.B_M_block,
.C_block,
.D_block,
.D_M_block,
.E_block,
.E_M_block,
.F_block,
.F_M_block,
.G_block,
.G_M_block,
.H_block,
.J_block,
.J_M_block {
  position: relative;
  overflow: hidden;
}
.B_block img,
.B_M_block img,
.C_block img,
.D_block img,
.D_M_block img,
.E_block img,
.E_M_block img,
.F_block img,
.F_M_block img,
.G_block img,
.G_M_block img,
.H_block img,
.J_block img,
.J_M_block img {
  width: 100%;
}

.B_text_001,
.B_M_text_001,
.C_text_001,
.D_text_001,
.D_M_text_001,
.E_text_001,
.E_M_text_001,
.F_text_001,
.F_M_text_001,
.G_text_001,
.G_M_text_001,
.J_text_001,
.J_M_text_001,
.J_M_photo_001 {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.B_text_001 img,
.B_M_text_001 img,
.C_text_001 img,
.D_text_001 img,
.D_M_text_001 img,
.E_text_001 img,
.E_M_text_001 img,
.F_text_001 img,
.F_M_text_001 img,
.G_text_001 img,
.G_M_text_001 img,
.J_text_001 img,
.J_M_text_001 img,
.J_M_photo_001 img {
  width: 100%;
}

.B_video_01 {
  position: absolute;
  width: 50.625vw;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}

.B_video_02 {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}

.panorama_hand {
  position: absolute;
  width: 15vw;
  height: auto;
  bottom: 4%;
  left: 45%;
  transform: translateX(-50%);
  -webkit-animation-name: panorama_hand_am;
          animation-name: panorama_hand_am;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  z-index: 99;
}
.panorama_hand img {
  width: 19.6875vw !important;
}

@-webkit-keyframes panorama_hand_am {
  0% {
    left: 48%;
  }
  100% {
    left: 52%;
  }
}

@keyframes panorama_hand_am {
  0% {
    left: 48%;
  }
  100% {
    left: 52%;
  }
}
.C_M_block {
  position: relative;
  overflow: hidden;
}
.C_M_block img {
  width: 100vh;
}
.C_M_block .view_left {
  position: absolute;
  left: 0;
  top: 0;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100vw;
  z-index: 1;
}
.C_M_block .view_left img {
  width: 100vh;
}
.C_M_block .view_left .C_M_text_001 {
  position: absolute;
  left: 0;
  top: 0;
  animation: movepoint 2s infinite;
  -webkit-animation: movepoint 2s infinite;
  z-index: 2;
}
.C_M_block .view_left .C_M_text_001 img {
  width: 100vh;
}
.C_M_block .C_M_title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 3;
}
.C_M_block .C_M_title img {
  width: 100%;
}

@-webkit-keyframes movepoint {
  25% {
    top: 0px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}

@keyframes movepoint {
  25% {
    top: 0px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}
.C_M_block_2 {
  position: relative;
  overflow: hidden;
}
.C_M_block_2 .C_M_bg_002 {
  width: 100%;
}
.C_M_block_2 .C_M_text_002 {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.carousel_D_set {
  position: absolute;
  left: 30%;
  top: 33.5%;
  transform: translate(-50%, -50%);
  width: 43.875vw;
  z-index: 2;
}
.carousel_D_set .carousel_D_ps {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
.carousel_D_set .carousel_D_ps .carousel_D_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.carousel_D_set .carousel_D_ps .carousel_D_text img {
  width: 100%;
}

.carousel_D_btn_set {
  position: absolute;
  left: 74.5%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 9vw;
  display: flex;
  z-index: 3;
}
.carousel_D_btn_set button {
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  opacity: 1 !important;
  margin-left: 20px;
}
.carousel_D_btn_set button img {
  opacity: 0.9;
}

.carousel_M_D_set {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.carousel_M_D_set .carousel_M_D_ps {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.carousel_M_D_set .carousel_M_D_ps .carousel_M_D_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.carousel_M_D_set .carousel_M_D_ps .carousel_M_D_text img {
  width: 100%;
}

.carousel_E_set {
  position: absolute;
  left: 70%;
  top: 48%;
  transform: translate(-50%, -50%);
  width: 43.875vw;
  z-index: 2;
}
.carousel_E_set .carousel_E_ps {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 3;
}
.carousel_E_set .carousel_E_ps .carousel_E_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.carousel_E_set .carousel_E_ps .carousel_E_text img {
  width: 100%;
}

.carousel_E_btn_set {
  position: absolute;
  left: 20.5%;
  top: 70%;
  transform: translate(-50%, -50%);
  width: 9vw;
  display: flex;
  z-index: 3;
}
.carousel_E_btn_set button {
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  opacity: 1 !important;
  margin-left: 20px;
}
.carousel_E_btn_set button img {
  opacity: 0.9;
}

.carousel_M_E_set {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.carousel_M_E_set .carousel_M_E_ps {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.carousel_M_E_set .carousel_M_E_ps .carousel_M_E_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.carousel_M_E_set .carousel_M_E_ps .carousel_M_E_text img {
  width: 100%;
}

.carousel_F_set {
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45vw;
  z-index: 2;
}
.carousel_F_set .carousel_F_ps {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.carousel_F_set .carousel_F_ps .carousel_F_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.carousel_F_set .carousel_F_ps .carousel_F_text img {
  width: 100%;
}

.carousel_M_F_set {
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.carousel_M_F_set .carousel_M_F_ps {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.carousel_M_F_set .carousel_M_F_ps .carousel_M_F_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.carousel_M_F_set .carousel_M_F_ps .carousel_M_F_text img {
  width: 100%;
}

.G_M_block {
  margin-top: -1px;
}

.G_text_001 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 5;
  pointer-events: none;
}

.carousel_G_set {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.carousel_G_set .carousel_G_ps {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  background-color: #e0a800;
}
.carousel_G_set .carousel_G_ps .carousel_G_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.carousel_G_set .carousel_G_ps .carousel_G_text img {
  width: 100%;
}

.carousel_M_G_set {
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.carousel_M_G_set .carousel_M_G_ps {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 3;
  pointer-events: none;
}
.carousel_M_G_set .carousel_M_G_ps .carousel_M_G_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.carousel_M_G_set .carousel_M_G_ps .carousel_M_G_text img {
  width: 100%;
}

.H_block {
  margin-bottom: -1px;
}

.H_text_bock_set {
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  width: 33.75vw;
  background-color: #ffffff;
  padding: 30px 50px 50px 30px;
}

.H_M_text_bock_set {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #ffffff;
  padding: 30px 50px 50px 30px;
}
.H_M_text_bock_set img {
  width: 100%;
}

.bg-contact2 {
  background-image: url("../../images/A/A_bd_001.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link_btn a[alt=link] {
  height: 60px;
  font-size: 1.96875vw;
  color: #ffffff;
  text-decoration: none;
}
.link_btn a[alt=link] div {
  height: 60px;
  background-color: #e0a800;
}
.link_btn div[alt=link_map] {
  height: 60px;
  font-size: 1.96875vw;
  color: #000000;
  text-decoration: none;
}
.link_btn div[alt=link_map] div {
  height: 60px;
  border: 1px solid #e0a800;
}

@media screen and (min-width: 319px) and (max-width: 567.98px) {
  .link_btn a[alt=link] {
    font-size: 4.5vw;
  }
  .link_btn div[alt=link_map] {
    font-size: 4.5vw;
  }
}
.map_info_title {
  font-family: "noto serif tc";
  font-size: 36px;
  font-weight: 600;
  align-items: center;
}

.map_info_box {
  margin-left: 6rem;
  width: 50.625vw !important;
}

.map_info_time {
  color: rgba(0, 0, 0, 0);
}

.map_info {
  font-family: "noto serif tc";
}
.map_info div[alt=info] {
  font-family: "noto serif tc";
  font-weight: 600;
  margin-bottom: 2rem;
  align-items: center;
}
.map_info div[alt=info_dir] {
  font-size: 36px;
  font-family: "noto serif tc";
  font-weight: 600;
  margin-bottom: 1rem;
  align-items: center;
}
.map_info div[alt=text] h3 {
  font-size: 1rem;
  font-weight: 800;
  white-space: nowrap;
}
.map_info div[alt=text] h5 {
  font-size: 15px;
  white-space: nowrap;
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  .map_info_box {
    margin-left: 0rem;
  }
  .map_info div[alt=text] h5 span {
    white-space: normal;
  }
}
.footer_box {
  padding-top: 20px;
  padding-bottom: 85px;
  background-color: #151b20;
}
.footer_box .copyright {
  color: #efefef;
}

.my-element {
  display: inline-block;
  margin: 0 0.5rem;
  -webkit-animation: bounce;
          animation: bounce;
  /* referring directly to the animation's @keyframe declaration */
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  /* don't forget to set a duration! */
}

/* bootstrap 轮播图淡入淡出 */
.carousel-fade .carousel-inner .carousel-item {
  transform: translateX(0);
  transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.screen_box {
  display: none;
}

@media screen and (max-width: 991.98px) and (orientation: landscape) {
  .screen_box {
    width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 10000;
    opacity: 1;
  }
  .screen_box .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    background-image: url(../../images/pc_bg_reservation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .screen_box .screen_data {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #f1f1f1;
    padding: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
#banner {
  position: fixed;
  z-index: 99;
  width: 6.375rem;
  height: 6.375rem;
  bottom: 5%;
  right: 5%;
}
#banner img {
  width: 100%;
}

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;
  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.has-val.input2 + .focus-input2::after {
  top: -13px;
}

.has-val.input2 + .focus-input2::before {
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
}

#floatboxbut {
  position: fixed;
  overflow: hidden;
  background-color: #39434a;
  background-size: cover;
  bottom: 0;
  height: 65px;
  width: 100%;
  display: block;
  transition: bottom 0.8s;
  transition-duration: ease-in-out;
  z-index: 99;
}
#floatboxbut div[alt=form] {
  border-right: 0.1rem solid #eeeeee;
}
#floatboxbut div[alt=info] {
  border-right: 0.1rem solid #eeeeee;
}
#floatboxbut div[alt=phone] {
  border-right: 0.1rem solid #eeeeee;
}
#floatboxbut div[alt=map] {
  border-right: 0.1rem solid #eeeeee;
}
#floatboxbut div[alt=form] {
  border-right: 0.1rem solid #eeeeee;
}
#floatboxbut #form_btn_m {
  color: #eeeeee;
  text-decoration: none;
}
#floatboxbut #form_btn_m i {
  color: #ffffff;
}
#floatboxbut #form_btn_m img {
  width: 1.125vw;
}
#floatboxbut #form_btn_m span {
  font-size: 0.8rem;
  white-space: nowrap;
}
#floatboxbut #line_btn_m {
  text-decoration: none;
  color: #eeeeee;
}
#floatboxbut #line_btn_m i {
  color: #ffffff;
}
#floatboxbut #line_btn_m img {
  width: 1.125vw;
}
#floatboxbut #line_btn_m span {
  font-size: 0.8rem;
  white-space: nowrap;
}
#floatboxbut #info_btn_m {
  text-decoration: none;
  color: #eeeeee;
}
#floatboxbut #info_btn_m img {
  width: 1.125vw;
}
#floatboxbut #info_btn_m span {
  font-size: 0.8rem;
  white-space: nowrap;
}
#floatboxbut #map_btn_m {
  text-decoration: none;
  color: #eeeeee;
}
#floatboxbut #map_btn_m img {
  width: 1.125vw;
}
#floatboxbut #map_btn_m span {
  font-size: 0.8rem;
  white-space: nowrap;
}
#floatboxbut #phone_btn_m {
  text-decoration: none;
  color: #eeeeee;
}
#floatboxbut #phone_btn_m img {
  width: 1.125vw;
}
#floatboxbut #phone_btn_m span {
  font-size: 0.8rem;
  white-space: nowrap;
}
#floatboxbut #fb_btn_m {
  text-decoration: none;
  color: #eeeeee;
}
#floatboxbut #fb_btn_m img {
  width: 1.125vw;
}
#floatboxbut #fb_btn_m span {
  font-size: 0.8rem;
  white-space: nowrap;
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  #floatboxbut #form_btn_m img {
    width: 4.5vw;
  }
  #floatboxbut #line_btn_m img {
    width: 4.5vw;
  }
  #floatboxbut #info_btn_m img {
    width: 4.5vw;
  }
  #floatboxbut #map_btn_m img {
    width: 4.5vw;
  }
  #floatboxbut #phone_btn_m img {
    width: 4.5vw;
  }
  #floatboxbut #fb_btn_m img {
    width: 4.5vw;
  }
}
#personalinfo_info {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 50;
  background-color: rgba(61, 61, 61, 0.4666666667);
  left: 0;
  top: 0;
}
#personalinfo_info .personalinfo_block {
  position: relative;
  width: 90%;
  height: 85vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.9647058824);
  padding-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 50px;
  border-radius: 1rem;
  overflow-y: scroll;
}
#personalinfo_info .personalinfo_block .cancel {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 3.9375vw;
  height: 3.9375vw;
  z-index: 99;
  transition: 0.8s;
}
#personalinfo_info .personalinfo_block .cancel img {
  width: 100%;
  transition: 0.8s;
}
#personalinfo_info .personalinfo_block .cancel img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
#personalinfo_info .personalinfo_block p {
  color: #2c2c2c;
}

.personalinfo_con {
  overflow: hidden;
}

@media screen and (min-width: 200px) and (max-width: 698.98px) {
  #personalinfo_info .personalinfo_block {
    padding-top: 20px;
  }
  #personalinfo_info .personalinfo_block p {
    font-size: 0.6rem;
  }
  #personalinfo_info .personalinfo_block .cancel {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    width: 10.125vw;
    height: 10.125vw;
    z-index: 99;
  }
  #personalinfo_info .personalinfo_block .cancel img {
    width: 100%;
  }
}
.from_Block {
  position: relative;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  background-image: url("../../images/form/source/form_bg_001.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.from_Block .form_photo_001 img {
  width: 100%;
}
.from_Block .form_text_001,
.from_Block .form-check-label {
  color: rgb(255, 255, 255);
}
.from_Block .form_container .submit_btn_set {
  border: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.from_Block .form_container .submit_btn_set img {
  width: 100%;
}

select,
.form-control {
  background-color: rgba(255, 255, 255, 0.1764705882) !important;
  border-radius: 0px;
  border: 0px;
  border: 0px solid #ffffff;
  color: #ffffff;
}

.form-control:focus {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0px;
  border: 0px;
  border: 0px solid #ffffff;
  color: #ffffff;
}

.custom-select {
  background-color: rgba(255, 255, 255, 0.1764705882) !important;
  border-radius: 0px;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border: 0px;
  border: 0px solid #ffffff;
  color: #ffffff;
}
.custom-select option {
  background-color: #000000 !important;
}

.form-select:invalid .background-position {
  background-position-x: right 0.75rem, right 2.25rem;
  background-position-y: center, center;
}

.custom-select:focus {
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 0px;
  border: 0px;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.form-control::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1;
  /* Firefox */
}

.form-control::placeholder {
  color: #ffffff !important;
  opacity: 1;
  /* Firefox */
}

.form-control::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff !important;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff !important;
}

.form-select:invalid:not([multiple]):not([size]) {
  background-position: center right 0.75em !important;
}

@-webkit-keyframes ldio-bdb60efu1c6 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ldio-bdb60efu1c6 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ldio-bdb60efu1c6 div {
  left: 47px;
  top: 24px;
  position: absolute;
  -webkit-animation: ldio-bdb60efu1c6 linear 1s infinite;
          animation: ldio-bdb60efu1c6 linear 1s infinite;
  background: #0d3ba4;
  width: 6px;
  height: 12px;
  border-radius: 3px/6px;
  transform-origin: 3px 26px;
}

.ldio-bdb60efu1c6 div:nth-child(1) {
  transform: rotate(0deg);
  -webkit-animation-delay: -0.9166666667s;
          animation-delay: -0.9166666667s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(2) {
  transform: rotate(30deg);
  -webkit-animation-delay: -0.8333333333s;
          animation-delay: -0.8333333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(3) {
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(4) {
  transform: rotate(90deg);
  -webkit-animation-delay: -0.6666666667s;
          animation-delay: -0.6666666667s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(5) {
  transform: rotate(120deg);
  -webkit-animation-delay: -0.5833333333s;
          animation-delay: -0.5833333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(6) {
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(7) {
  transform: rotate(180deg);
  -webkit-animation-delay: -0.4166666667s;
          animation-delay: -0.4166666667s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(8) {
  transform: rotate(210deg);
  -webkit-animation-delay: -0.3333333333s;
          animation-delay: -0.3333333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(9) {
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(10) {
  transform: rotate(270deg);
  -webkit-animation-delay: -0.1666666667s;
          animation-delay: -0.1666666667s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(11) {
  transform: rotate(300deg);
  -webkit-animation-delay: -0.0833333333s;
          animation-delay: -0.0833333333s;
  background: #ffffff;
}

.ldio-bdb60efu1c6 div:nth-child(12) {
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background: #ffffff;
}

.loadingio-spinner-spinner-ep6wnccq1mu {
  width: 70px;
  height: 70px;
  display: inline-block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
}

.ldio-bdb60efu1c6 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.7);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-bdb60efu1c6 div {
  box-sizing: content-box;
}/*# sourceMappingURL=style.css.map */