@import url("../fonts/fonts.css");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.img-fluid {
  display: block;
  width: auto;
  max-width: 100%;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

sub {
  font-size: 0.6em;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
}

*,
::after,
::before {
  box-sizing: border-box;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
@-webkit-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-moz-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-ms-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-o-keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@keyframes btnBuy {
  0% {
    transform: translate(80%, -50%) skew();
  }
  50% {
    transform: translate(330%, -50%);
  }
  100% {
    transform: translate(330%, -50%);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadingD {
  0% {
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -khtml-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-moz-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-ms-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@-o-keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes zoomin {
  0% {
    opacity: 0;
    transform: scale(0.92, 0.92) translate(0, 30px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slidedown {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #103c89 !important;
}

main {
  min-height: 100svh !important;
  background-image: linear-gradient(to bottom, #19c0ec 40%, #103c89 80%);
  background-size: cover;
  background-color: #19c0ec !important;
}
main .space {
  min-height: 100svh !important;
  width: 100vw;
}

.m_center {
  margin: 0 auto;
}

.bg_ga {
  position: relative;
  background-image: url("/assets/images/bg_mobile2-new002.png");
  background-size: 500px;
  background-position: center 0%;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (min-width: 460px) {
  .bg_ga {
    background-size: 100% 100%;
    background-image: url("/assets/images/bg_mobile2-new002.png");
  }
}
@media screen and (min-width: 600px) {
  .bg_ga {
    background-position: center;
    background-image: url("/assets/images/bg_lemon-full-main-new-finall.png");
    background-size: 1000px;
  }
}
@media (min-width: 992px) {
  .bg_ga {
    background-image: url("../images/sd_bg2400-new-end-finall.png");
    background-size: auto 100%;
  }
}

.bg_main {
  position: relative;
  background-image: url("/assets/images/bg_mobile-main-new003.png");
  background-size: 100%;
  background-position: center 25%;
  background-repeat: no-repeat;
  z-index: 0;
}
@media (min-width: 768px) {
  .bg_main {
    background-image: url("/assets/images/bg_lemon-full-main-new-end.png");
    background-position: center 55%;
    background-size: 1000px;
  }
}
@media (min-width: 992px) {
  .bg_main {
    background-image: url("../images/sd_bg2400-main-new-finall.png");
    background-size: auto 100%;
  }
}

.wraper_index {
  padding-bottom: 39px;
}

@media (min-width: 992px) {
  .space {
    padding-top: 0;
  }
}
.space.choose {
  padding-top: 35px;
}

.box_img_logo {
  width: 200px;
  height: 65px;
  margin: 0 auto;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -100px;
}
@media (min-width: 1200px) {
  .box_img_logo {
    top: 80px;
  }
}
.box_img_logo.page_index {
  margin-bottom: 0px;
  top: 30px;
}
@media (min-width: 1200px) {
  .box_img_logo.page_index {
    top: 80px;
  }
}
.box_img_logo.page_choose {
  margin-bottom: 15px;
}
.box_img_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.box_text_hero {
  width: 210px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.box_text_hero.page_index {
  margin-bottom: 20px;
}
.box_text_hero.page_choose {
  margin-bottom: 15px;
}
.box_text_hero img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.box_hero_banner_comingsoon {
  width: 100%;
  position: absolute;
  bottom: 22.8915662651vh;
  left: -7%;
}
@media screen and (min-width: 427px) and (max-height: 927px) and (orientation: portrait) {
  .box_hero_banner_comingsoon {
    bottom: 28.9156626506vh;
  }
}
@media screen and (min-width: 332px) and (max-height: 897px) and (orientation: portrait) {
  .box_hero_banner_comingsoon {
    bottom: 28.9156626506vh;
  }
}
@media screen and (min-width: 332px) and (max-height: 845px) and (orientation: portrait) {
  .box_hero_banner_comingsoon {
    bottom: 26.5060240964vh;
  }
}
@media screen and (min-width: 332px) and (max-height: 813px) and (orientation: portrait) {
  .box_hero_banner_comingsoon {
    bottom: 25.3012048193vh;
  }
}
@media screen and (min-width: 332px) and (max-height: 750px) and (orientation: portrait) {
  .box_hero_banner_comingsoon {
    bottom: 20.4819277108vh;
  }
}
@media screen and (min-width: 332px) and (max-height: 665px) and (orientation: portrait) {
  .box_hero_banner_comingsoon {
    width: 100%;
    left: -1%;
    bottom: 18.0722891566vh;
  }
}
@media (min-width: 768px) {
  .box_hero_banner_comingsoon {
    width: 100%;
    left: -3%;
    bottom: 25.3012048193vh;
  }
}
@media (min-width: 992px) {
  .box_hero_banner_comingsoon {
    left: 0;
    display: none;
  }
}
@media (min-width: 1200px) {
  .box_hero_banner_comingsoon {
    bottom: 18.0722891566vh;
  }
}
@media (min-width: 666px) and (max-height: 560px) and (orientation: landscape) {
  .box_hero_banner_comingsoon {
    bottom: 20%;
    left: -3%;
    width: 100%;
  }
}
@media (min-width: 810px) and (max-height: 560px) and (orientation: landscape) {
  .box_hero_banner_comingsoon {
    bottom: 25%;
  }
}
@media (min-width: 767px) and (max-width: 1183px) and (min-height: 560px) and (orientation: landscape) {
  .box_hero_banner_comingsoon {
    bottom: 21.686746988vh;
  }
}
.box_hero_banner_comingsoon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 320px) and (max-height: 800px) and (orientation: portrait) {
  .box_hero_banner_comingsoon img {
    max-width: 380px;
  }
}
@media (min-width: 768px) {
  .box_hero_banner_comingsoon img {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .box_hero_banner_comingsoon img {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1025px) and (max-height: 769px) {
  .box_hero_banner_comingsoon img {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .box_hero_banner_comingsoon img {
    max-width: 36.4583333333vw;
  }
}
@media (min-width: 1400px) {
  .box_hero_banner_comingsoon img {
    max-width: 31.25vw;
  }
}

.box_hero_banner {
  width: 110%;
  position: absolute;
  bottom: 22.8915662651vh;
  left: -7%;
  display: none;
}
@media screen and (min-width: 427px) and (max-height: 927px) and (orientation: portrait) {
  .box_hero_banner {
    bottom: 28.9156626506vh;
  }
}
@media screen and (min-width: 332px) and (max-height: 897px) and (orientation: portrait) {
  .box_hero_banner {
    bottom: 28.9156626506vh;
  }
}
@media screen and (min-width: 332px) and (max-height: 845px) and (orientation: portrait) {
  .box_hero_banner {
    bottom: 26.5060240964vh;
  }
}
@media screen and (min-width: 332px) and (max-height: 813px) and (orientation: portrait) {
  .box_hero_banner {
    bottom: 25.3012048193vh;
  }
}
@media screen and (min-width: 332px) and (max-height: 750px) and (orientation: portrait) {
  .box_hero_banner {
    bottom: 20.4819277108vh;
  }
}
@media screen and (min-width: 332px) and (max-height: 665px) and (orientation: portrait) {
  .box_hero_banner {
    width: 100%;
    left: -1%;
    bottom: 18.0722891566vh;
  }
}
@media (min-width: 768px) {
  .box_hero_banner {
    width: 100%;
    left: -3%;
    bottom: 25.3012048193vh;
    display: block;
  }
}
@media (min-width: 992px) {
  .box_hero_banner {
    left: 0;
    display: none;
  }
}
@media (min-width: 1200px) {
  .box_hero_banner {
    bottom: 18.0722891566vh;
  }
}
@media (min-width: 666px) and (max-height: 560px) and (orientation: landscape) {
  .box_hero_banner {
    bottom: 20%;
    left: -3%;
    width: 100%;
  }
}
@media (min-width: 810px) and (max-height: 560px) and (orientation: landscape) {
  .box_hero_banner {
    bottom: 25%;
  }
}
@media (min-width: 767px) and (max-width: 1183px) and (min-height: 560px) and (orientation: landscape) {
  .box_hero_banner {
    bottom: 21.686746988vh;
  }
}
.box_hero_banner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 320px) and (max-height: 800px) and (orientation: portrait) {
  .box_hero_banner img {
    max-width: 380px;
  }
}
@media (min-width: 768px) {
  .box_hero_banner img {
    max-width: 650px;
  }
}
@media (min-width: 992px) {
  .box_hero_banner img {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1025px) and (max-height: 769px) {
  .box_hero_banner img {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .box_hero_banner img {
    max-width: 36.4583333333vw;
  }
}
@media (min-width: 1400px) {
  .box_hero_banner img {
    max-width: 31.25vw;
  }
}

.text_title {
  line-height: 1.2em;
  margin-bottom: 0;
}
.text_title .font_small {
  font-size: 56px;
}
.text_title .font_mid {
  font-size: 70px;
}
.text_title .font_big {
  font-size: 81px;
}

.text_title_home {
  line-height: 1em;
  margin-bottom: 0;
}
.text_title_home .font_small {
  font-size: 46px;
}
.text_title_home .font_mid {
  font-size: 60px;
}
.text_title_home .font_big {
  font-size: 71px;
}

.box_sub_text {
  margin-bottom: 10px;
}
.box_sub_text h2 {
  font-size: 32px !important;
}

.box_check {
  margin: 0 auto;
  padding: 0 55px;
  max-width: 425px;
}
@media (min-width: 768px) {
  .box_check {
    padding: 0 85px;
  }
}

.box_btn_center {
  margin: 15px 0 20px;
}
.box_btn_center.space_0 {
  margin: 0;
}
.box_btn_center a {
  width: 100%;
  padding: 0;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 50px;
}
.box_btn_center a.link {
  width: 250px;
  height: 50px;
  background-image: linear-gradient(#fff600, #ffd40c 50%, #ffcc00);
  background-repeat: no-repeat;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: var(--color-pri-black) !important;
}
.box_btn_center a.link:hover {
  background-image: linear-gradient(#fff680, #ffd48c 50%, #ffcc80);
  background-repeat: no-repeat;
}
.box_btn_center a.disabled {
  background-image: linear-gradient(#ffffff, #ffffff 50%, #ffffff);
  background-repeat: no-repeat;
  color: #303030 !important;
}

.box_tag h3 {
  font-size: 24px !important;
  margin: 0;
}

.btn_main {
  width: 100%;
  display: inline-block;
  font-size: 24px;
  text-decoration: none !important;
}
.btn_main.btn_small {
  font-size: 24px;
  font-weight: 600;
  width: 118px;
  height: 44px;
  padding: 4.5px;
  border: 0;
  margin-top: 15px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: #ffffff !important;
  background-color: #303030;
  filter: drop-shadow(0px 4px 3px rgba(94, 94, 94, 0.2));
}
.btn_main.btn_small.disabled {
  background-color: #e0e0e0;
  border: 0;
  opacity: 1;
  color: #303030 !important;
}
.btn_main.btn_square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 127px;
  height: 131px;
  font-weight: 600;
  gap: 8px;
  padding-top: 10px;
  background: url("/assets/images/btn_square_active.png") no-repeat center center;
  background-size: contain;
  filter: drop-shadow(0px 3.724px 3.724px rgba(0, 0, 0, 0.25));
  cursor: pointer;
}
.btn_main.btn_square.disabled {
  background: url("/assets/images/btn_square_disabled.png") no-repeat center center;
  background-size: contain;
}
.btn_main.btn_prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  padding: 4.5px;
  background-color: var(--color-pri-yellow);
  cursor: pointer;
}
.btn_main.btn_prev:hover {
  background-color: #ffdb34;
}
.btn_main.btn_prev img {
  width: 17px;
}
.btn_main.btn_next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 200px;
  height: 50px;
  font-size: 30px;
  font-weight: bold;
  padding: 4.5px;
  background-color: #eeeeee;
  cursor: pointer;
}
.btn_main.btn_next:hover {
  background-color: var(--color-pri-white);
}
.btn_main.btn_next.disabled {
  border: 0;
  opacity: 1;
  color: #303030 !important;
}
.btn_main.btn_cycle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90px;
  height: 90px;
  gap: 8px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: none;
  cursor: pointer;
}
.btn_main.btn_white {
  background: #f0f0f0;
}
.btn_main.btn_white:hover {
  background: #ffffff;
}
.btn_main.btn_yellow {
  background: #ffd201;
}
.btn_main.btn_yellow:hover {
  background: #ffdb34;
}
.btn_main.btn-rounded-pill {
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.modal_custom .btn_close_custom {
  position: absolute;
  border: 0;
  top: 15px;
  right: 15px;
  z-index: 5;
  width: 15px;
  height: 15px;
  opacity: 1;
  background: url("/assets/images/btn_close.png") no-repeat center center;
  background-size: contain;
}
.modal_custom .btn_close_custom:hover {
  opacity: 0.7;
}
.modal_custom .modal-dialog {
  padding: 0 34px;
}
.modal_custom .modal-dialog .modal-content {
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.modal_custom .modal-dialog .modal-content .modal-body {
  padding: 34px 23px 17px;
}
.modal_custom .modal-dialog .modal-content .modal-body .wraper .title_popup {
  font-size: 24px;
  font-weight: 600;
  color: #ed1c24;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 14px;
}
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll {
  height: 380px;
  overflow-y: auto;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #f3f4f7;
}
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll .wraper_scroll {
  padding: 15px 14px;
}
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll .wraper_scroll .f_bold {
  font-weight: bold;
}
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll .wraper_scroll .group_text {
  margin-bottom: 12px;
}
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll .wraper_scroll .group_text .head_title {
  margin-bottom: 5px;
}
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll .wraper_scroll ul {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll .wraper_scroll li {
  display: table;
  counter-increment: item;
}
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll .wraper_scroll li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.3em;
}
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll .wraper_scroll li li {
  margin: 0;
}
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll .wraper_scroll li li:before {
  content: counters(item, ".") " ";
}
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll .wraper_scroll li,
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll .wraper_scroll p {
  font-size: 18px;
  color: #000;
  margin-bottom: 0px;
}
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll .wraper_scroll li.indent,
.modal_custom .modal-dialog .modal-content .modal-body .wraper .box_scroll .wraper_scroll p.indent {
  text-indent: 15px;
}

.font_20 {
  font-size: 20px;
}

.p_15 {
  padding: 0 15px;
}

.p_35 {
  padding: 0 35px;
}

.mt_39 {
  margin-top: 39px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt_49 {
  margin-top: 49px;
}

.mb_51 {
  margin-bottom: 51px;
}

.section_upload {
  padding-bottom: 0;
}
.section_upload .box_text_title {
  color: #fff;
  margin-bottom: 20px;
}
.section_upload .box_text_title h2 {
  font-size: 32px !important;
  margin: 0;
  line-height: 30px;
}
.section_upload .box_thumbail_upload {
  background-color: #ffffff;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  position: relative !important;
  position: relative;
  overflow: hidden;
}
.section_upload .box_thumbail_upload:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 135.5172413793% !important;
}
.section_upload .box_thumbail_upload > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_upload .box_thumbail_upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_upload .box_flex_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 35px;
  gap: 0 30px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section_upload .box_flex_btn .text-100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 10px;
}
@media screen and (min-width: 420px) and (max-height: 800px) and (orientation: portrait) {
  .section_upload .box_flex_btn .text-100 {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .section_upload .box_flex_btn .text-100 {
    padding-bottom: 10px;
  }
}
.section_upload .box_flex_btn .box_flex_item {
  flex: unset;
}
.section_upload .box_flex_btn .box_flex_item .btn_icon {
  width: 90px;
}
.section_upload .box_flex_btn .box_flex_item .btn_icon.upload_step2 {
  width: 90px;
}
.section_upload .box_flex_btn .box_flex_item .btn_icon img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
@media (min-width: 768px) {
  .section_upload .box_flex_btn .box_flex_item .btn_icon img {
    object-fit: scale-down;
  }
}

.section_choose .box_btn_choose {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 20px;
}
@media (min-width: 768px) {
  .section_choose .box_btn_choose {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .section_choose .box_btn_choose {
    margin-bottom: 30px;
  }
}
.section_choose .box_btn_choose .text-100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -moz-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 26px;
  color: #ffffff;
}
.section_choose .box_btn_choose .box_sub_choose {
  flex: 0 0 1;
}
.section_choose .box_btn_choose .card-input .icon_choose {
  width: 45px;
  height: 60px;
}
.section_choose .box_btn_choose .card-input .icon_choose img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.section_choose .box_title_text.text_you_choose {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section_choose .box_title_text h2 {
  font-size: 32px !important;
}
.section_choose .box_choose {
  overflow: hidden;
  overflow-y: auto;
  height: calc(100svh - 300px);
}
@media screen and (max-width: 560px) and (min-height: 800px) {
  .section_choose .box_choose {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .section_choose .box_choose {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .section_choose .box_choose {
    height: auto;
    max-width: 960px;
    margin: 0 auto;
    overflow: visible;
    width: 960px;
  }
}
@media (max-width: 1183px) and (orientation: landscape) {
  .section_choose .box_choose {
    height: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1183px) and (min-height: 560px) and (orientation: landscape) {
  .section_choose .box_choose {
    height: 100%;
  }
}
.section_choose .box_choose > .row {
  height: 100%;
}
.section_choose .box_choose label {
  display: block;
  width: 100%;
}
.section_choose .box_choose .card-input2 {
  position: relative;
  width: 150px;
}
@media (min-width: 768px) {
  .section_choose .box_choose .card-input2 {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .section_choose .box_choose .card-input2 {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .section_choose .box_choose .card-input2 {
    width: 220px;
  }
}
.section_choose .box_choose .card-input2:after {
  content: "";
  width: 77.4px;
  height: 77.4px;
  position: absolute;
  right: -14px;
  bottom: -30px;
  background-color: red;
  background: url("../images/cancheck.png") no-repeat center center;
  background-size: contain;
  display: none;
}
@media (min-width: 768px) {
  .section_choose .box_choose .card-input2:after {
    width: 98.9px;
    height: 98.9px;
    right: -30px;
    bottom: -30px;
  }
}
@media (min-width: 992px) {
  .section_choose .box_choose .card-input2:after {
    width: 98.9px;
    height: 98.9px;
    right: -30px;
    bottom: -30px;
  }
}
.section_choose .box_choose .card-input2 .panel-heading {
  font-size: 16px;
}
@media (min-width: 768px) {
  .section_choose .box_choose .card-input2 .panel-heading {
    font-size: 28px;
  }
}
.section_choose .box_choose .thumbnail_choose {
  position: relative;
  position: relative !important;
}
.section_choose .box_choose .thumbnail_choose:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 137.5% !important;
}
.section_choose .box_choose .thumbnail_choose > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section_choose .box_choose .thumbnail_choose img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.section_choose .box_choose .panel-heading {
  font-size: 25px;
  margin: 5px 0;
  line-height: 1em;
  color: var(--color-pri-black);
  text-transform: uppercase;
  text-shadow: -1px -1px 0 var(--color-pri-yellow), 1px -1px 0 var(--color-pri-yellow), -1px 1px 0 var(--color-pri-yellow), 1px 1px 0 var(--color-pri-yellow);
}
.section_choose .box_btn_center {
  margin-top: 15px;
}

.section_process {
  margin: 0 auto;
}
.section_process .box_thumbail_process {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 320px;
}
@media (min-width: 768px) {
  .section_process .box_thumbail_process {
    width: 520px;
  }
}
@media (min-width: 992px) {
  .section_process .box_thumbail_process {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .section_process .box_thumbail_process {
    width: 19.7916666667vw;
    max-width: 380px;
  }
}
.section_process .box_thumbail_process .sub_thumbail_process {
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background-color: #ffffff;
  position: relative !important;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 320px;
  z-index: 2;
}
.section_process .box_thumbail_process .sub_thumbail_process:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 132.4137931034% !important;
}
.section_process .box_thumbail_process .sub_thumbail_process > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section_process .box_thumbail_process .sub_thumbail_process {
    width: 520px;
  }
}
@media (min-width: 992px) {
  .section_process .box_thumbail_process .sub_thumbail_process {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .section_process .box_thumbail_process .sub_thumbail_process {
    width: 19.7916666667vw;
    max-width: 380px;
  }
}
.section_process .box_thumbail_process .sub_thumbail_process.img_cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.section_process .box_thumbail_process .sub_thumbail_process.img_cover .safari-test {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.section_process .box_thumbail_process .sub_thumbail_process.img_cover .safari-test img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.section_process .box_thumbail_process .sub_thumbail_process img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.section_process .box_thumbail_process .sub_thumbail_process:after {
  background: url("../images/leafter.png") no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 410px;
  height: 459px;
  z-index: -1;
}
@media (min-width: 768px) {
  .section_process .box_thumbail_process .sub_thumbail_process:after {
    top: -85px;
    left: -102px;
    width: 697px;
    height: 780.3px;
  }
}
@media (min-width: 992px) {
  .section_process .box_thumbail_process .sub_thumbail_process:after {
    top: -20px;
    left: -50px;
    width: 410px;
    height: 459px;
  }
}
.section_process .box_loading_all .box_loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  margin: 0 auto 0 auto;
  width: 320px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  position: relative;
}
.section_process .box_loading_all .box_loading:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 135.5172413793% !important;
}
.section_process .box_loading_all .box_loading > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .section_process .box_loading_all .box_loading {
    width: 520px;
  }
}
@media (min-width: 992px) {
  .section_process .box_loading_all .box_loading {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .section_process .box_loading_all .box_loading {
    width: 19.7916666667vw;
    max-width: 380px;
  }
}
.section_process .box_loading_all .box_loading:after {
  background: url("../images/leafter.png") no-repeat top center;
  background-size: contain;
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 410px;
  height: 459px;
}
@media (min-width: 768px) {
  .section_process .box_loading_all .box_loading:after {
    top: -85px;
    left: -102px;
    width: 697px;
    height: 780.3px;
  }
}
@media (min-width: 992px) {
  .section_process .box_loading_all .box_loading:after {
    top: -50px;
    left: -50px;
    width: 410px;
    height: 459px;
  }
}
@media (min-width: 1200px) {
  .section_process .box_loading_all .box_loading:after {
    top: -2.6041666667vw;
    left: -3.6458333333vw;
    width: 25.625vw;
    height: 28.6875vw;
    max-width: 533px;
  }
}
.section_process .box_loading_all .box_loading .thumbail_loading {
  width: 146px;
  height: 146px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section_process .box_loading_all .box_loading .thumbail_loading img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section_process .box_loading_all .text-loading {
  font-size: 20px;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .section_process .box_loading_all .text-loading {
    font-size: 24px;
  }
}
.section_process .box_question_text.no1 {
  margin-bottom: 17px;
}
.section_process .box_question_text.no2 {
  margin-top: 33px;
  margin-bottom: 15px;
}
.section_process .box_question_text.no3 {
  margin-top: 37px;
  margin-bottom: 13px;
}
.section_process .box_question_text h4 {
  font-size: 27px;
  color: #fff;
}
.section_process .box_dropdown_custom.dropdown .btn {
  font-size: 27px !important;
  border: 0;
}
.section_process .box_dropdown_custom.dropdown ul {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0;
}
.section_process .box_dropdown_custom.dropdown .dropdown-item {
  position: relative;
  font-size: 27px !important;
  color: #808080;
}
.section_process .box_dropdown_custom.dropdown .dropdown-item:hover {
  background-color: var(--color-pri-yellow);
}
.section_process .box_dropdown_custom.dropdown .dropdown-item:hover:after {
  background-color: #ed1c24;
}
.section_process .box_dropdown_custom.dropdown .dropdown-item:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 104%;
  background-color: #d9d9d9;
  top: -1px;
  right: 0;
}
.section_process .box_question_three {
  margin-top: 30px;
}
.section_process .box_question_three input {
  font-size: 27px !important;
}
.section_process .box_question_three input.form-control.p_color::placeholder {
  color: #bcbcbc;
  opacity: 1;
}
.section_process .box_question_three .font_note {
  font-size: 19px;
  color: var(--color-pri-yellow);
  margin-top: 3px;
}
.section_process .box_question_three .box_text_area textarea {
  font-size: 27px !important;
  padding: 32px 0 !important;
  line-height: 30px;
}
.section_process .box_question_three .box_text_area textarea.form-control {
  height: 95px;
}
.section_process .box_question_three .box_text_area textarea.form-control.p_color {
  position: relative;
}
.section_process .box_question_three .box_text_area textarea.form-control.p_color::placeholder {
  color: #bcbcbc;
  opacity: 1;
}
.section_process .box_regist {
  margin-top: 65px;
  margin-bottom: 41px;
  padding: 27px 0 35px;
}
.section_process .box_regist .wraper_regist .title_regist h2 {
  font-size: 27px !important;
  line-height: 1.1em;
  margin-bottom: 18px;
}
.section_process .box_regist .wraper_regist .box_sub_input {
  text-align: left;
}
.section_process .box_regist .wraper_regist .box_sub_input .form-label {
  font-size: 27px !important;
  margin-bottom: 2px;
}
.section_process .box_regist .wraper_regist .box_sub_input .warning .font_note {
  color: var(--color-pri-red) !important;
}
.section_process .box_regist .wraper_regist .box_sub_input input {
  font-size: 27px !important;
}
.section_process .box_regist .wraper_regist .box_sub_input input.form-control.p_color::placeholder {
  color: #bcbcbc;
  opacity: 1;
}
.section_process .box_regist .wraper_regist .box_sub_input .box_radio .sub_radio {
  display: inline-block;
  margin-right: 25px;
}
.section_process .box_regist .wraper_regist .box_sub_input .box_radio .sub_radio .check_regist {
  font-size: 27px;
  color: #000;
}
.section_process .box_btn_regist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.section_process .box_flex_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  column-gap: 35px;
  margin-top: 43px;
  padding: 0 35px;
}
@media (min-width: 992px) {
  .section_process .box_flex_btn {
    margin-top: 0px !important;
  }
}
.section_process .box_flex_btn .box_flex_item {
  flex: unset;
}
.section_process .box_flex_btn .box_flex_item .btn_icon {
  width: 90px;
}
.section_process .box_flex_btn .box_flex_item .btn_icon.upload_step2 {
  width: 90px;
}
.section_process .box_flex_btn .box_flex_item .btn_icon.share_icon {
  width: 90px;
}
.section_process .box_flex_btn .box_flex_item .btn_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 768px) {
  .section_process .box_flex_btn .box_flex_item .btn_icon img {
    object-fit: 10%;
  }
}
.section_process .box_btn_generate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 25px;
  padding: 0 35px;
  gap: 0 20px;
}

.position-buttom {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .position-buttom {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .position-buttom {
    margin-bottom: 20px;
  }
}

.position-center {
  padding-top: 150px;
}

.canlemon {
  position: absolute;
  bottom: -48px;
  right: -48px;
  width: 146.4px;
  height: 164.8px;
  background: url("../images/can.png") no-repeat center center;
  background-size: contain;
  text-indent: -9999px;
}
@media screen and (min-width: 320px) and (max-height: 800px) {
  .canlemon {
    bottom: -48px;
    right: -48px;
    width: 146.4px;
    height: 164.8px;
  }
}
@media (min-width: 992px) {
  .canlemon {
    bottom: -64px;
    right: -40px;
    width: 146.4px;
    height: 164.8px;
  }
}
@media (min-width: 1200px) {
  .canlemon {
    bottom: -3.125vw;
    right: -2.6041666667vw;
    width: 9.53125vw;
    height: 10.7291666667vw;
  }
}

.box_choose .row div[class*=col-] > label {
  margin: 0 0 0 auto;
  display: block;
  width: 167px;
}
@media (min-width: 768px) {
  .box_choose .row div[class*=col-] > label {
    width: 220px;
  }
}
@media (min-width: 992px) {
  .box_choose .row div[class*=col-] > label {
    margin: 0 auto;
  }
}
.box_choose .row div[class*=col-] > label img {
  -webkit-box-shadow: #ffffff -8px 0px 0 -2px;
  -khtml-box-shadow: #ffffff -8px 0px 0 -2px;
  -moz-box-shadow: #ffffff -8px 0px 0 -2px;
  -ms-box-shadow: #ffffff -8px 0px 0 -2px;
  -o-box-shadow: #ffffff -8px 0px 0 -2px;
  box-shadow: #ffffff -8px 0px 0 -2px;
}
@media (min-width: 992px) {
  .box_choose .row div[class*=col-] > label img {
    -webkit-box-shadow: #ffffff 8px 0px 0 -2px;
    -khtml-box-shadow: #ffffff 8px 0px 0 -2px;
    -moz-box-shadow: #ffffff 8px 0px 0 -2px;
    -ms-box-shadow: #ffffff 8px 0px 0 -2px;
    -o-box-shadow: #ffffff 8px 0px 0 -2px;
    box-shadow: #ffffff 8px 0px 0 -2px;
  }
}
.box_choose .row div[class*=col-]:nth-child(even) > label {
  margin: 0 auto 0 0;
}
@media (min-width: 992px) {
  .box_choose .row div[class*=col-]:nth-child(even) > label {
    margin: 0 auto;
  }
}
.box_choose .row div[class*=col-]:nth-child(even) > label img {
  -webkit-box-shadow: #ffffff 8px 0px 0 -2px;
  -khtml-box-shadow: #ffffff 8px 0px 0 -2px;
  -moz-box-shadow: #ffffff 8px 0px 0 -2px;
  -ms-box-shadow: #ffffff 8px 0px 0 -2px;
  -o-box-shadow: #ffffff 8px 0px 0 -2px;
  box-shadow: #ffffff 8px 0px 0 -2px;
}
.box_choose .row div[class*=col-] label .card-input-element:checked + .card-input2 img {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
}

.shareNavigateButton {
  width: 290px;
  margin: 10px auto;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .shareNavigateButton {
    width: 520px;
  }
}
@media (min-width: 992px) {
  .shareNavigateButton {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  .shareNavigateButton {
    width: 19.7916666667vw;
    max-width: 380px;
  }
}

.icon_copy {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  position: relative;
}
.icon_copy svg {
  color: #ffd201;
  width: 20px;
  height: 20px;
  position: static;
  margin-top: 0;
}

#textHowToSavePhoto {
  pointer-events: none;
}

:root {
  --color-pri-red: #ed1c24;
  --color-pri-redDark: #840707;
  --color-pri-blueDark: #04123c;
  --color-pri-yellow: #ffd201;
  --color-pri-black: #000000;
  --color-pri-white: #ffffff;
}

body {
  font-family: "DBHeavent" !important;
  font-style: normal !important;
  font-weight: 500;
  padding: 0px 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  min-width: 320px;
}

.container {
  max-width: 100% !important;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}

.txt-red {
  color: var(--color-pri-red);
}

.btn-primary {
  color: var(--color-pri-red) !important;
  background-color: var(--color-pri-yellow) !important;
  font-size: 1.75rem !important;
  border-color: var(--color-pri-yellow) !important;
  border-radius: 10px !important;
  font-weight: bold !important;
}

.w-50 {
  width: 50%;
}

.btn-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 5px;
}

h1 {
  font-size: 2.5rem !important;
}

h2 {
  font-size: 2rem !important;
}

.check-container {
  display: flex;
  position: relative;
  padding-left: 29px;
  margin-bottom: 0px;
  cursor: pointer;
  align-items: center;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid var(--color-pri-yellow);
  border-radius: 2px;
  cursor: pointer;
}
.checkmark.regist {
  border: 1px solid #ffffff;
  top: 13px;
}

.checkmark2 {
  border: 2px solid #fff !important;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  border: 2px solid var(--color-pri-yellow);
}

.check-container.check_regist {
  display: inline-block;
}
.check-container.check_regist input:checked ~ .checkmark {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
.check-container.check_regist .checkmark:after {
  border: solid var(--color-pri-red);
  border-width: 0 5px 5px 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 5px;
  top: -9px;
  width: 10px;
  height: 20px;
  border: solid var(--color-pri-yellow);
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-input-element,
.card-input-element2 {
  display: none;
}

.card-input {
  width: 145px;
  height: 60px;
  background: #eeeeee;
  border-radius: 60px;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.25));
}
.card-input:hover {
  background: #ffffff;
}
@media (min-width: 768px) {
  .card-input {
    margin: 0 auto;
  }
}

.card-input2 {
  border: 2px solid var(--color-pri-yellow);
  padding: 10px;
  border-radius: 30px;
  color: var(--color-pri-yellow);
  font-size: 1.5rem;
}

.card-input img {
  width: 50px;
  height: 50px;
}

.card-input2 {
  width: 148px;
  border: none;
  color: #fff;
  padding: 4px;
}

.card-input:hover,
.card-input2:hover {
  cursor: pointer;
}

.card-input-element:checked + .card-input {
  background-color: var(--color-pri-yellow);
  color: var(--color-pri-black);
}

.card-input-element:checked + .card-input2 {
  background-color: var(--color-pri-yellow);
  color: var(--color-pri-black);
  font-weight: bold;
}
.card-input-element:checked + .card-input2:after {
  content: "";
  display: block;
}

.card-input-element:checked + .card-input2 .panel-heading {
  text-shadow: -1px -1px 0 var(--color-pri-white), 1px -1px 0 var(--color-pri-white), -1px 1px 0 var(--color-pri-white), 1px 1px 0 var(--color-pri-white);
}

.dropdown-toggle::after {
  display: none !important;
}

.dropdown .btn {
  background-color: #fff;
  border-radius: 10px;
  font-size: 1.5rem;
  color: #888;
}

.dropdown-toggle img {
  width: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%) !important;
  transform: rotate(0deg);
}

.dropdown-item {
  font-size: 1.5rem;
  text-align: center !important;
}

.dropdown ul {
  overflow: auto;
  height: 150px;
}

.dropdown ul li {
  border-top: 1px solid #c2c2c2 !important;
}

.dropdown ul {
  overflow: auto;
  height: 150px;
  margin-top: -12px !important;
  box-shadow: none !important;
  border: none;
  border-radius: 10px;
}

.form-text {
  color: var(--color-pri-yellow) !important;
}

.form-control {
  border-radius: 10px !important;
  font-size: 1.5rem !important;
  padding: 0.375rem 0.75rem !important;
  text-align: center;
  border: none !important;
}

#regist {
  background-color: var(--color-pri-yellow);
}

.form-label,
.form-check-label {
  font-size: 1.5rem;
}

.form-check-input {
  margin-top: 0.55em !important;
  border-color: var(--color-pri-red) !important;
}

.form-check-input:checked {
  background-color: var(--color-pri-red) !important;
  border-color: var(--color-pri-red) !important;
  margin-top: 0.55em !important;
}

.colorPrimary {
  color: #ffd201 !important;
}

.imageLoadingBox {
  background-color: #fff;
  border-radius: 10px;
  padding: 65px 20px;
  margin: 47px 15px 0;
}

.fontFixedSize1point7rem {
  font-size: calc(1.7rem + 0.6vw) !important;
}

.remove-after::after {
  content: none; /* This effectively removes the ::after content */
}

.cursor-pointer {
  cursor: pointer !important;
}

#generalWarning {
  color: red;
  width: 100%;
  background-color: #fff;
  padding: 20px 0px;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

#startButton {
  font-size: 2rem;
}
#startButton .bigTextButton {
  /* position: absolute; */
  /* top: 53%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  margin-top: -5px !important;
}

.thankText {
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.boxBtnFinish {
  margin-top: 10px !important;
}

#shareAll {
  background-color: #ffd201;
  border-radius: 50%;
}
#shareAll img {
  padding: 15px;
}

.closeShare {
  position: absolute;
  right: 15px;
  top: 12px;
  z-index: 99999;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.bodyShare {
  padding: 1.5rem !important;
}

.text30up {
  font-size: 1.25rem;
}

.text70up {
  font-size: 1.7rem;
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  background-color: snow;
}

.copyLinkShare {
  display: flex;
}
.copyLinkShare .contentToCopy {
  flex: 1; /* Autofill the remaining space */
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
  border: 1px solid #e7e7e7;
}
.copyLinkShare .copyThis {
  width: 60px; /* Fixed width */
  height: 46px; /* Fixed height */
  background-color: #3d3200;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  cursor: pointer;
  color: #fff;
}
.copyLinkShare .copyThis:hover {
  color: #fff;
  background-color: #241d00;
  transition-duration: 300ms;
}

.spaceTop {
  padding-top: 30px !important;
}

.containerCenter {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.imageNowText {
  position: absolute;
  top: 76%;
  left: 0;
  transform: translate(0%, -50%);
  color: #1b1b1b !important;
  font-size: 16px;
  width: 100%;
  text-align: center;
  display: block;
}
@media (min-width: 768px) {
  .imageNowText {
    font-size: 20px;
  }
}

#shareButton {
  line-height: 20px;
}
#shareButton .btn_icon.share_icon {
  margin-top: -10px;
}

.boxFixBottom {
  position: fixed;
  bottom: 0;
  left: 0%;
  transform: translateX(0%);
  width: 100%;
  z-index: 9;
  background-image: linear-gradient(to bottom, rgba(5, 14, 58, 0) 0, #103c89 100%);
  background-repeat: repeat-x;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .boxFixBottom {
    padding-top: 0px;
  }
}
.boxFixBottom.positionB {
  position: absolute;
  bottom: 0;
  left: 0%;
}

.text-white-shadow {
  text-shadow: 2px 2px 8px rgb(0, 0, 0);
  color: #fff;
}

/* /////////////// Media Query //////////////////////
///////////////////////////////////////////////////// */
/* 1920 x 1080 */
/* Nest Hub Max */
/* Nest Hub */
/* Tablets max-width 912 */
/* Mobiles landscape and Tablets max-width 720 */
/* Mobiles max-width 539 */
/* Mobiles max-width 320 */
#mainhome {
  overflow: hidden;
  position: relative;
}
#mainhome:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 170.6666666667% !important;
}
#mainhome > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  #mainhome {
    position: relative;
  }
  #mainhome:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.3333333333% !important;
  }
  #mainhome > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  #mainhome:before {
    content: "";
    display: block;
    padding-top: 720px !important;
  }
}
@media (min-width: 1200px) {
  #mainhome:before {
    content: "";
    display: block;
    padding-top: 800px !important;
  }
}
@media (min-width: 1400px) {
  #mainhome:before {
    content: "";
    display: block;
    padding-top: 800px !important;
  }
}
@media (min-width: 767px) and (max-width: 1183px) and (min-height: 560px) and (orientation: landscape) {
  #mainhome:before {
    content: "";
    display: block;
    padding-top: 800px !important;
  }
}

#sectionUpload {
  overflow: hidden;
}
@media (min-width: 768px) {
  #sectionUpload {
    position: relative;
  }
  #sectionUpload:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.3333333333% !important;
  }
  #sectionUpload > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  #sectionUpload:before {
    content: "";
    display: block;
    padding-top: 660px !important;
  }
}
@media (min-width: 1200px) {
  #sectionUpload:before {
    content: "";
    display: block;
    padding-top: 720px !important;
  }
}
@media (min-width: 1400px) {
  #sectionUpload:before {
    content: "";
    display: block;
    padding-top: 750px !important;
  }
}
@media (min-width: 767px) and (max-width: 1183px) and (min-height: 560px) and (orientation: landscape) {
  #sectionUpload:before {
    content: "";
    display: block;
    padding-top: 800px !important;
  }
}
@media (min-width: 768px) {
  #sectionUpload .position-center {
    top: 150px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (min-height: 1125px) and (orientation: portrait) {
  #sectionUpload .position-center {
    top: 180px;
  }
}
@media (min-width: 1200px) {
  #sectionUpload .position-center {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1400px) {
  #sectionUpload .position-center {
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#sectionUpload .position-center-wrapper {
  position: relative;
  margin: 0 auto;
  width: 320px;
}
@media (min-width: 768px) {
  #sectionUpload .position-center-wrapper {
    width: 520px;
  }
}
@media (min-width: 992px) {
  #sectionUpload .position-center-wrapper {
    width: 330px;
  }
}
@media (min-width: 1200px) {
  #sectionUpload .position-center-wrapper {
    width: 19.7916666667vw;
    max-width: 380px;
  }
}
#sectionUpload .position-center-wrapper:after {
  background: url("../images/leafter.png") no-repeat top center;
  background-size: contain;
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 410px;
  height: 459px;
}
@media (min-width: 768px) {
  #sectionUpload .position-center-wrapper:after {
    top: -85px;
    left: -102px;
    width: 697px;
    height: 780.3px;
  }
}
@media (min-width: 992px) {
  #sectionUpload .position-center-wrapper:after {
    top: -30px;
    left: -50px;
    width: 410px;
    height: 459px;
  }
}
@media (min-width: 1200px) {
  #sectionUpload .position-center-wrapper:after {
    top: -10%;
    left: -18%;
    width: 25.625vw;
    height: 28.6875vw;
    max-width: 492px;
  }
}
#sectionUpload .position-buttom {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  #sectionUpload .position-buttom {
    margin-bottom: 30px;
  }
}
@media (max-height: 670px) and (orientation: portrait) {
  #sectionUpload .position-buttom {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  #sectionChoose {
    position: relative;
  }
  #sectionChoose:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.3333333333% !important;
  }
  #sectionChoose > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  #sectionChoose:before {
    padding-top: 720px !important;
  }
}
@media (min-width: 1200px) {
  #sectionChoose:before {
    padding-top: 750px !important;
  }
}
@media (min-width: 799px) and (max-height: 560px) and (orientation: landscape) {
  #sectionChoose:before {
    content: "";
    display: block;
    padding-top: 1050px !important;
  }
}
@media (min-width: 925px) and (max-height: 560px) and (orientation: landscape) {
  #sectionChoose:before {
    content: "";
    display: block;
    padding-top: 1050px !important;
  }
}
@media (min-width: 767px) and (max-width: 1183px) and (min-height: 560px) and (orientation: landscape) {
  #sectionChoose:before {
    content: "";
    display: block;
    padding-top: 700px !important;
  }
}
@media (min-width: 1023) and (max-height: 769px) and (orientation: landscape) {
  #sectionChoose:before {
    content: "";
    display: block;
    padding-top: 765px !important;
  }
}
@media (min-width: 1184) and (orientation: landscape) {
  #sectionChoose:before {
    content: "";
    display: block;
    padding-top: 800px !important;
  }
}
#sectionChoose .position-center {
  padding-top: 110px;
}
@media (min-width: 768px) {
  #sectionChoose .position-center {
    padding: 0;
    top: 110px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin: 0;
  }
}
@media (min-width: 768px) and (min-height: 1125px) and (orientation: portrait) {
  #sectionChoose .position-center {
    top: 180px;
  }
}
@media (min-width: 992px) {
  #sectionChoose .position-center {
    top: 53%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }
}
@media (min-width: 1200px) {
  #sectionChoose .position-center {
    top: 54%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }
}
@media (min-width: 1400px) {
  #sectionChoose .position-center {
    top: 54%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
  }
}
@media (min-width: 1665px) {
  #sectionChoose .position-center {
    top: 50%;
    left: 50%;
  }
}
#sectionChoose .position-buttom {
  margin-top: 10px;
  padding-bottom: 10px;
}

