.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  position: relative;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 700px; }
  @media (min-width: 1200px) {
    .container {
      max-width: 893px;
      padding-left: 28px;
      padding-right: 28px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1100px; } }
  .container__grid {
    padding-left: 120px;
    padding-right: 120px; }
    @media (min-width: 1400px) {
      .container__grid {
        padding: 0; } }
  .container__box {
    max-width: 750px; }
    @media (min-width: 1600px) {
      .container__box {
        max-width: 1000px; } }
    .container__box-small {
      max-width: 560px; }
      @media (min-width: 1600px) {
        .container__box-small {
          max-width: 700px; } }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -28px;
  margin-right: -28px; }

.row-10 {
  margin-left: -10px;
  margin-right: -10px; }

.row-15 {
  margin-left: -15px;
  margin-right: -15px; }

.row-28 {
  margin-left: -28px;
  margin-right: -28px; }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body,
html {
  margin: 0;
  padding: 0; }

html {
  font-size: 12px; }
  @media (min-width: 768px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1600px) {
    html {
      font-size: 16px; } }

body {
  color: #6e6e6e;
  font-family: "Montserrat", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  background-color: #163D64; }

a {
  color: inherit;
  vertical-align: baseline;
  outline: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: transparent;
  cursor: pointer; }

a,
a:hover {
  text-decoration: none; }

a:focus,
button:focus {
  outline: 0;
  outline: 0 auto -webkit-focus-ring-color;
  outline-offset: 0; }

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal; }

img,
picture {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  border-style: none; }

iframe {
  border: none; }

iframe,
video {
  vertical-align: top; }

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

p {
  -webkit-margin-before: 0px;
  margin-block-start: 0px;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px; }

.clearfix {
  *zoom: 1; }

.fixed {
  overflow: hidden; }

.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.mt1 {
  margin-top: 1rem; }

.mt2 {
  margin-top: 2rem; }

.mt3 {
  margin-top: 3rem; }

.mt4 {
  margin-top: 4rem; }

.mt5 {
  margin-top: 5rem; }

.mt6 {
  margin-top: 6rem; }

.mt-1 {
  margin-top: -2px; }
  @media (min-width: 768px) {
    .mt-1 {
      margin-top: -5px; } }

.px1 {
  padding: 1rem 0; }

@media (max-width: 411px) {
  .m-pr9 {
    padding-right: 90px; } }
  @media (max-width: 411px) and (max-width: 350px) {
    .m-pr9 {
      padding-right: 0; } }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-semibold {
  font-weight: 600; }

.center-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.overflow {
  overflow: hidden; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.text-white {
  color: #FFFFFF; }

.text-blue {
  color: #2981D9; }

.text-black {
  color: #333333; }

.icon-arrow {
  width: 24px;
  height: 24px; }
  @media (min-width: 1200px) {
    .icon-arrow {
      width: 32px;
      height: 32px; } }
  .icon-arrow--right {
    display: block; }
    @media (min-width: 1200px) {
      .icon-arrow--right {
        display: none; } }
  .icon-arrow--left {
    display: none; }
    @media (min-width: 1200px) {
      .icon-arrow--left {
        display: block; } }

.border-bottom {
  border-bottom: 4px solid #C0F2FB; }

.img-section {
  width: 100vw;
  height: auto; }

.about__content .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.circle {
  border-radius: 100%; }

.bg-full {
  min-height: 100vh;
  padding: 100px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.bg-blue {
  background-color: #25387B; }

.bg-white {
  background-color: #FFFFFF; }

.scroll-down .header {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }

.scroll-up .header {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }

.section__page {
  border-radius: 10px;
  padding: 3rem 5%; }
  @media (min-width: 768px) {
    .section__page {
      border-radius: 20px;
      padding: 3rem 5rem; } }
  .section__page-small {
    max-height: 80vh;
    overflow-y: scroll; }
    @media (min-width: 768px) {
      .section__page-small {
        max-height: 100%;
        overflow-y: hidden; } }
  .section__page-text {
    font-size: 14px; }
    @media (min-width: 768px) {
      .section__page-text {
        font-size: 1.2rem; } }

.center {
  margin-left: auto;
  margin-right: auto; }

.w-full {
  width: 100%; }
  @media (min-width: 1200px) {
    .w-full {
      width: 1100px; } }

.section__cms ol,
.section__cms ul,
.section__cms p {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0;
  font-weight: 400; }
  @media (max-width: 600px) {
    .section__cms ol,
    .section__cms ul,
    .section__cms p {
      font-size: 10px; } }

.section__cms h2,
.section__cms h3,
.section__cms h4,
.section__cms h5 {
  color: #000;
  font-weight: 700; }

.section__cms h3 {
  font-size: 18px; }

.section__cms ol {
  padding-left: 25px; }
  .section__cms ol li {
    list-style-type: decimal;
    margin-top: 0.5rem; }

.section__cms ul {
  padding-left: 25px; }
  .section__cms ul li {
    list-style: disc;
    margin-top: 0.5rem; }

.section__cms a {
  color: #357EC7; }
  .section__cms a:hover {
    text-decoration: underline; }

.section__cms img {
  max-width: 100%;
  margin-bottom: 15px; }

.section__cmsImg--award {
  background: #d9d9d9;
  position: relative;
  display: inline-block; }
  @media (min-width: 768px) {
    .section__cmsImg--award {
      min-height: 450px;
      width: 100%; } }
  .section__cmsImg--award::before {
    content: "";
    background: #d9d9d9;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .section__cmsImg--award::after {
    content: "IMAGE";
    background: #d9d9d9;
    color: #fff;
    position: absolute;
    font-size: 66px;
    top: 25%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    text-align: center;
    font-family: "Poppins", sans-serif; }

.section__cms strong {
  font-weight: 700; }

.section__cms .image__wrapper {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin-top: 1rem; }
  @media (min-width: 375px) {
    .section__cms .image__wrapper {
      height: 200px; } }
  @media (min-width: 768px) {
    .section__cms .image__wrapper {
      height: 300px; } }
  @media (min-width: 1200px) {
    .section__cms .image__wrapper {
      height: 400px; } }
  .section__cms .image__wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

html,
body {
  overflow-x: hidden; }

.d-none {
  display: none;
  visibility: hidden;
  pointer-events: none; }

.d-block {
  display: block; }

.d-screen-desktop {
  display: block; }
  @media (min-width: 1200px) {
    .d-screen-desktop {
      display: none; } }

.d-max-mdtablet {
  display: block; }
  @media (max-width: 990px) {
    .d-max-mdtablet {
      display: none; } }

.d-min-mdtablet {
  display: block; }
  @media (min-width: 990px) {
    .d-min-mdtablet {
      display: none; } }

.w-100 {
  width: 100%;
  float: left; }

@media (max-width: 411px) {
  .story .section__title,
  .kabar .section__title {
    margin-left: -50px; } }

@media (max-width: 360px) {
  .story .section__title,
  .kabar .section__title {
    margin-left: 0; } }

@media (max-width: 500px) {
  .story .section__title,
  .kabar .section__title {
    margin-left: 0; } }

@media (min-width: 768px) {
  .desktop {
    display: inline-block; } }

@media (max-width: 768px) {
  .desktop {
    display: none; } }

@media (min-width: 768px) {
  .mobile {
    display: none; } }

@media (max-width: 768px) {
  .mobile {
    display: block; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes animatemodal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes animatemodal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-ms-keyframes animatemodal {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg); } }

.menu {
  color: #FFFFFF; }
  .menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: auto; }
  .menu__item a {
    font-family: "Mochiy Pop P One", sans-serif;
    font-size: 13px;
    padding: 20px;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 2;
    float: left; }
    @media (min-width: 1200px) {
      .menu__item a {
        font-size: 10px;
        padding: 18px 20px;
        background-color: #163D64; } }
    .menu__item a:after {
      background: #ff0009;
      -webkit-transition: 0.3s ease-out;
      transition: 0.3s ease-out;
      top: 0;
      left: 0;
      right: 0;
      height: 0;
      width: 100%;
      content: "";
      position: absolute;
      z-index: -1; }
  .menu__subnav {
    display: none;
    position: absolute;
    top: 38px;
    border-radius: 15px; }
    .menu__subnav .smooth-scroll {
      display: none; }
    .menu__subnav a {
      width: 100%;
      margin: 0 !important;
      color: #fff !important; }
      .menu__subnav a:hover {
        background: none !important;
        color: #b9dbd5 !important; }

.menu__item:hover a,
.menu__item.active a {
  color: #000000; }

.menu__item:hover > a:after,
.menu__item.active > a:after {
  height: 100%; }

.menu__item.active a:after {
  background: #ffffff; }

.menu__item:hover .menu__subnav {
  display: block; }

/*** navbar ***/
@-webkit-keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

/*** sandwich ***/
/*** menu full page ***/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%; }
  100% {
    opacity: 1;
    left: 0; } }

#menu2 {
  position: fixed;
  margin-top: 47px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.35s, width 0.35s;
  transition: opacity 0.5s, visibility 0.35s, width 0.35s;
  z-index: 999; }
  #menu2 .menu-list {
    position: relative;
    height: 100%;
    overflow: auto;
    text-align: left;
    z-index: 100; }
    #menu2 .menu-list .container {
      margin: 0; }
    #menu2 .menu-list ul.menu li {
      position: relative;
      opacity: 0;
      padding: 10px 0;
      float: left;
      clear: both;
      list-style: none;
      width: 100%;
      text-align: left; }
      #menu2 .menu-list ul.menu li a {
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'Mochiy Pop P One', sans-serif;
        color: #FFFFFF;
        padding: 10px; }
      #menu2 .menu-list ul.menu li.active a {
        color: #000; }
  #menu2 .menu {
    float: left;
    width: 100%;
    padding: 20px; }
    #menu2 .menu__subnav li a {
      font-size: 10px !important; }
  #menu2.open {
    opacity: 1;
    visibility: visible; }
    #menu2.open:after {
      right: 0; }
    #menu2.open .menu2-col:first-child::after {
      height: 100%;
      opacity: 1; }
    #menu2.open ul.menu li {
      -webkit-animation: fadeInRight 0.35s ease forwards;
      animation: fadeInRight 0.35s ease forwards;
      -webkit-animation-delay: 0.35s;
      animation-delay: 0.35s; }
      #menu2.open ul.menu li:nth-of-type(2) {
        -webkit-animation-delay: 0.45s;
        animation-delay: 0.45s; }
      #menu2.open ul.menu li:nth-of-type(3) {
        -webkit-animation-delay: 0.55s;
        animation-delay: 0.55s; }
      #menu2.open ul.menu li:nth-of-type(4) {
        -webkit-animation-delay: 0.55s;
        animation-delay: 0.55s; }

.sandwich {
  width: 35px;
  height: 35px;
  top: -7px;
  right: 15px;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }
  .sandwich span {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 35px;
    height: 3px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    z-index: 50;
    border-radius: 20px; }
    .sandwich span:nth-of-type(2) {
      top: 17px; }
    .sandwich span:nth-of-type(3) {
      top: 27px;
      left: 0; }

