@font-face {
  font-family: "Narziss-Drops";
  src: url("../fonts/UVF-Narziss-Drops.ttf");
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/SVN-Gilroy-Regular.otf");
}
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/SVN-Gilroy-Bold.otf");
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/SVN-Gilroy-Regular.otf");
}
@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("../fonts/SVN-Gilroy-SemiBold.otf");
}
@font-face {
  font-family: "Gilroy-Italic";
  src: url("../fonts/SVN-Gilroy-Italic.otf");
}
@font-face {
  font-family: "NewParis";
  src: url("../fonts/VL_NewParis-Headline-Regular.otf");
}
@font-face {
  font-family: "BeVNPro";
  src: url("../fonts/BeVietnamPro-Bold.ttf");
}
@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/lato_regular.ttf");
}
@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/lato_black.ttf");
}
@font-face {
  font-family: "Lato-Light";
  src: url("../fonts/lato_light.ttf");
}
/*variable*/
/*Color*/
@keyframes orbitAnimation {
  0% {
    transform: translate(-125px, 0) rotate3d(0, 0, 1, 360deg);
  }
  100% {
    transform: translate(-125px, 0) rotate3d(0, 0, 1, 270deg);
  }
}
@keyframes orbitAnimationUp {
  0% {
    transform: translate(-125px, 0) rotate3d(0, 0, 1, 300deg);
  }
  100% {
    transform: translate(-125px, 0) rotate3d(0, 0, 1, 200deg);
  }
}
@keyframes shootStarGlow {
  0% {
    opacity: 0;
  }
  50%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes tail {
  0% {
    width: 0;
  }
  30% {
    width: 100px;
  }
  100% {
    width: 0;
  }
}
@keyframes shining {
  0% {
    width: 0;
  }
  50% {
    width: 30px;
  }
  100% {
    width: 0;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes gradient-bg {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes shooting {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(300px);
  }
}
@keyframes sky {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.pad0 {
  padding: 0;
}

p {
  margin-bottom: 0.5rem;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  font-family: "Gilroy-Regular";
  font-size: 1rem;
  color: #030E4B;
  background-color: #f5f0ec;
}
.demo {
  min-height: 30vh;
}
.demo .mb {
  display: none;
}
@media screen and (max-width: 768px) {
  .demo .pc {
    display: none;
  }
  .demo .mb {
    display: block;
  }
}

.ribbon-v-short {
  position: absolute;
  z-index: 1;
  height: 140px;
}
@media screen and (max-width: 768px) {
  .ribbon-v-short {
    height: 100px;
  }
}
@media screen and (max-width: 576px) {
  .ribbon-v-short {
    height: unset;
    width: 5%;
  }
}
@media screen and (max-width: 500px) {
  .ribbon-v-short {
    width: 7%;
  }
}

.ribbon-v-long {
  position: absolute;
  z-index: 1;
  height: 300px;
  bottom: -150px;
}
@media screen and (max-width: 768px) {
  .ribbon-v-long {
    height: 250px;
    bottom: -125px;
  }
}

.ribbon-h-long {
  position: absolute;
  z-index: 1;
  height: 36px;
}
@media screen and (max-width: 1440px) {
  .ribbon-h-long {
    height: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .ribbon-h-long {
    height: 27px;
  }
}
@media screen and (max-width: 768px) {
  .ribbon-h-long {
    height: 24px;
  }
}

.swiper-button-prev, .swiper-button-next {
  background: unset;
  top: 40%;
}

.slick-nav {
  position: absolute;
  cursor: pointer;
  top: 45%;
  z-index: 2;
  width: 68px;
}
@media (max-width: 1300px) {
  .slick-nav {
    width: 55px;
  }
}
@media (max-width: 1050px) {
  .slick-nav {
    width: 40px;
  }
}

.slider-template .slick-item:focus-visible {
  outline: none;
}
.slider-template .slick-dots li {
  width: unset;
  height: unset;
  margin: 0;
}
.slider-template .slick-dots li button {
  width: unset;
  height: unset;
  padding: 0;
  margin-right: 15px;
}
.slider-template .slick-dots li button::before, .slider-template .slick-dots li .meteor button.meteor_star::after, .meteor .slider-template .slick-dots li button.meteor_star::after {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 1;
  content: "";
  width: 10px;
  height: 10px;
  color: transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #ffffff;
}
.slider-template .slick-dots li.slick-active button {
  margin-left: 5px;
  margin-right: 20px;
}
.slider-template .slick-dots li.slick-active button::before, .slider-template .slick-dots li.slick-active .meteor button.meteor_star::after, .meteor .slider-template .slick-dots li.slick-active button.meteor_star::after {
  width: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 440px) {
  .slider-template .slick-dots li button {
    margin-right: 10px;
  }
  .slider-template .slick-dots li button::before, .slider-template .slick-dots li .meteor button.meteor_star::after, .meteor .slider-template .slick-dots li button.meteor_star::after {
    width: 7px;
    height: 7px;
  }
  .slider-template .slick-dots li.slick-active button {
    margin-right: 15px;
  }
  .slider-template .slick-dots li.slick-active button::before, .slider-template .slick-dots li.slick-active .meteor button.meteor_star::after, .meteor .slider-template .slick-dots li.slick-active button.meteor_star::after {
    width: 14px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
  }
}

.fancybox-button.fancybox-close-small {
  padding: 8px;
  background-image: url("../images/fancybox-button-clode.png");
  background-position: -40px 0px;
  width: 30px;
  height: 30px;
  top: 0 !important;
  right: 0 !important;
  text-indent: -9999px;
}
.fancybox-button.fancybox-close-small svg {
  background-color: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.arrow-point-shape {
  width: fit-content;
  padding: 0.5rem 3rem;
  background-image: linear-gradient(to right, #c54407f5 0%, #d72d79 30%, #6745ca 70%, #218adc 100%);
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.arrow-point-shape .text {
  font-size: 1.25rem;
  width: fit-content;
  font-family: "Gilroy-SemiBold";
  background: linear-gradient(to right, #c79c4d 0%, #c79c4d 30%, #f8e1a4 70%, #c79c4d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
}
.arrow-point-shape:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 25px solid #223459;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.arrow-point-shape:before, .meteor .arrow-point-shape.meteor_star::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 25px solid #223459;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
@media screen and (max-width: 992px) {
  .arrow-point-shape {
    padding: 0;
    width: 175px;
    height: 35px;
  }
  .arrow-point-shape:after {
    border-left: 17px solid #223459;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }
  .arrow-point-shape:before, .meteor .arrow-point-shape.meteor_star::after {
    border-right: 17px solid #223459;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }
}

.btn-gradient {
  position: relative;
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
.btn-gradient .bg-gradient {
  height: 40px;
  max-width: 100%;
}
.btn-gradient .text-content {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.btn-gradient .text {
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Gilroy-SemiBold";
  font-size: 1.125rem;
}
.btn-gradient .text.text-gradient {
  width: fit-content;
  background: linear-gradient(to right, #98896f 0%, #f7d79d 20%, #f3a619 40%, #efbc5d 60%, #ffeece 80%, #f7d79d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fix-phone-number {
  position: fixed;
  right: 0;
  bottom: 43px;
  font-size: 1.125rem;
  padding: 0.35rem 1rem;
  background-color: #f5931e;
  z-index: 9999;
  font-weight: bold;
}
.fix-phone-number a {
  color: #ffffff;
}
@media (max-width: 420px) {
  .fix-phone-number {
    font-size: 1rem;
  }
}

.fix_menu {
  --width-fx-item: 50px;
  position: fixed;
  bottom: 80px;
  right: 0px;
  z-index: 999;
}
@media (max-width: 420px) {
  .fix_menu {
    bottom: 12%;
    --width-fx-item: 40px;
  }
}
.fix_menu a {
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 1px;
}
.fix_menu .fx-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--width-fx-item);
  background-color: #f5931e;
  margin-bottom: 15px;
}
.fix_menu .fx-item.fx-phone {
  height: var(--width-fx-item);
}
.fix_menu .fx-phone {
  position: relative;
}
.fix_menu .fx-phone .phone-icon {
  position: relative;
  z-index: 1;
  background-color: #f5931e;
  height: 100%;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.fix_menu .fx-phone .phone-number {
  background-color: #f5931e;
  position: absolute;
  top: 0;
  left: 200px;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  width: auto;
  overflow: hidden;
}
.fix_menu .fx-phone:hover .phone-number {
  padding: 0 1rem;
  left: calc(-100% - var(--width-fx-item) - 1.5rem);
}
.fix_menu .icon-register-img {
  max-width: 40px;
  max-height: 40px;
}
@media (max-width: 440px) {
  .fix_menu .icon-register-img {
    max-width: 30px;
    max-height: 30px;
  }
}
.fix_menu .icon-register {
  text-align: center;
  display: block;
  width: 100%;
  padding: 25% 0;
}
.fix_menu .icon-register .icon-text {
  text-transform: uppercase;
  font-size: 0.5rem;
}
@media (max-width: 420px) {
  .fix_menu .icon-register .icon-text {
    font-size: 0.4rem;
  }
}
.fix_menu .icon-register img {
  max-width: 15px;
  max-height: 15px;
}

#modal-promotion {
  z-index: 91111;
}
#modal-promotion .modal-dialog {
  max-width: 992px;
  width: 888px;
}
@media (max-width: 576px) {
  #modal-promotion .modal-dialog {
    margin: 0 auto;
    width: 100%;
  }
}
#modal-promotion .modal-content {
  position: relative;
  background-color: transparent;
}
#modal-promotion img.close {
  top: 5px;
  right: 5px;
  position: absolute;
  width: 36px;
  cursor: pointer;
}
@media (max-width: 576px) {
  #modal-promotion img.close {
    width: 25px;
  }
}
#modal-promotion .img-promotion {
  width: 100%;
}

.navbar {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 0.15rem 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: transparent;
}
.navbar .navbar-brand {
  margin-right: 0;
}
.navbar .navbar-brand img {
  transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  height: 62px;
  width: auto;
}
@media (max-width: 800px) {
  .navbar .navbar-brand img {
    height: 50px;
  }
}
@media (max-width: 576px) {
  .navbar .navbar-brand img {
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
  }
}
@media (max-width: 540px) {
  .navbar .navbar-brand img {
    height: 38px;
  }
}
@media (max-width: 440px) {
  .navbar .navbar-brand img {
    height: 35px;
  }
}
@media (max-width: 500px) {
  .navbar .navbar-brand {
    margin-right: -15px;
  }
}
@media (max-width: 380px) {
  .navbar .navbar-brand {
    padding-bottom: 0;
  }
}
.navbar .navbar-toggler {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0.25rem 0;
}
.navbar .navbar-toggler img {
  margin-left: 0.5rem;
  height: 30px;
  width: auto;
  display: none;
}
@supports not (aspect-ratio: 1) {
  .navbar .navbar-toggler img {
    display: block !important;
  }
}
@media (max-width: 500px) {
  .navbar .navbar-toggler img {
    height: 35px;
  }
}
@media (max-width: 440px) {
  .navbar .navbar-toggler img {
    height: 27px;
  }
}
@media (max-width: 380px) {
  .navbar .navbar-toggler {
    padding: 0.15rem 0.5rem;
  }
}
.navbar .social-container .menu-icon:not(:last-child) {
  margin-right: 0.5rem;
}
.navbar .social-container .menu-icon img {
  height: 30px;
  width: auto;
}
@media (max-width: 500px) {
  .navbar .social-container .menu-icon img {
    height: 20px;
  }
}
@media (max-width: 440px) {
  .navbar .social-container .menu-icon:not(:last-child) {
    margin-right: 0.25rem;
  }
}
.navbar .navbar-nav {
  width: max-content;
  text-align: center;
  margin: 0 auto;
}
.navbar .navbar-collapse .menu-logo {
  max-height: 45px;
}
.navbar .navbar-collapse .nav-item {
  margin-bottom: 0.5rem;
  font-family: "Lato-Bold";
}
@media (max-width: 440px) {
  .navbar .navbar-collapse .nav-item {
    margin-bottom: 0.25rem;
  }
}
.navbar .navbar-collapse .nav-item .nav-link {
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.125rem;
  color: #ffffff;
}
.navbar .navbar-collapse .nav-item .nav-link::before, .navbar .navbar-collapse .nav-item .meteor .nav-link.meteor_star::after, .meteor .navbar .navbar-collapse .nav-item .nav-link.meteor_star::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 0.8px;
  background: linear-gradient(to right, #f17046, #c83e94, #6255a4, #63c9cd);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.navbar .navbar-collapse .nav-item .nav-link span::after, .navbar .navbar-collapse .nav-item .nav-link span::before {
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fc4491;
}
.navbar .navbar-collapse .nav-item .nav-link span::after {
  left: -4px;
}
.navbar .navbar-collapse .nav-item .nav-link span::before, .navbar .navbar-collapse .nav-item .nav-link .meteor span.meteor_star::after, .meteor .navbar .navbar-collapse .nav-item .nav-link span.meteor_star::after {
  right: -4px;
  display: none !important;
}
.navbar .navbar-collapse .nav-item .nav-link:hover, .navbar .navbar-collapse .nav-item .nav-link.active, .navbar .navbar-collapse .nav-item .nav-link.focus, .navbar .navbar-collapse .nav-item .nav-link:active, .navbar .navbar-collapse .nav-item .nav-link:focus {
  text-decoration: none;
  color: #fc4491;
}
.navbar .navbar-collapse .nav-item .nav-link:hover::before, .navbar .navbar-collapse .nav-item .meteor .nav-link.meteor_star:hover::after, .meteor .navbar .navbar-collapse .nav-item .nav-link.meteor_star:hover::after, .navbar .navbar-collapse .nav-item .nav-link.active::before, .navbar .navbar-collapse .nav-item .meteor .nav-link.active.meteor_star::after, .meteor .navbar .navbar-collapse .nav-item .nav-link.active.meteor_star::after, .navbar .navbar-collapse .nav-item .nav-link.focus::before, .navbar .navbar-collapse .nav-item .meteor .nav-link.focus.meteor_star::after, .meteor .navbar .navbar-collapse .nav-item .nav-link.focus.meteor_star::after, .navbar .navbar-collapse .nav-item .nav-link:active::before, .navbar .navbar-collapse .nav-item .meteor .nav-link.meteor_star:active::after, .meteor .navbar .navbar-collapse .nav-item .nav-link.meteor_star:active::after, .navbar .navbar-collapse .nav-item .nav-link:focus::before, .navbar .navbar-collapse .nav-item .meteor .nav-link.meteor_star:focus::after, .meteor .navbar .navbar-collapse .nav-item .nav-link.meteor_star:focus::after {
  background: linear-gradient(to right, #63c9cd, #f17046, #6255a4, #f17046);
}
.navbar .navbar-collapse .nav-item .nav-link:hover span::after, .navbar .navbar-collapse .nav-item .nav-link:hover span::before, .navbar .navbar-collapse .nav-item .nav-link.active span::after, .navbar .navbar-collapse .nav-item .nav-link.active span::before, .navbar .navbar-collapse .nav-item .nav-link.focus span::after, .navbar .navbar-collapse .nav-item .nav-link.focus span::before, .navbar .navbar-collapse .nav-item .nav-link:active span::after, .navbar .navbar-collapse .nav-item .nav-link:active span::before, .navbar .navbar-collapse .nav-item .nav-link:focus span::after, .navbar .navbar-collapse .nav-item .nav-link:focus span::before {
  opacity: 1;
}
@media (max-width: 480px) {
  .navbar .navbar-collapse .nav-item .nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 440px) {
  .navbar .navbar-collapse .nav-item .nav-link {
    padding: 0.25rem 1rem;
  }
}
.navbar.scrolled .navbar-brand img {
  height: 60px;
}
@media (max-width: 800px) {
  .navbar.scrolled .navbar-brand img {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .navbar.scrolled .navbar-brand img {
    height: 45px;
  }
}
@media (max-width: 440px) {
  .navbar.scrolled .navbar-brand img {
    height: 38px;
  }
}
@media (max-width: 380px) {
  .navbar.scrolled .navbar-brand img {
    height: 32px;
  }
}
.navbar.menu-is-collapse {
  background-image: linear-gradient(to bottom, #442c5d 0%, #3f3164 15%, #333d75 30%, #294883 50%, #145da1 70%, #0071bc 100%);
}
.navbar-custom .menu-default {
  display: none;
}
.navbar-custom .menu-animate {
  margin-left: -5px;
  --s: 22px;
  /* control the size */
  --c: #2d3795;
  /* the color */
  height: var(--s);
  aspect-ratio: 1/1;
  border: none;
  padding: 0;
  border-inline: calc(var(--s)/2) solid #0000;
  box-sizing: content-box;
  --_g1: linear-gradient(var(--c) 20%,#0000 0 80%,var(--c) 0)
     no-repeat content-box border-box;
  --_g2: radial-gradient(circle closest-side at 50% 12.5%,var(--c) 95%,#0000)
     repeat-y content-box border-box;
  background: var(--_g2) left var(--_p, 0px) top, var(--_g1) left calc(var(--s)/10 + var(--_p, 1px)) top, var(--_g2) right var(--_p, 0px) top, var(--_g1) right calc(var(--s)/10 + var(--_p, 1px)) top;
  background-size: 20% 80%, 40% 100%;
  position: relative;
  clip-path: inset(0 25%);
  -webkit-mask: linear-gradient(90deg, #0000, #000 25% 75%, #0000);
  cursor: pointer;
  transition: background-position 0.3s var(--_s, 0.3s), clip-path 0s var(--_s, 0.6s);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.navbar-custom .menu-animate:before,
.navbar-custom .menu-animate:after {
  content: "";
  position: absolute;
  border-radius: var(--s);
  inset: 40% 0;
  background: var(--c);
  transition: transform 0.3s calc(.3s - var(--_s,.3s));
}
.navbar-custom .menu-animate:checked {
  clip-path: inset(0);
  --_p: calc(-1*var(--s));
  --_s: 0s;
}
.navbar-custom .menu-animate:checked:before, .navbar-custom .meteor .menu-animate.meteor_star:checked::after, .meteor .navbar-custom .menu-animate.meteor_star:checked::after {
  transform: rotate(45deg);
}
.navbar-custom .menu-animate:checked:after {
  transform: rotate(-45deg);
}
.navbar-custom .menu-animate:focus-visible {
  clip-path: none;
  -webkit-mask: none;
  border: none;
  outline: 2px solid var(--c);
  outline-offset: 3px;
}

@media screen and (max-width: 576px) {
  #header {
    overflow: hidden;
  }
}
#header .header-block {
  position: relative;
  min-height: 35vh;
}
@media screen and (max-width: 768px) {
  #header .header-block {
    min-height: unset;
  }
}
#header .header-img {
  width: 100%;
}
#header img.mb {
  display: none;
}
@media screen and (max-width: 576px) {
  #header img.pc {
    display: none;
  }
  #header img.mb {
    display: block;
  }
}

.header-homepage {
  min-height: 70vh;
}
@media screen and (max-width: 500px) {
  .header-homepage {
    min-height: 50vh;
  }
}
.header-homepage .header-logo {
  z-index: 2;
  position: absolute;
  top: 5vh;
  right: 5%;
}
.header-homepage .header-logo img {
  max-height: 90px;
  max-width: 220px;
}
@media screen and (max-width: 992px) {
  .header-homepage .header-logo {
    top: 3vh;
  }
  .header-homepage .header-logo img {
    max-width: 18vw;
  }
}
@media screen and (max-width: 576px) {
  .header-homepage .header-logo img {
    max-width: 33vw;
  }
}
.header-homepage .header-text-top {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 10vh;
  width: 100%;
  text-align: center;
}
.header-homepage .header-text-top.show {
  opacity: 1;
}
.header-homepage .header-text-top img {
  max-width: 45%;
  max-height: 45vh;
}
@media (min-height: 900px) {
  .header-homepage .header-text-top {
    top: 8vh;
  }
  .header-homepage .header-text-top img {
    max-height: 42vh;
  }
}
@media screen and (max-width: 1440px) {
  .header-homepage .header-text-top {
    top: 8vh;
  }
  .header-homepage .header-text-top img {
    max-height: 40vh;
  }
}
@media screen and (max-width: 1200px) {
  .header-homepage .header-text-top {
    top: 6vh;
  }
  .header-homepage .header-text-top img {
    max-height: 38vh;
  }
}
@media screen and (max-width: 1200px) {
  .header-homepage .header-text-top {
    top: 5vh;
  }
  .header-homepage .header-text-top img {
    max-height: 240px;
  }
}
@media screen and (max-width: 800px) {
  .header-homepage .header-text-top {
    top: 5%;
  }
  .header-homepage .header-text-top img {
    max-height: 186px;
  }
}
@media screen and (max-width: 576px) {
  .header-homepage .header-text-top {
    top: 22%;
  }
  .header-homepage .header-text-top img {
    max-height: unset;
    max-width: 90%;
  }
}
.header-homepage .header-text-bottom {
  position: absolute;
  left: 0;
  bottom: 3vh;
  width: 100%;
  text-align: center;
}
.header-homepage .header-text-bottom img {
  max-width: 80%;
  max-height: 88px;
}
@media screen and (max-width: 992px) {
  .header-homepage .header-text-bottom img {
    max-height: 78px;
  }
}
@media screen and (max-width: 800px) {
  .header-homepage .header-text-bottom img {
    max-height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .header-homepage .header-text-bottom {
    left: 5%;
  }
  .header-homepage .header-text-bottom img {
    max-height: unset;
    max-width: 90%;
  }
}
.header-homepage .header-ribbon {
  position: absolute;
  left: 0;
  bottom: -70px;
}
@media screen and (max-width: 768px) {
  .header-homepage .header-ribbon {
    bottom: -50px;
  }
}
@media screen and (max-width: 576px) {
  .header-homepage .header-ribbon {
    bottom: -37px;
  }
}
@media screen and (max-width: 500px) {
  .header-homepage .header-ribbon {
    bottom: -32px;
  }
}

.header-halong .text-block-mb {
  display: none;
}
@media screen and (max-width: 576px) {
  .header-halong .text-block-mb {
    display: block;
    background-image: linear-gradient(to bottom, #8fe6ef 0%, #beecd2 30%, #edf1b4 60%, #ecf3b0 100%);
    padding: 6rem 0 3rem;
    text-align: center;
  }
  .header-halong .text-block-mb img {
    max-width: 90%;
  }
}
@media screen and (max-width: 440px) {
  .header-halong .text-block-mb {
    padding: 5rem 0 2rem;
  }
}
.header-halong .halong-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 8vh;
  text-align: center;
}
.header-halong .halong-text img {
  max-width: 55%;
  max-height: 150px;
}
@media screen and (max-width: 992px) {
  .header-halong .halong-text {
    top: 7%;
  }
}
@media screen and (max-width: 576px) {
  .header-halong .halong-text {
    display: none;
  }
}

.header-city-title {
  position: relative;
}
.header-city-title .text-city-light-mb {
  display: none;
}
@media screen and (max-width: 576px) {
  .header-city-title .text-city-light-mb {
    display: block;
    background-image: linear-gradient(to right, #ffd030 0%, #f7953e 20%, #ef5c4c 40%, #ed484f 50%, #e84c71 60%, #df54ad 80%, #d55ef6 100%);
    padding: 2rem 0 0;
    text-align: center;
  }
  .header-city-title .text-city-light-mb img {
    max-width: 90%;
  }
}
.header-city-title .text-city-light-mb .line-gradient {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
}
.header-city-title .text-city-light-mb .line-gradient.top {
  top: 0;
  background-image: linear-gradient(to right, #4ba7ea 0%, #8caaa2 20%, #d6ad53 40%, #ffae27 50%, #fea137 60%, #fd8755 80%, #fc7073 100%);
}
.header-city-title .text-city-light-mb .line-gradient.bottom {
  bottom: 0;
  background-image: linear-gradient(to right, #fd5741 0%, #b09783 20%, #67d6c3 40%, #54e7d4 50%, #66e3c1 60%, #9add8e 80%, #fbd02c 100%);
}
.header-city-title .city-light-text {
  position: absolute;
  width: 88%;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: center;
}
.header-city-title .city-light-text img {
  max-width: 88%;
  max-height: 100%;
}
@media screen and (max-width: 576px) {
  .header-city-title .city-light-text {
    display: none;
  }
}

.city-light-ribbon {
  right: 0;
}

.forest-ribbon {
  left: 0;
}

.heritage-ribbon {
  right: 0;
}

.header-forest .forest-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 4vh;
  text-align: center;
}
.header-forest .forest-text img {
  margin-left: 14%;
  max-width: 46%;
  max-height: 300px;
}
@media screen and (max-width: 992px) {
  .header-forest .forest-text {
    top: 4%;
  }
  .header-forest .forest-text img {
    margin-left: 7%;
    max-height: 157px;
  }
}
@media screen and (max-width: 576px) {
  .header-forest .forest-text {
    top: 12%;
  }
  .header-forest .forest-text img {
    max-width: 88%;
    margin: 0 auto;
    max-height: unset;
  }
}

.header-heritage .text-heritage-mb {
  display: none;
}
@media screen and (max-width: 576px) {
  .header-heritage .text-heritage-mb {
    display: block;
    background-image: linear-gradient(to right top, #d45df5 0%, #e053a2 20%, #ea4a62 40%, #ed484f 50%, #ee4a51 60%, #f1604b 75%, #ffcf31 100%);
    padding: 4rem 0 1.5rem;
    text-align: center;
  }
  .header-heritage .text-heritage-mb img {
    max-width: 90%;
  }
}
.header-heritage .heritage-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 7vh;
  text-align: center;
}
.header-heritage .heritage-text img {
  margin-left: 30%;
  max-width: 46%;
  max-height: 300px;
}
@media screen and (max-width: 992px) {
  .header-heritage .heritage-text {
    top: 7%;
  }
}
@media screen and (max-width: 576px) {
  .header-heritage .heritage-text {
    top: 10%;
  }
  .header-heritage .heritage-text img {
    max-height: unset;
    margin: 0 auto;
    max-width: 88%;
  }
}

.header-art-city .art-city-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 3vh;
  text-align: left;
}
.header-art-city .art-city-text img {
  margin-left: 4%;
  max-width: 60%;
  max-height: 360px;
}
@media screen and (max-width: 992px) {
  .header-art-city .art-city-text img {
    margin-left: 6%;
    max-height: 210px;
  }
}
@media screen and (max-width: 800px) {
  .header-art-city .art-city-text img {
    max-height: 136px;
  }
}
@media screen and (max-width: 576px) {
  .header-art-city .art-city-text {
    top: 12%;
  }
  .header-art-city .art-city-text img {
    max-height: unset;
    max-width: 88%;
    margin: 0 auto;
  }
}

.header-business-city .text-business-city-mb {
  display: none;
}
@media screen and (max-width: 576px) {
  .header-business-city .text-business-city-mb {
    position: relative;
    display: block;
    background-image: linear-gradient(to right, #ffd030 0%, #f7953e 20%, #ef5c4c 40%, #ed484f 50%, #e84c71 60%, #df54ad 80%, #d55ef6 100%);
    padding: 3rem 0 1rem;
    text-align: center;
  }
  .header-business-city .text-business-city-mb img {
    max-width: 90%;
  }
}
.header-business-city .text-business-city-mb .line-gradient {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
}
.header-business-city .text-business-city-mb .line-gradient.top {
  top: 0;
  background-image: linear-gradient(to right, #4ba7ea 0%, #8caaa2 20%, #d6ad53 40%, #ffae27 50%, #fea137 60%, #fd8755 80%, #fc7073 100%);
}
.header-business-city .text-business-city-mb .line-gradient.bottom {
  bottom: 0;
  background-image: linear-gradient(to right, #fd5741 0%, #b09783 20%, #67d6c3 40%, #54e7d4 50%, #66e3c1 60%, #9add8e 80%, #fbd02c 100%);
}
.header-business-city .text-business-city {
  position: absolute;
  width: 100%;
  left: 0;
  top: 3vh;
  text-align: left;
}
.header-business-city .text-business-city img {
  margin-left: 4%;
  max-width: 35%;
  max-height: 360px;
}
@media screen and (max-width: 1460px) {
  .header-business-city .text-business-city img {
    max-width: 32%;
  }
}
@media screen and (max-width: 576px) {
  .header-business-city .text-business-city {
    display: none;
  }
}

.header-dream-city {
  background-image: linear-gradient(to right, #ed4850 0%, #ed4850 20%, #ed4850 40%, #ed4851 50%, #e84c72 60%, #df53a8 80%, #d45df5 100%);
  padding: 4rem 10%;
}
.header-dream-city .dream-city-text {
  margin-bottom: 3rem;
}
.header-dream-city .dream-city-text img {
  width: 45%;
}
@media screen and (max-width: 800px) {
  .header-dream-city .dream-city-text img {
    width: 57%;
  }
}
@media screen and (max-width: 576px) {
  .header-dream-city .dream-city-text img {
    width: 92%;
  }
}
.header-dream-city .dream-city-content {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .header-dream-city .dream-city-content {
    display: block;
  }
}
.header-dream-city .dream-city-content .text-img {
  max-width: auto;
  height: 110px;
}
@media screen and (max-width: 1300px) {
  .header-dream-city .dream-city-content .text-img {
    height: 95px;
  }
}
@media screen and (max-width: 1100px) {
  .header-dream-city .dream-city-content .text-img {
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .header-dream-city .dream-city-content .text-img {
    height: 72px;
  }
}
@media screen and (max-width: 800px) {
  .header-dream-city .dream-city-content .text-img {
    height: 60px;
  }
}
@media screen and (max-width: 576px) {
  .header-dream-city .dream-city-content .text-img {
    display: block;
    margin-bottom: 1rem;
  }
}

.header-proud-city .proud-city-text {
  position: absolute;
  width: 80%;
  left: 20%;
  top: 10%;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .header-proud-city .proud-city-text {
    top: 7%;
  }
}
@media screen and (max-width: 576px) {
  .header-proud-city .proud-city-text {
    left: 15%;
    top: 5%;
  }
}
.header-proud-city .proud-city-text img {
  max-width: 50%;
  max-height: 100%;
}
@media screen and (max-width: 800px) {
  .header-proud-city .proud-city-text img {
    max-width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .header-proud-city .proud-city-text img {
    max-width: 100%;
    width: 100%;
  }
}
.header-proud-city .header-proud-ribbon {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5vw;
  max-width: 60px;
}

.header-trent-city .trent-city-text {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 10%;
  text-align: left;
}
.header-trent-city .trent-city-text img {
  max-width: 57%;
  max-height: 100%;
}
@media screen and (max-width: 576px) {
  .header-trent-city .trent-city-text img {
    max-width: 77%;
  }
}

.section-add {
  padding: 4rem 10%;
  background: url("../images/bg-gallery-placeholder.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.section-add.visible {
  background: url("../images/newversion/bg-transparent.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1100px) {
  .section-add {
    padding: 4rem 7% 2rem;
  }
}
@media (max-width: 390px) {
  .section-add {
    padding: 2rem 5% 1rem;
  }
}
.section-add .add-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
}
.section-add .add-item {
  width: 39%;
  margin-bottom: 2.5rem;
}
.section-add .add-item .add-item__label {
  white-space: nowrap;
  font-family: "NewParis";
  color: #ffda5e;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}
.section-add .add-item .add-item__info {
  width: 80%;
  font-size: 1.35rem;
  color: #7e1cc6;
  font-family: "Gilroy-SemiBold";
}
@media (max-width: 1460px) {
  .section-add .add-item .add-item__info {
    width: 88%;
  }
}
@media (max-width: 1300px) {
  .section-add .add-item {
    width: 44%;
  }
  .section-add .add-item .add-item__info {
    width: 90%;
    font-size: 1.25rem;
  }
}
@media (max-width: 1100px) {
  .section-add .add-item {
    width: 48%;
  }
  .section-add .add-item .add-item__label {
    font-size: 2rem;
  }
  .section-add .add-item .add-item__info {
    width: 95%;
    font-size: 1.125rem;
  }
}
@media (max-width: 992px) {
  .section-add .add-item {
    width: 48%;
  }
  .section-add .add-item .add-item__info {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-add .add-item {
    width: 80%;
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 490px) {
  .section-add .add-item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

#award {
  position: relative;
  padding: 2rem 0 3rem;
  background: url("../images/bg-gallery-placeholder.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
#award.visible {
  background: url("../images/newversion/award/bg-award.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#award .award-ribbon {
  left: 0;
  bottom: -70px;
}
#award .award-title {
  margin-bottom: 2rem;
  text-align: center;
}
#award .award-title img {
  width: 40%;
}
@media screen and (max-width: 800px) {
  #award .award-title img {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  #award .award-title img {
    width: 80%;
  }
}
#award .award-list {
  padding: 0 10%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  #award .award-list {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  #award .award-list {
    padding: 0 3%;
  }
}
@media screen and (max-width: 992px) {
  #award .award-list {
    padding: 0 7%;
  }
}
@media screen and (max-width: 440px) {
  #award .award-list {
    padding: 0 3%;
  }
}
#award .award-top {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #award .award-top {
    margin-bottom: 1rem;
  }
}
#award .award-top img {
  max-width: 72%;
  max-height: 200px;
  margin: 0 auto;
}
#award .award-top img.mb {
  display: none;
}
@media screen and (max-width: 1300px) {
  #award .award-top img {
    max-width: 66%;
  }
}
@media screen and (max-width: 992px) {
  #award .award-top img {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #award .award-top img {
    max-height: unset;
  }
  #award .award-top img.pc {
    display: none;
  }
  #award .award-top img.mb {
    display: block;
  }
}
#award .award-bottom {
  display: grid;
  display: -moz-grid;
  display: -ms-grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 3%;
}
@media screen and (max-width: 1100px) {
  #award .award-bottom {
    grid-gap: 2%;
  }
}
@media screen and (max-width: 992px) {
  #award .award-bottom {
    grid-template-columns: auto auto;
    gap: 5%;
  }
}
@media (max-width: 360px) {
  #award .award-bottom {
    gap: 3%;
  }
}
#award .award-item {
  text-align: center;
}
#award .award-item img {
  margin: 0 auto;
  mix-blend-mode: darken;
}
@media screen and (max-width: 992px) {
  #award .award-item img {
    max-width: 70%;
  }
}
@media screen and (max-width: 800px) {
  #award .award-item img {
    max-width: 86%;
  }
}
@media screen and (max-width: 600px) {
  #award .award-item img {
    max-width: 100%;
  }
}