#sectionGenerate {
  overflow: hidden;
}
@media (min-width: 768px) {
  #sectionGenerate {
    position: relative;
  }
  #sectionGenerate:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 133.3333333333% !important;
  }
  #sectionGenerate > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) and (min-width: 767px) and (max-width: 1183px) and (max-height: 560px) and (orientation: landscape) {
  #sectionGenerate:before {
    content: "";
    display: block;
    padding-top: 1000px !important;
  }
}
@media (min-width: 992px) {
  #sectionGenerate:before {
    content: "";
    display: block;
    padding-top: 660px !important;
  }
}
@media (min-width: 1200px) {
  #sectionGenerate:before {
    content: "";
    display: block;
    padding-top: 720px !important;
  }
}
@media (min-width: 1400px) {
  #sectionGenerate:before {
    content: "";
    display: block;
    padding-top: 750px !important;
  }
}
@media (min-width: 767px) and (max-width: 1183px) and (min-height: 560px) and (orientation: landscape) {
  #sectionGenerate:before {
    content: "";
    display: block;
    padding-top: 800px !important;
  }
}
@media (min-width: 768px) {
  #sectionGenerate .position-center {
    top: 150px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (min-height: 1125px) and (orientation: portrait) {
  #sectionGenerate .position-center {
    top: 180px;
  }
}
@media (min-width: 1200px) {
  #sectionGenerate .position-center {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1400px) {
  #sectionGenerate .position-center {
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#sectionGenerate .position-buttom {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  #sectionGenerate .position-buttom {
    margin-bottom: 30px;
  }
}
@media (max-height: 670px) and (orientation: portrait) {
  #sectionGenerate .position-buttom {
    margin-bottom: 40px;
  }
}

