.style_rootContainer__qbZwK {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  position: relative;
  flex-direction: row;
}
.style_rootContainer__qbZwK.style_expand__jIlx7 .style_drawer__zHonl {
  width: 280px;
}
.style_rootContainer__qbZwK.style_expand__jIlx7 .style_content__60zyD {
  width: calc(100% - 280px);
}
.style_rootContainer__qbZwK.style_collapse__3gN2c .style_drawer__zHonl {
  width: 56px;
}
.style_rootContainer__qbZwK.style_collapse__3gN2c .style_content__60zyD {
  width: calc(100% - 56px);
}
.style_rootContainer__qbZwK.style_full__OZM5C .style_drawer__zHonl {
  width: 0;
}
.style_rootContainer__qbZwK.style_full__OZM5C .style_content__60zyD {
  width: 100%;
}
.style_rootContainer__qbZwK .style_drawer__zHonl {
  z-index: 1;
  width: 280px;
  height: 100%;
  transition: width 80ms ease;
}
.style_rootContainer__qbZwK .style_content__60zyD {
  z-index: 1;
  display: flex;
  flex: 1;
  width: calc(100% - 280px);
  transition: width 80ms ease;
}
.style_rootContainer__qbZwK .style_colors__pvtI0 {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/static/images/blur-bg.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
}
.style_rootContainer__qbZwK .style_colors__pvtI0 .style_blur__d7egw {
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.03);
  backdrop-filter: blur(40px);
}
.style_container__Z17lr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  user-select: none;
  color: #fff;
  border: 1px solid #000;
  background: linear-gradient(
    180deg,
    rgba(24, 27, 78, 0.95),
    rgba(0, 0, 0, 0.95) 50.48%,
    rgba(56, 60, 112, 0.95)
  );
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.2),
    inset 0 -1px 5px hsla(0, 0%, 100%, 0.4),
    inset 0 1px 5px hsla(0, 0%, 100%, 0.4);
  backdrop-filter: blur(2px);
  transition:
    opacity 0.1s ease,
    transform 0.12s cubic-bezier(0.11, 0.83, 0.37, 1);
}
.style_container__Z17lr.style_hover__wjRz1:hover,
.style_container__Z17lr.style_touch__CCK9f {
  background: rgba(24, 27, 78, 0.95);
}
@media (hover: none) {
  .style_container__Z17lr.style_hover__wjRz1:hover {
    background: inherit;
  }
}
.style_container__RsGp1 {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.style_container__RsGp1.style_empty__vXRJv {
  flex-direction: column;
  padding: 120px 0;
  font-size: 14px;
  line-height: 18px;
}
.style_container__RsGp1.style_empty__vXRJv .style_icon__5XDu4 {
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.style_container__RsGp1.style_empty__vXRJv.style_absolute__lf18z {
  position: absolute;
  height: 100%;
  width: 100%;
}
.style_container__RsGp1.style_loading__wSIH1 {
  padding: 120px 0;
}
.style_container__RsGp1.style_loading__wSIH1 .style_progress__LK2Lz {
  z-index: 100;
}
.style_container__RsGp1.style_loading__wSIH1.style_absolute__lf18z {
  position: absolute;
  height: 100%;
  width: 100%;
}
.style_container__RsGp1.style_screen__xXibs.style_empty__vXRJv,
.style_container__RsGp1.style_screen__xXibs.style_loading__wSIH1 {
  height: 100dvh;
  width: 100dvw;
}
.style_close__lQ9Ho {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.style_close__lQ9Ho.style_absolute__f8FHm {
  position: absolute;
  right: 16px;
  top: 12px;
  z-index: 100;
}
.style_close__lQ9Ho > svg {
  width: 100%;
  display: flex;
  flex-shrink: 0;
}
.style_close__lQ9Ho > svg circle {
  fill: hsla(0, 0%, 100%, 0.05);
  fill-opacity: 1;
}
.style_close__lQ9Ho > svg path {
  stroke: #fff;
}
.style_close__lQ9Ho.style_light__YzkX_ > svg circle {
  fill: rgba(0, 0, 0, 0.05);
  fill-opacity: 1;
}
.style_close__lQ9Ho.style_light__YzkX_ > svg path {
  stroke: #000;
}
.style_baseDialog__28JHP {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.style_baseDialog__28JHP .style_defaultTitle__BtjTJ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  padding: 15px 16px;
  font-size: 18px;
  line-height: 22px;
}
.style_baseDialog__28JHP .style_defaultTitle__BtjTJ .style_closeBox__RYO6d {
  display: flex;
  width: 32px;
  height: 100%;
}
.style_baseDialog__28JHP
  .style_defaultTitle__BtjTJ
  .style_closeBox__RYO6d
  .style_close__tK1Z9 {
  position: absolute;
  top: 16px;
  right: 16px;
}
.style_baseDialog__28JHP .style_simpleDialog__btWzU {
  display: flex;
  position: relative;
  flex-direction: column;
  border-radius: 24px;
}
.style_baseDialog__28JHP .style_simpleDialog__btWzU .style_defaultTitle__BtjTJ {
  border-bottom: unset;
}
.style_baseDialog__28JHP .style_simpleDialog__btWzU.style_background__g_AlU {
  background-color: #fff;
  color: #000;
}
.style_baseDialog__28JHP
  .style_simpleDialog__btWzU.style_background__g_AlU.style_dark__DsNqa {
  background-color: #141414;
  color: #fff;
}
.style_baseDialog__28JHP
  .style_simpleDialog__btWzU.style_padding__CzhWz
  .style_defaultTitle__BtjTJ {
  padding: 15px 20px;
}
.style_baseDialog__28JHP
  .style_simpleDialog__btWzU.style_padding__CzhWz
  .style_content__8Sme6 {
  padding: 0 20px 24px;
}
.style_baseDialog__28JHP .style_simpleDialog__btWzU.style_limitWidth__vRMkX {
  min-width: 100%;
  width: 405px;
  max-width: 405px;
}
.style_baseDialog__28JHP .style_simpleDialog__btWzU.style_limitHeight__hGEcq {
  min-height: 100px;
  max-height: 90dvh;
}
.style_baseDialog__28JHP
  .style_simpleDialog__btWzU.style_limitHeight__hGEcq
  .style_content__8Sme6 {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 100%;
}
.style_baseDialog__28JHP .style_simpleDialog__btWzU .style_content__8Sme6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.style_baseDialog__28JHP.style_bottomSheet__bFLPF {
  height: unset;
  padding: 0 12px 24px;
}
.style_baseDialog__28JHP.style_bottomSheet__bFLPF .style_defaultTitle__BtjTJ {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.style_baseDialog__28JHP.style_bottomSheet__bFLPF .style_sheetDialog__4hhXn {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 24px;
}
.style_baseDialog__28JHP.style_bottomSheet__bFLPF
  .style_sheetDialog__4hhXn.style_background__g_AlU {
  background-color: #fff;
  color: #000;
}
.style_baseDialog__28JHP.style_bottomSheet__bFLPF
  .style_sheetDialog__4hhXn.style_background__g_AlU.style_dark__DsNqa {
  background-color: #141414;
  color: #fff;
}
.style_baseDialog__28JHP.style_bottomSheet__bFLPF
  .style_sheetDialog__4hhXn.style_background__g_AlU.style_dark__DsNqa
  .style_defaultTitle__BtjTJ {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
}
.style_baseDialog__28JHP.style_bottomSheet__bFLPF
  .style_sheetDialog__4hhXn.style_padding__CzhWz
  .style_content__8Sme6 {
  padding: 0 16px 24px;
}
.style_baseDialog__28JHP.style_bottomSheet__bFLPF
  .style_sheetDialog__4hhXn.style_limitHeight__hGEcq {
  min-height: 100px;
  max-height: 90dvh;
}
.style_baseDialog__28JHP.style_bottomSheet__bFLPF
  .style_sheetDialog__4hhXn.style_limitHeight__hGEcq
  .style_content__8Sme6 {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 100%;
}
.style_baseDialog__28JHP.style_bottomSheet__bFLPF
  .style_sheetDialog__4hhXn
  .style_content__8Sme6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .style_baseDialog__28JHP .style_simpleDialog__btWzU.style_limitWidth__vRMkX {
    min-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .style_baseDialog__28JHP .style_simpleDialog__btWzU {
    width: 100%;
  }
  .style_baseDialog__28JHP
    .style_simpleDialog__btWzU.style_padding__CzhWz
    .style_defaultTitle__BtjTJ {
    padding: 15px 16px;
  }
  .style_baseDialog__28JHP
    .style_simpleDialog__btWzU.style_padding__CzhWz
    .style_content__8Sme6 {
    padding: 0 16px 24px;
  }
}
.style_dialog__UeKeH {
  align-items: flex-start;
  font-size: 14px;
  line-height: 18px;
}
.style_dialog__UeKeH .style_title__MQoYc {
  border-bottom: unset;
}
.style_dialog__UeKeH .style_description__9YqdG {
  width: 100%;
  margin-top: 6px;
}
.style_dialog__UeKeH .style_description__9YqdG.style_top__kcgCa {
  margin-top: 12px;
}
.style_dialog__UeKeH .style_description__9YqdG a,
.style_dialog__UeKeH .style_description__9YqdG span {
  width: 100%;
  margin-top: 20px;
}
.style_dialog__UeKeH .style_description__9YqdG a {
  font-style: italic !important;
  text-decoration: underline;
}
.style_dialog__UeKeH .style_confirm__fFJAm {
  margin-top: 32px;
  width: 100%;
  min-width: 120px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 35px;
  background-color: #000;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.style_dialog__UeKeH .style_confirm__fFJAm:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.style_dialog__bswXR {
  width: 1032px;
  max-width: 1032px;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}
.style_dialog__bswXR .style_dialogContent__ODNWR {
  width: 100%;
}
.style_dialog__bswXR.style_multipleMode__bKcoq .style_container__dqws2 {
  max-height: min(90dvh - 140px, 726px);
}
.style_dialog__bswXR .style_dialogHeader__yTjMQ {
  padding: 16px;
  border-bottom: 1px solid var(--gm-black-05) !important;
}
.style_dialog__bswXR .style_dialogHeader__yTjMQ .style_searchBox__bh4oo {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 4px;
}
.style_dialog__bswXR
  .style_dialogHeader__yTjMQ
  .style_searchBox__bh4oo
  .style_searchIcon__lMsFn {
  width: 22px;
  margin-right: 8px;
  opacity: 0.6;
}
.style_dialog__bswXR
  .style_dialogHeader__yTjMQ
  .style_searchBox__bh4oo
  .style_input__a_S2X {
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 1;
  padding: unset;
  border-radius: unset;
  border: unset;
  background-color: unset;
}
.style_dialog__bswXR .style_container__dqws2 {
  padding: 24px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: min(90dvh - 64px, 726px);
}
.style_dialog__bswXR .style_empty__c5n0V {
  width: 100%;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_dialog__bswXR .style_list__K5gRb {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.style_dialog__bswXR .style_agent__aoMrD {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 8px 12px;
  width: 100%;
  height: 76px;
  border-radius: 16px;
  border: 1px solid var(--gm-black-05);
}
.style_dialog__bswXR .style_agent__aoMrD .style_icon__cbls0 {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.style_dialog__bswXR .style_agent__aoMrD .style_info__LHBna {
  margin: 0 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  line-height: 1;
}
.style_dialog__bswXR .style_agent__aoMrD .style_info__LHBna .style_name__UDBBh {
  font-size: 15px;
  max-width: 100%;
}
.style_dialog__bswXR .style_agent__aoMrD .style_info__LHBna .style_desc__06HGt {
  max-width: 100%;
  margin-top: 4px;
  font-size: 13px;
  color: var(--gm-black-50);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.style_dialog__bswXR .style_agent__aoMrD .style_info__LHBna .style_tags__QlNnW {
  margin-top: 6px;
  width: 100%;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  min-height: 14px;
}
.style_dialog__bswXR
  .style_agent__aoMrD
  .style_info__LHBna
  .style_tags__QlNnW
  span {
  display: flex;
  align-items: center;
  border-radius: 34px;
  padding: 2px 6px;
  background-color: var(--gm-black-05);
}
.style_dialog__bswXR .style_agent__aoMrD.style_selected__1mq3q {
  background-color: rgba(33, 125, 255, 0.1);
  border: 1px solid #217dff;
}
.style_dialog__bswXR .style_agent__aoMrD.style_selected__1mq3q:hover {
  background-color: rgba(33, 125, 255, 0.05);
}
.style_dialog__bswXR .style_agent__aoMrD:hover {
  background-color: var(--gm-black-05);
}
.style_dialog__bswXR .style_bottom__q5Von {
  border-top: 1px solid var(--gm-black-05);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 20px;
  height: 76px;
}
.style_dialog__bswXR .style_bottom__q5Von .style_icons__G13GQ {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1;
}
.style_dialog__bswXR
  .style_bottom__q5Von
  .style_icons__G13GQ
  .style_tips__YR9Rf {
  margin-left: 8px;
}
.style_dialog__bswXR
  .style_bottom__q5Von
  .style_icons__G13GQ
  .style_chooseIcon__6gtUv {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #fff;
  margin-left: -12px;
  z-index: 0;
}
.style_dialog__bswXR
  .style_bottom__q5Von
  .style_icons__G13GQ
  .style_chooseIcon__6gtUv:first-child {
  z-index: 20;
  margin-left: unset;
}
.style_dialog__bswXR .style_bottom__q5Von .style_confirmBox__0_R17 {
  position: relative;
  display: inline-flex;
  isolation: isolate;
}
.style_dialog__bswXR
  .style_bottom__q5Von
  .style_confirmBox__0_R17
  .style_confirm__xsnLv {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 22px;
  min-height: 36px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.style_dialog__bswXR
  .style_bottom__q5Von
  .style_confirmBox__0_R17
  .style_confirm__xsnLv
  .style_icon__cbls0 {
  width: 28px;
  height: 28px;
  object-fit: cover;
  margin-right: 2px;
}
.style_dialog__bswXR
  .style_bottom__q5Von
  .style_confirmBox__0_R17.style_active__d7pjq:before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 22px;
  opacity: 0.8;
  z-index: 0;
  filter: blur(6px);
  background: conic-gradient(
    from 180deg at 50% 50%,
    #ff4343 0deg,
    #ff13e7 74.42deg,
    #2635ff 145.38deg,
    #50ffff 235.38deg,
    #ff981b 295.96deg,
    #ff4343 1turn
  );
}
@media screen and (max-width: 768px) {
  .style_dialog__bswXR {
    width: 100%;
  }
  .style_dialog__bswXR .style_dialogHeader__yTjMQ .style_searchBox__bh4oo {
    padding: unset;
  }
  .style_dialog__bswXR
    .style_dialogHeader__yTjMQ
    .style_searchBox__bh4oo
    .style_searchIcon__lMsFn {
    width: 18px;
  }
  .style_dialog__bswXR .style_container__dqws2 {
    padding: 24px 16px;
  }
  .style_dialog__bswXR .style_bottom__q5Von {
    padding: 4px 16px;
  }
}
@media screen and (max-width: 350px) {
  .style_dialog__bswXR .style_list__K5gRb {
    grid-gap: unset;
    grid-template-columns: unset;
    gap: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.style_container___PJgp {
  width: 100%;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}
.style_container___PJgp .style_menus__6xPpR {
  height: 40px;
  padding: 4px;
  background-color: var(--gm-black-05);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.style_container___PJgp .style_menus__6xPpR .style_thumb__HGIg2 {
  position: absolute;
  left: 4px;
  top: 4px;
  height: 32px;
  background-color: #fff;
  border-radius: 22px;
  transition: left 0.2s linear;
}
.style_container___PJgp .style_menus__6xPpR .style_menu__2Za3U {
  margin-right: 1;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 22px;
  font-size: 14px;
  line-height: 1;
  color: var(--gm-black-50);
}
.style_container___PJgp .style_menus__6xPpR .style_menu__2Za3U:last-child {
  margin-right: unset;
}
.style_container___PJgp .style_menus__6xPpR .style_menu__2Za3U:hover {
  background-color: var(--gm-black-03);
}
.style_container___PJgp .style_menus__6xPpR .style_menu__2Za3U span {
  max-width: 100%;
}
.style_container___PJgp
  .style_menus__6xPpR
  .style_menu__2Za3U.style_selected__KYStP {
  color: #000;
}
.style_container___PJgp .style_agents__EQf_M {
  margin-top: 32px;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.style_container___PJgp .style_item__fjyMh:last-child {
  margin-right: unset;
}
.style_container___PJgp .style_item__fjyMh.style_loading__J77aA {
  padding: unset;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.style_container___PJgp .style_item__fjyMh.style_agent__Nb1QM {
  display: flex;
  align-items: center;
  padding: 0 8px 0 4px;
  border-radius: 20px;
  height: 32px;
  background-color: var(--gm-black-05);
  border: 1px outset transparent;
  color: var(--gm-black-50);
}
.style_container___PJgp .style_item__fjyMh.style_agent__Nb1QM:hover {
  background-color: var(--gm-black-03);
  border: 1px solid var(--gm-black-03);
}
.style_container___PJgp
  .style_item__fjyMh.style_agent__Nb1QM.style_selected__KYStP {
  background-color: rgba(33, 125, 255, 0.1);
  border: 1px solid #217dff;
  color: #000;
}
.style_container___PJgp
  .style_item__fjyMh.style_agent__Nb1QM.style_checked__OQq8V {
  padding: 0 10px 0 4px;
}
.style_container___PJgp
  .style_item__fjyMh.style_agent__Nb1QM.style_checked__OQq8V
  .style_checkIcon__iE1oL {
  margin-left: 6px;
  width: 16px;
  height: 16px;
}
.style_container___PJgp
  .style_item__fjyMh.style_agent__Nb1QM
  .style_icon__MS5_G {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  margin-right: 4px;
}
.style_container___PJgp .style_item__fjyMh.style_agent__Nb1QM span {
  max-width: 120px;
}
.style_container___PJgp .style_item__fjyMh.style_search__8DJII {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.style_container___PJgp
  .style_item__fjyMh.style_search__8DJII
  .style_icon__MS5_G {
  width: 15px;
  object-fit: cover;
}
.style_container___PJgp .style_item__fjyMh.style_compare__2cH_C {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 10px 16px;
  border-radius: 22px;
  min-height: 36px;
}
.style_container___PJgp .style_item__fjyMh.style_compare__2cH_C span {
  max-width: 150px;
}
.style_tooltip__bwgSP {
  border: 1px solid var(--gm-black-08);
  border-radius: 16px;
  padding: 12px;
  background-color: #fff;
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
}
.style_tooltip__bwgSP h3 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 4px;
}
.style_container__Mx_z3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 9999;
  padding: 16px;
  background-color: var(--gm-black-20);
  backdrop-filter: blur(12px);
}
.style_container__Mx_z3 .style_content__8VQTo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  min-height: 190px;
  background-color: #fff;
  border-radius: 22px;
  padding: 36px;
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-align: center;
}
.style_container__Mx_z3 .style_content__8VQTo img {
  object-fit: cover;
  margin-bottom: 16px;
}
.style_container__zl_Z2 {
  min-height: 100dvh;
  justify-content: center;
  color: #000;
  padding: 80px 20px 160px;
}
.style_container__zl_Z2,
.style_container__zl_Z2 .style_content__Ofyk8 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.style_container__zl_Z2 .style_content__Ofyk8 {
  z-index: 1;
  max-width: 780px;
}
.style_container__zl_Z2 .style_title__CJTJs {
  max-width: 100%;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .style_container__zl_Z2 {
    padding: 80px 16px 120px;
  }
}