#progress {
  padding: 3rem 5% 49%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #progress {
    padding: 3rem 5% 47%;
  }
}
@media screen and (max-width: 1300px) {
  #progress {
    padding: 3rem 5% 45%;
  }
}
@media screen and (max-width: 992px) {
  #progress {
    padding: 3rem 5% 41%;
  }
}
@media screen and (max-width: 992px) {
  #progress {
    padding: 3rem 5% 41%;
  }
}
@media screen and (max-width: 676px) {
  #progress {
    padding: 3rem 3% 36%;
  }
}
@media screen and (max-width: 576px) {
  #progress {
    overflow: hidden;
    padding: 3rem 3% 20%;
  }
}
@media (max-width: 390px) {
  #progress {
    padding: 3rem 3% 14%;
  }
}
#progress .progress-ribbon {
  position: absolute;
  top: -45px;
  width: 100%;
  left: 0;
}
#progress .progress-mark {
  position: absolute;
  top: 0;
  width: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#progress .progress-title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 5rem;
}
#progress .progress-title .progress-title-text {
  margin: 0 auto;
  width: fit-content;
  font-family: "NewParis";
  background: linear-gradient(to right, #fe6941 0%, #fe5d7c 15%, #fe52b8 30%, #fe49e3 45%, #fd47f1 60%, #d968f4 75%, #a29df9 90%, #68d2fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1100px) {
  #progress .progress-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 800px) {
  #progress .progress-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  #progress .progress-title {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 440px) {
  #progress .progress-title {
    font-size: 2.5rem;
    white-space: nowrap;
  }
}
@media (max-width: 360px) {
  #progress .progress-title {
    font-size: 2rem;
  }
}
#progress .progress-timeline {
  padding: 4rem 5% 2rem;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  #progress .progress-timeline {
    padding: 4rem 2% 2rem;
  }
}
@media screen and (max-width: 800px) {
  #progress .progress-timeline {
    padding: 4rem 0 2rem;
  }
}
@media screen and (max-width: 576px) {
  #progress .progress-timeline {
    padding: 2rem 0;
    align-items: flex-start;
  }
}
#progress .progress-vertical-line {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 2vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media screen and (max-width: 1300px) {
  #progress .progress-vertical-line {
    width: 1.92vw;
  }
}
@media screen and (max-width: 800px) {
  #progress .progress-vertical-line {
    width: 22px;
  }
}
@media screen and (max-width: 676px) {
  #progress .progress-vertical-line {
    width: 18px;
  }
}
@media screen and (max-width: 576px) {
  #progress .progress-vertical-line {
    width: 20px;
  }
}
@media screen and (max-width: 420px) {
  #progress .progress-vertical-line {
    width: 16px;
  }
}
#progress .timeline-item {
  z-index: 3;
  position: relative;
  margin-bottom: 0.5rem;
}
#progress .timeline-item.timeline-text {
  width: 47%;
}
#progress .timeline-item.timeline-img {
  z-index: 2;
  width: 53%;
}
@media screen and (max-width: 576px) {
  #progress .timeline-item {
    margin-bottom: 2rem;
  }
  #progress .timeline-item.timeline-text {
    width: 45%;
  }
  #progress .timeline-item.timeline-img {
    z-index: 2;
    width: 55%;
  }
}
@media screen and (max-width: 420px) {
  #progress .timeline-item {
    margin-bottom: 1rem;
  }
}
#progress .timeline-item:last-child {
  margin-top: 3rem;
}
@media screen and (max-width: 490px) {
  #progress .timeline-item:last-child {
    margin-top: 1rem;
  }
}
#progress .timeline-text .timeline-title {
  padding-left: 10%;
  font-size: 1.75rem;
  line-height: 1.2;
}
#progress .timeline-text .timeline-title .timeline-sub-text {
  display: inline-block;
  width: fit-content;
  font-family: "Gilroy-SemiBold";
  background: linear-gradient(to top, #322cc0 0%, #3991e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#progress .timeline-text .timeline-title .timeline-real-text {
  display: inline-block;
  font-size: 200%;
  width: fit-content;
  font-family: "NewParis";
  background: linear-gradient(to right, #fe6941 0%, #fe5d7c 15%, #fe52b8 30%, #fe49e3 45%, #fd47f1 60%, #d968f4 75%, #a29df9 90%, #68d2fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 576px) {
  #progress .timeline-text .timeline-title .timeline-real-text {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  #progress .timeline-text .timeline-title {
    font-size: 1.55rem;
  }
}
@media screen and (max-width: 800px) {
  #progress .timeline-text .timeline-title {
    font-size: 1.35rem;
    padding-left: 8%;
  }
}
@media screen and (max-width: 576px) {
  #progress .timeline-text .timeline-title {
    font-size: 1.25rem;
    padding-left: 6%;
  }
}
#progress .timeline-text .timeline-hr {
  position: relative;
  width: 105%;
  height: 1.5px;
  background-color: #030E4B;
  margin: 1rem 0 1.5rem;
}
#progress .timeline-text .timeline-hr::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: #030E4B;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#progress .timeline-text .timeline-hr.left {
  left: -3px;
}
#progress .timeline-text .timeline-hr.right::after {
  right: -3px;
}
@media screen and (max-width: 1100px) {
  #progress .timeline-text .timeline-hr {
    margin: 0.75rem 0 1.25rem;
  }
}
@media screen and (max-width: 800px) {
  #progress .timeline-text .timeline-hr {
    margin: 0.5rem 0 1rem;
  }
}
@media screen and (max-width: 576px) {
  #progress .timeline-text .timeline-hr {
    margin: 0.15rem 0 0.75rem;
    width: 110%;
  }
}
#progress .timeline-text .timeline-description {
  padding-left: 10%;
  font-size: 1.25rem;
  font-family: "Gilroy-Bold";
  color: #030E4B;
  text-transform: uppercase;
  text-align: justify;
}
@media screen and (max-width: 1100px) {
  #progress .timeline-text .timeline-description {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 800px) {
  #progress .timeline-text .timeline-description {
    font-size: 0.875rem;
    padding-left: 8%;
  }
}
@media screen and (max-width: 600px) {
  #progress .timeline-text .timeline-description {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 576px) {
  #progress .timeline-text .timeline-description {
    padding-right: 0.25rem;
    line-height: 1.2;
  }
  #progress .timeline-text .timeline-description br {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  #progress .timeline-text .timeline-description {
    font-size: 0.7rem;
  }
}
#progress .timeline-img img {
  border-radius: 4rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
}
@media screen and (max-width: 992px) {
  #progress .timeline-img img {
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
  }
}
@media screen and (max-width: 576px) {
  #progress .timeline-img img {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
}
#progress .progress-img-ft {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#super-product {
  position: relative;
}
#super-product img.mb {
  display: none;
}
@media screen and (max-width: 576px) {
  #super-product img.pc {
    display: none;
  }
  #super-product img.mb {
    display: block;
  }
}
#super-product .sp-banner {
  position: relative;
}
#super-product .sp-banner .super-product-title {
  position: absolute;
  top: 7vh;
  width: 100%;
  text-align: right;
}
#super-product .sp-banner .super-product-title img {
  max-width: 40%;
  max-height: 200px;
  margin-right: 12%;
}
@media screen and (max-width: 800px) {
  #super-product .sp-banner .super-product-title {
    top: 5%;
  }
}
@media screen and (max-width: 576px) {
  #super-product .sp-banner .super-product-title {
    text-align: center;
  }
  #super-product .sp-banner .super-product-title img {
    max-width: 82%;
    margin: 0 auto;
    max-height: unset;
  }
}
#super-product .sp-banner .sp-ribbon {
  right: 20%;
  top: -18px;
}
@media screen and (max-width: 576px) {
  #super-product .sp-banner .sp-ribbon {
    left: unset;
    right: 0;
    top: -14px;
  }
}
#super-product .sp-banner .sp-ribbon-hb {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#super-product .sp-body {
  padding: 1.5rem 0;
}
@media screen and (max-width: 576px) {
  #super-product .sp-body {
    padding: 1.5rem 0 3rem;
  }
}
#super-product .sp-body .sp-container {
  padding: 0 7%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  #super-product .sp-body .sp-container {
    padding: 0 2%;
  }
}
@media screen and (max-width: 576px) {
  #super-product .sp-body .sp-container {
    padding: 0 5%;
  }
}
@media screen and (max-width: 500px) {
  #super-product .sp-body .sp-container {
    padding: 0 2%;
  }
}
#super-product .sp-body-item {
  position: relative;
  margin-bottom: 1rem;
}
#super-product .sp-body-item.left {
  margin-right: 5%;
}
@media screen and (max-width: 576px) {
  #super-product .sp-body-item {
    margin-bottom: 1.5rem;
  }
  #super-product .sp-body-item.left {
    margin-right: 3%;
  }
}
#super-product .sp-body-item.sp-body-img {
  width: 50%;
}
#super-product .sp-body-item.sp-body-img .sp-item-ribbon {
  left: -30px;
}
#super-product .sp-body-item.sp-body-img.left .sp-item-ribbon {
  left: unset;
  right: -15px;
}
@media screen and (max-width: 800px) {
  #super-product .sp-body-item.sp-body-img .sp-item-ribbon {
    left: -12px;
  }
  #super-product .sp-body-item.sp-body-img.left .sp-item-ribbon {
    right: -10px;
  }
}
@media screen and (max-width: 576px) {
  #super-product .sp-body-item.sp-body-img .sp-item-ribbon {
    left: -9px;
  }
  #super-product .sp-body-item.sp-body-img.left .sp-item-ribbon {
    right: -9px;
  }
}
#super-product .sp-body-item.sp-body-text {
  width: 36%;
}
@media screen and (max-width: 576px) {
  #super-product .sp-body-item.sp-body-text {
    width: 45%;
  }
}
#super-product .sp-body-img img.sp-thumbnail {
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
@media screen and (max-width: 576px) {
  #super-product .sp-body-img img.sp-thumbnail {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
}
#super-product .sp-body-img .sp-item-ribbon {
  width: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media screen and (max-width: 800px) {
  #super-product .sp-body-img .sp-item-ribbon {
    width: 36px;
  }
}
@media screen and (max-width: 576px) {
  #super-product .sp-body-img .sp-item-ribbon {
    width: 28px;
  }
}
@media screen and (max-width: 500px) {
  #super-product .sp-body-img .sp-item-ribbon {
    width: 23px;
  }
}
#super-product .sp-bottom {
  position: relative;
  padding: 0 10%;
  margin-bottom: 3rem;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  #super-product .sp-bottom {
    align-items: flex-start;
    padding: 0 5%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 440px) {
  #super-product .sp-bottom {
    padding: 0 1%;
  }
}
#super-product .sp-bottom .sp-bottom-item {
  position: relative;
  width: 31%;
  text-align: center;
}
#super-product .sp-bottom .sp-bottom-item .sp-bottom-img {
  max-width: 80%;
  max-height: 200px;
}
@media screen and (max-width: 576px) {
  #super-product .sp-bottom .sp-bottom-item .sp-bottom-img {
    max-width: unset;
    max-height: 72px;
  }
}
@media screen and (max-width: 500px) {
  #super-product .sp-bottom .sp-bottom-item .sp-bottom-img {
    max-height: 62px;
  }
}
@media screen and (max-width: 420px) {
  #super-product .sp-bottom .sp-bottom-item .sp-bottom-img {
    max-height: 57px;
  }
}
@media (max-width: 390px) {
  #super-product .sp-bottom .sp-bottom-item .sp-bottom-img {
    max-height: 55px;
  }
}
#super-product .sp-bottom .sp-bottom-item .sp-bt-ribbon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 30px;
}
@media screen and (max-width: 800px) {
  #super-product .sp-bottom .sp-bottom-item .sp-bt-ribbon {
    width: 14px;
  }
}
@media screen and (max-width: 576px) {
  #super-product .sp-bottom .sp-bottom-item .sp-bt-ribbon {
    left: -12px;
    width: 12px;
  }
}
@media (max-width: 390px) {
  #super-product .sp-bottom .sp-bottom-item .sp-bt-ribbon {
    width: 8px;
  }
}
#super-product .sp-bottom .sp-bottom-item:first-child {
  text-align: left;
}
#super-product .sp-bottom .sp-bottom-item:nth-child(2) .sp-bt-ribbon {
  left: -45px;
}
@media screen and (max-width: 800px) {
  #super-product .sp-bottom .sp-bottom-item:nth-child(2) .sp-bt-ribbon {
    left: -18px;
  }
}
@media screen and (max-width: 576px) {
  #super-product .sp-bottom .sp-bottom-item:nth-child(2) .sp-bt-ribbon {
    left: -4px;
  }
}
#super-product .sp-bottom .sp-bottom-item:last-child {
  text-align: right;
}
#super-product .sp-ribbon-bottom {
  left: 0;
  bottom: 5vh;
}
@media screen and (max-width: 576px) {
  #super-product .sp-ribbon-bottom {
    bottom: 84px;
  }
}
#super-policy {
  position: relative;
  background: linear-gradient(to bottom left, #f0513b 0%, #d5514f 15%, #b65569 30%, #87548c 45%, #6c57a2 60%, #6c57a2 75%, #6c57a2 90%, #6c57a2 100%);
}
#super-policy img.mb {
  display: none;
}
@media screen and (max-width: 576px) {
  #super-policy {
    overflow-x: hidden;
  }
  #super-policy img.pc {
    display: none;
  }
  #super-policy img.mb {
    display: block;
  }
}
#super-policy .policy-ribbon {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#super-policy .policy-ribbon-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#super-policy .policy-content {
  position: relative;
  padding: 5rem 10%;
}
@media screen and (max-width: 1200px) {
  #super-policy .policy-content {
    padding: 5rem 7%;
  }
}
@media screen and (max-width: 768px) {
  #super-policy .policy-content {
    padding: 3rem 5%;
  }
}
@media screen and (max-width: 440px) {
  #super-policy .policy-content {
    padding: 3rem 3% 2rem;
  }
}
#super-policy .policy-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 5.5rem;
}
#super-policy .policy-title .policy-title-text {
  line-height: 1.2;
  margin: 0 auto;
  width: fit-content;
  font-family: "NewParis";
  background: linear-gradient(to right, #e2e1e3 0%, #e7dac7 15%, #ebd6b2 30%, #fcc261 45%, #fbc366 60%, #f7c878 75%, #efd2a2 90%, #e3dfdb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1100px) {
  #super-policy .policy-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 800px) {
  #super-policy .policy-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  #super-policy .policy-title {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 440px) {
  #super-policy .policy-title {
    font-size: 2.5rem;
    white-space: nowrap;
  }
}
@media (max-width: 360px) {
  #super-policy .policy-title {
    font-size: 2rem;
  }
}
#super-policy .policy-sub-title {
  text-align: center;
  margin-bottom: 2rem;
}
#super-policy .policy-sub-title img {
  max-width: 63%;
  max-height: 250px;
}
@media screen and (max-width: 768px) {
  #super-policy .policy-sub-title img {
    max-height: unset;
    max-width: 88%;
  }
}
#super-policy .grid-endow {
  display: grid;
  display: -moz-grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, minmax(49%, 1fr));
  gap: 2rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1200px) {
  #super-policy .grid-endow {
    gap: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #super-policy .grid-endow {
    grid-template-columns: repeat(2, minmax(48%, 1fr));
  }
}
@media screen and (max-width: 768px) {
  #super-policy .grid-endow {
    margin-bottom: 5rem;
    gap: 1rem;
  }
}
@media (max-width: 490px) {
  #super-policy .grid-endow {
    gap: 0.5rem;
  }
}
@media (max-width: 390px) {
  #super-policy .grid-endow {
    gap: 0.5rem 0.25rem;
    margin-bottom: 3rem;
  }
}
#super-policy .endow-gradient-item {
  background: linear-gradient(to top right, #6e2e8e 0%, #6f3994 20%, #475ba9 50%, #2272b9 75%, #70c9da 100%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border: 2.5px solid #ffffff;
  overflow: hidden;
}
#super-policy .endow-gradient-item.mb {
  display: none;
}
@media screen and (max-width: 600px) {
  #super-policy .endow-gradient-item.pc {
    display: none;
  }
  #super-policy .endow-gradient-item.mb {
    display: block;
  }
}
@media (max-width: 440px) {
  #super-policy .endow-gradient-item {
    border: 1.5px solid #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}
#super-policy .endow-gradient-item .endow-item-content {
  background-position: center;
  transition: background 1.4s;
  -webkit-transition: background 1.4s;
  -moz-transition: background 1.4s;
  -ms-transition: background 1.4s;
  -o-transition: background 1.4s;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0.75rem;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 440px) {
  #super-policy .endow-gradient-item .endow-item-content {
    padding: 0.5rem;
  }
}
#super-policy .endow-gradient-item.bg-gradient-red .endow-item-content {
  background: linear-gradient(to bottom right, #ffcf30 0%, #f7973d 20%, #f05b4b 40%, #ec4956 60%, #e35194 80%, #d45df0 100%);
}
#super-policy .endow-gradient-item.bg-gradient-red::before, #super-policy .meteor .endow-gradient-item.bg-gradient-red.meteor_star::after, .meteor #super-policy .endow-gradient-item.bg-gradient-red.meteor_star::after {
  background: linear-gradient(to right, #f26f46 0%, #e84d75 20%, #a24599 40%, #6055a3 60%, #4179bd 80%, #60c9cd 100%);
}
#super-policy .endow-gradient-item.bg-gradient-blue .endow-item-content {
  background: linear-gradient(to bottom right, #9c7cff 0%, #7355f8 20%, #694cf6 50%, #7355f8 80%, #c39dfa 100%);
}
#super-policy .endow-gradient-item.bg-gradient-blue::before, #super-policy .meteor .endow-gradient-item.bg-gradient-blue.meteor_star::after, .meteor #super-policy .endow-gradient-item.bg-gradient-blue.meteor_star::after {
  background: linear-gradient(to right, #f26f46 0%, #e84d75 20%, #a24599 40%, #6055a3 60%, #4179bd 80%, #60c9cd 100%);
}
#super-policy .endow-gradient-item .policy-img {
  max-width: 92%;
  max-height: 210px;
}
#super-policy .endow-gradient-item:hover.bg-gradient-red .endow-item-content {
  background-size: 200% 100%;
}
#super-policy .endow-gradient-item:hover.bg-gradient-red::before, #super-policy .meteor .endow-gradient-item.meteor_star:hover.bg-gradient-red::after, .meteor #super-policy .endow-gradient-item.meteor_star:hover.bg-gradient-red::after {
  inset: -2px;
}
#super-policy .endow-gradient-item:hover.bg-gradient-blue .endow-item-content {
  background-size: 200% 100%;
}
#super-policy .endow-gradient-item:hover.bg-gradient-blue::before, #super-policy .meteor .endow-gradient-item.meteor_star:hover.bg-gradient-blue::after, .meteor #super-policy .endow-gradient-item.meteor_star:hover.bg-gradient-blue::after {
  inset: -2px;
}
#super-policy .endow-gradient-item:hover.bg-gradient-green-purple .endow-item-content {
  background-size: 200% 100%;
}
#super-policy .endow-gradient-item:hover.bg-gradient-green-purple::before, #super-policy .meteor .endow-gradient-item.meteor_star:hover.bg-gradient-green-purple::after, .meteor #super-policy .endow-gradient-item.meteor_star:hover.bg-gradient-green-purple::after {
  inset: -2px;
}
#super-policy .policy-bottom {
  text-align: center;
  margin-bottom: 1rem;
}
#super-policy .policy-bottom img {
  max-width: 62%;
  max-height: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #super-policy .policy-bottom img {
    max-height: unset;
    max-width: 100%;
  }
}
#super-policy .policy-bottom .policy-text {
  color: #ffffff;
  font-size: 120%;
  font-family: "Gilroy-Regular";
}
#super-policy .policy-bottom .policy-text b {
  font-family: "Gilroy-Bold";
}
#super-policy .policy-bottom .policy-text span {
  font-family: "Gilroy-Bold";
  font-size: 160%;
}
@media screen and (max-width: 768px) {
  #super-policy .policy-bottom .policy-text {
    font-size: 110%;
  }
  #super-policy .policy-bottom .policy-text span {
    font-size: 150%;
  }
}
@media screen and (max-width: 576px) {
  #super-policy .policy-bottom .policy-text {
    font-size: 92%;
  }
  #super-policy .policy-bottom .policy-text span {
    font-size: 130%;
  }
}
@media (max-width: 490px) {
  #super-policy .policy-bottom .policy-text {
    white-space: nowrap;
    font-size: 81%;
  }
  #super-policy .policy-bottom .policy-text span {
    font-size: 115%;
  }
}
@media (max-width: 390px) {
  #super-policy .policy-bottom .policy-text {
    white-space: nowrap;
    font-size: 72%;
  }
  #super-policy .policy-bottom .policy-text span {
    font-size: 105%;
  }
}
#super-policy .policy-bottom .icon-divider-square {
  text-align: center;
  margin: 1.5rem 0;
}
#super-policy .policy-bottom .icon-divider-square .square {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin: 0 auto;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}
@media screen and (max-width: 490px) {
  #super-policy .policy-bottom .icon-divider-square .square {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  #super-policy .policy-bottom .icon-divider-square {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 490px) {
  #super-policy .policy-bottom .icon-divider-square {
    margin: 0.5rem 0;
  }
}
.profitable-container {
  position: relative;
  padding: 3rem 0 4rem;
  background: linear-gradient(to bottom right, #ffd131 0%, #fcb237 20%, #f47845 40%, #f15e4c 60%, #ec484f 70%, #e44f89 85%, #d65cef 100%);
}
.profitable-container .profitable-title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 5.5rem;
}
.profitable-container .profitable-title .profitable-title-text {
  line-height: 1.2;
  margin: 0 auto;
  width: fit-content;
  font-family: "NewParis";
  background: linear-gradient(to right, #c1fa97 0%, #d7f6a3 30%, #f0f1b2 60%, #d4eec4 80%, #93e6ed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1100px) {
  .profitable-container .profitable-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 800px) {
  .profitable-container .profitable-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  .profitable-container .profitable-title {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 576px) {
  .profitable-container .profitable-title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 440px) {
  .profitable-container .profitable-title {
    font-size: 2.5rem;
    white-space: nowrap;
  }
}
@media (max-width: 360px) {
  .profitable-container .profitable-title {
    font-size: 2rem;
  }
}
.profitable-container .profitable-ribbon {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.profitable-container .profitable-content {
  padding: 0 10%;
}
@media screen and (max-width: 1200px) {
  .profitable-container .profitable-content {
    padding: 0 7%;
  }
}
@media screen and (max-width: 800px) {
  .profitable-container .profitable-content {
    padding: 0 5%;
  }
}
.profitable-container .profitable-content-top, .profitable-container .profitable-content-bottom {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.profitable-container .profitable-content-top {
  margin-bottom: 3rem;
}
.profitable-container .profitable-content-top .profitable-left {
  width: 50%;
  text-align: left;
}
.profitable-container .profitable-content-top .profitable-left img {
  max-width: 86%;
  max-height: 224px;
}
@media screen and (max-width: 800px) {
  .profitable-container .profitable-content-top .profitable-left {
    text-align: center;
  }
  .profitable-container .profitable-content-top .profitable-left img {
    max-height: 130px;
  }
}
@media screen and (max-width: 576px) {
  .profitable-container .profitable-content-top .profitable-left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .profitable-container .profitable-content-top .profitable-left img {
    max-height: unset;
  }
}
.profitable-container .profitable-content-top .profitable-right {
  width: 50%;
  position: relative;
  padding-left: 8%;
}
@media screen and (max-width: 576px) {
  .profitable-container .profitable-content-top .profitable-right {
    width: 100%;
    padding-left: 10%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 440px) {
  .profitable-container .profitable-content-top .profitable-right {
    padding-left: 8%;
  }
}
.profitable-container .profitable-content-top .profitable-right__content {
  width: 86%;
}
@media screen and (max-width: 1400px) {
  .profitable-container .profitable-content-top .profitable-right__content {
    width: 100%;
  }
}
.profitable-container .profitable-content-top .profitable-right__text {
  line-height: 1.25;
  font-size: 1.5rem;
  text-align: justify;
  color: #f0f1b2;
  font-family: "Gilroy-Medium";
}
@media screen and (max-width: 1200px) {
  .profitable-container .profitable-content-top .profitable-right__text {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 1100px) {
  .profitable-container .profitable-content-top .profitable-right__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 800px) {
  .profitable-container .profitable-content-top .profitable-right__text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .profitable-container .profitable-content-top .profitable-right__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .profitable-container .profitable-content-top .profitable-right__text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 440px) {
  .profitable-container .profitable-content-top .profitable-right__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  .profitable-container .profitable-content-top .profitable-right__text {
    font-size: 1.125rem;
  }
}
.profitable-container .profitable-content-top .profitable-right__text:not(:last-child) {
  margin-bottom: 1rem;
}
.profitable-container .profitable-content-top .profitable-right__line {
  position: absolute;
  left: 0;
  width: 2.5px;
  height: 78%;
  top: 11%;
  background-color: #ffffff;
}
.profitable-container .profitable-content-top .profitable-right__line .line-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  left: -4px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #ffffff;
}
.profitable-container .profitable-content-top .profitable-right__line .line-dot:first-child {
  top: -3px;
}
.profitable-container .profitable-content-top .profitable-right__line .line-dot:nth-child(2) {
  display: none;
}
.profitable-container .profitable-content-top .profitable-right__line .line-dot:nth-child(3) {
  top: 55%;
}
.profitable-container .profitable-content-top .profitable-right__line .line-dot:last-child {
  bottom: -3px;
}
@media screen and (max-width: 1440px) {
  .profitable-container .profitable-content-top .profitable-right__line .line-dot:nth-child(3) {
    top: 49%;
  }
}
@media screen and (max-width: 500px) {
  .profitable-container .profitable-content-top .profitable-right__line .line-dot:nth-child(3) {
    top: 47%;
  }
}
.profitable-container .profitable-content-bottom .profitable-bottom-left {
  width: 33%;
}
.profitable-container .profitable-content-bottom .profitable-bottom-left img {
  max-width: 100%;
  max-height: 120px;
}
@media screen and (max-width: 576px) {
  .profitable-container .profitable-content-bottom .profitable-bottom-left {
    width: 100%;
    margin-bottom: 1rem;
  }
  .profitable-container .profitable-content-bottom .profitable-bottom-left img {
    max-height: unset;
    max-width: 72%;
  }
}
.profitable-container .profitable-content-bottom .profitable-bottom-right {
  width: 63%;
}
@media screen and (max-width: 576px) {
  .profitable-container .profitable-content-bottom .profitable-bottom-right {
    width: 100%;
  }
}
.profitable-container .profitable-content-bottom .profitable-bottom-right-text {
  text-align: justify;
  line-height: 1.25;
  font-size: 1.5rem;
  color: #f0f1b2;
  font-family: "Gilroy-Medium";
}
@media screen and (max-width: 1200px) {
  .profitable-container .profitable-content-bottom .profitable-bottom-right-text {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 1100px) {
  .profitable-container .profitable-content-bottom .profitable-bottom-right-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 800px) {
  .profitable-container .profitable-content-bottom .profitable-bottom-right-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .profitable-container .profitable-content-bottom .profitable-bottom-right-text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .profitable-container .profitable-content-bottom .profitable-bottom-right-text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 440px) {
  .profitable-container .profitable-content-bottom .profitable-bottom-right-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  .profitable-container .profitable-content-bottom .profitable-bottom-right-text {
    font-size: 1.125rem;
  }
}

.policy-sub-title-content {
  text-align: center;
  font-family: "BeVNPro";
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}
.policy-sub-title-content .sub-title-top {
  font-size: 200%;
  margin-left: -100%;
  margin-right: -100%;
}
.policy-sub-title-content .sub-title-bottom {
  font-size: 140%;
}
@media screen and (max-width: 1300px) {
  .policy-sub-title-content .sub-title-top {
    font-size: 180%;
  }
}
@media screen and (max-width: 1100px) {
  .policy-sub-title-content .sub-title-top {
    font-size: 155%;
  }
  .policy-sub-title-content .sub-title-bottom {
    font-size: 120%;
  }
}
@media screen and (max-width: 768px) {
  .policy-sub-title-content .sub-title-top {
    font-size: 110%;
  }
  .policy-sub-title-content .sub-title-top span {
    font-size: 150%;
    display: block;
  }
  .policy-sub-title-content .sub-title-bottom {
    font-size: 100%;
  }
}
@media screen and (max-width: 576px) {
  .policy-sub-title-content .sub-title-top {
    font-size: 100%;
  }
  .policy-sub-title-content .sub-title-top span {
    font-size: 105%;
    display: block;
  }
  .policy-sub-title-content .sub-title-bottom {
    font-size: 92%;
  }
}
@media screen and (max-width: 490px) {
  .policy-sub-title-content .sub-title-top {
    font-size: 90%;
  }
  .policy-sub-title-content .sub-title-top span {
    font-size: 100%;
    display: block;
  }
  .policy-sub-title-content .sub-title-bottom {
    font-size: 72%;
  }
}
@media (max-width: 390px) {
  .policy-sub-title-content .sub-title-top span {
    font-size: 88%;
  }
  .policy-sub-title-content .sub-title-bottom {
    font-size: 60%;
  }
}

.hot-endow-content {
  text-align: center;
  margin-bottom: 1rem;
}
.hot-endow-content .hot-endow-img {
  max-width: 80%;
}

#investor {
  position: relative;
}
#investor img.mb {
  display: none;
}
@media screen and (max-width: 576px) {
  #investor img.pc {
    display: none;
  }
  #investor img.mb {
    display: block;
  }
}
#investor .investor-top-banner {
  position: relative;
  min-height: 400px;
}
#investor .investor-content {
  position: absolute;
  left: 5%;
  top: 10vh;
  width: 60%;
}
@media screen and (max-width: 800px) {
  #investor .investor-content {
    top: 8%;
  }
}
@media screen and (max-width: 576px) {
  #investor .investor-content {
    top: 5%;
    width: 60%;
    left: 35%;
  }
}
#investor .investor-title {
  margin-bottom: 2rem;
}
#investor .investor-title .investor-title-img {
  max-width: 80%;
  max-height: 200px;
}
@media screen and (max-width: 576px) {
  #investor .investor-title .investor-title-img {
    max-height: unset;
    max-width: 96%;
  }
}
@media screen and (max-width: 1100px) {
  #investor .investor-title .investor-title-img {
    max-width: 60%;
    max-height: 168px;
  }
}
@media screen and (max-width: 576px) {
  #investor .investor-title .investor-title-img {
    max-height: unset;
    max-width: 98%;
  }
}
#investor .investor-detail {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
#investor .investor-detail .investor-item {
  width: 40%;
}
#investor .investor-detail .investor-item:first-child {
  margin-right: 5%;
}
#investor .investor-detail .investor-item img {
  max-height: 500px;
  max-width: 90%;
}
@media screen and (max-width: 1100px) {
  #investor .investor-detail .investor-item img {
    max-height: 250px;
  }
}
@media screen and (max-width: 576px) {
  #investor .investor-detail .investor-item {
    width: 96%;
  }
  #investor .investor-detail .investor-item img {
    max-height: unset;
    max-width: 100%;
  }
  #investor .investor-detail .investor-item:first-child {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  #investor .investor-detail .investor-item:first-child img {
    max-width: 94%;
  }
}

