.box1 {
  width: 100%;
  min-height: 400px;
  background-color: var(--black);
  padding: 50px;
}
.box2 {
  width: 100%;
  min-height: 400px;
  padding: 50px;
  background-color: var(--black_medium);
}
.arrow_btn {
  width: fit-content;
  height: 54px;
  padding: 8px 0;
  border-radius: 50px;
  position: relative;
  border: 1px solid #f0f0f0;
  font-size: 13px;
}
.arrow_btn p {
  color: #ffffff;
  padding-right: 74px;
  padding-left: 30px;
  font-size: inherit;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
}
.abtn_icon {
  width: 54px;
  height: 54px;
  right: -1px;
  top: -1px;
  position: absolute;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}
.abtn_svg {
  transform: rotate(-135deg);
  stroke: #f0f0f0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.arrow_btn:hover .abtn_svg {
  transform: rotate(-90deg);
}
.bg_tit_wrapper {
  width: fit-content;
  position: relative;
}
.btw_base_wrap {
  width: 100%;
  padding: 15px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.btw_base_text {
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #c4c4c4;
  opacity: 0.2;
  z-index: 1;
}
.btw_top_wrap {
  padding: 40px 0 20px 0;
}
.btw_tit {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  z-index: 20;
  text-transform: uppercase;
  position: relative;
  margin-left: 30px;
  display: inline-flex;
}
.btw_tit sup {
  margin-right: 5px;
  margin-top: -4px;
}
.btw_tit .tit_sup_svg {
  max-width: 34px;
  color: #ffffff;
}
.bg_tit_wrapper.center .btw_base_text {
  font-size: 135px;
}
.bg_tit_wrapper.center .btw_tit {
  margin-left: -30px;
  font-size: 54px;
}

/*    NAVBAR   */
.nav_bar {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: var(--black_medium);
  z-index: 1500;
  height: 75px;
  transition: 0.15s cubic-bezier(0.4, 0, 1, 1);
}
.nav_bar.trans {
  background-color: rgba(0, 0, 0, 0);
}
.nav_bar.fixed {
  position: fixed;
  top: -100px;
}
.nav_bar.draw_down {
  top: 0;
}
.nav_bar.trans.fixed {
  background-color: var(--black_medium);
}
.nav_flex {
  width: 100%;
  height: 100%;
}
.nav_logo_wrap {
  width: 150px;
}
.nav_logo img {
  height: 50px;
  object-fit: contain;
}
.nav_link {
  font-size: 13px;
  font-weight: 600;
  color: var(--text_medium);
  text-transform: uppercase;
  padding: 16px 25px;
  margin: 10px 0;
  letter-spacing: 0.1em;
}
.nav_link.active {
  color: #3dffef;
}
.nav_ham_wrap {
  min-width: 150px;
}
.nav_btn {
  font-size: 13px;
  height: fit-content;
  padding: 8px 20px;
  border-radius: 20px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: 18px;
  background-color: var(--theme_accent);
}
.mob_menu_btn {
  width: fit-content;
  font-size: 15px;
  padding: 10px 30px;
  margin-top: 15px;
}
.nav_ham {
  height: 40px;
}
.nav_ham_svg {
  width: 58px;
  stroke: #ffffff;
}
.side_bar {
  width: 100%;
  max-width: 400px;
  background-color: var(--black);
  padding: 30px 30px;
  overflow-y: auto;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
  transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
  top: 0;
  right: -500px;
  z-index: 3000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.side_bar.opened {
  right: 0;
}
.sb_vscroll {
  overflow-y: auto;
}
.sb_vscroll::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
.sb_vscroll::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0);
}
.sb_vscroll::-webkit-scrollbar-thumb {
  background-color: #252525;
  border-radius: 3px;
}
.sb_close_svg {
  color: #ffffff;
  stroke: #ffffff;
}
.sbc_grp {
  margin-bottom: 40px;
}
.sbc_tit {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text_white);
  padding-bottom: 20px;
}
.sbc_link {
  font-size: 18px;
  font-weight: 300;
  color: var(--text_grey);
  line-height: 1.7;
}
.ftr_link:hover {
  color: var(--text_white);
}
.sbc_soc_flex {
  gap: 20px;
}
.sbc_soc_icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.sbc_soc_icon:hover {
  opacity: 0.8;
}

