<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
.custom-select1 { text-align:left; background:none; border:1px solid rgba(211,175,54,0.5); border-radius:24px; transition:all 0.25s ease-out 0s; position:relative; z-index:99;}
.custom-select1:hover { background:#d3af36; border-color:#d3af36;}
.custom-select1 select { display:none;}
.custom-select1 .select-hide { display:none;}
.custom-select1 .select-items { max-height:160px; overflow-y:scroll; background:#ffffff; position:absolute; top:102%; left:0; right:0; z-index:9;}
.custom-select1 .select-items div { color:#d3af36; transition:all 0.25s ease-out 0s; padding:10px 24px 10px 24px;}
.custom-select1 .select-items div:hover { color:#ffffff; background:#d3af36;}
.custom-select1 .select-selected { color:#ffffff; transition:all 0.25s ease-out 0s; padding:10px 24px 10px 24px;}
.custom-select1:hover .select-selected { color:#ffffff;}
.custom-select1 .select-selected:after { content:""; width:12px; height:7px; background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:20px;}
.custom-select1:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:0.93px; line-height:normal; text-transform:uppercase; font-family: 'satoshi-medium-font';}

.dropdown-box { width:100%; float:left; margin:0 0 39px;}
.dropdown2 { width:232px; background:#d3af36; border:1px solid #d3af36; margin:0 0 0; padding:0 0 0; text-align:left;}
.dropdown2:hover { background:#113949; border:1px solid #113949;}
.dropdown2 .select-selected { color:#ffffff;}
.dropdown2:hover .select-selected { color:#ffffff;}
.dropdown2 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%; right:23px;}
.dropdown2:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.dropdown2 .select-items div { font-size:12px;}

.dropdown3 { width:100%; background:none; border:1px solid rgba(211,175,54,0.5); margin:0 0 0; padding:0 0 0; text-align:left;}
.dropdown3:hover { background:#113949; border:1px solid #113949;}
.dropdown3 .select-selected { color:#d3af36; padding:14px 34px 14px;}
.dropdown3:hover .select-selected { color:#ffffff;}
.dropdown3 .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%; right:23px;}
.dropdown3:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.dropdown3 .select-items div { font-size:12px;}

.dropdown4 { width:100%; background:none; border:none; margin:0 0 0; padding:0 0 0; text-align:left;}
.dropdown4:hover { background:none; border:none;}
.dropdown4 .select-selected { color:#000000; padding:15px 0;}
.dropdown4:hover .select-selected { color:#d3af36;}
.dropdown4 .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%; right:0;}
.dropdown4:hover .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%;}
.dropdown4 .select-items div, .dropdown4 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:0.93px; line-height:normal; text-transform:uppercase;}

.custom-select1 .select-items::-webkit-scrollbar { width: 6px;}
.custom-select1 .select-items::-webkit-scrollbar-track { background: #f1f1f1eb; box-shadow: inset 1px 0 5px #dfdfdf; border-radius: 25px;}
.custom-select1 .select-items::-webkit-scrollbar-thumb { background: #d3af36; border-radius: 25px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { text-align:center; background:none; border:1px solid #d3af36;}
.custom-select1 .select-items div { padding:10px 5% 10px 5%;}
.custom-select1 .select-selected { padding:10px 5% 10px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1px;}

.dropdown2 { width:232px; background:#d3af36; border:1px solid #d3af36; margin:0 0 0; padding:0 0 0; text-align:left;}
.dropdown2:hover { background:#113949; border:1px solid #113949;}
.dropdown2 .select-selected { color:#ffffff;}
.dropdown2:hover .select-selected { color:#ffffff;}
.dropdown2 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%; right:23px;}
.dropdown2:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.dropdown2 .select-items div { font-size:12px;}

.dropdown4 { width:100%; background:none; border:none; margin:0 0 0; padding:0 0 0; text-align:left;}
.dropdown4:hover { background:none; border:none;}
.dropdown4 .select-selected { color:#000000; padding:15px 0;}
.dropdown4:hover .select-selected { color:#d3af36;}
.dropdown4 .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%; right:0;}
.dropdown4:hover .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%;}
.dropdown4 .select-items div, .dropdown4 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:0.93px; line-height:normal; text-transform:uppercase;}

.custom-select1 .select-items {height: 150px;}

} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { text-align:center; background:none; border:1px solid #d3af36;}
.custom-select1 .select-items div { padding:10px 5% 10px 5%;}
.custom-select1 .select-selected { padding:10px 5% 10px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1px;}

.dropdown2 { width:232px; background:#d3af36; border:1px solid #d3af36; margin:0 0 0; padding:0 0 0; text-align:left;}
.dropdown2:hover { background:#113949; border:1px solid #113949;}
.dropdown2 .select-selected { color:#ffffff;}
.dropdown2:hover .select-selected { color:#ffffff;}
.dropdown2 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%; right:23px;}
.dropdown2:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.dropdown2 .select-items div { font-size:12px;}

.dropdown4 { width:100%; background:none; border:none; margin:0 0 0; padding:0 0 0; text-align:left;}
.dropdown4:hover { background:none; border:none;}
.dropdown4 .select-selected { color:#000000; padding:15px 0;}
.dropdown4:hover .select-selected { color:#d3af36;}
.dropdown4 .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%; right:0;}
.dropdown4:hover .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%;}
.dropdown4 .select-items div, .dropdown4 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:0.93px; line-height:normal; text-transform:uppercase;}

.custom-select1 .select-items {height: 150px;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { text-align:center; background:none; border:1px solid #d3af36;}
.custom-select1 .select-items div { padding:10px 5% 10px 5%;}
.custom-select1 .select-selected { padding:10px 5% 10px 5%;}
.custom-select1 .select-selected:after { width:10px; margin:0 0 0; position:absolute; right:5%;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:1px;}

.dropdown2 { width:232px; background:#d3af36; border:1px solid #d3af36; margin:0 0 0; padding:0 0 0; text-align:left;}
.dropdown2:hover { background:#113949; border:1px solid #113949;}
.dropdown2 .select-selected { color:#ffffff;}
.dropdown2:hover .select-selected { color:#ffffff;}
.dropdown2 .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%; right:23px;}
.dropdown2:hover .select-selected:after { background:url(../images/down-white-plain-arrow.svg) no-repeat center / 100% 100%;}
.dropdown2 .select-items div { font-size:12px;}

.dropdown4 { width:100%; background:none; border:none; margin:0 0 0; padding:0 0 0; text-align:left;}
.dropdown4:hover { background:none; border:none;}
.dropdown4 .select-selected { color:#000000; padding:15px 0;}
.dropdown4:hover .select-selected { color:#d3af36;}
.dropdown4 .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%; right:0;}
.dropdown4:hover .select-selected:after { background:url(../images/down-yellow-plain-arrow.svg) no-repeat center / 100% 100%;}
.dropdown4 .select-items div, .dropdown4 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:0.93px; line-height:normal; text-transform:uppercase;}

.custom-select1 .select-items {height: 150px;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 .select-items div { padding:10px 18px 10px 18px;}
.custom-select1 .select-selected { padding:10px 18px 10px 18px;}
.custom-select1 .select-selected:after { width:10px; height:5px; right:14px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:10px; letter-spacing:0.63px;}

.dropdown4 .select-selected { color:#000000; padding:15px 0;}
.dropdown4 .select-selected:after { width:10px; height:5px; right:0;}
.dropdown4 .select-items div, .dropdown4 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:0.93px; line-height:normal; text-transform:uppercase;}

.custom-select1 .select-items {height: 140px;}

}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 .select-items div { padding:10px 21px 10px 21px;}
.custom-select1 .select-selected { padding:10px 21px 10px 21px;}
.custom-select1 .select-selected:after { width:11px; height:6px; right:17px;}
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:0.73px;}

.dropdown4 .select-selected { color:#000000; padding:15px 0;}
.dropdown4 .select-selected:after { width:10px; height:5px; right:0;}
.dropdown4 .select-items div, .dropdown4 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:0.93px; line-height:normal; text-transform:uppercase;}

.custom-select1 .select-items {height: 145px;}

}

@media screen and (min-width:1025px) and (max-width:1240px) {
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:0.73px;}

.dropdown4 .select-selected { color:#000000; padding:15px 0;}
.dropdown4 .select-selected:after { width:10px; height:5px; right:0;}
.dropdown4 .select-items div, .dropdown4 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:0.93px; line-height:normal; text-transform:uppercase;}

.custom-select1 .select-items {height: 145px;}

}

@media screen and (min-width:1241px) and (max-width:1340px) {
.custom-select1 .select-items div, .custom-select1 .select-selected { font-size:11px; letter-spacing:0.73px;}

.dropdown4 .select-selected { color:#000000; padding:15px 0;}
.dropdown4 .select-items div, .dropdown4 .select-selected { cursor:pointer; font-size:13px; font-weight:500; letter-spacing:0.93px; line-height:normal; text-transform:uppercase;}
}</pre></body></html>