.investor-credibility {
  min-height: 500px;
  background: linear-gradient(to top right, #ffffff 0%, #feffed 55%, #ffffb5 65%, #ffe2a6 75%, #ff8db1 90%, #ff61bb 100%);
  padding: 2rem 0;
}
@media screen and (max-width: 576px) {
  .investor-credibility {
    padding: 3rem 0 2rem;
    background: linear-gradient(to top right, #ffffff 0%, #feffed 35%, #ffffb5 55%, #ffe2a6 75%, #ff8db1 90%, #ff61bb 100%);
  }
}
.investor-credibility .investor-credibility-title {
  margin-bottom: 1rem;
  text-align: center;
}
.investor-credibility .investor-credibility-title img {
  max-width: 57%;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  .investor-credibility .investor-credibility-title img {
    max-width: 88%;
  }
}
.investor-credibility .ic-sub-title {
  color: #694cf6;
  font-family: "Gilroy-Bold";
  margin-bottom: 2rem;
  padding: 0 20%;
  text-align: center;
  line-height: 1.2;
  font-size: 1.65rem;
}
@media screen and (max-width: 1300px) {
  .investor-credibility .ic-sub-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .investor-credibility .ic-sub-title {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 1100px) {
  .investor-credibility .ic-sub-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .investor-credibility .ic-sub-title {
    padding: 0 12%;
  }
}
@media screen and (max-width: 800px) {
  .investor-credibility .ic-sub-title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 600px) {
  .investor-credibility .ic-sub-title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .investor-credibility .ic-sub-title {
    padding: 0 8%;
    font-family: "Gilroy-Medium";
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 440px) {
  .investor-credibility .ic-sub-title {
    padding: 0 4%;
    font-size: 1.125rem;
  }
}
@media (max-width: 390px) {
  .investor-credibility .ic-sub-title {
    font-size: 1rem;
  }
}
.investor-credibility .investor-credibility-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .investor-credibility .investor-credibility-content.item-reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: right;
  }
  .investor-credibility .investor-credibility-content.item-reverse .investor-credibility-item.item-award {
    text-align: left;
  }
}
.investor-credibility .investor-credibility-item {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .investor-credibility .investor-credibility-item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  .investor-credibility .investor-credibility-item.item-img img {
    max-width: 92%;
  }
}
.investor-credibility .investor-credibility-item.item-award {
  padding-left: 5%;
}
.investor-credibility .investor-credibility-item.item-award img {
  max-width: 86%;
}
@media screen and (max-width: 576px) {
  .investor-credibility .investor-credibility-item.item-award img {
    max-width: 92%;
  }
}

#position {
  position: relative;
}
#position img.mb {
  display: none;
}
@media screen and (max-width: 576px) {
  #position img.pc {
    display: none;
  }
  #position img.mb {
    display: block;
  }
}
#position .position-head-ribbon {
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  #position .position-head-ribbon {
    top: -12px;
  }
}
#position .position-top-banner-second {
  position: relative;
}
#position .position-top-banner-second .mark-container {
  position: absolute;
  z-index: 1;
  width: 23%;
  bottom: 37%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#position .position-top-banner-second .mark-container .pos-mark-icon {
  width: 100%;
}
@media screen and (max-width: 576px) {
  #position .position-top-banner-second .mark-container {
    width: 34%;
    bottom: 22%;
  }
}
#position .position-top-banner-second .title-container {
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
}
#position .position-top-banner-second .title-top {
  text-align: center;
  margin-bottom: 6%;
}
#position .position-top-banner-second .title-top img {
  width: 45%;
  margin: 0 auto;
}
@media screen and (max-width: 576px) {
  #position .position-top-banner-second .title-top img {
    width: 68%;
  }
}
#position .position-top-banner-second .title-bottom-container {
  width: 90%;
  margin-left: 5%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#position .position-top-banner-second .title-bottom-container img {
  max-width: 30%;
}
@media screen and (max-width: 576px) {
  #position .position-top-banner-second .title-bottom-container {
    width: 100%;
    margin-left: 0;
  }
  #position .position-top-banner-second .title-bottom-container img {
    max-width: 48%;
    max-height: 120px;
  }
}