/*    HERO SECTION    */
.hero_section {
  width: 100%;
  height: 120vh;
  background-color: var(--black_medium);
  position: relative;
}
.hero_img_container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
}
.hero_slider {
  width: 96%;
  max-width: 720px;
}
.hero_slide {
  width: 100%;
  height: 130vh;
  cursor: grab;
}
.hero_img_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #1b1b1c;
}
.hero_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.hero_img_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.hero_text_container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
  padding: 0px 80px;
  pointer-events: none;
}
.hero_tit {
  font-size: 136px;
  font-weight: 700;
  color: var(--text_white);
  line-height: 1;
  text-transform: uppercase;
  padding-top: 300px;
}
.hero_tit span {
  font-size: 26px;
}

/*   ABOUT SECTION   */
.about_section {
  width: 100%;
  min-height: 700px;
  padding-top: 80px;
  background-color: var(--black);
}
.abt_flex {
  width: 100%;
}
.abt_right {
  width: 490px;
}
.abt_img {
  width: 100%;
  height: 850px;
  margin-top: -150px;
  object-fit: cover;
  position: sticky;
  z-index: 1;
}
.abt_left {
  width: calc(100% - 495px);
}
.abt_text {
  color: var(--text_grey);
  font-size: 1.2em;
  line-height: 1.6;
  font-weight: 300;
  padding-right: 25px;
  text-align: justify;
  margin-bottom: 36px;
}

/*   OUR OFFER SECTION   */
.ouroffer_section {
  width: 100%;
  min-height: 700px;
  padding-top: 60px;
  background-color: var(--black_medium);
}
.oof_slider {
  padding: 60px 0 40px 0;
}
.our_offer_item {
  width: 400px;
  height: 520px;
  background-color: #ededed;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: grab;
}
.oof_item_img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
}
.oof_item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.15s cubic-bezier(0.4, 0, 1, 1);
  top: 0;
  left: 0;
  right: 0;
}
.oof_content_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 50px 20px 30px 20px;
}
.oof_item_icon svg {
  stroke: #ffffff;
  color: #ffffff;
  width: 70px;
}
.oof_item_tit {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
}
.oof_item_text_wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.oof_item_text {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  color: #ffffff;
  text-align: justify;
}
.oof_item_arrow {
  margin-top: 15px;
  width: 54px;
  height: 54px;
  position: absolute;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}
