@charset 'utf-8';
img:not([src]):not([srcset]) {
  background-color: rgba(155, 135, 185, 0.9);
}
body,
html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #8c71ae rgba(112, 112, 112, 0.3);
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
a.pink {
  color: #ca3ca4;
}
.row {
  padding-top: 0;
  padding-bottom: 0;
}
.sfContentBlock > p > a > img {
  width: 20rem;
  height: auto;
}
.sfContentBlock,
.text-editor {
  text-overflow: ellipsis;
}
.sfContentBlock b,
.sfContentBlock strong,
.text-editor b,
.text-editor strong {
  font-weight: 700;
}
.sfContentBlock h1,
.text-editor h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom: 1.25rem;
}
.sfContentBlock h2,
.text-editor h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
.sfContentBlock h3,
.text-editor h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.sfContentBlock cite,
.sfContentBlock h4,
.text-editor cite,
.text-editor h4 {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
}
.sfContentBlock h5,
.text-editor h5 {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1rem;
}
.sfContentBlock h6,
.text-editor h6 {
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 0.9rem;
}
.sfContentBlock p,
.text-editor p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.sfContentBlock blockquote,
.text-editor blockquote {
  quotes: unset;
  font-size: 1.125rem;
  line-height: 1.5rem;
  background: #eee;
  border-radius: 5px;
  padding: 1rem;
  width: fit-content;
  margin: 1rem;
}
.sfContentBlock blockquote::before,
.text-editor blockquote::before {
  content: "\201C";
}
.sfContentBlock blockquote::after,
.text-editor blockquote::after {
  content: "\201D";
}
.sfContentBlock ul,
.text-editor ul {
  list-style: disc;
  padding-left: 1rem;
}
.sfContentBlock ol,
.text-editor ol {
  list-style: number;
}
.sfContentBlock ol li,
.text-editor ol li {
  margin-bottom: 1rem;
}
.sfContentBlock iframe,
.text-editor iframe {
  display: block;
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  max-height: 70vh;
}
.sfContentBlock a,
.text-editor a {
  font-family: Poppins;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #ca3ca4;
  text-decoration: underline;
  word-break: break-word;
}
.sfContentBlock .table-wrap,
.text-editor .table-wrap {
  width: 100% !important;
  border-radius: 8px;
  margin-bottom: 1rem;
  filter: drop-shadow(0 1px 3px rgba(16, 24, 40, 0.1))
    drop-shadow(0 1px 2px rgba(16, 24, 40, 0.06));
  border: 1px solid #dadada;
  padding: 0;
  overflow: visible;
}
.sfContentBlock .table-wrap .table-wrap-scroll,
.text-editor .table-wrap .table-wrap-scroll {
  overflow: auto;
  border-radius: 8px;
  width: 100% !important;
  background: #f5f5f5;
}
.sfContentBlock .table-wrap .table-wrap-scroll table,
.text-editor .table-wrap .table-wrap-scroll table {
  margin-bottom: 0;
}
.sfContentBlock table,
.text-editor table {
  width: 100% !important;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 0.25rem 1.5rem;
  min-width: 45rem;
}
.sfContentBlock table tr,
.text-editor table tr {
  height: auto !important;
}
.sfContentBlock table tr:last-child td,
.sfContentBlock table tr:last-child th,
.text-editor table tr:last-child td,
.text-editor table tr:last-child th {
  border-bottom: none;
}
.sfContentBlock table th,
.text-editor table th {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  min-width: 200px;
  width: 33%;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.sfContentBlock table td,
.text-editor table td {
  min-width: 200px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 1.25rem 1.5rem;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.sfContentBlock table td:last-of-type,
.text-editor table td:last-of-type {
  border-right: 0;
}
@media screen and (max-width: 1200px) {
  .sfContentBlock iframe,
  .text-editor iframe {
    height: 100vw;
    max-height: 50vh;
  }
}
@media screen and (max-width: 1200px) {
  .sfContentBlock iframe,
  .text-editor iframe {
    height: 100vw;
    max-height: 50vh;
  }
}
.text-editor-responsive-table {
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
}
.text-editor-responsive-table .table-wrap {
  border: 0;
}
.text-editor-responsive-table table {
  border-radius: 8px;
}
.text-editor-responsive-table table tr {
  border-bottom: 1px solid #dadada;
}
.text-editor-responsive-table table tr td,
.text-editor-responsive-table table tr th {
  border: none;
  border-radius: 8px;
}
.text-editor-responsive-table table tr:last-of-type {
  border-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .text-editor-responsive-table .sfContentBlock table,
  .text-editor-responsive-table .text-editor table {
    min-width: unset;
  }
  .text-editor-responsive-table .sfContentBlock table td,
  .text-editor-responsive-table .sfContentBlock table th,
  .text-editor-responsive-table .text-editor table td,
  .text-editor-responsive-table .text-editor table th {
    display: block;
    width: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .text-editor-responsive-table .sfContentBlock table,
  .text-editor-responsive-table .text-editor table {
    min-width: unset;
  }
  .text-editor-responsive-table .sfContentBlock table td,
  .text-editor-responsive-table .sfContentBlock table th,
  .text-editor-responsive-table .text-editor table td,
  .text-editor-responsive-table .text-editor table th {
    display: block;
    width: 100% !important;
  }
}
a.find-more {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 38px;
  color: #fff !important;
  background: #c5299b;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
}
#modalHomepage.modal {
  opacity: 1;
  background-color: rgba(228, 225, 233, 0.88);
  z-index: 10000;
}
#modalHomepage.modal .sfContentBlock table,
#modalHomepage.modal .text-editor table {
  min-width: unset;
}
@media screen and (max-width: 768px) {
  #modalHomepage.modal {
    z-index: 10000000;
  }
}
@media screen and (max-width: 768px) {
  #modalHomepage.modal {
    z-index: 10000000;
  }
}
#modalHomepage.modal .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 999;
  width: 50%;
  max-width: 45rem;
  transform: translateY(-50%);
  margin-top: 0;
}
#modalHomepage.modal .modal-dialog .modal-content {
  min-height: 12.175rem;
}
#modalHomepage.modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 1.875rem;
  padding-bottom: 0;
  justify-content: space-between;
}
#modalHomepage.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: Poppins;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2rem;
  text-align: left;
  color: #422c88;
}
#modalHomepage.modal .modal-dialog .modal-content .modal-header .close {
  height: 24px;
  width: 24px;
  padding: 0;
  opacity: 1;
  transition: 0.5s;
  margin: 0;
  border: none;
  background: 0 0;
  -webkit-appearance: none;
}
#modalHomepage.modal .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 0.5;
}
#modalHomepage.modal .modal-dialog .modal-content .modal-header .close img {
  width: 100%;
  object-fit: cover;
}
#modalHomepage.modal .modal-dialog .modal-content .modal-body {
  border: none;
  padding: 1.875rem;
  padding-right: 0.875rem;
  margin-right: 1rem;
  margin-top: 1.875rem;
  padding-top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 80vh;
  margin-bottom: 1rem;
  scrollbar-color: #8c71ae rgba(112, 112, 112, 0.3);
  scrollbar-width: thin;
}
#modalHomepage.modal
  .modal-dialog
  .modal-content
  .modal-body::-webkit-scrollbar {
  width: 6px;
}
#modalHomepage.modal
  .modal-dialog
  .modal-content
  .modal-body::-webkit-scrollbar {
  height: 6px;
}
#modalHomepage.modal
  .modal-dialog
  .modal-content
  .modal-body::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(112, 112, 112, 0.3);
}
#modalHomepage.modal
  .modal-dialog
  .modal-content
  .modal-body::-webkit-scrollbar-thumb {
  background: #8c71ae;
  border-radius: 0;
}
#modalHomepage.modal .modal-dialog .modal-content .modal-body .sfContentBlock {
  margin-top: 0 !important;
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: left;
}
#modalHomepage.modal
  .modal-dialog
  .modal-content
  .modal-body
  .sfContentBlock
  p {
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: left;
  color: #111;
}
#modalHomepage.modal
  .modal-dialog
  .modal-content
  .modal-body
  .sfContentBlock
  a {
  font-weight: 700;
  text-decoration: none;
}
#modalHomepage.modal .modal-dialog .modal-content .modal-footer {
  display: none;
  border: none;
}
@media screen and (max-width: 1200px) {
  #modalHomepage.modal .modal-dialog {
    margin: auto;
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  #modalHomepage.modal .modal-dialog {
    margin: auto;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #modalHomepage.modal .modal-dialog .modal-content .modal-body {
    padding: 1rem;
    max-height: 75vh;
    margin-bottom: 1rem;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  #modalHomepage.modal .modal-dialog .modal-content .modal-body {
    padding: 1rem;
    max-height: 75vh;
    margin-bottom: 1rem;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }
}
.modal.show {
  padding: 0 !important;
}
.recommended-programme .item-article_list {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .recommended-programme .item-article_list {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .recommended-programme .item-article_list {
    padding-bottom: 10px;
  }
}
.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 0.875rem;
  scroll-behavior: smooth;
}
body {
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
option,
select,
table,
textarea {
  font-family: Poppins;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
input,
option,
select,
table,
textarea {
  line-height: 1.1;
}
ol {
  list-style: number;
  padding-left: 1rem;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
  max-width: 100%;
}
a {
  transition: 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
form label {
  cursor: pointer;
}
* {
  color: #111;
}
.font-inter {
  font-family: Inter, sans-serif;
}
.container {
  max-width: 100vw;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 15px;
    max-width: 90vw;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1196px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1200px) {
  body .main-head .logo {
    opacity: 1;
    transition: 0.5s;
  }
}
@media screen and (max-width: 1200px) {
  body .main-head .logo {
    opacity: 1;
    transition: 0.5s;
  }
}
body.search-open {
  overflow: hidden;
}
body.search-open .main {
  opacity: 0.5;
}
body.search-open .m-header {
  position: sticky;
  background: #fff;
  top: 0;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  body.search-open .main-head .logo {
    opacity: 0;
  }
}
@media screen and (max-width: 1200px) {
  body.search-open .main-head .logo {
    opacity: 0;
  }
}
body.filter-open {
  overflow: hidden;
}
.main {
  background: #f2f2f2;
  overflow: hidden;
  margin-top: 0;
}
.main .main-content {
  background: #f2f2f2;
}
.main .main-content .container.last-container:not(.container-breadcrumb) {
  padding-bottom: 4rem !important;
}
.main
  .main-content
  .container.last-container:not(.container-breadcrumb)
  > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1200px) {
  .main .main-content .container.last-container:not(.container-breadcrumb) {
    padding-bottom: 2.5rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .main .main-content .container.last-container:not(.container-breadcrumb) {
    padding-bottom: 2.5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .main .main-content .container.last-container:not(.breadcrumb) {
    padding-bottom: 32px !important;
  }
}
@media screen and (max-width: 768px) {
  .main .main-content .container.last-container:not(.breadcrumb) {
    padding-bottom: 32px !important;
  }
}
.main.header-fixed {
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  .trans {
    filter: brightness(1) drop-shadow(2px 2px 5px #32323200);
  }
  .trans:hover {
    filter: drop-shadow(2px 2px 5px #32323233);
    -webkit-filter: drop-shadow(2px 2px 5px #32323233);
  }
  .trans:hover .group-download {
    filter: unset !important;
    -webkit-filter: unset !important;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 1rem;
  }
}
.m-header_masthead {
  min-height: 2rem;
  display: block;
  background: #f0f0f0;
  max-width: 100vw;
  overflow: hidden;
}
.m-header_head {
  background: #f0f0f0;
}
.m-header_head .sign {
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 6px 0;
  padding-left: 28px;
  margin-left: -56px;
  background: url(../images/sg-crest.svg) no-repeat left top 2px;
}
@media screen and (max-width: 1280px) {
  .m-header_head .sign {
    margin-left: 0;
  }
}
.m-header_head .sign a {
  font-weight: 700;
  color: #0f71bb;
  text-decoration: underline;
  position: relative;
  margin-left: 0.5rem;
  display: inline-block;
}
.m-header_head .sign a::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/ico_arrow_down.svg) no-repeat;
}
@media screen and (max-width: 1200px) {
  .m-header_head .sign {
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 1200px) {
  .m-header_head .sign {
    font-size: 0.625rem;
  }
}
.m-header_main {
  padding-top: 15px;
  position: relative;
  transition: 0.5s;
}
.m-header_main .main-head {
  align-items: center;
  position: relative;
  margin: 0;
}
.m-header_main .main-head .logo {
  flex: 0 0 9rem;
  margin-bottom: 15px;
}
.m-header_main .main-head .logo img {
  width: 9rem;
  height: 2.875rem;
}
@media screen and (max-width: 1280px) {
  .m-header_main .main-head .logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 990px) {
  .m-header_main .main-head .logo {
    width: 240px;
  }
  .m-header_main .main-head .logo img {
    height: 37px;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .m-header_main .main-head {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .m-header_main .main-head {
    padding-right: 0;
    margin: 0;
  }
  .m-header_main .main-head .logo {
    flex: 0 0 calc(100% - 24px);
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .m-header_main .main-head .btn-menu {
    position: absolute;
    width: 30px;
    height: 21px;
    top: 50%;
    transform: translateY(-50%);
  }
  .m-header_main .main-head .btn-menu span {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #330072;
    display: block;
    position: absolute;
    left: 0;
    transition: 0.5s;
  }
  .m-header_main .main-head .btn-menu span:first-of-type {
    top: 0;
  }
  .m-header_main .main-head .btn-menu span:nth-child(2) {
    top: 9px;
  }
  .m-header_main .main-head .btn-menu span:nth-child(3) {
    top: 9px;
  }
  .m-header_main .main-head .btn-menu span:last-of-type {
    bottom: 0;
  }
  .m-header_main .main-head .btn-menu.active span:first-of-type {
    opacity: 0;
  }
  .m-header_main .main-head .btn-menu.active span:nth-child(2) {
    transform: rotate(45deg);
  }
  .m-header_main .main-head .btn-menu.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .m-header_main .main-head .btn-menu.active span:last-of-type {
    opacity: 0;
  }
}
@media screen and (max-width: 1200px) {
  .m-header_main .main-head {
    padding-right: 0;
    margin: 0;
  }
  .m-header_main .main-head .logo {
    flex: 0 0 calc(100% - 24px);
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .m-header_main .main-head .btn-menu {
    position: absolute;
    width: 30px;
    height: 21px;
    top: 50%;
    transform: translateY(-50%);
  }
  .m-header_main .main-head .btn-menu span {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #330072;
    display: block;
    position: absolute;
    left: 0;
    transition: 0.5s;
  }
  .m-header_main .main-head .btn-menu span:first-of-type {
    top: 0;
  }
  .m-header_main .main-head .btn-menu span:nth-child(2) {
    top: 9px;
  }
  .m-header_main .main-head .btn-menu span:nth-child(3) {
    top: 9px;
  }
  .m-header_main .main-head .btn-menu span:last-of-type {
    bottom: 0;
  }
  .m-header_main .main-head .btn-menu.active span:first-of-type {
    opacity: 0;
  }
  .m-header_main .main-head .btn-menu.active span:nth-child(2) {
    transform: rotate(45deg);
  }
  .m-header_main .main-head .btn-menu.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .m-header_main .main-head .btn-menu.active span:last-of-type {
    opacity: 0;
  }
}
.m-header_main .navigation-area {
  align-items: flex-end;
  flex: 0 0 calc(100% - 9rem - 24px);
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.m-header_main .navigation-area .head-tab {
  overflow: hidden;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border: none;
}
.m-header_main .navigation-area .head-tab .nav-item a {
  padding: 10px 16px;
  background: #614586;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #e4dbf0;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1280px) {
  .m-header_main .navigation-area .head-tab {
    width: 260px;
  }
  .m-header_main .navigation-area .head-tab .nav-item {
    width: 100%;
  }
  .m-header_main .navigation-area .head-tab .nav-item a {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .m-header_main .navigation-area {
    position: absolute;
    width: 100vw;
    background: #fff;
    top: calc(100%);
    left: calc(-50vw + 50%);
    display: none;
    padding: 0.5rem;
    border-radius: 0 0 8px 8px;
    z-index: 100;
    box-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .m-header_main .navigation-area .menu .menu-list {
    padding: 0 1rem;
    gap: 8px;
  }
  .m-header_main .navigation-area .menu .menu-list li {
    flex: 0 0 100%;
    margin: 0;
    padding-right: 3rem;
  }
  .m-header_main .navigation-area .menu .menu-list li a {
    font-size: 1.2rem;
    line-height: normal;
  }
  .m-header_main .navigation-area .menu .menu-list li a::after {
    width: calc(100% + 3rem);
  }
  .m-header_main .navigation-area .menu .menu-list > li.has-child > .arrow {
    width: 3rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .m-header_main .navigation-area {
    position: absolute;
    width: 100vw;
    background: #fff;
    top: calc(100%);
    left: calc(-50vw + 50%);
    display: none;
    padding: 0.5rem;
    border-radius: 0 0 8px 8px;
    z-index: 100;
    box-shadow: 0 8px 4px 0 rgba(0, 0, 0, 0.1);
  }
  .m-header_main .navigation-area .menu .menu-list {
    padding: 0 1rem;
    gap: 8px;
  }
  .m-header_main .navigation-area .menu .menu-list li {
    flex: 0 0 100%;
    margin: 0;
    padding-right: 3rem;
  }
  .m-header_main .navigation-area .menu .menu-list li a {
    font-size: 1.2rem;
    line-height: normal;
  }
  .m-header_main .navigation-area .menu .menu-list li a::after {
    width: calc(100% + 3rem);
  }
  .m-header_main .navigation-area .menu .menu-list > li.has-child > .arrow {
    width: 3rem;
    height: 1.5rem;
  }
}
.m-header_main .form-search {
  position: absolute;
  margin: 0;
  z-index: 100;
  width: 100%;
  right: 0;
  bottom: 0;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: 0;
  margin-top: 0;
  flex: 0 0 100%;
  max-width: calc(100% - 12rem);
}
.m-header_main .form-search .input-text {
  padding: 13px 16px 10px 0;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: 0.5s;
  box-shadow: none;
  border-bottom: 3px solid #330072;
  border-radius: 0;
  height: 100%;
}
.m-header_main .form-search .search-btn {
  background-size: 1rem 1rem;
  background-position: center;
  left: 0;
  height: 100%;
  top: 0;
  width: 3rem;
}
.m-header_main .form-search-close {
  position: absolute;
  right: 0;
  height: 1rem;
  bottom: calc(50% - 0.5rem);
  transition: 0.5s;
  cursor: pointer;
}
.m-header_main .form-search.show {
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .m-header_main .form-search {
    right: 0;
    max-width: calc(100% - 4rem);
  }
  .m-header_main .form-search .input-text {
    padding: 13px 16px 5px 0;
  }
}
@media screen and (max-width: 1200px) {
  .m-header_main .form-search {
    right: 0;
    max-width: calc(100% - 4rem);
  }
  .m-header_main .form-search .input-text {
    padding: 13px 16px 5px 0;
  }
}
.m-header_main .btn-search {
  position: absolute;
  right: 0;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.m-header_main .btn-search img {
  height: 24px;
  width: 24px;
}
.m-header_main .menu-list {
  flex-wrap: wrap;
  padding-left: 2.5rem;
}
.m-header_main .menu-list > li {
  margin-left: 1.5rem;
}
.m-header_main .menu-list > li > a {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #2f0f58;
  padding-right: 8px;
  padding-bottom: 12px;
  position: relative;
}
.m-header_main .menu-list > li > a::after {
  position: absolute;
  content: "";
  width: calc(100% + 1rem);
  height: 2px;
  bottom: 0;
  left: 0;
  background: #422c88;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.m-header_main .menu-list > li.has-child {
  position: relative;
  padding-right: 1rem;
}
.m-header_main .menu-list > li.has-child > .arrow {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 1.375rem;
  background: url(../images/ico_down.svg) no-repeat center;
  right: 0;
  transition: 0.3s ease;
  z-index: 99;
  cursor: pointer;
}
.m-header_main .menu-list > li.has-child.active > .arrow {
  transform: rotate(180deg);
}
.m-header_main .menu-list > li.has-child.active > a::after {
  opacity: 1;
  visibility: visible;
}
.m-header_main .menu-list > li .sub-menu {
  position: absolute;
  transition: 0s;
  top: 100%;
  padding-top: 3px;
  z-index: 1;
  display: none;
  max-width: 20vw;
  min-width: 15rem;
  left: -5px;
  z-index: 100;
}
.m-header_main .menu-list > li .sub-menu_list {
  padding: 0.5rem 0;
  background: #fff;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1),
    0 4px 6px -2px rgba(16, 24, 40, 0.05);
  border-radius: 0.5rem;
}
.m-header_main .menu-list > li .sub-menu_list > li.has-child {
  position: relative;
}
.m-header_main .menu-list > li .sub-menu_list > li.has-child > .arrow {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.375rem;
  right: 0.75rem;
  top: 0.5rem;
  background: url(../images/ico_down.svg) no-repeat center;
  transition: 0.3s ease;
  z-index: 99;
  cursor: pointer;
}
.m-header_main .menu-list > li .sub-menu_list > li.has-child > a {
  position: relative;
  padding-right: 40px;
}
.m-header_main .menu-list > li .sub-menu_list > li.has-child.active > .arrow {
  transform: rotate(180deg);
}
.m-header_main .menu-list > li .sub-menu_list > li.has-child:hover > a {
  background: #e4e1e9;
}
.m-header_main .menu-list > li .sub-menu_list > li:hover {
  background: #e4e1e9;
}
.m-header_main .menu-list > li .sub-menu_list a {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #422c88;
  padding: 0.5rem 1rem;
  display: block;
}
.m-header_main .menu-list > li .sub-menu .sub-inner {
  display: none;
}
.m-header_main .menu-list > li .sub-menu .sub-inner a {
  padding-left: 32px;
}
.m-header_main .menu-list > li .sub-menu .sub-inner a:hover {
  background: #e4e1e9;
}
@media screen and (max-width: 1200px) {
  .m-header_main .menu-list > li .sub-menu {
    position: relative;
    top: 0;
    max-width: unset;
    width: calc(100% + 20px);
  }
  .m-header_main .menu-list > li .sub-menu_list {
    box-shadow: unset;
    border-radius: 0;
    margin-left: -5px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .m-header_main .menu-list > li .sub-menu {
    position: relative;
    top: 0;
    max-width: unset;
    width: calc(100% + 20px);
  }
  .m-header_main .menu-list > li .sub-menu_list {
    box-shadow: unset;
    border-radius: 0;
    margin-left: -5px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .m-header_main {
    padding: 8px 0;
    box-shadow: 0 4px 4px 0 #00000026;
  }
}
@media screen and (max-width: 1200px) {
  .m-header_main {
    padding: 8px 0;
    box-shadow: 0 4px 4px 0 #00000026;
  }
}
.m-header.fixed {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 9;
  top: 0;
}
.m-header .adj-font-size {
  height: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 99;
}
.m-header .adj-font-size > div {
  cursor: pointer;
  height: 100%;
  transition: 0.5s;
}
.m-header .adj-font-size > div img {
  height: 100%;
}
.m-header .adj-font-size > div:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .m-header .adj-font-size {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .m-header .adj-font-size {
    display: none;
  }
}
.m-footer {
  background: #422c88;
  padding: 2rem 0;
}
.m-footer .logo-group {
  margin-right: auto;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .m-footer .logo-group {
    margin-right: unset;
  }
}
@media (max-width: 800px) {
  .m-footer .logo-group {
    order: 2;
  }
}
@media (max-width: 767px) {
  .m-footer .logo-group {
    width: 100%;
    margin-left: auto;
  }
  .m-footer .logo-group .wrapper {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 335px) {
  .m-footer .logo-group .wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.m-footer .logo-group .item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 32px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.m-footer .logo-group .item.show-after:first-child::after {
  display: block;
}
@media (max-width: 335px) {
  .m-footer .logo-group .item.show-after:first-child::after {
    display: none;
  }
}
.m-footer .logo-group .item:first-child {
  padding-left: 0;
}
.m-footer .logo-group .item:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 1px;
  height: 85px;
  background-color: #fff;
  display: none;
}
@media (max-width: 335px) {
  .m-footer .logo-group .item:first-child::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .m-footer .logo-group .item:first-child {
    padding-left: 19px;
    width: 50%;
  }
}
@media (max-width: 385px) {
  .m-footer .logo-group .item:first-child {
    padding-left: 0;
    padding-right: 12px;
  }
}
@media (max-width: 335px) {
  .m-footer .logo-group .item:first-child {
    border-right: 1px solid transparent;
  }
}
.m-footer .logo-group .item:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .m-footer .logo-group .item:last-child {
    padding-right: 19px;
    width: 50%;
  }
}
@media (max-width: 385px) {
  .m-footer .logo-group .item:last-child {
    padding-right: 12px;
    padding-left: 0;
  }
}
@media (max-width: 385px) {
  .m-footer .logo-group .item {
    width: 100% !important;
  }
}
.m-footer .logo-group .item p {
  color: #fff;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  text-align: center;
}
.m-footer .logo-group .item img {
  object-fit: contain;
  max-width: 118px;
  max-height: 54px;
}
.m-footer_menu .l-menu {
  justify-content: flex-start;
  column-gap: 0.4rem;
}
@media screen and (max-width: 1200px) {
  .m-footer_menu .l-menu {
    justify-content: start;
  }
}
.m-footer_menu .l-menu > li {
  flex: 0 0 calc((100% - 2rem) / 6);
  max-width: calc((100% - 2rem) / 6);
}
@media screen and (max-width: 1200px) {
  .m-footer_menu .l-menu > li {
    flex: 0 0 calc((100% - 2rem) / 2);
    max-width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .m-footer_menu .l-menu > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.m-footer_menu .l-menu {
  padding-left: 0;
}
.m-footer_menu .l-menu > li {
  margin-bottom: 3rem;
  position: relative;
}
.m-footer_menu .l-menu > li a {
  color: #fff;
}
.m-footer_menu .l-menu > li > a {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3125rem;
}
@media (max-width: 767px) {
  .m-footer_menu .l-menu > li > a {
    font-size: 16px;
    line-height: 21px;
  }
}
.m-footer_menu .l-menu > li .sub-menu-arrow {
  display: none;
}
.m-footer_menu .sub-menu {
  margin-top: 1rem;
}
@media screen and (min-width: 760.5rem) {
  .m-footer_menu .sub-menu {
    display: block !important;
  }
}
.m-footer_menu .sub-menu li {
  margin-bottom: 1rem;
}
.m-footer_menu .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.m-footer_menu .sub-menu a {
  font-size: 1rem;
  line-height: 1.3125rem;
  display: block;
}
.m-footer_head {
  margin-bottom: 1.5rem;
}
.m-footer_head strong {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .m-footer_head strong {
    font-size: 24px !important;
    line-height: 100% !important;
  }
}
.m-footer_head p {
  color: #f0f0f0;
  font-size: 1rem;
  line-height: 1.3125rem;
  max-width: 700px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .m-footer_head p {
    font-size: 16px;
    line-height: 21px;
  }
}
.m-footer_row-menu {
  display: flex;
  justify-content: flex-end;
  margin: 1rem 0;
  padding-left: 0;
}
@media (max-width: 800px) {
  .m-footer_row-menu {
    margin-right: auto !important;
    order: 1;
  }
}
.m-footer_row-menu.is-reverse {
  justify-content: flex-start;
}
.m-footer_row-menu li {
  margin-right: 2rem;
}
.m-footer_row-menu li:last-of-type {
  margin-right: 0;
}
.m-footer_row-menu a {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
@media (max-width: 767px) {
  .m-footer_row-menu a {
    font-size: 16px !important;
    line-height: 32px !important;
  }
}
.m-footer_row-menu a.link-blank {
  padding-right: 1.25rem;
  background: url(../images/ico_blank.svg) no-repeat right center;
}
.m-footer_bl {
  display: flex;
  justify-content: end;
  align-items: baseline;
  gap: 1.875rem;
  border-bottom: 1px solid #fff;
  align-items: center;
}
@media (max-width: 1200px) {
  .m-footer_bl {
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .m-footer_bl {
    flex-direction: row;
  }
}
@media (max-width: 800px) {
  .m-footer_bl {
    flex-direction: column;
  }
}
.m-footer_social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
}
@media (max-width: 800px) {
  .m-footer_social {
    order: 3;
  }
}
@media (max-width: 767px) {
  .m-footer_social {
    justify-content: center;
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 385px) {
  .m-footer_social {
    row-gap: 12px;
  }
}
.m-footer_social li {
  margin-right: 1.875rem;
}
.m-footer_social li:last-of-type {
  margin: 0;
}
.m-footer_social li a img {
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .m-footer_social {
    width: 100%;
  }
  .m-footer_social li {
    margin: 0;
    flex: 0 0 auto;
    padding: 0 15px;
  }
  .m-footer_social li:first-child {
    padding-left: 0;
  }
  .m-footer_social li:last-child {
    padding-right: 0;
  }
  .m-footer_social li img {
    width: 27px;
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .m-footer_social {
    width: 100%;
  }
  .m-footer_social li {
    margin: 0;
    flex: 0 0 auto;
    padding: 0 15px;
  }
  .m-footer_social li:first-child {
    padding-left: 0;
  }
  .m-footer_social li:last-child {
    padding-right: 0;
  }
  .m-footer_social li img {
    width: 27px;
    height: 28px;
  }
}
.m-footer .copyright {
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .m-footer {
    padding: 32px 0;
    font-family: Nunito, sans-serif;
  }
  .m-footer_menu .l-menu {
    gap: 0.25rem;
  }
  .m-footer_head {
    margin-bottom: 2rem;
  }
  .m-footer_head strong {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
  .m-footer .l-menu {
    margin-bottom: 2rem;
    gap: 0.25rem;
  }
  .m-footer .l-menu > li {
    margin-bottom: 0;
  }
  .m-footer .l-menu > li a {
    padding: 0.625rem;
    line-height: 1.3125rem;
  }
  .m-footer .l-menu > li > a {
    padding-right: 3rem;
    position: relative;
    display: block;
  }
  .m-footer .l-menu > li > a.empty::before {
    display: none;
  }
  .m-footer .l-menu > li > a.active::before {
    transform: rotate(180deg);
  }
  .m-footer .l-menu > li .sub-menu-arrow {
    position: absolute;
    width: 2rem;
    height: 2.5rem;
    right: 1rem;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 12;
    cursor: pointer;
  }
  .m-footer .l-menu > li .sub-menu-arrow img {
    width: 100%;
    height: 0.5rem;
    transition: 0.5s;
  }
  .m-footer .l-menu > li .sub-menu-arrow.active img {
    transform: rotate(180deg);
  }
  .m-footer .sub-menu {
    margin-top: 0;
    display: none;
  }
  .m-footer .sub-menu li {
    margin: 0;
  }
  .m-footer_bl {
    gap: 1rem;
  }
  .m-footer_bl .m-footer_row-menu {
    margin-top: -16px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-footer_social {
    margin-bottom: 2rem;
  }
  .m-footer_row-menu {
    flex-direction: column;
    justify-content: flex-start !important;
    margin: 2rem 0;
  }
  .m-footer_row-menu li {
    margin: 0;
  }
  .m-footer_row-menu a {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
  .m-footer .btn-footer {
    margin-top: 4rem;
    margin-bottom: 1.75rem;
  }
  .m-footer .btn-footer a {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: inline-block;
    color: #fff;
    padding: 1.25rem 1.375rem;
    background: #c5299b;
    border-radius: 0.625rem;
  }
  .m-footer .copyright {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: left;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .m-footer .l-menu > li.col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .m-footer {
    padding: 32px 0;
    font-family: Nunito, sans-serif;
  }
  .m-footer_menu .l-menu {
    gap: 0.25rem;
  }
  .m-footer_head {
    margin-bottom: 2rem;
  }
  .m-footer_head strong {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
  .m-footer .l-menu {
    margin-bottom: 2rem;
    gap: 0.25rem;
  }
  .m-footer .l-menu > li {
    margin-bottom: 0;
  }
  .m-footer .l-menu > li a {
    padding: 0.625rem;
    line-height: 1.3125rem;
  }
  .m-footer .l-menu > li > a {
    padding-right: 3rem;
    position: relative;
    display: block;
  }
  .m-footer .l-menu > li > a.empty::before {
    display: none;
  }
  .m-footer .l-menu > li > a.active::before {
    transform: rotate(180deg);
  }
  .m-footer .l-menu > li .sub-menu-arrow {
    position: absolute;
    width: 2rem;
    height: 2.5rem;
    right: 1rem;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 12;
    cursor: pointer;
  }
  .m-footer .l-menu > li .sub-menu-arrow img {
    width: 100%;
    height: 0.5rem;
    transition: 0.5s;
  }
  .m-footer .l-menu > li .sub-menu-arrow.active img {
    transform: rotate(180deg);
  }
  .m-footer .sub-menu {
    margin-top: 0;
    display: none;
  }
  .m-footer .sub-menu li {
    margin: 0;
  }
  .m-footer_bl {
    gap: 1rem;
  }
  .m-footer_bl .m-footer_row-menu {
    margin-top: -16px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-footer_social {
    margin-bottom: 2rem;
  }
  .m-footer_row-menu {
    flex-direction: column;
    justify-content: flex-start !important;
    margin: 2rem 0;
  }
  .m-footer_row-menu li {
    margin: 0;
  }
  .m-footer_row-menu a {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
  .m-footer .btn-footer {
    margin-top: 4rem;
    margin-bottom: 1.75rem;
  }
  .m-footer .btn-footer a {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: inline-block;
    color: #fff;
    padding: 1.25rem 1.375rem;
    background: #c5299b;
    border-radius: 0.625rem;
  }
  .m-footer .copyright {
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: left;
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .m-footer .l-menu > li.col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
.ttl-primary {
  font-weight: 700;
  font-size: 3rem;
  line-height: 111.9%;
  color: #422c88;
  margin-bottom: 0.875rem;
}
.ttl-primary.is-small {
  font-size: 1.75rem;
}
.ttl-primary.wsg-mt-2 {
  margin-top: 2rem;
}
.ttl-primary.wsg-mt-4 {
  margin-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .ttl-primary {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .ttl-primary {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .ttl-primary {
    margin-bottom: 8px;
    font-size: 1.25rem;
  }
  .ttl-primary.wsg-mt-2 {
    margin-top: 16px;
  }
  .ttl-primary.wsg-mt-4 {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .ttl-primary {
    margin-bottom: 8px;
    font-size: 1.25rem;
  }
  .ttl-primary.wsg-mt-2 {
    margin-top: 16px;
  }
  .ttl-primary.wsg-mt-4 {
    margin-top: 32px;
  }
}
.download-box {
  display: flex;
  margin-top: 4rem;
}
.download-box .line {
  background-color: #ca3ca4;
  margin-top: 16px;
  margin-bottom: 8px;
  height: 1px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .download-box .line {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .download-box .line {
    margin-top: 12px;
  }
}
.download-box p.desc {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1200px) {
  .download-box p.desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.download-box button.btn-download {
  margin-top: 24px;
  width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 10px;
  border-radius: 8px;
  border-width: 1px;
  background-color: #ca3ca4;
  border: 1px solid #ca3ca4;
  color: #fff;
  padding: 10px 24px;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 24.55px;
  letter-spacing: 0;
  transition: 0.5s;
}
.download-box button.btn-download:hover {
  background-color: transparent;
  border: 1px solid #ca3ca4;
  color: #ca3ca4;
}
@media (max-width: 1200px) {
  .download-box button.btn-download {
    width: 100%;
    font-size: 12px;
    line-height: 22.55px;
    padding: 10px 12px;
  }
}
.download-box .title {
  flex: 0 0 18.5rem;
  margin-right: 1rem;
}
.download-box .title strong {
  color: #422c88;
  font-weight: 800;
  font-size: 3rem;
  line-height: 3.3rem;
}
.download-box .title .file-name {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
}
.download-box .l-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 34px;
  row-gap: 32px;
}
.download-box .l-btn li {
  padding: 0;
  flex: 0 0 calc(166rem / 16 + 2.5rem);
  width: 100%;
  max-width: calc(166rem / 16 + 2.5rem);
}
.download-box .l-btn li a {
  padding: 0 1.25rem;
  display: flex;
  text-align: center;
  flex-direction: column;
}
.download-box .l-btn li a .rounder {
  width: calc(166rem / 16);
  height: calc(166rem / 16);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.125rem;
}
.download-box .l-btn li a .rounder img {
  max-width: 5rem;
  max-height: 5rem;
  height: auto;
}
.download-box .l-btn li a span {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.download-box .l-btn li a .btn-download {
  margin-top: calc(39px - 1.625rem);
}
.download-box .l-btn li a .btn-download img {
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 1200px) {
  .download-box {
    flex-direction: column;
    margin-top: 3rem;
    padding: 0;
  }
  .download-box .title {
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2.125rem;
  }
  .download-box .title strong {
    font-size: 2rem;
  }
  .download-box .title .file-name {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .download-box .l-btn {
    column-gap: 16px;
    justify-content: space-evenly;
  }
  .download-box .l-btn li {
    padding: 0;
    flex: 0 0 9rem;
    max-width: 9rem;
  }
  .download-box .l-btn li a {
    padding: 0;
    align-items: center;
  }
  .download-box .l-btn li a .rounder {
    width: 9rem;
    height: 9rem;
    margin-bottom: 16px;
  }
  .download-box .l-btn li a span {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .download-box .l-btn li a .btn-download {
    margin-top: 11px;
  }
}
@media screen and (max-width: 1200px) {
  .download-box {
    flex-direction: column;
    margin-top: 3rem;
    padding: 0;
  }
  .download-box .title {
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2.125rem;
  }
  .download-box .title strong {
    font-size: 2rem;
  }
  .download-box .title .file-name {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .download-box .l-btn {
    column-gap: 16px;
    justify-content: space-evenly;
  }
  .download-box .l-btn li {
    padding: 0;
    flex: 0 0 9rem;
    max-width: 9rem;
  }
  .download-box .l-btn li a {
    padding: 0;
    align-items: center;
  }
  .download-box .l-btn li a .rounder {
    width: 9rem;
    height: 9rem;
    margin-bottom: 16px;
  }
  .download-box .l-btn li a span {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .download-box .l-btn li a .btn-download {
    margin-top: 11px;
  }
}
.pdf-box {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5625rem 2.59375rem 1.5625rem 0;
  margin-top: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 26px 30px 0 rgba(0, 0, 0, 0.2);
}
.pdf-box .btn-secondary {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #fff;
  padding: 0.625rem 2.375rem;
  background-color: #c5299b;
  border-radius: 0.5rem;
  border: 0.125rem solid #c5299b;
  transition: 0.5s;
  box-shadow: none !important;
}
.pdf-box .btn-secondary:hover,
.pdf-box .btn-secondary:not(:disabled):not(.disabled):active {
  color: #c5299b;
  background: 0 0;
  border-color: #c5299b;
}
.pdf-box .icons {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 137px;
  height: 137px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .pdf-box .icons {
    width: 30vw;
    height: 30vw;
    max-width: 80px;
    max-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .pdf-box .icons {
    width: 30vw;
    height: 30vw;
    max-width: 80px;
    max-height: 80px;
  }
}
.pdf-box .icons img {
  margin: 36px 44px;
  max-width: 60%;
  max-height: 60%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .pdf-box .icons img {
    margin: 12px 16px;
  }
}
@media screen and (max-width: 768px) {
  .pdf-box .icons img {
    margin: 12px 16px;
  }
}
.pdf-box .sm-text p {
  padding-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1200px) {
  .pdf-box .sm-text p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .pdf-box .sm-text p {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .pdf-box .sm-text p {
    font-size: 16px;
  }
}
.pdf-box .sm-text span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .pdf-box .sm-text span {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .pdf-box .sm-text span {
    font-size: 26px;
  }
}
.pdf-box p {
  padding-top: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.pdf-box .text {
  padding-left: 41.5px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .pdf-box .text {
    padding-left: 0 !important;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pdf-box .text {
    padding-left: 0 !important;
    gap: 12px;
  }
}
.pdf-box .text span {
  color: #422c88;
  font-family: Poppins;
  font-weight: 700;
  font-size: 48px;
  line-height: 53.71px;
  letter-spacing: 0;
  padding-bottom: 16px;
}
@media screen and (max-width: 1200px) {
  .pdf-box .text span {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .pdf-box .text span {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .pdf-box .text span {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .pdf-box .text span {
    font-size: 32px;
    line-height: 40px;
  }
}
.pdf-box .btn {
  margin-left: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .pdf-box {
    margin-top: 1.5rem;
    flex-direction: column;
    padding: 1rem 0.7rem;
    background-position: top 1.875rem left 1.5rem;
    align-items: flex-start;
  }
  .pdf-box .text {
    padding-left: 5rem;
  }
  .pdf-box p {
    padding: 0.625rem 0;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .pdf-box .btn-box {
    display: block;
    max-width: 15rem;
    margin: auto;
    margin-top: 0.5rem;
    width: 100%;
  }
  .pdf-box .btn {
    margin-left: 0;
    width: 100%;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .pdf-box {
    margin-top: 1.5rem;
    flex-direction: column;
    padding: 1rem 0.7rem;
    background-position: top 1.875rem left 1.5rem;
    align-items: flex-start;
  }
  .pdf-box .text {
    padding-left: 5rem;
  }
  .pdf-box p {
    padding: 0.625rem 0;
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .pdf-box .btn-box {
    display: block;
    max-width: 15rem;
    margin: auto;
    margin-top: 0.5rem;
    width: 100%;
  }
  .pdf-box .btn {
    margin-left: 0;
    width: 100%;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .pdf-box .btn-box {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .pdf-box .btn-box {
    max-width: unset;
  }
}
.tab-nav {
  max-width: 48rem;
  margin: auto;
  margin-bottom: 4rem;
  position: relative;
}
.tab-nav .tabs-group {
  border-bottom: 1px solid rgba(66, 44, 136, 0.12);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
.tab-nav .tabs-group .tab {
  background-color: #9684ad;
  padding: 0.625rem 1rem;
  cursor: pointer;
  transition: 0.5s;
  flex: 0 0 50%;
}
.tab-nav .tabs-group .tab:first-child {
  border-radius: 1rem 0 0 0;
}
.tab-nav .tabs-group .tab:last-child {
  border-radius: 0 1rem 0 0;
}
.tab-nav .tabs-group .tab:hover .title {
  opacity: 1;
}
.tab-nav .tabs-group .tab.active {
  background-color: #422c88;
}
.tab-nav .tabs-group .tab.active .title {
  opacity: 1;
}
.tab-nav .tabs-group .tab .title {
  transition: 0.5s;
  color: #fff;
  opacity: 0.6;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-align: center;
}
.tab-nav .tabs-group-tooltips {
  display: none;
  cursor: default;
  position: absolute;
  padding: 1rem 2rem 1rem 1rem;
  background-color: #fff;
  border: 1px solid #422c88;
  border-radius: 4px;
  font-family: Poppins;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  text-align: justify;
  max-width: 80%;
  width: fit-content;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  bottom: calc(12px + 100%);
}
.tab-nav .tabs-group-tooltips::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border: 1px solid #422c88;
  transform: rotate(45deg);
  height: 10px;
  width: 10px;
  top: calc(100% - 4px);
  margin: auto;
  left: 0;
  right: 0;
  border-top: 0;
  border-left: 0;
}
.tab-nav .tabs-group-tooltips-close {
  background: url(../images/tooltip_close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  right: 0.75rem;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
.tab-nav .tab-title {
  padding: 1.8125rem 0 0.875rem;
  font-family: Poppins;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.375rem;
  letter-spacing: 0;
  text-align: center;
  color: #422c88;
}
.tab-nav .tab-selection {
  position: relative;
}
.tab-nav .tab-selection .label {
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0;
  color: #111;
  text-align: center;
  margin-bottom: 1.5rem;
}
.tab-nav .tab-selection .selection {
  box-shadow: 0 26px 30px rgba(0, 0, 0, 0.05);
  width: 75%;
  margin: auto;
  position: relative;
}
.tab-nav .tab-selection .selection .drop-button {
  background-color: #fff;
  padding: 1.5rem;
  padding-right: 4rem;
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-align: center;
  border-radius: 0.5rem;
  color: #2f0f58;
  cursor: pointer;
}
.tab-nav .tab-selection .selection .drop-arrow {
  background-image: url(../images/Ic_arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.5rem;
  width: 1.5rem;
  top: calc(50% - 0.75rem);
  right: 2rem;
  cursor: pointer;
  position: absolute;
  transition: 0.5s;
}
.tab-nav .tab-selection .selection .selection-options {
  display: none;
  transition: 0s;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: calc(100% + 1rem);
  width: 100%;
  box-shadow: 0 26px 30px rgba(0, 0, 0, 0.05);
  z-index: 9;
  padding: 0.5rem 0;
}
.tab-nav .tab-selection .selection .selection-options .option {
  padding: 0.8rem 1rem;
  transition: 0.5s;
  color: #44167e;
  cursor: pointer;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  text-align: left;
}
.tab-nav .tab-selection .selection .selection-options .option::first-letter {
  text-transform: uppercase;
}
.tab-nav .tab-selection .selection .selection-options .option:hover {
  background-color: #e4e1e9;
}
.tab-nav .tab-selection.show-option .selection .drop-arrow {
  transform: rotate(180deg);
}
.tab-nav .tab-selection-tooltips {
  cursor: default;
  position: absolute;
  padding: 1rem 2rem 1rem 1rem;
  background-color: #fff;
  border: 1px solid #422c88;
  border-radius: 4px;
  font-family: Poppins;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  min-width: 15rem;
  margin: auto;
  left: calc(12px + 100%);
  transform: translateY(-50%);
  top: 50%;
  display: none;
  text-align: center;
  width: fit-content;
}
.tab-nav .tab-selection-tooltips::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border: 1px solid #422c88;
  transform: translateY(-50%) rotate(135deg);
  height: 10px;
  width: 10px;
  top: 50%;
  left: -6px;
  border-top: 0;
  border-left: 0;
}
.tab-nav .tab-selection-tooltips-close {
  background: url(../images/tooltip_close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  right: 0.75rem;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .tab-nav .tab-selection .selection {
    width: 100%;
  }
  .tab-nav .tab-selection .selection .drop-button {
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: 16px;
    padding-right: 40px;
  }
  .tab-nav .tab-selection .selection .drop-arrow {
    right: 16px;
  }
  .tab-nav .tab-selection-tooltips {
    top: -32px;
    left: 0;
    right: 0;
    margin: auto;
    min-width: auto;
  }
  .tab-nav .tab-selection-tooltips::after {
    left: 0;
    right: 0;
    margin: auto;
    top: unset;
    bottom: 0;
    transform: translateY(50%) rotate(45deg);
  }
  .tab-nav .tab-selection-tooltips::before {
    right: 0.5rem;
  }
  .tab-nav .tabs-group {
    overflow: hidden;
  }
  .tab-nav .tabs-group .tab {
    flex: 0 0 auto;
    max-width: 90vw;
    padding: 8px 16px;
  }
  .tab-nav .tabs-group .tab .title {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25rem;
  }
  .tab-nav .tab-title {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.75rem;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .tab-nav .tab-selection .selection {
    width: 100%;
  }
  .tab-nav .tab-selection .selection .drop-button {
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: 16px;
    padding-right: 40px;
  }
  .tab-nav .tab-selection .selection .drop-arrow {
    right: 16px;
  }
  .tab-nav .tab-selection-tooltips {
    top: -32px;
    left: 0;
    right: 0;
    margin: auto;
    min-width: auto;
  }
  .tab-nav .tab-selection-tooltips::after {
    left: 0;
    right: 0;
    margin: auto;
    top: unset;
    bottom: 0;
    transform: translateY(50%) rotate(45deg);
  }
  .tab-nav .tab-selection-tooltips::before {
    right: 0.5rem;
  }
  .tab-nav .tabs-group {
    overflow: hidden;
  }
  .tab-nav .tabs-group .tab {
    flex: 0 0 auto;
    max-width: 90vw;
    padding: 8px 16px;
  }
  .tab-nav .tabs-group .tab .title {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.25rem;
  }
  .tab-nav .tab-title {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.75rem;
    text-align: center;
  }
}
@media screen and (max-width: 360px) {
  .tab-nav .tabs-group {
    flex-wrap: wrap;
  }
  .tab-nav .tabs-group .tab {
    flex: 0 0 100%;
  }
  .tab-nav .tabs-group .tab:first-child {
    border-radius: 8px 8px 0 0;
  }
  .tab-nav .tabs-group .tab:last-child {
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 360px) {
  .tab-nav .tabs-group {
    flex-wrap: wrap;
  }
  .tab-nav .tabs-group .tab {
    flex: 0 0 100%;
  }
  .tab-nav .tabs-group .tab:first-child {
    border-radius: 8px 8px 0 0;
  }
  .tab-nav .tabs-group .tab:last-child {
    border-radius: 0 0 8px 8px;
  }
}
.m-content {
  margin: 4rem 0;
}
.m-content_inner {
  position: relative;
  z-index: 1;
}
.m-content_inner.left::before {
  right: 57.5rem;
  display: block;
  height: 540px;
}
.m-content_inner.right::before {
  left: 47.5rem;
  display: block;
  height: 275px;
}
.m-content_inner::before {
  position: absolute;
  content: "";
  width: 100vw;
  border-radius: 1.5rem;
  background: #dbd6e3;
  top: -2.5rem;
  display: none;
  z-index: 0;
  transition: 0.5s;
  max-height: 90%;
}
.m-content_inner .text-editor {
  background: #fff;
  border-radius: 8px;
  padding: 3rem 1.5rem;
}
.m-content_inner .sfContentBlock ol,
.m-content_inner .sfContentBlock ul {
  padding-left: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.m-content_inner-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-content_inner::before {
    top: -16px;
  }
  .m-content_inner.left::before {
    height: 160px;
    right: 55%;
    left: unset;
    top: -26px;
  }
  .m-content_inner.right::before {
    left: 50%;
    height: 160px;
    right: unset;
  }
  .m-content_inner .content-text,
  .m-content_inner .text-editor {
    padding: 32px 16px;
  }
  .m-content_inner .content-text h2,
  .m-content_inner .text-editor h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .m-content_inner .content-text ol,
  .m-content_inner .text-editor ol {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .m-content_inner::before {
    top: -16px;
  }
  .m-content_inner.left::before {
    height: 160px;
    right: 55%;
    left: unset;
    top: -26px;
  }
  .m-content_inner.right::before {
    left: 50%;
    height: 160px;
    right: unset;
  }
  .m-content_inner .content-text,
  .m-content_inner .text-editor {
    padding: 32px 16px;
  }
  .m-content_inner .content-text h2,
  .m-content_inner .text-editor h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .m-content_inner .content-text ol,
  .m-content_inner .text-editor ol {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 2.625rem;
  }
}
@media screen and (max-width: 768px) {
  .m-content {
    margin: 42px -6px 42px;
  }
}
@media screen and (max-width: 768px) {
  .m-content {
    margin: 42px -6px 42px;
  }
}
.services-link {
  width: 100%;
  flex: 0 0 100%;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 8px;
  margin-bottom: 1rem;
  display: block;
}
.services-link:last-of-type {
  margin-bottom: 4rem;
}
.services-link-wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.services-link-icon {
  height: 1.25rem;
  width: 1.25rem;
  flex: 0 0 1.25rem;
  right: 0;
  top: calc(50% - 0.625rem);
}
.services-link-icon img {
  border-radius: 0 !important;
}
.services-link-info {
  flex: 0 0 calc(100% - 2rem);
  width: calc(100% - 2rem);
}
.services-link-title {
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: left;
  color: #c5299b;
  margin-bottom: 0.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3rem;
}
.services-link-description {
  color: #111;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .services-link {
    margin-bottom: 8px;
  }
  .services-link-description {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .services-link {
    margin-bottom: 8px;
  }
  .services-link-description {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5rem;
  }
}
.item-nav-link {
  width: 50%;
  flex: 0 0 50%;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 1rem;
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.item-nav-link:nth-child(odd) .services-link-wrapper {
  margin-left: 0;
}
.item-nav-link:nth-child(even) .services-link-wrapper {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .item-nav-link {
    width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .item-nav-link {
    width: 100%;
    flex: 0 0 100%;
  }
}
.item-nav-link-wrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.item-nav-link-icon {
  height: 1.25rem;
  width: 1.25rem;
  flex: 0 0 1.25rem;
  right: 0;
  top: calc(50% - 0.625rem);
}
.item-nav-link-icon img {
  border-radius: 0 !important;
}
.item-nav-link-info {
  flex: 0 0 calc(100% - 2rem);
  width: calc(100% - 2rem);
}
.item-nav-link .services-link-title {
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: left;
  color: #c5299b;
  margin-bottom: 0.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3rem;
  display: flex;
  align-items: center;
}
.item-nav-link .services-link-title p {
  color: #c5299b;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3rem;
}
.item-nav-link .services-link-title img {
  width: 24px;
  height: 24px;
}
.item-nav-link .services-link-wrapper {
  padding: 1.5rem 1rem;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 8px;
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .item-nav-link .services-link-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(16, 24, 40, 0.1);
    border-radius: 0;
    border-width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .item-nav-link .services-link-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
    border-bottom: 1px solid rgba(16, 24, 40, 0.1);
    border-radius: 0;
    border-width: 80%;
    margin: 0 auto;
  }
}
.item-nav-link .services-link-description {
  color: #111;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .item-nav-link .services-link-description {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
@media screen and (max-width: 1200px) {
  .item-nav-link .services-link-description {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}
.item-nav-link-description {
  color: #111;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .item-nav-link {
    margin-bottom: 8px;
  }
  .item-nav-link-description {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .item-nav-link {
    margin-bottom: 8px;
  }
  .item-nav-link-description {
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5rem;
  }
}
.social-link {
  display: flex;
}
.social-link .title {
  flex: 0 0 18.5rem;
  margin-right: 1rem;
}
.social-link .title strong {
  color: #422c88;
  font-weight: 800;
  font-size: 3rem;
  line-height: 3.3rem;
}
.social-link .title .file-name {
  color: #000;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
}
.social-link .l-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 0.5rem;
  row-gap: 2rem;
}
.social-link .l-btn li {
  padding: 0 0.5rem;
  flex: 0 0 10rem;
  width: 100%;
}
.social-link .l-btn li a {
  padding: 0 1.25rem;
  display: flex;
  text-align: center;
  flex-direction: column;
  height: 100%;
  background-position-y: 98%;
}
.social-link .l-btn li a .rounder {
  width: calc(166rem / 16);
  height: calc(166rem / 16);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.125rem;
}
.social-link .l-btn li a .rounder img {
  max-width: 5rem;
  max-height: 5rem;
}
.social-link .l-btn li a span {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.25rem;
}
.social-link .l-btn li a .btn-link {
  margin-top: calc(39px - 1.625rem);
}
.social-link .l-btn li a .btn-link img {
  height: 40px;
  width: 40px;
}
@media screen and (max-width: 1200px) {
  .social-link {
    flex-direction: column;
    margin-top: 1.5rem;
    padding: 0;
  }
  .social-link .title {
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2.125rem;
  }
  .social-link .title strong {
    font-size: 2rem;
  }
  .social-link .title .file-name {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .social-link .l-btn {
    column-gap: 16px;
    justify-content: space-evenly;
  }
  .social-link .l-btn li {
    padding: 0;
    flex: 0 0 8rem;
  }
  .social-link .l-btn li a {
    padding: 0;
    padding-bottom: 3.5rem;
    align-items: center;
  }
  .social-link .l-btn li a .rounder {
    width: 9rem;
    height: 9rem;
    margin-bottom: 1rem;
  }
  .social-link .l-btn li a span {
    font-size: 1rem;
    line-height: 1.25rem;
    height: 42px;
  }
  .social-link .l-btn li a .btn-link {
    margin-top: 11px;
  }
}
@media screen and (max-width: 1200px) {
  .social-link {
    flex-direction: column;
    margin-top: 1.5rem;
    padding: 0;
  }
  .social-link .title {
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 2.125rem;
  }
  .social-link .title strong {
    font-size: 2rem;
  }
  .social-link .title .file-name {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .social-link .l-btn {
    column-gap: 16px;
    justify-content: space-evenly;
  }
  .social-link .l-btn li {
    padding: 0;
    flex: 0 0 8rem;
  }
  .social-link .l-btn li a {
    padding: 0;
    padding-bottom: 3.5rem;
    align-items: center;
  }
  .social-link .l-btn li a .rounder {
    width: 9rem;
    height: 9rem;
    margin-bottom: 1rem;
  }
  .social-link .l-btn li a span {
    font-size: 1rem;
    line-height: 1.25rem;
    height: 42px;
  }
  .social-link .l-btn li a .btn-link {
    margin-top: 11px;
  }
}
@media screen and (max-width: 360px) {
  .social-link .l-btn {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .social-link .l-btn li {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .social-link .l-btn {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .social-link .l-btn li {
    flex: 0 0 100%;
    width: 100%;
  }
}
.nav-share {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  position: relative;
}
.nav-share_item {
  margin-right: 1.875rem;
}
.nav-share_item .trans {
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .nav-share_item .trans:hover {
    box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.2) !important;
  }
}
.nav-share_item:hover > .box-share {
  opacity: 1;
  visibility: visible;
}
.nav-share_item .title,
.nav-share_item a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #000;
  cursor: pointer;
}
.nav-share_item .title img,
.nav-share_item a img {
  margin-left: 0.5625rem;
  width: 1.5rem;
}
.nav-share_item > .box-share img {
  width: 2.5rem;
}
.nav-share_item.is-print img {
  margin-left: 0.25rem;
  width: 2.5rem;
}
.nav-share .box-share {
  display: block;
  align-items: center;
  background: #fff;
  border-radius: 0.5rem;
  position: absolute;
  max-width: 18.5rem;
  left: 0;
  bottom: calc(100% + 1.25rem);
  box-shadow: 0 0.75rem 1rem -0.25rem rgba(16, 24, 40, 0.1),
    0 0.25rem 0.375rem -0.125rem rgba(16, 24, 40, 0.05);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.nav-share .box-share::before {
  position: absolute;
  content: "";
  width: 1.5625rem;
  height: 1.5625rem;
  background: #fff;
  transform: rotate(45deg);
  bottom: -0.75rem;
  left: 3.125rem;
  box-shadow: 0 0.75rem 1rem -0.25rem rgba(16, 24, 40, 0.1),
    0 0.25rem 0.375rem -0.125rem rgba(16, 24, 40, 0.05);
  border-radius: 3px;
}
.nav-share .box-share ul {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1rem 0.5rem;
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
}
.nav-share .box-share ul > li {
  flex: 0 0 2.5rem;
  cursor: pointer;
}
.nav-share .box-share ul > li img {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .nav-share .box-share {
    max-width: calc(22px * 4 + 2.5rem);
  }
  .nav-share .box-share ul > li {
    flex: 0 0 22px;
  }
}
@media screen and (max-width: 1200px) {
  .nav-share .box-share {
    max-width: calc(22px * 4 + 2.5rem);
  }
  .nav-share .box-share ul > li {
    flex: 0 0 22px;
  }
}
@media screen and (max-width: 1200px) {
  .nav-share {
    margin-top: 1rem;
  }
  .nav-share_item {
    margin-right: 1.14rem;
  }
  .nav-share_item .title,
  .nav-share_item a {
    font-size: 1.14rem;
  }
  .nav-share_item .title img,
  .nav-share_item a img {
    height: 22px;
    width: 22px;
  }
  .nav-share_item.is-print img {
    height: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .nav-share {
    margin-top: 1rem;
  }
  .nav-share_item {
    margin-right: 1.14rem;
  }
  .nav-share_item .title,
  .nav-share_item a {
    font-size: 1.14rem;
  }
  .nav-share_item .title img,
  .nav-share_item a img {
    height: 22px;
    width: 22px;
  }
  .nav-share_item.is-print img {
    height: 2rem;
  }
}
.banner-post-job {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.banner-post-job-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 31.25rem;
  max-height: max-content;
  margin: auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding-top: 13px;
  padding-right: 16px;
  padding-bottom: 13px;
  padding-left: 16px;
  gap: 42.48px;
  background-color: #ca3ca4;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-post-job-wrapper {
    max-width: 33.5rem;
  }
}
.banner-post-job-close {
  flex: 0 0 1.5rem;
  transition: 0.5s;
  cursor: pointer;
  width: 1.5rem;
}
.banner-post-job-close:hover {
  opacity: 0.9;
  transform: scale(1.2);
}
.banner-post-job-title {
  font-family: Poppins;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.75rem;
  text-align: left;
  color: #fff;
}
.banner-post-job-content {
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-align: left;
  color: #fff;
  gap: 8px;
}
.banner-post-job-content a.bn-link {
  max-width: 257.52px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .banner-post-job-content a.bn-link .lg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner-post-job-content a.bn-link .lg {
    display: none;
  }
}
.banner-post-job-content a.bn-link .sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner-post-job-content a.bn-link .sm {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .banner-post-job-content a.bn-link .sm {
    display: block;
  }
}
.banner-post-job-content p.title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 20px;
  line-height: 27.28px;
  letter-spacing: 0;
  color: #fff;
  max-width: 136px;
}
@media screen and (max-width: 768px) {
  .banner-post-job {
    z-index: 9999999;
  }
  .banner-post-job-content {
    gap: 2px;
  }
  .banner-post-job-content p.title {
    max-width: 115px;
    font-size: 16px;
    line-height: 20px;
  }
  .banner-post-job-content a.bn-link .img-1 {
    width: 115px;
    height: 20px;
  }
  .banner-post-job-wrapper {
    padding: 8px 12px 8px;
    width: 100vw;
    margin: 0;
    max-width: none;
    min-height: 8vh;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .banner-post-job-content p.title {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .banner-post-job-wrapper {
    justify-content: space-between;
    max-width: 360px;
    margin: 0 auto;
    padding-right: 12px;
    max-height: max-content;
    min-height: auto;
    gap: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .banner-post-job-wrapper {
    max-height: max-content;
  }
}
@media screen and (max-width: 768px) {
  .banner-post-job {
    z-index: 9999999;
  }
  .banner-post-job-content {
    gap: 2px;
  }
  .banner-post-job-content p.title {
    max-width: 115px;
    font-size: 16px;
    line-height: 20px;
  }
  .banner-post-job-content a.bn-link .img-1 {
    width: 115px;
    height: 20px;
  }
  .banner-post-job-wrapper {
    padding: 8px 12px 8px;
    width: 100vw;
    margin: 0;
    max-width: none;
    min-height: 8vh;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .banner-post-job-content p.title {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 767px) {
  .banner-post-job-wrapper {
    justify-content: space-between;
    max-width: 360px;
    margin: 0 auto;
    padding-right: 12px;
    max-height: max-content;
    min-height: auto;
    gap: 22px;
  }
}
@media screen and (max-width: 768px) and (max-width: 350px) {
  .banner-post-job-wrapper {
    max-height: max-content;
  }
}
@media screen and (max-width: 360px) {
  .banner-post-job-wrapper {
    max-width: 30rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 360px) {
  .banner-post-job-wrapper {
    max-width: 30rem;
    justify-content: space-between;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .banner-post-job-content p.title {
    font-size: 18px;
    line-height: 20px;
  }
  .banner-post-job-content a.bn-link {
    gap: 12px;
  }
}
.job-transformation-list {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: calc(2rem + 2px);
  row-gap: 2rem;
  justify-content: flex-start;
}
.job-transformation-item {
  flex: 0 0 calc((100% - 4px - 4rem) / 3);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  align-content: baseline;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 8px -2px #1018281a;
}
.job-transformation-item:hover {
  filter: drop-shadow(2px 2px 5px #32323233);
  -webkit-filter: drop-shadow(2px 2px 5px #32323233);
}
.job-transformation-item a.read-more-link {
  width: 100%;
  height: 100%;
}
.job-transformation-item-img-holder {
  flex: 0 0 100%;
  margin-bottom: 1.5rem;
  border-radius: 0;
  overflow: hidden;
  padding-top: calc(30000% / 366);
  position: relative;
  aspect-ratio: 366/300;
  height: 0;
}
.job-transformation-item-img-holder .job-transformation-new-item {
  width: 187px;
  height: auto;
  max-width: 90%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: unset;
}
.job-transformation-item-img-holder img {
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.job-transformation-item-btn-title {
  flex: 0 0 100%;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
  color: #422c88;
  padding: 0 1rem;
  word-wrap: break-word;
  cursor: default;
}
.job-transformation-item-btn-group {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  padding: 0 1rem;
}
.job-transformation-item-title {
  flex: 0 0 100%;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: center;
  color: #44167e;
  padding: 0 1rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3rem;
  margin-bottom: 8px;
  cursor: pointer;
}
.job-transformation-item-appendix,
.job-transformation-item-brochure,
.job-transformation-item-infographic {
  flex: 0 0 4.5rem;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  color: #000;
  padding: 0;
  margin-top: 2px;
  word-wrap: break-word;
}
.job-transformation-item-appendix:hover::before,
.job-transformation-item-brochure:hover::before,
.job-transformation-item-infographic:hover::before {
  opacity: 0.75;
}
.job-transformation-item-appendix::before,
.job-transformation-item-brochure::before,
.job-transformation-item-infographic::before {
  content: "";
  transition: 0.5s;
  height: 2.5rem;
  width: 2.5rem;
  display: block;
  position: relative;
  margin: 0 auto 8px;
  background-size: cover;
  background-position: center;
}
.job-transformation-item-read-more {
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
  color: #422c88;
  word-wrap: break-word;
}
.job-transformation-item-read-more::after {
  content: "";
  transition: 0.5s;
  height: 2.5rem;
  width: 2.5rem;
  display: block;
  position: relative;
  margin: 2px auto 8px;
  background: url(../images/job-transformation/ico-read-more.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.job-transformation-item-infographic::before {
  background: url(../images/job-transformation/ico-infographic.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.job-transformation-item-appendix::before {
  background: url(../images/job-transformation/ico-appendix.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.job-transformation-item-brochure::before {
  background: url(../images/job-transformation/ico-brochure.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.job-transformation-item-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: calc(4810% / 61);
  padding: 4px 14px 12px;
  gap: 8px;
  height: auto;
  background: #ca3ca4e5;
  min-width: 290px;
  min-height: 130px;
}
.job-transformation-item-info::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../images/job-transformation/job-transformation-item-info-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
}
.job-transformation-item-info-date,
.job-transformation-item-info-sub-title,
.job-transformation-item-info-title {
  flex: 0 0 100%;
  color: #fff;
  font-family: Poppins;
  text-align: left;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.job-transformation-item-info-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-height: 4.5rem;
  min-height: 3rem;
}
.job-transformation-item-info-sub-title {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 2rem;
}
.job-transformation-item-info-date {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.15rem;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  height: 1.15rem;
}
.job-transformation-item-info.type-one .job-transformation-item-info-title {
  -webkit-line-clamp: 5;
  line-clamp: 5;
  max-height: 7.5rem;
  min-height: 5rem;
  margin-bottom: 8px;
}
.job-transformation-item-info.type-one .job-transformation-item-info-sub-title {
  height: 0;
  display: none;
}
.job-transformation-item-info.type-two .job-transformation-item-info-title {
  -webkit-line-clamp: 6;
  line-clamp: 6;
  max-height: 9rem;
  min-height: 6.15rem;
  margin-bottom: 8px;
}
.job-transformation-item-info.type-two .job-transformation-item-info-date,
.job-transformation-item-info.type-two .job-transformation-item-info-sub-title {
  height: 0;
  display: none;
}
.job-transformation-item-link {
  display: flex;
  justify-content: center;
  gap: 5px;
  width: 100%;
  padding-top: 10px;
  align-items: center;
}
.job-transformation-item-link a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  text-decoration: underline;
  color: #ca3ca4;
}
.job-transformation-item-link img {
  height: 15px;
  width: 15px;
  object-fit: cover;
  object-position: center;
}
.job-transformation-view-more {
  flex: 0 0 100%;
  width: 100%;
}
.job-transformation-view-more span {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0;
  text-align: left;
  color: #ca3ca4;
  margin: auto;
  cursor: pointer;
  position: relative;
  padding: 0 20px;
  width: fit-content;
  display: block;
}
.job-transformation-view-more span::after {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  background: url(../images/job-transformation/drop-down.svg) no-repeat center;
}
.job-transformation-view-more.hidden {
  display: none;
}
@media screen and (max-width: 1200px) {
  .job-transformation-list {
    gap: 2rem;
  }
  .job-transformation-item {
    border-radius: 8px;
    flex: 0 0 calc((100% - 4rem) / 3);
    max-width: calc((100% - 4rem) / 3);
  }
  .job-transformation-item-info {
    width: 80%;
    min-width: 225px;
  }
}
@media screen and (max-width: 1200px) {
  .job-transformation-list {
    gap: 2rem;
  }
  .job-transformation-item {
    border-radius: 8px;
    flex: 0 0 calc((100% - 4rem) / 3);
    max-width: calc((100% - 4rem) / 3);
  }
  .job-transformation-item-info {
    width: 80%;
    min-width: 225px;
  }
}
@media screen and (max-width: 991px) {
  .job-transformation-list {
    gap: 16px;
  }
  .job-transformation-item {
    flex: 0 0 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
  }
  .job-transformation-item-title {
    line-height: 1.5rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.5rem;
  }
}
@media screen and (max-width: 500px) {
  .job-transformation-item {
    flex: 0 0 100%;
    padding-bottom: 16px;
    max-width: 100%;
  }
  .job-transformation-item-info {
    min-width: 290px;
  }
  .job-transformation-item-img-holder {
    padding-top: unset;
    aspect-ratio: unset;
    height: 20rem;
    margin-bottom: 16px;
  }
  .job-transformation-item-pdf,
  .job-transformation-item-title,
  .job-transformation-item-view-graph,
  .job-transformation-item-view-info {
    padding: 0 16px;
  }
}
@media screen and (max-width: 375px) {
  .job-transformation-item-info {
    width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 270px) {
  .job-transformation-item-info {
    width: 100%;
    min-width: unset;
  }
  .job-transformation-item-appendix,
  .job-transformation-item-brochure,
  .job-transformation-item-infographic {
    flex: 0 0 100%;
  }
}
.progammes-detail {
  padding: 0;
  position: relative;
}
.progammes-detail-header {
  padding-bottom: 22px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.progammes-detail-header-info {
  flex: 0 0 60%;
}
.progammes-detail-header-info-image {
  display: none;
}
.progammes-detail-header-image {
  flex: 0 0 calc(40% - 1.5rem - 10px);
  position: relative;
  min-height: 25rem;
}
.progammes-detail-header-image-frame {
  position: absolute;
  border-radius: 1.5rem 0 0 1.5rem;
  overflow: hidden;
  display: block;
  background-color: #fff;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .progammes-detail-header-image-frame {
    width: calc(100% + (50vw - 570px + 15px));
  }
}
@media screen and (min-width: 1600px) {
  .progammes-detail-header-image-frame {
    width: calc(100% + (50vw - 598px + 15px));
  }
}
@media screen and (min-width: 1920px) {
  .progammes-detail-header-image-frame {
    width: calc(100% + (50vw - 720px + 15px));
  }
}
.progammes-detail-header-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.progammes-detail-header-title {
  font-family: Poppins;
  font-size: 3.875rem;
  font-weight: 800;
  line-height: 4.5rem;
  text-align: left;
  color: #422c88;
}
.progammes-detail-header .nav-share {
  flex: 0 0 100%;
}
.progammes-detail-header .page-head_title {
  flex: 0 0 100%;
  max-width: 100%;
}
.progammes-detail-body {
  position: relative;
  background-color: #e4e1e9;
  padding-bottom: 2.5rem;
}
.progammes-detail-body .text-editor {
  background: #fff;
  border-radius: 8px;
  padding: 3rem 1.5rem;
}
.progammes-detail-body .services-link:last-of-type {
  margin-bottom: 0 !important;
}
.progammes-detail-benefit {
  top: -30px;
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  width: calc(100% - (9rem - 2px));
  background: #fff;
  border: 1px solid rgba(66, 44, 136, 0.5);
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1),
    0 4px 6px -2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  padding: 1.5rem 1.875rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 26px;
  min-height: 100px;
}
@media screen and (min-width: 1200px) {
  .progammes-detail-benefit {
    max-width: 1240px;
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1600px) {
  .progammes-detail-benefit {
    max-width: 1396px;
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 1920px) {
  .progammes-detail-benefit {
    max-width: 1640px;
  }
}
.progammes-detail-benefit-list {
  flex: 0 0 75%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.progammes-detail-benefit-list-title {
  font-weight: 700;
  font-family: Poppins;
  font-size: 1.5rem;
  line-height: 2rem;
  min-height: 2rem;
  text-align: left;
  color: #422c88;
  margin-bottom: 8px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 4rem;
}
.progammes-detail-benefit-list-item {
  flex: 0 0 100%;
}
.progammes-detail-benefit-list-item > ul {
  padding-left: 1.25rem;
  list-style: disc;
  display: block;
  column-count: 2;
  gap: 1rem;
}
.progammes-detail-benefit-list-item > ul li {
  margin-bottom: 1rem;
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-align: left;
  word-break: break-word;
  padding-right: 0.75rem;
}
.progammes-detail-benefit-list.fifty-fifty .progammes-detail-benefit-list-item {
  flex: 0 0 calc(50% - 0.5rem);
}
.progammes-detail-benefit-list.fifty-fifty
  .progammes-detail-benefit-list-item
  > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}
.progammes-detail-benefit-list.fifty-fifty
  .progammes-detail-benefit-list-item
  > ul
  li {
  flex: 0 0 100%;
}
.progammes-detail-sign-up {
  flex: 0 0 25%;
  padding: 0 1rem;
  transition: 0.5s;
}
.progammes-detail-sign-up.sticky {
  position: fixed;
  top: -5px;
  z-index: 97;
  right: 20vw;
  padding: 0;
  padding-top: 1rem;
  background: #c5299b;
  border-radius: 0 0 8px 8px;
  box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.15);
}
.progammes-detail-sign-up.sticky .sfContentBlock {
  display: none;
}
.progammes-detail-sign-up.sticky .btn-primary {
  border-color: #c5299b;
  padding: 0.625rem 1rem;
}
.progammes-detail-sign-up.sticky .btn-primary:hover {
  border-color: #ea6dc8;
}
.progammes-detail-sign-up .btn-primary {
  display: block;
  width: fit-content;
  cursor: pointer;
  margin: auto;
  text-align: center;
  padding: 0.625rem 2rem;
}
.progammes-detail-sign-up .sfContentBlock {
  padding: 1rem 0;
  text-align: left;
  word-break: break-word;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.progammes-detail-sign-up .sfContentBlock p {
  text-align: left;
  word-break: break-word;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .progammes-detail {
    margin-bottom: 32px;
  }
  .progammes-detail-header-info {
    flex: 0 0 100%;
  }
  .progammes-detail-header-info-image {
    display: block;
    margin: 24px 0;
  }
  .progammes-detail-header-info-image-frame {
    padding-top: calc(100% / 3 * 2);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }
  .progammes-detail-header-info-image-frame img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: left;
    position: absolute;
  }
  .progammes-detail-header-image {
    display: none;
  }
  .progammes-detail-header-title {
    font-family: Poppins;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2.5rem;
    text-align: left;
    color: #422c88;
  }
  .progammes-detail-benefit-list {
    flex: 0 0 100%;
    margin-bottom: 32px;
  }
  .progammes-detail-benefit-list-item > ul {
    column-count: 1;
  }
  .progammes-detail-sign-up {
    flex: 0 0 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .progammes-detail-sign-up.sticky {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100vw;
    right: 0;
    box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.15);
  }
  .progammes-detail-sign-up .btn-primary {
    flex: 0 0 100%;
    border-color: #ea6dc8;
    width: 100%;
  }
  .progammes-detail-sign-up .sfContentBlock {
    text-align: center;
  }
  .progammes-detail-sign-up .sfContentBlock p {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .progammes-detail {
    margin-bottom: 32px;
  }
  .progammes-detail-header-info {
    flex: 0 0 100%;
  }
  .progammes-detail-header-info-image {
    display: block;
    margin: 24px 0;
  }
  .progammes-detail-header-info-image-frame {
    padding-top: calc(100% / 3 * 2);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
  }
  .progammes-detail-header-info-image-frame img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: left;
    position: absolute;
  }
  .progammes-detail-header-image {
    display: none;
  }
  .progammes-detail-header-title {
    font-family: Poppins;
    font-size: 2rem;
    font-weight: 800;
    line-height: 2.5rem;
    text-align: left;
    color: #422c88;
  }
  .progammes-detail-benefit-list {
    flex: 0 0 100%;
    margin-bottom: 32px;
  }
  .progammes-detail-benefit-list-item > ul {
    column-count: 1;
  }
  .progammes-detail-sign-up {
    flex: 0 0 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .progammes-detail-sign-up.sticky {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100vw;
    right: 0;
    box-shadow: 0 4px 4px 2px rgba(0, 0, 0, 0.15);
  }
  .progammes-detail-sign-up .btn-primary {
    flex: 0 0 100%;
    border-color: #ea6dc8;
    width: 100%;
  }
  .progammes-detail-sign-up .sfContentBlock {
    text-align: center;
  }
  .progammes-detail-sign-up .sfContentBlock p {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .progammes-detail-benefit {
    width: calc(100% - 16px);
    padding: 16px;
    margin-bottom: 22px;
  }
  .progammes-detail-benefit-list-title {
    font-family: Poppins;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    text-align: left;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 96px;
  }
  .progammes-detail-benefit-list-item {
    flex: 0 0 100%;
  }
  .progammes-detail-benefit-list-item > ul li {
    flex: 0 0 100%;
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25rem;
    text-align: left;
  }
  .progammes-detail-benefit-list.fifty-fifty
    .progammes-detail-benefit-list-item {
    flex: 0 0 100%;
  }
  .progammes-detail-benefit-list.fifty-fifty
    .progammes-detail-benefit-list-item
    > ul
    li {
    flex: 0 0 100%;
  }
  .progammes-detail-body {
    padding-bottom: 42px;
  }
  .progammes-detail-body .text-editor {
    padding: 32px 16px;
  }
}
@media screen and (max-width: 768px) {
  .progammes-detail-benefit {
    width: calc(100% - 16px);
    padding: 16px;
    margin-bottom: 22px;
  }
  .progammes-detail-benefit-list-title {
    font-family: Poppins;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    text-align: left;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 96px;
  }
  .progammes-detail-benefit-list-item {
    flex: 0 0 100%;
  }
  .progammes-detail-benefit-list-item > ul li {
    flex: 0 0 100%;
    font-family: Poppins;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.25rem;
    text-align: left;
  }
  .progammes-detail-benefit-list.fifty-fifty
    .progammes-detail-benefit-list-item {
    flex: 0 0 100%;
  }
  .progammes-detail-benefit-list.fifty-fifty
    .progammes-detail-benefit-list-item
    > ul
    li {
    flex: 0 0 100%;
  }
  .progammes-detail-body {
    padding-bottom: 42px;
  }
  .progammes-detail-body .text-editor {
    padding: 32px 16px;
  }
}
.progammes_detail + .progammes-detail-body {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .progammes_detail + .progammes-detail-body {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .progammes_detail + .progammes-detail-body {
    padding-bottom: 64px;
  }
}
#modalSignUp .modal-dialog {
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1280px;
  width: 60vw;
  min-width: 600px;
}
@media screen and (max-width: 1200px) {
  #modalSignUp .modal-dialog {
    max-width: 90vw;
    min-width: unset;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  #modalSignUp .modal-dialog {
    max-width: 90vw;
    min-width: unset;
    width: auto;
  }
}
#modalSignUp .modal-content {
  padding: calc(2rem - 2px);
}
#modalSignUp .modal-content .modal-header {
  padding: 0 0 2rem;
  border: 0;
  justify-content: space-between;
}
#modalSignUp .modal-content .modal-header .modal-title {
  font-family: Poppins;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.75rem;
  letter-spacing: 0;
  text-align: left;
  color: #422c88;
}
#modalSignUp .modal-content .modal-body {
  max-height: 80vh;
  scrollbar-color: #8c71ae rgba(112, 112, 112, 0.3);
  scrollbar-width: thin;
  padding: 0;
  margin-top: 2rem;
  overflow-y: auto;
}
#modalSignUp .modal-content .modal-body::-webkit-scrollbar {
  width: 6px;
}
#modalSignUp .modal-content .modal-body::-webkit-scrollbar {
  height: 6px;
}
#modalSignUp .modal-content .modal-body::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(112, 112, 112, 0.3);
}
#modalSignUp .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #8c71ae;
  border-radius: 0;
}
#modalSignUp .modal-content .modal-body .sfContentBlock .text-editor * {
  white-space: normal;
}
@media screen and (max-width: 768px) {
  #modalSignUp .modal-content .modal-body {
    max-height: 75vh;
  }
}
@media screen and (max-width: 768px) {
  #modalSignUp .modal-content .modal-body {
    max-height: 75vh;
  }
}
.signup-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5625rem 2.1875rem 1.5625rem 0;
  background: #fff no-repeat left 2.1875rem center;
  margin-top: 4rem;
  border-radius: 0.5rem;
}
.signup-box p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-left: 7.75rem;
}
.signup-box .btn {
  margin-left: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .signup-box {
    margin-top: 1.5rem;
    flex-direction: column;
    padding: 1rem 0.7rem;
    background-position: top 1.875rem left 1.5rem;
    align-items: flex-start;
  }
  .signup-box p {
    padding: 0.625rem 0;
    padding-left: 5rem;
    font-size: 1rem;
    line-height: 1.75rem;
    min-height: 4.75rem;
  }
  .signup-box .btn-box {
    display: block;
    max-width: 15rem;
    margin: auto;
    margin-top: 0.5rem;
    width: 100%;
  }
  .signup-box .btn {
    margin-left: 0;
    width: 100%;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .signup-box {
    margin-top: 1.5rem;
    flex-direction: column;
    padding: 1rem 0.7rem;
    background-position: top 1.875rem left 1.5rem;
    align-items: flex-start;
  }
  .signup-box p {
    padding: 0.625rem 0;
    padding-left: 5rem;
    font-size: 1rem;
    line-height: 1.75rem;
    min-height: 4.75rem;
  }
  .signup-box .btn-box {
    display: block;
    max-width: 15rem;
    margin: auto;
    margin-top: 0.5rem;
    width: 100%;
  }
  .signup-box .btn {
    margin-left: 0;
    width: 100%;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .signup-box .btn-box {
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .signup-box .btn-box {
    max-width: unset;
  }
}
.recomment-event {
  display: flex;
}
.recomment-event .title {
  padding-bottom: 64px;
  padding-top: 64px;
}
.recomment-event .title strong {
  color: #422c88;
  font-size: 3rem;
  line-height: 3.3rem;
}
.link-event {
  color: #c5299b;
  transition: 0.5s;
  margin-bottom: 2px;
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: left;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  height: 4.5rem;
}
.link-event:hover {
  color: #c5299b;
}
@media screen and (max-width: 768px) {
  .link-event {
    line-height: 1.25rem;
    height: 52px !important;
  }
}
@media screen and (max-width: 768px) {
  .link-event {
    line-height: 1.25rem;
    height: 52px !important;
  }
}
.navbar-signup-color {
  background-color: #422c88;
}
.navbar-signup-color .nav-link {
  color: #fff !important;
  font-weight: 700;
  font-size: 1.125rem;
  padding: 0.5rem 0 !important;
}
@media screen and (max-width: 768px) {
  .navbar-signup-color .nav-link {
    margin: 0 16px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .navbar-signup-color .nav-link {
    margin: 0 16px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.navbar-signup-color .nav-link .sline-nav {
  color: #fff;
  border-left: 1px solid #8e7ec1;
  padding-left: 9px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .navbar-signup-color .nav-link .sline-nav {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-signup-color .nav-link .sline-nav {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-signup-color .nav-link .sline-nav {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .navbar-signup-color .nav-link .sline-nav {
    padding-right: 0;
  }
}
.navbar-signup-color .navbar-collapse {
  color: #fff;
  font-weight: 700;
  padding: 0 15px;
}
@media screen and (max-width: 1200px) {
  .navbar-signup-color .navbar-collapse {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-signup-color .navbar-collapse {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .navbar-signup-color .navbar-collapse {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .navbar-signup-color .navbar-collapse {
    padding-left: 0;
  }
}
a.view-all-event {
  margin-top: 24px;
  font-weight: 700;
  font-size: 1.125rem;
  color: #422c88;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  a.view-all-event {
    margin-top: 8px;
    font-size: 1rem;
  }
  a.view-all-event.upcoming {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  a.view-all-event {
    margin-top: 8px;
    font-size: 1rem;
  }
  a.view-all-event.upcoming {
    margin-top: 16px;
  }
}
.sline {
  border-top: 1px solid #dadada;
  margin: 8px 0;
}
.post-body {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  border-radius: 8px;
  position: relative;
}
.post-body a {
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  padding: 24px;
  border-radius: 8px;
}
.post-body .btn-link {
  position: absolute;
  right: 27px;
}
.post-body .post-text {
  font-size: 1rem;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: left;
  color: #000;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6 !important;
  line-clamp: 6 !important;
  height: 7.75rem !important;
}
@media screen and (max-width: 1200px) {
  .post-body .post-text {
    height: 7.5rem !important;
  }
}
@media screen and (max-width: 1200px) {
  .post-body .post-text {
    height: 7.5rem !important;
  }
}
.text-muted {
  font-size: 0.875rem;
  color: #000 !important;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: left;
  min-height: 2.5rem;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .text-muted {
    min-height: unset;
  }
}
@media screen and (max-width: 768px) {
  .text-muted {
    min-height: unset;
  }
}
.upcoming-event-description {
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 768px) {
  .upcoming-event-description {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .upcoming-event-description {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.interested-post {
  flex: 0 0 calc((100% - 68px) / 3);
  max-width: calc((100% - 68px) / 3);
}
.interested-post-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 4rem;
}
.interested-post-list.upcoming {
  margin-top: 2rem;
}
.interested-post-title {
  margin-top: 4rem;
  font-family: Poppins;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.375rem;
  text-align: left;
  color: #422c88;
}
.interested-post-title.upcoming {
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 1200px) {
  .interested-post {
    flex: 0 0 calc((100% - 2rem) / 2);
    max-width: calc((100% - 2rem) / 2);
  }
  .interested-post-list {
    gap: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1200px) {
  .interested-post {
    flex: 0 0 calc((100% - 2rem) / 2);
    max-width: calc((100% - 2rem) / 2);
  }
  .interested-post-list {
    gap: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .interested-post {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .interested-post-list {
    margin: 0 -6px;
    gap: 24px;
    margin-top: 8px;
  }
  .interested-post-list.upcoming {
    gap: 27px;
    margin: 0;
    margin-top: 16px;
  }
  .interested-post-title {
    margin: 0 -6px;
    margin-top: 32px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .interested-post {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .interested-post-list {
    margin: 0 -6px;
    gap: 24px;
    margin-top: 8px;
  }
  .interested-post-list.upcoming {
    gap: 27px;
    margin: 0;
    margin-top: 16px;
  }
  .interested-post-title {
    margin: 0 -6px;
    margin-top: 32px;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
#modalSignUp .close {
  opacity: 1;
  transition: 0.5s;
  border: none;
  background: 0 0;
  -webkit-appearance: none;
}
#modalSignUp .close:hover {
  opacity: 0.5;
}
.m-box-filter {
  margin-bottom: 4rem;
}
.m-box-filter.no-border .m-box-filter_list {
  border: none;
}
.m-box-filter.change-height .m-box-filter_list {
  overflow: hidden;
}
.m-box-filter_title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25rem;
  color: #422c88;
  margin-bottom: 16px;
}
.m-box-filter_reset {
  cursor: pointer;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.125rem;
  text-align: right;
  color: #c5299b;
  margin-bottom: 16px;
  transition: 0.5s;
}
.m-box-filter_reset:hover {
  opacity: 0.8;
}
.m-box-filter_header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
.m-box-filter_header .m-box-filter_reset,
.m-box-filter_header .m-box-filter_title {
  flex: 0 0 auto;
}
.m-box-filter_footer {
  padding: 10px;
  border-top: 1px #ddd solid;
}
.m-box-filter_footer .less-more-btn {
  font-family: Poppins;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: right;
  color: #c5299b;
  padding-right: 1.5rem;
  position: relative;
  cursor: pointer;
}
.m-box-filter_footer .less-more-btn::after {
  content: "";
  background-image: url(../images/ico_arrow_pink.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 0.25rem);
  transition: 0.5s;
}
.m-box-filter_footer.active .less-more-btn::after {
  transform: rotate(180deg);
}
.m-box-filter_subtitle {
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125rem;
  text-align: left;
  color: #111;
  margin-bottom: 6px;
}
.m-box-filter_wrapper {
  display: flex;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.m-box-filter_wrapper-mobile {
  height: 52px;
  width: 100%;
}
.m-box-filter_wrapper-mobile > ul {
  position: absolute;
}
.m-box-filter_list {
  padding-bottom: 0;
  display: flex;
  gap: 1rem;
  transition: 0.5s;
  flex-wrap: wrap;
}
.m-box-filter_list.has-border {
  border-bottom: 1px;
}
.m-box-filter_list-items-50 {
  flex: 0 0 calc(50% - 0.5rem);
  overflow: hidden;
}
.m-box-filter_list-items-100 {
  flex: 0 0 100%;
  overflow: hidden;
}
.m-box-filter_list ul {
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  display: flex;
}
.m-box-filter_list ul > li {
  margin-top: 10px;
}
.m-box-filter_list ul > li > a {
  border: 1px solid rgba(66, 44, 136, 0.33);
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 30px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  font-weight: 600;
  font-family: Poppins;
}
.m-box-filter_list ul > li > a.active {
  color: #fff;
  background-color: #422c88;
}
.m-box-filter_list ul > li.select {
  position: relative;
}
.m-box-filter_list ul > li.select > a {
  padding-right: 36px;
  background: #fff;
}
.m-box-filter_list ul > li.select > a::after {
  content: "";
  background: url(../images/ico_arrow_black.svg) no-repeat center;
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  right: 0.75rem;
  top: calc(50% - 0.5rem);
  transition: 0.5s;
}
.m-box-filter_list ul > li.select > a.active {
  background: #422c88;
}
.m-box-filter_list ul > li.select > a.active::after {
  background: url(../images/ico_arrow_white.svg) no-repeat center;
}
.m-box-filter_list ul > li.select:has(.opened) > a::after {
  transform: rotate(180deg);
}
.m-box-filter_list ul a {
  border: 1px solid rgba(66, 44, 136, 0.33);
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 30px;
}
.m-box-filter_list .cus-opt {
  position: absolute;
  top: 100%;
  left: 0;
  width: fit-content;
  display: none;
  margin-top: 5px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(66, 44, 136, 0.33);
  z-index: 9;
}
.m-box-filter_list .cus-opt ul {
  gap: 0;
}
.m-box-filter_list .cus-opt ul li {
  margin: 0;
  width: 100%;
}
.m-box-filter_list .cus-opt ul li a {
  display: block;
  text-align: center;
  border-radius: 0;
  border: none;
  transition: 0.5s;
}
.m-box-filter_list .cus-opt ul li a:hover {
  background-color: #f0f0f0;
}
.m-box-filter_list .cus-opt ul li a.active:hover {
  background-color: #422c88;
  background-color: #504187;
}
.m-box-filter_list .cus-opt.opened ul li:first-child a {
  border-radius: 15px 15px 0 0;
}
.m-box-filter_list .cus-opt.opened ul li:last-child a {
  border-radius: 0 0 15px 15px;
}
.m-box-filter_list .filter-modal {
  position: absolute;
  display: none;
  top: calc(100% + 8px);
  left: 0;
  width: 12rem;
  z-index: 98;
  overflow: hidden;
  z-index: 100;
}
.m-box-filter_list .filter-modal-content {
  background: #fff;
  border: 1px solid rgba(66, 44, 136, 0.33);
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 30px;
  position: relative;
  height: fit-content;
  width: 100%;
}
.m-box-filter_list .filter-modal-header {
  padding: 16px;
  padding-right: 36px;
}
.m-box-filter_list .filter-modal-name {
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: left;
  color: #422c88;
}
.m-box-filter_list .filter-modal-close {
  display: none;
  position: absolute;
  right: 18px;
  top: 24px;
  height: 10px;
  width: 10px;
}
.m-box-filter_list .filter-modal-close img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.m-box-filter_list .filter-modal-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 16px;
  gap: 16px;
}
.m-box-filter_list .filter-modal-body .option {
  flex: 0 0 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  cursor: pointer;
}
.m-box-filter_list .filter-modal-body .option .value {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: left;
  color: #111;
  word-break: break-word;
  flex: 0 0 calc(100% - 24px);
}
.m-box-filter_list .filter-modal-body .option .check-box {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #422c88;
  border-radius: 2px;
  transition: 0.5s;
  height: 16px;
  width: 16px;
  display: block;
  margin-right: 8px;
  flex: 0 0 16px;
}
.m-box-filter_list .filter-modal-body .option.checked .check-box {
  background: #422c88;
}
.m-box-filter_list .filter-modal-reset {
  padding: 16px;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0;
  text-align: right;
  color: #c5299b;
  cursor: pointer;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
}
.m-box-filter_result .result-counts {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #111;
  margin-bottom: 32px;
}
.m-box-filter_result .result-list {
  margin-bottom: 64px;
}
.m-box-filter_result .result-list li {
  margin-bottom: 16px;
}
.m-box-filter_result .result-list_item {
  padding: 24px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
  border: none;
  display: block;
  margin: 0;
}
.m-box-filter_result .result-list_item .title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #c5299b;
  margin-bottom: 2px;
}
.m-box-filter_result .result-list_item .date-time {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media screen and (max-width: 1200px) {
  .m-box-filter {
    margin-bottom: 42px;
  }
  .m-box-filter_title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 8px;
  }
  .m-box-filter_reset {
    margin-bottom: 8px;
  }
  .m-box-filter_subtitle {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .m-box-filter_list {
    border-bottom: 1px solid #ddd;
    margin-bottom: 32px;
    padding-bottom: 18px;
  }
  .m-box-filter_list ul a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .m-box-filter_list-items-100,
  .m-box-filter_list-items-50 {
    flex: 0 0 100%;
  }
  .m-box-filter_list .filter-modal {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    border: 1px solid rgba(66, 44, 136, 0.33);
    background: rgba(228, 225, 233, 0.88);
    padding: 84px 20px 48px;
    align-items: center;
  }
  .m-box-filter_list .filter-modal-close {
    display: block;
  }
  .m-box-filter_result .result-counts {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 10px 0;
    margin: 0 !important;
  }
  .m-box-filter_result .result-list {
    margin-bottom: 42px;
  }
  .m-box-filter_result .result-list li {
    margin-bottom: 8px;
  }
  .m-box-filter_result .result-list_item .title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .m-box-filter {
    margin-bottom: 42px;
  }
  .m-box-filter_title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 8px;
  }
  .m-box-filter_reset {
    margin-bottom: 8px;
  }
  .m-box-filter_subtitle {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .m-box-filter_list {
    border-bottom: 1px solid #ddd;
    margin-bottom: 32px;
    padding-bottom: 18px;
  }
  .m-box-filter_list ul a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .m-box-filter_list-items-100,
  .m-box-filter_list-items-50 {
    flex: 0 0 100%;
  }
  .m-box-filter_list .filter-modal {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    border: 1px solid rgba(66, 44, 136, 0.33);
    background: rgba(228, 225, 233, 0.88);
    padding: 84px 20px 48px;
    align-items: center;
  }
  .m-box-filter_list .filter-modal-close {
    display: block;
  }
  .m-box-filter_result .result-counts {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 10px 0;
    margin: 0 !important;
  }
  .m-box-filter_result .result-list {
    margin-bottom: 42px;
  }
  .m-box-filter_result .result-list li {
    margin-bottom: 8px;
  }
  .m-box-filter_result .result-list_item .title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .m-box-filter.change-height .m-box-filter_list {
    overflow: visible;
  }
  .m-box-filter_footer,
  .m-box-filter_wrapper {
    display: none;
  }
  .m-box-filter_footer-mobile,
  .m-box-filter_wrapper-mobile {
    height: auto;
  }
  .m-box-filter_footer-mobile > ul,
  .m-box-filter_wrapper-mobile > ul {
    position: unset;
  }
  .m-box-filter_header {
    padding: 0;
    gap: 0;
    margin-bottom: 16px;
  }
  .m-box-filter_header .m-box-filter_reset,
  .m-box-filter_header .m-box-filter_title {
    flex: 0 0 100%;
    margin-bottom: 0;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .m-box-filter.change-height .m-box-filter_list {
    overflow: visible;
  }
  .m-box-filter_footer,
  .m-box-filter_wrapper {
    display: none;
  }
  .m-box-filter_footer-mobile,
  .m-box-filter_wrapper-mobile {
    height: auto;
  }
  .m-box-filter_footer-mobile > ul,
  .m-box-filter_wrapper-mobile > ul {
    position: unset;
  }
  .m-box-filter_header {
    padding: 0;
    gap: 0;
    margin-bottom: 16px;
  }
  .m-box-filter_header .m-box-filter_reset,
  .m-box-filter_header .m-box-filter_title {
    flex: 0 0 100%;
    margin-bottom: 0;
    text-align: left;
  }
}
.image-carousel {
  margin-top: 8.25rem;
  margin-bottom: 118px;
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
}
.image-carousel .slide-count {
  align-items: center;
  justify-content: center;
  background-color: #422c88;
  max-width: fit-content;
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 21.82px;
  letter-spacing: 3px;
  text-align: center;
  margin: 0 auto;
  padding: 8px 30px;
  border-radius: 100px;
}
.image-carousel .slide-count span {
  color: #fff;
}
@media (max-width: 992px) {
  .image-carousel .slide-count {
    display: flex !important;
  }
}
.image-carousel .top-title {
  display: flex;
  justify-content: center;
  padding-bottom: 30.89px;
  padding-left: 32px;
  padding-right: 32px;
}
.image-carousel .top-title p {
  font-family: Poppins;
  font-weight: 700;
  font-size: 48px;
  line-height: 53.71px;
  letter-spacing: 0;
  z-index: 3;
  color: #422c88;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .image-carousel .top-title p {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .image-carousel .top-title p {
    font-size: 45px;
    line-height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .image-carousel .top-title p {
    font-size: 24px;
    line-height: 26.86px;
    letter-spacing: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .image-carousel .top-title p {
    font-size: 24px;
    line-height: 26.86px;
    letter-spacing: 0;
    text-align: center;
  }
}
.image-carousel::before {
  position: absolute;
  content: "";
  border-radius: 1.5rem;
  background: #dbd6e3;
  top: -6.25rem;
  display: block;
  z-index: 0;
  transition: 0.5s;
  max-height: 80%;
  opacity: 1;
  height: 40rem;
  width: 80vw;
  left: 52.5%;
  border-radius: 80px;
}
.image-carousel-item {
  display: block;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  margin: 0 17px;
}
.image-carousel-item .img-frame {
  padding-top: calc(54300% / 966);
  position: relative;
}
.image-carousel-item .img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
}
.image-carousel-item .title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 48px;
  line-height: 53.71px;
  letter-spacing: 0;
  color: #422c88;
  padding-bottom: 21.89px;
}
@media screen and (max-width: 768px) {
  .image-carousel-item .title {
    font-size: 24px;
    line-height: 26.86px;
    text-align: center;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .image-carousel-item .title {
    font-size: 24px;
    line-height: 26.86px;
    text-align: center;
    padding-bottom: 16px;
  }
}
.image-carousel-item .bl-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .image-carousel-item .bl-link {
    padding-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .image-carousel-item .bl-link {
    padding-top: 8px;
  }
}
.image-carousel-item .img-link {
  font-family: Poppins;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 21px;
  letter-spacing: 0;
  text-align: center;
  color: #ca3ca4;
}
@media screen and (max-width: 1200px) {
  .image-carousel-item .img-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .image-carousel-item .img-link {
    font-size: 16px;
  }
}
.image-carousel-wrapper {
  position: relative;
  margin-bottom: 10.5rem;
}
@media (max-width: 992px) {
  .image-carousel-wrapper {
    margin-bottom: 16px !important;
  }
}
.image-carousel-wrapper .slick-cloned.hedi {
  opacity: 0;
}
.image-carousel-wrapper .slick-next,
.image-carousel-wrapper .slick-prev {
  display: block;
  height: 2.25rem;
  width: 3.25rem;
  position: absolute;
  bottom: -5.25rem;
  transition: 0.5s;
  margin: auto;
  left: 0;
  right: 0;
  top: unset;
}
.image-carousel-wrapper .slick-next:hover,
.image-carousel-wrapper .slick-prev:hover {
  opacity: 0.8;
}
.image-carousel-wrapper .slick-next::before,
.image-carousel-wrapper .slick-prev::before {
  content: "" !important;
  display: block;
  height: 2.25rem;
  width: 3.25rem;
  background-position: center;
  background-color: #44167e;
  background-repeat: no-repeat;
  opacity: 1;
  transition: 0.5s;
}
.image-carousel-wrapper .slick-next.slick-disabled,
.image-carousel-wrapper .slick-prev.slick-disabled {
  pointer-events: none;
}
.image-carousel-wrapper .slick-next.slick-disabled::before,
.image-carousel-wrapper .slick-prev.slick-disabled::before {
  opacity: 0.5;
}
.image-carousel-wrapper .slick-prev {
  transform: translateX(-1.625rem);
}
@media (max-width: 992px) {
  .image-carousel-wrapper .slick-prev {
    display: none !important;
  }
}
.image-carousel-wrapper .slick-prev::before {
  border-radius: 100px 0 0 100px;
  border-right: 0.75px solid rgba(255, 255, 255, 0.4);
  background-image: url(../images/slick-prev.svg);
}
.image-carousel-wrapper .slick-next {
  transform: translateX(1.625rem);
}
@media (max-width: 992px) {
  .image-carousel-wrapper .slick-next {
    display: none !important;
  }
}
.image-carousel-wrapper .slick-next::before {
  border-radius: 0 100px 100px 0;
  border-left: 0.75px solid rgba(255, 255, 255, 0.4);
  background-image: url(../images/slick-next.svg);
}
.image-carousel-wrapper .slick-dots {
  height: 10px;
  bottom: -26px;
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .image-carousel-wrapper .slick-dots {
    display: none !important;
  }
}
.image-carousel-wrapper .slick-dots li {
  width: 10px;
  height: 10px;
}
.image-carousel-wrapper .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}
.image-carousel-wrapper .slick-dots li button:before {
  color: #44167e;
  font-size: 0.625rem;
  line-height: 0.625rem;
  width: 10px;
  height: 10px;
}
.image-carousel-text {
  padding: 0 calc(-17px + 40000% / 1366);
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .image-carousel {
    margin-top: 4rem;
  }
  .image-carousel::before {
    top: -2rem;
    border-radius: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .image-carousel {
    margin-top: 4rem;
  }
  .image-carousel::before {
    top: -2rem;
    border-radius: 36px;
  }
}
@media screen and (max-width: 768px) {
  .image-carousel {
    margin-top: 42px;
    margin-bottom: 70px;
    width: 100vw;
  }
  .image-carousel-wrapper {
    margin-bottom: 8px;
  }
  .image-carousel::before {
    opacity: 0;
  }
  .image-carousel-item {
    margin: 0 4px;
  }
  .image-carousel-text {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .image-carousel {
    margin-top: 42px;
    margin-bottom: 70px;
    width: 100vw;
  }
  .image-carousel-wrapper {
    margin-bottom: 8px;
  }
  .image-carousel::before {
    opacity: 0;
  }
  .image-carousel-item {
    margin: 0 4px;
  }
  .image-carousel-text {
    margin-top: 42px;
  }
}
.crossFade__image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 2s ease-in-out;
}
.crossFade__image--active {
  opacity: 1;
}
.breadcrumb {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #5c5c5c;
  background-color: transparent;
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 0;
  margin-bottom: 0.625rem;
}
.breadcrumb a {
  color: #5c5c5c;
}
.breadcrumb-item {
  cursor: default;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 29px;
  height: 29px;
}
.breadcrumb-item.active {
  color: #422c88;
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    padding: 16px 0 0;
    margin-bottom: 0;
  }
  .breadcrumb .breadcrumb-item.active,
  .breadcrumb .breadcrumb-item:first-child,
  .breadcrumb .breadcrumb-item:nth-last-child(2) {
    display: block;
    line-height: 29px;
    height: 29px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    padding: 16px 0 0;
    margin-bottom: 0;
  }
  .breadcrumb .breadcrumb-item.active,
  .breadcrumb .breadcrumb-item:first-child,
  .breadcrumb .breadcrumb-item:nth-last-child(2) {
    display: block;
    line-height: 29px;
    height: 29px;
    margin-bottom: 4px;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.page-head:empty {
  margin: 0 !important;
}
.page-head > :first-child {
  margin-top: 24px;
}
.page-head > :last-child {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .page-head > :first-child {
    margin-top: 0;
  }
  .page-head > :last-child {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .page-head > :first-child {
    margin-top: 0;
  }
  .page-head > :last-child {
    margin-bottom: 8px;
  }
}
.page-head .banner-img {
  position: relative;
  top: -24px;
}
.page-head .banner-img .img-frame {
  transform: scale(105%);
}
.page-head_time {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #422c88;
  margin-bottom: 1rem;
}
.page-head_title {
  font-weight: 800;
  font-size: 3.875rem;
  line-height: 4.35rem;
  color: #422c88;
  margin-bottom: 0.75rem;
}
.page-head_title.wsg-mt-4 {
  margin-top: 4rem;
}
.page-head .sfContentBlock,
.page-head .text-editor,
.page-head_txt {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .page-head {
    margin-bottom: 42px;
    padding: 0;
  }
  .page-head_time {
    padding-top: 20px;
  }
  .page-head_title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .page-head_title.wsg-mt-4 {
    margin-top: 32px;
  }
  .page-head_txt {
    font-size: 1.14rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-head {
    margin-bottom: 42px;
    padding: 0;
  }
  .page-head_time {
    padding-top: 20px;
  }
  .page-head_title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .page-head_title.wsg-mt-4 {
    margin-top: 32px;
  }
  .page-head_txt {
    font-size: 1.14rem;
    line-height: 1.5rem;
  }
}
.btn-group {
  margin: 1.5rem 0;
}
.btn-primary {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #fff !important;
  padding: 0.625rem 2.375rem;
  border-radius: 0.5rem;
  border: 0.125rem solid #ea6dc8;
  background: #c5299b;
  transition: 0.5s;
  -webkit-appearance: none;
  box-shadow: none !important;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #c5299b !important;
  background: #fff;
  border-color: #c5299b;
}
.btn-secondary {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #c5299b;
  padding: 0.625rem 2.375rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 0.125rem solid #c5299b;
  transition: 0.5s;
  box-shadow: none !important;
}
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #c5299b;
  border-color: #c5299b;
}
.contact-box {
  background-color: #fff;
  padding: 5.5rem 0 4rem;
}
.contact-box .social-link {
  margin-top: 0;
}
.contact-box .social-link .l-btn li a {
  padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .contact-box {
    padding: 32px 0;
  }
}
@media screen and (max-width: 1200px) {
  .contact-box {
    padding: 32px 0;
  }
}
.noti {
  margin: 4px;
  opacity: 0.9;
  background: #eddcc3;
  border: 1px solid rgba(205, 159, 92, 0.33);
  border-radius: 8px;
  padding: 1rem 1.75rem 1rem 1.5rem;
  z-index: 99;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  width: calc(100% - 8px);
}
.noti.stick {
  top: 00;
  position: fixed;
}
.noti.fixed {
  top: 110px;
  position: fixed;
}
.noti-icon {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 1.25rem;
}
.noti-icon.expan {
  background: #fff;
  mix-blend-mode: difference;
}
.noti-text {
  cursor: default;
  flex: 0 0 calc(100% - 2.75rem);
  padding-right: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3rem;
  transition: 0.5s;
}
.noti-text:hover {
  -webkit-box-orient: unset;
  max-height: fit-content;
}
.noti-text.expan {
  -webkit-box-orient: unset;
  display: block;
  max-height: fit-content;
}
.noti-close {
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 1rem;
  cursor: pointer;
  transition: 0.5s;
}
.noti-close:hover {
  transform: scale(1.2);
}
.ui-helper-hidden-accessible {
  display: none !important;
}
.ui-autocomplete {
  max-width: calc(100vw - 20px);
  left: 10px !important;
  padding: 1rem 0;
  z-index: 10;
}
.ui-autocomplete .ui-menu-item {
  background-color: #fff;
  padding: 1rem;
  cursor: pointer;
  transition: 0.5s;
  margin-top: -1px;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1),
    0 4px 6px -2px rgba(16, 24, 40, 0.05);
}
.ui-autocomplete .ui-menu-item:first-child {
  border-radius: 8px 8px 0 0;
}
.ui-autocomplete .ui-menu-item:last-child {
  border-radius: 0 0 8px 8px;
}
.ui-autocomplete .ui-menu-item:hover {
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .ui-autocomplete {
    max-width: calc(90vw - 30px);
    left: calc(5vw + 15px) !important;
  }
}
@media screen and (min-width: 1200px) {
  .ui-autocomplete {
    max-width: 1110px;
    left: calc(50vw - 555px) !important;
  }
}
@media screen and (min-width: 1600px) {
  .ui-autocomplete {
    max-width: 1166px;
    left: calc(50vw - 583px) !important;
  }
}
@media screen and (min-width: 1920px) {
  .ui-autocomplete {
    max-width: 1410px;
    left: calc(50vw - 705px) !important;
  }
}
.paragraph-title {
  font-family: Poppins;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.375rem;
  text-align: left;
  color: #422c88;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 768px) {
  .paragraph-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .paragraph-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .programme-listing {
    margin-left: 0;
    margin-right: 0;
  }
  .programme-listing .m-box-filter_list {
    padding-bottom: 0;
    margin-bottom: 58px;
  }
  .programme-listing .m-box-filter_list ul > li {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .programme-listing {
    margin-left: 0;
    margin-right: 0;
  }
  .programme-listing .m-box-filter_list {
    padding-bottom: 0;
    margin-bottom: 58px;
  }
  .programme-listing .m-box-filter_list ul > li {
    margin-top: 0;
  }
}
.bullet-widget {
  position: relative;
  overflow-y: hidden;
  overflow-x: visible;
}
.bullet-widget ul {
  overflow-y: hidden;
  overflow-x: visible;
  padding-left: 1.5rem;
  transition: 0.2s;
}
.bullet-widget ul li {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-align: left;
}
.bullet-widget .ul-wrapper {
  margin: 1rem 0;
}
.bullet-widget-view {
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 0;
  text-align: left;
  color: #ca3ca4;
  padding: 5px 20px;
  width: fit-content;
  cursor: pointer;
  position: relative;
}
.bullet-widget-view.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.bullet-widget-view::after {
  content: "";
  height: 12px;
  width: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
  background: url(../images/job-transformation/drop-down.svg) no-repeat center;
}
.bullet-widget .ul-wrapper.short + .bullet-widget-view {
  display: none;
}
@media screen and (max-width: 768px) {
  .bullet-widget ul li {
    font-size: 16px;
    line-height: 20px;
  }
  .bullet-widget-view {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .bullet-widget ul li {
    font-size: 16px;
    line-height: 20px;
  }
  .bullet-widget-view {
    font-size: 16px;
  }
}
.accordion {
  border: none;
  --bs-accordion-border-color: transparent;
}
.accordion_title {
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: left;
  color: #111;
  margin-bottom: 1rem;
}
.accordion .accordion-button::after {
  display: none;
}
.accordion .item {
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 1rem;
}
.accordion .item_title {
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: left;
  cursor: pointer;
  padding: 2rem 1.5rem;
  padding-right: 4.5rem;
  background: url(../images/ico_circle_plus.svg) no-repeat right 1.5rem center;
  background-size: 2.5rem 2.5rem;
  transition: 0.2s;
  align-items: center;
  display: flex;
}
.accordion .item_title[aria-expanded="true"] {
  background-size: 2.5rem 2.5rem;
  background: url(../images/ico_circle_minus.svg) no-repeat right 1.5rem center;
}
.accordion .item_desc {
  padding: 0 1.5rem;
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-align: left;
}
.accordion .item_desc .sfContentBlock h3 {
  margin-bottom: 0;
}
.accordion .item_desc iframe {
  width: 100%;
  height: 56vw;
  min-height: 400px;
}
.accordion .item_desc.show .sfContentBlock {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .accordion {
    padding: 0;
  }
  .accordion_title {
    margin-bottom: calc(8rem / 14);
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .accordion .item {
    margin-bottom: 8px;
  }
  .accordion .item_title {
    padding: calc(16rem / 14);
    padding-right: 3.5rem;
    background-size: calc(24rem / 14) calc(24rem / 14);
    background-position: right 17px center;
  }
  .accordion .item_title[aria-expanded="true"] {
    background-position: right 17px center;
    background-size: calc(24rem / 14) calc(24rem / 14);
  }
}
@media screen and (max-width: 1200px) {
  .accordion {
    padding: 0;
  }
  .accordion_title {
    margin-bottom: calc(8rem / 14);
    padding: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .accordion .item {
    margin-bottom: 8px;
  }
  .accordion .item_title {
    padding: calc(16rem / 14);
    padding-right: 3.5rem;
    background-size: calc(24rem / 14) calc(24rem / 14);
    background-position: right 17px center;
  }
  .accordion .item_title[aria-expanded="true"] {
    background-position: right 17px center;
    background-size: calc(24rem / 14) calc(24rem / 14);
  }
}
.banner-img {
  margin-bottom: 4rem;
}
.banner-img .img-frame {
  width: 100%;
  height: 27vw;
  overflow: hidden;
  border-radius: 0 0 120% 120%;
  transform: scaleX(1.05);
  transition: 0.5s;
}
.banner-img .img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scaleX(calc(100% / 1.05));
}
@media screen and (max-width: 1200px) {
  .banner-img {
    margin-bottom: 32px;
  }
  .banner-img .img-frame {
    max-height: 75vw;
    width: 120vw;
    left: -10vw;
    border-radius: 0 0 200% 200%;
    position: relative;
    transform: scale(100%);
    min-height: 30vh;
  }
  .banner-img .img-frame img {
    transform: scale(100%);
  }
}
@media screen and (max-width: 1200px) {
  .banner-img {
    margin-bottom: 32px;
  }
  .banner-img .img-frame {
    max-height: 75vw;
    width: 120vw;
    left: -10vw;
    border-radius: 0 0 200% 200%;
    position: relative;
    transform: scale(100%);
    min-height: 30vh;
  }
  .banner-img .img-frame img {
    transform: scale(100%);
  }
}
@media screen and (max-width: 768px) {
  .banner-img .img-frame {
    border-radius: 0 0 50% 50%;
    width: 150vw;
    left: -25vw;
    min-height: 30vh;
  }
}
@media screen and (max-width: 768px) {
  .banner-img .img-frame {
    border-radius: 0 0 50% 50%;
    width: 150vw;
    left: -25vw;
    min-height: 30vh;
  }
}
.video-block-title {
  padding: 42px 0 32px;
}
@media screen and (max-width: 768px) {
  .video-block-title {
    padding: 32px 0 16px;
  }
}
@media screen and (max-width: 768px) {
  .video-block-title {
    padding: 32px 0 16px;
  }
}
.video-block-title p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  color: #111;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .video-block-title p {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .video-block-title p {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
.video-block-title p.title {
  font-family: Poppins;
  font-weight: 700;
  font-size: 48px;
  line-height: 53.71px;
  letter-spacing: 0;
  text-align: center;
  color: #422c88;
  padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .video-block-title p.title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .video-block-title p.title {
    font-size: 24px;
    line-height: 32px;
  }
}
.video-block-title p.desc {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #111;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .video-block-title p.desc {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .video-block-title p.desc {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
  }
}
.video-block-desc {
  margin-top: -2rem;
  background-color: #fff;
  box-shadow: 5px 5px 10px #1018280d;
  padding: 32px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 768px) {
  .video-block-desc {
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .video-block-desc {
    padding: 16px;
  }
}
.video-block-desc h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 21px;
  color: #422c88;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .video-block-desc h1 {
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .video-block-desc h1 {
    line-height: 32px;
  }
}
.video-block-desc .content {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .video-block-desc .content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .video-block-desc .content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .video-block-desc .content {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .video-block-desc .content {
    flex-direction: column;
  }
}
.video-block-desc .left-desc {
  display: flex;
  align-items: flex-start;
  max-width: 80%;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (min-width: 1025px) and (max-width: 1550px) {
  .video-block-desc .left-desc {
    max-width: 75%;
  }
}
@media (max-width: 1100px) {
  .video-block-desc .left-desc {
    max-width: 100%;
  }
}
.video-block-desc .left-desc .item {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .video-block-desc .left-desc .item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .video-block-desc .left-desc .item {
    width: 100%;
  }
}
.video-block-desc .left-desc .item .dot::before {
  content: "•";
  color: #000;
  font-size: 16px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .video-block-desc .left-desc .item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .video-block-desc .left-desc .item p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .video-block-desc .left-desc {
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .video-block-desc .left-desc {
    flex-direction: row;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .video-block-desc .left-desc {
    max-width: 100%;
  }
}
.video-block-desc ul {
  max-width: 50%;
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  .video-block-desc ul {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .video-block-desc ul {
    max-width: 100%;
  }
}
.video-block-desc li,
.video-block-desc ul {
  font-family: Poppins;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  list-style-type: disc;
}
.video-block-desc .item {
  font-family: Poppins;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
.video-block-desc button {
  padding-top: 10px;
  padding-right: 38px;
  padding-bottom: 10px;
  padding-left: 38px;
  gap: 10px;
  border-width: 1px;
  border-radius: 8px;
  background-color: #c5299b;
  border: 1px solid #ea6dc8;
  color: #fff;
  transition: 0.5s;
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 24.55px;
  letter-spacing: 0;
}
.video-block-desc button:hover {
  color: #c5299b !important;
  background: #fff;
  border-color: #c5299b;
}
@media screen and (max-width: 768px) {
  .video-block-desc button {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .video-block-desc button {
    width: 100%;
  }
}
.video-block {
  position: relative;
  padding-bottom: 56.25% !important;
  margin-bottom: 2rem !important;
}
.video-block.smaller {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .video-block.smaller {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .video-block.smaller {
    width: 100%;
  }
}
.video-block.smaller lite-youtube {
  max-width: 720px;
}
.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0;
}
.video-block lite-youtube {
  max-width: unset;
  margin: auto;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-block-info {
  font-family: Poppins;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 300;
  text-align: center;
}
.video-block-info a {
  color: #422c88;
  font-weight: 700;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}
.certified-career-advisor {
  color: #111;
  margin: 2rem 0;
}
.certified-career-advisor .row {
  margin-right: -15px;
  margin-left: -15px;
}
.certified-career-advisor .item {
  padding: 0 32px 43px;
  word-break: break-word;
}
.certified-career-advisor .item .img-block {
  height: 166px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.certified-career-advisor .item .img-block img {
  height: auto;
  max-width: 10.375rem;
  max-height: 10.375rem;
}
.certified-career-advisor .item h6.title,
.certified-career-advisor .item p {
  font-size: 1.125rem;
  margin-bottom: 0;
  line-height: 1.5rem;
}
.certified-career-advisor .item h6.title {
  font-family: Poppins;
  font-weight: 700;
}
.certified-career-advisor .item p {
  font-family: Poppins;
  font-weight: 300;
}
.certified-career-advisor .item strong {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .certified-career-advisor {
    text-align: center;
    margin: 16px 15px;
  }
  .certified-career-advisor .item {
    margin-bottom: 16px;
    padding: 0;
  }
  .certified-career-advisor .item .img-block {
    height: unset;
    justify-content: center;
  }
  .certified-career-advisor .item .img-block img {
    height: auto;
    max-width: 9rem;
    max-height: 9rem;
  }
  .certified-career-advisor .item h6.title,
  .certified-career-advisor .item p {
    font-size: calc(16rem / 14);
  }
}
.promotional-component {
  background-color: #fff;
  max-width: 1278px;
  margin: 0 auto;
  box-shadow: 0 26px 30px 0 #00000033;
  margin-top: 30px;
  margin-bottom: 30px;
}
.promotional-component .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 60px;
  padding-left: 57px;
  padding-right: 57px;
  padding-bottom: 82px;
  column-gap: 34px;
}
@media screen and (max-width: 1200px) {
  .promotional-component .wrapper {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .promotional-component .wrapper {
    flex-wrap: wrap;
    row-gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .promotional-component .wrapper {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .promotional-component .wrapper {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
  }
}
.promotional-component .col-item {
  max-width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 1200px) {
  .promotional-component .col-item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1200px) {
  .promotional-component .col-item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1200px) {
  .promotional-component .col-item.col-iframe {
    order: 1 !important;
  }
  .promotional-component .col-item.col-text {
    order: 2 !important;
  }
}
@media screen and (max-width: 1200px) {
  .promotional-component .col-item.col-iframe {
    order: 1 !important;
  }
  .promotional-component .col-item.col-text {
    order: 2 !important;
  }
}
.promotional-component .col-item.order-1 {
  order: 1;
}
.promotional-component .col-item.order-2 {
  order: 2;
}
.promotional-component .group-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .promotional-component .group-text {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .promotional-component .group-text {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .promotional-component .group-text {
    gap: 18px;
  }
}
@media screen and (max-width: 768px) {
  .promotional-component .group-text {
    gap: 18px;
  }
}
.promotional-component .group-text h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 48px;
  line-height: 53.71px;
  letter-spacing: 0;
  color: #422c88;
}
@media screen and (max-width: 1200px) {
  .promotional-component .group-text h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .promotional-component .group-text h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .promotional-component .group-text h1 {
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 111.9%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .promotional-component .group-text h1 {
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 111.9%;
    letter-spacing: 0;
  }
}
.promotional-component .group-text p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #111;
}
@media screen and (max-width: 1200px) {
  .promotional-component .group-text p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .promotional-component .group-text p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .promotional-component .group-text p {
    font-size: 1.125rem;
    line-height: 111.9%;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .promotional-component .group-text p {
    font-size: 1.125rem;
    line-height: 111.9%;
    letter-spacing: 0;
  }
}
.promotional-component .group-text a {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 24.55px;
  letter-spacing: 0;
  background-color: #c5299b;
  border: 1px solid #c5299b;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: max-content;
  padding: 10px 38px;
  border-radius: 8px;
  transition: 0.5s;
}
.promotional-component .group-text a:hover {
  color: #c5299b !important;
  background-color: transparent;
  border: 1px solid #c5299b;
}
.promotional-component .item-article_image {
  position: relative;
  padding-bottom: 56.25% !important;
}
.promotional-component .item-article_image iframe,
.promotional-component .item-article_image img,
.promotional-component .item-article_image lite-youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px;
  max-width: 100%;
}
.promotional-component .custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url(../images/BUTTON.svg) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.m-about {
  background: #fff;
  padding: 3.875rem 1.5rem;
  border-radius: 8px;
}
.m-about_info dt {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25rem;
  margin-bottom: 16px;
}
.m-about_info dd {
  margin-bottom: 32px;
}
.m-about_info dd:last-of-type {
  margin-bottom: 0;
}
.m-about_info dd p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.m-about_info .logo-wsg {
  margin-top: 32px;
  margin-bottom: 32px;
}
.m-about_info .link-primary {
  color: #ca3ca4;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-top: 2rem;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .m-about {
    padding: 2rem 1rem;
  }
  .m-about_info dt {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 8px;
  }
  .m-about_info dd {
    margin-bottom: 20px;
  }
  .m-about_info dd p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .m-about_info .logo-wsg {
    margin: 20px 0;
  }
  .m-about_info .link-primary {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .m-about {
    padding: 2rem 1rem;
  }
  .m-about_info dt {
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 8px;
  }
  .m-about_info dd {
    margin-bottom: 20px;
  }
  .m-about_info dd p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .m-about_info .logo-wsg {
    margin: 20px 0;
  }
  .m-about_info .link-primary {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .m-faq .item {
    padding: 0;
    padding-right: 10px;
    margin-bottom: 8px;
  }
  .m-faq .item_ttl {
    font-size: 1rem;
    background-size: 25px !important;
    background-position: right center !important;
    padding: 10px;
    padding-right: 33px;
  }
  .m-faq .item_desc {
    font-size: 1rem;
    line-height: 1.25rem;
    padding-right: 0;
  }
  .m-faq .item_desc p {
    margin-top: 0;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .m-faq .item {
    padding: 0;
    padding-right: 10px;
    margin-bottom: 8px;
  }
  .m-faq .item_ttl {
    font-size: 1rem;
    background-size: 25px !important;
    background-position: right center !important;
    padding: 10px;
    padding-right: 33px;
  }
  .m-faq .item_desc {
    font-size: 1rem;
    line-height: 1.25rem;
    padding-right: 0;
  }
  .m-faq .item_desc p {
    margin-top: 0;
    padding-left: 10px;
    padding-bottom: 10px;
  }
}
.form-search {
  margin: 1.5rem 0 4rem;
  position: relative;
}
.form-search .input-text {
  -webkit-appearance: none;
  border: none;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 1rem 1.5rem 1rem 5.75rem;
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: left;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1),
    0 4px 6px -2px rgba(16, 24, 40, 0.05);
}
.form-search .search-btn {
  background: url(../images/ico_search_form.svg) no-repeat;
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  left: 34px;
  border: none;
  outline: 0;
  padding: 0;
  top: calc(50% - 0.75rem);
  cursor: pointer;
}
.m-search_title {
  font-family: Poppins;
  font-size: 3.875rem;
  font-weight: 800;
  line-height: 4.5rem;
  text-align: left;
  color: #422c88;
  margin-bottom: 1.5rem;
}
.m-search_filter {
  margin-bottom: 4rem;
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
}
.m-search_filter ul {
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
}
.m-search_filter ul a {
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.5rem;
  color: #000;
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid rgba(66, 44, 136, 0.33);
  border-radius: 30px;
  font-weight: 600;
  font-family: Poppins;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
}
.m-search_filter ul a.active {
  background: #422c88;
  color: #fff;
}
.m-search_filter ul a.active img {
  filter: invert(100%) sepia(100%) saturate(0) hue-rotate(235deg)
    brightness(104%) contrast(103%);
}
.m-search_filter ul a img {
  margin-right: 0.5rem;
}
.m-search_filter .cus-opt a.active {
  background: #422c88;
  color: #fff;
}
.m-search_filter-title {
  flex: 0 0 100%;
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-align: left;
  color: #422c88;
  margin-bottom: 1.625rem;
}
.m-search_result .ttl-primary {
  margin-bottom: 29px;
}
.m-search_result .result-counts {
  color: #000;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-align: left;
  margin-bottom: 1rem;
}
.m-search_result .result-list {
  margin-bottom: 4rem;
  padding: 0;
}
.m-search_result .result-list_item {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
}
.m-search_result .result-list_item:last-of-type {
  margin-bottom: 0;
}
.m-search_result .result-list_item .tag {
  margin-top: 5px;
  display: flex;
  align-items: center;
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-align: left;
  cursor: default;
}
.m-search_result .result-list_item .tag img {
  margin-right: 0.625rem;
  max-height: 24px;
  max-width: 24px;
  width: 100%;
}
.m-search_result .result-list_item .title {
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: left;
  color: #c5299b;
  margin-bottom: 0.125rem;
}
.m-search_result .result-list_item .text {
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-align: left;
  color: #000;
}
.m-search_result .result-list_item .link {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 300;
  text-align: left;
  color: #c5299b;
}
@media screen and (max-width: 1200px) {
  .m-search .form-search,
  .m-search_filter,
  .m-search_title {
    padding-left: 0;
    padding-right: 0;
    margin: 2rem 0;
  }
  .m-search .input-text {
    padding: 12px 16px 12px calc(24px + 1rem);
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .m-search .search-btn {
    height: 1rem;
    width: 1rem;
    background-size: cover;
    left: calc(0.5rem + 8px);
    top: calc(50% - 0.5rem);
  }
  .m-search_filter {
    margin-bottom: 3rem;
  }
  .m-search_filter ul {
    gap: 8px;
  }
  .m-search_result .result-list {
    margin-bottom: 3rem;
  }
  .m-search_result .result-list_item {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .m-search .form-search,
  .m-search_filter,
  .m-search_title {
    padding-left: 0;
    padding-right: 0;
    margin: 2rem 0;
  }
  .m-search .input-text {
    padding: 12px 16px 12px calc(24px + 1rem);
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .m-search .search-btn {
    height: 1rem;
    width: 1rem;
    background-size: cover;
    left: calc(0.5rem + 8px);
    top: calc(50% - 0.5rem);
  }
  .m-search_filter {
    margin-bottom: 3rem;
  }
  .m-search_filter ul {
    gap: 8px;
  }
  .m-search_result .result-list {
    margin-bottom: 3rem;
  }
  .m-search_result .result-list_item {
    margin-bottom: 8px;
  }
}
.pagination {
  margin-top: 1.5rem;
}
.pagination .page-link {
  padding: 8px 16px;
  background: 0 0;
  border: none;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  border-radius: 50%;
}
.pagination .page-item {
  margin: 0 6px;
}
.pagination .page-item.active .page-link {
  background: #422c88;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 16px;
  }
}
#media-list .result-counts {
  margin-bottom: 2rem;
}
.m-board {
  background: #fff;
  border-radius: 8px;
  padding: 62px 24px;
}
.m-board_block .ttl-primary {
  text-align: center;
  font-size: 3rem;
  line-height: 4.5rem;
  padding: 10px 0;
  margin-bottom: 14px;
}
.m-board_block.body-block {
  margin-top: 60px;
}
.m-board_block.body-block .l-member {
  padding: 0 14px;
}
.m-board_block.body-block .l-member li {
  margin-bottom: 76px;
}
.m-board_block.body-block .l-member li:last-child {
  margin-bottom: 0;
}
.m-board_block.body-block .l-member li:nth-child(odd):last-child {
  margin-bottom: 0;
}
.m-board_block.body-block .l-member li:nth-child(odd):nth-last-child(2) {
  margin-bottom: 0;
}
.m-board .board-member {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 529px;
}
.m-board .board-member .image {
  width: 198px;
  height: 198px;
  border-radius: 100%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.m-board .board-member .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.m-board .board-member .info {
  padding-left: 44px;
  padding-right: 10px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
}
.m-board .board-member .info .pos {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.m-board .board-member .info .comp {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #422c88;
}
@media screen and (max-width: 989px) {
  .m-board .board-member {
    flex-direction: column;
  }
  .m-board .board-member .image {
    margin-bottom: 23px;
  }
  .m-board .board-member .info {
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .m-board {
    padding: 32px 9px 9px;
  }
  .m-board_block .ttl-primary {
    font-size: 2rem;
    line-height: 3.5rem;
    padding: 0;
    margin-bottom: 15px;
  }
  .m-board_block.body-block {
    margin-top: 20px;
  }
  .m-board_block.body-block .l-member {
    padding: 0 14px;
  }
  .m-board_block.body-block .l-member li {
    margin-bottom: 23px;
    padding: 0 5px;
  }
  .m-board .board-member .image {
    width: 120px;
    height: 120px;
    margin-bottom: 23px;
  }
  .m-board .board-member .info {
    padding: 10px 7px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .m-board .board-member .info .pos {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .m-board .board-member .info .comp {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 1200px) {
  .m-board {
    padding: 32px 9px 9px;
  }
  .m-board_block .ttl-primary {
    font-size: 2rem;
    line-height: 3.5rem;
    padding: 0;
    margin-bottom: 15px;
  }
  .m-board_block.body-block {
    margin-top: 20px;
  }
  .m-board_block.body-block .l-member {
    padding: 0 14px;
  }
  .m-board_block.body-block .l-member li {
    margin-bottom: 23px;
    padding: 0 5px;
  }
  .m-board .board-member .image {
    width: 120px;
    height: 120px;
    margin-bottom: 23px;
  }
  .m-board .board-member .info {
    padding: 10px 7px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .m-board .board-member .info .pos {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .m-board .board-member .info .comp {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.item-article {
  background-color: #fff;
  padding: 0;
  border-radius: 8px;
  flex: 0 0 calc((100% - 68px) / 3);
  max-width: calc((100% - 68px) / 3);
  width: 100%;
  z-index: 1;
}
.item-article a {
  display: block;
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 8px;
}
.item-article a::before {
  display: none;
  position: absolute;
  content: "";
  background: url(../images/ico_arrow_right.svg) no-repeat;
  width: 40px;
  height: 40px;
  right: 27px;
  bottom: -20px;
}
.item-article_list {
  column-gap: 34px;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
  row-gap: 4rem;
}
.item-article_list.with-paging {
  margin-bottom: 1.5rem;
}
.item-article_list.with-cta {
  row-gap: 0;
  justify-content: flex-start;
}
.item-article_list.with-cta .item-article {
  margin-bottom: 1.5rem;
}
.item-article_list .btn-box {
  flex: 0 0 100%;
  padding-bottom: 16px;
  border: none;
}
@media screen and (max-width: 768px) {
  .item-article_list .btn-box {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .item-article_list .btn-box {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .item-article_list a.view-all {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .item-article_list a.view-all {
    font-size: 1rem;
  }
}
.item-article_image {
  height: 206px;
  position: relative;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.item-article_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-bottom: 2px solid #dadada;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.item-article_content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.item-article_content p {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-align: left;
  color: #000;
}
.item-article_title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #44167e;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3rem;
}
.item-article_text {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.item-article_link {
  color: #c5299b;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 8px;
  margin-bottom: 8px;
}
.item-article_time {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #000;
}
.item-article .line {
  margin: 8px 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
  .item-article {
    margin-bottom: 1rem;
    flex: 0 0 calc((100% - 1rem) / 2);
    max-width: calc((100% - 1rem) / 2);
  }
  .item-article_time {
    line-height: 1.25rem;
  }
  .item-article_list {
    margin-top: 1rem;
    row-gap: 0;
    column-gap: 1rem;
  }
  .item-article_link {
    margin-top: 6px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .item-article {
    margin-bottom: 1rem;
    flex: 0 0 calc((100% - 1rem) / 2);
    max-width: calc((100% - 1rem) / 2);
  }
  .item-article_time {
    line-height: 1.25rem;
  }
  .item-article_list {
    margin-top: 1rem;
    row-gap: 0;
    column-gap: 1rem;
  }
  .item-article_link {
    margin-top: 6px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .item-article {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-article_content {
    padding: 1rem;
    min-height: 144px;
  }
  .item-article_title {
    height: auto;
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-height: 3.5rem;
  }
  .item-article_list.with-paging {
    margin-bottom: 1rem;
  }
  .item-article_list.with-cta .item-article {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .item-article {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .item-article_content {
    padding: 1rem;
    min-height: 144px;
  }
  .item-article_title {
    height: auto;
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-height: 3.5rem;
  }
  .item-article_list.with-paging {
    margin-bottom: 1rem;
  }
  .item-article_list.with-cta .item-article {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .m-report_inner {
    margin-top: 4rem;
  }
  .m-report_inner::before {
    top: -2.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .m-report_inner {
    margin-top: 4rem;
  }
  .m-report_inner::before {
    top: -2.3rem;
  }
}
.events-counts {
  color: #111;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-align: left;
  margin-bottom: 1rem;
}
.events-result-list {
  margin-bottom: 4rem;
  padding: 0;
}
.events-result-list-item {
  background: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
  border-radius: 8px;
}
.events-result-list-item .link {
  width: 100%;
  display: block;
  border-bottom: 1px solid #dadada;
  margin-bottom: 8px;
}
.events-result-list-item .tag {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.125rem;
  text-align: left;
  color: #111;
  margin-bottom: 8px;
}
.events-result-list-item .datetime {
  font-family: Poppins;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: left;
  color: #111;
}
.events-result-list-item .description {
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-align: left;
  color: #000;
  margin-bottom: 8px;
}
.events-result-list-item .title {
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: left;
  color: #c5299b;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .events-result {
    padding: 0;
  }
  .events-result-list {
    margin-bottom: 42px;
  }
  .events-result-list-item {
    margin-bottom: 8px;
  }
  .events-counts {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .events-result {
    padding: 0;
  }
  .events-result-list {
    margin-bottom: 42px;
  }
  .events-result-list-item {
    margin-bottom: 8px;
  }
  .events-counts {
    margin-bottom: 10px;
  }
}
.newsletter-block,
.videos-block {
  row-gap: 0;
}
.newsletter-block .item-article,
.videos-block .item-article {
  margin-bottom: 1.5rem;
}
.newsletter-block .item-article_list,
.videos-block .item-article_list {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .newsletter-block .item-article,
  .videos-block .item-article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-block .item-article,
  .videos-block .item-article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.section-header {
  margin-bottom: 2rem;
}
.section-header .text-title {
  font-weight: 700;
  font-size: 3rem;
  color: #422c88;
  line-height: 3.375rem;
  margin-bottom: 0.875rem;
}
.section-header .text-desc {
  font-size: 1.125rem;
  color: #111;
  margin-bottom: 0;
}
.section-header a {
  font-weight: 700;
  font-size: 1.125rem;
  color: #ca3ca4;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .section-header {
    margin-bottom: 1rem;
  }
  .section-header .text-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
  .section-header .text-desc,
  .section-header a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .section-header {
    margin-bottom: 1rem;
  }
  .section-header .text-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
  .section-header .text-desc,
  .section-header a {
    font-size: 1rem;
  }
}
.videos-block {
  margin-top: 4rem;
}
.videos-block .item-article {
  background: unset;
}
.videos-block .item-article_content {
  padding: 1rem 1.5rem;
  min-height: unset;
}
.videos-block .item-article_title {
  height: auto;
}
.videos-block .item-article .item-article_image {
  position: relative;
  padding-bottom: 56.25% !important;
}
.videos-block .item-article .item-article_image iframe,
.videos-block .item-article .item-article_image lite-youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px;
}
.videos-block .item-article a {
  background: unset;
}
@media screen and (max-width: 1200px) {
  .videos-block {
    margin-top: 2rem;
    padding: 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .videos-block {
    margin-top: 2rem;
    padding: 0 0;
  }
}
@media screen and (max-width: 768px) {
  .videos-block .item-article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .videos-block .item-article_content {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 768px) {
  .videos-block .item-article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .videos-block .item-article_content {
    padding: 8px 16px;
  }
}
a.view-all {
  font-weight: 700;
  font-size: 1.125rem;
  color: #422c88;
  display: block;
  text-align: center;
  width: fit-content;
  margin: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  a.view-all {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1200px) {
  a.view-all {
    font-size: 1.125rem;
  }
}
.resources,
.useful-articles {
  background: #fff;
  border-radius: 8px;
  padding: 2.5rem 17px;
  margin: 4rem 0 0;
}
.resources.no-background,
.useful-articles.no-background {
  background: 0 0;
  box-shadow: none;
  padding: 0;
  column-gap: 3rem;
  justify-content: space-between;
}
.resources.no-background .col-md-6,
.useful-articles.no-background .col-md-6 {
  flex: 0 0 calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem);
  padding: 0;
}
.resources .col-md-6,
.useful-articles .col-md-6 {
  padding-left: 17px;
  padding-right: 17px;
}
.resources img,
.useful-articles img {
  width: 100%;
  object-fit: contain;
  object-position: left;
  border-radius: 8px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .resources img,
  .useful-articles img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .resources img,
  .useful-articles img {
    margin-bottom: 24px;
  }
}
.resources .tag,
.useful-articles .tag {
  margin-bottom: 4rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
}
.resources .tag > ul,
.useful-articles .tag > ul {
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
}
.resources .tag > ul a,
.resources .tag > ul button,
.useful-articles .tag > ul a,
.useful-articles .tag > ul button {
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.5rem;
  color: #000;
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid rgba(66, 44, 136, 0.33);
  border-radius: 30px;
  font-weight: 600;
  font-family: Poppins;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
}
.resources .tag > ul a img,
.resources .tag > ul button img,
.useful-articles .tag > ul a img,
.useful-articles .tag > ul button img {
  margin-right: 4px;
  transition: 0.5s;
}
.resources .tag > ul a.active,
.resources .tag > ul button.active,
.useful-articles .tag > ul a.active,
.useful-articles .tag > ul button.active {
  background: #422c88;
  color: #fff;
}
.resources .tag > ul a.active img,
.resources .tag > ul button.active img,
.useful-articles .tag > ul a.active img,
.useful-articles .tag > ul button.active img {
  filter: invert(100%) sepia(100%) saturate(0) hue-rotate(235deg)
    brightness(104%) contrast(103%);
}
.resources .tag > ul a:focus,
.resources .tag > ul button:focus,
.useful-articles .tag > ul a:focus,
.useful-articles .tag > ul button:focus {
  outline: unset !important;
}
.resources .sfContentBlock img,
.useful-articles .sfContentBlock img {
  margin-bottom: 24px;
  width: 100%;
  max-height: 128px;
  max-width: 128px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}
.resources ul li img,
.useful-articles ul li img {
  margin: 0;
  width: auto;
}
.resources .pagination,
.useful-articles .pagination {
  margin-top: 1.5rem;
}
.resources .ttl-primary,
.useful-articles .ttl-primary {
  margin-bottom: 9px;
}
.resources .services-link,
.useful-articles .services-link {
  box-shadow: unset;
  background: unset;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  padding: 0.5rem 0;
  margin-bottom: 1.75rem;
}
.resources .services-link:last-of-type,
.useful-articles .services-link:last-of-type {
  margin-bottom: 0;
}
.resources .services-link-icon img,
.useful-articles .services-link-icon img {
  border: 0 !important;
}
@media screen and (max-width: 768px) {
  .resources,
  .useful-articles {
    padding: 40px 0;
    margin: 3rem -6px 0;
  }
  .resources .pagination,
  .useful-articles .pagination {
    margin-top: 16px;
  }
  .resources .m-search_filter,
  .useful-articles .m-search_filter {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0;
  }
  .resources .col-md-6,
  .useful-articles .col-md-6 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .resources .services-link,
  .useful-articles .services-link {
    margin-bottom: 16px;
  }
  .resources .services-link:first-of-type,
  .useful-articles .services-link:first-of-type {
    margin-top: 8px;
  }
  .resources .tag,
  .useful-articles .tag {
    margin-bottom: 32px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .resources,
  .useful-articles {
    padding: 40px 0;
    margin: 3rem -6px 0;
  }
  .resources .pagination,
  .useful-articles .pagination {
    margin-top: 16px;
  }
  .resources .m-search_filter,
  .useful-articles .m-search_filter {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0;
  }
  .resources .col-md-6,
  .useful-articles .col-md-6 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .resources .services-link,
  .useful-articles .services-link {
    margin-bottom: 16px;
  }
  .resources .services-link:first-of-type,
  .useful-articles .services-link:first-of-type {
    margin-top: 8px;
  }
  .resources .tag,
  .useful-articles .tag {
    margin-bottom: 32px;
    padding: 0;
  }
}
.quick-link .tag img {
  border-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  .resources.no-background .col-md-6,
  .useful-articles.no-background .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .resources.no-background .col-md-6,
  .useful-articles.no-background .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.newsletter-block,
.videos-block {
  row-gap: 0;
}
.newsletter-block .item-article,
.videos-block .item-article {
  margin-bottom: 1.5rem;
}
.newsletter-block .item-article_list,
.videos-block .item-article_list {
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .newsletter-block .item-article,
  .videos-block .item-article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-block .item-article,
  .videos-block .item-article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.section-header {
  margin-bottom: 2rem;
}
.section-header .text-title {
  font-weight: 700;
  font-size: 3rem;
  color: #422c88;
  line-height: 3.375rem;
  margin-bottom: 0.875rem;
}
.section-header .text-desc {
  font-size: 1.125rem;
  color: #111;
  margin-bottom: 0;
}
.section-header a {
  font-weight: 700;
  font-size: 1.125rem;
  color: #ca3ca4;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .section-header {
    margin-bottom: 1rem;
  }
  .section-header .text-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
  .section-header .text-desc,
  .section-header a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .section-header {
    margin-bottom: 1rem;
  }
  .section-header .text-title {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
  }
  .section-header .text-desc,
  .section-header a {
    font-size: 1rem;
  }
}
.videos-block {
  margin-top: 4rem;
}
.videos-block .item-article {
  background: unset;
}
.videos-block .item-article_content {
  padding: 1rem 1.5rem;
  min-height: unset;
}
.videos-block .item-article_title {
  height: auto;
}
.videos-block .item-article .item-article_image {
  position: relative;
  padding-bottom: 56.25% !important;
}
.videos-block .item-article .item-article_image iframe,
.videos-block .item-article .item-article_image lite-youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border-radius: 8px;
}
.videos-block .item-article a {
  background: unset;
}
@media screen and (max-width: 1200px) {
  .videos-block {
    margin-top: 2rem;
    padding: 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .videos-block {
    margin-top: 2rem;
    padding: 0 0;
  }
}
@media screen and (max-width: 768px) {
  .videos-block .item-article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .videos-block .item-article_content {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 768px) {
  .videos-block .item-article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
  .videos-block .item-article_content {
    padding: 8px 16px;
  }
}
@media screen and (max-width: 768px) {
  .videos-block a.view-all {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .videos-block a.view-all {
    font-size: 1rem;
  }
}
a.view-all {
  font-weight: 700;
  font-size: 1.125rem;
  color: #422c88;
  display: block;
  text-align: center;
  width: fit-content;
  margin: auto;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  a.view-all {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1200px) {
  a.view-all {
    font-size: 1.125rem;
  }
}
.resources-quick-link,
.useful-articles {
  background: #fff;
  border-radius: 8px;
  padding: 2.5rem 2.5rem;
  margin: 4rem 0 0;
  margin-left: 0;
  margin-right: 0;
}
.resources-quick-link .item-header,
.useful-articles .item-header {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0;
}
.resources-quick-link .item-list,
.useful-articles .item-list {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .resources-quick-link .item-list,
  .useful-articles .item-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .resources-quick-link .item-list,
  .useful-articles .item-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.resources-quick-link .resources-header,
.useful-articles .resources-header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .resources-quick-link .resources-header,
  .useful-articles .resources-header {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .resources-quick-link .resources-header,
  .useful-articles .resources-header {
    flex-wrap: wrap;
  }
}
.resources-quick-link .resources-header .sfContentBlock,
.useful-articles .resources-header .sfContentBlock {
  font-family: Poppins;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .resources-quick-link .resources-header .sfContentBlock,
  .useful-articles .resources-header .sfContentBlock {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    color: #000;
  }
}
.resources-quick-link.no-background,
.useful-articles.no-background {
  background: 0 0;
  box-shadow: none;
  padding: 0;
  column-gap: 3rem;
  justify-content: space-between;
}
.resources-quick-link.no-background .col-md-6,
.useful-articles.no-background .col-md-6 {
  flex: 0 0 calc(50% - 1.5rem);
  max-width: calc(50% - 1.5rem);
  padding: 0;
}
.resources-quick-link .col-md-6,
.useful-articles .col-md-6 {
  padding-left: 17px;
  padding-right: 17px;
}
.resources-quick-link img,
.useful-articles img {
  width: 100%;
  object-fit: contain;
  object-position: left;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .resources-quick-link img,
  .useful-articles img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .resources-quick-link img,
  .useful-articles img {
    margin-bottom: 24px;
  }
}
.resources-quick-link .tag,
.useful-articles .tag {
  margin-bottom: 1rem;
  margin-top: 1rem;
  flex-wrap: wrap;
  display: flex;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
}
.resources-quick-link .tag > ul,
.useful-articles .tag > ul {
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
}
.resources-quick-link .tag > ul a,
.resources-quick-link .tag > ul button,
.useful-articles .tag > ul a,
.useful-articles .tag > ul button {
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.5rem;
  color: #000;
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid rgba(66, 44, 136, 0.33);
  border-radius: 30px;
  font-weight: 600;
  font-family: Poppins;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
}
.resources-quick-link .tag > ul a img,
.resources-quick-link .tag > ul button img,
.useful-articles .tag > ul a img,
.useful-articles .tag > ul button img {
  margin-right: 4px;
  transition: 0.5s;
}
.resources-quick-link .tag > ul a.active,
.resources-quick-link .tag > ul button.active,
.useful-articles .tag > ul a.active,
.useful-articles .tag > ul button.active {
  background: #422c88;
  color: #fff;
}
.resources-quick-link .tag > ul a.active img,
.resources-quick-link .tag > ul button.active img,
.useful-articles .tag > ul a.active img,
.useful-articles .tag > ul button.active img {
  filter: invert(100%) sepia(100%) saturate(0) hue-rotate(235deg)
    brightness(104%) contrast(103%);
}
.resources-quick-link .tag > ul a:focus,
.resources-quick-link .tag > ul button:focus,
.useful-articles .tag > ul a:focus,
.useful-articles .tag > ul button:focus {
  outline: unset !important;
}
@media screen and (max-width: 768px) {
  .resources-quick-link .tag > ul li,
  .useful-articles .tag > ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .resources-quick-link .tag > ul li,
  .useful-articles .tag > ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .resources-quick-link .tag > ul button,
  .useful-articles .tag > ul button {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .resources-quick-link .sfContentBlock,
  .useful-articles .sfContentBlock {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .resources-quick-link .sfContentBlock,
  .useful-articles .sfContentBlock {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0;
    color: #000;
  }
}
.resources-quick-link .sfContentBlock img,
.useful-articles .sfContentBlock img {
  width: 100%;
  max-height: 128px;
  max-width: 128px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}
.resources-quick-link ul li img,
.useful-articles ul li img {
  margin: 0;
  width: auto;
}
.resources-quick-link .pagination,
.useful-articles .pagination {
  margin-top: 1.5rem;
}
.resources-quick-link .ttl-primary,
.useful-articles .ttl-primary {
  margin-bottom: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .resources-quick-link .ttl-primary,
  .useful-articles .ttl-primary {
    margin-bottom: 0.5rem;
    font-size: 24px;
    line-height: 26.86px;
  }
}
@media screen and (max-width: 768px) {
  .resources-quick-link .ttl-primary,
  .useful-articles .ttl-primary {
    margin-bottom: 0.5rem;
    font-size: 24px;
    line-height: 26.86px;
  }
}
.resources-quick-link .services-link,
.useful-articles .services-link {
  box-shadow: unset;
  background: unset;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  padding: 0.5rem 0;
  margin-bottom: 1.75rem;
}
.resources-quick-link .services-link:last-of-type,
.useful-articles .services-link:last-of-type {
  margin-bottom: 0;
}
.resources-quick-link .services-link-icon img,
.useful-articles .services-link-icon img {
  border: 0 !important;
}
@media screen and (max-width: 768px) {
  .resources-quick-link,
  .useful-articles {
    padding: 40px 16px;
    margin: 3rem 0 0;
  }
  .resources-quick-link .pagination,
  .useful-articles .pagination {
    margin-top: 16px;
  }
  .resources-quick-link .m-search_filter,
  .useful-articles .m-search_filter {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0;
  }
  .resources-quick-link .col-md-6,
  .useful-articles .col-md-6 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .resources-quick-link .services-link,
  .useful-articles .services-link {
    margin-bottom: 16px;
  }
  .resources-quick-link .services-link:first-of-type,
  .useful-articles .services-link:first-of-type {
    margin-top: 8px;
  }
  .resources-quick-link .tag,
  .useful-articles .tag {
    margin-top: 24px;
    margin-bottom: 0;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .resources-quick-link,
  .useful-articles {
    padding: 40px 16px;
    margin: 3rem 0 0;
  }
  .resources-quick-link .pagination,
  .useful-articles .pagination {
    margin-top: 16px;
  }
  .resources-quick-link .m-search_filter,
  .useful-articles .m-search_filter {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 0;
  }
  .resources-quick-link .col-md-6,
  .useful-articles .col-md-6 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .resources-quick-link .services-link,
  .useful-articles .services-link {
    margin-bottom: 16px;
  }
  .resources-quick-link .services-link:first-of-type,
  .useful-articles .services-link:first-of-type {
    margin-top: 8px;
  }
  .resources-quick-link .tag,
  .useful-articles .tag {
    margin-top: 24px;
    margin-bottom: 0;
    padding: 0;
  }
}
.quick-link .tag img {
  border-radius: 0 !important;
}
@media screen and (max-width: 768px) {
  .resources.no-background .col-md-6,
  .useful-articles.no-background .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .resources.no-background .col-md-6,
  .useful-articles.no-background .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.item-article_list-home .item-article {
  margin-bottom: 20px;
}
.item-article_list-home .item-article .item-article_content {
  position: relative;
  padding: 1.5rem 1rem;
  min-height: 311px;
  height: calc(100% - 206px);
}
.item-article_list-home .item-article .item-article_content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.item-article_list-home .item-article .item-article_content ul {
  list-style: disc;
  padding-inline-start: 1.5rem;
}
.item-article_list-home .item-article .item-article_content ul li {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.25rem;
  word-break: break-word;
}
.item-article_list-home .item-article .item-article_content .btn-direct {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 1.25rem;
  height: 40px;
  background: unset;
  transform: translateY(50%);
}
@media screen and (max-width: 1200px) {
  .item-article_list-home {
    row-gap: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .item-article_list-home {
    row-gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .item-article_list-home .item-article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .item-article_list-home .item-article .item-article_content {
    padding: 16px;
    min-height: 295px;
  }
  .item-article_list-home
    .item-article
    .item-article_content
    .item-article_title {
    font-size: 1.42857143rem;
    line-height: 1.75rem;
  }
  .item-article_list-home .item-article .item-article_content h3,
  .item-article_list-home .item-article .item-article_content p {
    font-size: 1.14285714rem;
  }
  .item-article_list-home .item-article .item-article_content ul li {
    font-size: 1.14285714rem;
  }
}
@media screen and (max-width: 768px) {
  .item-article_list-home .item-article {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .item-article_list-home .item-article .item-article_content {
    padding: 16px;
    min-height: 295px;
  }
  .item-article_list-home
    .item-article
    .item-article_content
    .item-article_title {
    font-size: 1.42857143rem;
    line-height: 1.75rem;
  }
  .item-article_list-home .item-article .item-article_content h3,
  .item-article_list-home .item-article .item-article_content p {
    font-size: 1.14285714rem;
  }
  .item-article_list-home .item-article .item-article_content ul li {
    font-size: 1.14285714rem;
  }
}
.item-article_list-home-bg {
  margin-top: calc(40px + 2rem);
  position: relative;
}
.item-article_list-home-bg:after {
  content: "";
  position: absolute;
  right: -24vw;
  top: -40px;
  width: 70%;
  max-width: 766px;
  height: 28%;
  max-height: 275px;
  background: #dbd6e3;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .item-article_list-home-bg:after {
    top: -16px;
  }
}
@media screen and (max-width: 768px) {
  .item-article_list-home-bg:after {
    top: -16px;
  }
}
.job-transformation-maps {
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
  padding: 4rem 0 0;
  margin-bottom: 0 !important;
}
.job-transformation-maps h2.title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.375rem;
  color: #422c88;
  margin-bottom: 1.5rem;
}
.job-transformation-maps p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 1.5rem;
}
.job-transformation-maps .left-block {
  background: #eddcc3;
  border-radius: 8px;
}
.job-transformation-maps .right-block {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .job-transformation-maps .right-block {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .job-transformation-maps .right-block {
    margin-bottom: 0;
  }
}
.site-map {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}
.site-map-item {
  flex: 0 0 100%;
}
.site-map-item-name {
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: left;
  color: #422c88;
  display: block;
  margin-bottom: 0.875rem;
}
.site-map-item-name:hover {
  color: #422c88;
}
.site-map-sub-item {
  font-family: Inter;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.site-map-sub-item:hover {
  color: #422c88;
}
.site-map-sub-item:last-child {
  margin-bottom: 0;
}
.site-map-sub-item::before {
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  display: block;
  background-color: #422c88;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .site-map-item-name {
    margin-bottom: 8px;
  }
  .site-map-sub-item {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .site-map-item-name {
    margin-bottom: 8px;
  }
  .site-map-sub-item {
    margin-bottom: 8px;
  }
}
.jtm.main {
  background: #fffafd;
}
.jtm.main .breadcrumb {
  margin-bottom: 1.5rem;
}
.jtm-banner {
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  position: relative;
}
.jtm-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}
.jtm-banner-info {
  transition: 0.5s;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: end;
  position: absolute;
  bottom: 0;
  left: 54px;
  margin: auto;
  height: 100%;
  width: auto;
  padding: 0 2rem 1.25rem;
  gap: 8px;
  height: auto;
  background: #ca3ca4e5;
  min-width: 290px;
  max-width: 416px;
}
.jtm-banner-info::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 60%;
  background: url(../images/job-transformation/job-transformation-item-info-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
}
.jtm-banner-info-date,
.jtm-banner-info-sub-title,
.jtm-banner-info-title {
  flex: 0 0 100%;
  color: #fff;
  font-family: Poppins;
  text-align: left;
  z-index: 2;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.jtm-banner-info-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-height: 6rem;
  min-height: 4rem;
}
.jtm-banner-info-sub-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 2rem;
}
.jtm-banner-info-date {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75rem;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  height: 1.75rem;
}
.jtm-banner-info.type-one .jtm-banner-info-title {
  -webkit-line-clamp: 5;
  line-clamp: 5;
  max-height: 10rem;
  min-height: 8rem;
  margin-bottom: 8px;
}
.jtm-banner-info.type-one .jtm-banner-info-sub-title {
  height: 0;
  display: none;
}
.jtm-banner-info.type-two .jtm-banner-info-title {
  -webkit-line-clamp: 6;
  line-clamp: 6;
  max-height: 12rem;
  min-height: 9.75rem;
  margin-bottom: 8px;
}
.jtm-banner-info.type-two .jtm-banner-info-date,
.jtm-banner-info.type-two .jtm-banner-info-sub-title {
  height: 0;
  display: none;
}
.jtm-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jtm-row {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .jtm-row {
    padding-bottom: 32px;
  }
}
.jtm-col-left {
  margin-top: 2rem;
  flex: 0 0 270px;
  position: relative;
  top: 0;
  transition: 0.5s;
}
.jtm-col-left .job-transformation-item-btn-title {
  margin-top: 1.5rem;
}
.jtm-col-right {
  flex: 0 0 calc(100% - 2rem - 270px);
  padding: 0;
  transition: 0.5s;
}
.jtm-col-right .link-section {
  background: #fff;
  border-radius: 8px;
  padding: 0 1.5rem;
  margin: 2rem 0;
  box-shadow: 0 1px 2px 0 #1018280f, 0 1px 3px 0 #1018281a;
}
.jtm-col-right .link-section section {
  padding-top: 32px;
  padding-bottom: 9px;
}
.jtm-col-right .link-section section:last-of-type {
  padding-bottom: 3rem;
}
.jtm-col-right .link-section section:first-of-type {
  padding-top: 3rem;
}
.jtm-col-right .link-section .jtm-quicklink {
  margin: 0;
}
.jtm-col-right .link-section .jtm-quicklink-wrapper {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .jtm-col-right .link-section {
    padding: 0 16px;
    margin: 32px 0 0;
  }
  .jtm-col-right .link-section section {
    padding-top: 24px;
    padding-bottom: 0;
  }
  .jtm-col-right .link-section section:last-of-type {
    padding-bottom: 40px;
  }
  .jtm-col-right .link-section section:first-of-type {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .jtm-col-right .link-section {
    padding: 0 16px;
    margin: 32px 0 0;
  }
  .jtm-col-right .link-section section {
    padding-top: 24px;
    padding-bottom: 0;
  }
  .jtm-col-right .link-section section:last-of-type {
    padding-bottom: 40px;
  }
  .jtm-col-right .link-section section:first-of-type {
    padding-top: 40px;
  }
}
.jtm-col-right .m-content {
  margin-bottom: 0;
}
.jtm-col-right .m-content_inner.right::before {
  left: 50%;
}
.jtm-col-right .m-content_inner.left::before {
  right: 50%;
}
@media screen and (max-width: 768px) {
  .jtm-col-right .m-content {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .jtm-col-right .m-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.jtm-anchors {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.25rem;
  height: fit-content;
  position: relative;
  box-shadow: 0 1px 2px 0 #1018280f, 0 1px 3px 0 #1018281a;
  max-width: 270px;
  transition: 0.5s;
  z-index: 2;
  width: 100%;
}
.jtm-anchors.fixed {
  position: fixed;
  top: 2rem;
}
.jtm-anchors.fixed.end {
  position: absolute;
  bottom: 0;
  top: unset;
}
.jtm-anchors a {
  color: #555;
  font-family: Poppins;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  text-align: left;
}
.jtm-anchors .job-transformation-item-btn-title {
  padding: 0;
}
.jtm-anchors .job-transformation-item-btn-title a {
  text-decoration: underline;
  color: #422c88;
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
}
.jtm-current-anchor {
  display: none;
}
.jtm-current-anchor .jtm-anchor {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: #ca3ca4;
  position: relative;
  border: none;
  padding: 4px 32px 4px 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 56px;
}
.jtm-current-anchor .jtm-anchor::before {
  content: "";
  background: url(../images/job-transformation/arrow-anchor-active.svg)
    no-repeat center;
  background-size: contain;
  width: 14px;
  display: block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  transition: 0.2s;
  top: 50%;
  transform: translateY(-50%);
}
.jtm-anchor {
  padding: 8px 0;
  border-bottom: solid 0.5px #ca3ca4;
}
.jtm-anchor a,
.jtm-anchor p {
  position: relative;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  color: #555;
  padding-left: 0;
  transition: 0.2s;
  word-wrap: break-word;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-height: 66px;
  cursor: pointer;
}
.jtm-anchor a::before,
.jtm-anchor p::before {
  content: "";
  background: url(../images/job-transformation/arrow-anchor-active.svg)
    no-repeat center;
  background-size: contain;
  width: 0;
  display: block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  transition: 0.2s;
  top: 50%;
  transform: translateY(-50%);
}
.jtm-anchor.active a,
.jtm-anchor.active p {
  font-weight: 700;
  color: #ca3ca4;
  padding-left: 24px;
}
.jtm-anchor.active a::before,
.jtm-anchor.active p::before {
  width: 14px;
}
.jtm-section {
  padding-top: 32px;
  padding-bottom: 32px;
}
.jtm-section .m-content_inner.right::before {
  left: 50%;
}
.jtm-section .m-content_inner.left::before {
  right: 50%;
}
.jtm-section :first-child {
  margin-top: 0;
}
.jtm-section .resources .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.jtm-section .resources .tag {
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}
.jtm-section .m-content {
  margin: 0;
}
.jtm-section .text-editor {
  background: #fff;
  border-radius: 8px;
  padding: 3rem 1.5rem;
  margin: 0;
  box-shadow: 0 1px 2px 0 #1018280f, 0 1px 3px 0 #1018281a;
}
@media screen and (max-width: 768px) {
  .jtm-section {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .jtm-section .text-editor {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 768px) {
  .jtm-section {
    padding-top: 32px;
    padding-bottom: 0;
  }
  .jtm-section .text-editor {
    padding: 40px 16px;
  }
}
.jtm-section:last-of-type {
  padding-bottom: 0;
}
.jtm-quicklink .sfContentBlock img {
  margin-bottom: 17px;
  width: 100%;
  max-height: 128px;
  max-width: 128px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}
.jtm-quicklink-description {
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: left;
  color: #000;
}
.jtm-quicklink-description a {
  color: #ca3ca4;
}
.jtm-quicklink.no-tag .tag {
  display: none;
}
.jtm-quicklink .tag {
  margin-bottom: 24px;
  margin-top: 43px;
  flex-wrap: wrap;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.jtm-quicklink .tag > ul {
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
.jtm-quicklink .tag > ul button {
  font-size: 1rem;
  cursor: pointer;
  line-height: 1.5rem;
  color: #000;
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid rgba(66, 44, 136, 0.33);
  border-radius: 30px;
  font-family: Poppins;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.1), 0 1px 2px rgba(16, 24, 40, 0.06);
  font-weight: 400;
}
.jtm-quicklink .tag > ul button img {
  margin-right: 4px;
  transition: 0.5s;
}
.jtm-quicklink .tag > ul button.active {
  background: #422c88;
  color: #fff;
}
.jtm-quicklink .tag > ul button.active img {
  filter: invert(100%) sepia(100%) saturate(0) hue-rotate(235deg)
    brightness(104%) contrast(103%);
}
.jtm-quicklink .tag > ul button:focus {
  outline: unset !important;
}
@media screen and (max-width: 1200px) {
  .jtm-quicklink-wrapper .ttl-primary {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .jtm-quicklink-wrapper .ttl-primary {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .jtm-quicklink {
    margin-bottom: 0;
  }
  .jtm-quicklink .tag {
    margin-top: 24px;
  }
  .jtm-quicklink-description {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .jtm-quicklink {
    margin-bottom: 0;
  }
  .jtm-quicklink .tag {
    margin-top: 24px;
  }
  .jtm-quicklink-description {
    font-size: 16px;
    line-height: 20px;
  }
}
.jtm #jtm-download-box {
  background: #f2f2f2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.jtm #jtm-download-box .download-box {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .jtm #jtm-download-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .jtm #jtm-download-box .download-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .jtm #jtm-download-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .jtm #jtm-download-box .download-box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .jtm-banner-info {
    padding: 0 20px 16px;
    left: 34px;
    min-width: unset;
    max-width: 250px;
  }
  .jtm-banner-info::before {
    height: 35%;
  }
  .jtm-banner-info-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-height: 4.5rem;
    min-height: 3rem;
  }
  .jtm-banner-info.type-one .jtm-banner-info-title {
    max-height: 7.5rem;
    min-height: 6rem;
  }
  .jtm-banner-info.type-two .jtm-banner-info-title {
    max-height: 9rem;
    min-height: 7.75rem;
  }
  .jtm-col-left {
    flex: 0 0 15rem;
    max-width: 15rem;
  }
  .jtm-col-right {
    flex: 0 0 calc(100% - 15rem - 16px);
    max-width: calc(100% - 15rem - 16px);
  }
  .jtm-anchors {
    max-width: 15rem;
  }
}
@media screen and (max-width: 1200px) {
  .jtm-banner-info {
    padding: 0 20px 16px;
    left: 34px;
    min-width: unset;
    max-width: 250px;
  }
  .jtm-banner-info::before {
    height: 35%;
  }
  .jtm-banner-info-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    max-height: 4.5rem;
    min-height: 3rem;
  }
  .jtm-banner-info.type-one .jtm-banner-info-title {
    max-height: 7.5rem;
    min-height: 6rem;
  }
  .jtm-banner-info.type-two .jtm-banner-info-title {
    max-height: 9rem;
    min-height: 7.75rem;
  }
  .jtm-col-left {
    flex: 0 0 15rem;
    max-width: 15rem;
  }
  .jtm-col-right {
    flex: 0 0 calc(100% - 15rem - 16px);
    max-width: calc(100% - 15rem - 16px);
  }
  .jtm-anchors {
    max-width: 15rem;
  }
}
@media screen and (max-width: 991px) {
  .jtm-col-right {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .jtm-col-left {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
    left: 0;
    margin-top: 0;
  }
  .jtm-anchors {
    width: 100%;
    max-width: unset;
    padding: 8px 16px;
  }
  .jtm-anchors.fixed {
    position: fixed;
    z-index: 15;
    left: 0;
    top: 0;
    border-radius: 0;
    transition: 0.5s;
  }
  .jtm-anchors.fixed.end {
    position: fixed;
    top: 0;
    bottom: unset;
  }
  .jtm-anchors.fixed .jtm-current-anchor .jtm-anchor {
    border-bottom: solid 0.5px #ca3ca4;
  }
  .jtm-anchors .job-transformation-item-btn-title {
    margin-top: 0.5rem;
  }
  .jtm-anchors::after {
    content: "";
    height: 32px;
    width: 32px;
    display: block;
    position: absolute;
    right: 20px;
    top: 8px;
    transform: rotate(180deg);
    background: url(../images/job-transformation/drop-down.svg) no-repeat center;
    transition: 0.2s;
  }
  .jtm-anchors.collapsed {
    max-height: 70px;
  }
  .jtm-anchors.collapsed::after {
    transform: rotate(0);
  }
  .jtm-anchors.collapsed .jtm-anchor-wrapper .jtm-anchor {
    display: none;
    border: 0;
  }
  .jtm-anchors.collapsed .jtm-current-anchor .jtm-anchor {
    border-bottom: solid 0;
  }
  .jtm-anchors.collapsed .job-transformation-item-btn-title {
    height: 0;
    overflow: hidden;
    margin-top: 0;
  }
  .jtm-anchor {
    padding: 6px 0;
  }
  .jtm-anchor a,
  .jtm-anchor p {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    max-height: 22px;
  }
  .jtm-anchor.active {
    display: none;
  }
  .jtm-anchor-wrapper {
    max-height: 105px;
    overflow-y: auto;
    padding-right: 3rem;
  }
  .jtm-anchor-wrapper::-webkit-scrollbar {
    width: 6px;
  }
  .jtm-anchor-wrapper::-webkit-scrollbar {
    height: 6px;
  }
  .jtm-anchor-wrapper::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
  }
  .jtm-anchor-wrapper::-webkit-scrollbar-thumb {
    background: rgba(112, 112, 112, 0.3);
    border-radius: 0;
  }
  .jtm-current-anchor {
    display: block;
  }
  .jtm-current-anchor .jtm-anchor {
    width: calc(100% - 3rem);
    padding: 6px 0 4px 24px;
  }
}
@media screen and (max-width: 768px) {
  .jtm-banner img {
    width: 100vw;
    margin: 0 -16px;
    max-width: unset;
  }
  .jtm-banner-info {
    left: 14px;
    padding: 0 18px 9px;
    min-width: unset;
    max-width: 180px;
  }
  .jtm-banner-info-title {
    font-size: 1rem;
    line-height: 1rem;
    max-height: 3rem;
    min-height: 2rem;
  }
  .jtm-banner-info-date,
  .jtm-banner-info-sub-title {
    font-size: 10px;
    line-height: 17.45px;
    height: 17.45px;
  }
  .jtm-banner-info.type-one .jtm-banner-info-title {
    max-height: 5rem;
    min-height: 4rem;
  }
  .jtm-banner-info.type-two .jtm-banner-info-title {
    min-height: calc(4rem + 17.45px);
    max-height: 5rem;
  }
  .jtm-section {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .jtm-banner img {
    width: 100vw;
    margin: 0 -16px;
    max-width: unset;
  }
  .jtm-banner-info {
    left: 14px;
    padding: 0 18px 9px;
    min-width: unset;
    max-width: 180px;
  }
  .jtm-banner-info-title {
    font-size: 1rem;
    line-height: 1rem;
    max-height: 3rem;
    min-height: 2rem;
  }
  .jtm-banner-info-date,
  .jtm-banner-info-sub-title {
    font-size: 10px;
    line-height: 17.45px;
    height: 17.45px;
  }
  .jtm-banner-info.type-one .jtm-banner-info-title {
    max-height: 5rem;
    min-height: 4rem;
  }
  .jtm-banner-info.type-two .jtm-banner-info-title {
    min-height: calc(4rem + 17.45px);
    max-height: 5rem;
  }
  .jtm-section {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 300px) {
  .jtm-banner-info {
    left: 0;
    max-width: unset;
    width: 100%;
  }
}
.jtm-layout {
  background-color: #fffafd;
}
.initiatives-list {
  background: #f5f5f5;
  padding: 24px;
  margin-top: 1.5rem;
  border-radius: 8px;
  padding-bottom: 4px;
  box-shadow: 0 1px 2px 0 #1018280f, 0 1px 3px 0 #1018281a;
}
.initiatives-list .initiative-link {
  text-decoration: none;
}
.initiatives-list .initiative-link:last-of-type .initiative-link-wrapper {
  border: 0;
  padding-bottom: 0;
}
.initiatives-list .initiative-link-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dadada;
}
.initiatives-list .initiative-link-info {
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.initiatives-list .initiative-link-icon {
  height: calc(1.25rem + 4px);
  width: 1.25rem;
  flex: 0 0 1.25rem;
  padding-top: 4px;
}
.initiatives-list .initiative-link-icon img {
  height: 1.25rem;
  width: 1.25rem;
}
.initiatives-list .initiative-link-title {
  flex: 0 0 calc(100% - 4rem);
  width: calc(100% - 4rem);
  font-family: Poppins;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-align: left;
  color: #ca3ca4;
  text-decoration: underline;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 3.5rem;
}
.initiatives-list .initiative-link-description {
  width: calc(100% - 4rem);
  font-family: Poppins;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  text-align: left;
  color: #111;
}
.initiatives-list-other {
  border-top: solid 1px #dadada;
  padding-top: 20px;
}
.initiatives-list-other h3 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75rem;
  text-align: left;
  color: #422c88;
  margin-bottom: 20px;
}
.initiatives-list-other .initiative-link-wrapper {
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 #1018280f, 0 1px 3px 0 #1018281a;
}
.initiatives-list-other .initiative-link-info {
  margin-bottom: 0;
}
.initiatives-list-other .initiative-link-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.initiatives-list-other .initiative-link:last-of-type .initiative-link-wrapper {
  border: 0;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .initiatives-list {
    padding: 24px 16px 4px;
  }
  .initiatives-list .initiative-link-title {
    flex: 0 0 calc(100% - 1.25rem - 8px);
    width: calc(100% - 1.25rem - 8px);
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }
  .initiatives-list .initiative-link-description {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .initiatives-list-other .initiative-link-wrapper {
    padding: 10px;
    margin-bottom: 10px;
  }
  .initiatives-list-other
    .initiative-link:last-of-type
    .initiative-link-wrapper {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .initiatives-list {
    padding: 24px 16px 4px;
  }
  .initiatives-list .initiative-link-title {
    flex: 0 0 calc(100% - 1.25rem - 8px);
    width: calc(100% - 1.25rem - 8px);
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
  }
  .initiatives-list .initiative-link-description {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
  }
  .initiatives-list-other .initiative-link-wrapper {
    padding: 10px;
    margin-bottom: 10px;
  }
  .initiatives-list-other
    .initiative-link:last-of-type
    .initiative-link-wrapper {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