.position-container {
  position: relative;
  padding: 2rem 0;
  background: linear-gradient(to right, #ffe3bb 0%, #f6ebcf 30%, #ecf0d9 50%, #f6ebcf 70%, #ffdc8b 100%);
}
@media screen and (max-width: 576px) {
  .position-container {
    padding: 3rem 0;
  }
}
.position-container .position-content {
  margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
  .position-container .position-content {
    margin-bottom: 0;
  }
}
.position-container .position-row {
  position: relative;
  padding: 0 5%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}
@media screen and (max-width: 576px) {
  .position-container .position-row {
    margin-bottom: 0;
  }
  .position-container .position-row:nth-child(-n+2) {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.position-container .position-row .position-row-img {
  width: 53%;
  margin-right: 5%;
}
.position-container .position-row .position-row-img img {
  border-radius: 2.5rem;
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  -ms-border-radius: 2.5rem;
  -o-border-radius: 2.5rem;
}
@media screen and (max-width: 576px) {
  .position-container .position-row .position-row-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  .position-container .position-row .position-row-img img {
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
  }
}
.position-container .position-row .position-row-text {
  width: 40%;
}
.position-container .position-row .position-row-text img {
  max-height: 190px;
  max-width: 90%;
}
.position-container .position-row .position-row-text.big img {
  max-height: 240px;
}
@media screen and (max-width: 1300px) {
  .position-container .position-row .position-row-text img {
    max-height: 130px;
  }
  .position-container .position-row .position-row-text.big img {
    max-height: 180px;
  }
}
@media screen and (max-width: 576px) {
  .position-container .position-row .position-row-text {
    margin-bottom: 0.75rem;
    width: 100%;
  }
  .position-container .position-row .position-row-text img {
    max-height: 110px;
    max-width: 88%;
    margin-left: 8%;
  }
  .position-container .position-row .position-row-text.big img {
    max-height: 110px;
  }
}
@media (max-width: 390px) {
  .position-container .position-row .position-row-text img {
    max-height: 72px;
  }
  .position-container .position-row .position-row-text.big img {
    max-height: 72px;
  }
}
@media (max-width: 360px) {
  .position-container .position-row .position-row-text img {
    max-height: 69px;
  }
  .position-container .position-row .position-row-text.big img {
    max-height: 69px;
  }
}
.position-container .position-row .position-row-ribbon {
  position: absolute;
  width: 55px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .position-container .position-row .position-row-ribbon {
    width: unset;
    height: 96px;
    top: 13%;
  }
}
@media screen and (max-width: 420px) {
  .position-container .position-row .position-row-ribbon {
    height: 72px;
    top: 15%;
  }
}
.position-container .position-row.prow-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 576px) {
  .position-container .position-row.prow-reverse {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.position-container .position-row.prow-reverse .position-row-img {
  margin-right: 0;
}
.position-container .position-row.prow-reverse .position-row-ribbon {
  left: unset;
  right: 0;
}
@media screen and (max-width: 576px) {
  .position-container .position-row.prow-reverse .position-row-ribbon {
    right: unset;
    left: 0;
  }
}
.position-container .position-text-note {
  text-align: center;
}
.position-container .position-text-note img {
  width: 62%;
  margin: 0 auto 1rem;
}
.position-container .position-text-note .text-top {
  font-size: 4rem;
}
.position-container .position-text-note .text-top .gradient-text {
  display: inline-block;
  margin: 0 auto;
  font-family: "NewParis";
  background: linear-gradient(to right, #fe6941 0%, #fe5d7c 15%, #fe52b8 30%, #fe49e3 45%, #fd47f1 60%, #d968f4 75%, #a29df9 90%, #68d2fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1100px) {
  .position-container .position-text-note .text-top {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 800px) {
  .position-container .position-text-note .text-top {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .position-container .position-text-note .text-top {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 440px) {
  .position-container .position-text-note .text-top {
    font-size: 2.5rem;
  }
}
.position-container .position-text-note .text-bottom {
  color: #7355f8;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-family: "Gilroy-SemiBold";
}
@media screen and (max-width: 600px) {
  .position-container .position-text-note .text-bottom {
    font-size: 1.5rem;
    padding: 0 5%;
    line-height: 1.2;
    margin-top: -0.5rem;
  }
}
@media screen and (max-width: 440px) {
  .position-container .position-text-note .text-bottom {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  .position-container .position-text-note .text-bottom {
    font-size: 1.2rem;
  }
}
@media (max-width: 390px) {
  .position-container .position-text-note .text-bottom {
    font-size: 1.1rem;
  }
}
@media (max-width: 360px) {
  .position-container .position-text-note .text-bottom {
    padding: 0 3%;
  }
}

.position-banner-bottom {
  position: relative;
}
.position-banner-bottom .position-bottom-ribbon {
  position: absolute;
  left: 0;
  height: 90px;
  top: -45px;
}
@media screen and (max-width: 600px) {
  .position-banner-bottom .position-bottom-ribbon {
    height: 70px;
    top: -35px;
  }
}

#gallery {
  position: relative;
  padding: 5rem 0 0;
}
@media screen and (max-width: 800px) {
  #gallery {
    padding: 3rem 0 0;
  }
}
#gallery .gallery-head-ribbon {
  top: -18px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
@media screen and (max-width: 800px) {
  #gallery .gallery-head-ribbon {
    top: -12px;
  }
}
#gallery .gallery-title {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 5rem;
}
#gallery .gallery-title .gallery-title-text {
  margin: 0 auto;
  width: fit-content;
  font-family: "NewParis";
  background: linear-gradient(to right, #fe6941 0%, #fe5d7c 15%, #fe52b8 30%, #fe49e3 45%, #fd47f1 60%, #d968f4 75%, #a29df9 90%, #68d2fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1100px) {
  #gallery .gallery-title {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 800px) {
  #gallery .gallery-title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 600px) {
  #gallery .gallery-title {
    font-size: 2.75rem;
  }
}
#gallery .gallery-block {
  padding: 0 10%;
  position: relative;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  #gallery .gallery-block {
    padding: 0 7%;
  }
}
@media screen and (max-width: 600px) {
  #gallery .gallery-block {
    padding: 0 5%;
  }
}
#gallery .gallery-block .gallery-block-title {
  font-size: 3rem;
}
#gallery .gallery-block .gallery-block-title .title-text {
  width: fit-content;
  font-family: "Gilroy-Bold";
  background: linear-gradient(to right, #9c7cff 0%, #7355f8 50%, #7355f8 80%, #c39dfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1200px) {
  #gallery .gallery-block .gallery-block-title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 800px) {
  #gallery .gallery-block .gallery-block-title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  #gallery .gallery-block .gallery-block-title {
    text-align: center;
    font-size: 1.5rem;
  }
  #gallery .gallery-block .gallery-block-title .title-text {
    margin: 0 auto;
    font-family: "Gilroy-SemiBold";
  }
}
#gallery .gallery-block .gallery-block-ribbon {
  position: absolute;
  max-width: 120px;
  max-height: 166px;
  right: 0;
  top: 25%;
  z-index: 1;
}
#gallery .gallery-block .gallery-block-ribbon.left {
  right: unset;
  left: 0;
}
@media screen and (max-width: 1200px) {
  #gallery .gallery-block .gallery-block-ribbon {
    max-width: 70px;
    max-height: 120px;
  }
}
@media screen and (max-width: 576px) {
  #gallery .gallery-block .gallery-block-ribbon {
    max-height: unset;
    max-width: 9%;
    top: 20%;
  }
}
#gallery .gallery-block .gallery-block-item {
  position: relative;
  max-width: 100%;
  max-height: 550px;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
  overflow: hidden;
  margin-bottom: 1rem;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#gallery .gallery-block .gallery-block-item img {
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#gallery .gallery-block .gallery-block-item:hover {
  outline: #fe5d7c solid 2px;
}
#gallery .gallery-block .gallery-block-item:hover img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
}
@media screen and (max-width: 576px) {
  #gallery .gallery-block .gallery-block-item {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    max-height: unset;
    height: 282px;
  }
}
@media screen and (max-width: 440px) {
  #gallery .gallery-block .gallery-block-item {
    height: 250px;
  }
}
#gallery .gallery-block .gallery-block-grid {
  display: grid;
  display: -moz-grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, minmax(50%, 1fr));
  gap: 1.5px;
}
#gallery .gallery-block .gallery-block-grid .block-grid-item {
  max-width: 100%;
  max-height: 275px;
  overflow: hidden;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#gallery .gallery-block .gallery-block-grid .block-grid-item img {
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
#gallery .gallery-block .gallery-block-grid .block-grid-item:hover {
  outline: #fe5d7c solid 2px;
}
#gallery .gallery-block .gallery-block-grid .block-grid-item:hover img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
}
@media screen and (max-width: 576px) {
  #gallery .gallery-block .gallery-block-grid .block-grid-item {
    max-height: unset;
    height: 136px;
  }
}
@media screen and (max-width: 440px) {
  #gallery .gallery-block .gallery-block-grid .block-grid-item {
    height: 124px;
  }
}

