.col-row{flex-direction:row}.col-cell{flex-direction:row;justify-content:space-between}.col-wrap{box-sizing:border-box;display:flex;flex-wrap:wrap;list-style:none}.col-wrap:after{content:"";display:table;clear:both}.col-wrap .col{box-sizing:border-box}.col-wrap .col.grow{flex-grow:1}.col.s1{width:8.33333%}.col.s2{width:16.66666%}.col.s3{width:24.99999%}.col.s4{width:33.33333%}.col.s5{width:41.66666%}.col.s6{width:49.99999%}.col.s7{width:58.33333%}.col.s8{width:66.66666%}.col.s9{width:74.99999%}.col.s10{width:83.33333%}.col.s11{width:91.66666%}.col.s12{width:99.99999%}@media(min-width: 767px){.col.m1{width:8.33333%}.col.m2{width:16.66666%}.col.m3{width:24.99999%}.col.m4{width:33.33333%}.col.m5{width:41.66666%}.col.m6{width:49.99999%}.col.m7{width:58.33333%}.col.m8{width:66.66666%}.col.m9{width:74.99999%}.col.m10{width:83.33333%}.col.m11{width:91.66666%}.col.m12{width:99.99999%}}@media(min-width: 1023px){.col.l1{width:8.33333%}.col.l2{width:16.66666%}.col.l3{width:24.99999%}.col.l4{width:33.33333%}.col.l5{width:41.66666%}.col.l6{width:49.99999%}.col.l7{width:58.33333%}.col.l8{width:66.66666%}.col.l9{width:74.99999%}.col.l10{width:83.33333%}.col.l11{width:91.66666%}.col.l12{width:99.99999%}}form label.text{position:relative;display:inline-block;vertical-align:middle;box-sizing:border-box;transition:all .3s ease-in-out}form label.text input{color:#fff;background:hsla(0,0%,100%,.12);box-sizing:border-box;padding:8px;border:1px solid hsla(0,0%,100%,.12);outline:none;max-width:100%;width:100%;height:38px}form label.text input:focus{border-color:#d6a432;box-shadow:0 0 0 .25rem rgba(173,127,28,.05)}form label.text.text-full{width:100%}form label.text.text-full input{width:100%;max-width:100%}form label.textarea{position:relative;display:inline-block;vertical-align:middle;box-sizing:border-box;transition:all .3s ease-in-out}form label.textarea textarea{color:#fff;background-color:hsla(0,0%,100%,.12);box-sizing:border-box;padding:8px;border-radius:4px;border:1px solid hsla(0,0%,100%,.12);outline:none;max-width:100%;width:100%;height:36px}form label.textarea textarea:focus{border-color:#d6a432;box-shadow:0 0 0 .25rem rgba(173,127,28,.05)}form label.textarea.textarea-full{width:100%}form label.textarea.textarea-full input{width:100%;max-width:100%}form select.select{color:#fff !important;display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:hsla(0,0%,100%,.12);background-image:url("/assets/css/images/select.svg");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid hsla(0,0%,100%,.12);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}form select.select:focus{outline:0;border-color:#d6a432;box-shadow:0 0 0 .25rem rgba(173,127,28,.05)}form select.select option{color:#fff !important;background:#171717}form select.select [disabled]{color:#979797;background:#272727}.grid{display:grid}.grid.gap-xs{gap:8px 8px}.grid.gap-sm{gap:12px 12px}.grid.gap-md{gap:16px 16px}.grid.gap-lg{gap:20px 20px}.grid.gap-xl{gap:24px 24px}.grid.gap-gr{gap:28px 28px}.grid.gap-xg{gap:32px 32px}.grid.s1{grid-template-columns:repeat(1, 1fr)}.grid.s2{grid-template-columns:repeat(2, 1fr)}.grid.s3{grid-template-columns:repeat(3, 1fr)}.grid.s4{grid-template-columns:repeat(4, 1fr)}.grid.s5{grid-template-columns:repeat(5, 1fr)}.grid.s6{grid-template-columns:repeat(6, 1fr)}.grid.s7{grid-template-columns:repeat(7, 1fr)}.grid.s8{grid-template-columns:repeat(8, 1fr)}@media(min-width: 767px){.grid.m1{grid-template-columns:repeat(1, 1fr)}.grid.m2{grid-template-columns:repeat(2, 1fr)}.grid.m3{grid-template-columns:repeat(3, 1fr)}.grid.m4{grid-template-columns:repeat(4, 1fr)}.grid.m5{grid-template-columns:repeat(5, 1fr)}.grid.m6{grid-template-columns:repeat(6, 1fr)}.grid.m7{grid-template-columns:repeat(7, 1fr)}.grid.m8{grid-template-columns:repeat(8, 1fr)}}@media(min-width: 1023px){.grid.l1{grid-template-columns:repeat(1, 1fr)}.grid.l2{grid-template-columns:repeat(2, 1fr)}.grid.l3{grid-template-columns:repeat(3, 1fr)}.grid.l4{grid-template-columns:repeat(4, 1fr)}.grid.l5{grid-template-columns:repeat(5, 1fr)}.grid.l6{grid-template-columns:repeat(6, 1fr)}.grid.l7{grid-template-columns:repeat(7, 1fr)}.grid.l8{grid-template-columns:repeat(8, 1fr)}}.flex{display:flex}.flex.ss{align-items:flex-start;justify-content:flex-start}.flex.sc{align-items:flex-start;justify-content:center}.flex.se{align-items:flex-start;justify-content:flex-end}.flex.cs{align-items:center;justify-content:flex-start}.flex.cc{align-items:center;justify-content:center}.flex.ce{align-items:center;justify-content:flex-end}.flex.es{align-items:flex-end;justify-content:flex-start}.flex.ec{align-items:flex-end;justify-content:center}.flex.ee{align-items:flex-end;justify-content:flex-end}@media(min-width: 767px){.flex.md\:ss{align-items:flex-start;justify-content:flex-start}.flex.md\:sc{align-items:flex-start;justify-content:center}.flex.md\:se{align-items:flex-start;justify-content:flex-end}.flex.md\:cs{align-items:center;justify-content:flex-start}.flex.md\:cc{align-items:center;justify-content:center}.flex.md\:ce{align-items:center;justify-content:flex-end}.flex.md\:es{align-items:flex-end;justify-content:flex-start}.flex.md\:ec{align-items:flex-end;justify-content:center}.flex.md\:ee{align-items:flex-end;justify-content:flex-end}}@media(min-width: 1024px){.flex.lg\:ss{align-items:flex-start;justify-content:flex-start}.flex.lg\:sc{align-items:flex-start;justify-content:center}.flex.lg\:se{align-items:flex-start;justify-content:flex-end}.flex.lg\:cs{align-items:center;justify-content:flex-start}.flex.lg\:cc{align-items:center;justify-content:center}.flex.lg\:ce{align-items:center;justify-content:flex-end}.flex.lg\:es{align-items:flex-end;justify-content:flex-start}.flex.lg\:ec{align-items:flex-end;justify-content:center}.flex.lg\:ee{align-items:flex-end;justify-content:flex-end}}.mb-xs{margin-bottom:10px}.mb-sm{margin-bottom:20px}.mb-md{margin-bottom:30px}.table-scroll{position:relative;overflow-x:auto}.table-scroll::-webkit-scrollbar{height:3px}.button{position:relative;font-size:1rem;font-weight:bold;z-index:1;color:#fff !important;display:inline-block;text-align:center;vertical-align:middle;text-shadow:1.5px 3px 4px rgba(0,0,0,.6);background:#d6a432;line-height:42px;box-sizing:border-box;padding:0 44px;border:none;box-shadow:2.5px 5px 6.25px rgba(0,0,0,.15);border-radius:6px;outline:none;height:44px;pointer-events:auto;overflow:hidden;cursor:pointer}@media(min-width: 1px)and (max-width: 767px){.button{padding:0 20px}}.button.sm{font-size:.9rem;padding:0}.button.gold{color:#fff;text-shadow:1.5px 3px 4px #000;background:linear-gradient(to right, #bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);background-size:200% 200%;box-shadow:5px 5px 10px rgba(0,0,0,.144)}.button.gold i{color:#796703}.button.border{color:#d6a432;text-shadow:0 0 0 rgba(0,0,0,0);background:none;border:1px solid #d6a432}.button.border:hover{color:#fff;text-shadow:0 0 0 rgba(0,0,0,0);background:#d6a432;border:1px solid #d6a432}.button.text{color:#d6a432;text-shadow:0 0 0 rgba(0,0,0,0);background:none;border:none;box-shadow:0 0 0}@media(min-width: 1025px){.button.text:hover{text-decoration:underline;background:none}}@media(min-width: 1025px){.button:hover:after{left:100%}}.button:after{content:"";position:absolute;top:0;left:-100%;z-index:1;width:100%;height:100%;background:linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);transition:all 650ms}@keyframes animate{0%{transform:translate(-50%, -75%) rotate(0deg)}100%{transform:translate(-50%, -75%) rotate(360deg)}}#container{background:url("/assets/css/images/vip.jpg") center center no-repeat;background-size:cover}#container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.6) url("/assets/css/images/grid.png") center center repeat}.section-vip{font-size:.9rem;color:#fff}.section-vip .card{position:relative;padding:30px}@media(min-width: 1px)and (max-width: 767px){.section-vip .card{padding:20px}}.section-vip .card:after{box-shadow:3px 3px 10px rgba(0,0,0,.12)}.section-vip .wrap{position:relative;padding:120px 0;overflow:hidden}.section-vip .heading{text-align:center}.section-vip .swiper{margin:0 auto;width:960px}.section-vip .gallery-container{position:relative;overflow:visible;visibility:hidden}@media(min-width: 1px)and (max-width: 767px){.section-vip .gallery-container{max-width:calc(100% - 40px)}}.section-vip .gallery-container .swiper-slide{background:rgba(0,0,0,.6);backdrop-filter:blur(20px);box-sizing:border-box;transform-origin:center center;transform:scale(0.8, 0.8) translateX(3%);transition:all .25s ease-in}.section-vip .gallery-container .swiper-slide .card{padding:20px}.section-vip .gallery-container .swiper-slide .card .col-wrap{min-height:315px}.section-vip .gallery-container .swiper-slide .card .col-wrap .m5{width:45%}.section-vip .gallery-container .swiper-slide .card .col-wrap .m7{width:55%}.section-vip .gallery-container .swiper-slide .lv{position:relative;color:#fff;padding:0;width:100%}.section-vip .gallery-container .swiper-slide .lv ul{position:absolute;bottom:24%;left:38%;font-size:12px}.section-vip .gallery-container .swiper-slide .relative{position:relative}.section-vip .gallery-container .swiper-slide strong{position:relative;display:block;line-height:36px;letter-spacing:1px;padding-left:12px}.section-vip .gallery-container .swiper-slide strong:before{content:"";position:absolute;top:13px;left:0;background:#d6a432;display:inline-block;margin:0 12px 4px 0;width:4px;height:12px}.section-vip .gallery-container .swiper-slide ul{list-style:none;padding:0;margin:0 0 20px}@media(min-width: 1px)and (max-width: 767px){.section-vip .gallery-container .swiper-slide ul{margin:0}}.section-vip .gallery-container .swiper-slide ul:last-of-type{margin:0 0 12px}.section-vip .gallery-container .swiper-slide li{position:relative;letter-spacing:1px;padding-left:12px}.section-vip .gallery-container .swiper-slide li:before{content:"";position:absolute;top:10px;left:0;background:#f4dfa2;display:inline-block;margin:0 12px 4px 0;width:4px;height:4px}.section-vip .gallery-container .swiper-slide-active{transform:scale(1, 1) translateX(0%);opacity:1}.section-vip .gallery-container .swiper-button-prev,.section-vip .gallery-container .swiper-button-next{top:50%;transform:translateY(-50%);color:#fff;background:#d6a432;margin:0;width:40px;height:40px}.section-vip .gallery-container .swiper-button-prev:after,.section-vip .gallery-container .swiper-button-next:after{font-size:18px}.section-vip .gallery-container .swiper-button-prev{left:-52px}@media(min-width: 1px)and (max-width: 767px){.section-vip .gallery-container .swiper-button-prev{left:-30px}}.section-vip .gallery-container .swiper-button-next{right:-52px}@media(min-width: 1px)and (max-width: 767px){.section-vip .gallery-container .swiper-button-next{right:-30px}}.section-vip .gallery-nav{position:relative;margin:36px 0 20px;max-width:100%}@media(min-width: 1px)and (max-width: 767px){.section-vip .gallery-nav{margin:20px -20px;max-width:calc(100% + 40px)}.section-vip .gallery-nav:after{content:"";position:absolute;top:0;right:0;bottom:0;z-index:2;background:linear-gradient(to left, #171717 30%, rgba(23, 23, 23, 0) 100%);width:60px}}.section-vip .gallery-nav .inner{position:relative;display:flex;flex-wrap:wrap;justify-content:center}@media(min-width: 1px)and (max-width: 767px){.section-vip .gallery-nav .inner{display:block;white-space:nowrap;overflow-x:auto}.section-vip .gallery-nav .inner::-webkit-scrollbar{display:none}}.section-vip .gallery-nav .title{text-align:center;line-height:36px;box-sizing:border-box;padding:0 4px;margin-bottom:12px;height:36px;cursor:pointer}@media(min-width: 1px)and (max-width: 767px){.section-vip .gallery-nav .title{font-size:14px;line-height:1.2;display:inline-block;padding:0 8px 0 0;margin-bottom:0;height:auto}.section-vip .gallery-nav .title:first-of-type{padding:0 8px 0 20px}.section-vip .gallery-nav .title:last-of-type{padding:0 20px 0 0}}.section-vip .gallery-nav .title:hover span{background:hsla(0,0%,100%,.2)}.section-vip .gallery-nav .title.active span{color:#fff;background:#f4dfa2}.section-vip .gallery-nav .title span{font-weight:bold;color:#fff;background:hsla(0,0%,100%,.05);display:block;padding:0 20px}@media(min-width: 1px)and (max-width: 767px){.section-vip .gallery-nav .title span{padding:6px 8px 4px}}.section-vip-detail{font-size:.9rem;color:#fff;max-height:calc(100vh - 100px);overflow-y:auto}.section-vip-detail .heading{padding:12px 20px}.section-vip-detail .card{position:relative;padding:30px}@media(min-width: 1px)and (max-width: 767px){.section-vip-detail .card{padding:20px}}.section-vip-detail .card{padding:20px;margin-bottom:20px}.section-vip-detail .card:after{box-shadow:3px 3px 10px rgba(0,0,0,.12)}.section-vip-detail h3{position:relative;font-size:1rem;font-weight:bold;padding-left:12px;margin-bottom:12px}.section-vip-detail h3:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);background:#d6a432;width:2px;height:12px}.section-vip-detail .detail{overflow-x:hidden}.section-vip-detail .detail .table-scroll{margin-bottom:24px}.section-vip-detail .detail table{text-align:center}.section-vip-detail .detail table tr:first-of-type{background:linear-gradient(to right, #ad7f1c 9%, #d6a432 30%, #d6a432 60%, #ad7f1c 90%)}.section-vip-detail .detail table tr:nth-of-type(even){background:hsla(0,0%,100%,.05)}.section-vip-detail .detail table th,.section-vip-detail .detail table td{white-space:nowrap}.section-vip-detail .detail table th{color:#fff;text-shadow:1px 1px 1px #000}.section-vip-detail .separation{position:relative;margin:0 0 20px;height:40px}.section-vip-detail .separation:before,.section-vip-detail .separation:after{content:"";position:absolute;bottom:21px;left:0;background:#000;height:1px;width:100%}.section-vip-detail .separation:after{bottom:20px;background:hsla(0,0%,100%,.1)}.section-vip-detail .explain ul{list-style:none;padding:0;margin:0 0 20px}@media(min-width: 1px)and (max-width: 767px){.section-vip-detail .explain ul{margin:0}}.section-vip-detail .explain ul:last-of-type{margin:0 0 12px}.section-vip-detail .explain li{position:relative;letter-spacing:1px;line-height:28px;padding-left:12px}.section-vip-detail .explain li:before{content:"";position:absolute;top:12px;left:0;background:#d6a432;display:inline-block;margin:0 12px 4px 0;width:4px;height:4px}