@charset "UTF-8";
/* CSS Document */

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

b {
  font-weight: bold !important;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  text-decoration: none;
}

a img {
  outline: none;
}

a:focus,
input:focus,
button:focus {
  outline: none;
}

body {
  /*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
  font-family: "Noto Serif HK", serif;
}

.form_notice {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

.b_pattern_left {
  position: fixed;
  z-index: 0;
  width: 400px;
  left: 0px;
  top: 0px;
  background-blend-mode: darken;
  mix-blend-mode: darken;
}

#host_info_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  display: none;
}

#host_info_box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000000;
  opacity: 0.3;
}

#host_info_box.show {
  display: table;
}

#host_info_box .ct {
  display: table-cell;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.host_info_item {
  display: inline-table;
  width: 800px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 50px;
}

.host_info_scroll {
  float: left;
  width: 100%;
  max-height: 500px;
  overflow-y: scroll;
}

.close_box {
  position: absolute;
  z-index: 5;
  width: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.host_info_item .box_head {
  display: table-cell;
  vertical-align: top;
  width: 200px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.host_info_item .box_head img {
  width: 100%;
}

.host_info_item .box_body {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.box_title {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 16px;
  color: #858585;
  font-weight: normal;
  position: relative;
  z-index: 1;
  line-height: 1.5;
}

.box_name {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 28px;
  color: #41647c;
  position: relative;
  z-index: 1;
  font-weight: normal;
  margin-top: 8px;
}

.box_label {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 24px;
  color: #0d0d0d;
  font-weight: 500;
  margin-top: 28px;
}

.box_intro {
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
  line-height: 1.7;
  margin-top: 14px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../images/status.gif);
  /* path to your loading animation */
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -50px 0 0 -50px;
  /* is width and height divided by two */
}

.fixed_btn_box {
  position: fixed;
  z-index: 13;
  right: 20px;
  bottom: 200px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.goTop {
  width: 48px;
  height: 48px;
  display: none;
}

.goTop:hover {
  opacity: 0.8;
}

.goTop img {
  width: 100%;
}

.q_link {
  display: block;
  width: 48px;
  cursor: pointer;
}

.q_link:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

#WRAPER {
  float: left;
  width: 100%;
  position: relative;
  z-index: 3;
  text-align: center;
  right: 0px;
}

#HEADER {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 14;
  display: flex;
  align-items: center;
  min-height: 90px;
  box-sizing: border-box;
  background-color: #ffffff;
}

#HEADER.reveal {
  background-color: #ffffff;
}

#logo {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-left: 40px;
  height: 45px;
}

#KV {
  position: relative;
  z-index: 3;
  float: left;
  width: 100%;
  height: calc(100vh - 90px);
  height: calc(100svh - 90px);
  margin-top: 90px;
  overflow: hidden;
  isolation: isolate;
  background-color: #03070d;
}

.kv_slogan {
  position: absolute;
  z-index: 4;
  width: min(40.5vw, 769px);
  min-width: 420px;
  top: 51%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.96);
  pointer-events: none;
}

.kv_pattern {
  position: absolute;
  z-index: 3;
  width: min(80.9vw, 1537px);
  min-width: 860px;
  top: 51%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.985);
  pointer-events: none;
}

.kv_img {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.kv_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.kv_line {
  position: absolute;
  left: 50%;
  z-index: 2;
  width: max(100vw, 1160px);
  opacity: 1;
  pointer-events: none;
  transform-origin: 50% var(--kv-line-focus-y);
  transform: translate(-50%, var(--kv-line-start-y)) scale(0.9);
  mix-blend-mode: screen;
  filter: blur(1.2px) brightness(1.22) contrast(0.9) saturate(1.18);
}

#KV.kv_animate .kv_line {
  animation: kvLineOpen 4.2s cubic-bezier(0.16, 1, 0.3, 1) 1s forwards;
}

#KV.kv_animate .kv_pattern {
  animation: kvPatternIn 0.95s ease-out 5.35s forwards;
}

#KV.kv_animate .kv_slogan {
  animation: kvSloganIn 0.95s ease-out 6.45s forwards;
}

.kv_line img {
  display: block;
  width: 100%;
  height: auto;
}

.kv_line_top {
  --kv-line-top: 20%;
  --kv-line-y: -93.5%;
  --kv-line-start-y: -93.5%;
  --kv-line-focus-y: 93.5%;
  top: 50%;
}