#news {
  position: relative;
}
#news img.mb {
  display: none;
}
@media screen and (max-width: 576px) {
  #news img.pc {
    display: none;
  }
  #news img.mb {
    display: block;
  }
}
#news .news-head {
  position: relative;
}
#news .news-head .news-head-img {
  width: 100%;
}
#news .news-head .news-head-ribbon {
  position: absolute;
  z-index: 1;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #news .news-head .news-head-ribbon {
    bottom: -12px;
  }
}
#news .news-wrapper {
  position: relative;
  background: linear-gradient(to right top, #ffb5c6 0%, #ffcdc2 15%, #fff8c4 30%, #ffffe7 50%, #fffff3 65%, #fffbaa 75%, #ffbea8 85%, #ff61bb 100%);
  padding: 4% 10% 12%;
}
@media (max-width: 1200px) {
  #news .news-wrapper {
    padding: 7% 7% 12%;
  }
}
@media (max-width: 768px) {
  #news .news-wrapper {
    padding: 7% 5%;
  }
}
@media (max-width: 576px) {
  #news .news-wrapper {
    padding: 3rem 0 8rem;
    overflow: hidden;
  }
}
#news .news-title {
  text-align: center;
}
#news .news-title .news-title-text {
  line-height: 1.2;
  margin: 0 auto;
  font-size: 5rem;
  width: fit-content;
  text-transform: uppercase;
  font-family: "NewParis";
  background: linear-gradient(to right, #fe6942 0%, #fe5c86 15%, #fe4ecc 30%, #fb4af1 50%, #c37ef6 75%, #6cd0fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px) {
  #news .news-title .news-title-text {
    font-size: 4rem;
  }
}
@media (max-width: 1100px) {
  #news .news-title .news-title-text {
    font-size: 3.5rem;
  }
}
@media (max-width: 768px) {
  #news .news-title .news-title-text {
    font-size: 2.75rem;
  }
}
#news .news-container {
  margin-top: 2%;
}

