@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-family: "Haas_Medium", Arial, sans-serif; /* 1 */
  -ms-text-size-adjust: none; /* 2 */
  -webkit-text-size-adjust: none; /* 2 */
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  margin: 0 auto;
}
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
article,
aside,
details,
time,
caption,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #111;
}
small {
  font-size: 80%;
  line-height: 80%;
}
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
  left: 1px;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  display: block;
}
i {
  font-style: normal;
}
/*svg:not(:root) {overflow: hidden;}*/
figure {
  margin: 0;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,html input[type="button"], /* 1 */input[type="reset"],input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
::placeholder {
  color: var(--dark_gray);
}
::selection {
  background-color: var(--orange);
  color: var(--white);
}
/*base*/
.videoframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 0;
}
.videoframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.chatframe {
  position: relative;
  padding-bottom: 140%;
  padding-top: 25px;
  height: 0;
  margin: 0;
}
.chatframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 395px;
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.videoframe.stuck {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 320px;
  height: 240px;
  transform: translateY(100%);
  animation: fade-in-up 0.75s ease forwards;
  z-index: 5;
  padding: 0;
}
.fade {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  padding: 0;
  display: block;
  min-height: 100vh;
  overflow-x: hidden;
}
:root {
  --black: #000000;
  --white: #ffffff;
  --green1: #074946;
  --green2: #005e5b;
  --green3: #7bbe43;
  --blue: #7bbe43;
}
.cl-black {
  color: #000000 !important;
}
.cl-white {
  color: #ffffff !important;
}
.cl-green1 {
  color: #003639 !important;
}
.cl-green2 {
  color: #005e5b !important;
}
.cl-green3 {
  color: #7bc043 !important;
}
.cl-blue {
  color: #00adee !important;
}
.bg-black {
  background: #000000 !important;
}
.bg-white {
  background: #ffffff !important;
}
.bg-green1 {
  background: #003639 !important;
}
.bg-green2 {
  background: #005e5b !important;
}
.bg-green3 {
  background: #7bc043 !important;
}
.bg-blue {
  background: #00adee !important;
}