.oof_item_arrow svg {
  width: 36px;
  transform: rotate(-135deg);
  stroke: #f0f0f0;
  transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.oof_item_arrow:hover svg {
  transform: rotate(-90deg);
}
.our_offer_item:hover .oof_item_overlay {
  background-color: rgba(0, 0, 0, 0.97);
}
.our_offer_item:hover .oof_item_text_wrap {
  max-height: 400px;
}
.cutout_card {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #60fff2;
  position: relative;
  margin-bottom: 60px;
}
.cutout_text {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 20px 20px 40px;
  position: relative;
}
.cutout_sup_svg {
  width: 36px;
  stroke: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
.cutout_quote {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/*   WHY SECTION   */
.why_section {
  width: 100%;
  min-height: 600px;
  padding: 60px 0;
  background-color: var(--black);
}
.why_flex {
  padding-top: 60px;
  padding-bottom: 20px;
  width: 100%;
  gap: 20px;
}
.why_card {
  width: 320px;
  padding: 20px 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.6);
  background-color: #1b1b1c;
}
.why_card_icon svg {
  width: 50px;
  stroke: #60fff2;
  color: #60fff2;
}
.why_card_icon.primary svg {
  stroke: var(--theme_primary);
  color: var(--theme_primary);
}
.why_card_icon.secondary svg {
  stroke: var(--theme_secondary);
  color: var(--theme_secondary);
}
.why_card_icon.accent svg {
  stroke: var(--theme_accent);
  color: var(--theme_accent);
}
.why_card_tit {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: var(--text_white);
}
.why_card_text {
  font-size: 15px;
  font-weight: 300;
  color: var(--text_grey);
  text-align: justify;
  line-height: 1.4;
  padding-bottom: 30px;
}

/*   HOME STRIP SECTION   */
.home_strip {
  width: 100%;
  padding: 50px 0;
  background-color: var(--theme_accent);
}
.hm_strip_top {
  width: 100%;
}
.hm_strip_tit {
  font-size: 52px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding-bottom: 10px;
}
.hm_strip_tit span {
  font-weight: 400;
  color: #121212;
}
.hm_strip_flex {
  gap: 0 40px;
}
.hm_strip_card {
  width: 49%;
  max-width: 520px;
  padding: 26px 26px;
  background-color: #000000;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.65);
}
.hm_strip_card_tit {
  font-size: 28px;
  font-weight: 500;
  color: var(--text_white);
  padding-bottom: 20px;
  line-height: 1;
}
.hm_strip_card_tit span {
  font-size: 15px;
  font-weight: 300;
  color: var(--text_grey);
}
.hm_strip_card_btn {
  display: inline-block;
  background-color: #60fff2;
  color: #000000;
  padding: 10px 20px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 700;
}
.hm_strip_btn p {
  color: #000000;
}
.hm_strip_btn svg.abtn_svg {
  stroke: #000000;
}
.hm_strip_btn .abtn_icon,
.hm_strip_btn {
  border-color: #000000;
}

/* HOME STRIP VALENTINE */
.home_strip_valentine {
  width: 100%;
  padding: 80px 0;
  background-color: #f50045;
}
.home_strip_valentine .hm_strip_tit {
  font-size: 52px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  padding-bottom: 10px;
}
.home_strip_valentine .hm_strip_tit span {
  font-weight: 400;
  color: #ffffff;
}
.hm_strip_card_valentine_tit {
  font-size: 18px;
  font-weight: 500;
  color: var(--text_white);
  padding-bottom: 20px;
  line-height: 1;
}
.hm_strip_card_valentine_tit span {
  font-size: 16px;
  font-weight: 300;
  color: var(--text_grey);
}
.home_strip_valentine .hm_strip_card_btn{
  background-color: #ffffff;
}

/*   HOME SERVICE SECTION   */
.serv_section {
  width: 100%;
  padding: 90px 0 90px 0;
  background-color: var(--black);
}
.serv_slider_wrap {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 60px;
}
.serv_slide {
  min-width: 300px;
  max-width: 380px;
  min-height: 320px;
  padding: 40px 30px;
  cursor: grab;
  border-radius: 5px;
  background-color: var(--black_medium);
}
.serv_slide img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 auto;
}
.svs_tit {
  font-size: 1.4em;
  font-weight: 500;
  color: var(--text_white);
  padding-bottom: 10px;
  padding-top: 35px;
}
.svs_text {
  font-size: 1em;
  font-weight: 300;
  color: var(--text_grey);
  line-height: 1.4;
}

/*   TEAM SECTION   */
.team_section {
  width: 100%;
  min-height: 600px;
  padding: 90px 0;
  background-color: var(--black_medium);
}
.ts_sub_tit {
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: 300;
  color: #60fff2;
  text-align: center;
}
.ts_flex {
  padding-top: 120px;
  padding-bottom: 90px;
  width: 100%;
  gap: 90px 30px;
}
.tscard {
  width: calc(33.33% - 30px);
  position: relative;
  padding: 0 50px 0 90px;
}
.tsc_text_col {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.tsc_tit {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--text_white);
  line-height: 1.1;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.tsc_sub_tit {
  font-size: 13px;
  color: var(--text_medium);
}
.tsc_img_col {
  width: fit-content;
  height: fit-content;
}
.tsc_img {
  width: 194px;
  height: 194px;
  object-fit: cover;
  border-radius: 50%;
}
.tsc_arrow {
  position: absolute;
  top: 0;
  right: 0;
}
.tsc_arrow svg {
  width: 60px;
}
.tsc_social_wrap {
  margin-top: 15px;
  gap: 8px 16px;
}
.tsc_social_wrap a {
  opacity: 0.5;
}
.tsc_social_wrap a img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.tsc_social_wrap a:hover {
  opacity: 1;
}
.ts_btn {
  margin-bottom: 30px;
}

/*    PROGRAMS SECTION   */
.programs_section {
  width: 100%;
  min-height: 700px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--black);
}
.pgm_flex {
  width: 100%;
  gap: 30px;
}
.pgm_left {
  width: calc(50% - 30px);
}
.pgm_right {
  width: calc(50% - 30px);
}
.pgm_list_container {
  width: 100%;
}
.pgm_li_row {
  width: 100%;
  margin-bottom: 40px;
}
.pgm_li_row svg {
  color: var(--text_medium);
  fill: var(--text_medium);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.pgm_btn_mob {
  display: none;
}
.pgm_tbox {
  padding-left: 15px;
}
.pgm_li_tit {
  padding-bottom: 8px;
  font-size: 26px;
  font-weight: 300;
  color: var(--text_medium);
  letter-spacing: 0.02em;
}
.pgm_li_text {
  font-size: 15px;
  color: var(--text_grey);
  line-height: 1.4;
}
.pgm_btn {
  margin-top: 50px;
}

/*   FOOTER SECTION   */
.footer {
  min-height: 600px;
  width: 100%;
  padding: 90px 0;
  border-top: 1px solid var(--black_medium);
  background-color: var(--black);
}
.footer_row_a {
  gap: 20px;
}
.foot_col_logo {
  width: calc(25% - 20px);
}
.footer_col_text_main {
  width: calc(75% - 20px);
}
.foot_col_logo img {
  width: auto;
  height: 160px;
  object-fit: contain;
}
.ftr_text_main {
  font-size: 26px;
  font-weight: 300;
  color: var(--text_grey);
  text-transform: uppercase;
  line-height: 1.6;
}
.ftr_text_main a {
  display: inline-block;
  font-weight: 600;
  color: var(--theme_secondary);
}
.footer_row_b {
  gap: 20px;
  padding-top: 40px;
}
.foot_col_gen {
  width: calc(25% - 20px);
}
.footer_col_gen_75 {
  width: calc(75% - 20px);
  gap: 20px;
}
.footer_col_gen_75 .foot_col_gen {
  width: calc(33.3% - 20px);
}
.ftr_label {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--text_white);
  padding-bottom: 20px;
}
.ftr_val {
  font-size: 18px;
  font-weight: 300;
  color: var(--text_grey);
  line-height: 1.7;
}
.ftr_link {
  font-size: 18px;
  font-weight: 300;
  color: var(--text_grey);
  line-height: 1.7;
}
.ftr_link:hover {
  color: var(--text_white);
}
.ftr_j_btn {
  margin-top: 0;
}
.ftr_soc_flex {
  gap: 20px;
  margin-top: 40px;
}
.ftr_soc_icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.ftr_soc_icon:hover {
  opacity: 0.8;
}
.ftr_bot {
  padding-top: 60px;
  width: 100%;
}
.ftr_copy_text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.015em;
  color: var(--text_medium);
}