#sectionFinish {
  overflow: hidden;
}
@media (min-width: 768px) {
  #sectionFinish {
    position: relative;
  }
  #sectionFinish:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 117.1875% !important;
  }
  #sectionFinish > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) and (min-height: 1025px) and (orientation: portrait) {
  #sectionFinish {
    position: relative;
  }
  #sectionFinish:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 109.756097561% !important;
  }
  #sectionFinish > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  #sectionFinish:before {
    padding-top: 750px !important;
  }
}
@media (min-width: 992px) and (min-height: 720px) and (max-height: 950px) and (orientation: landscape) {
  #sectionFinish:before {
    padding-top: 600px !important;
  }
}
@media (min-width: 1200px) {
  #sectionFinish:before {
    padding-top: 600px !important;
  }
}
@media (min-width: 1665px) {
  #sectionFinish:before {
    padding-top: 720px !important;
  }
}
@media (min-width: 666px) and (max-width: 810px) and (min-height: 370px) and (orientation: landscape) {
  #sectionFinish:before {
    content: "";
    display: block;
    padding-top: 0 !important;
  }
}
@media (min-width: 799px) and (max-height: 430px) and (orientation: landscape) {
  #sectionFinish:before {
    content: "";
    display: block;
    padding-top: 850px !important;
  }
}
@media (min-width: 925px) and (max-width: 1000px) and (min-height: 560px) and (orientation: landscape) {
  #sectionFinish:before {
    content: "";
    display: block;
    padding-top: 600px !important;
  }
}
@media (min-width: 767px) and (max-width: 1183px) and (min-height: 560px) and (orientation: landscape) {
  #sectionFinish:before {
    content: "";
    display: block;
    padding-top: 600px !important;
  }
}
#sectionFinish .textHowToSavePhoto-wrap {
  padding-top: 10px;
}
@media (min-width: 992px) {
  #sectionFinish .textHowToSavePhoto-wrap {
    max-width: 330px;
    margin: 0 auto;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #sectionFinish .position-center {
    top: 150px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) and (min-height: 1125px) and (orientation: portrait) {
  #sectionFinish .position-center {
    top: 180px;
  }
}
@media (min-width: 1200px) {
  #sectionFinish .position-center {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1400px) {
  #sectionFinish .position-center {
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#sectionFinish .position-buttom00 {
  padding-top: 20px;
}

#desktopCameraBox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#desktopCameraBox video {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
#desktopCameraBox .canvas-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  display: none;
}
#desktopCameraBox #photoCanvas {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.text-shadow {
  text-shadow: 0px 0px 20px #000944;
}

.box_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}

.scroll-wrap {
  position: relative;
}

.scroll-hint {
  position: absolute;
  top: 0;
  right: -4px;
  width: 10px;
  height: 100%;
  color: #666666;
}
@media (min-width: 992px) {
  .scroll-hint {
    width: 12px;
    right: 0px;
  }
}
.scroll-hint .arrow-top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
  -moz-transform: translate(-50%, -30%);
  -o-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
}
.scroll-hint .arrow-bot {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  -webkit-transform: translate(-50%, 30%);
  -moz-transform: translate(-50%, 30%);
  -o-transform: translate(-50%, 30%);
  transform: translate(-50%, 30%);
}

.loading-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  z-index: 3;
  padding: 50px;
}

#perLoadingText {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
}/*# sourceMappingURL=style.css.map */