.kv_line_down {
  --kv-line-top: 80%;
  --kv-line-y: -5%;
  --kv-line-start-y: -5%;
  --kv-line-focus-y: 5%;
  top: 50%;
}

@keyframes kvLineOpen {
  0% {
    opacity: 1;
    top: 50%;
    transform: translate(-50%, var(--kv-line-start-y)) scale(0.9);
    filter: blur(1.2px) brightness(1.22) contrast(0.9) saturate(1.18);
  }

  100% {
    opacity: 1;
    top: var(--kv-line-top);
    transform: translate(-50%, var(--kv-line-y)) scale(1);
    filter: blur(0px) brightness(1.22) contrast(0.9) saturate(1.18);
  }
}

@keyframes kvPatternIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.985);
    filter: blur(4px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0px);
  }
}

@keyframes kvSloganIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.96);
    filter: blur(3px);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .kv_line,
  .kv_pattern,
  .kv_slogan {
    animation: none;
    opacity: 1;
  }

  .kv_line {
    top: var(--kv-line-top);
    transform: translate(-50%, var(--kv-line-y)) scale(1);
    filter: blur(0px) brightness(1.22) contrast(0.9) saturate(1.18);
  }

  .kv_pattern,
  .kv_slogan {
    transform: translate(-50%, -50%) scale(1);
    filter: none;
  }
}

.kv_img_mobile {
  display: none;
}

.NAV_btn_wrap {
  display: none;
  position: fixed;
  width: 60px;
  top: 30px;
  right: 20px;
  z-index: 4;
}

#nav-icon3 {
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#nav-icon3.light span {
  background: #111111;
}

#nav-icon3.dark span {
  background: #111111;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2) {
  display: none;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span {
  background: #a5c3ff;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#NAV {
  position: relative;
  float: right;
  margin-left: auto;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  text-align: center;
  padding-right: clamp(24px, 2.75vw, 52px);
}

nav {
  display: flex;
  width: auto;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(28px, 3vw, 58px);
  text-align: right;
  position: relative;
  z-index: 1;
}

nav div {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  position: relative;
}

nav div span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-size: 18px;
  color: #000c26;
  font-weight: 400;
  line-height: 1;
  z-index: 1;
}

nav div span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 15px;
  flex-shrink: 0;
  background: url("../images/header_icon.svg") center / contain no-repeat;
}

