<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Roboto:300,700");
body {
  font-family: "Roboto", sans-serif;
  padding-top: 63px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

p,
table,
li {
  overflow-wrap: break-word;
  word-wrap: normal;
  

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: normal;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  /* -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; */
}

.to-uppercase {
  text-transform: uppercase;
}

.to-lowercase {
  text-transform: lowercase;
}

.to-capitalize {
  text-transform: capitalize;
}

.y-center {
  align-items: center;
}

.x-center {
  justify-content: center;
}

.x-self-center {
  align-self: center;
}

.x-content-center {
  justify-self: center;
}

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

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

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

.no-padding {
  padding: 0;
}

.pt-04 {
  padding-top: .4rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.full-width {
  width: 100%;
}

.option--orange {
  color:#f15f23 !important;
  font-weight: 900 !important;
}

.list {
  margin: 0;
  padding: 0;
}

.list--plain {
  list-style: none;
}

.list--flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}

.list--flex &gt; li {
  display: inline-flex;
  flex-wrap: wrap;
}

.list--flex &gt; li:not(:last-child) {
  margin-right: 1rem;
}

.list--flex &gt; li img {
  align-self: center;
}

.list--inline &gt; li {
  display: inline;
}

.list--menu {
  overflow: hidden;
  height: 0;
  transition: all .3s ease;
}

.mailto-menang {
  color: yellow;
}


@media screen and (min-width: 769px) {
  .list--menu {
    height: auto;
    display: block;
  }
}

.list--menu &gt; li:not(:last-child) {
  margin-right: 1.5rem;
}

.list--menu &gt; li &gt; a {
  height: 2.2rem;
  line-height: 2.2rem;
  display: block;
  color: #000;
}

@media screen and (min-width: 769px) {
  .list--menu &gt; li &gt; a {
    display: inline-block;
  }
}

.main-heading {
  position: relative;
  margin-bottom: 50px;
}

.main-heading:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 200px;
  background-color: #2a467f;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.sub-heading {
  font-weight: 700;
}

.circle {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2a467f;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
}

.icon-mamen {
  text-align: center;
  max-width: 60px;
}

.icon-store {
  text-align: center;
  max-width: 100px;
}

.icon-galaxy {
  text-align: center;
  max-width: 180px;
}

@media screen and (min-width: 400px) {
  .icon-mamen {
    max-width: 80px;
  }
  .icon-store {
    max-width: 150px;
  }
  .icon-galaxy {
    max-width: 350px;
  }
}

.footer {
  font-size: 14px;
  padding: 1rem 0;
  background-color: #ececec;
}

.special-select,
.special-search {
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 300px;
  border: 2px solid #203d79;
}

.special-select1,
.special-search1 {
  margin: 0 500px 0 0;
  max-width: 300px;
  border: 2px solid #203d79;
}

.special-select2,
.special-search2 {
  margin: 0 -500px 0 0;
  margin-bottom: 15px;
  max-width: 300px;
  border: 2px solid #203d79;
}

.search-center {
  position: relative;
}

.fa-search {
  position: absolute;
  top: 12px;
  left: 36%;
  color: #d9ced4;
}

@media screen and (max-width: 769px) {
  .fa-search {
    top: 12px;
    left: 8%;
  }
}

.dropbtn {
  color: #26437d !important;
  padding: 10px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
  color: #26437d !important;
  padding: 0px;
  border: 2px solid #26437d !important;
  border-radius: 10px;
  width: 165px !important;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: fixed;
  margin-left: -2px;
  border: 2px solid #26437d !important;
  border-top: 0px  !important;
  border-radius: 0px 0px 10px 10px;
  background-color: #fff;
  width:  165px !important;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 20 !important;
}

.dropdown-content a {
  color: black;
  padding: 0px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
  
}
.dropdown:hover {
  border-radius: 10px 10px 0px 0px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropdown-content a &gt; span{
  display: block;
  padding: 12px 0;
  border-top: 1px solid #26437d;
}


.buttoned {
  color: #26437d !important;
  padding: 0 25px;
  padding-left: 10px;
  border: 2px solid #26437d !important;
  border-radius: 10px;
  max-width: 165px !important;
  margin: 0;
}

.burger {
  position: absolute;
  width: 25px;
  height: 20px;
  right: 15px;
  top: 22px;
  z-index: 200;
  display: flex;
  align-items: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 769px) {
  .burger {
    display: none;
  }
}

.burger span {
  display: inline-block;
  height: 3px;
  width: 100%;
  background-color: #2a467f;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.burger span:before, .burger span:after {
  content: '';
  position: absolute;
  background-color: #2a467f;
  height: 3px;
  width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.burger span:before {
  top: 0;
}

.burger span:after {
  bottom: 0;
}

.burger.is-clicked span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.is-clicked span:before {
  top: 0;
}

.burger.is-clicked span:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.topbar {
  background-color: #fff;
  padding: 14px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #dadada;
  z-index: 10;
}

.topbar__logo {
  max-width: 170px;
}

.section {
  padding: 30px 0;
}


/*modal 1*/
/*=======*/

.reveal {
  outline: none;
  overflow: visible;
  left: 50% !important;
  top: 50% !important;
  transform: translate3d(-200%,-50%,0) !important;
}

@media screen and (max-width: 769px) {

  .reveal {
    transform: translate3d(-50%,-50%,0) !important;
    height: 50%;
    min-height: 50%;
    max-width: 60%;
  }

}

.modal-body {
  background-color: #173165;
  color: #fff;
  border-radius: 15px;
  max-width: 331.5px;
  padding: 10px 20px 1px 20px;
  position: relative;
}

.bcg-top {
  position: absolute;
  top: 0;
  left: 0;
}

.bcg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading-popup {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 30px;
}

.subheading-popup {
  line-height: 10px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

.main-popup {
  line-height: 30px;
  border-bottom: 2px solid #fff;
}

.footer-popup {
  line-height: 20px;
}

.close-button {
  display: inline-block;
  position: absolute;
  right: -25px;
  top: -25px;
  z-index: 100 !important;
  color: #ffffffba;
}


/*modal 2*/
/*=======*/

.modal--body {
  color: #173165;
  border-radius: 15px;
  max-width: 331.5px;
  padding: 10px 20px 1px 20px;
  position: relative;
}

.subheading--popup {
  line-height: 30px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #173165;
}

.footer--popup {
  font-weight: 600;
  line-height: 20px;
  color: #e82525;
  font-size: 25px;
  text-transform: uppercase;
}


/*modal 3*/
/*=======*/
.main--popup {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
}

.subheadings-popup {
  font-size: 25px;
}

.mains-popup {
  line-height: 10px;
}

/*tambahan */
/*=======*/

body {
  font-family: "Roboto", sans-serif;
  padding-top: 63px;
}

.badge {
	position: relative;
	top: -9px;
	left: 0px;
	width: 28px;
	#height: 22px;
	padding: 4px;
	line-height: 15px;
	color: #ffffff;
	background-color: #ff2c33;
	#text-align: center;
	#border: 2px solid #0;
	border-radius: 14px;
	z-index: 1;
	#padding-left: initial;
	text-align: -webkit-center;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 0px solid #dddddd;
  text-align: center;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.center {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

</pre></body></html>