.bg-trans {
  background: transparent !important;
}
.fo-light {
  font-family: "Haas_Light", Arial, sans-serif !important;
}
.fo-rom {
  font-family: "Haas_Roman", Arial, sans-serif !important;
}
.fo-med {
  font-family: "Haas_Medium", Arial, sans-serif !important;
}
.fo-bold {
  font-family: "Haas_Bold", Arial, sans-serif !important;
}
.fo-black {
  font-family: "Haas_Black", Arial, sans-serif !important;
}
.fo_deutsch {
  font-family: "Deutsch", Arial, sans-serif !important;
}
.fo_deutsch_i {
  font-family: "Deutsch_Italic", Arial, sans-serif !important;
}
.fo_fira {
  font-family: "Fira Sans Extra Condensed", Arial, sans-serif !important;
}
.fo_sofia {
  font-family: "Saira", Arial, sans-serif !important;
}
.fo_heather {
  font-family: "Heather", Arial, sans-serif !important;
}
.fo_heather_i {
  font-family: "Heather_Italic", Arial, sans-serif !important;
}
/*cmd*/
.dblock {
  display: block;
}
.centering {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.centering.column {
  flex-direction: column;
}
.centering.row {
  flex-direction: row;
}
.inlinef {
  display: inline-flex !important;
}
.clear {
  clear: both;
}
.overflow {
  overflow: hidden;
}
.hide_desktop {
  display: none !important;
  visibility: hidden;
}
.hide_mobile {
  display: block;
  visibility: visible;
}
.radius0 {
  border-radius: 0px !important;
}
.radius2 {
  border-radius: 2px !important;
}
.radius4 {
  border-radius: 4px !important;
}
.radius6 {
  border-radius: 6px !important;
}
.radius8 {
  border-radius: 8px !important;
}
.radius10 {
  border-radius: 10px !important;
}
.radius18 {
  border-radius: 18px !important;
}
.radius20 {
  border-radius: 20px !important;
}
.radius50 {
  border-radius: 50% !important;
}
.border-bottom {
  border-bottom: 1px solid #ddd !important;
}
.border-top {
  border-top: 1px solid #ddd !important;
}
h1 {
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  font-weight: 700;
}
h2 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  font-weight: 700;
}
h3 {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  font-weight: 700;
}
h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 700;
}
h5 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  font-weight: 700;
}
h6 {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  font-weight: 700;
}
a {
  color: var(--black);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: var(--blue);
  transition: all 0.2s ease-in-out;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.padding-no {
  padding: 0 !important;
}
.padding-ss {
  padding: 4px !important;
}
.padding-xs {
  padding: 8px !important;
}
.padding-sm {
  padding: 16px !important;
}
.padding-lg {
  padding: 24px !important;
}
.padding-xl {
  padding: 32px !important;
}
.padding-top-no {
  padding-top: 0 !important;
}
.padding-top-ss {
  padding-top: 5px !important;
}
.padding-top-xs {
  padding-top: 8px !important;
}
.padding-top-sm {
  padding-top: 16px !important;
}
.padding-top-lg {
  padding-top: 24px !important;
}
.padding-top-xl {
  padding-top: 32px !important;
}
.padding-bottom-no {
  padding-bottom: 0 !important;
}
.padding-bottom-ss {
  padding-bottom: 4px !important;
}
.padding-bottom-xs {
  padding-bottom: 8px !important;
}
.padding-bottom-sm {
  padding-bottom: 16px !important;
}
.padding-bottom-lg {
  padding-bottom: 24px !important;
}
.padding-bottom-xl {
  padding-bottom: 32px !important;
}
.padding-left-no {
  padding-left: 0 !important;
}
.padding-left-ss {
  padding-left: 4px !important;
}
.padding-left-xs {
  padding-left: 8px !important;
}
.padding-left-sm {
  padding-left: 16px !important;
}
.padding-left-lg {
  padding-left: 24px !important;
}
.padding-left-xl {
  padding-left: 32px !important;
}
.padding-right-no {
  padding-right: 0 !important;
}
.padding-right-ss {
  padding-right: 4px !important;
}
.padding-right-xs {
  padding-right: 8px !important;
}
.padding-right-sm {
  padding-right: 16px !important;
}
.padding-right-lg {
  padding-right: 24px !important;
}
.padding-right-xl {
  padding-right: 32px !important;
}
.padding-top-xxl {
  padding-top: 80px !important;
}
.padding-bottom-xxl {
  padding-bottom: 80px !important;
}
.padding-left-xxl {
  padding-left: 80px !important;
}
.padding-right-xxl {
  padding-right: 80px !important;
}
.margin-no {
  margin: 0 !important;
}
.margin-xs {
  margin: 8px !important;
}
.margin-ss {
  margin: 4px !important;
}
.margin-sm {
  margin: 16px !important;
}
.margin-lg {
  margin: 24px !important;
}
.margin-xl {
  margin: 32px !important;
}
.margin-top-no {
  margin-top: 0 !important;
}
.margin-top-ss {
  margin-top: 4px !important;
}
.margin-top-xs {
  margin-top: 8px !important;
}
.margin-top-sm {
  margin-top: 16px !important;
}
.margin-top-lg {
  margin-top: 24px !important;
}
.margin-top-xl {
  margin-top: 32px !important;
}
.margin-bottom-no {
  margin-bottom: 0 !important;
}
.margin-bottom-ss {
  margin-bottom: 4px !important;
}
.margin-bottom-xs {
  margin-bottom: 8px !important;
}
.margin-bottom-sm {
  margin-bottom: 16px !important;
}
.margin-bottom-lg {
  margin-bottom: 24px !important;
}
.margin-bottom-xl {
  margin-bottom: 32px !important;
}
.margin-left-no {
  margin-left: 0 !important;
}
.margin-left-ss {
  margin-left: 4px !important;
}
.margin-left-xs {
  margin-left: 8px !important;
}
.margin-left-sm {
  margin-left: 16px !important;
}
.margin-left-lg {
  margin-left: 24px !important;
}
.margin-left-xl {
  margin-left: 32px !important;
}
.margin-right-no {
  margin-right: 0 !important;
}
.margin-right-ss {
  margin-right: 4px !important;
}
.margin-right-xs {
  margin-right: 8px !important;
}
.margin-right-sm {
  margin-right: 16px !important;
}
.margin-right-lg {
  margin-right: 24px !important;
}
.margin-right-xl {
  margin-right: 32px !important;
}
.margin-top-xxl {
  margin-top: 80px !important;
}
.margin-bottom-xxl {
  margin-bottom: 80px !important;
}
.margin-left-xxl {
  margin-left: 80px !important;
}
.margin-right-xxl {
  margin-right: 80px !important;
}
.fw4 {
  font-weight: 400 !important;
}
.fw5 {
  font-weight: 500 !important;
}
.fw6 {
  font-weight: 600 !important;
}
.fw7 {
  font-weight: 700 !important;
}
.bg-twitter {
  background: #77cbef !important;
}
.bg-facebook {
  background: #537abd !important;
}
.bg-google {
  background: #ea5d4b !important;
}
.bg-linkedin {
  background: #1384c8 !important;
}
.bg-daily {
  background: #0064dc !important;
}
.bg-youtube {
  background: #c8302a !important;
}
.bg-instagram {
  background: #e3008b !important;
}
.bg-whatsapp {
  background: #2ab200 !important;
}
.bg-line {
  background: #4ecd00 !important;
}
.bg-tumblr {
  background: #395976 !important;
}
.cl-twitter {
  color: #77cbef !important;
}
.cl-facebook {
  color: #537abd !important;
}
.cl-google {
  color: #ea5d4b !important;
}
.cl-linkedin {
  color: #1384c8 !important;
}
.cl-daily {
  color: #0064dc !important;
}
.cl-youtube {
  color: #c8302a !important;
}
.cl-instagram {
  color: #e3008b !important;
}
.cl-whatsapp {
  color: #2ab200 !important;
}
.cl-line {
  color: #4ecd00 !important;
}
.cl-tumblr {
  color: #395976 !important;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.t-center {
  text-align: center !important;
}
.t-right {
  text-align: right !important;
}
.t-left {
  text-align: left !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.hidden {
  opacity: 0;
}
.visible {
  opacity: 1;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.square {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square-in {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.square-in.left_text {
  align-items: flex-start;
}
.square-in.text {
  padding: 75px 100px;
}
.square-in.text h2 {
  font-size: 40px;
  line-height: 130%;
  margin: 0 0 32px 0;
}
.square-in.text p {
  font-size: 25px;
  line-height: 130%;
  font-family: "Haas_Roman";
}
.square-in a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.square-in img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.square-in.flat {
  border-radius: 0;
}
.square.lines {
  border: 1px solid #eeeeee;
  border-radius: 6px;
}
ul.row-list {
  list-style: none;
  list-style-position: inside;
  margin: 0 -8px;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: wrap;
}
ul.row-list li {
  width: 100%;
  padding: 0 8px;
}
ul.row-list.row2 li {
  width: 50%;
  padding: 0 8px;
}
ul.row-list.row3 li {
  width: 33.333%;
  padding: 0 8px;
}
ul.row-list.row4 li {
  width: 25%;
  padding: 0 8px;
}
ul.row-list.row5 li {
  width: 20%;
  padding: 0 8px;
}
ul.row-list.row6 li {
  width: 16.666%;
  padding: 0 8px;
}
ul.row-list.row7 li {
  width: 14.28571428571429%;
  padding: 0 8px;
}
ul.row-list.row8 li {
  width: 12.5%;
  padding: 0 8px;
}
ul.row-list.row4.pad4,
ul.row-list.row3.pad4,
ul.row-list.row2.pad4,
ul.row-list.row5.pad4,
ul.row-list.row6.pad4,
ul.row-list.row7.pad4,
ul.row-list.row8.pad4 {
  margin: 0 -4px;
}
ul.row-list.row4.pad4 li,
ul.row-list.row3.pad4 li,
ul.row-list.row2.pad4 li,
ul.row-list.row5.pad4 li,
ul.row-list.row6.pad4 li,
ul.row-list.row7.pad4 li,
ul.row-list.row8.pad4 li {
  padding: 0 4px;
}
ul.row-list.row4.pad16,
ul.row-list.row3.pad16,
ul.row-list.row2.pad16,
ul.row-list.row5.pad16,
ul.row-list.row6.pad16,
ul.row-list.row7.pad16,
ul.row-list.row8.pad16 {
  margin: 0 -16px;
}
ul.row-list.row4.pad16 li,
ul.row-list.row3.pad16 li,
ul.row-list.row2.pad16 li,
ul.row-list.row5.pad16 li,
ul.row-list.row6.pad16 li,
ul.row-list.row7.pad16 li,
ul.row-list.row8.pad16 li {
  padding: 0 16px;
}
/*base*/
.cd-main-content {
  min-height: 100%;
  position: relative;
  z-index: 1;
  padding: 0;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  margin: 0 auto;
}
.overflow-hidden {
  overflow: hidden;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 0 16px;
  position: relative;
}
.container.big {
  padding: 0 46px;
  max-width: 1280px;
}
.container.full {
  max-width: 100%;
}
.container.medium {
  max-width: 1080px;
}
.container.small {
  max-width: 800px;
}
.container.full_height {
  min-height: 100vh;
}
.container-col {
  margin-left: -16px;
  margin-right: -16px;
}
.container-col.medium-col {
  margin-left: -8px;
  margin-right: -8px;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
[class*="col-"] {
  float: left;
  padding: 0 16px;
}
[class*="medium8"] {
  float: left;
  padding: 0 8px !important;
}
/*mulai*/
.cover {
  position: relative;
  width: 100%;
  height: 110vh;
  overflow: hidden;
}
.cover .img-cover {
  width: 100%;
  height: auto;
}
.cover img {
  width: 100%;
  height: auto;
}
.cover .cover_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 40px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cover .cover_text .cover-in {
  max-width: 40vw;
  position: relative;
  z-index: 3;
}
.cover .cover_text h1.logo {
  width: 700px;
  height: auto;
  margin: 0 auto;
}
.cover .cover_text h1.logo img {
  width: 100%;
  height: auto;
}
.cover .cover_text h3 {
  font-size: 3.5rem;
  line-height: 1;
  margin: 40px auto 0 auto;
  font-family: "Saira", Arial, sans-serif;
  font-weight: 700;
}
/*cover 2*/
.cover.dua {
  height: auto;
  min-height: 70vh;
  background-color: var(--green1);
  position: relative;
}
.cover.dua h2 {
  font-size: 3rem;
  line-height: 1.1;
  font-family: "Saira", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 3rem;
  color: var(--green3);
}
.cover.dua p {
  font-size: 1.25rem;
  line-height: 1.4;
}
.cover.dua .img-cover {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 8vw;
  width: 20vw;
  height: auto;
  margin: auto;
}
.cover.dua .img-cover img {
  width: auto;
  height: 100%;
}
.cover .cover_text {
  max-width: 1100px;
  margin: auto;
  padding: 60px 16px;
  align-items: flex-start;
}
/*cover 3*/
.cover.tiga {
  background: var(--green1) url("../../images/golf-2025/background_03.jpg") top right no-repeat;
  min-height: 60vh;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: unset;
}
.cover.tiga .bola1 {
  position: absolute;
  top: -24px;
  bottom: 0;
  left: -80px;
  width: 200px;
  height: auto;
  z-index: 3;
}
.cover.tiga .bola1 img {
  width: 200px;
}
.cover.tiga .grid_2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  width: 100%;
  margin: 0 auto;
}
.cover.tiga .grid_2col .icons {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cover.tiga .grid_2col .icons img {
  width: 46px;
}
.cover.tiga .grid_2col .col_01 {
  padding: 0 4rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
/*
.cover.tiga .grid_2col .col_01::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: var(--green3);
}

.cover.tiga .grid_2col .col_02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: var(--green3);
}
 */
.cover.tiga .grid_2col .col_02 {
  padding: 0 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.cover.tiga p {
  font-size: 1.75rem;
  color: var(--green3);
}
.cover.tiga h6 {
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "Haas_Roman";
}
.cover.tiga h2 {
  font-family: "Saira", Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  color: var(--blue);
  line-height: 1.2;
}
/*cover 4*/
.cover.empat {
  height: auto;
  min-height: 120vh;
  background-color: var(--green1);
  position: relative;
}
.cover.empat .cover_text {
  padding: 60px 16px;
  justify-content: flex-start;
}
.cover.empat h2 {
  font-size: 3rem;
  line-height: 1;
  font-family: "Saira", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 1rem;
  color: var(--blue);
}
.cover.empat p {
  font-size: 1.25rem;
  line-height: 1.4;
  padding-left: 24px;
  position: relative;
  margin: 8px 0;
  font-family: "Haas_Roman";
}
.cover.empat p::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: var(--white);
}
.cover.empat .img-cover {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 50vw;
  height: auto;
  margin: auto;
}
.cover.empat .img-cover img {
  width: 100%;
  height: auto;
}

.cover.empat .grid_3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 3rem;
}
.cover.empat .grid_3col .col_01 {
  padding: 0;
}
.cover.empat .grid_3col .col_02 {
  padding: 0;
}
/*cover 5*/
.cover.lima {
  height: auto;
  min-height: 100vh;
  background-color: var(--green3);
  position: relative;
  overflow: unset;
}
.cover.lima .bola1 {
  position: absolute;
  top: -13%;
  bottom: 0;
  left: -18%;
  width: 25vw;
  height: auto;
  z-index: 3;
}
.cover.lima .bola2 {
  position: absolute;
  top: unset;
  bottom: 20%;
  right: 0;
  width: 80px;
  height: auto;
  z-index: 3;
  overflow: hidden;
}
.cover.lima .bola2 img {
  width: 160px;
}
.cover.lima .cover_text {
  align-items: flex-end;
}
.cover.lima p {
  font-size: 2.3rem;
  color: var(--green1);
  font-family: "Haas_Bold";
  margin-bottom: 4px;
  line-height: 1.3;
}
.cover.lima h6 {
  font-weight: 400;
  font-size: 1.5rem;
  font-family: "Haas_Roman";
  color: var(--green1);
  line-height: 1.3;
}
.cover.lima h2 {
  font-family: "Saira", Arial, sans-serif;
  font-size: 3rem;
  color: var(--green1);
  line-height: 1.2;
  margin-bottom: 2rem;
}
.cover.lima .img-cover {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -25vh;
  width: 20vw;
  height: auto;
  margin: auto;
}
.cover.lima .img-cover img {
  width: auto;
  height: 100%;
}
.cover.lima .cover_text .cover-in {
  width: 50vw;
}
/*cover 8*/
.cover.dua.delapan {
  background: url("../../images/golf-2025/background_07.jpg") top center no-repeat;
  position: relative;
  min-height: 100vh;
  background-size: 100%;
  overflow: unset;
}
.cover.dua.delapan .bola1 {
  position: absolute;
  top: -13%;
  bottom: 0;
  right: 0;
  width: 100px;
  height: auto;
  z-index: 3;
  overflow: hidden;
}
.cover.dua.delapan .bola1 img {
  width: 200px;
}
.cover.dua.delapan h2 {
  font-size: 3rem;
  line-height: 1;
  font-family: "Saira", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 2rem;
  color: var(--white);
}
.cover.dua.delapan p {
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: "Haas_Roman";
  margin-bottom: 1rem;
}
h2.title50 {
  font-family: "Saira", Arial, sans-serif;
  font-size: 3rem;
  color: var(--white);
  line-height: 1.2;
}
h2.title30 {
  font-size: 30px;
  line-height: 130%;
}
h3.title25 {
  font-size: 20px;
  line-height: 130%;
}
.small_box {
  padding: 20px 0 8px 0;
  border-bottom: 1px solid var(--green3);
}
.small_box.noborder {
  border-bottom: none;
  padding-bottom: 0;
}
.small_box p {
  font-size: 16px;
  line-height: 130%;
  font-family: "Haas_Roman";
}
.small_box.inline {
  display: inline-flex;
  flex-direction: column;
  clear: both;
}

a.sign-btn {
  width: 100%;
  height: 40px;
  background: var(--blue);
  color: var(--white);
  transition: all 0.3s ease-in-out;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  padding: 0 32px;
  border-radius: 20px;
  letter-spacing: 2px;
}
a.sign-btn.big-btn {
  height: 56px;
  border-radius: 28px;
  padding: 0 60px;
  font-size: 20px;
}
a.sign-btn.minimalis {
  width: auto;
  display: inline-flex;
  margin: 0;
  text-align: center;
}
a.sign-btn:hover {
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}
.box_sponsor {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.card-logo {
  width: auto;
  height: 80px;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-logo img {
  width: auto;
  height: 80px;
}
ul.row-list.list_logo1 {
  row-gap: 32px;
}
ul.row-list.list_logo2 {
  row-gap: 32px;
}
.card-support {
  width: auto;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-support img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer {
  background: var(--black);
  height: 100px;
  width: 100%;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .logof {
  width: auto;
  height: 27px;
  margin: 0;
}
footer .logof img {
  width: auto;
  height: 27px;
  margin: 0;
}
.copy {
  font-size: 12px;
  line-height: 12px;
  color: #d9d9d9;
  font-family: "Haas_Roman";
}
.register_btn {
  color: #003533 !important;
  background: #7bbe43 !important;
}
.max-500 {
  max-width: 500px;
}
