/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/(common)/components/ExitOptions/ExitOptions.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.exit_options {
  padding: 7rem 0;
  text-align: center;
}
.exit_options .container {
  max-width: 155rem;
}
.exit_options .exit_head {
  max-width: 68rem;
  width: 100%;
  margin: 0 auto;
}
.exit_options .exitoptions_cards {
  margin-top: 7rem;
}
@media (max-width: 1599px) {
  .exit_options .exitoptions_cards {
    margin-top: 4rem;
  }
}
.exit_options .exitoptions_cards .row {
  margin: -1.2rem;
}
.exit_options .exitoptions_cards .row > div {
  padding: 1.2rem;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/ui/commonModal/CommonModal.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@media screen and (max-width: 991px) {
  .modal-dialog {
    max-width: 850px;
    width: 100%;
    padding: 3rem;
    margin: 0;
  }
}

.modal-content {
  background: #2B2B2B;
  border: 1px solid #6B7280;
  border-radius: 40px;
  padding: 4rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .modal-content {
    padding: 2rem;
    border-radius: 2.5rem;
  }
}

.image-preview-modal .modal-content {
  border-radius: 14px;
}
@media screen and (max-width: 640px) {
  .image-preview-modal .modal-content {
    border-radius: 10px;
  }
}

.modal-header,
.modal-footer {
  border: none;
}
.modal-header .conformation_btn,
.modal-footer .conformation_btn {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

.modal-footer .confirmation_btn {
  display: flex;
  justify-content: end;
  gap: 1rem;
  width: 100%;
  margin-top: 3rem;
}

.modal-title {
  font-weight: 600;
  font-size: 18px;
}

.btn-close {
  filter: invert(1);
}

.modal-backdrop.show {
  background-color: transparent;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(3rem);
          backdrop-filter: blur(3rem);
  --webkit-backdrop-filter: blur(3rem);
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/ui/commonInput/commonInput.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.common_input label {
  display: block;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #6B7280;
  position: relative;
}
.common_input label.custom-radio {
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  margin: 0;
  border-radius: 1.2rem;
  transition: border 0.3s ease;
}
.common_input label.custom-radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.common_input label.custom-radio input[type=radio]:checked {
  border-color: #fff;
  background: transparent;
}
.common_input label.custom-radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  border-radius: 50%;
}
.common_input label.custom-radio .radio-label {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}
.common_input label.custom-radio:hover {
  border-color: #6B7280;
}
@media (max-width: 575px) {
  .common_input label {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 0.6rem;
  }
}
.common_input label sup {
  position: absolute;
  top: -0.1rem;
  color: #FF0000;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.common_input.vip_code .input_wrapper input {
  padding-right: 12rem;
}
.common_input .input_wrapper {
  position: relative;
}
.common_input .input_wrapper.password_field input {
  padding-right: 4rem;
}
.common_input .input_wrapper input {
  background: rgba(224, 224, 255, 0.0392156863);
  border: 1px solid rgba(107, 114, 128, 0.3019607843);
  font-weight: 400;
  font-size: 1.6rem;
  border-radius: 1.2rem;
  width: 100%;
  outline: none;
  line-height: 2.4rem;
  color: #fff;
  padding: 1.4rem 3rem 1.4rem 1.6rem;
  min-height: 5rem;
}
.common_input .input_wrapper input::placeholder {
  color: #6B7280;
}
.common_input .input_wrapper input:hover, .common_input .input_wrapper input:focus {
  border-color: rgba(107, 114, 128, 0.7);
}
.common_input .input_wrapper input:not(:focus) {
  box-shadow: none;
}
@media (max-width: 1679px) {
  .common_input .input_wrapper input {
    min-height: 4rem;
  }
}
@media (max-width: 575px) {
  .common_input .input_wrapper input {
    font-size: 1.4rem;
    line-height: 1.6rem;
    border-radius: 1rem;
    min-height: 3.2rem;
  }
}
.common_input .input_wrapper input:disabled {
  color: rgba(255, 255, 255, 0.5);
}
.common_input .input_wrapper .eye_icon {
  position: absolute;
  top: 50%;
  cursor: pointer;
  right: 1.6rem;
  transform: translateY(-50%);
}
.common_input .error {
  color: #FF0000;
  font-size: 1.2rem;
  margin-top: 0.4rem;
}
.common_input .bottom_text {
  font-size: 1.4rem;
  color: #6B7280;
  margin-top: 0.3rem;
  display: flex;
  justify-content: end;
}
.common_input .end_icon {
  position: absolute;
  right: 0.8rem;
  bottom: 1.7rem;
}

.common_input .input_wrapper button.end_icon {
  all: unset;
  position: absolute;
  right: 0.8rem;
  bottom: 1.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.4rem;
  color: #D7B557;
  padding: 0.4rem 0.6rem;
  border-radius: 0.6rem;
}
.common_input .input_wrapper button.end_icon:focus {
  outline: 2px solid rgba(215, 181, 87, 0.18);
  box-shadow: 0 0 0 4px rgba(215, 181, 87, 0.06);
}
.common_input .input_wrapper button.end_icon:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
.common_input .input_wrapper .end_icon {
  position: absolute;
  right: 0.8rem;
  bottom: 1.7rem;
}
.common_input .input_wrapper button.eye_icon {
  all: unset;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.common_input .field_error {
  color: #FF0000;
  font-size: 1.2rem;
  margin-top: 0.4rem;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/Modals/ConfirmModal/ConfirmModal.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.confirm_modal .modal-content {
  max-width: 47.5rem;
  margin: auto;
}
.confirm_modal .modal-content .modal-header {
  padding: 0;
}
.confirm_modal .modal-content .modal-header .modal-title {
  font-size: 3rem;
}
.confirm_modal .modal-content .modal-body {
  padding: 0;
}
.confirm_modal .modal-content .modal-body h2 {
  font-size: 2.5rem;
}
.confirm_modal .modal-content .modal-body form {
  background: none;
  padding: 0;
}
.confirm_modal .modal-content .modal-body form .input_box {
  background: rgba(9, 13, 20, 0.24);
  border-radius: 3.2rem;
  padding: 3rem;
  margin-top: 2.4rem;
  margin-bottom: 3.5rem;
}
.confirm_modal .modal-content .modal-body form .input_box .common_input {
  margin-bottom: 2rem;
}
.confirm_modal .modal-content .modal-body .modal_content .customSelect {
  margin-bottom: 2rem;
}
.confirm_modal .modal-content .modal-body .modal_content .common_input .end_icon {
  color: #D7B557;
  cursor: pointer;
  font-size: 1.4rem;
}
.confirm_modal .modal-content .modal-body .footer_btn {
  display: flex;
  gap: 2rem;
  margin: 2rem 0 0 0;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/Modals/ConfirmJoinlist/ConfirmModal.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.confirm_modal {
  background-color: transparent;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(3rem);
          backdrop-filter: blur(3rem);
  --webkit-backdrop-filter: blur(3rem);
}
.confirm_modal .modal-dialog {
  max-width: 60rem;
  margin: 0 auto;
}
.confirm_modal .modal-dialog .modal_content img {
  width: 7rem;
  height: auto;
  margin: 0 auto;
  display: block;
}
.confirm_modal .modal-dialog .modal_content h3 {
  font-size: 2.4rem;
  width: 100%;
  text-align: center;
  padding: 2rem 0;
  font-weight: 500;
}
.confirm_modal .modal-dialog .modal-footer {
  padding: 0;
}
.confirm_modal .modal-dialog .modal-footer .confirmation_btns {
  justify-content: space-between;
  display: flex;
  width: 100%;
  gap: 2rem;
  margin-top: 3.4rem;
}
.confirm_modal .modal-dialog .modal-footer .confirmation_btns button {
  width: 100%;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/(common)/components/HeroSec/HeroSec.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.hero-sec {
  height: 100vh;
  width: 100%;
  background: url(/_next/static/media/heroImg.3b15483d.png);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
}
.hero-sec:before {
  position: absolute;
  content: "";
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 48rem;
  background: url(/_next/static/media/shadowTop.2db7c226.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .hero-sec {
    background-position: 25%;
  }
}
.hero-sec .container {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .hero-sec .container {
    justify-content: center;
  }
}
.hero-sec .container .hero-content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 991px) {
  .hero-sec .container .hero-content {
    padding: 2rem;
  }
}
.hero-sec .container .hero-content .hero-title {
  font-size: 7.2rem;
  font-weight: 700;
  padding-right: 20rem;
  line-height: 9rem;
}
@media screen and (max-width: 767px) {
  .hero-sec .container .hero-content .hero-title {
    font-size: 5rem;
    font-size: 5rem;
    padding-right: 0;
    line-height: 7rem;
  }
}
@media screen and (max-width: 480px) {
  .hero-sec .container .hero-content .hero-title {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.hero-sec .container .hero-content .hero-subtitle {
  font-size: 2.8rem;
  margin: 1rem 0;
  color: #fff;
  padding-top: 2rem;
}
@media screen and (max-width: 480px) {
  .hero-sec .container .hero-content .hero-subtitle {
    font-size: 1.8rem;
  }
}
.hero-sec .container .hero-content .hero-buttons {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 640px) {
  .hero-sec .container .hero-content .hero-buttons {
    flex-direction: column;
  }
}
.hero-sec .container .hero-content .hero-buttons .hero_primary, .hero-sec .container .hero-content .hero-buttons .hero_secondary {
  min-height: auto;
  padding: 1.3rem 4rem;
}
.hero-sec .container .hero-content .hero-buttons .hero_primary {
  background: #D9D9D9;
  color: #000000;
}
.hero-sec .container .hero-content .hero-buttons .hero_primary:hover, .hero-sec .container .hero-content .hero-buttons .hero_primary:focus {
  background: #D93b32;
  color: #fff;
  border-color: #fff;
}
.hero-sec .container .hero-content .hero-buttons .hero_secondary {
  background: none;
  color: #fff;
  border-color: #6B7280;
}
.hero-sec .container .hero-content .hero-buttons .hero_secondary:hover, .hero-sec .container .hero-content .hero-buttons .hero_secondary:focus {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/(common)/components/NatureSec/NatureSec.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.nature_section {
  padding: 2.8rem 0 5.1rem;
  background: #091c1a;
  position: relative;
}
.nature_section:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  background: url(/_next/static/media/shadowBottom.ad4dfecf.png) no-repeat;
  background-size: cover;
  height: 40rem;
  bottom: -32rem;
}
.nature_section .video_box {
  margin: 7rem 0 5rem 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nature_section .video_box {
    padding: 3rem;
  }
}
.nature_section .video_box .video {
  max-width: 104.1rem;
  border-radius: 30px;
  width: 100%;
  position: relative;
  opacity: 0.4;
}
.nature_section .video_box .video iframe {
  border-radius: 3rem;
  border: 4px solid #6B7280;
}
.nature_section .info_box {
  margin-bottom: 7rem;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .nature_section .info_box {
    flex-direction: column;
  }
}
.nature_section .info_box p {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  text-align: left;
  opacity: 0.8;
}
@media screen and (max-width: 1479px) {
  .nature_section .info_box p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .nature_section .info_box p {
    text-align: center;
    padding: 0;
  }
}
.nature_section .info_box .info {
  position: relative;
}
.nature_section .info_box .info.left p {
  width: 36rem;
}
@media screen and (max-width: 1279px) {
  .nature_section .info_box .info.left p {
    width: auto;
  }
}
.nature_section .info_box .info.left .box-circle {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: -31rem;
  left: 7.5rem;
  width: 18rem;
  height: 28rem;
}
.nature_section .info_box .info.left .box-circle .line-circle {
  right: -13px;
  top: -15px;
}
.nature_section .info_box .info.right p {
  width: 39rem;
  text-align: right;
}
@media screen and (max-width: 1279px) {
  .nature_section .info_box .info.right p {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .nature_section .info_box .info.right p {
    text-align: center;
    padding: 0;
  }
}
.nature_section .info_box .info.right .box-circle {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: -31rem;
  right: 7.5rem;
  width: 18rem;
  height: 28rem;
}
.nature_section .info_box .info.right .box-circle .line-circle {
  left: -13px;
  top: -15px;
}
.nature_section .info_box .info.center {
  margin: 0 auto;
  text-align: center;
  max-width: 60rem;
}
.nature_section .info_box .info.center p {
  width: 44rem;
  padding-left: 12rem;
}
@media screen and (max-width: 767px) {
  .nature_section .info_box .info.center p {
    text-align: center;
    padding: 0;
    width: 100%;
  }
}
.nature_section .info_box .info.center .box-circle {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 5rem;
  height: 13rem;
  top: -11rem;
  left: 10%;
}
.nature_section .info_box .info.center .box-circle .line-circle {
  top: -23px;
  left: -13px;
}
.nature_section .info_box .info .box-circle {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .nature_section .info_box .info .box-circle {
    display: none;
  }
}
.nature_section .info_box .info .box-circle .line-circle {
  position: absolute;
  height: 2.8rem;
  width: 2.8rem;
  border-radius: 100%;
  background: #fff;
  z-index: 1;
}
.nature_section .info_box .info .box-circle .line-circle::after {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: -1.5rem;
  height: 5.7rem;
  width: 5.7rem;
  border-radius: 100%;
  background: #fff;
  opacity: 0.3;
}
.nature_section .info_box .info .box-circle .line-circle::before {
  content: "";
  position: absolute;
  top: -3rem;
  left: -3rem;
  height: 8.7rem;
  width: 8.7rem;
  border-radius: 100%;
  background: #fff;
  opacity: 0.47;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/(common)/components/RedImpact/RedImpact.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.red_impact {
  padding: 6.5rem 0;
  position: relative;
}
.red_impact::before {
  position: absolute;
  width: 74rem;
  height: 59rem;
  left: 40rem;
  top: 0rem;
  content: "";
  background: #DB0D0F;
  mix-blend-mode: screen;
  opacity: 0.5;
  filter: blur(24rem);
  transform: rotate(60deg);
  z-index: -1;
}
@media screen and (max-width: 1279px) {
  .red_impact::before {
    left: 27rem;
  }
}
@media screen and (max-width: 1024px) {
  .red_impact::before {
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .red_impact::before {
    width: 54rem;
    height: 35rem;
  }
}
@media screen and (max-width: 640px) {
  .red_impact::before {
    width: 30rem;
    height: 20rem;
  }
}
.red_impact .container {
  max-width: 132.8rem;
}
.red_impact_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15.1rem;
}
@media screen and (max-width: 640px) {
  .red_impact_in {
    gap: 3rem;
  }
}
@media (max-width: 1124px) {
  .red_impact_in {
    flex-direction: column;
    text-align: center;
  }
}
.red_impact_in .red_impact_img {
  position: relative;
}
.red_impact_in .red_impact_img .label {
  position: absolute;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  padding: 1.2rem 2rem;
  border-radius: 13rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  border: 1.16375px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(13.05px);
          backdrop-filter: blur(13.05px);
  opacity: 0;
  transform: scale(0.9);
  animation-fill-mode: forwards;
}
@keyframes fadeGlowPulse {
  0% {
    opacity: 1;
    filter: blur(3px);
    transform: scale(0.9);
    box-shadow: none;
  }
  30% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1.05);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
  }
  60% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.3);
  }
  100% {
    opacity: 1;
    filter: blur(2px);
    transform: scale(0.95);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
  }
}
.red_impact_in .red_impact_img .co2 {
  top: 4.6rem;
  left: 5.3rem;
  animation: fadeGlowPulse 4s ease-in-out 0.2s infinite;
}
.red_impact_in .red_impact_img .gps {
  top: 6rem;
  right: 0;
  animation: fadeGlowPulse 4s ease-in-out 0.6s infinite;
}
.red_impact_in .red_impact_img .livelihoods {
  bottom: 21.7rem;
  left: 2.3rem;
  animation: fadeGlowPulse 4s ease-in-out 1s infinite;
}
.red_impact_in .red_impact_img .yield {
  bottom: 12.7rem;
  right: 6.7rem;
  animation: fadeGlowPulse 4s ease-in-out 1.4s infinite;
}
.red_impact_in .red_impact_img img {
  max-width: 53.5rem;
}
@media screen and (max-width: 640px) {
  .red_impact_in .red_impact_img img {
    max-width: 43.5rem;
    height: auto;
  }
}
.red_impact_content {
  flex: 1 1;
}
.red_impact_content .red_impact_head h2 {
  text-align: start;
}
.red_impact_content .red_impact_head p {
  text-align: start;
}
.red_impact_content .red_impact_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.red_impact_content .red_impact_list .red_impact_item {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .red_impact_content .red_impact_list .red_impact_item {
    text-align: left;
  }
}
.red_impact_content .red_impact_list .red_impact_item:not(:last-child) {
  margin-bottom: 3rem;
}
.red_impact_content .red_impact_list .red_impact_item h4 {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.red_impact_content .red_impact_list .red_impact_item p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.8);
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/(common)/components/ScaleReturn/ScaleReturn.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.scale_return {
  padding: 15rem 0 0 0;
}
.scale_return_in {
  padding-top: 39.5rem;
}
@media screen and (max-width: 1199px) {
  .scale_return_in {
    padding-top: 8rem;
  }
}
.scale_return_in .line_box {
  width: 100%;
  height: 47.9rem;
  border-top: 2px solid #49FE9F;
  background: linear-gradient(184.09deg, rgba(73, 254, 159, 0.2) 3.13%, rgba(0, 0, 0, 0) 96.46%);
  position: relative;
}
@media screen and (max-width: 1199px) {
  .scale_return_in .line_box {
    border-top: 0px;
    height: 100%;
  }
  .scale_return_in .line_box:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #49FE9F;
    left: 5rem;
    top: 0;
  }
}
.scale_return_in .line_box ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 118.3rem;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .scale_return_in .line_box ul {
    flex-direction: column;
  }
}
.scale_return_in .line_box ul li.scale_item {
  position: relative;
  width: 33.3%;
}
@media screen and (max-width: 1199px) {
  .scale_return_in .line_box ul li.scale_item {
    width: 100%;
    margin-bottom: 6rem;
  }
}
.scale_return_in .line_box ul li.scale_item:nth-child(even) .circle::before {
  transform: translate(-50%, 90%);
}
@media screen and (max-width: 1199px) {
  .scale_return_in .line_box ul li.scale_item:nth-child(even) .circle::before {
    transform: translate(-50%, -90%) rotate(180deg);
  }
}
.scale_return_in .line_box ul li.scale_item:nth-child(even) .circle::after {
  top: 9rem;
}
@media screen and (max-width: 1199px) {
  .scale_return_in .line_box ul li.scale_item:nth-child(even) .circle::after {
    top: -5rem;
  }
}
.scale_return_in .line_box ul li.scale_item .circle {
  height: 5.8rem;
  width: 5.8rem;
  border-radius: 100%;
  border: 7px solid #000000;
  background: #2B2B2B;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .scale_return_in .line_box ul li.scale_item .circle {
    transform: translateY(0) rotate(90deg);
    left: 2rem;
    top: 1rem;
  }
}
.scale_return_in .line_box ul li.scale_item .circle::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 4.9rem;
  background: #2B2B2B;
  left: 50%;
  transform: translate(-50%, -90%);
}
.scale_return_in .line_box ul li.scale_item .circle::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background: #49FE9F;
  border: 1px solid #000000;
  top: -4.9rem;
  left: 50%;
  transform: translateX(-50%);
}
.scale_return_in .line_box ul li.scale_item .circle_in {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 100%;
  background: #49FE9F;
}
.scale_return_in .line_box ul li.scale_item .scale_item_content {
  transform: translate(2.5rem, calc(-100% - 8rem));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: 27rem;
}
@media screen and (max-width: 1199px) {
  .scale_return_in .line_box ul li.scale_item .scale_item_content {
    position: relative;
    transform: none;
    padding-left: 14rem;
    margin-top: -3.2rem;
    width: auto;
  }
}
.scale_return_in .line_box ul li.scale_item .scale_item_content.phase1 {
  width: 21.8rem;
}
@media screen and (max-width: 1199px) {
  .scale_return_in .line_box ul li.scale_item .scale_item_content.phase1 {
    width: auto;
  }
}
.scale_return_in .line_box ul li.scale_item .scale_item_content.phase2, .scale_return_in .line_box ul li.scale_item .scale_item_content.phase4 {
  transform: translate(2.5rem, calc(100% - 8rem));
}
@media screen and (max-width: 1199px) {
  .scale_return_in .line_box ul li.scale_item .scale_item_content.phase2, .scale_return_in .line_box ul li.scale_item .scale_item_content.phase4 {
    transform: none;
  }
}
.scale_return_in .line_box ul li.scale_item .scale_item_content h2 {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
}
.scale_return_in .line_box ul li.scale_item .scale_item_content ul {
  flex-direction: column;
  list-style: disc;
  padding-left: 2rem;
}
.scale_return_in .line_box ul li.scale_item .scale_item_content ul li {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 1.8rem;
  color: #BCBCBC;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/(common)/components/TheRedAdvantage/TheRedAdvantage.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.red_advantage {
  padding: 7.6rem 0;
  position: relative;
  overflow: hidden;
}
.red_advantage:after {
  content: "";
  position: absolute;
  background: #B6852C;
  z-index: -1;
  opacity: 0.5;
  filter: blur(50rem);
  width: 922px;
  height: 459px;
  top: 30rem;
  left: -570px;
}
.red_advantage::before {
  position: absolute;
  content: "";
  background: #04FDA3;
  z-index: -1;
  opacity: 0.56;
  filter: blur(70rem);
  width: 20rem;
  height: 480px;
  top: 30rem;
  left: 131rem;
}
@media screen and (max-width: 1279px) {
  .red_advantage::before {
    left: 121rem;
  }
}
@media screen and (max-width: 767px) {
  .red_advantage::before {
    left: 51rem;
    top: auto;
    bottom: 20rem;
  }
}
.red_advantage_in .red_head p,
.red_advantage_in .red_head h2 {
  text-align: start;
}
.red_advantage_in .red_advantage_content {
  width: 100%;
  height: 55.2rem;
  position: relative;
  margin-top: 2rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .red_advantage_in .red_advantage_content {
    height: max-content;
  }
}
.red_advantage_in .red_advantage_content .verticle {
  position: absolute;
  width: 50.6rem;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1299px) {
  .red_advantage_in .red_advantage_content .verticle {
    width: 45rem;
  }
}
@media (max-width: 1024px) {
  .red_advantage_in .red_advantage_content .verticle {
    width: 35rem;
  }
}
@media (max-width: 991px) {
  .red_advantage_in .red_advantage_content .verticle {
    display: none;
  }
}
.red_advantage_in .red_advantage_content .verticle::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: linear-gradient(180deg, rgba(215, 181, 87, 0) -19.87%, rgba(215, 181, 87, 0.6) 51.3%, rgba(215, 181, 87, 0) 121.05%);
  top: 0;
  left: 0;
}
.red_advantage_in .red_advantage_content .verticle::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: linear-gradient(180deg, rgba(215, 181, 87, 0) -19.87%, rgba(215, 181, 87, 0.6) 51.3%, rgba(215, 181, 87, 0) 121.05%);
  top: 0;
  right: 0;
}
.red_advantage_in .red_advantage_content .horizontal {
  position: absolute;
  height: 19rem;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .red_advantage_in .red_advantage_content .horizontal {
    display: none;
  }
}
.red_advantage_in .red_advantage_content .horizontal::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(215, 181, 87, 0) -19.87%, rgba(215, 181, 87, 0.6) 51.3%, rgba(215, 181, 87, 0) 121.05%);
  top: 0;
  left: 0;
}
.red_advantage_in .red_advantage_content .horizontal::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(215, 181, 87, 0) -19.87%, rgba(215, 181, 87, 0.6) 51.3%, rgba(215, 181, 87, 0) 121.05%);
  bottom: 0;
  left: 0;
}
.red_advantage_in .red_advantage_content ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.red_advantage_in .red_advantage_content ul li {
  width: 33.3333333333%;
  height: 33.3333333333%;
  position: relative;
}
@media (max-width: 1399px) {
  .red_advantage_in .red_advantage_content ul li {
    padding-right: 5rem;
    padding-top: 2rem;
  }
}
@media (max-width: 991px) {
  .red_advantage_in .red_advantage_content ul li {
    width: 100%;
    padding: 3rem 0 !important;
  }
  .red_advantage_in .red_advantage_content ul li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(215, 181, 87, 0) -19.87%, rgba(215, 181, 87, 0.6) 51.3%, rgba(215, 181, 87, 0) 121.05%);
    bottom: 0;
    left: 0;
  }
}
.red_advantage_in .red_advantage_content ul li:nth-child(1), .red_advantage_in .red_advantage_content ul li:nth-child(2), .red_advantage_in .red_advantage_content ul li:nth-child(3) {
  padding-top: 6.4rem;
  padding-bottom: 4rem;
}
.red_advantage_in .red_advantage_content ul li:nth-child(4), .red_advantage_in .red_advantage_content ul li:nth-child(5), .red_advantage_in .red_advantage_content ul li:nth-child(6) {
  padding-top: 3.9rem;
  padding-bottom: 4.1rem;
}
.red_advantage_in .red_advantage_content ul li:nth-child(7), .red_advantage_in .red_advantage_content ul li:nth-child(8), .red_advantage_in .red_advantage_content ul li:nth-child(9) {
  padding-top: 3.9rem;
}
.red_advantage_in .red_advantage_content ul li:nth-child(3n-1) {
  padding-left: 10rem;
}
.red_advantage_in .red_advantage_content ul li:nth-child(3n) {
  padding-left: 15rem;
}
@media (max-width: 1299px) {
  .red_advantage_in .red_advantage_content ul li:nth-child(3n) {
    padding-left: 8rem;
  }
}
@media (max-width: 1024px) {
  .red_advantage_in .red_advantage_content ul li:nth-child(3n) {
    padding-left: 4rem;
  }
}
.red_advantage_in .red_advantage_content ul li .red_item {
  height: max-content;
}
.red_advantage_in .red_advantage_content ul li .red_item h3 {
  font-weight: 700;
  font-size: 2.2rem;
}
@media (max-width: 1599px) {
  .red_advantage_in .red_advantage_content ul li .red_item h3 {
    font-size: 2rem;
  }
}
@media (max-width: 1399px) {
  .red_advantage_in .red_advantage_content ul li .red_item h3 {
    font-size: 1.8rem;
  }
}
.red_advantage_in .red_advantage_content ul li .red_item p {
  margin-top: 2rem;
  font-weight: 400;
  font-size: 1.8rem;
}
@media (max-width: 1599px) {
  .red_advantage_in .red_advantage_content ul li .red_item p {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
.red_advantage_in .highlight {
  margin-top: 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 166%;
  letter-spacing: 0%;
  background: linear-gradient(90deg, #B6852C 0%, #D7B557 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/app/(common)/components/TheRedWork/TheRedWork.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.howit_works {
  padding: 34rem 0 10rem 0px;
}
@media screen and (max-width: 980px) {
  .howit_works {
    padding-top: 5rem;
  }
}
.howit_works_in .row {
  margin: -1.6rem;
}
@media (max-width: 575px) {
  .howit_works_in .row {
    margin: -1rem;
  }
}
.howit_works_in .row > div {
  padding: 1.6rem;
}
@media (max-width: 575px) {
  .howit_works_in .row > div {
    padding: 1rem;
  }
}
.howit_works_in .how_woks_head h2,
.howit_works_in .how_woks_head p {
  text-align: start;
}
@media (max-width: 991px) {
  .howit_works_in .how_woks_head h2,
  .howit_works_in .how_woks_head p {
    text-align: center;
  }
}
.howit_works_in .col-lg-3:nth-child(2) .works_card {
  background-image: url(/_next/static/media/card1-bg.591447af.png);
}
.howit_works_in .col-lg-3:nth-child(3) .works_card {
  background-image: url(/_next/static/media/card2-bg.009e999e.png);
}
.howit_works_in .col-lg-3:nth-child(4) .works_card {
  background-image: url(/_next/static/media/card3-bg.3abd52b5.png);
}
.howit_works_in .col-lg-3:nth-child(5) .works_card {
  background-image: url(/_next/static/media/card4-bg.7cf61868.png);
}
.howit_works_in .col-lg-3:nth-child(6) .works_card {
  background-image: url(/_next/static/media/card5-bg.009e999e.png);
}
.howit_works_in .col-lg-3:nth-child(7) .works_card {
  background-image: url(/_next/static/media/card6-bg.7cf61868.png);
}
.howit_works_in .works_card {
  border-radius: 1.2rem;
  padding: 4rem;
  position: relative;
  overflow: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 24.7rem;
}
@media (max-width: 991px) {
  .howit_works_in .works_card {
    min-height: 20rem;
  }
}
@media (max-width: 767px) {
  .howit_works_in .works_card {
    min-height: 16rem;
  }
}
@media (max-width: 575px) {
  .howit_works_in .works_card {
    padding: 2.5rem;
    min-height: max-content;
  }
}
.howit_works_in .works_card h3 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 150%;
  letter-spacing: -3%;
}
@media (max-width: 1599px) {
  .howit_works_in .works_card h3 {
    font-size: 2rem;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .howit_works_in .works_card h3 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.howit_works_in .works_card p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 150%;
  letter-spacing: -3%;
  margin-top: 2rem;
}
@media (max-width: 1599px) {
  .howit_works_in .works_card p {
    font-size: 1.6rem;
    line-height: 120%;
    margin-top: 1.5rem;
  }
}
@media (max-width: 575px) {
  .howit_works_in .works_card p {
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-top: 1rem;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[11].use[5]!./src/components/Modals/PrelaunchSaleModal/PrelaunchSaleModal.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.prelaunchsale-modal .modal-dialog {
  max-width: 120rem;
}
.prelaunchsale-modal .modal-content {
  padding: 0;
  border-radius: 2rem;
}
.prelaunchsale-modal .modal-content .modal-header {
  padding: 0;
}
.prelaunchsale-modal .modal-content .modal-header .btn-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 11;
}
@media (max-width: 575px) {
  .prelaunchsale-modal .modal-content .modal-header .btn-close {
    top: 1rem;
    right: 1rem;
  }
}
.prelaunchsale-modal .modal-body {
  padding: 0;
}
.prelaunchsale-modal .prelaunchsale-content {
  text-align: center;
}
.prelaunchsale-modal .prelaunchsale-content .prelaunchsale-img {
  object-fit: contain;
  max-width: 100%;
  height: auto;
  border-radius: 2rem;
}
