@font-face {
  font-family: "TT Norms Pro Medium";
  src: url('../fonts/TT-Norms-Pro-Medium.woff') format("woff"),
    url('../fonts/TT-Norms-Pro-Medium.woff2') format("woff2");
}
@font-face {
  font-family: "TT Norms Pro Normal";
  src: url('../fonts/TT-Norms-Pro-Normal.woff') format("woff"),
    url('../fonts/TT-Norms-Pro-Normal.woff2') format("woff2");
}
@font-face {
  font-family: "TT Norms Pro Regular";
  src: url('../fonts/TT-Norms-Pro-Regular.woff') format("woff"),
    url('../fonts/TT-Norms-Pro-Regular.woff2') format("woff2");
}
@font-face {
  font-family: "Myriad Pro Regular";
  src: url('../fonts/MyriadRegular.woff') format("woff"),
    url('../fonts/MyriadRegular.woff2') format("woff2");
}
@font-face {
  font-family: "Myriad Pro Semibold";
  src: url('../fonts/MyriadSemibold.woff') format("woff"),
    url('../fonts/MyriadSemibold.woff2') format("woff2");
}
#wrapperDesktop > div.HeaderDesktop_headerLayerTwo_1lz0r0Ei > div > div.HeaderDesktop_navContainer_3po5tsux > nav > div:nth-child(8) > div > div.HeaderLevelOneDropDownMenu_innerWrapper_2zDpKV5y > ul.HeaderLevelOneDropDownMenu_menuColumn_3dGV2HeQ.HeaderLevelOneDropDownMenu_productLevelTwo_BXkniAve > a > img{
  width: 12px;
  height: 12px;
}
.main-h2, li, .main-h3, li div, a strong, .info-body2 a, .list-new .hypen {
  background: #fff;
}
h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body {
  margin: 0;
  min-width: 320px;
  color: #181818;
}
img {
  width: 100%;
  height: auto;
}
.btn-style-none {
  background: transparent;
  border: none;
}
.list-style-none,
.list-style-none li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hr {
  height: 1px;
  background-color: #cccccc;
  display: block;
}
.text-center {
  text-align: center;
}
.d-none {
  display: none;
}
.main-h1 {
  font-family: "TT Norms Pro Medium";
  font-size: 46px;
  line-height: 50px;
}