nav div:hover span {
  opacity: 0.72;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.sec {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 100px 20px 100px 20px;
  overflow: hidden;
}

.sec.first {
  padding-top: 150px;
}

.intro_section {
  min-height: 520px;
  /* background: linear-gradient(90deg, #e9e9e9 0%, #f8f7f7 100%); */
  background-color: #fafafa;
}

.intro_earth_media {
  position: absolute;
  z-index: 0;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
}

.intro_earth_video {
  display: block;
  position: absolute;
  top: 80%;
  right: 0px;
  height: 250%;
  max-width: none;
  transform: translateY(-50%);
}

.intro_section .mid_content {
  width: 100%;
  max-width: 1440px;
  position: relative;
}

.deep_bg {
  background: linear-gradient(100.47deg, #5208b6 0%, #5f29b6 50%, #1a044b 100%);
}

.mid_content {
  display: inline-block;
  width: 1100px;
  text-align: center;
  position: relative;
  z-index: 3;
  /* overflow: hidden; */
}

.intro_txt {
  display: block;
  min-height: 320px;
  width: 100%;
  vertical-align: middle;
  text-align: left;
}

.intro_body_wrap {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  padding-left: 22px;
  box-sizing: border-box;
}

.intro_body {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 533px;
}

.intro_body h3 {
  display: block;
  width: 100%;
  font-family: "Halant", "Noto Serif HK", serif;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #001b3f;
  margin-bottom: 26px;
}

.intro2 {
  display: inline-block;
  text-align: left;
  font-family: "Halant", "Noto Serif HK", serif;
  font-size: 18px;
  font-weight: normal;
  color: #001b3f;
  line-height: 1.8;
  letter-spacing: 0.08em;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0px;
}

.sec_title {
  float: none;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  font-size: 40px;
  color: #001b3f;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
  top: auto;
  left: auto;
  margin: 0 auto 50px;
}

.sec_title::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #001b3f;
}

.sec_title::after {
  content: "";
  position: absolute;
  left: 34px;
  bottom: -8px;
  width: calc(100% - 34px);
  height: 4px;
  background: rgba(188, 151, 63, 0.72);
  z-index: -1;
}

.sec_title.dark {
  color: #001b3f;
}

.intro_section .sec_title {
  margin-left: 0px;
  margin-right: 0px;
}

.album_slider_wrap {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.album_left {
  position: absolute;
  z-index: 2;
  width: 24px;
  right: 0px;
  top: 50%;
  cursor: pointer;
}

.album_right {
  position: absolute;
  z-index: 2;
  width: 24px;
  left: 0px;
  top: 50%;
  cursor: pointer;
}

.album_slider {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* .album_slider li {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 25%;
} */
/* Frame */

.sec1_album_slider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  gap: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}

.sec1_album_slider li {
  width: 22%;
}

@media screen and (max-width: 480px) {
  .sec1_album_slider {
    margin-top: 0px;
  }
}

.host {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  cursor: pointer;
}

.host:hover {
  opacity: 0.7;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.head_cover {
  display: inline-block;
  width: 100%;
}

.speaker_section {
  background-color: #06090f;
  padding: 86px 20px 74px;
}

.speaker_section::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background: url("../images/speaker_bg.png") center bottom / cover no-repeat;
  pointer-events: none;
}

.speaker_section .mid_content {
  width: 100%;
  max-width: 1440px;
}

.speaker_group .sec_title {
  margin-left: 0px;
  color: #fff;
  margin-right: 0px;
}

.speaker_group .sec_title::before {
  background: #fff;
}

.speaker_showcase {
  display: block;
  width: 100%;
  max-width: 1096px;
  margin: 58px auto 0px;
  position: relative;
  z-index: 2;
  text-align: left;
}

.speaker_featured {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px 94px;
  column-gap: 30px;
  align-items: start;
  width: 100%;
  min-height: 340px;
  padding: 40px 38px 0px 100px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: linear-gradient(135deg, #d5b362 0%, #fdeca1 100%);
  color: #000000;
}

.speaker_featured::after,
.speaker_card_media::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 0;
  background:
    radial-gradient(
      circle at 78% 20%,
      rgba(255, 255, 255, 0.22) 0px,
      rgba(255, 255, 255, 0) 34%
    ),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.speaker_featured_body,
.speaker_featured_media,
.speaker_featured_role,
.speaker_card_role,
.speaker_card .head_cover {
  position: relative;
  z-index: 1;
}

.speaker_featured_name {
  font-size: 24px;
  line-height: 1.25;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.speaker_featured_title {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.35;
  color: #4f2929;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.speaker_featured_des {
  margin-top: 22px;
  font-size: 16px;
  line-height: 1.45;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.speaker_featured_des p + p {
  margin-top: 22px;
}

.speaker_featured_media {
  align-self: end;
  width: 290px;
  height: 300px;
}

.speaker_featured_media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.speaker_featured_role {
  padding-top: 1px;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.speaker_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  margin-top: 36px;
}

.speaker_card {
  display: block;
  width: 100%;
  min-width: 0px;
  max-width: 100%;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  text-align: left;
}

.speaker_showcase .host:hover,
.speaker_card:hover {
  opacity: 1;
}

.speaker_card_media {
  width: 100%;
  aspect-ratio: 262 / 340;
  overflow: hidden;
  border-radius: 0px;
  position: relative;
  background: linear-gradient(135deg, #d5b362 0%, #fdeca1 100%);
}

.speaker_card .head_cover {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.speaker_card_role {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 20px;
  line-height: 1.35;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.speaker_card_body {
  position: relative;
  width: 100%;
  min-height: 0px;
  padding: 12px 0px 0px;
  box-sizing: border-box;
  border-radius: 0px;
  background: transparent;
  text-align: left;
  display: block;
}

.speaker_card_name {
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  color: #fdfdfd;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.speaker_card_title {
  width: 100%;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.35;
  color: #fdfdfd;
  font-weight: 400;
  word-break: break-word;
}

@media screen and (max-width: 960px) {
  #HEADER {
    min-height: 60px;
  }

  .speaker_showcase {
    margin-top: 40px;
  }

  .speaker_featured {
    grid-template-columns: minmax(0, 1fr) 240px 82px;
    column-gap: 20px;
    min-height: 330px;
    padding: 32px 28px 0px;
  }

  .speaker_featured_media {
    width: 240px;
    height: 286px;
  }

  .speaker_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 660px) {
  .speaker_featured {
    display: flex;
    flex-direction: column;
    min-height: 0px;
    padding: 28px 24px 0px;
  }

  .speaker_featured_des {
    font-size: 15px;
    line-height: 1.6;
  }

  .speaker_featured_des p + p {
    margin-top: 18px;
  }

  .speaker_featured_media {
    width: 78%;
    max-width: 250px;
    height: auto;
    aspect-ratio: 322 / 340;
    align-self: center;
    margin-top: 20px;
  }

  .speaker_featured_role {
    order: -1;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 480px) {
  .speaker_section {
    padding: 72px 20px 64px;
  }

  .speaker_grid {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-top: 28px;
  }
}

.agenda_section {
  background: radial-gradient(
    circle at 50% 50%,
    #f9f9f9 0%,
    #f0f0f0 56%,
    #e7e7e7 100%
  );
  padding: 86px 20px 78px;
}

.agenda_section .sec_title {
  margin-left: 0;
  margin-right: 0;
}

.agenda_section .mid_content {
  width: 100%;
  max-width: 1440px;
}

.agenda_info {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 4px auto 46px;
  text-align: left;
}

.agenda_info_item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.agenda_info_item img {
  display: block;
  width: 48px;
}

.agenda_info_item p {
  font-size: 26px;
  line-height: 1.35;
  color: #090909;
  font-weight: 600;
}

.agenda_content {
  --agenda-time-col: 150px;
  --agenda-dot-col: 46px;
  --agenda-topic-col: minmax(300px, 390px);
  --agenda-speaker-col: minmax(330px, 1fr);
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  box-sizing: border-box;
}

.agenda_head,
.agenda_row {
  display: grid;
  grid-template-columns:
    var(--agenda-time-col) var(--agenda-dot-col) var(--agenda-topic-col)
    var(--agenda-speaker-col);
  align-items: flex-start;
}

.agenda_head {
  margin-bottom: 16px;
}

.agenda_label {
  font-size: 24px;
  line-height: 1.35;
  color: #090909;
  font-weight: 500;
}

.agenda_timeline_body {
  position: relative;
}

.agenda_timeline_body::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 8px;
  bottom: 8px;
  left: calc(var(--agenda-time-col) + (var(--agenda-dot-col) / 2));
  width: 1px;
  background: rgba(9, 9, 9, 0.56);
}

.agenda_row {
  position: relative;
  z-index: 1;
  min-height: 73px;
}

.agenda_row_opening {
  min-height: 176px;
}

.agenda_row_forum {
  min-height: 276px;
}

.agenda_time span {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background: #06090f;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
  white-space: nowrap;
}

.agenda_dot {
  width: 20px;
  height: 20px;
  margin: 7px auto 0px;
  border-radius: 50%;
  background: #06090f;
}

.agenda_topic,
.agenda_speaker {
  font-size: 20px;
  line-height: 1.45;
  color: #090909;
  font-weight: 500;
}

.agenda_topic_title {
  color: #090909;
}

.agenda_with_icon {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.agenda_with_icon img {
  display: block;
  width: 26px;
  margin-top: 2px;
  flex-shrink: 0;
}

.agenda_topic_sub {
  color: #da9700;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
  padding-left: 40px;
  margin-top: 3px;
}

.agenda_speaker p {
  margin: 0px 0px 3px;
  color: #090909;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
}

.agenda_speaker span {
  color: #da9700;
  font-weight: 500;
}

.agenda_speaker_group {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px;
}

.agenda_speaker_group > img {
  display: block;
  width: 30px;
  margin-top: 2px;
}

.agenda_role_badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #090909;
  padding: 4px 13px;
  margin: 0px 0px 10px;
  font-size: 20px;
  line-height: 1.35;
  color: #090909;
  font-weight: 500;
}

.agenda_role_badge:not(:first-child) {
  margin-top: 14px;
}

.agenda_role_badge img {
  display: block;
  width: 28px;
}

.agenda_role_badge span {
  color: #090909;
  font-weight: 500;
}

.agenda_note {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  color: #090909;
  font-weight: 500;
}

.info_bg {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(145deg, #2d2f3c 40%, #6a5541 100%);
}

.info_bg::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../images/activity_bg.png") center top / cover no-repeat;
  filter: brightness(0.92) contrast(0.92) saturate(0.86);
  mix-blend-mode: screen;
  opacity: 0.86;
  pointer-events: none;
}

.info_bg .sec,
.info_bg #FOOTER {
  background: transparent;
}

.info_bg .sec_title {
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}

.info_bg .sec_title::before {
  background: #ffffff;
}

.signup_section {
  background: transparent;
  padding: 86px 20px 38px;
}

.signup_section .mid_content {
  width: 100%;
  max-width: 1096px;
}

.signup_section .sec_title {
  margin-bottom: 28px;
}

.form_wrap {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  text-align: left;
}

.signup_intro {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
}

.apply-form {
  display: block;
  width: 100%;
}

.field {
  margin: 0 0 16px;
}

.label {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0 0 7px;
}

.req {
  font-size: 11px;
  line-height: 1;
  color: #ffffff;
}

.input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0px;
  padding: 0 16px;
  font-size: 16px;
  color: #090909;
  outline: none;
  box-sizing: border-box;
  font-family: inherit;
}

.input:focus {
  border-color: #fbd14b;
  box-shadow: 0 0 0 2px rgba(251, 209, 75, 0.24);
}

.input.is-error {
  border: 1px solid #d93025;
}

.field-error {
  margin-top: 6px;
  font-size: 13px;
  color: #d93025;
  line-height: 1.4;
}

#formMsg {
  color: #ffffff;
}

.consent {
  margin-top: 22px;
}

.consent-row {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  margin: 0 0 16px;
  user-select: none;
}

.consent-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #fbd14b;
}

.consent-text {
  font-size: 18px;
  font-weight: 500;
}

.terms {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 8px;
}

.terms a {
  color: #ffffff;
  text-decoration: none;
  word-break: break-all;
}

.notes {
  margin: 0;
  padding-left: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}

.notes li {
  margin: 0;
  list-style-type: none;
}

.notes li + li {
  margin-top: 4px;
}

.actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.btn-submit {
  width: 184px;
  height: 56px;
  background: #fbd14b;
  color: #0d0d0d;
  border: 0;
  border-radius: 50px;
  padding: 0 24px;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: inherit;
}

.selectStyle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 46px;
  background-color: #ffffff;
  background-image:
    linear-gradient(45deg, transparent 50%, #254d69 50%),
    linear-gradient(135deg, #254d69 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% - 3px),
    calc(100% - 18px) calc(50% - 3px);
  background-repeat: no-repeat;
  background-size:
    6px 6px,
    6px 6px;
  cursor: pointer;
}

.btn-submit:hover {
  filter: brightness(1);
}

.btn-submit:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.btn-submit:active {
  transform: translateY(1px);
}

.form-msg {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.6;
}

.form-msg.success {
  color: #e8ffe8;
}

.form-msg.error {
  color: #ffe1e1;
}

.form-msg.info {
  color: #f2f2f2;
}

.is-error {
  border: 2px solid #ff6b6b !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.2);
}

.btn-arrow {
  font-size: 22px;
  line-height: 1;
  transform: translateY(-1px);
}

.traffic_body {
  float: none;
  width: 100%;
  max-width: 978px;
  margin: 40px auto 0;
}

.traffic_section {
  background: transparent;
  padding: 34px 20px 30px;
}

.traffic_section .mid_content {
  width: 100%;
  max-width: 1096px;
}

.traffic_loc {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  margin-bottom: 28px;
}

.map_wrap {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 0px;
  margin-bottom: 40px;
  border-radius: 0;
  overflow: hidden;
}

.map-responsive {
  overflow: hidden;
  position: relative;
  height: 450px;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

.traffic_item_wrap {
  float: left;
  width: 100%;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0px;
}

.traffic_item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  margin-bottom: 34px;
}

.traffic_item:last-child {
  margin-bottom: 0px;
}

.traffic_icon {
  display: block;
  width: 48px;
  min-width: 48px;
  vertical-align: top;
}

.traffic_icon img {
  display: block;
  width: 100%;
}

.traffic_des {
  display: block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
  text-align: left;
}

.traffic_title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.35;
  font-weight: 500;
}

.traffic_title span {
  font-size: 16px;
  color: #8b8b8b;
  font-weight: normal;
}

.traffic_txt {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1.8;
}

.traffic_notice {
  margin-top: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
}

.traffic_notice p {
  margin-bottom: 2px;
}

.traffic_notice ol {
  list-style-position: outside;
}
.traffic_notice ol li {
  list-style-type: decimal;
  margin-left: 20px;
}

#FOOTER {
  float: left;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 20px;
  background-color: transparent;
}

.unit_item {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}

.unit_item p {
  font-size: 14px;
  color: #244972;
  width: 70px;
  text-align: left;
}

.logo_row {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

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

.unit_item img.logo_h60 {
  height: 60px;
}

.unit_item img.logo_h50 {
  height: 50px;
}

.unit_item img.logo_h40 {
  height: 40px;
}

.copyright {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.86);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}

@media screen and (max-width: 1180px) {
  .mid_content {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 960px) {
  .b_pattern_left {
    position: fixed;
    z-index: 0;
    width: 200px;
    left: 0px;
    top: 0px;
    opacity: 0.3;
  }

  .NAV_btn_wrap {
    display: block;
    position: fixed;
    width: 60px;
    top: 18px;
    right: 0px;
    z-index: 15;
  }

  #KV {
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    margin-top: 60px;
  }

  .intro_section {
    min-height: 500px;
  }

  .intro_earth_media {
    opacity: 0.72;
  }

  #NAV {
    position: fixed;
    float: left;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0px;
    z-index: 14;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    text-align: center;
    background-color: #ffffff;
    padding-right: 0px;
  }

  #NAV.reveal {
    top: 0%;
  }

  nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 80px;
  }

  nav div {
    float: none;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
  }

  #logo {
    position: relative;
    float: left;
    margin-top: 0px;
    margin-left: 20px;
    height: 35px;
  }

  .kv_slogan {
    position: absolute;
    z-index: 4;
    width: min(72vw, 560px);
    min-width: 0px;
    top: 51%;
    left: 50%;
    height: auto;
    margin-bottom: 0px;
  }

  .kv_pattern {
    width: min(138vw, 960px);
    min-width: 620px;
  }

  .kv_line {
    width: max(150vw, 960px);
  }

  .album_slider li {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 50%;
  }

  .agenda_info {
    max-width: 100%;
    margin-bottom: 36px;
  }

  .agenda_info_item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
  }

  .agenda_info_item img {
    width: 40px;
  }

  .agenda_info_item p {
    font-size: 22px;
  }

  .agenda_content {
    --agenda-time-col: 132px;
    --agenda-dot-col: 34px;
    --agenda-topic-col: minmax(220px, 1fr);
    --agenda-speaker-col: minmax(260px, 1fr);
    max-width: 100%;
  }

  .agenda_head,
  .agenda_row {
    column-gap: 0px;
  }

  .agenda_label {
    font-size: 22px;
  }

  .agenda_time span,
  .agenda_topic,
  .agenda_speaker,
  .agenda_speaker p,
  .agenda_topic_sub,
  .agenda_role_badge {
    font-size: 18px;
  }

  .agenda_row_opening {
    min-height: 168px;
  }

  .agenda_row_forum {
    min-height: 268px;
  }

  .host_info_item {
    display: inline-table;
    width: 90%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
  }

  .form_wrap {
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  .unit_item {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .agenda_head {
    display: none;
  }

  .agenda_content {
    --agenda-time-col: 126px;
    --agenda-dot-col: 34px;
  }

  .agenda_row {
    grid-template-columns: var(--agenda-time-col) var(--agenda-dot-col) minmax(
        0,
        1fr
      );
    min-height: 0px;
    padding-bottom: 28px;
  }

  .agenda_row:last-child {
    padding-bottom: 0px;
  }

  .agenda_row_opening,
  .agenda_row_forum {
    min-height: 0px;
  }

  .agenda_speaker {
    grid-column: 3;
    margin-top: 8px;
  }

  .agenda_note {
    margin-top: 34px;
  }
}

@media screen and (max-width: 480px) {
  .kv_img {
    display: block;
  }

  .kv_img_mobile {
    display: none;
  }

  .kv_img_mobile img {
    width: 100%;
    height: unset;
  }

  .kv_slogan {
    display: block;
    width: 88vw;
    min-width: 0px;
    top: 51%;
  }

  #KV {
    position: relative;
    z-index: 3;
    float: left;
    display: block;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 60px);
    height: calc(100svh - 60px);
    margin-top: 60px;
  }

  .kv_pattern {
    width: 138vw;
    min-width: 520px;
  }

  .kv_line {
    width: max(230vw, 900px);
  }

  .kv_line_top {
    --kv-line-top: 18%;
  }

  .kv_line_down {
    --kv-line-top: 82%;
  }

  .agenda_info {
    width: 100%;
  }

  .agenda_info_item p {
    font-size: 20px;
  }

  .agenda_timeline_body::before {
    display: none;
  }

  .agenda_row {
    display: block;
    padding: 0px 0px 28px;
  }

  .agenda_dot {
    display: none;
  }

  .agenda_time {
    margin-bottom: 12px;
  }

  .agenda_speaker {
    margin-top: 10px;
  }

  .agenda_time span,
  .agenda_topic,
  .agenda_speaker,
  .agenda_speaker p,
  .agenda_topic_sub,
  .agenda_role_badge {
    font-size: 17px;
  }

  .intro_section {
    min-height: 520px;
    padding: 72px 24px 78px;
  }

  .intro_earth_media {
    top: auto;
    width: 150%;
    height: 62%;
    opacity: 0.48;
  }

  .intro_txt {
    min-height: 360px;
    display: block;
  }

  .intro_body {
    width: 100%;
  }

  .intro_body h3 {
    font-size: 32px;
    line-height: 1.35;
    letter-spacing: 0.08em;
    margin-bottom: 22px;
  }

  .intro2 {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }

  .deep_bg {
    background: linear-gradient(
      100.47deg,
      #5208b6 0%,
      #5f29b6 50%,
      #1a044b 100%
    );
  }

  .sec {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 50px 20px 50px 20px;
  }

  .intro2 .break_line {
    display: none;
  }

  .intro2 {
    display: inline-block;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    line-height: 1.7;
  }

  .fixed_btn_box {
    right: 15px;
    bottom: 100px;
    gap: 10px;
  }

  .goTop {
    width: 30px;
    height: 30px;
  }

  .q_link {
    width: 30px;
    cursor: pointer;
  }

  .host_info_item {
    display: inline-block;
    width: 90%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    padding: 20px;
  }

  .host_info_scroll {
    float: left;
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
  }

  .close_box {
    position: absolute;
    z-index: 5;
    width: 30px;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .host_info_item .box_head {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  .host_info_item .box_head img {
    width: 100px;
  }

  .host_info_item .box_body {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
    z-index: 1;
  }

  .box_name {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 28px;
    color: #41647c;
    position: relative;
    z-index: 1;
    font-weight: normal;
    margin-top: 8px;
  }

  .box_title {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #858585;
    font-weight: normal;
    position: relative;
    z-index: 1;
    line-height: 1.5;
  }

  .box_label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 24px;
    color: #0d0d0d;
    font-weight: 500;
    margin-top: 28px;
  }

  .box_intro {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    line-height: 1.7;
    margin-top: 14px;
  }

  .sec_title {
    float: none;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    font-size: 32px;
    color: #001b3f;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    margin: 0 auto 30px;
  }

  .sec_title::before {
    width: 7px;
    height: 7px;
  }

  .sec_title::after {
    left: 22px;
    width: calc(100% - 22px);
  }

  .album_slider li {
    float: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0px;
    width: 250px;
  }

  .signup_section .sec_title {
    margin-bottom: 38px;
  }

  .info_bg .form_wrap,
  .info_bg .traffic_body {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .field {
    margin: 0 0 16px;
  }

  .label {
    font-size: 18px;
    margin: 0 0 8px;
  }

  .input {
    height: 44px;
    padding: 0 12px;
    font-size: 15px;
  }

  .selectStyle {
    padding-right: 40px;
    background-position:
      calc(100% - 20px) calc(50% - 3px),
      calc(100% - 14px) calc(50% - 3px);
  }

  .consent {
    margin-top: 18px;
  }

  .consent-row {
    gap: 10px;
    margin: 0 0 12px;
  }

  .consent-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
  }

  .consent-text {
    font-size: 16px;
  }

  .terms,
  .notes {
    font-size: 13px;
    line-height: 1.65;
  }

  .notes li + li {
    margin-top: 6px;
  }

  .actions {
    margin-top: 24px;
  }

  .btn-submit {
    width: 170px;
    height: 52px;
  }

  .btn-arrow {
    font-size: 20px;
  }
}
