body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  background-color: #000;
  color: #2F2F2F;
  letter-spacing: 1%;
}

main {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  background-color: #FFFBF7;
}

.container {
  max-width: 1250px !important;
}

.paddingX {
  padding: 0 6.25rem;
}

.sectionMargin {
  margin-top: 5.625rem;
}
@media (max-width: 767px) {
  .sectionMargin {
    margin-top: 3.3rem;
  }
}

a {
  text-decoration: none;
}

.header .logo img {
  max-width: 270px;
  width: 100%;
}
@media (max-width: 767px) {
  .header .logo img {
    max-width: 164px;
  }
}
@media (max-width: 767px) {
  .header .header-content .newslette-img {
    max-width: 285px;
    width: 100%;
  }
}
.header .header-content .header-title {
  font-size: 3.875rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.9;
  background: linear-gradient(to left, #F59D50, #E97563);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 767px) {
  .header .header-content .header-title {
    font-size: 2.5rem;
  }
}
.header .line {
  width: 100%;
  height: 3px;
  opacity: 0.9;
}
.header .left-line {
  background: linear-gradient(to right, transparent, #2F2F2F, #2F2F2F);
}
.header .right-line {
  background: linear-gradient(to left, transparent, #2F2F2F, #2F2F2F);
}
.header .month {
  font-family: "Lalezar", sans-serif;
  text-transform: uppercase;
  font-size: 2.625rem;
  font-weight: normal;
  -webkit-text-stroke: 0.015rem #fff;
  background: linear-gradient(to bottom, #f19544, #E97563);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 767px) {
  .header .month {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .statistics img {
    max-width: 145px;
  }
}

.intro {
  max-width: 990px;
  border-radius: 0 40px 0 40px;
  background-color: #ffeada;
}
.intro .subtitle {
  font-size: 1.375rem;
}
.intro .title {
  font-size: 2rem;
  color: #E97563;
  font-weight: 700;
  line-height: 1.2;
}
.intro .intro-content {
  max-width: 852px;
  margin: auto;
}

.announcement {
  border: 4px solid transparent;
  box-shadow: 0 0px 10px #ffc8a0;
  background: linear-gradient(#fffdfb, #fffdfb) padding-box, linear-gradient(to right, #F59D50 0%, #E97563 100%) border-box;
  border-radius: 40px;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .announcement {
    border-radius: 30px;
    font-size: 1.125rem;
  }
}
.announcement .announcement-text-wrapper {
  padding: 2rem 3rem;
}
@media (max-width: 767px) {
  .announcement .announcement-text-wrapper {
    padding: 1.2rem 1rem 0.8rem;
  }
}
.announcement .announcement-text-wrapper h2 {
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .announcement .announcement-text-wrapper h2 {
    font-size: 2rem;
  }
}
.announcement .announcement-text-wrapper h2 span {
  font-weight: 700;
}
.announcement .announcement-text-wrapper h3 {
  font-size: 2rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .announcement .announcement-text-wrapper h3 {
    font-size: 1.25rem;
  }
}
.announcement .announcement-text-wrapper .logo-exl {
  margin-top: 1.4rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .announcement .announcement-text-wrapper .logo-exl {
    margin-bottom: 1.4rem;
  }
}
.announcement .announcement-text-wrapper .logo-exl img {
  max-width: 230px;
}
@media (max-width: 767px) {
  .announcement .announcement-text-wrapper .logo-exl img {
    max-width: 145px;
  }
}
.announcement .announcement-text-wrapper .announcement-detail h3 {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .announcement .announcement-text-wrapper .announcement-detail h3 {
    font-size: 1.5rem;
  }
}
.announcement .announcement-text-wrapper .detail {
  text-align: justify;
}
.announcement .announcement-text-wrapper .detail span {
  font-weight: 700;
}
.announcement .announcement-text-wrapper .border-box h3 {
  font-size: 2.3rem;
  font-weight: 700;
  white-space: nowrap;
  background: linear-gradient(to left, #f19544, #E97563);
  color: #fff;
  border-radius: 0.8rem;
}
@media (max-width: 767px) {
  .announcement .announcement-text-wrapper .border-box h3 {
    border-radius: 0.6rem;
    white-space: unset;
    font-size: 1.4rem;
    display: inline-block;
  }
}
.announcement .announcement-text-wrapper .border-box .line {
  height: 4px;
  width: 100%;
}
@media (max-width: 767px) {
  .announcement .announcement-text-wrapper .border-box .line {
    width: 10%;
    margin-top: 0.8rem;
    display: none;
  }
}
.announcement .announcement-text-wrapper .border-box .left-line {
  background: linear-gradient(to right, transparent, #F59D50, #E97563);
}
.announcement .announcement-text-wrapper .border-box .right-line {
  background: linear-gradient(to left, transparent, #F59D50, #E97563);
}
.announcement .announcement-text-wrapper .border-box .border-box-sm {
  border: 3px solid transparent;
  box-shadow: 0 0px 10px #ffc8a0;
  background: linear-gradient(#fffdfb, #fffdfb) padding-box, linear-gradient(to right, #F59D50 0%, #E97563 100%) border-box;
  border-radius: 20px;
  padding: 1.5rem 2rem;
}
.announcement .announcement-text-wrapper .border-box .border-box-sm .icon {
  background: linear-gradient(to left, #f19544, #E97563);
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .announcement .announcement-text-wrapper .border-box .border-box-sm .icon {
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media (max-width: 767px) {
  .announcement .announcement-text-wrapper .border-box .border-box-sm {
    padding: 0.8rem 0.7rem;
  }
  .announcement .announcement-text-wrapper .border-box .border-box-sm h4 {
    font-size: 1.25rem;
    font-weight: 500;
  }
  .announcement .announcement-text-wrapper .border-box .border-box-sm .description-sm {
    font-size: 1rem;
    line-height: 1.4;
  }
  .announcement .announcement-text-wrapper .border-box .border-box-sm svg {
    width: 2rem !important;
    height: 2rem !important;
  }
  .announcement .announcement-text-wrapper .border-box .border-box-sm .diamond {
    width: 1.7rem !important;
    height: 1.7rem !important;
  }
}

.talent-section h3.title {
  background: linear-gradient(to left, #f19544, #E97563);
  color: #fff;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  border-radius: 20px 0 20px 0;
  min-width: 470px;
}
@media (max-width: 767px) {
  .talent-section h3.title {
    min-width: 100%;
    font-size: 2rem;
  }
}
.talent-section h3.title span {
  font-size: 1.75rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .talent-section h3.title span {
    font-size: 1.375rem;
  }
}
.talent-section .talent-header {
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .talent-section .talent-header {
    margin-bottom: 0.7rem;
  }
}
.talent-section .talent-img-wrapper {
  position: relative;
}
.talent-section .talent-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.talent-section .talent-img-wrapper .talent-name-wrapper {
  position: absolute;
  bottom: 0;
  background-color: #E97563;
  color: #fff;
  padding: 0.6rem 0.8rem 0.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .talent-section .talent-img-wrapper .talent-name-wrapper {
    position: static;
  }
}
.talent-section .talent-img-wrapper .talent-name-wrapper h4 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .talent-section .talent-img-wrapper .talent-name-wrapper h4 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.talent-section .talent-img-wrapper .talent-name-wrapper p {
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .talent-section .talent-img-wrapper .talent-name-wrapper p {
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
  }
}
.talent-section .talent-content {
  font-size: 1.25rem;
  padding: 2rem 2.5rem;
  line-height: 1.6;
  text-align: justify;
}
@media (max-width: 767px) {
  .talent-section .talent-content {
    padding: 1rem 1rem 1.5rem;
    font-size: 1.125rem;
    border-bottom: 3px solid #F59D50;
  }
}
.talent-section .talent-content p {
  margin-bottom: 0;
}
.talent-section .talent-content p span {
  font-style: italic;
  font-weight: 600;
}
.talent-section .talent-content .cta {
  color: #ef903c;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  transition: 0.1s;
  border: 2px solid transparent;
  box-shadow: 0 0px 10px #ffc8a0;
  background: linear-gradient(#ffeada, #ffeada) padding-box, linear-gradient(to right, #F59D50 0%, #E97563 100%) border-box;
}
@media (max-width: 767px) {
  .talent-section .talent-content .cta {
    padding: 0.3rem 1rem;
  }
}
.talent-section .talent-content .cta:hover {
  background: #f19544;
  color: #fff;
}
.talent-section .t-right {
  border-radius: 0 40px 0 0;
  background-color: #ffeada;
}
@media (max-width: 767px) {
  .talent-section .t-right {
    border-radius: 0;
  }
}
.talent-section .t-left {
  border-radius: 0 0 0 40px;
  background-color: #ffeada;
}
@media (max-width: 767px) {
  .talent-section .t-left {
    border-radius: 0;
  }
}

.events-section h3.title {
  background: linear-gradient(to right, #f19544, #E97563);
  color: #fff;
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  border-radius: 20px 0 20px 0;
  min-width: 470px;
}
@media (max-width: 767px) {
  .events-section h3.title {
    min-width: 100%;
    font-size: 2rem;
  }
}
.events-section h3.title span {
  font-size: 1.75rem;
  font-weight: 300;
}
.events-section .line {
  height: 4px;
  width: 100%;
}
@media (max-width: 767px) {
  .events-section .line {
    width: 10%;
    margin-top: 0.8rem;
    display: none;
  }
}
.events-section .left-line {
  background: linear-gradient(to right, transparent, #F59D50, #E97563);
}
.events-section .right-line {
  background: linear-gradient(to left, transparent, #F59D50, #E97563);
}
@media (max-width: 767px) {
  .events-section .event-row.g-4 {
    --bs-gutter-y: 1.9rem !important;
  }
}
.events-section .event-img-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}
.events-section .event-img-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #E97563;
  right: -7px;
  top: -7px;
  z-index: -1;
  border-radius: 0 16px 0 0;
}
.events-section .event-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-section .event-img-wrapper .event-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1rem;
}
.events-section .event-img-wrapper .event-detail .name {
  background-color: #ef903c;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 0.1rem 0.7rem;
}
@media (max-width: 767px) {
  .events-section .event-img-wrapper .event-detail .name {
    padding: 0.1rem 0.6rem;
    font-weight: 500;
  }
}
.events-section .event-img-wrapper .event-detail .desc {
  background-color: rgba(0, 0, 0, 0.4392156863);
  color: #fff;
  padding: 0.2rem 0.7rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .events-section .event-img-wrapper .event-detail .desc {
    padding: 0.25rem 0.6rem;
  }
}
.events-section .event-img-wrapper .event-detail .desc span {
  font-weight: 600;
}
.events-section .event-img-wrapper .location {
  position: absolute;
  top: -2px;
  right: -1px;
  color: #fff;
  background-color: #E97563;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0 0 0 1rem;
  padding: 0 0.2rem 0.3rem 0.4rem;
  gap: 2px;
}
@media (max-width: 767px) {
  .events-section .event-img-wrapper .location {
    border-radius: 0 0 0 0.8rem;
    padding: 0 0.2rem 0.2rem 0.3rem;
  }
}
.events-section .dual-event-wrapper {
  position: relative;
}
@media (max-width: 767px) {
  .events-section .dual-event-wrapper {
    border: 7px solid #E97563;
  }
}
.events-section .dual-event-wrapper .dual-event-content {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .events-section .dual-event-wrapper .dual-event-content {
    border: 5px solid #E97563;
    background-color: #E97563;
    outline: 1px solid #fff;
  }
  .events-section .dual-event-wrapper .dual-event-content::before {
    display: none;
  }
}
.events-section .dual-event-wrapper .dual-event-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #E97563;
  right: -7px;
  top: -7px;
  z-index: -1;
  border-radius: 0 16px 0 0;
}
.events-section .dual-event-wrapper .dual-event-content .event-img-wrapper {
  width: 100%;
}
.events-section .dual-event-wrapper .dual-event-content .event-img-wrapper:first-child::before {
  border-radius: 0;
}
@media (max-width: 767px) {
  .events-section .dual-event-wrapper .dual-event-content .event-img-wrapper::before {
    display: none;
  }
}
.events-section .dual-event-wrapper .dual-event-content .event-img-wrapper .event-detail {
  bottom: 1.7rem;
}
@media (max-width: 767px) {
  .events-section .dual-event-wrapper .dual-event-content .event-img-wrapper .event-detail {
    bottom: 0;
  }
}
.events-section .dual-event-wrapper .dual-event-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1rem;
  z-index: 2;
}
.events-section .dual-event-wrapper .dual-event-detail .desc {
  background-color: rgba(0, 0, 0, 0.4392156863);
  color: #fff;
  padding: 0.2rem 0.7rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .events-section .dual-event-wrapper .dual-event-detail .desc {
    padding: 0.25rem 0.6rem;
  }
}
.events-section .dual-event-wrapper .dual-event-detail .desc span {
  font-weight: 600;
}

.article-section .inner-wrapper {
  background-color: #fffdfb;
  border: 4px solid transparent;
  background: linear-gradient(#fffdfb, #fffdfb) padding-box, linear-gradient(to right, #F59D50 0%, #E97563 100%) border-box;
  box-shadow: 0 0px 10px #ffc8a0;
  padding: 2rem 1.5rem;
}
@media (max-width: 767px) {
  .article-section .inner-wrapper {
    padding: 1rem 0;
  }
}
.article-section .inner-wrapper .article-title {
  background-color: #E97563;
  color: #fff;
  border-radius: 1rem 0 1rem 0;
  padding: 0.8rem;
  position: relative;
}
.article-section .inner-wrapper .article-title .title {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .article-section .inner-wrapper .article-title .title {
    font-size: 1.5rem;
  }
}
.article-section .inner-wrapper .article-title .location {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  color: #fff;
  background-color: #ef903c;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1450980392);
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.75rem 0 0.75rem 0;
  padding: 0.2rem 0.6rem 0.2rem 0.4rem;
  gap: 2px;
}
.article-section .inner-wrapper .location-mob {
  color: #fff;
  background-color: #f19544;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.3764705882);
  border-radius: 0 13px;
  font-size: 0.938rem;
  font-weight: 500;
  padding: 0.1rem 0.5rem 0.1rem 0.3rem;
  gap: 2px;
}
.article-section .inner-wrapper .article-content-wrapper {
  background-color: #ffeada;
  position: relative;
}
@media (max-width: 767px) {
  .article-section .inner-wrapper .article-content-wrapper {
    border-radius: 1.25rem;
  }
}
.article-section .inner-wrapper .article-content-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  background-color: #fffdfb;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .article-section .inner-wrapper .article-content-wrapper::before {
    display: none;
  }
}
.article-section .inner-wrapper .article-content-wrapper p {
  line-height: 1.6;
  text-align: justify;
}
@media (max-width: 767px) {
  .article-section .inner-wrapper .article-content-wrapper p {
    line-height: 1.5;
  }
}
.article-section .inner-wrapper .article-content-wrapper p span {
  font-weight: 700;
}
.article-section .inner-wrapper .article-content-wrapper p:last-child {
  margin-bottom: 0;
}
.article-section .inner-wrapper .article-content-wrapper .row {
  margin-top: 0.9rem;
  margin-bottom: 2.3rem;
}
@media (max-width: 767px) {
  .article-section .inner-wrapper .article-content-wrapper .row {
    margin-top: -0.5rem;
    margin-bottom: 1rem;
  }
}
.article-section .inner-wrapper .article-content-wrapper .article-img-wrapper {
  position: relative;
  z-index: 1;
}
.article-section .inner-wrapper .article-content-wrapper .article-img-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -6px;
  right: -6px;
  border: 3px solid #ef903c;
  border-radius: 0 1.25rem 0 0;
  z-index: -1;
}
.article-section .inner-wrapper .article-content-wrapper .article-img-wrapper img {
  border-radius: 0 1.25rem 0 0;
  width: 100%;
}
.article-section .inner-wrapper .article-content-wrapper .article-img-wrapper .artist-name {
  background-color: #ef903c;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 0.1rem 0.6rem;
}
@media (max-width: 767px) {
  .article-section .inner-wrapper .article-content-wrapper .article-img-wrapper .artist-name {
    margin-right: auto;
    position: absolute;
    bottom: 0;
    right: -6px;
    font-size: 1rem;
    padding: 0.1rem 0.5rem;
  }
}

footer {
  background-color: #F9C31F;
  border-radius: 40px 40px 0 0;
}
footer .footer-bg {
  background-color: #fff;
  border-radius: 0 40px 0 40px;
}
footer .footer-bg h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  footer .footer-bg h4 {
    font-size: 1.5rem;
  }
}
footer .footer-bg p {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  footer .footer-bg p {
    font-size: 1rem;
    line-height: 1.4;
  }
}
footer .footer-bg .call-icon {
  background-color: rgba(255, 255, 255, 0.062745098);
  border: 1px solid #F9C31F;
  border-radius: 40px;
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  footer .footer-bg .call-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  footer .footer-bg .call-icon svg {
    width: 1.3rem;
    height: 1.3rem;
  }
}
footer .footer-bg .call-icon svg path {
  fill: #F9C31F;
}
footer .footer-bg .contact-name {
  font-weight: 700;
  color: #2F2F2F;
}
@media (max-width: 767px) {
  footer .footer-bg .contact-name {
    font-size: 1.05rem;
  }
}
footer .footer-bg .tel {
  font-size: 1.25rem;
  font-weight: 500;
  color: #2F2F2F;
  letter-spacing: 2%;
  line-height: 1.4;
}
@media (max-width: 767px) {
  footer .footer-bg .tel {
    font-size: 1.05rem;
  }
}
@media (max-width: 767px) {
  footer .follow img {
    width: 100%;
  }
}
footer .main-caption {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  footer .main-caption {
    font-size: 1.375rem;
  }
}
footer .ftrmnu {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 996px;
  width: 100%;
  text-transform: uppercase;
}
footer .ftrmnu li {
  background-color: #fff;
  border-radius: 0 10px 0 10px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 2px 8px;
  display: inline-block;
  letter-spacing: 0;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  footer .ftrmnu li {
    font-size: 10.5px;
    padding: 2px 5px;
    margin-bottom: 0;
  }
}
footer .disclaimer-row {
  border-top: 1px solid rgba(0, 0, 0, 0.1254901961);
}
footer .disclaimer {
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 767px) {
  footer .disclaimer {
    font-size: 0.8rem;
  }
}

.modal-content {
  border-radius: 20px;
}
.modal-content .modal-body {
  font-size: 0.9rem;
  line-height: 1.6;
}/*# sourceMappingURL=style.css.map */