@media (max-width: 730px) {
  .main-h1 {
    font-size: 32px;
    line-height: 48px;
  }
}
.main-h2 {
  font-family: "TT Norms Pro Medium";
  font-size: 35px;
  line-height: 54px;
}
@media (max-width: 730px) {
  .main-h2 {
    font-size: 32px;
    line-height: 48px;
  }
}
.main-h3 {
  font-family: "TT Norms Pro Medium";
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 730px) {
  .main-h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.main-h4 {
  font-family: "TT Norms Pro Medium";
  font-size: 20px;
}
@media (max-width: 730px) {
  .main-h4 {
    font-size: 18px;
  }
}
.main-h5 {
  font-family: "TT Norms Pro Medium";
  font-size: 16px;
}
.main-banner {
  font-family: "TT Norms Pro Medium";
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0.1rem;
}
@media (max-width: 730px) {
  .main-banner {
    font-size: 28px;
  }
}
.main-footer {
  font-family: "TT Norms Pro Regular";
  font-size: 14px;
}
.info-body1 {
  font-family: "Myriad Pro Regular";
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 730px) {
  .info-body1 {
    font-size: 18px;
  }
}
.info-body2 {
  font-family: "Myriad Pro Regular";
  font-size: 19px;
  line-height: 32px;
}
.info-body2 p, .info-body2 strong{
  background: #fff;
}
input {
  border-radius: 8px;
  border: 1px solid #818181;
  font-size: 16px;
  background-color: #fff !important;
  font-family: "TT Norms Pro Normal";
  padding: 0 12px;
  line-height: 40px;
}
input:disabled {
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
}
select {
  border-radius: 8px;
  border: 1px solid #818181;
  font-size: 16px;
  background-color: #fff !important;
  font-family: "TT Norms Pro Normal";
  padding: 0 12px;
  height: 40px;
}
select:disabled {
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
}
input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
input[type="checkbox"]:disabled + label {
  color: #b3b3b3;
}
select {
  padding: 0 12px;
  padding-right: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("https://special-offers.asus.com/images/icon/arrow.svg");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 16px auto, 100%;
  color: #181818;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.form-group label {
  font-size: 16px;
  text-align: left;
  font-family: "TT Norms Pro Medium";
}
.form-group > label {
  line-height: 24px;
}
.form-group input,
.form-group select {
  margin: 6px 0 8px;
}
.form-group input.error,
.form-group select.error {
  border: 1px solid #b42d18;
}
.form-group input.error + .error,
.form-group select.error + .error {
  font-size: 14px;
  font-weight: normal;
  color: #b42d18;
  position: relative;
}
.form-group input.error + .error::before,
.form-group select.error + .error::before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: -36px;
  background: url("https://special-offers.asus.com/images/icon/pie_warning_24@2x.png") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  z-index: 1;
}
@media (max-width: 730px) {
  .form-group input.error + .error::before,
  .form-group select.error + .error::before {
    top: -32px;
  }
}
.form-group input.error + .error + span,
.form-group select.error + .error + span,
.form-group input.error + .error + input,
.form-group select.error + .error + input {
  margin-top: 8px;
}
.form-group select + .error::before {
  display: none !important;
}
.form-group span {
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}
.form-group span + span {
  margin-top: 8px;
}
@media (max-width: 730px) {
  .form-group {
    margin-top: 20px;
  }
  .form-group input,
  .form-group select {
    margin: 6px 0 4px;
  }
}
.checkbox-group label {
  font-family: "TT Norms Pro Regular";
  font-size: 15px;
}
.text-underline{
  text-decoration: underline !important;
}
.btn {
  padding: 0px 16px;
  line-height: 40px;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
  font-size: 18px;
  font-family: "TT Norms Pro Medium" !important;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  border: none;
  background-color: #006ce1;
  color: #fff;
}
.btn:hover {
  background-color: #0051a8;
}
.btn:disabled {
  cursor: no-drop;
  background-color: #b3b3b3;
}
.btn-line {
  padding: 0px 16px;
  line-height: 40px;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
  font-size: 18px;
  font-family: "TT Norms Pro Medium" !important;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  line-height: 34px;
  background-color: #fff;
  border: 3px solid #006ce1;
  color: #006ce1;
}
.btn-line:hover {
  background-color: #006ce1;
  color: #fff;
}
.btn-line:disabled {
  cursor: no-drop;
  background-color: #fff;
  border: 3px solid #b3b3b3;
  color: #b3b3b3;
}
.link {
  color: #006ce1;
  text-decoration: none;
  font-family: "TT Norms Pro Normal";
}
.link i.fa-chevron-right {
  font-size: 12px;
  margin-left: 4px;
}
.notify-modal {
  margin-top: -28px;
  margin-bottom: 32px;
  padding: 0 0 0 20px;
  font-family: "TT Norms Pro Normal";
  background-color: #faf4d7;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
@media (max-width: 730px) {
  .notify-modal {
    margin-top: -32px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 8px;
    padding: 8px 16px;
    align-items: start;
    border-radius: 0;
  }
}
.notify-modal .text {
  flex: 1;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (max-width: 730px) {
  .notify-modal .text {
    padding-top: 0;
  }
}
.notify-modal::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("https://special-offers.asus.com/images/icon/pie_warning_24.png") no-repeat center;
  background-size: contain;
  margin-right: 8px;
}
.notify-modal button {
  cursor: pointer;
  margin-left: auto;
}
.notify-modal button i {
  width: 16px;
  height: 16px;
  padding: 16px;
}
@media (max-width: 730px) {
  .notify-modal button i {
    padding: 12px;
    margin-top: -12px;
    margin-right: -12px;
  }
}
.index .banner {
  position: relative;
}
.index .banner .img-cover {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: 342px;
}
.index .banner .img-cover img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 730px) {
  .index .banner .img-cover {
    height: 440px;
  }
}
.index .banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 730px) {
  .index .banner .container {
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
  }
}
.index .banner .container .text-block {
  padding-left: 16px;
}
.index .banner .container .text-block h1 {
  max-width: 389px;
  background: #fbf9f7;
}
.index .banner .container .text-block .main-h1 {
  margin-bottom: 12px;
}
.index .banner .container .text-block .main-h4 {
  color: #444242;
  font-weight: 600;
  max-width: 414px;
  background: #fbf9f7;
}
.index .banner .container .text-block .main-h4 span {
  padding-top: 8px;
  font-weight: 600;
}
@media (max-width: 730px) {
  .index .banner .container .text-block .main-h4 span {
    display: block;
  }
}
.index .banner .container .text-block .main-h5 {
  color: #4d4d4d;
  font-family: "TT Norms Pro Normal";
}
@media (max-width: 730px) {
  .index .banner .container .text-block .main-h5 {
    font-size: 20px;
  }
}
.index .banner .container .text-block .main-h5 span {
  font-family: "TT Norms Pro Medium";
}
@media (max-width: 730px) {
  .index .banner .container .text-block .main-h5 span {
    display: block;
  }
}
.index .container {
  width: 100%;
  max-width: 1468px;
  margin: 0 auto;
}
.index .container > div {
  padding: 0 16px;
}
.index .container .text-block {
  max-width: 997px;
  margin: 40px auto;
}
@media (max-width: 730px) {
  .index .container .text-block {
    margin: 30px auto;
  }
}
.index .container .card-group {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  margin-bottom: 80px;
}
@media (max-width: 1600px) {
  .index .container .card-group {
    width: 75%;
  }
}
@media (max-width: 1279px) {
  .index .container .card-group {
    grid-template-columns: 1fr;
    width: 80%;
    gap: 48px;
  }
}
@media (max-width: 730px) {
  .index .container .card-group {
    width: 100%;
    margin-bottom: 48px;
    gap: 40px;
  }
}
.index .container .card-group .card {
  padding: 44px 32px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  text-align: center;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .index .container .card-group .card {
    padding: 24px 16px;
  }
}
@media (max-width: 730px) {
  .index .container .card-group .card {
    text-align: start;
  }
}
.index .container .card-group .card .img-frame {
  width: 100%;
}
.index .container .card-group .card .card-text {
  padding: 40px 0;
}
@media (max-width: 730px) {
  .index .container .card-group .card .card-text {
    padding: 24px 0;
  }
}
.index .container .card-group .card .card-text .main-h2 {
  margin-bottom: 12px;
  font-size: 24px;
}
.index .container .card-group .card .btn {
  width: 100%;
}