.sandwich.active .top {
  -moz-transform: translateY(10px) translateX(0) rotate(45deg);
  -o-transform: translateY(10px) translateX(0) rotate(45deg);
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
  background-color: #FFFFFF; }

.sandwich.active .middle {
  opacity: 0; }

.sandwich.active .bottom {
  -moz-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -o-transform: translateY(-10px) translateX(0) rotate(-45deg);
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
  width: 35px;
  background-color: #FFFFFF; }

.sandwich.active:hover .top {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.sandwich.active:hover .middle {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

.sandwich.active:hover .bottom {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }

button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 3px;
  text-align: center;
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase; }
  button-primary,
  .button-primary {
    text-transform: uppercase;
    width: 12rem;
    padding: 0.5rem 0;
    background: #FF0000;
    color: #FFFFFF;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.09);
    border: 2px solid #FF0000;
    border-radius: 8px;
    font-size: 1rem; }
    button-primary:hover,
    .button-primary:hover {
      background: #17234c;
      border: 2px solid #17234c; }
  button-secondary,
  .button-secondary {
    text-transform: uppercase;
    width: 12rem;
    padding: 0.5rem 0;
    background: #FFFFFF;
    color: #FF0000;
    -webkit-box-shadow: 0px 3px 5px rgba(90, 85, 85, 0.09);
    box-shadow: 0px 3px 5px rgba(90, 85, 85, 0.09);
    border: 2px solid #FF0000;
    border-radius: 8px;
    font-size: 1rem; }
    button-secondary:hover,
    .button-secondary:hover {
      background: #FF0000;
      color: #FFFFFF; }
  button-tertier,
  .button-tertier {
    text-transform: uppercase;
    background: #25387B;
    color: #FFFFFF;
    width: 12rem;
    padding: 0.5rem 0;
    border-radius: 8px;
    font-size: 1rem; }
    button-tertier:hover,
    .button-tertier:hover {
      background: #8cb7df; }
  button-menu, button-close,
  .button-menu,
  .button-close {
    color: #25387B;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.09);
    font-size: 20px;
    padding: 4px 10px; }
  button-more,
  .button-more {
    background-color: #FF0000;
    text-transform: uppercase;
    border-radius: 24px;
    width: 12rem;
    padding: 0.8rem 0;
    color: #FFFFFF;
    border: 2px solid #FF0000;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.09);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    button-more span,
    .button-more span {
      display: block; }
    button-more .loading,
    .button-more .loading {
      display: none; }
    button-more:hover,
    .button-more:hover {
      background: #17234c;
      border: 2px solid #17234c; }
  button-active span,
  .button-active span {
    display: none; }
  button-active .loading,
  .button-active .loading {
    display: block; }

.loading {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite; }
  @media (min-width: 768px) {
    .loading {
      width: 18px;
      height: 18px; } }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 3px;
  text-align: center;
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 8px;
  padding: 5px 10px;
  position: relative; }
  @media (min-width: 1600px) {
    .btn {
      font-size: 14px; } }
  .btn-primary {
    text-transform: uppercase;
    background: #FF0000;
    color: #FFFFFF;
    -webkit-box-shadow: #19669a 3px 3px 0px 0px;
    box-shadow: #19669a 3px 3px 0px 0px;
    border: 2px solid #FF0000;
    border-radius: 6px; }
    .btn-primary:hover {
      background: #17234c;
      border: 2px solid #17234c; }
  .btn-white {
    background: #FFFFFF;
    color: #19669A;
    -webkit-box-shadow: #19669a 3px 3px 0px 0px;
    box-shadow: #19669a 3px 3px 0px 0px;
    border: 2px solid #FFFFFF;
    border-radius: 6px; }
    .btn-white:hover {
      background: #17234c;
      border: 2px solid #17234c;
      color: #FFFFFF; }
  .btn-submit {
    text-transform: uppercase;
    background-color: #ff0009;
    -webkit-box-shadow: #19669a 3px 3px 0px 0px;
    box-shadow: #19669a 3px 3px 0px 0px;
    color: #fff;
    padding: 6px 12px;
    border: 2px solid #ff0009;
    border-radius: 6px;
    font-size: 19px;
    width: 100%; }
    .btn-submit--blue {
      background-color: #01B7FC;
      border: 2px solid #01B7FC; }
    .btn-submit--yellow {
      background-color: #FFD500;
      border: 2px solid #FFD500;
      -webkit-box-shadow: #595A5A 3px 3px 0px 0px;
      box-shadow: #595A5A 3px 3px 0px 0px;
      color: #000; }
    @media (min-width: 1200px) {
      .btn-submit {
        font-size: 19px; } }
    .btn-submit:hover {
      background: #17234c;
      border: 2px solid #17234c;
      color: #FFFFFF; }

.card-dewan_juri {
  width: 100%;
  max-width: 300px;
  display: inline-table;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative; }
  .card-dewan_juri__title {
    margin-bottom: 10px;
    display: inline-table;
    padding: 4px 24px 14px 24px;
    font-family: "Poppins", sans-serif;
    color: #25387B;
    position: relative; }
    .card-dewan_juri__title h3 {
      font-size: 16px;
      position: relative;
      z-index: 2; }
      @media (max-width: 411px) {
        .card-dewan_juri__title h3 {
          font-size: 11px; } }
    .card-dewan_juri__title:after, .card-dewan_juri__title:before {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='348.564px' height='41.294px' viewBox='287.62 400.381 348.564 41.294' enable-background='new 287.62 400.381 348.564 41.294' xml:space='preserve'%3E%3Ctitle%3EArtboard 13%3C/title%3E%3Cpath id='Path_23397' fill='%23C0DCF3' stroke='%23C0DCF3' d='M294.785,440.894l6.24-5.18l-7.679-5.212l6.15-5.925l-7.688-5.213 l6.355-4.439l-7.678-5.217l6.436-3.693l-7.667-5.216l339.675,0.367l-7.529,5.545l8.801,3.733l-7.423,6.291l8.918,4.478l-7.191,4.804 l8.475,4.476l-6.647,5.551l8.133,5.216L294.785,440.894z'/%3E%3C/svg%3E%0A");
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      width: 52%;
      position: absolute;
      content: '';
      top: 0; }
    .card-dewan_juri__title:after {
      right: 0;
      background-position: right; }
    .card-dewan_juri__title:before {
      left: 0;
      background-position: left; }
    .card-dewan_juri__title span {
      position: absolute;
      left: -7px;
      top: -3px;
      width: calc(100% + 3px);
      height: 100%; }
      .card-dewan_juri__title span:after, .card-dewan_juri__title span:before {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='348.564px' height='41.294px' viewBox='287.62 400.381 348.564 41.294' enable-background='new 287.62 400.381 348.564 41.294' xml:space='preserve'%3E%3Ctitle%3EArtboard 13%3C/title%3E%3Cpath id='Path_23397' fill='none' stroke='%23707070' d='M294.795,440.974l6.237-5.182l-7.681-5.209l6.148-5.928l-7.69-5.209 l6.354-4.442l-7.681-5.213l6.434-3.697l-7.669-5.212l339.676,0.203l-7.527,5.549l8.802,3.729l-7.419,6.294l8.92,4.474l-7.188,4.808 l8.476,4.472l-6.645,5.553l8.135,5.212L294.795,440.974z'/%3E%3C/svg%3E%0A");
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 52%;
        position: absolute;
        content: '';
        z-index: 1; }
      .card-dewan_juri__title span:after {
        right: 0;
        background-position: right; }
      .card-dewan_juri__title span:before {
        left: 0;
        background-position: left; }
  .card-dewan_juri__wrap {
    width: calc(50% - 40px);
    margin-bottom: 20px; }
    @media (max-width: 1020px) {
      .card-dewan_juri__wrap {
        width: calc(50% - 20px);
        max-width: 100%; } }
    @media (max-width: 767px) {
      .card-dewan_juri__wrap {
        width: 100%;
        max-width: 460px;
        margin: 0 auto; } }
  .card-dewan_juri__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 2; }
  .card-dewan_juri__item {
    width: 50%;
    padding: 5px;
    margin-bottom: 20px; }
  .card-dewan_juri__in {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 7px;
    width: 100%;
    height: 100%; }
  .card-dewan_juri__body {
    padding: 10px;
    min-height: 70px; }
    .card-dewan_juri__body p {
      font-size: 16px;
      color: #25387B; }
    .card-dewan_juri__body h5 {
      margin-top: 5px;
      font-size: 10px;
      line-height: 1.2; }
  .card-dewan_juri__image {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
    background: #dadada;
    border-radius: 20px; }
    .card-dewan_juri__image img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      top: 0;
      left: 0; }

.card-article {
  width: 100%;
  max-width: 300px;
  height: 100%;
  display: inline-table;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
  position: relative;
  padding: 7px;
  border-radius: 10px; }
  .card-article .card-article__image:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0; }
  .card-article:hover .card-article__image:after {
    height: 100%;
    background: rgba(220, 238, 241, 0.3); }
  .card-article__item {
    color: #25387B;
    padding: 12px; }
  .card-article__image {
    position: relative;
    overflow: hidden;
    padding-top: 55%;
    background: #dadada;
    border-radius: 10px; }
    .card-article__image img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      top: 0;
      left: 0; }
    .item-video .card-article__image:after {
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.5' height='31.5' viewBox='0 0 31.5 31.5'%3E%3Cpath d='M18,2.25A15.75,15.75,0,1,0,33.75,18,15.75,15.75,0,0,0,18,2.25Zm8.415,16.74-6.89,3.758L14.04,25.74a1.1,1.1,0,0,1-1.665-.99V11.25a1.114,1.114,0,0,1,1.676-.968l12.375,6.75a1.125,1.125,0,0,1,0,1.98Z' transform='translate(-2.25 -2.25)' fill='%23fff' opacity='0.8'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: cover;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
  .card-article h4 {
    text-align: left;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    color: #19669A;
    display: inline;
    height: 55px;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word; }
    @media (max-width: 990px) {
      .card-article h4 {
        font-size: 14px;
        height: 50px; } }
  .card-article p {
    text-align: left;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    color: #979797;
    margin-top: 5px;
    display: inline;
    height: 28px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word; }
    @media (max-width: 990px) {
      .card-article p {
        font-size: 10px;
        height: 25px; } }
  .card-article .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none; }

.card__body_article {
  padding: 7px 0; }
  @media (max-width: 767px) {
    .card__body_article {
      padding: 7px 4px; } }
  .card__body_article-reaction, .card__body_article-name {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px; }
    .card__body_article-reaction img, .card__body_article-name img {
      width: 36px;
      height: 36px; }
    .card__body_article-reaction h5, .card__body_article-name h5 {
      color: #039AFF;
      font-family: "Rubik", sans-serif;
      font-weight: bold; }
  .card__body_article-reaction .comment,
  .card__body_article-reaction .likes {
    position: relative;
    cursor: pointer; }
    .card__body_article-reaction .comment:before,
    .card__body_article-reaction .likes:before {
      content: "";
      width: 13px;
      height: 12px;
      display: inline-block;
      background-size: contain;
      background-repeat: no-repeat;
      margin-top: 1px;
      margin-right: 6px; }
  .card__body_article-reaction .likes:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi44ODMiIGhlaWdodD0iMTUuMTk1IiB2aWV3Qm94PSIwIDAgMTYuODgzIDE1LjE5NSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41IDAuNTY1KSI+PHBhdGggZD0iTTEyLjQ0MiwyMC4xMThDMTAuNSwxOS42OTQsNC41LDE2LjM3Nyw0LjUsMTAuNDEyYTQuNDEyLDQuNDEyLDAsMCwxLDcuOTQyLTIuNjQ3LDQuNDEyLDQuNDEyLDAsMCwxLDcuOTQyLDIuNjQ3QzIwLjM4MywxNi4zNzcsMTQuMzg3LDE5LjY5NCwxMi40NDIsMjAuMTE4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNSAtNikiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzM2MzYzNiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PC9zdmc+"); }
  .card__body_article-reaction .likes:hover:before, .card__body_article-reaction .likes.liked:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi44ODMiIGhlaWdodD0iMTUuMTk1IiB2aWV3Qm94PSIwIDAgMTYuODgzIDE1LjE5NSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC41IDAuNTY1KSI+PHBhdGggZD0iTTEyLjQ0MiwyMC4xMThDMTAuNSwxOS42OTQsNC41LDE2LjM3Nyw0LjUsMTAuNDEyYTQuNDEyLDQuNDEyLDAsMCwxLDcuOTQyLTIuNjQ3LDQuNDEyLDQuNDEyLDAsMCwxLDcuOTQyLDIuNjQ3QzIwLjM4MywxNi4zNzcsMTQuMzg3LDE5LjY5NCwxMi40NDIsMjAuMTE4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNSAtNikiIGZpbGw9IiMwMGJhZjAiIHN0cm9rZT0iIzAwYmFmMCIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PC9zdmc+"); }
  .card__body_article-reaction .comment:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi44NjYiIGhlaWdodD0iMTYuNTY2IiB2aWV3Qm94PSIwIDAgMTYuODY2IDE2LjU2NiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4xMTUgMC41KSI+PHBhdGggZD0iTTguMTE2LDE3LjgyOSw0LjUsMTkuNWwxLjY5NS0zLjI3MkE2LjkzNCw2LjkzNCwwLDAsMSw0LjUsMTEuN2E3LjQyMyw3LjQyMywwLDAsMSw3LjYyNS03LjIsNy40MjMsNy40MjMsMCwwLDEsNy42MjUsNy4yLDcuNDIzLDcuNDIzLDAsMCwxLTcuNjI1LDcuMiw3LjkyNCw3LjkyNCwwLDAsMS00LjAwOS0xLjA3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjUgLTQuNSkiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzM2MzYzNiIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PC9zdmc+"); }
  .card__body_article-reaction .comment:hover:before, .card__body_article-reaction .comment.liked:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi44NjYiIGhlaWdodD0iMTYuNTY2IiB2aWV3Qm94PSIwIDAgMTYuODY2IDE2LjU2NiI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS4xMTUgMC41KSI+PHBhdGggZD0iTTguMTE2LDE3LjgyOSw0LjUsMTkuNWwxLjY5NS0zLjI3MkE2LjkzNCw2LjkzNCwwLDAsMSw0LjUsMTEuN2E3LjQyMyw3LjQyMywwLDAsMSw3LjYyNS03LjIsNy40MjMsNy40MjMsMCwwLDEsNy42MjUsNy4yLDcuNDIzLDcuNDIzLDAsMCwxLTcuNjI1LDcuMiw3LjkyNCw3LjkyNCwwLDAsMS00LjAwOS0xLjA3NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjUgLTQuNSkiIGZpbGw9IiMwMGJhZjAiIHN0cm9rZT0iIzAwYmFmMCIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L2c+PC9zdmc+"); }

.form__row {
  margin-top: 1.2rem; }

.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem; }
  @media (min-width: 768px) {
    .form__group {
      gap: 3rem; } }
  .form__group-small {
    gap: 1rem; }
  .form__group-line .form__input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .form__group-line .form__radio {
    margin-top: 0; }

.form__grid {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 1rem; }

.form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  resize: vertical; }
  .form__input textarea {
    min-height: 140px; }
  .form__input .textarea-notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .form__input span {
    font-size: 12px; }
  .form__input--row {
    display: inline-block; }
    .form__input--row .form__radio {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 0px; }
      @media (max-width: 990px) {
        .form__input--row .form__radio {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          gap: 20px; } }
      .form__input--row .form__radio .input__radio:nth-child(5) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 4; }
        .form__input--row .form__radio .input__radio:nth-child(5) .input__item {
          display: inline-block;
          padding: 5px;
          vertical-align: middle;
          position: relative;
          margin-left: 1px; }
        .form__input--row .form__radio .input__radio:nth-child(5) .radio-label {
          position: relative;
          top: -4px; }
          .form__input--row .form__radio .input__radio:nth-child(5) .radio-label:before {
            top: 4px; }

.form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  gap: 1rem; }
  @media (min-width: 768px) {
    .form__radio {
      gap: 3rem; } }

.form__small {
  margin-left: 0%; }

.form__captcha {
  margin: 3rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem; }
  .form__captcha p {
    font-size: 1.2rem;
    font-weight: 600; }

.form ol {
  list-style: decimal;
  margin-left: 15px;
  font-size: 12px; }

.input__item {
  border-radius: 8px;
  border: 1px solid #357EC7;
  padding: 0.8rem;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.11);
  outline: none;
  font-size: 16px;
  background-color: #FFFFFF;
  font-weight: 600; }
  @media (max-width: 990px) {
    .input__item {
      font-size: 13px; } }
  .input__item:active, .input__item:focus, .input__item:hover {
    border: 1px solid #034688; }
  .input__item::-webkit-input-placeholder {
    font-size: 1rem; }
  .input__item::-moz-placeholder {
    font-size: 1rem; }
  .input__item:-ms-input-placeholder {
    font-size: 1rem; }
  .input__item::-ms-input-placeholder {
    font-size: 1rem; }
  .input__item::placeholder {
    font-size: 1rem; }
  .input__item-medium {
    width: 90px; }
    @media (min-width: 768px) {
      .input__item-medium {
        width: 120px; } }
  .input__item-msmall {
    max-width: 150px; }
    @media (min-width: 360px) {
      .input__item-msmall {
        max-width: 180px; } }
    @media (min-width: 411px) {
      .input__item-msmall {
        max-width: 100%; } }
  .input__item-small {
    font-size: 0.8rem;
    border-radius: 3px;
    padding: 0.3rem 0.5rem;
    width: 150px;
    height: 26px; }
    @media (min-width: 360px) {
      .input__item-small {
        width: 180px; } }
    @media (min-width: 375px) {
      .input__item-small {
        width: 200px; } }
    @media (min-width: 768px) {
      .input__item-small {
        width: 240px;
        border-radius: 8px; } }
  .input__item-link {
    margin-left: 1.8rem; }
    @media (min-width: 1200px) {
      .input__item-link {
        margin-left: 2.4rem; } }

.input__radio input[type="radio"] {
  position: absolute;
  opacity: 0; }
  .input__radio input[type="radio"] + .radio-label:before {
    content: "";
    background: #FFFFFF;
    border-radius: 100%;
    border: 1px solid #357EC7;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.11);
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
    @media (min-width: 1200px) {
      .input__radio input[type="radio"] + .radio-label:before {
        margin-right: 1em; } }
  .input__radio input[type="radio"]:checked + .radio-label:before {
    background-color: #034688;
    -webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
    box-shadow: inset 0 0 0 4px #FFFFFF; }
  .input__radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #034688; }
  .input__radio input[type="radio"]:disabled + .radio-label:before {
    -webkit-box-shadow: inset 0 0 0 4px #FFFFFF;
    box-shadow: inset 0 0 0 4px #FFFFFF;
    border-color: #bfbfbf;
    background: #bfbfbf; }
  .input__radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0; }

.input__checkbox {
  display: block;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (min-width: 1200px) {
    .input__checkbox {
      padding-left: 2.5rem; } }
  .input__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .input__checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    width: 1.4em;
    height: 1.4em;
    border: 1px solid #357EC7;
    background-color: #FFFFFF;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease; }
  .input__checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .input__checkbox:hover input ~ .checkmark {
    border: 1px solid #034688;
    background-color: #FFFFFF; }
  .input__checkbox input:checked ~ .checkmark {
    background-color: #034688; }
  .input__checkbox input:checked ~ .checkmark:after {
    display: block; }

.input__checkbox .checkmark:after {
  left: 4px;
  top: 1.5px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  @media (min-width: 768px) {
    .input__checkbox .checkmark:after {
      left: 6px;
      top: 2.5px; } }
  @media (min-width: 1600px) {
    .input__checkbox .checkmark:after {
      top: 3px;
      width: 8px;
      height: 11px; } }

.input__select {
  position: relative;
  display: inline-block;
  width: 150px;
  margin-bottom: 0.5rem; }
  @media (min-width: 360px) {
    .input__select {
      width: 180px; } }
  @media (min-width: 375px) {
    .input__select {
      width: 200px; } }
  @media (min-width: 768px) {
    .input__select {
      width: 240px; } }
  .input__select select {
    display: inline-block;
    width: 150px;
    cursor: pointer;
    padding: 0.3rem 0.5rem;
    outline: 0;
    border: 0;
    font-size: 0.8rem;
    border: 1px solid #357EC7;
    background: #FFFFFF;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    @media (min-width: 360px) {
      .input__select select {
        width: 180px; } }
    @media (min-width: 375px) {
      .input__select select {
        width: 200px; } }
    @media (min-width: 768px) {
      .input__select select {
        width: 240px;
        border-radius: 8px; } }
    .input__select select::-ms-expand {
      display: none; }
    .input__select select:disabled {
      opacity: 0.5;
      pointer-events: none; }
      .input__select select:disabled ~ .select__arrow {
        border-top-color: #ccc; }
  .input__select select:hover,
  .input__select select:focus {
    border: 1px solid #034688; }
  .input__select select:disabled {
    background-color: #F3F3F3; }
  .input__select-button {
    position: absolute;
    top: 40%;
    right: 5%;
    width: 14px;
    height: auto;
    pointer-events: none; }

.label__input {
  margin-right: 2rem; }
  .label__input-small {
    margin-right: 0.6rem; }

.the-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .the-count span {
    color: #FFFFFF; }

.file-upload-input {
  width: calc(100% - 203px);
  float: left;
  margin-right: 20px; }
  @media (max-width: 990px) {
    .file-upload-input {
      width: calc(100% - 110px);
      margin-right: 10px; } }

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 7px 10px;
  width: 100%;
  max-width: 183px; }
  @media (max-width: 990px) {
    .file-upload-button {
      font-size: 13px;
      max-width: 100px;
      padding: 7px; } }

.modal-daftar {
  position: relative;
  width: 90%;
  min-height: 165px;
  background: #FFF;
  border: 4px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 2rem;
  gap: 1rem;
  border-radius: 16px;
  margin: 0 auto;
  -webkit-animation-name: animatemodal;
  animation-name: animatemodal;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  margin-top: 25vh; }
  @media (min-width: 768px) {
    .modal-daftar {
      width: 550px;
      border: 6px solid #000;
      font-size: 1.2rem;
      gap: 1.5rem;
      border-radius: 20px; } }
  .modal-daftar__icon {
    width: 20px;
    height: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    cursor: pointer;
    background: #000;
    border-radius: 50%;
    padding: 4px;
    position: absolute;
    top: 20px;
    right: 20px; }
  .modal-daftar p {
    color: #000;
    font-size: 16px; }
    .modal-daftar p span {
      display: block;
      color: #060606;
      font-size: 18px;
      font-weight: 700;
      margin: 16px 0 0; }

.modal-notif {
  width: 100%;
  width: 245px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2a3173), color-stop(28%, #2d4b8e), color-stop(56%, #1271de), color-stop(85%, #bc0f30), to(#f20317));
  background: linear-gradient(180deg, #2a3173 0%, #2d4b8e 28%, #1271de 56%, #bc0f30 85%, #f20317 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10px 10px;
  gap: 1rem;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-animation-name: animatemodal;
  animation-name: animatemodal;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  margin-top: 0;
  border-radius: 25px;
  border: 4px solid #FFFFFF;
  line-height: 18px;
  font-size: 12px; }
  @media (min-width: 990px) {
    .modal-notif {
      width: 360px;
      padding: 30px 20px 15px;
      font-size: 16px;
      line-height: 26px;
      border: 7px solid #FFFFFF; } }

.modal-btn-close {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.25' height='29.25' viewBox='0 0 29.25 29.25'%3E%3Cpath id='Icon_ionic-ios-close-circle' data-name='Icon ionic-ios-close-circle' d='M18,3.375A14.625,14.625,0,1,0,32.625,18,14.623,14.623,0,0,0,18,3.375Zm3.705,19.92L18,19.589l-3.705,3.705a1.124,1.124,0,1,1-1.589-1.589L16.411,18l-3.705-3.705a1.124,1.124,0,0,1,1.589-1.589L18,16.411l3.705-3.705a1.124,1.124,0,1,1,1.589,1.589L19.589,18l3.705,3.705a1.129,1.129,0,0,1,0,1.589A1.116,1.116,0,0,1,21.705,23.295Z' transform='translate(-3.375 -3.375)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0; }
  @media (min-width: 990px) {
    .modal-btn-close {
      width: 26px;
      height: 26px;
      background-size: 26px;
      right: 15px;
      top: 15px; } }

#modal-background {
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999; }
  #modal-background-fit {
    width: auto;
    height: auto;
    display: none;
    background-color: rgba(3, 70, 136, 0);
    position: fixed;
    left: 50%;
    top: 130px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 99999; }
    @media (max-width: 1200px) {
      #modal-background-fit {
        top: 100px; } }
    @media (max-width: 990px) {
      #modal-background-fit {
        top: 180px; } }
  #modal-background .section__title {
    color: #2981D9;
    font-weight: 700;
    font-size: 20px; }

section {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section__title {
  padding: 0 30px; }
  .section__title.title_images img {
    height: 45px; }
    @media (min-width: 1200px) {
      .section__title.title_images img {
        height: 60px; } }
    @media (max-width: 990px) {
      .section__title.title_images img {
        height: 55px; } }
    @media (max-width: 411px) {
      .section__title.title_images img {
        height: 45px; } }
    .section__title.title_images img.d-mobile {
      display: none; }
      @media (max-width: 768px) {
        .section__title.title_images img.d-mobile {
          display: inline-table; } }
    .section__title.title_images img.d-desktop {
      display: block; }
      @media (max-width: 768px) {
        .section__title.title_images img.d-desktop {
          display: none; } }
  .section__title h4 {
    color: #FFFFFFcc;
    font-size: 20px;
    font-family: "Poppins", sans-serif; }
    @media (max-width: 768px) {
      .section__title h4 {
        font-size: 16px; } }
  .section__title p {
    color: #FFFFFFcc;
    margin-top: 10px;
    font-size: 14px; }
    @media (max-width: 768px) {
      .section__title p {
        font-size: 14px; } }
    @media (max-width: 411px) {
      .section__title p {
        font-size: 12px; } }

.section__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px; }
  @media (max-width: 990px) {
    .section__label {
      margin-bottom: 0; } }
  .section__label-title {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    z-index: 3;
    padding: 0 0px;
    text-transform: capitalize; }
    @media (max-width: 360px) {
      .section__label-title {
        padding: 0; } }
    .section__label-title img {
      width: 100%;
      max-width: 54px;
      top: -5px;
      left: -10px;
      position: relative; }
      @media (max-width: 650px) {
        .section__label-title img {
          max-width: 40px; } }
    .section__label-title h3 {
      color: #000;
      font-size: 25px;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      white-space: nowrap; }
      @media (max-width: 990px) {
        .section__label-title h3 {
          font-size: 14px;
          top: -18px;
          position: relative; } }
      @media (max-width: 411px) {
        .section__label-title h3 {
          width: min-intrinsic;
          width: -webkit-min-content;
          width: -moz-min-content;
          width: min-content;
          padding-left: 10px;
          font-size: 14px !important;
          top: -23px; } }
      .section__label-title h3 small {
        position: relative;
        margin-left: 4px;
        background: #262262;
        color: #fff;
        border-radius: 10px;
        padding: 2px 12px; }
        .section__label-title h3 small:before {
          position: absolute;
          z-index: -1;
          content: "";
          width: 100%;
          height: 100%;
          border-radius: 10px;
          background-color: #ed1c24;
          top: 3px;
          left: 2px; }
  .section__label-shadow {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 6px;
    width: 428px;
    height: 149px; }
    @media (max-width: 990px) {
      .section__label-shadow {
        margin: auto;
        width: 270px;
        height: auto;
        text-align: center;
        top: 5px; } }
    @media (max-width: 411px) {
      .section__label-shadow {
        height: 90px;
        width: 300px;
        top: 10px; } }
    @media (max-width: 411px) {
      .section__label-shadow {
        top: 0; } }
    .section__label-shadowimg {
      top: -20px;
      width: 472px;
      position: relative; }
      @media (max-width: 990px) {
        .section__label-shadowimg {
          width: 270px; } }
    .section__label-shadow:after {
      right: -28px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .section__label-shadow:before {
      left: -28px; }
    .section__label-shadow span {
      position: absolute;
      background-color: #fd6c04;
      width: calc(100% - 3px);
      height: 100%;
      z-index: 2;
      left: 3px;
      top: -2px; }
      .section__label-shadow span:after, .section__label-shadow span:before {
        background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 41.92 66.8'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bclip-path:url(%23clip-path);%7D.cls-3%7Bisolation:isolate;%7D.cls-4%7Bclip-path:url(%23clip-path-2);%7D.cls-5%7Bfill:%23fd6c04;%7D%3C/style%3E%3CclipPath id='clip-path'%3E%3Crect class='cls-1' x='948.38' y='72.2' width='17.07' height='66.68'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect class='cls-1' width='41.92' height='66.91'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3EArtboard 2%3C/title%3E%3Cg class='cls-2'%3E%3Cimage id='Rectangle_993' data-name='Rectangle 993' class='cls-3' width='31' height='14' transform='matrix(6.08, 0.1, -0.1, 6.08, 0, -10.91)' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAOCAYAAADXJMcHAAAACXBIWXMAAAsSAAALEgHS3X78AAACHUlEQVQ4T42V63KjMAyFP8kmIZlu+/7v2WYAW9b+8CUm3Us1w9gGoXOkI4G4Oz+0HzvOlnNGRAgh4KUgqgACEF+dvbEREfJx4O64O5d1pZgBsD8e3ff53hTjeruNfTGjlEKJEREhVnAApAdwd7ech7ObDWDa6u54KdBBRf5ZjuJOiBHcWa5XRIT1fsfdEREZmbs7OaWabSkn0BkcdzTGQURfCPR9TglRpZgRYiQfBxrPhe4nt5xHRh3cS6lVaGeBZwUaEZvvwSDXwUVkPF9CAKqkMzhp37GcKTljZtAJTKW2JsVs3gLNZmYgQkmJsCzklNAQwJ1j27isKzCBqyrJjHQclJxPoDN73BHVU7buXoPzLLvljKpiMwFV4rJUP3ePUDvS3WtXlkKZdTb7Dt73HUxkTEIH7zFFFVolzIxj31nvd6BlriGMTH3SmFJOgbydPWdo5T6J8Nr9jWwxI7aun2WrmZdCXJbaXM2hmOEtmx7EmwSnIH8YN4enNKWwxIiZjW63nAkxtswnDZ8RfKw9Y6hEaVoP1/HKk5C4gwghRlSV5XLh18cHGmOdfZBTw93f3ji2jWPbsOOoQVTREMj7PvaWUv1arSuqWu+3NbQvmYigMdbOFuF6u2E5j4pIJdims7G2lNi+vsj7Dm1OpZGY98fjgYbw12vvzxthDQFRPc2lzKXuDLbPT9K+V30bICL1b9DO9/d3Xuz7wP/HfgPQC/lScKtdvwAAAABJRU5ErkJggg=='/%3E%3C/g%3E%3Cg class='cls-4'%3E%3Cpath id='Path_23397' data-name='Path 23397' class='cls-5' d='M17.47,66.8l14-8.64-18.3-8.67,13.67-9.88L8.46,30.93l14.3-7.41L4.45,14.84,19,8.68.73,0,788,.12,771.07,9.37l20.76,6.2-16.59,10.5,21.11,7.45-16.19,8L800.23,49l-14.86,9.25,19.35,8.68Z'/%3E%3C/g%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        width: 30px;
        position: absolute;
        content: "";
        top: 0; }
      .section__label-shadow span:after {
        right: -28px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .section__label-shadow span:before {
        left: -28px; }
  .section__label-page {
    width: 100%;
    max-width: 400px; }
    @media (max-width: 411px) {
      .section__label-page {
        max-width: 215px; } }
    .section__label-page .section__label-title {
      height: auto; }
    .section__label-page img {
      width: auto;
      max-width: 100%;
      height: 110px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .section__label-page img {
          height: auto; } }
  .section__label-category {
    position: relative;
    top: 0;
    margin-left: 10px; }
    .section__label-category .section__label-shadow {
      -webkit-transform: rotate(-2deg);
      transform: rotate(-2deg);
      top: 6px;
      left: -16px;
      width: calc(100% + 40px);
      background-color: #FFFFFF; }
      @media (max-width: 411px) {
        .section__label-category .section__label-shadow {
          top: -2px;
          height: 45px; } }
      .section__label-category .section__label-shadow:after, .section__label-category .section__label-shadow:before {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='348.564px' height='41.294px' viewBox='287.62 400.381 348.564 41.294' enable-background='new 287.62 400.381 348.564 41.294' xml:space='preserve'%3E%3Ctitle%3EArtboard 13%3C/title%3E%3Cpath id='Path_23397' fill='none' stroke='%23707070' d='M294.795,440.974l6.237-5.182l-7.681-5.209l6.148-5.928l-7.69-5.209 l6.354-4.442l-7.681-5.213l6.434-3.697l-7.669-5.212l339.676,0.203l-7.527,5.549l8.802,3.729l-7.419,6.294l8.92,4.474l-7.188,4.808 l8.476,4.472l-6.645,5.553l8.135,5.212L294.795,440.974z'/%3E%3C/svg%3E%0A");
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        width: 52%;
        position: absolute;
        content: "";
        top: 0; }
      .section__label-category .section__label-shadow:after {
        right: 0;
        background-position: right;
        -webkit-transform: rotate(0);
        transform: rotate(0); }
      .section__label-category .section__label-shadow:before {
        left: 0;
        background-position: left; }
      .section__label-category .section__label-shadow span {
        display: none; }
    .section__label-category .section__label-title {
      padding: 0; }
      @media (max-width: 650px) {
        .section__label-category .section__label-title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .section__label-category .section__label-title img {
        max-width: 40px; }
        @media (max-width: 768px) {
          .section__label-category .section__label-title img {
            left: 0; } }
      .section__label-category .section__label-title h3 {
        color: #25387B;
        font-size: 16px;
        padding-left: 0;
        margin-top: 0; }
        @media (max-width: 411px) {
          .section__label-category .section__label-title h3 {
            font-size: 13px !important; } }

.section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  overflow-x: auto;
  width: 100%;
  gap: 8px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1200px) {
    .section__content {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 32px; } }

.ssb_down {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 0 !important;
  height: 0 !important; }

.ssb_sb {
  background-color: #2981d9;
  cursor: pointer;
  position: absolute;
  right: 0;
  border-radius: 0;
  height: 60%; }
  #intro-ov .ssb_sb {
    background-color: #777171; }

.ssb_st {
  background-color: #dfdddd;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0; }

.ssb_up {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 0 !important;
  height: 0 !important; }

.scroll-wrap {
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100%;
  position: relative;
  padding-right: 20px; }

.scroll-wrap::-webkit-scrollbar {
  display: none; }

.sosmed__floating {
  position: fixed;
  top: 270px;
  right: 0;
  z-index: 99;
  background: #f20317;
  background: rgba(0, 0, 0, 0.52);
  padding: 14px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }
  @media (min-width: 1200px) {
    .sosmed__floating {
      padding: 10px;
      top: 170px; } }
  @media (max-width: 500px) {
    .sosmed__floating {
      padding: 8px; } }
  .sosmed__floating .instagram {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    height: 35px;
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  .sosmed__floating ul li {
    padding: 2px 0; }
    .sosmed__floating ul li a {
      width: 36px;
      height: 36px;
      border-radius: 100%;
      background-color: #FF0000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 8px; }
      @media (max-width: 500px) {
        .sosmed__floating ul li a {
          width: 23px;
          height: 23px;
          padding: 5px; } }
      .sosmed__floating ul li a:hover {
        opacity: 0.6; }

.jadwalEvent {
  min-height: 250px;
  position: relative;
  text-align: center; }
  @media (max-width: 768px) {
    .jadwalEvent {
      min-height: 300px;
      margin-top: 40px; } }
  .jadwalEvent::before {
    content: attr(content);
    color: #353A97;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase; }
  .jadwalEvent__wrapper {
    width: 884px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .jadwalEvent__wrapper {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .jadwalEvent__item {
    background-color: #fff;
    border-radius: 8px;
    margin: 15px 20px;
    padding: 8px;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (min-width: 768px) {
      .jadwalEvent__item {
        border-radius: 15px;
        width: 193px;
        height: 113px; } }
    @media (max-width: 768px) {
      .jadwalEvent__item {
        width: 42%;
        margin: 15px 15px; } }
    .jadwalEvent__item::after {
      content: "";
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4xMjgiIGhlaWdodD0iMjAuMTM0IiB2aWV3Qm94PSIwIDAgMjAuMTI4IDIwLjEzNCI+PHBhdGggZD0iTTE0Ny45NzUsMjIuOTU3bC4wODMuMDY5LjAzNi4wMzFhMTUuNzQ5LDE1Ljc0OSwwLDAsMSwxLjc2NCwxLjgyM2MuNTgzLjY5MSwxLjE5MSwxLjM1OSwxLjgsMi4wMjkuNTc2LjYzNSwxLjE0LDEuMjgxLDEuNywxLjkzLjYuNjkyLDEuMjExLDEuMzY4LDEuODM2LDIuMDM1LS4yMDYtLjAxLS40MTEtLjAyMS0uNjE3LS4wMy0uNi0uMDI3LTEuMi0uMDUxLTEuOC0uMDE5YTEuNjY3LDEuNjY3LDAsMCwwLTEuMTM4LjQ3MSwxLjYwOSwxLjYwOSwwLDAsMCwwLDIuMjc2LDEuNTc1LDEuNTc1LDAsMCwwLDEuMTM4LjQ3MiwyMy45NTMsMjMuOTUzLDAsMCwxLDIuNDk1LjA1M2MuODcyLjA0NCwxLjc0MS4xLDIuNjExLjE4MnEuNjQuMDU5LDEuMjgxLjExYTMuMSwzLjEsMCwwLDAsMS4wODgtLjAyOSwxLjcyNiwxLjcyNiwwLDAsMCwuOTk0LS43NjgsMS4yLDEuMiwwLDAsMCwuMTc5LS40NSw2LDYsMCwwLDAsLjA3NS0uNjQ1Yy4wMTktLjQtLjAyNC0uODExLS4wNDQtMS4yMTUtLjAyMS0uNDM4LS4wMTctLjg3Ni0uMDE1LTEuMzE1YTI2LjQ3MiwyNi40NzIsMCwwLDEsLjEzNy0yLjY2M2MuMDUxLS4zNTQuMTA4LS43MDcuMTYzLTEuMDZoMGExLjU3MSwxLjU3MSwwLDAsMCwuMDU5LS40MjgsMS42MjQsMS42MjQsMCwwLDAtMS4xODEtMS41NTIsMS42MTksMS42MTksMCwwLDAtMS4yNC4xNjJsLS4zMjYuMjUyYTEuNjEyLDEuNjEyLDAsMCwwLS40MTQuNzFjLS4xNTQuOTgxLS4zLDEuOTYxLS4zNywyLjk1My0uMDI1LjM1NC0uMDMyLjcxLS4wMzcsMS4wNjUtLjI2NS0uMjgzLS41MzItLjU2My0uOC0uODQ1cS0uOTQtMS0xLjgzNy0yLjA0LS44NDktLjk4Mi0xLjcxNy0xLjk0N2MtLjYtLjY2Ny0xLjIwNi0xLjMzMy0xLjc4Ny0yLjAyYTE0LjkxMSwxNC45MTEsMCwwLDAtMS44NDItMS44NzUsMS42MTIsMS42MTIsMCwwLDAtLjcxLS40MTQsMS42MjksMS42MjksMCwwLDAtLjg1NiwwLDEuNjI1LDEuNjI1LDAsMCwwLTEuMTgyLDEuNTUyaDBhMS42LDEuNiwwLDAsMCwuNDc3LDEuMTM1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMy43MTggMTA2LjcxNikgcm90YXRlKC00OCkiIGZpbGw9IiNmY2ZjZmMiLz48L3N2Zz4=");
      width: 15px;
      height: 15px;
      position: absolute;
      top: 40%;
      right: -27px;
      background-size: contain; }
      @media (max-width: 768px) {
        .jadwalEvent__item::after {
          right: -22px; } }
    @media (max-width: 768px) {
      .jadwalEvent__item:nth-child(2)::after {
        top: 100%;
        left: 0;
        right: 0;
        margin: 6px auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); } }
    @media (max-width: 768px) {
      .jadwalEvent__item:nth-child(3)::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); } }
    .jadwalEvent__item:last-child::after {
      display: none; }
  @media (min-width: 768px) {
    .jadwalEvent .mobile {
      display: none; } }
  @media (max-width: 768px) {
    .jadwalEvent .mobile {
      display: block; } }
  .jadwalEvent__title {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 16px;
    min-height: 35px;
    color: #000;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3px 0; }
    @media (min-width: 768px) {
      .jadwalEvent__title {
        font-size: 22px;
        line-height: 22px;
        min-height: 55px; } }
  .jadwalEvent__date {
    font-family: "Poppins", sans-serif;
    background: #017ffc;
    color: #fff;
    padding: 2px 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .jadwalEvent__date {
        font-size: 14px; } }
  .jadwalEvent .after--hidden:after {
    display: none; }
  .jadwalEvent .after--left:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.lombaKarya {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: 90%;
  gap: 42px; }
  @media (min-width: 990px) {
    .lombaKarya {
      max-width: 100%;
    }
  }
  @media (min-width: 1200px) {
    .lombaKarya {
      max-width: 90%;
    }
  }
  @media (max-width: 768px) {
    .lombaKarya {
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .lombaKarya__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 12px; }
    @media (max-width: 768px) {
      .lombaKarya__item {
        width: 100%; } }
    .lombaKarya__itemWrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 992px) {
        .lombaKarya__itemWrap {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
    .lombaKarya__item:first-child .lombaKarya__content {
      right: -28px;
      padding: 12px 0px 12px 80px; }
      @media (max-width: 768px) {
        .lombaKarya__item:first-child .lombaKarya__content {
          right: 0;
          margin: 0;
          padding: 12px 15px 12px 55px; } }
    @media (max-width: 768px) {
      .lombaKarya__item:first-child .lombaKarya__img {
        left: -12px; } }
    @media (min-width: 768px) {
      .lombaKarya__item:first-child .lombaKarya__img img {
        position: relative;
        top: -24px;
        width: 100%;
        } }
    .lombaKarya__item:first-child .lombaKarya__frame {
      position: absolute;
      left: -45px;
      -webkit-transform: scale(1.4);
      transform: scale(1.4);
      }
      @media (max-width: 768px) {
        .lombaKarya__item:first-child .lombaKarya__frame {
          -webkit-transform: scale(0.9);
          transform: scale(0.9);
          left: -30px;
          top: -30px; } }
    .lombaKarya__item:last-child .lombaKarya__content {
      left: -28px;
      padding: 12px 80px 12px 0px; }
      @media (max-width: 768px) {
        .lombaKarya__item:last-child .lombaKarya__content {
          left: 0;
          margin: 0;
          padding: 12px 55px 12px 15px; } }
    @media (min-width: 768px) {
      .lombaKarya__item:last-child .lombaKarya__img {
        right: -12px; } }
    @media (max-width: 768px) {
      .lombaKarya__item:last-child .lombaKarya__img {
        right: -12px; } }
    @media (min-width: 768px) {
      .lombaKarya__item:last-child .lombaKarya__img img {
        /* -webkit-transform: scale(1.07);
        transform: scale(1.07); */
        position: relative;
        top: -15px; } }
    .lombaKarya__item:last-child .lombaKarya__frame {
      position: absolute;
      top: 0;
      right: -65px;
      -webkit-transform: scale(1.4);
      transform: scale(1.4); }
      @media (max-width: 768px) {
        .lombaKarya__item:last-child .lombaKarya__frame {
          -webkit-transform: scale(0.9);
          transform: scale(0.9);
          right: -50px;
          top: -30px; } }
  .lombaKarya__img {
    position: relative;
    width: 170px;
    flex-basis: 170px;
    flex-grow: 0;
    z-index: 2;
  }
  @media (max-width: 768px) {
    .lombaKarya__img {
        width: 95px;
        flex-basis: 95px;
      }
    }
    /* .lombaKarya__img img {
      -webkit-transform: scale(1.3);
      transform: scale(1.3); } */
      @media (max-width: 768px) {
        .lombaKarya__img img {
          -webkit-transform: scale(1);
          transform: scale(1); } }
  .lombaKarya__title {
    color: #512c07;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2; }
    @media (max-width: 768px) {
      .lombaKarya__title {
        font-size: 13px; } }
  .lombaKarya__category {
    margin: 12px auto;
    padding: 6px 12px;
    border-radius: 12px;
    background-color: #15528e;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff; }
    @media (max-width: 768px) {
      .lombaKarya__category {
        font-size: 10px;
        border-radius: 8px; } }
    .lombaKarya__category::before {
      content: "";
      position: absolute;
      top: 3px;
      left: 3px;
      height: 100%;
      width: 100%;
      background: #fe2901;
      z-index: -1;
      border-radius: 12px; }
      @media (max-width: 768px) {
        .lombaKarya__category::before {
          border-radius: 8px; } }
  .lombaKarya__header {
    position: relative;
    z-index: 2;
    height: 54px;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #000; }
    @media (max-width: 768px) {
      .lombaKarya__header {
        font-size: 18px;
        height: 33px; } }
  .lombaKarya__text {
    font-size: 15px;
    padding: 0 22px; }
    @media (max-width: 768px) {
      .lombaKarya__text {
        padding: 0 16px;
        font-size: 9px; } }
  .lombaKarya__content {
    border-radius: 30px;
    margin: 0 12px;
    position: relative;
    z-index: 1;
    font-family: "Poppins", sans-serif;
    background: #b1fbf6;
    text-align: center;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 400px;
    }
    @media (max-width: 768px) {
      .lombaKarya__content {
        font-size: 18px;
        border-radius: 15px; } }
    .lombaKarya__content--orange {
      background: #f47b67;
      background: -moz-linear-gradient(180deg, #f47b67 0%, #f15c43 100%);
      background: -webkit-linear-gradient(180deg, #f47b67 0%, #f15c43 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#f47b67), to(#f15c43));
      background: linear-gradient(180deg, #f47b67 0%, #f15c43 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f47b67",endColorstr="#f15c43",GradientType=1); }
      .lombaKarya__content--orange a {
        color: #f15d45; }
        .lombaKarya__content--orange a:hover {
          background: #ff0000;
          color: #fff; }
    .lombaKarya__content--blue {
      background: #6eafdf;
      background: -moz-linear-gradient(180deg, #6eafdf 0%, #3886c6 100%);
      background: -webkit-linear-gradient(180deg, #6eafdf 0%, #3886c6 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(#6eafdf), to(#3886c6));
      background: linear-gradient(180deg, #6eafdf 0%, #3886c6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6eafdf",endColorstr="#3886c6",GradientType=1); }
      .lombaKarya__content--blue a {
        color: #3a87c7; }
        .lombaKarya__content--blue a:hover {
          background: #0008ff;
          color: #fff; }
    .lombaKarya__content ul {
      list-style: disc;
      margin-left: 28px;
      padding-left: 28px; }
      .lombaKarya__content ul li {
        margin-bottom: 12px; }
    .lombaKarya__content a {
      background: #ef3e32;
      margin: 10px auto 0;
      color: #fff;
      border-radius: 6px;
      display: table;
      padding: 10px 32px;
      text-align: center;
      height: 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .lombaKarya__content a {
          width: 131px;
          height: 26px;
          font-size: 10px; } }

.header {
  color: #FFFFFF;
  background: #2a3173;
  background: linear-gradient(115deg, #2a3173 0%, #b21235 50%, #e66a0b 100%);
  position: fixed;
  width: 100%;
  z-index: 999; }
  @media (max-width: 990px) {
    .header {
      padding: 8px 0; } }
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__logo {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media (max-width: 990px) {
      .header__logo,
      .header__style .header__logo.header__logo__left {
        position: relative;
        top: 0 !important;
        left: 15px !important;
        margin: 0;
        z-index: 2; } }
    @media (max-width: 360px) {
      .header__logo,
      .header__style .header__logo.header__logo__left {
        left: 5px !important; } }
    .header__logo svg .fil0,
    .header__logo svg .fil1,
    .header__logo svg .fil2,
    .header__logo svg .fil3 {
      fill: #fff; }
    .header__style .header__logo svg .fil0 {
      fill: #25387b; }
    .header__style .header__logo svg .fil1 {
      fill: #df2128; }
    .header__style .header__logo svg .fil3 {
      fill: #25387b;
      fill-rule: nonzero; }
    .header__style .header__logo svg .fil2 {
      fill: #25387c;
      fill-rule: nonzero; }
    @media (max-width: 990px) {
      .header__style .header__logo svg .fil0,
      .header__style .header__logo svg .fil1,
      .header__style .header__logo svg .fil2,
      .header__style .header__logo svg .fil3 {
        fill: #fff; } }
    .header__logo__left {
      left: 14px; }
      .header__logo__left,
      header.header__style.scrolled .header__logo__left {
        width: auto; }
        @media (min-width: 1200px) {
          .header__logo__left,
          header.header__style.scrolled .header__logo__left {
            height: 70px;
            top: 60px;
            left: 10%; } }
      @media (max-width: 360px) {
        .header__logo__left {
          left: 5px; } }
      .header__logo__left svg {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto; }
      .header__style .header__logo__left {
        height: 42px; }
        @media (min-width: 1600px) {
          .header__style .header__logo__left {
            height: 60px; } }
        @media (max-width: 990px) {
          .header__style .header__logo__left {
            height: 32px; } }
      @media (max-width: 768px) {
        .header__logo__left {
          -webkit-transform: scale(0.9);
          transform: scale(0.9); } }
    .header__logo__right {
      width: auto;
      height: 85px;
      right: 14px;
      top: 35px; }
      @media (min-width: 1200px) {
        .header__logo__right {
          height: 74px; } }
  .header__nav {
    width: 100%; }
    .header.scrolled .header__nav {
      height: 58px; }
      @media (min-width: 1200px) {
        .header.scrolled .header__nav {
          height: 50px; } }
  .header__style {
    background: transparent;
    padding: 14px 0;
    position: absolute; }
    @media (min-width: 1600px) {
      .header__style {
        padding: 24px 0; } }
    @media (max-width: 990px) {
      .header__style {
        position: fixed;
        background: #FF0000;
        padding: 8px 0 !important; } }
    .header__style .menu__item a {
      font-size: 10px;
      border-radius: 30px;
      padding: 9px 26px;
      margin: 6px 4px;
      background: #000000;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21); }
      @media (min-width: 1600px) {
        .header__style .menu__item a {
          font-size: 12px; } }
    .header__style .menu__item:first-child a {
      margin-left: 0; }
    .header__style.pre_scrolled {
      max-height: 0;
      -webkit-transition: max-height 0.5s ease-out;
      transition: max-height 0.5s ease-out; }
      @media (max-width: 990px) {
        .header__style.pre_scrolled {
          max-height: unset; } }
      .header__style.pre_scrolled .menu__item a {
        font-size: 13px;
        padding: 20px;
        border-radius: 0;
        margin: 0;
        opacity: 0; }
        @media (min-width: 1200px) {
          .header__style.pre_scrolled .menu__item a {
            padding: 17.5px 20px;
            font-size: 10px; } }
    .header__style.scrolled {
      max-height: 500px;
      -webkit-transition: max-height 0.5s ease-in;
      transition: max-height 0.5s ease-in;
      background: #FF0000;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
      position: fixed;
      padding: 0;
      opacity: 1; }
      .header__style.scrolled .header__logo__left {
        display: block;
        top: 20px;
        left: 8%; }
        @media (min-width: 768px) {
          .header__style.scrolled .header__logo__left {
            height: 84px; } }
      .header__style.scrolled .header__logo__right {
        display: none; }
      .header__style.scrolled .menu__item a {
        opacity: 1; }
      .header__style.scrolled .menu__subnav {
        top: 50px;
        border-radius: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        overflow: hidden; }
  .header__stylekai {
    background: transparent;
    position: absolute; }
    @media (min-width: 1600px) {
      .header__stylekai {
        padding: 0; } }
    @media (max-width: 990px) {
      .header__stylekai {
        height: 65px;
        position: fixed;
        background: #FF0000;
        padding: 8px 0 !important; } }
    .header__stylekai .menu__item a {
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      font-weight: bold;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      padding: 10px 26px;
      margin: 0px 4px;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21);
      background-color: #163D64;
      }
      @media (min-width: 1600px) {
        .header__stylekai .menu__item a {
          font-size: 12px; } }
    .header__stylekai .menu__item.active a {
      color: #fff; }
      .header__stylekai .menu__item.active a:after {
        background: #ff0009; }
    .header__stylekai .menu__item:first-child a {
      margin-left: 0; }
    .header__stylekai .menu__subnav a {
      border-radius: 15px;
      background: #ff0009;
      border: 1px solid #163d64; }
      .header__stylekai .menu__subnav a:hover {
        border: 1px solid #ff0009; }
        .header__stylekai .menu__subnav a:hover:after {
          background: #163d64;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    @media (max-width: 768px) {
      .header__stylekai .brandImg--scrollwhite {
        -webkit-filter: invert(100%) saturate(0%) hue-rotate(0deg) brightness(100) contrast(100);
        filter: invert(100%) saturate(0%) hue-rotate(0deg) brightness(100) contrast(100);
        height: 45px; } }
    .header__stylekai.pre_scrolled {
      max-height: 0;
      -webkit-transition: max-height 0.5s ease-out;
      transition: max-height 0.5s ease-out; }
      @media (max-width: 990px) {
        .header__stylekai.pre_scrolled {
          max-height: unset; } }
    .header__stylekai.scrolled {
      max-height: 500px;
      -webkit-transition: max-height 0.5s ease-in;
      transition: max-height 0.5s ease-in;
      position: fixed;
      padding: 0;
      opacity: 1; }
      @media (max-width: 768px) {
        .header__stylekai.scrolled {
          max-height: 65px; } }
      .header__stylekai.scrolled .header__logo__left {
        top: 20px;
        left: 8%; }
        @media (min-width: 768px) {
          .header__stylekai.scrolled .header__logo__left {
            height: 45px;
            display: none; } }
      .header__stylekai.scrolled .brandImg {
        padding: 5px;
        position: relative; }
        @media (min-width: 1200px) {
          .header__stylekai.scrolled .brandImg {
            top: -9px; } }
        @media (max-width: 768px) {
          .header__stylekai.scrolled .brandImg {
            padding: 0; } }
        @media (min-width: 1200px) {
          .header__stylekai.scrolled .brandImg--scrollwhite {
            -webkit-filter: invert(100%) saturate(0%) hue-rotate(0deg) brightness(100) contrast(100);
            filter: invert(100%) saturate(0%) hue-rotate(0deg) brightness(100) contrast(100); } }
      .header__stylekai.scrolled .eventImg {
        padding: 4px;
        position: relative;
        top: -9px; }
      .header__stylekai.scrolled .header__logo__right {
        display: none; }
      .header__stylekai.scrolled .menu__item a {
        opacity: 1; }
      .header__stylekai.scrolled .menu__subnav {
        border-radius: 0;
        overflow: hidden; }
  .header:after {
    right: -100%; }
  .nav-op .header:after {
    content: "";
    background: #000;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }

.header__style.scrolled .header__logo svg .fil0,
.header__style.scrolled .header__logo svg .fil1,
.header__style.scrolled .header__logo svg .fil2,
.header__style.scrolled .header__logo svg .fil3 {
  fill: #fff; }

.menu__head {
  position: absolute;
  top: 0;
  height: 13px;
  bottom: 0;
  margin: auto;
  right: 60px; }
  @media (max-width: 411px) {
    .menu__head {
      height: 30px;
      font-weight: bold; } }
  .menu__head ul li {
    display: inline-table; }
    .menu__head ul li a {
      margin: 0 2px;
      font-size: 8px;
      font-family: "Poppins", sans-serif;
      border-radius: 30px;
      padding: 8px 20px;
      text-transform: uppercase;
      background: #163d64;
      -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21);
      box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.21); }
      .menu__head ul li a.active {
        background: #fff;
        color: #000; }
      @media (max-width: 411px) {
        .menu__head ul li a {
          font-size: 8px;
          padding: 8px 15px;
          margin: 0; } }

.menu .menu__subnav {
  display: block;
  position: relative;
  margin-left: 25px;
  top: 0; }
  .menu .menu__subnav li a {
    font-size: 10px; }

.cover {
  position: relative;
  padding: 70px 0 0;
  background: #e0f9fb;
  background: -moz-radial-gradient(circle, #e0f9fb 0%, #daf3f6 20%, #72dcdc 76%, #86e8f3 100%);
  background: -webkit-radial-gradient(circle, #e0f9fb 0%, #daf3f6 20%, #72dcdc 76%, #86e8f3 100%);
  background: radial-gradient(circle, #e0f9fb 0%, #daf3f6 20%, #72dcdc 76%, #86e8f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0f9fb",endColorstr="#86e8f3",GradientType=1);
  height: 430px; }
  @media (min-width: 1200px) {
    .cover {
      padding: 100px 0 0; } }
  @media (max-width: 990px) {
    .cover {
      height: 75vh;
      padding: 57px 0 0; } }
  .coverImg1 {
    position: absolute;
    bottom: -5px;
    -webkit-transform: scale(1.08) translateX(-50%);
    transform: scale(1.08) translateX(-48%);
    left: 52%;
    }
    @media (max-width: 990px) {
      .coverImg1 {
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: scale(1);
        transform: scale(1);
        bottom: 0px;
        width: 100%; } }
  .coverPenumpang {
    position: absolute;
    bottom: -12px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    right: 20%; }
    @media (max-width: 990px) {
      .coverPenumpang {
        right: 0;
        left: 0;
        margin: auto;
        bottom: -8px; } }
  .coverTrain {
    position: absolute;
    bottom: 8px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-animation: run 16s infinite linear;
    animation: run 16s infinite linear; }
    @media (max-width: 990px) {
      .coverTrain {
        bottom: 58px;
        -webkit-transform: scale(4.3);
        transform: scale(4.3); } }
    @media (max-width: 376px) {
      .coverTrain {
        bottom: 53px; } }
    @media (max-width: 320px) {
      .coverTrain {
        bottom: 44px; } }

@-webkit-keyframes run {
  0% {
    right: 100%; }
  100% {
    right: -100%; } }

@keyframes run {
  0% {
    right: 100%; }
  100% {
    right: -100%; } }
  .coverHeading {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2; }
    @media (min-width: 992px) {
      .coverHeading {
        width: 400px; } }
    @media (max-width: 992px) {
      .coverHeading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        margin-top: 0;
        height: calc(75vh - 180px); } }
    @media (max-width: 320px) {
      .coverHeading {
        margin-top: 4vh; } }
    .coverHeading span {
      font-size: 13px;
      color: #163d64;
      margin-left: 34px;
      display: block;
      position: relative; }
      @media (min-width: 992px) {
        .coverHeading span {
          position: absolute;
          right: -220px; } }
      @media (max-width: 992px) {
        .coverHeading span {
          margin: 0; } }
      @media (max-width: 320px) {
        .coverHeading span {
          font-size: 11px; } }
  .coverTitle {
    height: 165px; }
    @media (max-width: 992px) {
      .coverTitle {
        height: auto;
        width: 60%; } }
    @media (max-width: 320px) {
      .coverTitle {
        width: 40%; } }
    .coverTitle--hadiah {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      position: relative;
      top: 35px;
      left: -12px; }
      @media (min-width: 992px) {
        .coverTitle--hadiah {
          position: absolute;
          left: -145px; } }
      @media (max-width: 992px) {
        .coverTitle--hadiah {
          -webkit-transform: scale(1);
          transform: scale(1);
          height: 120px;
          left: 0;
          position: relative;
          top: 0;
          margin: 0;
          -o-object-fit: contain;
          object-fit: contain;
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3; } }
      @media (max-width: 320px) {
        .coverTitle--hadiah {
          -webkit-transform: scale(0.9);
          transform: scale(0.9); } }

.footer {
  padding: 15px 0;
  color: #FFFFFF;
  position: relative;
  z-index: 4; }
  .footer .footerBg {
    width: calc(100% + 10px);
    max-width: 110%;
    position: relative;
    z-index: -1; }
    @media (max-width: 992px) {
      .footer .footerBg {
        -webkit-transform: scale(5);
        transform: scale(5);
        padding: 40px 0; } }
    .footer .footerBg__wrap {
      overflow: hidden;
      position: relative;
      margin-bottom: 22px;
      padding-bottom: 18px;
      padding-top: 20px; }
    .footer .footerBg--object {
      position: absolute;
      bottom: 0;
      z-index: 1;
      width: 100%;
      left: -12%; }
      .footer .footerBg--object-2 {
        width: auto;
        right: 10%;
        left: auto; }
        @media (max-width: 992px) {
          .footer .footerBg--object-2 {
            right: 0;
            left: 0;
            width: 85%;
            -o-object-fit: contain;
            object-fit: contain;
            margin: auto; } }
  .footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1; }
    @media (max-width: 768px) {
      .footer__wrapper {
        gap: 15px; } }
    @media (max-width: 320px) {
      .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .footer__content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    text-align: left;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (max-width: 768px) {
      .footer__content ul {
        gap: 15px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9); } }
    @media (max-width: 411px) {
      .footer__content ul {
        gap: 10px; } }
  .footer__content p {
    font-size: 8px;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    text-align: left;
    margin-bottom: 10px; }
    @media (max-width: 411px) {
      .footer__content p {
        font-size: 7px; } }
  .footer__content img {
    width: auto;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain; }
    @media (max-width: 768px) {
      .footer__content img {
        height: 20px; } }
  .footer__content .logoFooterKAI {
    display: none; }
    @media (max-width: 768px) {
      .footer__content .logoFooterKAI {
        -webkit-transform: scale(1);
        transform: scale(1);
        height: auto; } }
  .footer__detail {
    text-align: left; }
    .footer__detail p {
      margin-bottom: 8px; }
  .footer__website img {
    width: auto;
    height: 44px; }
    @media (max-width: 768px) {
      .footer__website img {
        height: 30px; } }
    @media (max-width: 411px) {
      .footer__website img {
        height: 25px; } }
  .footer__border {
    border-right: 1px solid #2981D9; }

.judge {
  margin: 20px 18px 0;
  position: relative;
  padding: 12px;
  border-radius: 20px;
  background: #fff;
  height: 220px; }
  @media (max-width: 768px) {
    .judge {
      margin: 22px 2px 0;
      padding: 10px;
      height: 165px;
      width: 35%; } }
  .judgeSection {
    min-height: 50vh;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .judgeSection .col_2 {
      -webkit-box-flex: 50%;
      -ms-flex: 50%;
      flex: 50%;
      /* or - flex: 0 50% - or - flex-basis: 50% - */
      /*demo*/
      margin-bottom: 10px; }
      @media (max-width: 768px) {
        .judgeSection .col_2 {
          -webkit-box-flex: 100%;
          -ms-flex: 100%;
          flex: 100%; } }
    /* .judgeSection::before {
      content: attr(heading);
      display: inline-block;
      font-family: "Poppins", sans-serif;
      font-size: 26px;
      font-weight: 700;
      text-align: center;
      color: #353a97;
      width: 100%;
      margin: 0 0 20px; } */
    .judgeSection:nth-child(1) {
      margin-top: 30px; }
    .judgeSection:nth-child(2)::before {
      display: none; }
    @media (max-width: 768px) {
      .judgeSection .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .judge__title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    width: 346px;
    height: 76px;
    background-image: url(../images/dewan-juri.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 16px 56px;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin: auto; }
    @media (max-width: 768px) {
      .judge__title {
        width: 212px;
        height: 48px;
        font-size: 12px;
        font-weight: bold;
        padding: 12px 30px; } }
  .judgeImg {
    border-radius: 20px;
    background: #DCE39A;
    position: relative; }
    @media (min-width: 992px) {
      .judgeImg {
        height: 196px; } }
  .judgeImg img {
    position: relative;
    top: -35px; }
    @media (max-width: 768px) {
      .judgeImg img {
        max-width: 125px;
        max-height: 132px;
        top: -24px; } }
  .judgeCaption {
    top: -35px;
    position: relative;
    height: 43px;
    background: #fff;
    padding: 5px 0; }
    @media (max-width: 768px) {
      .judgeCaption {
        padding: 2px 0;
        top: -24px; } }
  .judgeName, .judgeJob {
    font-family: "Poppins", sans-serif;
    font-weight: 600; }
  .judgeName {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    overflow: hidden;
    height: 19px; }
    @media (max-width: 768px) {
      .judgeName {
        font-size: 10px;
        height: 15px; } }
  .judgeJob {
    font-size: 8px;
    font-weight: 400;
    color: #017ffc;
    overflow: hidden;
    height: 12px; }
    @media (max-width: 768px) {
      .judgeJob {
        font-size: 7px;
        height: 10.5px; } }

.intro {
  padding: 20px 0 80px 0; }
  @media (max-width: 768px) {
    .intro {
      padding: 0 0;
      margin-top: 50px;
      margin-bottom: 25px; } }
  .intro-b {
    overflow: hidden;
    position: relative;
    z-index: 1; }
  .intro__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 5; }
  .intro__box {
    width: 100%;
    max-width: 1600px;
    height: 250px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
    @media (max-width: 990px) {
      .intro__box {
        display: none; } }
    .intro__box::after, .intro__box::before {
      position: absolute;
      content: "";
      margin: auto;
      z-index: 1;
      width: 400px;
      height: 140px; }
      @media (min-width: 1200px) {
        .intro__box::after, .intro__box::before {
          width: 360px;
          height: 120px; } }
    .intro__box::after {
      background: url("../images/ornament/box-right.png");
      background-size: 100%;
      background-repeat: repeat-x;
      right: 0;
      top: 20px; }
    .intro__box::before {
      background: url("../images/ornament/box-left.png");
      background-size: 100%;
      background-repeat: repeat-x;
      left: 0;
      top: 20px; }
  .intro__car {
    position: absolute;
    right: -48px;
    bottom: -60px;
    z-index: 1;
    -webkit-transform: scaleX(-1) translate3d(-100px, 0, 0);
    transform: scaleX(-1) translate3d(-100px, 0, 0); }
    @media (min-width: 1200px) {
      .intro__car {
        max-width: 300px; } }
    @media (max-width: 768px) {
      .intro__car {
        max-width: 180px;
        right: -20px; } }
    @media (max-width: 411px) {
      .intro__car {
        bottom: -20px; } }
    .intro__car[data-aos^="fade"][data-aos^="fade"].aos-animate {
      -webkit-transform: scaleX(-1) translateZ(0);
      transform: scaleX(-1) translateZ(0); }
  .intro .track {
    width: 100%;
    height: 152px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background: url("../images/ornament/track.svg");
    background-size: contain;
    background-repeat: repeat-x; }
    @media (max-width: 990px) {
      .intro .track__rell {
        display: none; } }
    .intro .track__rell::after, .intro .track__rell::before {
      width: 50%;
      position: absolute;
      content: "";
      margin: auto;
      background: url("../images/ornament/rell.png");
      background-size: cover;
      background-repeat: repeat-x; }
      @media (max-width: 990px) {
        .intro .track__rell::after, .intro .track__rell::before {
          width: 0;
          height: 0; } }
    .intro .track__rell::after {
      top: 6px;
      height: 47px; }
    .intro .track__rell::before {
      bottom: 32px;
      height: 50px; }
    .intro .track__rell-l {
      left: 0; }
    .intro .track__rell-r::after, .intro .track__rell-r::before {
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      right: 0; }
    @media (max-width: 990px) {
      .intro .track {
        display: none !important; } }
  .intro__logo {
    width: 105px;
    height: 88px;
    position: absolute;
    padding: 10px;
    left: 0;
    right: 0;
    top: -70px;
    margin: auto;
    background-image: url("../images/ornament/sticky-note.png");
    background-repeat: no-repeat;
    background-size: 98px;
    background-position: 8px;
    z-index: 2; }
    .intro__logo img {
      width: 100%;
      max-width: 53px; }
    @media (max-width: 768px) {
      .intro__logo {
        width: 80px;
        height: 60px;
        top: -30px;
        background-size: 70px; } }
  .intro__wrapper {
    width: calc(100% - 65px);
    max-width: 680px;
    margin: 20px auto;
    padding: 30px;
    text-align: center;
    border-radius: 22px;
    background-color: #15528e;
    position: relative; }
    @media (min-width: 1200px) {
      .intro__wrapper {
        /* max-width: 590px; */
        } }
    @media (max-width: 768px) {
      .intro__wrapper {
        padding: 50px 20px; } }
    @media (max-width: 411px) {
      .intro__wrapper {
        width: calc(100% - 30px);
        padding: 50px 20px; } }
    .intro__wrapper::before {
      content: "";
      position: absolute;
      top: 5px;
      left: 4px;
      height: 100%;
      width: 100%;
      background: #fe2901;
      z-index: -1;
      border-radius: 22px; }
    .intro__wrapper p {
      color: #fff;
      font-size: 13px;
      margin-bottom: 20px; }
      .intro__wrapper p:last-child {
        margin-bottom: 0; }
      @media (max-width: 411px) {
        .intro__wrapper p {
          font-size: 13px; } }
    .intro__wrapper-tb {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .intro__wrapper-tb::after, .intro__wrapper-tb::before {
        width: calc(100% + 58px);
        height: 115px;
        position: absolute;
        content: "";
        margin: auto;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='873.642' height='137.093' viewBox='0 0 873.642 137.093'%3E%3Cg transform='translate(-769.829 -716.462)'%3E%3Cpath d='M1555.415,418.312l-31.661-25.246H716.083l-34.311,25.246Z' transform='translate(88.057 323.397)' fill='%23ae8350'/%3E%3Cg transform='translate(769.829 741.708)'%3E%3Cpath d='M725.328,510.281,681.772,398.435h873.211l-43.559,111.847Z' transform='translate(-681.772 -398.435)' fill='%23dbc09e'/%3E%3Cpath d='M1554.983,398.435H681.772l2.089,5.364h868.146Z' transform='translate(-681.772 -398.435)' fill='%23fff' style='mix-blend-mode:soft-light;isolation:isolate'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-size: cover;
        background-repeat: no-repeat;
        left: -30px; }
        @media (min-width: 1200px) {
          .intro__wrapper-tb::after, .intro__wrapper-tb::before {
            height: 90px; } }
        @media (max-width: 768px) {
          .intro__wrapper-tb::after, .intro__wrapper-tb::before {
            background-size: 100%;
            background-position: center -1vw;
            height: 40px;
            width: 100%;
            left: 0 !important;
            right: 0;
            z-index: 1; } }
      .intro__wrapper-tb::after {
        top: -115px;
        left: -28px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
        @media (min-width: 1200px) {
          .intro__wrapper-tb::after {
            top: -90px; } }
        @media (max-width: 768px) {
          .intro__wrapper-tb::after {
            top: -36px; } }
      .intro__wrapper-tb::before {
        bottom: -115px; }
        @media (min-width: 1200px) {
          .intro__wrapper-tb::before {
            bottom: -90px; } }
        @media (max-width: 768px) {
          .intro__wrapper-tb::before {
            bottom: -36px; } }
    .intro__wrapper-lr {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .intro__wrapper-lr::after, .intro__wrapper-lr::before {
        width: 100px;
        height: calc(100% + 47px);
        position: absolute;
        content: "";
        margin: auto;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='143.509' height='324.151' viewBox='0 0 143.509 324.151'%3E%3Cg transform='translate(-1611.809 -417.558)'%3E%3Cg transform='translate(1611.809 417.558)'%3E%3Cpath d='M860.835,628.627,892.5,653.649V329.5l-31.661,32.631Z' transform='translate(-860.835 -329.498)' fill='%238b5f1e'/%3E%3C/g%3E%3Cg transform='translate(1643.471 417.558)'%3E%3Cpath d='M979.415,610.09,867.568,653.649V329.5l111.846,43.555Z' transform='translate(-867.568 -329.498)' fill='%23dbc09e'/%3E%3Cpath d='M867.568,329.5V653.649l5.363-2.084v-319.1Z' transform='translate(-867.568 -329.498)' fill='%23fff' style='mix-blend-mode:soft-light;isolation:isolate'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-size: cover;
        background-repeat: no-repeat;
        top: -25px; }
        @media (max-width: 768px) {
          .intro__wrapper-lr::after, .intro__wrapper-lr::before {
            background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 81.8 421.8' style='enable-background:new 0 0 81.8 421.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%238B5F1E;%7D .st1%7Bfill:%23DBC09E;%7D .st2%7Bfill:%23FFFFFF;%7D .st3%7Bfill:none;%7D%0A%3C/style%3E%3Crect id='Rectangle_1017' y='-0.7' class='st0' width='18.7' height='422.5'/%3E%3Cg id='Group_6771' transform='translate(356.655)'%3E%3Cpath id='Path_23751' class='st1' d='M-274.9,365.2L-338,422V-0.1l63.1,56.7V365.2z'/%3E%3Cpath id='Path_23752' class='st2' d='M-338-0.1V422l3-2.7V3.7L-338-0.1z'/%3E%3C/g%3E%3Crect y='-0.1' class='st3' width='81.8' height='422.1'/%3E%3C/svg%3E%0A");
            background-size: inherit;
            height: calc(100% + 2vw);
            top: 0;
            bottom: 0;
            margin: auto;
            width: 100px; } }
        @media (max-width: 411px) {
          .intro__wrapper-lr::after, .intro__wrapper-lr::before {
            background-position: -5px;
            height: calc(100% + 8px); } }
      .intro__wrapper-lr::after {
        left: -100px;
        top: -22px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
        @media (max-width: 768px) {
          .intro__wrapper-lr::after {
            top: -3px;
            left: -87px; } }
      .intro__wrapper-lr::before {
        right: -100px; }
        @media (max-width: 768px) {
          .intro__wrapper-lr::before {
            right: -87px; } }
  .intro__snk {
    padding-top: 100px;
    margin-top: 20px;
    width: 100%; }
    .intro__snk::before {
      position: absolute;
      content: "";
      margin: auto;
      background: url("../images/ornament/box-map.svg");
      background-size: cover;
      background-repeat: repeat-x;
      width: 330px;
      height: 184px;
      left: 0;
      bottom: 20%; }
      @media (max-width: 990px) {
        .intro__snk::before {
          width: 0;
          height: 0; } }
    @media (max-width: 768px) {
      .intro__snk {
        padding-top: 80px;
        margin-top: 0; } }
    .intro__snk-list ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 20px;
      gap: 20px; }
      @media (max-width: 768px) {
        .intro__snk-list ul {
          max-width: 600px;
          margin: 20px auto 0 auto; } }
      .intro__snk-list ul li {
        width: calc(50% - 10px); }
        @media (max-width: 360px) {
          .intro__snk-list ul li {
            width: 100%;
            max-width: 200px; } }
    .intro__snk__item {
      display: inline-table;
      width: 100%;
      padding-top: 80%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      .intro__snk__item:before {
        background-image: url("../images/img-box.svg");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 100%;
        height: 100%; }
      li:nth-child(4n) .intro__snk__item:before,
      li:nth-child(4n-1) .intro__snk__item:before {
        background-image: url("../images/img-box-1.svg");
        background-repeat: no-repeat;
        background-size: cover; }
    .intro__snk__inner {
      width: 100%;
      position: absolute;
      top: 54%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: auto;
      max-width: 180px; }
      @media (max-width: 411px) {
        .intro__snk__inner {
          max-width: 100px; } }
      @media (min-width: 1600px) {
        .intro__snk__inner {
          max-width: 200px; } }
      @media (max-width: 360px) {
        .intro__snk__inner {
          max-width: 120px; } }
    .intro__snk__image {
      width: 100%;
      text-align: center;
      position: relative;
      z-index: 1; }
      .intro__snk__image img {
        width: 100%;
        max-width: 80px; }
        @media (max-width: 550px) {
          .intro__snk__image img {
            max-width: 60px; } }
        @media (max-width: 411px) {
          .intro__snk__image img {
            max-width: 45px; } }
        @media (max-width: 360px) {
          .intro__snk__image img {
            max-width: 60px; } }
    .intro__snk__body {
      position: relative;
      z-index: 1; }
      .intro__snk__body h4 {
        color: #FFFFFFcc;
        font-size: 12px;
        font-family: "Poppins", sans-serif;
        margin: 10px 0; }
        @media (min-width: 1600px) {
          .intro__snk__body h4 {
            font-size: 16px; } }
      .intro__snk__body a {
        display: inline-table; }
      @media (max-width: 550px) {
        .intro__snk__body h4 {
          font-size: 10px; }
        .intro__snk__body a {
          font-size: 8px; } }
      @media (max-width: 411px) {
        .intro__snk__body h4 {
          font-size: 9px; }
        .intro__snk__body a {
          font-size: 6px; } }
      @media (max-width: 375px) {
        .intro__snk__body h4 {
          font-size: 8px; }
        .intro__snk__body a {
          font-size: 8px; } }

.pendaftaran {
  padding: 80px 0 140px 0; }
  @media (max-width: 411px) {
    .pendaftaran {
      padding: 40px 0 80px 0; } }
  .pendaftaran .section__title p {
    color: #2981D9; }
  @media (max-width: 768px) {
    .pendaftaran .section__title img {
      height: 80px; } }
  .pendaftaran__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    position: relative; }
    @media (max-width: 700px) {
      .pendaftaran__wrap {
        gap: 20px; } }
  .pendaftaran__item {
    width: calc(50% - 20px);
    position: relative; }
    @media (max-width: 700px) {
      .pendaftaran__item {
        width: 100%; } }
    .pendaftaran__item:after {
      position: absolute;
      width: 180px;
      height: 180px;
      content: ""; }
      @media (max-width: 700px) {
        .pendaftaran__item:after {
          width: 0;
          height: 0; } }
    .pendaftaran__item:nth-child(1):after {
      background: url("../images/img-blue-writing-competition.png");
      background-size: contain;
      background-repeat: no-repeat;
      left: -150px;
      top: -80px; }
    .pendaftaran__item:nth-child(2):after {
      background: url("../images/img-blue-video-competition.png");
      background-size: contain;
      background-repeat: no-repeat;
      right: -150px;
      top: -80px; }
    .pendaftaran__item:nth-child(3):after {
      background: url("../images/img-blue-photo-competition.png");
      background-size: contain;
      background-repeat: no-repeat;
      left: -150px;
      bottom: -20px; }
    .pendaftaran__item:nth-child(4):after {
      background: url("../images/img-blue-design-competition.png");
      background-size: contain;
      background-repeat: no-repeat;
      right: -150px;
      bottom: -20px; }
    .pendaftaran__item-inner {
      background-color: #3cbbeb;
      -webkit-box-shadow: #19669a 3px 3px 0px 0px;
      box-shadow: #19669a 3px 3px 0px 0px;
      border-radius: 6px;
      padding: 35px 15px;
      z-index: 1;
      position: relative; }
      @media (max-width: 700px) {
        .pendaftaran__item-inner {
          padding: 20px 10px; } }
      .pendaftaran__item-inner h3 {
        font-family: "Poppins", sans-serif;
        color: #FFFFFF;
        font-size: 18px; }
    .pendaftaran__item-list {
      margin-top: 20px; }
      .pendaftaran__item-list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px; }
        @media (max-width: 411px) {
          .pendaftaran__item-list ul {
            gap: 10px; } }
        .pendaftaran__item-list ul li {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
          flex: 1 1 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .pendaftaran__item-list ul li:nth-child(2n + 1) {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; }
          .pendaftaran__item-list ul li:nth-child(2n + 2) {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; }
          .pendaftaran__item-list ul li:first-child {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end; }
          @media (max-width: 700px) {
            .pendaftaran__item-list ul li {
              -webkit-box-flex: 0;
              -ms-flex: 0;
              flex: 0; } }
          .pendaftaran__item-list ul li a {
            display: inline-table;
            font-size: 10px;
            padding: 15px 10px;
            max-width: 110px;
            width: 100%; }
            @media (max-width: 990px) {
              .pendaftaran__item-list ul li a {
                padding: 15px 5px;
                font-size: 10px;
                max-width: 13vw; } }
            @media (max-width: 700px) {
              .pendaftaran__item-list ul li a {
                width: 17vw;
                max-width: 100%; } }
            @media (max-width: 411px) {
              .pendaftaran__item-list ul li a {
                width: 24vw;
                max-width: 100%;
                font-size: 9px;
                padding: 10px 5px; } }

.dewan_juri {
  padding: 30px 0 80px 0; }
  @media (max-width: 411px) {
    .dewan_juri {
      padding: 0 0 80px 0; } }
  .dewan_juri .container {
    z-index: 1; }
  .dewan_juri__ornament {
    width: 100%;
    max-width: calc(1600px + 36px);
    height: 250px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .dewan_juri__ornament::after, .dewan_juri__ornament::before {
      position: absolute;
      content: "";
      margin: auto;
      bottom: 0; }
    .dewan_juri__ornament::after {
      left: 0;
      width: 300px;
      height: 240px;
      background: url("../images/ornament/juri-l.svg");
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 1200px) {
        .dewan_juri__ornament::after {
          width: 180px;
          height: 125px; } }
      @media (max-width: 990px) {
        .dewan_juri__ornament::after {
          width: 145px;
          height: 115px; } }
    .dewan_juri__ornament::before {
      right: 0;
      width: 340px;
      height: 200px;
      background: url("../images/ornament/juri-r.svg");
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 1200px) {
        .dewan_juri__ornament::before {
          width: 210px;
          height: 120px; } }
      @media (max-width: 990px) {
        .dewan_juri__ornament::before {
          width: 200px;
          height: 115px; } }

.story {
  padding: 30px 0 80px 0; }
  .story .container {
    z-index: 1; }
  @media (max-width: 500px) {
    .story .section__title {
      margin-bottom: 20px; } }

.kabar {
  padding: 30px 0 0 0; }
  .kabar .container {
    z-index: 1; }
  @media (max-width: 500px) {
    .kabar .section__title {
      margin-bottom: 20px; } }

.moreTitle {
  position: absolute;
  right: 20px;
  top: 27px;
  font-family: "Poppins", sans-serif;
  color: #2981D9;
  font-size: 12px;
  padding-left: 20px; }
  @media (max-width: 990px) {
    .moreTitle {
      font-size: 10px;
      top: 15px;
      right: 30px; } }
  @media (max-width: 500px) {
    .moreTitle {
      top: 70px; } }
  @media (max-width: 411px) {
    .moreTitle {
      font-size: 9px;
      top: 60px; } }
  .moreTitle a {
    position: relative; }
    .moreTitle a:hover {
      text-decoration: underline; }
    .moreTitle a::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.722' height='13.722' viewBox='0 0 13.722 13.722'%3E%3Cpath d='M11.734,7.875a.429.429,0,0,1,.429.429v3.431a.429.429,0,0,1-.429.429H8.3a.429.429,0,1,1,0-.858h3v-3A.429.429,0,0,1,11.734,7.875Z' transform='translate(-4.873 -4.873)' fill='%232981d9' fill-rule='evenodd'/%3E%3Cpath d='M16.875,17.3a.429.429,0,0,1,.429-.429h3.431a.429.429,0,0,1,0,.858h-3v3a.429.429,0,1,1-.858,0Z' transform='translate(-10.443 -10.443)' fill='%232981d9' fill-rule='evenodd'/%3E%3Cpath d='M6.861,12.865a6,6,0,1,0-6-6A6,6,0,0,0,6.861,12.865Zm0,.858A6.861,6.861,0,1,0,0,6.861,6.861,6.861,0,0,0,6.861,13.722Z' fill='%232981d9' fill-rule='evenodd'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: cover;
      content: "";
      position: absolute;
      left: -24px;
      top: -1px;
      width: 20px;
      height: 20px;
      margin: auto; }
      @media (max-width: 500px) {
        .moreTitle a::before {
          width: 15px;
          height: 15px;
          left: -20px;
          top: 0; } }

.mice1 {
  display: inline-table;
  width: 100%;
  margin-top: -100px; }
  @media (max-width: 500px) {
    .mice1 {
      height: 280px;
      margin-top: -60px; } }
  @media (max-width: 375px) {
    .mice1 {
      height: 215px;
      margin-top: -40px; } }
  .mice1 img {
    width: 100%; }
    @media (max-width: 500px) {
      .mice1 img {
        height: 100%;
        width: auto;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 40% bottom;
        object-position: 40% bottom; } }

.daftar {
  padding: 100px 0;
  min-height: 600px;
  display: inline-table;
  width: 100%;
  z-index: 4; }
  .daftar:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    z-index: -1; }
  .daftar-page {
    position: relative; }
    .daftar-page section.cover {
      position: absolute;
      top: 0;
      left: 0; }
  .daftar__content {
    border-radius: 6px;
    color: #FFFFFF;
    padding: 40px 20px;
    display: inline-table;
    width: 100%;
    max-width: 800px; }
    @media (max-width: 411px) {
      .daftar__content {
        padding: 30px 0px; } }
    .daftar__content-head-title {
      border-radius: 6px;
      background-color: #FF0000;
      -webkit-box-shadow: #19669a 3px 3px 0px 0px;
      box-shadow: #19669a 3px 3px 0px 0px;
      padding: 15px; }
      .daftar__content-head-title h4 {
        font-size: 14px;
        font-weight: bold;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase; }
        @media (min-width: 1200px) {
          .daftar__content-head-title h4 {
            font-size: 24px;
            padding: 10px; } }
    .daftar__content-head .btn-white {
      font-size: 10px;
      font-weight: 500;
      font-family: 'Rubik', sans-serif;
      display: inline-table;
      text-transform: capitalize; }
      @media (min-width: 1200px) {
        .daftar__content-head .btn-white {
          font-size: 20px;
          padding: 10px; } }
      @media (max-width: 990px) {
        .daftar__content-head .btn-white {
          font-size: 9px; } }
    .daftar__content-body {
      display: inline-table;
      width: 100%;
      margin-top: 30px;
      text-align: left; }

.form-daftar {
  width: 100%; }
  .form-daftar__subtitle {
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    padding-top: 2rem;
    border-top: 0.5px solid #707070; }
  .form-daftar__notes {
    font-weight: 300; }
  .form-daftar__icon {
    width: 16px;
    margin-right: .5rem; }

.input-active {
  display: block; }

.input-hidden {
  display: none; }

.mekanisme {
  padding: 120px 0 0;
  min-height: 700px;
  display: inline-table;
  width: 100%;
  z-index: 3; }
  .mekanisme-page {
    position: relative;
    top: 8vh; 
    z-index: 5; }
    @media (max-width: 992px) {
      .mekanisme-page {
        top: 1vh; } }
    .mekanisme-page section.cover {
      height: 260px; }
      .mekanisme-page section.cover:after {
        position: absolute;
        width: 310px;
        height: 140px;
        content: "";
        left: 200px;
        top: 15px;
        background: url("../images/logo-jne-content-competition-2021.svg");
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1; }
        @media (max-width: 1400px) {
          .mekanisme-page section.cover:after {
            width: 235px;
            height: 110px;
            content: "";
            left: 120px; } }
        @media (max-width: 1080px) {
          .mekanisme-page section.cover:after {
            width: 200px;
            height: 92px;
            left: 0;
            right: 0;
            top: 75px;
            margin: auto; } }
      .mekanisme-page section.cover .cover__city:after {
        bottom: -6px; }
        @media (min-width: 1200px) {
          .mekanisme-page section.cover .cover__city:after {
            bottom: -4px; } }
        @media (max-width: 768px) {
          .mekanisme-page section.cover .cover__city:after {
            background-size: contain; } }
      .mekanisme-page section.cover .cover__city:before {
        height: 27px; }
      .mekanisme-page section.cover .cover__img-left {
        max-width: 155px;
        bottom: 5px; }
        @media (max-width: 1024px) {
          .mekanisme-page section.cover .cover__img-left {
            max-width: 120px;
            left: 15px; } }
        @media (max-width: 411px) {
          .mekanisme-page section.cover .cover__img-left {
            max-width: 80px; } }
      .mekanisme-page section.cover .cover__img-right {
        max-width: 273px;
        bottom: 0;
        z-index: 5; }
        @media (max-width: 1024px) {
          .mekanisme-page section.cover .cover__img-right {
            max-width: 160px;
            right: 15px; } }
        @media (max-width: 411px) {
          .mekanisme-page section.cover .cover__img-right {
            max-width: 120px; } }
  .mekanisme__wrap {
    border-radius: 0.75rem;
    border: 1px solid;
    background-color: #FFFFFF;
    padding: 50px 30px 20px 30px;
    width: 100%;
    max-width: 788px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 990px) {
      .mekanisme__wrap {
        padding: 20px; } }
    @media (max-width: 400px) {
      .mekanisme__wrap {
        padding: 20px; } }
    .mekanisme__wrap:before {
      position: absolute;
      z-index: -1;
      content: '';
      width: 100%;
      height: 100%;
      border-radius: 10px;
      background-color: #ED1C24;
      top: 8px;
      left: 6px; }
    .mekanisme__wrap .tab__content {
      padding: 0 0 0 20px;
      height: 400px;
      width: calc(100% + 15px); }
      @media (min-width: 600px) {
        .mekanisme__wrap .tab__content {
          width: calc(100% + 5px);
          padding: 0 0 0 20px; } }
      @media (max-width: 376px) {
        .mekanisme__wrap .tab__content {
          padding: 0 0 0 0; } }
    .mekanisme__wrap .tab__content-inner {
      height: 100%; }
  .mekanisme .btn-submit {
    display: table;
    width: auto;
    margin: 20px auto; }

.label-red-or {
  position: absolute;
  left: 0;
  width: 100%; }
  .label-red-or::before, .label-red-or::after {
    background: url("../images/ornament/label-red.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    top: -60px;
    width: 78px;
    height: 34px; }
  .label-red-or::before {
    left: -30px;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  .label-red-or::after {
    right: -30px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); }

.success-story {
  padding: 140px 0 100px 0;
  min-height: 600px;
  display: inline-table;
  width: 100%;
  z-index: 4; }
  @media (max-width: 768px) {
    .success-story {
      padding: 80px 0 100px 0; } }
  .success-story-page {
    position: relative; }
    .success-story-page section.cover {
      position: absolute;
      top: 0;
      left: 0; }
  .success-story__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .success-story__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 80px 25px;
    border-radius: 20px; }
    @media (max-width: 767px) {
      .success-story__content {
        padding: 20px 10px; } }
    .success-story__content-head-title {
      border-radius: 6px;
      background-color: #01B7FC;
      -webkit-box-shadow: #19669a 3px 3px 0px 0px;
      box-shadow: #19669a 3px 3px 0px 0px;
      padding: 22px 15px; }
      .success-story__content-head-title h4 {
        font-size: 24px;
        font-family: "Poppins", sans-serif; }
        @media (max-width: 990px) {
          .success-story__content-head-title h4 {
            font-size: 18px; } }
    .success-story__content-head .btn-white {
      font-size: 13px;
      display: inline-table; }
      @media (max-width: 990px) {
        .success-story__content-head .btn-white {
          font-size: 10px; } }
    .success-story__content-body {
      display: inline-table;
      width: 100%;
      text-align: left; }
      .success-story__content-body .article__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 20px;
        gap: 30px; }
        @media (max-width: 767px) {
          .success-story__content-body .article__content {
            gap: 20px; } }
        @media (max-width: 767px) {
          .success-story__content-body .article__content {
            gap: 20px 14px;
            padding: 0 14px; } }
      .success-story__content-body .card-article__item {
        padding: 0;
        width: calc(100% / 4 - 23px); }
        @media (max-width: 1000px) {
          .success-story__content-body .card-article__item {
            width: calc(100% / 3 - 23px); } }
        @media (max-width: 767px) {
          .success-story__content-body .card-article__item {
            width: calc(100% / 2 - 10px); } }
        @media (max-width: 350px) {
          .success-story__content-body .card-article__item {
            width: 100%; } }

.more-wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .more-wrap .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 238px; }
    @media (max-width: 768px) {
      .more-wrap .btn {
        width: 100%; } }

.pswp__zoom-wrap {
  text-align: center; }
  .pswp__zoom-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.pswp__item .wrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  padding: 40px 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.pswp__item .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%; }
  .pswp__item .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.pswp__item video {
  width: 100% !important;
  height: auto !important; }

@media (min-width: 1200px) {
  .karya .container {
    max-width: 1100px; } }

.karya__content-body .article__content {
  gap: 18px; }

.karya__content-body .card-article__item {
  width: calc(100% / 4 - 14px); }
  @media (max-width: 990px) {
    .karya__content-body .card-article__item {
      width: calc(100% / 2 - 14px); } }
  .karya__content-body .card-article__item .instagram-media,
  .karya__content-body .card-article__item iframe {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
    overflow: hidden; }

.karya__content-body .card__body_article {
  padding-left: 2px;
  padding-right: 2px; }

.karya__content-body .card-article h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  line-height: 1.2; }

.karya__content-body .card__body_article-name h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #000;
  padding-left: 2px; }

.karya .section__label-title h3 {
  display: none; }

.karya .section__label-category {
  margin-left: 0; }
  .karya .section__label-category .section__label-title {
    display: initial; }
    .karya .section__label-category .section__label-title .karyaTitle--karyaTulis {
      max-width: 292px;
      width: 292px;
      height: 100px;
      overflow: hidden;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (max-width: 768px) {
        .karya .section__label-category .section__label-title .karyaTitle--karyaTulis {
          width: 138px;
          height: auto; } }
    .karya .section__label-category .section__label-title .karyaTitle--karyaVideo {
      max-width: 292px;
      width: 292px;
      height: 100px;
      overflow: hidden;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (max-width: 768px) {
        .karya .section__label-category .section__label-title .karyaTitle--karyaVideo {
          width: 138px;
          height: auto; } }
    .karya .section__label-category .section__label-title .karyaTitle--karyaFoto {
      max-width: 292px;
      width: 292px;
      height: 100px;
      overflow: hidden;
      -o-object-fit: cover;
      object-fit: cover; }
      @media (max-width: 768px) {
        .karya .section__label-category .section__label-title .karyaTitle--karyaFoto {
          width: 138px;
          height: auto; } }

.karya .more-wrap {
  padding-left: 20px; }
  @media (max-width: 768px) {
    .karya .more-wrap {
      padding-left: 0;
      margin-top: 0; } }

.karya__category--video {
  margin-top: 60px; }
  .karya__category--video .card-article__item {
    height: 385px;
    border-radius: 13px;
    overflow: hidden; }
    @media (max-width: 992px) {
      .karya__category--video .card-article__item {
        height: 310px; } }
    @media (max-width: 380px) {
      .karya__category--video .card-article__item {
        height: 285px; } }
    @media (max-width: 320px) {
      .karya__category--video .card-article__item {
        height: 250px; } }
    .karya__category--video .card-article__item a {
      padding: 0px;
      border-radius: 13px;
      overflow: hidden; }

.karya__category--foto {
  margin-top: 40px; }
  .karya__category--foto .card-article__item {
    width: calc(100% / 3 - 14px);
    height: 382px;
    border-radius: 13px;
    overflow: hidden; }
    @media (max-width: 992px) {
      .karya__category--foto .card-article__item {
        width: calc(100% / 2 - 14px);
        height: 320px; } }
    @media (max-width: 380px) {
      .karya__category--foto .card-article__item {
        height: 302px; } }
    @media (max-width: 320px) {
      .karya__category--foto .card-article__item {
        height: 275px; } }
    .karya__category--foto .card-article__item iframe {
      top: -55px;
      position: relative; }
    .karya__category--foto .card-article__item a {
      padding: 0px;
      border-radius: 13px;
      overflow: hidden; }

@media (max-width: 768px) {
  .karya .more-wrap .btn {
    margin-top: 30px; } }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 186, 255, 0.8);
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: rgba(3, 186, 255, 0.8); }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: #357EC7 !important;
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 0px !important;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 0px !important;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 48% !important;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px !important;
    color: #ffffff !important; }

.pswp__caption__center {
  text-align: left;
  max-width: 500px !important;
  margin: 0 auto;
  font-size: 1rem !important;
  padding: 1rem !important;
  line-height: 2 !important;
  color: #ffffff !important; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0) !important; }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0) !important; }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* override bug */
.header__logo__left {
  left: calc((100% - 700px) / 2); }
@media (min-width: 1200px) {
  .header__logo__left,
  header.header__style.scrolled .header__logo__left {
    left: calc((100% - 893px) / 2); } }

    .lombaKarya__item:first-child .lombaKarya__itemWrap {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }

      .daftar__content-body ol {
        list-style: decimal;
        padding-left: 20px; }