.news-slider-container {
  position: relative;
}

@media (max-width: 576px) {
  .swiper-news {
    overflow: visible;
  }
}

.news-slide-item .news-content {
  text-align: center;
  text-wrap: balance;
}
.news-slide-item .news-content .sub-title {
  font-family: "Gilroy-Bold";
  margin-bottom: 1rem;
  color: #fead2e;
}
.news-slide-item .news-content .news-title {
  text-wrap: balance;
  font-family: "Gilroy-Medium";
  color: #04599a;
  font-size: 1.125rem;
}
@media (max-width: 1300px) {
  .news-slide-item .news-content .sub-title {
    margin-bottom: 0.5rem;
  }
  .news-slide-item .news-content .news-title {
    line-height: 1.2;
    font-size: 1rem;
  }
}
@media (max-width: 800px) {
  .news-slide-item .news-content .sub-title {
    font-size: 0.875rem;
  }
}
@media (max-width: 440px) {
  .news-slide-item .news-content .sub-title {
    font-size: 1.125rem;
  }
}
@media (max-width: 390px) {
  .news-slide-item .news-content .sub-title {
    font-size: 1rem;
    list-style: 1.2;
  }
}
.news-slide-item .wrapper-img-slider {
  height: 250px;
  width: 100%;
  margin-bottom: 0.75rem;
}
@media (max-width: 1300px) {
  .news-slide-item .wrapper-img-slider {
    height: 210px;
  }
}
@media (max-width: 1200px) {
  .news-slide-item .wrapper-img-slider {
    height: 190px;
  }
}
@media (max-width: 800px) {
  .news-slide-item .wrapper-img-slider {
    height: 162px;
  }
}
.news-slide-item .wrapper-img-slider .new-slider-img {
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
@media (max-width: 576px) {
  .news-slide-item {
    width: 100%;
    padding: 0 0.75rem;
  }
  .news-slide-item .wrapper-img-slider {
    height: auto;
    width: 100%;
    max-height: unset;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    padding-top: 58.3%;
  }
  .news-slide-item .wrapper-img-slider .new-slider-img {
    background: #9a979773;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
}
@media (max-width: 440px) {
  .news-slide-item {
    padding: 0.5rem;
  }
  .news-slide-item .wrapper-img-slider {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
}

.news-highlight-container {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  margin: 0 20px 5% 0;
}
@media screen and (max-width: 600px) {
  .news-highlight-container {
    margin: 0 5% 5%;
  }
}
.news-highlight-container .news-highlight__border, .news-highlight-container .news-highlight__border-big {
  position: absolute;
  border: 1px solid #c79c4d;
}
.news-highlight-container .news-highlight__image {
  width: 38%;
  margin-right: 5%;
  position: relative;
  z-index: 1;
}
.news-highlight-container .news-highlight__image .news-img {
  width: 100%;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
@media screen and (max-width: 800px) {
  .news-highlight-container .news-highlight__image {
    width: 41%;
    margin-right: 2%;
  }
  .news-highlight-container .news-highlight__image .news-img {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .news-highlight-container .news-highlight__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
.news-highlight-container .news-highlight__content {
  width: 56%;
  text-align: left;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .news-highlight-container .news-highlight__content {
    width: 100%;
    text-align: center;
  }
}
.news-highlight-container .news-highlight__content .news-highlight__title {
  cursor: pointer;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "Lato-Bold";
  text-wrap: balance;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .news-highlight-container .news-highlight__content .news-highlight__title {
    font-size: 1.25rem;
  }
}
.news-highlight-container .news-highlight__content .news-highlight__title span {
  display: block;
}
.news-highlight-container .news-highlight__content .news-highlight__title span:first-child {
  line-height: 1.2;
  white-space: nowrap;
  color: #694cf6;
  font-size: 2.5rem;
  font-family: "Gilroy-SemiBold";
}
.news-highlight-container .news-highlight__content .news-highlight__title span:first-child em {
  font-size: 135%;
  font-style: normal;
  font-family: "NewParis";
}
@media (max-width: 576px) {
  .news-highlight-container .news-highlight__content .news-highlight__title span:first-child em {
    font-size: 170%;
  }
}
.news-highlight-container .news-highlight__content .news-highlight__title span:last-child {
  white-space: nowrap;
  font-size: 1.75rem;
  font-family: "Gilroy-Regular";
  width: fit-content;
  text-transform: uppercase;
  background: linear-gradient(to right, #ff4f36 0%, #d26175 65%, #984fb7 85%, #7a45d9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1300px) {
  .news-highlight-container .news-highlight__content .news-highlight__title span:first-child {
    font-size: 2.25rem;
  }
  .news-highlight-container .news-highlight__content .news-highlight__title span:last-child {
    font-size: 1.55rem;
  }
}
@media (max-width: 1100px) {
  .news-highlight-container .news-highlight__content .news-highlight__title span:first-child {
    font-size: 2rem;
  }
  .news-highlight-container .news-highlight__content .news-highlight__title span:last-child {
    font-size: 1.45rem;
  }
}
@media screen and (max-width: 800px) {
  .news-highlight-container .news-highlight__content .news-highlight__title span:first-child {
    font-size: 1.5rem;
  }
  .news-highlight-container .news-highlight__content .news-highlight__title span:last-child {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .news-highlight-container .news-highlight__content .news-highlight__title span:last-child {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .news-highlight-container .news-highlight__content .news-highlight__title span:first-child {
    font-size: 1.5rem;
  }
  .news-highlight-container .news-highlight__content .news-highlight__title span:last-child {
    font-size: 1.25rem;
    margin-top: -0.25rem;
  }
}
@media (max-width: 440px) {
  .news-highlight-container .news-highlight__content .news-highlight__title span:first-child {
    font-size: 1.35rem;
  }
  .news-highlight-container .news-highlight__content .news-highlight__title span:last-child {
    font-size: 1.125rem;
  }
}
@media (max-width: 390px) {
  .news-highlight-container .news-highlight__content .news-highlight__title span:first-child {
    font-size: 1.125rem;
  }
  .news-highlight-container .news-highlight__content .news-highlight__title span:last-child {
    font-size: 1rem;
  }
}
.news-highlight-container .news-highlight__content .news-highlight__description {
  color: #04599a;
  width: 80%;
  text-align: justify;
  font-size: 1.25rem;
  font-family: "Gilroy-Medium";
  line-height: 1.2;
}
@media screen and (max-width: 800px) {
  .news-highlight-container .news-highlight__content .news-highlight__description {
    font-size: 1rem;
    line-height: 1;
  }
}
@media (max-width: 1300px) {
  .news-highlight-container .news-highlight__content .news-highlight__description {
    font-size: 1.125rem;
    width: 100%;
    line-height: 1.3;
  }
}
@media (max-width: 1100px) {
  .news-highlight-container .news-highlight__content {
    font-size: 0.875rem;
  }
}
@media (max-width: 1050px) {
  .news-highlight-container .news-highlight__content {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 800px) {
  .news-highlight-container .news-highlight__content .news-highlight__description {
    font-size: 1rem;
    line-height: 1;
  }
}

.footer-wrapper-gradient {
  position: relative;
  padding: 3rem 0 2.25rem;
  background: url("../images/bg-gallery-placeholder.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.footer-wrapper-gradient.visible {
  background: url("../images/newversion/news/bg-contact-gradient.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#contact {
  position: relative;
  padding: 2rem 7%;
  background: url("../images/bg-gallery-placeholder.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
#contact.visible {
  background: url("../images/newversion/news/bg-contact-n.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1100px) {
  #contact {
    padding: 3rem 7% 5rem;
  }
}
@media (max-width: 650px) {
  #contact {
    padding: 5rem 5%;
  }
}
@media (max-width: 440px) {
  #contact {
    padding: 3rem 5%;
  }
}
@media (max-width: 390px) {
  #contact {
    padding: 1rem 5%;
  }
}
#contact .contact-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flamingo-project {
  max-height: 250px;
  background-color: transparent;
  position: relative;
  z-index: 2;
  padding: 0 10%;
  background-image: linear-gradient(to right, #fe6941 0%, #fe5d7c 15%, #fe52b8 30%, #fe49e3 45%, #fd47f1 60%, #d968f4 75%, #a29df9 90%, #68d2fc 100%);
}
@media (max-width: 1100px) {
  .flamingo-project {
    padding: 0 7%;
  }
}
@media (max-width: 800px) {
  .flamingo-project {
    padding: 0 4%;
  }
}
@media (max-width: 576px) {
  .flamingo-project {
    padding: 2rem 5% 0;
    max-height: unset;
  }
}
.flamingo-project .project-container {
  transform: translateY(-36%);
  -webkit-transform: translateY(-36%);
  -moz-transform: translateY(-36%);
  -ms-transform: translateY(-36%);
  -o-transform: translateY(-36%);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .flamingo-project .project-container {
    transform: translateY(-19%);
    -webkit-transform: translateY(-19%);
    -moz-transform: translateY(-19%);
    -ms-transform: translateY(-19%);
    -o-transform: translateY(-19%);
  }
}
@media (max-width: 576px) {
  .flamingo-project .project-container {
    transform: translateY(-17%);
    -webkit-transform: translateY(-17%);
    -moz-transform: translateY(-17%);
    -ms-transform: translateY(-17%);
    -o-transform: translateY(-17%);
    align-items: center;
    justify-content: center;
  }
}
.flamingo-project .project-item {
  width: 31%;
  text-align: center;
}
@media (max-width: 576px) {
  .flamingo-project .project-item {
    width: 80%;
  }
  .flamingo-project .project-item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .flamingo-project .project-item:last-child {
    margin-bottom: -5rem;
  }
}
@media (max-width: 440px) {
  .flamingo-project .project-item {
    width: 92%;
  }
}
.flamingo-project .project-item .project-img {
  border-radius: 1.5rem;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  margin-bottom: 1rem;
}
.flamingo-project .project-item .project-name {
  text-transform: uppercase;
  font-family: "Gilroy-SemiBold";
  color: #ebe925;
}
@media (max-width: 800px) {
  .flamingo-project .project-item .project-img {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 576px) {
  .flamingo-project .project-item .project-img {
    border-radius: 1.1rem;
    -webkit-border-radius: 1.1rem;
    -moz-border-radius: 1.1rem;
    -ms-border-radius: 1.1rem;
    -o-border-radius: 1.1rem;
  }
  .flamingo-project .project-item .project-name {
    font-size: 150%;
    line-height: 1.2;
  }
}
@media (max-width: 440px) {
  .flamingo-project .project-item .project-name {
    font-size: 130%;
  }
}

.jconfirm .jconfirm-holder {
  color: #666666;
}

.checkbox-custom {
  --background-ck: #fff;
  --border-ck: #D1D6EE;
  --border-ck-hover: #BBC1E1;
  --border-ck-active: #f5931e;
  --tick-ck: #fff;
  position: relative;
  margin-bottom: 0;
}
.checkbox-custom input,
.checkbox-custom svg {
  width: 21px;
  height: 21px;
  display: block;
}
.checkbox-custom input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: var(--background-ck);
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 1px;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border-ck));
}
.checkbox-custom input:hover {
  --s: 2px;
  --b: var(--border-ck-hover);
}
.checkbox-custom input:checked {
  --b: var(--border-ck-active);
}
.checkbox-custom svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: var(--stroke, var(--border-ck-active));
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  transform: scale(var(--scale, 1)) translateZ(0);
}
.checkbox-custom.path input:checked {
  --s: 2px;
  transition-delay: 0.4s;
}
.checkbox-custom.path input:checked + svg {
  --a: 16.1 86.12;
  --o: 102.22;
}
.checkbox-custom.path svg {
  stroke-dasharray: var(--a, 86.12);
  stroke-dashoffset: var(--o, 86.12);
  transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}
.checkbox-custom.bounce {
  --stroke: var(--tick);
}
.checkbox-custom.bounce input:checked {
  --s: 11px;
}
.checkbox-custom.bounce input:checked + svg {
  animation: bounce 0.4s linear forwards 0.2s;
}
.checkbox-custom.bounce svg {
  --scale: 0;
}

@keyframes bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.form-container {
  position: relative;
  padding: 1.5rem 0.75rem;
  background-image: linear-gradient(to right, #2c65c4d4 0%, #40bdee 100%);
  width: 450px;
  height: fit-content;
  max-height: 80%;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
@media (max-width: 1300px) {
  .form-container {
    padding: 1rem 0.75rem;
  }
}
@media (max-width: 1050px) {
  .form-container {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .form-container {
    margin: 0 auto;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
  }
}
@media (max-width: 650px) {
  .form-container {
    width: auto;
  }
}
@media (max-width: 480px) {
  .form-container {
    width: 100%;
  }
}
.form-container .form-title-container {
  text-align: left;
  color: #ffffff;
  margin-left: 1.5rem;
}
.form-container .form-title-container p {
  margin-bottom: 0;
  width: fit-content;
}
.form-container .form-title-container p:first-child {
  font-family: "Lato-Light";
  font-size: 3rem;
  line-height: 1.2;
  background: linear-gradient(to right, #c79c4d 0%, #c79c4d 30%, #f8e1a4 70%, #c79c4d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-container .form-title-container p:last-child {
  margin-left: 3rem;
  font-size: 1.5rem;
  font-family: "Gilroy-SemiBold";
}
@media (max-height: 700px) and (min-width: 1330px) {
  .form-container .form-title-container p:first-child {
    font-size: 2rem;
  }
  .form-container .form-title-container p:last-child {
    font-size: 1.125rem;
  }
}
@media (max-width: 1300px) {
  .form-container .form-title-container p:first-child {
    font-size: 2.5rem;
  }
}
@media (max-width: 1120px) {
  .form-container .form-title-container p:first-child {
    font-size: 2rem;
  }
  .form-container .form-title-container p:last-child {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .form-container .form-title-container p:first-child {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }
  .form-container .form-title-container p:last-child {
    font-family: "Gilroy-Regular";
  }
}
.form-container .form-control {
  color: #ffffff;
  margin-bottom: 0.75rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-bottom: 0.5px solid #ffffff;
  padding-left: 0.5rem;
}
.form-container .form-control::-webkit-input-placeholder {
  /* Edge */
  font-family: "Lato-Regular";
  font-size: 0.875rem;
  color: #ffffff;
  text-align: left;
}
.form-container .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Lato-Regular";
  font-size: 0.875rem;
  color: #ffffff;
  text-align: left;
}
.form-container .form-control::placeholder {
  font-family: "Lato-Regular";
  font-size: 0.875rem;
  color: #ffffff;
  text-align: left;
}
.form-container .form-control:focus, .form-container .form-control:active, .form-container .form-control:visited, .form-container .form-control:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-height: 750px) and (min-width: 1400px) {
  .form-container .form-control {
    margin-bottom: 0.25rem;
  }
}
@media (max-height: 700px) and (min-width: 1330px) {
  .form-container .form-control {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.3rem 0.75rem;
  }
}
@media (max-width: 1300px) {
  .form-container .form-control {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1050px) {
  .form-container .form-control {
    height: calc(1.5em + 0.25rem + 2px);
    padding: 0.275rem 0.75rem;
  }
}
.form-container .form-control-area {
  width: 100%;
  background-color: #ffffff;
  color: #666666;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-align: left;
  border: 1.5px solid #ffffff;
  padding: 0.25rem;
}
.form-container .form-control-area::-webkit-input-placeholder {
  /* Edge */
  font-family: "Lato-Regular";
  font-size: 0.875rem;
  color: #666666;
  text-align: left;
}
.form-container .form-control-area:-ms-input-placeholder {
  /* Internet Explorer */
  font-family: "Lato-Regular";
  font-size: 0.875rem;
  color: #666666;
  text-align: left;
}
.form-container .form-control-area::placeholder {
  font-family: "Lato-Regular";
  font-size: 0.875rem;
  color: #666666;
  text-align: left;
}
.form-container .form-control-area:focus, .form-container .form-control-area:active, .form-container .form-control-area:visited, .form-container .form-control-area:hover, .form-container .form-control-area:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 1300px) {
  .form-container .form-control-area {
    margin-bottom: 0.5rem;
  }
}
.form-container .form-content {
  padding: 0.5rem;
  text-align: center;
}
.form-container .form-content.modal-form {
  padding: 0;
}
.form-container .btn-register, .form-container .btn-register-modal {
  margin-top: 1.25rem;
  text-align: center;
  width: fit-content;
  line-height: 1;
  font-size: 1rem;
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.form-container .btn-register:hover, .form-container .btn-register:active, .form-container .btn-register:focus, .form-container .btn-register-modal:hover, .form-container .btn-register-modal:active, .form-container .btn-register-modal:focus {
  box-shadow: unset;
}
.form-container .btn-register {
  margin-top: 0;
  color: #ffffff;
  background-color: #f5931e;
  border: 1px solid #ffffff;
}
.form-container .btn-register-modal {
  color: #f5931e;
  background-color: #ffffff;
  border: 1.5px solid #ffffff;
}
.form-container .note-information {
  text-align: left;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 0.875rem;
}
@media (max-height: 700px) and (min-width: 1330px) {
  .form-container .note-information {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 1050px) {
  .form-container .note-information {
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
  }
}
.form-container .select-document {
  color: #ffffff;
  margin-bottom: 1rem;
  display: grid;
  display: -moz-grid;
  display: -ms-grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
}
@media (max-width: 1050px) {
  .form-container .select-document {
    row-gap: 5px;
  }
}
@media (max-width: 440px) {
  .form-container .select-document {
    margin-bottom: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-container .checkbox-custom-container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-container .checkbox-custom-container .checkbox-custom {
  margin-right: 0.75rem;
}
.form-container .checkbox-custom-container .label-checkbox {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.form-container .note-container {
  position: relative;
}
.form-container .count-char {
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 0.75rem;
}

.wrapper-loader-form {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  background-color: #4fc4cd73;
}
.wrapper-loader-form .content-loader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper-loader-form .content-loader .loader {
  margin: 0 auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 500;
  opacity: 1;
}
.wrapper-loader-form .content-loader .loader > div {
  height: 100%;
  width: 8px;
  display: inline-block;
  float: left;
  margin-left: 2px;
  animation: delay 0.8s infinite ease-in-out;
}
.wrapper-loader-form .content-loader .loader .bar1 {
  background-color: #754fa0;
}
.wrapper-loader-form .content-loader .loader .bar2 {
  background-color: #09b7bf;
  animation-delay: -0.7s;
}
.wrapper-loader-form .content-loader .loader .bar3 {
  background-color: #90d36b;
  animation-delay: -0.6s;
}
.wrapper-loader-form .content-loader .loader .bar4 {
  background-color: #f2d40d;
  animation-delay: -0.5s;
}
.wrapper-loader-form .content-loader .loader .bar5 {
  background-color: #fcb12b;
  animation-delay: -0.4s;
}
.wrapper-loader-form .content-loader .loader .bar6 {
  background-color: #ed1b72;
  animation-delay: -0.3s;
}

.footer {
  position: relative;
  background-image: linear-gradient(to right, #fe6941 0%, #fe5d7c 15%, #fe52b8 30%, #fe49e3 45%, #fd47f1 60%, #d968f4 75%, #a29df9 90%, #68d2fc 100%);
  padding: 2rem 8% 0.5rem;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .footer {
    padding: 2rem 5% 0.5rem;
  }
}
@media (max-width: 900px) {
  .footer {
    padding: 2rem 1% 0.5rem;
  }
}
@media (max-width: 650px) {
  .footer {
    padding: 2rem 8% 0.5rem;
  }
}
@media (max-width: 800px) {
  .footer {
    height: auto;
    padding: 1rem 1% 1.5rem;
  }
}
@media (max-width: 576px) {
  .footer {
    background-image: linear-gradient(to right top, #fe6941 0%, #fe5d7c 15%, #fe52b8 30%, #fe49e3 45%, #fd47f1 60%, #d968f4 75%, #a29df9 90%, #68d2fc 100%);
    padding: 2rem 4% 2.5rem;
  }
}
.footer .footer-container {
  margin-bottom: 5rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .footer .footer-container {
    margin-bottom: 3rem;
  }
}
.footer .footer-logo {
  width: 30%;
  text-align: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
@media (max-width: 850px) {
  .footer .footer-logo {
    width: 28%;
  }
}
@media (max-width: 768px) {
  .footer .footer-logo {
    width: 98%;
    margin-left: 2%;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.footer .footer-logo img {
  max-width: 81%;
  max-height: 80px;
}
@media (max-width: 1200px) {
  .footer .footer-logo img {
    max-height: 65px;
  }
}
@media (max-width: 992px) {
  .footer .footer-logo img {
    max-height: 60px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .footer .footer-logo img {
    margin: 0 auto;
  }
}
@media (max-width: 440px) {
  .footer .footer-logo img {
    max-height: 70px;
  }
}
@media (max-width: 380px) {
  .footer .footer-logo img {
    max-height: 62px;
  }
}
.footer .footer-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .footer .footer-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 768px) {
  .footer .footer-title {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 440px) {
  .footer .footer-title {
    font-size: 1.5rem;
  }
}
.footer .list-contact {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer-contact {
  width: 40%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1225px) {
  .footer .footer-contact {
    width: 44%;
  }
}
@media (max-width: 850px) {
  .footer .footer-contact {
    width: 47%;
  }
}
@media (max-width: 768px) {
  .footer .footer-contact {
    width: 58%;
    justify-content: flex-start;
    margin-left: 2%;
  }
}
@media (max-width: 576px) {
  .footer .footer-contact {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 1rem;
  }
}
.footer .footer-contact .contact-container {
  min-width: 77%;
}
@media (max-width: 1440px) {
  .footer .footer-contact .contact-container {
    min-width: 88%;
  }
}
@media (max-width: 1225px) {
  .footer .footer-contact .contact-container {
    min-width: 92%;
  }
}
@media (max-width: 1050px) {
  .footer .footer-contact .contact-container {
    min-width: 100%;
  }
}
.footer .footer-hotline {
  width: 25%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
.footer .footer-hotline.ft-hotline-mb {
  display: none;
}
@media (max-width: 1440px) {
  .footer .footer-hotline {
    width: 22%;
  }
}
@media (max-width: 850px) {
  .footer .footer-hotline {
    width: 18%;
  }
}
@media (max-width: 768px) {
  .footer .footer-hotline {
    margin-bottom: 1.5rem;
    width: 30%;
    margin-left: 4%;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer .footer-hotline.ft-hotline-pc {
    display: none;
  }
  .footer .footer-hotline.ft-hotline-mb {
    display: block;
  }
}
@media (max-width: 576px) {
  .footer .footer-hotline {
    left: 5%;
    width: 90%;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 440px) {
  .footer .footer-hotline {
    text-align: left;
    justify-content: flex-start;
  }
}
.footer .footer-hotline .inline-ft {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer-hotline .inline-ft .footer-title {
  font-size: 1.25rem;
  margin-bottom: 0;
  margin-right: 0.5rem;
}
@media (max-width: 768px) {
  .footer .footer-hotline .inline-ft .footer-title {
    font-size: 1rem;
  }
}
@media (max-width: 440px) {
  .footer .footer-hotline .inline-ft .footer-title {
    font-size: 1.125rem;
  }
}
.footer .footer-hotline .inline-ft .ft-hotline {
  margin-right: 0.5rem;
  margin-top: 0;
  line-height: 1;
}
.footer .contact-block {
  margin-bottom: 0.75rem;
}
.footer .contact-block .contact-title {
  text-transform: uppercase;
  font-family: "Lato-Bold";
  font-size: 1rem;
  color: #ffb824;
}
@media (max-width: 768px) {
  .footer .contact-block .contact-title {
    font-size: 1rem;
  }
}
@media (max-width: 440px) {
  .footer .contact-block .contact-title {
    font-size: 1rem;
  }
}
.footer .contact-block .contact-detail {
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .footer .contact-block .contact-detail {
    font-size: 0.875rem;
  }
}
@media (max-width: 440px) {
  .footer .contact-block .contact-detail {
    font-size: 1rem;
  }
  .footer .contact-block .contact-detail br {
    display: none;
  }
}
.footer .ft-hotline {
  display: block;
  width: fit-content;
  background-color: transparent;
  margin-top: 0.5rem;
  line-height: 1.2;
  font-size: 1.25rem;
  color: #ffffff;
  padding: 0.25rem 1rem;
  border: 1.5px solid #ffffff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  font-family: "Lato-Bold";
  white-space: nowrap;
}
.footer .ft-hotline:hover {
  text-decoration: unset;
}
@media (max-width: 1200px) {
  .footer .ft-hotline {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .footer .ft-hotline {
    font-size: 1.5rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
}
@media (max-width: 440px) {
  .footer .ft-hotline {
    font-size: 1.5rem;
  }
}

.footer-ribbon {
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 992px) {
  .footer-ribbon {
    bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .footer-ribbon {
    bottom: 6rem;
  }
}
@media (max-width: 576px) {
  .footer-ribbon {
    bottom: 8rem;
  }
}
@media (max-width: 500px) {
  .footer-ribbon {
    bottom: 9rem;
  }
}
@media (max-width: 380px) {
  .footer-ribbon {
    bottom: 10rem;
  }
}

.footer-note {
  text-align: left;
  line-height: 1;
  width: 100%;
  padding: 0 18%;
}
.footer-note i {
  font-size: 80%;
}
@media (max-width: 767px) {
  .footer-note {
    padding: 0;
    width: 98%;
    margin-left: 2%;
  }
}

.fancybox-block {
  display: none;
}

.fancybox-container .fancybox-content {
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  background-color: transparent;
  height: 100%;
}
.fancybox-container .fancybox-content img {
  max-height: 100%;
  object-fit: contain;
}

.thanks {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.thanks .thank-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.thanks .thank-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  justify-content: center;
}
.thanks .thank-content {
  margin-top: 25vh;
  text-align: center;
}
.thanks .thank-text {
  margin-bottom: 1.5rem;
  color: #fff;
}
.thanks .thank-text .title {
  font-size: 1.25rem;
  font-family: "Lato-Bold";
}
.thanks .thank-text .detail {
  font-size: 1.125rem;
}
.thanks .thank-action {
  margin-bottom: 1.5rem;
}
.thanks .thank-action .back-to-home {
  background-color: #ffffff;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  width: fit-content;
  text-align: center;
}
.thanks .thank-social {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.thanks .thank-social .social-item {
  text-decoration: unset !important;
}
.thanks .thank-social .social-item img {
  width: 30px;
}
.thanks .thank-social .social-item:not(:last-child) {
  margin-right: 0.5rem;
}

.nav-fixed {
  position: fixed;
  left: 1%;
  top: 25vh;
  z-index: 9999;
  display: none;
}
.nav-fixed .ul-menu {
  padding-inline-start: 1rem;
}
.nav-fixed .ul-menu li {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  padding: 3px 5px;
  text-align: center;
}
.nav-fixed .ul-menu li::before, .nav-fixed .ul-menu li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  opacity: 0;
}
.nav-fixed .ul-menu li::before, .nav-fixed .ul-menu .meteor li.meteor_star::after, .meteor .nav-fixed .ul-menu li.meteor_star::after {
  left: -0.7rem;
}
.nav-fixed .ul-menu li::after {
  right: -0.5rem;
}
.nav-fixed .ul-menu li a {
  color: #ffffff;
  letter-spacing: 0.1rem;
}
.nav-fixed .ul-menu li.active {
  font-size: 1.8rem;
}
.nav-fixed .ul-menu li.active::before, .nav-fixed .ul-menu li.active::after {
  opacity: 1;
}
.meteor {
  position: absolute;
  z-index: 9;
  width: 30%;
  height: 30%;
  left: 0%;
  transform: rotateZ(45deg);
}
.meteor .meteor-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.meteor .meteor_star, .meteor .meteor_star::after {
  position: absolute;
  height: 2px;
  background: linear-gradient(-45deg, rgba(95, 145, 255, 0.3), rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px #699bff);
  animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite;
}
.meteor .meteor_star::before, .meteor .meteor_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), rgba(95, 145, 255, 0.3), rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  animation: shining 3000ms ease-in-out infinite;
}
.meteor .meteor_star::after {
  transform: translateX(50%) rotateZ(-45deg);
}
.meteor .meteor_star:nth-child(1), .meteor .meteor_star:nth-child(1)::after {
  top: 20%;
  left: 10%;
  animation-delay: 1548ms;
  opacity: calc(random(50) / 100)0.5;
}
.meteor .meteor_star:nth-child(1)::before, .meteor .meteor_star:nth-child(1)::after {
  animation-delay: 1548ms;
}
.meteor .meteor_star:nth-child(2), .meteor .meteor_star:nth-child(2)::after {
  top: 40%;
  left: 25%;
  animation-delay: 3296ms;
  opacity: calc(random(50) / 100)0.5;
}
.meteor .meteor_star:nth-child(2)::before, .meteor .meteor_star:nth-child(2)::after {
  animation-delay: 3296ms;
}
.meteor .meteor_star:nth-child(3), .meteor .meteor_star:nth-child(3)::after {
  top: 60%;
  left: 10%;
  animation-delay: 1270ms;
  opacity: calc(random(50) / 100)0.5;
}
.meteor .meteor_star:nth-child(3)::before, .meteor .meteor_star:nth-child(3)::after {
  animation-delay: 1270ms;
}

.shooting-star {
  position: absolute;
  z-index: 9;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: white;
  transform-origin: 125px 0;
  box-shadow: 1px 0 8px 3px #ffffff;
}
.shooting-star.star-down {
  top: 22%;
  right: 12%;
  animation: 5s 0s orbitAnimation infinite linear, 5s 0s shootStarGlow infinite;
}
.shooting-star.star-down-left {
  top: 52%;
  left: 12%;
  animation: 3s 3s orbitAnimation infinite linear, 3s 3s shootStarGlow infinite;
}
.shooting-star.star-up {
  top: 35%;
  right: 42%;
  animation: 4s 4s orbitAnimationUp infinite linear, 4s 4s shootStarGlow infinite;
}
.shooting-star.star-up-left {
  top: 10%;
  left: 32%;
  animation: 6s 6s orbitAnimationUp infinite linear, 6s 6s shootStarGlow infinite;
}

@keyframes blink-medium {
  0% {
    box-shadow: 1081px 760px #fff, 1479px 394px #fff, 51px 2px #fff, 82px 583px #fff, 1557px 231px #fff, 1484px 232px #fff, 1185px 11px #fff, 323px 282px #fff, 1193px 195px #fff, 1595px 456px #fff, 1009px 536px #fff, 966px 467px #fff, 739px 402px #fff, 933px 617px #fff, 74px 429px #fff, 79px 95px #fff, 1894px 705px #fff, 1214px 480px #fff, 1155px 610px #fff, 248px 693px #fff, 957px 533px #fff, 1127px 81px #fff, 1635px 554px #fff, 568px 236px #fff, 707px 204px #fff, 236px 592px #fff, 946px 25px #fff, 883px 680px #fff, 1346px 515px #fff;
  }
  70% {
    box-shadow: 1081px 760px #fff, 1479px 394px transparent, 51px 2px #fff, 82px 583px transparent, 1557px 231px transparent, 1484px 232px transparent, 1185px 11px transparent, 323px 282px transparent, 1193px 195px transparent, 1595px 456px #fff, 1009px 536px #fff, 966px 467px #fff, 739px 402px #fff, 933px 617px transparent, 74px 429px #fff, 79px 95px transparent, 1894px 705px transparent, 1214px 480px #fff, 1155px 610px #fff, 248px 693px transparent, 957px 533px #fff, 1127px 81px transparent, 1635px 554px transparent, 568px 236px #fff, 707px 204px transparent, 236px 592px transparent, 946px 25px #fff, 883px 680px transparent, 1346px 515px #fff;
  }
  100% {
    box-shadow: 1081px 760px #fff, 1479px 394px #fff, 51px 2px #fff, 82px 583px #fff, 1557px 231px #fff, 1484px 232px #fff, 1185px 11px #fff, 323px 282px #fff, 1193px 195px #fff, 1595px 456px #fff, 1009px 536px #fff, 966px 467px #fff, 739px 402px #fff, 933px 617px #fff, 74px 429px #fff, 79px 95px #fff, 1894px 705px #fff, 1214px 480px #fff, 1155px 610px #fff, 248px 693px #fff, 957px 533px #fff, 1127px 81px #fff, 1635px 554px #fff, 568px 236px #fff, 707px 204px #fff, 236px 592px #fff, 946px 25px #fff, 883px 680px #fff, 1346px 515px #fff;
  }
}
@keyframes blink-small {
  0% {
    box-shadow: 726px 662px #fff, 1732px 445px #fff, 1890px 701px #fff, 33px 359px #fff, 1710px 536px #fff, 1318px 253px #fff, 647px 446px #fff, 276px 506px #fff, 1773px 34px #fff, 696px 374px #fff, 1026px 609px #fff, 1378px 382px #fff, 267px 329px #fff, 21px 383px #fff, 330px 288px #fff, 1018px 725px #fff, 1497px 485px #fff, 172px 708px #fff, 189px 424px #fff, 1611px 688px #fff, 1107px 469px #fff, 922px 237px #fff, 1647px 642px #fff, 620px 532px #fff, 1411px 148px #fff, 1726px 310px #fff, 235px 509px #fff, 1679px 718px #fff, 665px 725px #fff, 1766px 101px #fff, 348px 760px #fff, 1138px 677px #fff, 40px 101px #fff, 1456px 242px #fff, 132px 170px #fff, 1214px 262px #fff, 505px 762px #fff, 1810px 697px #fff, 1242px 345px #fff;
  }
  70% {
    box-shadow: 726px 662px #fff, 1732px 445px #fff, 1890px 701px transparent, 33px 359px #fff, 1710px 536px #fff, 1318px 253px transparent, 647px 446px #fff, 276px 506px transparent, 1773px 34px #fff, 696px 374px #fff, 1026px 609px #fff, 1378px 382px #fff, 267px 329px transparent, 21px 383px transparent, 330px 288px transparent, 1018px 725px #fff, 1497px 485px #fff, 172px 708px #fff, 189px 424px transparent, 1611px 688px #fff, 1107px 469px transparent, 922px 237px transparent, 1647px 642px #fff, 620px 532px transparent, 1411px 148px #fff, 1726px 310px #fff, 235px 509px transparent, 1679px 718px #fff, 665px 725px transparent, 1766px 101px transparent, 348px 760px #fff, 1138px 677px transparent, 40px 101px #fff, 1456px 242px transparent, 132px 170px #fff, 1214px 262px #fff, 505px 762px #fff, 1810px 697px transparent, 1242px 345px #fff;
  }
  100% {
    box-shadow: 726px 662px #fff, 1732px 445px #fff, 1890px 701px #fff, 33px 359px #fff, 1710px 536px #fff, 1318px 253px #fff, 647px 446px #fff, 276px 506px #fff, 1773px 34px #fff, 696px 374px #fff, 1026px 609px #fff, 1378px 382px #fff, 267px 329px #fff, 21px 383px #fff, 330px 288px #fff, 1018px 725px #fff, 1497px 485px #fff, 172px 708px #fff, 189px 424px #fff, 1611px 688px #fff, 1107px 469px #fff, 922px 237px #fff, 1647px 642px #fff, 620px 532px #fff, 1411px 148px #fff, 1726px 310px #fff, 235px 509px #fff, 1679px 718px #fff, 665px 725px #fff, 1766px 101px #fff, 348px 760px #fff, 1138px 677px #fff, 40px 101px #fff, 1456px 242px #fff, 132px 170px #fff, 1214px 262px #fff, 505px 762px #fff, 1810px 697px #fff, 1242px 345px #fff;
  }
}
.stars.medium {
  height: 2px;
  width: 2px;
  border-radius: 30%;
  background: transparent;
  box-shadow: 1081px 760px #fff, 1479px 394px #fff, 51px 2px #fff, 82px 583px #fff, 1557px 231px #fff, 1484px 232px #fff, 1185px 11px #fff, 323px 282px #fff, 1193px 195px #fff, 1595px 456px #fff, 1009px 536px #fff, 966px 467px #fff, 739px 402px #fff, 933px 617px #fff, 74px 429px #fff, 79px 95px #fff, 1894px 705px #fff, 1214px 480px #fff, 1155px 610px #fff, 248px 693px #fff, 957px 533px #fff, 1127px 81px #fff, 1635px 554px #fff, 568px 236px #fff, 707px 204px #fff, 236px 592px #fff, 946px 25px #fff, 883px 680px #fff, 1346px 515px #fff;
  animation: blink-medium 4s infinite;
}

.stars.small {
  height: 1px;
  width: 1px;
  border-radius: 999px;
  background: transparent;
  box-shadow: 726px 662px #fff, 1732px 445px #fff, 1890px 701px #fff, 33px 359px #fff, 1710px 536px #fff, 1318px 253px #fff, 647px 446px #fff, 276px 506px #fff, 1773px 34px #fff, 696px 374px #fff, 1026px 609px #fff, 1378px 382px #fff, 267px 329px #fff, 21px 383px #fff, 330px 288px #fff, 1018px 725px #fff, 1497px 485px #fff, 172px 708px #fff, 189px 424px #fff, 1611px 688px #fff, 1107px 469px #fff, 922px 237px #fff, 1647px 642px #fff, 620px 532px #fff, 1411px 148px #fff, 1726px 310px #fff, 235px 509px #fff, 1679px 718px #fff, 665px 725px #fff, 1766px 101px #fff, 348px 760px #fff, 1138px 677px #fff, 40px 101px #fff, 1456px 242px #fff, 132px 170px #fff, 1214px 262px #fff, 505px 762px #fff, 1810px 697px #fff, 1242px 345px #fff;
  animation: blink-small 3s infinite;
}

@media screen and (max-width: 992px) {
  #contact .contact-content {
    padding: 2rem 0;
  }
}
@media (max-width: 576px) {
  .news-slider-container {
    padding: 0 1.5rem;
    overflow: hidden;
  }

  .wow {
    animation-delay: 0s !important;
  }
}

/*# sourceMappingURL=styles.css.map */