.index.epp-index .banner .text-block div {
  font-family: "TT Norms Pro Regular";
  color: #4d4d4d;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 730px) {
  .index.epp-index .banner .text-block div {
    font-family: "TT Norms Pro Normal";
    font-size: 20px;
    line-height: 30px;
  }
}
.index.epp-index .container {
  max-width: 1312px;
}
.index.epp-index .container .login-group {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 80px;
}
.index.epp-index .container .login-group .btn {
  margin: 12px 0 40px;
  width: 100%;
}
.index.epp-index .container .login-group .link {
  margin-top: 12px;
}
.index.epp-index .container .login-group .img-cover {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 805px;
  height: 355px;
}
.index.epp-index .container .login-group .img-cover img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 730px) {
  .index.epp-index .container .login-group .img-cover {
    height: auto;
  }
  .index.epp-index .container .login-group .img-cover img {
    width: 100%;
    height: auto;
    position: initial;
    left: auto;
    transform: none;
  }
}
.index.epp-index .container .login-group .img-cover + div {
  flex: 415px;
}
@media (max-width: 730px) {
  .index.epp-index .container .login-group .img-cover + div {
    flex: auto;
  }
}
@media (max-width: 730px) {
  .index.epp-index .container .login-group {
    margin-top: 32px;
    gap: 32px;
    flex-direction: column-reverse;
  }
  .index.epp-index .container .login-group .btn {
    margin: 12px 0 32px;
  }
}