/*   PRICING PAGE  */
.sub_page_lander {
  width: 100%;
  height: 90vh;
  max-height: 720px;
  position: relative;
}
.sub_page_lander.short {
  height: 75vh;
  max-height: 600px;
}
.sub_lander_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  z-index: 10;
}
.sub_lander_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0, 0.6);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7903536414565826) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.79) 100%
  );
  z-index: 20;
}
.sub_lander_twrap {
  width: 100%;
  position: absolute;
  height: fit-content;
  bottom: -60px;
  z-index: 30;
}
.sub_lander_tit {
  font-size: 120px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: var(--text_medium);
}
.pricing_pg_section {
  width: 100%;
  min-height: 600px;
  background-color: var(--black_medium);
  padding: 90px 0;
  position: relative;
}
#gradient-canvas {
  height: 100vh;
  width: 100%;
  background: lightgrey;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.grad_bg_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0, 0.6);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 20;
}
.pr_content_wrap {
  position: sticky;
  z-index: 100;
}
.pr_landing {
  width: 100%;
  padding: 56px 0;
}
.pr_landing_tbox {
  width: 100%;
  max-width: 700px;
}
.pr_landing_tit {
  color: #f4f4f4;
  font-size: 1.6em;
  font-weight: 500;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.2;
}
.pr_landing_tit span {
  color: #3dffef;
}
.pr_landing_subtit {
  font-size: 3.5em;
  color: var(--text_medium);
  text-align: center;
}
.pr_card_flex {
  gap: 30px;
}
.pr_card {
  width: 100%;
  max-width: 310px;
  border-radius: 5px;
  background: rgb(29, 29, 29);
  background: linear-gradient(108deg, rgb(32 38 47) 0%, rgb(20 22 26) 100%);
  color: var(--text_medium);
  min-height: 380px;
  cursor: pointer;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
  transition: 0.15s cubic-bezier(0.4, 0, 1, 1);
}
.pr_card:hover {
  transform: perspective(500px) translate3d(0, 0, 10px);
}
.pr_card_hdr {
  padding: 34px 26px 26px 26px;
  border-bottom: 1px solid #000000;
}
.pr_card_tit {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 15px;
}
.pr_card_price {
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
}
.pr_card_price span {
  font-size: 14px;
  font-weight: 300;
}
.pr_card_li_wrap {
  padding: 26px 26px;
}
.pr_card_li svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  color: #60fff2;
  transform: rotate(45deg);
}
.pr_card_li p {
  font-size: 16px;
  font-weight: 300;
  color: #dcdcdc;
  padding-left: 20px;
}
.pr_card_btn {
  font-size: 13px;
  padding: 11px 12px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.388);
  color: var(--theme_accent);
  width: 100%;
  border: none;
  letter-spacing: 0.05em;
  border-radius: 4px;
  margin-top: 60px;
  cursor: pointer;
}
.pr_discount_wrap {
  margin-top: 60px;
  width: 100%;
  background-color: rgb(26 30 35);
  border-radius: 10px;
}
.pr_discount_flex {
  width: 100%;
  position: relative;
  min-height: 450px;
  gap: 40px;
  padding: 30px 30px;
}
.pr_disc_img {
  position: absolute;
  width: 400px;
  height: auto;
  object-fit: contain;
  opacity: 0.1;
  top: 50px;
  left: 20px;
  z-index: 0;
}
.pr_df_tit_box {
  width: calc(100% - 455px);
  padding-top: 20px;
}
.pr_disc_tit_wrap {
  width: 100%;
}
.pr_df_subtit {
  font-size: 1.1em;
  color: var(--text_medium);
  text-transform: uppercase;
  margin: -20px 0 0 70px;
}
.pr_df_right {
  padding-top: 30px;
}
.pr_df_card {
  width: 380px;
  background-color: #000000;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 19px 33px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.pr_df_card_tit {
  font-size: 38px;
  font-weight: 600;
  padding-bottom: 0px;
  color: #a1a1a1;
}
.pr_df_card_tit span {
  font-size: 26px;
  font-weight: 400;
  color: #8c949d;
}
.pr_df_card_subtit {
  font-size: 36px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #1ebf92;
}
.pr_df_card_subtit span {
  font-size: 21px;
  font-weight: 500;
  color: #4f565e;
}
.pr_bonus_wrap {
  padding: 20px 20px 10px 70px;
  margin-top: 20px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.68);
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(15px);
}
.pr_bon_tit {
  font-size: 18px;
  font-weight: 500;
  color: var(--text_medium);
  width: fit-content;
  margin-bottom: 20px;
}
.pr_bon_flex {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}
.pr_bon_item {
  width: fit-content;
  margin-bottom: 30px;
}
.pr_bon_item svg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  transform: rotate(-90deg);
}
.pr_bon_item p {
  font-size: 1em;
  color: var(--text_white);
  line-height: 1.4;
  font-weight: 300;
  padding-left: 16px;
}
.flex_payment_wrap {
  padding: 60px 0 0 0;
  width: 100%;
}
.flx_plan_flex {
  padding: 30px 0;
  gap: 25px;
}
.flx_plan_item {
  width: calc(33% - 25px);
}
.flx_plan_item svg {
  color: var(--text_medium);
  fill: var(--text_medium);
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.flx_plan_item p {
  font-size: 1em;
  font-weight: 500;
  padding-left: 12px;
  color: var(--text_medium);
}

/*   WORK PAGE   */
.work_section {
  width: 100%;
  min-height: 600px;
  padding: 60px 0;
  background-color: var(--black_medium);
  background-image: url(../images/logo_main.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.work_bg_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.hw_flex {
  gap: 4px;
  margin: 60px 0;
}
.hw_card {
  width: calc(33.33% - 4px);
  min-height: 340px;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(15px);
  padding: 20px 26px;
  transition: 0.12s cubic-bezier(0.4, 0, 1, 1);
}
.hw_card.last {
  width: calc(66.66% - 4px);
}
.hw_card:hover {
  transition: 0.12s cubic-bezier(0.4, 0, 1, 1);
  transform: scale(1.02) translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
.hw_step {
  color: var(--text_grey);
  font-size: 120px;
  font-weight: 700;
}
.hw_step svg {
  width: 90px;
  transform: rotate(-90deg);
}
.hw_tit {
  font-size: 1.4em;
  font-weight: 600;
  color: var(--text_white);
  padding-bottom: 10px;
}
.hw_text {
  font-size: 15px;
  font-weight: 300;
  color: var(--text_grey);
  line-height: 1.4;
  text-align: justify;
  padding-bottom: 16px;
}

/*   SIGNUP PAGE   */
.join_landing {
  width: 100%;
  padding: 60px 0;
}
.join_form_flex {
  width: 100%;
  background-color: var(--black_medium);
  min-height: 400px;
  border-radius: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.join_right {
  width: calc(100% - 505px);
  padding: 20px 20px 20px 30px;
}
.join_left {
  width: 490px;
}
.jf_tit {
  font-size: 24px;
  color: var(--text_grey);
  padding-bottom: 30px;
}
.jf_subtit {
  font-size: 36px;
  color: var(--text_white);
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 50px;
}
.js_text {
  font-size: 18px;
  font-weight: 300;
  color: var(--text_medium);
  line-height: 1.3;
  text-align: justify;
}
.join_form {
  width: 100%;
  min-height: 400px;
  background-color: #ffffff;
  border-radius: 10px;
}
.join_form form {
  width: 100%;
}
.jfm_tab_flex {
  width: 100%;
  padding: 20px 20px;
  border-bottom: 1px solid #ccc;
  gap: 8px;
}
.jfm_tab_btn {
  font-size: 14px;
  width: fit-content;
  font-weight: 600;
  color: #1e2028;
  letter-spacing: 0.02em;
  background-color: #ffffff;
  padding: 6px 16px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 20px;
}
.jfm_tab_btn:hover {
  background-color: #e6eaef;
}
.jfm_tab_btn.active {
  background-color: #ecf4ff;
  border-color: #1d54b9;
  color: #27498a;
}
.jfm_frame_wrap {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}
.jfm_frame {
  width: 100%;
  background-color: #ffffff;
  padding: 20px 20px;
}
.jfm_frame {
  display: none;
}
.jfm_fr_tit {
  font-size: 1.6em;
  font-weight: 500;
  color: #48505b;
  margin-bottom: 0;
  line-height: 1.3;
}
.jfm_req_tit {
  display: inline-block;
  color: #f7661e;
  padding-bottom: 15px;
  font-weight: 600;
}
.jfm_inp_grp {
  margin-bottom: 24px;
}
.jfm_label {
  font-size: 16px;
  font-weight: 500;
  color: #444a51;
  padding-bottom: 5px;
}
.jfm_inp {
  font-size: 15px;
  padding: 8px 12px;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  width: 100%;
}
.jfm_inp.err {
  border: 1px solid var(--error_red);
}
.jfm_inp_err {
  font-size: 13px;
  color: var(--error_red);
  font-weight: 500;
  padding-top: 2px;
}
.jfm_btn_box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.signup_btn {
  font-size: 13px;
  height: fit-content;
  padding: 13px 50px;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: 18px;
  background-color: var(--theme_secondary);
  color: #ffffff;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.42);
}
.signup_back_btn {
  font-size: 15px;
  height: fit-content;
  width: fit-content;
  padding: 10px 40px;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: 18px;
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 0);
  color: #292929;
}
.jfm_yn_label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #444a51;
  padding-bottom: 8px;
}
.jfm_label_other {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #444a51;
  padding-bottom: 6px;
  font-style: italic;
  padding-top: 15px;
}
.declare_flex {
  margin-bottom: 0;
}
.declare_check {
  border: 1px solid #626262;
  height: fit-content;
  margin: 5px 0 0 0;
  cursor: pointer;
}
.declare_text {
  font-size: 14px;
  padding-left: 14px;
  line-height: 1.3;
  color: #272727;
  font-weight: 400;
}
.signup_btn_final {
  font-size: 14px;
  height: fit-content;
  padding: 10px 50px;
  border-radius: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: 18px;
  background-color: #1d54b9;
  color: #ffffff;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.42);
}

/*    TEAM PAGE   */
.team_list_wrap {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 90px 0;
}
.team_row {
  width: 100%;
}
.team_row:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #38383b;
}
.team_row_meta {
  width: 44%;
  position: relative;
  padding: 0 50px 0 90px;
}
.team_detail_wrap {
  width: 55%;
  padding-left: 20px;
}
.team_detail_text {
  font-size: 16px;
  color: var(--text_medium);
  line-height: 1.7;
  text-align: justify;
  letter-spacing: 0.02em;
  font-weight: 300;
}

/*   CONTACT PAGE   */
.cp_main_flex {
  margin-top: 60px;
  width: 100%;
  gap: 40px;
}
.cpm_left {
  width: calc(49% - 40px);
}
.cpm_list_box {
  padding-left: 70px;
}
.cpm_link {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
  color: var(--text_grey);
  margin-bottom: 8px;
}
.cpm_link_flex {
  gap: 30px;
}
.cpm_link:hover {
  color: var(--text_white);
}
.cpm_right {
  width: calc(49% - 40px);
}
.cpm_join_text {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 300;
  color: var(--text_grey);
  padding-bottom: 50px;
}
.cp_grid_section {
  background-color: var(--black);
  padding: 50px 0;
}
.cpg_row {
  max-width: 980px;
  margin: 0 auto;
  gap: 30px;
}
.cpg_sq {
  width: 300px;
  height: 300px;
}
.cpg_sq_img_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpg_rect {
  width: calc(100% - 330px);
  height: 300px;
}
.cpg_loc_card {
  cursor: pointer;
  background-color: #ededed;
  color: #000000;
  padding-right: 15px;
  transition: 0.15s cubic-bezier(0.4, 0, 1, 1);
}
.cpg_loc_card .btw_tit {
  color: inherit;
  font-size: 38px;
}
.cpg_loc_card .btw_tit .tit_sup_svg {
  color: inherit;
}
.cpg_loc_card:hover {
  background-color: var(--black_medium);
  color: #f5f5f5;
}
.cpg_insta_card {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  transition: 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.cpg_insta_card svg {
  fill: #ffffff;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.cpg_insta_card:hover {
  opacity: 0.9;
}