.index.epp-index .container .enrollad-group {
  width: 612px;
}
.index.epp-index .container .enrollad-group .main-h2 {
  position: relative;
}
.index.epp-index .container .enrollad-group .main-h2 .toggle-btn {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
}
.index.epp-index .container .enrollad-group .main-h2.toggle-show i {
  font-size: 20px;
  margin-left: 8px;
  display: inline-block;
}
.index.epp-index .container .enrollad-group .main-h2.toggle-show .toggle-btn {
  display: block;
}
.index.epp-index .container .enrollad-group .main-h2.close i {
  transform: rotate(180deg);
}
@media (max-width: 730px) {
  .index.epp-index .container .enrollad-group .main-h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .index.epp-index .container .enrollad-group .main-h2.toggle-show i {
    font-size: 16px;
    display: block;
  }
}
.index.epp-index .container .enrollad-group .form-group {
  font-family: "TT Norms Pro Regular";
}
.index.epp-index .container .enrollad-group .form-group .clear-style {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 8px;
}
.index.epp-index .container .enrollad-group .form-group .clear-style input {
  margin: 8px 0 0;
}
@media (max-width: 730px) {
  .index.epp-index .container .enrollad-group .form-group .clear-style input {
    margin: 12px 0 0;
  }
}
.index.epp-index
  .container
  .enrollad-group
  .form-group
  .clear-style
  input
  + .error {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 15px;
}
.index.epp-index
  .container
  .enrollad-group
  .form-group
  .clear-style
  input
  + .error::before {
  position: relative;
  top: 0;
  left: 0;
}
.index.epp-index .container .enrollad-group .form-group .clear-style i {
  position: absolute;
  right: 2px;
  top: 10px;
  padding: 12px 16px;
  cursor: pointer;
}
@media (max-width: 730px) {
  .index.epp-index .container .enrollad-group .form-group .clear-style i {
    top: 13px;
  }
}
.index.epp-index .container .message-group > div {
  width: 680px;
}
.index.epp-index .container .message-group > div p {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 730px) {
  .index.epp-index .container .message-group > div p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
  }
}
.index.epp-index .container .img-group {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 1280px;
  height: 620px;
}
.index.epp-index .container .img-group img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1279px) {
  .index.epp-index .container .img-group {
    height: auto;
  }
  .index.epp-index .container .img-group img {
    width: 100%;
    height: auto;
    position: initial;
    left: auto;
    transform: none;
  }
}
@media (max-width: 1279px) {
  .index.epp-index .container .img-group {
    padding: 0;
  }
}
.index.epp-index .container .enrollad-group,
.index.epp-index .container .message-group > div {
  margin: 0 auto;
}
@media (max-width: 730px) {
  .index.epp-index .container .enrollad-group,
  .index.epp-index .container .message-group > div {
    width: 100%;
  }
}
.index.epp-index .container .enrollad-group .form-group,
.index.epp-index .container .message-group > div .form-group,
.index.epp-index .container .enrollad-group .info-body2 + .info-body2,
.index.epp-index .container .message-group > div .info-body2 + .info-body2 {
  margin-top: 32px;
}
.index.epp-index .container .enrollad-group .text-center,
.index.epp-index .container .message-group > div .text-center {
  margin-top: 40px;
}
@media (max-width: 730px) {
  .index.epp-index .container .enrollad-group .text-center,
  .index.epp-index .container .message-group > div .text-center {
    margin-top: 24px;
  }
}
.index.epp-index .container .enrollad-group button,
.index.epp-index .container .message-group > div button {
  width: 364px;
  margin: auto 0;
}
@media (max-width: 730px) {
  .index.epp-index .container .enrollad-group button,
  .index.epp-index .container .message-group > div button {
    width: 100%;
  }
}
.index.epp-index .container .content {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.index.epp-index .container .icon-group {
  margin-top: 60px;
}
@media (max-width: 730px) {
  .index.epp-index .container .icon-group {
    margin-top: 32px;
  }
}
.index.epp-index .container .icon-group h2 {
  margin-bottom: 24px;
}
.index.epp-index .container .icon-group ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.index.epp-index .container .icon-group ul li {
  font-family: "TT Norms Pro Normal";
  font-size: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.index.epp-index .container .icon-group ul li::before {
  content: "";
  width: 172px;
  height: 172px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.index.epp-index .container .icon-group ul li.benefits::before {
  background-image: url("https://special-offers.asus.com/images/icon/ic_benefits.svg");
}
.index.epp-index .container .icon-group ul li.discount::before {
  background-image: url("https://special-offers.asus.com/images/icon/ic_discount.svg");
}
.index.epp-index .container .icon-group ul li.special::before {
  background-image: url("https://special-offers.asus.com/images/icon/ic_special.svg");
}
@media (max-width: 730px) {
  .index.epp-index .container .icon-group ul li {
    flex-direction: initial;
    align-items: center;
    column-gap: 20px;
  }
  .index.epp-index .container .icon-group ul li::before {
    width: 80px;
    height: 80px;
  }
  .index.epp-index .container .icon-group ul li.benefits::before {
    background-image: url("https://special-offers.asus.com/images/icon/ic_benefits_m.svg");
  }
  .index.epp-index .container .icon-group ul li.discount::before {
    background-image: url("https://special-offers.asus.com/images/icon/ic_discount_m.svg");
  }
  .index.epp-index .container .icon-group ul li.special::before {
    background-image: url("https://special-offers.asus.com/images/icon/ic_special_m.svg");
  }
}
@media (max-width: 730px) {
  .index.epp-index .container .icon-group ul {
    flex-direction: column;
    gap: 12px;
  }
}
.index.epp-index .container .step-group ul li + li {
  margin-top: 48px;
}

.step-group .link i.fa-chevron-right {
  font-size: 14px;
}
.step-group button {
  margin: 50px 0 78px;
}
@media (max-width: 730px) {
  .index.epp-index .container .step-group ul li + li {
    margin-top: 24px;
  }
}
.index.epp-index .container .step-group ul li p,
.index.epp-index .container .step-group ul li div {
  margin-bottom: 20px;
}
.index.epp-index .container .step-group ul li div {
  font-family: "TT Norms Pro Normal";
}
.index.epp-index .container .step-group ul li .text-block {
  display: block;
  margin: 16px 0;
}
@media (max-width: 730px) {
  .index.epp-index .container .step-group ul li p,
  .index.epp-index .container .step-group ul li div {
    margin-bottom: 12px;
  }
  .index.epp-index .container .step-group ul li .text-block {
    margin: 8px 0;
  }
}
.index.epp-index .container .faq-group ul {
  margin-bottom: 80px;
}
.index.epp-index .container .faq-group ul li + li {
  margin-top: 48px;
}
@media (max-width: 730px) {
  .index.epp-index .container .faq-group ul li + li {
    margin-top: 40px;
  }
}
.index.epp-index .container .faq-group ul li > div {
  display: flex;
  column-gap: 8px;
}
.index.epp-index .container .faq-group ul li .link {
  display: block;
  margin-top: 16px;
  font-size: 20px;
}
@media (max-width: 730px) {
  .index.epp-index .container .faq-group ul {
    margin-bottom: 48px;
  }
  .index.epp-index .container .faq-group ul .link {
    margin-top: 8px;
  }
  .index.epp-index .container .faq-group ul p {
    font-size: 18px;
  }
}
.index.epp-index .container .hr {
  margin: 60px 0;
}
@media (max-width: 730px) {
  .index.epp-index .container .hr {
    margin: 32px 0;
  }
}
.faq .container,
.terms .container {
  width: 100%;
  max-width: 1268px;
  margin: 0 auto;
}
.faq .container > div,
.terms .container > div {
  padding: 0 16px;
}
.faq .page-title,
.terms .page-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 32px;
}
@media (max-width: 730px) {
  .faq .page-title .main-h2,
  .terms .page-title .main-h2 {
    line-height: 150%;
  }
}
.faq .tab-group {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 32px;
  display: flex;
  list-style: none;
  padding: 0;
}
@media (max-width: 730px) {
  .faq .tab-group {
    flex-direction: column;
    border-bottom: none;
    border-left: 1px solid #cccccc;
  }
}
.faq .tab-group .tab {
  text-align: center;
  color: #4d4d4d;
  padding-bottom: 14px;
  transition: 0.2s;
  cursor: pointer;
}
@media (max-width: 730px) {
  .faq .tab-group .tab {
    text-align: start;
    padding-left: 12px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.faq .tab-group .tab:first-of-type {
  margin-right: 40px;
}
@media (max-width: 730px) {
  .faq .tab-group .tab:first-of-type {
    margin-right: 0;
  }
}
.faq .tab-group .tab.active {
  color: #181818;
  box-shadow: inset 0 -3px 0 -1px #181818;
}
@media (max-width: 730px) {
  .faq .tab-group .tab.active {
    box-shadow: inset 3px 0 0 -1px #181818;
  }
}
.faq .panel-group {
  padding-bottom: 80px;
}
@media (max-width: 730px) {
  .faq .panel-group {
    padding-bottom: 48px;
  }
}
.faq .panel-group .panel {
  display: none;
}
.faq .panel-group .panel.active {
  display: block;
}
.faq .panel-group .qa-group {
  margin-bottom: 40px;
}
.faq .panel-group .qa-group .question {
  margin-bottom: 12px;
}
.faq .panel-group .qa-group .answer {
  display: flex;
}
.faq .panel-group .qa-group .answer > div:first-of-type {
  margin-right: 8px;
}
.terms .top-content .info-body2 {
  margin-bottom: 32px;
}
.terms .list-content {
  margin-bottom: 80px;
}
.terms .list-content ol.outer {
  padding-inline-start: 0px;
  list-style: decimal;
  padding-left: 16px;
}
.terms .list-content ol.outer li {
  margin-bottom: 24px;
  padding-left: 8px;
}
.terms .list-content ol.outer li:nth-child(4) {
  margin-bottom: 0;
}
.terms .list-content .inner {
  padding: 0px 32px 40px;
}
@media (max-width: 730px) {
  .terms .list-content .inner {
    padding: 40px 0;
  }
}
.terms .list-content .inner .main-h4 {
  margin-bottom: 24px;
  margin-top: 40px;
}
.terms .list-content .inner ul.inner-list {
  padding-inline-start: 0px;
  list-style: upper-alpha;
  padding-left: 16px;
}
.terms .list-content .inner ul.inner-list li {
  padding-left: 8px;
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 730px) {
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 32px;
}
.title h2 {
  font-family: "TT Norms Pro Medium";
  font-size: 35px;
  padding: 32px 16px;
  margin: 0;
}
@media (max-width: 730px) {
  .title h2 {
    font-size: 18px;
    padding: 16px;
  }
}
.title h1 {
  font-size: 35px;
  font-family: "TT Norms Pro Medium";
  padding: 32px 16px;
  margin: 0;
}
@media (max-width: 730px) {
  .title h1 {
    font-size: 18px;
    padding: 16px;
  }
}
@media (max-width: 730px) {
  .title {
    margin-bottom: 20px;
  }
}
.application {
  color: #181818;
  font-family: "TT Norms Pro Normal";
}
.application .container {
  width: 100%;
  max-width: 852px;
  margin: 0 auto;
}
.application .container > div {
  padding: 0 16px;
}
.application .container p {
  font-size: 25px;
  margin: 0;
}
@media (max-width: 730px) {
  .application .container p {
    font-size: 18px;
  }
}
.application .container .form-group .flex-file {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.application .container .form-group .flex-file > div {
  display: flex;
}
@media (max-width: 730px) {
  .application .container .form-group .flex-file > div {
    width: 100%;
  }
}
.application .container .form-group .flex-file > div:nth-child(1) {
  flex: 1;
  flex-direction: column;
  position: relative;
}
.application .container .form-group .flex-file .file-name {
  border-radius: 8px;
  border: 1px solid #818181;
  font-size: 16px;
  background-color: #fff !important;
  font-family: "TT Norms Pro Normal";
  padding: 0 12px;
  line-height: 40px;
  margin: 6px 0 8px;
  position: absolute;
  top: 2px;
  left: 2px;
  height: 38.5px;
  width: calc(100% - 34px);
  border: none;
}
.application .container .form-group .flex-file .file-name:disabled {
  border: 1px solid #b3b3b3;
  color: #b3b3b3;
}
.application .container .form-group .flex-file .file-name div {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.application .container .form-group .flex-file .file-name span {
  color: #666666;
  font-size: 16px;
  line-height: initial;
}
.application .container .form-group .flex-file .file-name.error {
  border: 1px solid #b42d18;
}
.application .container .form-group .flex-file input[type="file"] {
  font-size: 12px;
  line-height: 40px;
}
.application
  .container
  .form-group
  .flex-file
  input[type="file"]
  + .error::before {
  top: -38px;
}
@media (max-width: 730px) {
  .application
    .container
    .form-group
    .flex-file
    input[type="file"]
    + .error::before {
    top: -34px;
  }
}
.application .container .form-group .flex-file .btn-line {
  min-width: 164px;
  text-align: center;
  font-size: 18px;
}
.application .container .form-group .flex-file label.btn-line {
  min-width: calc(164px - 38px);
}
.application .container .form-group .flex-file button.btn-line {
  display: none;
}
@media (max-width: 730px) {
  .application .container .form-group .flex-file {
    flex-direction: column;
  }
  .application .container .form-group .flex-file .btn-line {
    width: 100%;
  }
  .application .container .form-group .flex-file + .flex-file {
    margin: 18px 0 8px;
  }
}
.application .container .form-group .flex-file.show label,
.application .container .form-group .flex-file.show .file-name span {
  display: none;
}
.application .container .form-group .flex-file.show button {
  display: block;
}
.application .container .form-group .flex-file.show .file-name div {
  display: -webkit-box;
}
.application .container .hr {
  margin: 40px 0;
}
@media (max-width: 730px) {
  .application .container .hr {
    margin: 40px -16px;
  }
}
.application .container .btn-group {
  margin: 60px auto 80px;
  text-align: center;
}
@media (max-width: 730px) {
  .application .container .btn-group {
    margin: 40px auto 48px;
  }
}
.application .container .btn-group button {
  width: 100%;
  max-width: 364px;
}
@media (max-width: 730px) {
  .application .container .btn-group button {
    max-width: none;
  }
}
.application .container .help-group {
  padding: 8px 0;
  border-top: 1px solid #cccccc;
}
@media (max-width: 730px) {
  .application .container .help-group {
    font-size: 18px;
    padding: 12px 16px;
    line-height: 27px;
    margin: 0 -16px;
  }
}
.application .container .checkbox-group {
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-gap: 12px;
  margin-bottom: 24px;
}
.application.preview {
  font-family: "TT Norms Pro Medium";
}
.application.preview P {
  margin-bottom: 20px;
}
.application.preview .form-group {
  gap: 8px;
}
.application.preview .form-group + .form-group {
  margin-top: 16px;
}
.application.preview .form-group div {
  font-family: "TT Norms Pro Regular";
  color: #4d4d4d;
}
.application.preview .btn-group.link-group {
  display: flex;
  margin: 32px 0 40px;
}
.application.preview .btn-group.link-group .btn-line {
  width: calc(164px - 38px);
}
@media (max-width: 730px) {
  .application.preview .btn-group .btn,
  .application.preview .btn-group .btn-line {
    width: 100% !important;
    max-width: none;
  }
}
.application.preview .captcha {
  display: flex;
}
@media (max-width: 730px) {
  .application.preview .captcha {
    display: block;
  }
}
.application.preview .captcha > div:first-of-type {
  margin-right: 12px;
  display: inline-flex;
}
.application.preview .captcha > div:first-of-type input {
  width: 100px;
  height: 40px;
}
.application.preview .captcha > div:first-of-type input.error {
  border: 1px solid #b42d18;
}
.application.preview .captcha > div:first-of-type img {
  width: 134px;
  height: 40px;
}
.application.preview .captcha > div:first-of-type .errorBox {
  position: relative;
  margin-top: 0;
  margin-right: 12px;
}
@media (max-width: 730px) {
  .application.preview .captcha > div:first-of-type .errorBox {
    display: flex;
    flex-direction: column;
  }
}
.application.preview .captcha > div:first-of-type .errorBox label {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 48px;
  color: #b42d18;
  font-size: 14px;
}
@media (max-width: 730px) {
  .application.preview .captcha > div:first-of-type .errorBox label {
    position: relative;
    margin-top: 0;
  }
}
.application.preview .captcha > div:last-of-type {
  display: flex;
  align-items: center;
}
.application.preview .captcha > div:last-of-type span {
  margin-right: 20px;
  color: #181818;
  font-family: "TT Norms Pro Regular";
}
.application.preview .captcha > div:last-of-type a {
  cursor: pointer;
}
@media (max-width: 730px) {
  .application.preview .captcha > div:last-of-type {
    margin-top: 16px;
  }
}
#image-error:before {
  pointer-events: none;
}
.verify-email .container {
  width: 100%;
  max-width: 1268px;
  margin: 0 auto;
}
.verify-email .container > div {
  padding: 0 16px;
}
.verify-email .row {
  display: flex;
  justify-content: end;
  gap: 100px;
}
@media (max-width: 730px) {
  .verify-email .row {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.verify-email .page-title {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 32px;
}
.verify-email .img-frame {
  max-width: 264px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 730px) {
  .verify-email .img-frame {
    max-width: 140px;
  }
}
.verify-email .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 795px;
  width: 100%;
}
.verify-email .content-main .main-h4 {
  margin-bottom: 24px;
}
.verify-email .content-main .info-body2 > div {
  margin-bottom: 16px;
}
.verify-email .content-button {
  margin-top: 40px;
  margin-bottom: 40px;
}
.verify-email .content-button .btn {
  max-width: 364px;
  width: 100%;
}
@media (max-width: 730px) {
  .verify-email .content-button .btn {
    max-width: 100%;
    width: 100%;
  }
}
.verify-email .content-info {
  margin-bottom: 80px;
}
.email .info {
  color: #b42d18;
}
.email .container {
  width: 100%;
  max-width: 687px;
  margin: 0 auto;
}
.email .container > div {
  padding: 0 16px;
}
.email .header {
  width: 100%;
  height: 48px;
  background-color: #fff;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 730px) {
  .email .header {
    margin-bottom: 12px;
  }
}
.email .header .img-frame {
  max-width: 81px;
  width: 100%;
  height: 21px;
}
@media (max-width: 730px) {
  .email .header .img-frame {
    margin: 0 auto;
  }
}
.email .footer {
  width: 100%;
  height: 72px;
  background-color: #dbdbdb;
  display: flex;
  align-items: center;
}
@media (max-width: 730px) {
  .email .footer {
    text-align: center;
  }
}
.email .banner {
  max-height: 235px;
  height: 100%;
  position: relative;
}
@media (max-width: 730px) {
  .email .banner {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.email .banner-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
@media (max-width: 730px) {
  .email .banner-content {
    max-height: 115px;
    top: 45%;
    left: 5%;
  }
}
.email .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 795px;
  width: 100%;
}
.email .content-main .main-h4 {
  margin-bottom: 24px;
  margin-top: 40px;
}
@media (max-width: 730px) {
  .email .content-main .main-h4 {
    margin-bottom: 16px;
    margin-top: 32px;
  }
}
.email .content-main .info-body2 > div + div {
  margin-top: 24px;
}
.email .content-button {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 730px) {
  .email .content-button {
    margin-bottom: 24px;
  }
}
.email .content-button .btn {
  max-width: 332px;
  width: 100%;
  margin-bottom: 12px;
}
.email .content-button .info-body2 {
  color: #4d4d4d;
}
.email .content-info {
  margin-bottom: 80px;
}
.email .content-info .info-body2 > div + div {
  margin-top: 36px;
}

.list-new .hypen{
  display: inline-flex;
}

.list-new .hypen:before {
  content: "-";
  margin-right: 8px;
  font-family: "TT Norms Pro Normal";
}