<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body .uv-slide-video-controls button:not(.uvactive) .uvicondash-play.uviconforunactive{
    display: block;
}

body .uv-slide-video-controls button:not(.uvactive) .uvicondash-pause{
    display: none;
}
body .uv-slide-video-controls button.uvactive .uvicondash-play.uviconforunactive{
    display: none;
}

body .uv-slide-video-controls button.uvactive .uvicon-volume-strike.uviconforactive{
	display:block;
}
body .uv-slide-video-controls button:not(.uvactive) .uvicon-volume-strike.uviconforactive {
	display:none;
}


body .uv-slide-video-controls  button:not(.uvactive) .uvicon-volume-up.uviconforunactive{
	display:block;
}


.uv-staff{
    background-image: url(../jpg/vip-staff-bg.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: 600px;
}

.uv-staff .uvcont-vipmembers {
    width: 100%;
}

.single-vip-staff{
    width: calc(33.333% - 40px);
    background: white;
    margin-bottom: 30px;
}

.uv-staff .uv-section-inner{
    display: flex;
    flex-direction: column;
    padding-top: 120px;
    padding-bottom: 90px;
}
.uv-staff .uv-section-inner .uv-section-inner {
  
    padding-top: 40px;
    padding-bottom: 0px;
}

.staff-heading{
    font-family: 'Commissioner';
font-style: normal;
font-weight: 200;
font-size: 40px;
line-height: 49px;
/* identical to box height */


color: #444444;
}

.staff-subheading{
    font-family: 'Commissioner';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
/* identical to box height */


color: #444444;
}
.uv-staff .uvcont-vipmembers {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.uv-staff .uv-section-inner{
    display: flex;
    flex-wrap: wrap;
}

.uv-staff .uv-section-inner{
    display: flex;
    flex-wrap: wrap;
}

.uv-staff .collaider-control{
    position: relative;
    overflow: hidden;
}
.uv-member-details{
    position: absolute;
}

.uv-fake-space{
    min-height: 95px;
}
.uv-fullinfo-info{
    background: white;
    position: absolute;
    transform: translate(0, -95px);
    transition: all .7s ;
    transition-timing-function: cubic-bezier(0.7, 0, 0.4, 1);
    width: 100%;
    height: 100%;
}

.more-info-action{
    position: absolute;
    width: 60px;
    height: 20px;
    top: 25px;
    right: 20px;
    /* color: black; */
    background: transparent;
    cursor: pointer;
}
.more-info-action::after{
  
  
    transform: translateY(50%);
    color: #000;
    border: 0px solid #1148F4;
    border-radius: 50%;
    font-family: uvfonticons;
    font-size: 20px;
    transition: all .7s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.4, 1);
    
    content: "+";
    margin-left: 7px;
    text-align: center;
   
    padding-left: 1.25px;
  
}

.uv-member-photo div{
    min-height: 400px;
    background-size: cover;
    background-position: center;
}
.uv-member-photo{
    padding: 12px;
}

.uv-member-photo img{
    width: 100%;
    transition: all .7s;
    opacity: 1;
}

.collaider-control:hover .uv-member-photo img, .collaider-control.show-details .uv-member-photo img{
    background: #B82A2A; 
}
.collaider-control{
    cursor: pointer;
}

.collaider-control.show-details .uv-member-photo img{
    opacity:0;
    transition: all .5s;
}
.uv-vipmember p{
    font-size: 16px;
    line-height: 20px;
    color: #5A5A5A;
}
.uv-vipmember{
    padding-left: 20px;
    padding-right: 20px;
}



.show-details .more-info-action::after{
  
    content: "-";
 
  
}


.uv-member-info{
    position: relative;
    padding: 20px;
}

.show-details .uv-fullinfo-info{
    position: absolute;
    transform: translate(0, -100%);
    height: 100%;
    transition: all .5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.4, 1);
}

.show-details .uv-member-details {
    /*position: relative;*/
}
.show-details .uv-member-photo{
    /*padding-bottom: 95px;*/
}

.uv-member-info h2{
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #444444;
    margin-bottom: 5px;
}

.uv-member-info h3{
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

.main-progress-container{
    position: absolute;
    width: 100%;
    bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.single-apptitude{
    display: flex;
    align-items: center;
}

.progress-bar-contentainer{
    width: 70%;
    padding-right: 23px;
    position: relative;
}
.progress_number{
    position: absolute;
    right: 0px;
    top: -4px;
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: right;
    color: #5A5A5A;
}

.progresslabel p {
   
    margin-bottom: 0;
    font-family: 'Commissioner';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
/* identical to box height */


color: #5A5A5A;
    
}
.porgress-apptitude{
    min-height: 5px;
    background: #EDEDED;
    position: relative;
   
}
.fill-apptitude{
    position: absolute;
    width: 0%;
    top: 0px;
    left: 0px;
    height: 5px;
    background: #B82A2A;
}

.progresslabel{
    width: 50%;
    padding-left: 20px;
}

.page-id-17058 .uv-otpcont ul li:nth-child(1){
    display: none !important;
}

.uv-open-time{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.uv-open-time p{
    margin-bottom: 0px !important;
}

 #tab-poker-room-dining  .titlecont &gt; .title{
    display: none !important;
}
@media only screen and (max-width: 1190px) {
    .single-vip-staff {
        width: calc(50% - 20px);
        background: white;
    }
    .uv-staff .uvcont-vipmembers {
       
        gap: 40px;
    }

  }

  @media only screen and (max-width: 800px) {
    .single-vip-staff {
        width: calc(100% - 0px);
        background: white;
    }
    .uv-staff .uvcont-vipmembers {
       
        gap: 25px;
        margin-bottom: 0px;
    }
    .single-vip-staff{
        margin-bottom: 0px;
    }
    .uv-staff .uv-section-inner .uv-section-inner {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .staff-heading {
       
        font-size: 32px;
        line-height: 39px;
       
       
    }

    .uv-staff .uv-section-inner {
       
        padding-top: 40px;
        padding-bottom: 40px;
    }
  }

  @media (max-width: 767px){
    
    .poker-dinning-container  .uv-open-time{
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 10;
    }

    .poker-dinning-container  .uv-open-time p{
        display: flex !important;
    }

    .poker-dinning-container  .uv-comboopenclose{
        margin: 0px;
        border-radius: 0px;
    }
    .poker-dinning-container .uv-rwcards-makemobile .rwcard{
        position: relative;
    }
   

  }

  .uvf1-luckycont.readmore-section.show-section{
    display: block;
    }

    .uv-container-contactform{

    }

    .uv-section-contactform{
        max-width: 980px;
        margin: auto;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
    padding-bottom: 50px;
    }

  

    .uv-section-contactform h3{
        color: #272727;
        font-size: 2rem;
        font-weight: 300;
        letter-spacing: 1.48px;
        margin-bottom: 0;
        text-align: center;
    }

.f1-carousels .uvcards-carmobcont{
  position: relative;
}
.f1-carousels .button-prev:after{
  content: 'prev';
  font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    background: rgba(0,0,0,0);
}
.f1-carousels .button-next:after {
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    background: rgba(0,0,0,0);
}

.f1-carousels .button-prev{
  position: absolute;
    top: 40%;
    left: 20px;
    z-index: 1;
    background: rgba(0,0,0,0);
}
.f1-carousels .button-next {
  position: absolute;
    top: 40%;
    right: 20px;
    z-index: 1;
    background: rgba(0,0,0,0);
}


/* F1 carousles*/

.f1-carousels .uvcards-carmobcont{
    position: relative;
  }
  .f1-carousels .button-prev:after{
    content: 'prev';
    font-family: swiper-icons;
      font-size: var(--swiper-navigation-size);
      text-transform: none!important;
      letter-spacing: 0;
      text-transform: none;
      font-variant: initial;
      line-height: 1;
      position: absolute;
    left: 40px;
    top: calc(50% - 15px);
  }
  .f1-carousels .button-next:after {
      content: 'next';
      font-family: swiper-icons;
      font-size: var(--swiper-navigation-size);
      text-transform: none!important;
      letter-spacing: 0;
      text-transform: none;
      font-variant: initial;
      line-height: 1;
      position: absolute;
    right: 40px;
    top: calc(50% - 15px);
  }
  
  .f1-carousels .button-prev{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 100%;
    width: 200px;
    background: linear-gradient(90deg, rgba(255,255,255,0.7161239495798319) 16%, rgba(255,255,255,0) 100%);
  }
  
  .f1-carousels .button-next {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    height: 100%;
    width: 200px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 16%, rgba(255,255,255,0.7161239495798319) 100%);
  }

  .f1-carousels  .uv-imghover{
    position: relative;
  }

  .f1-carousels  .event-overlay-info{
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    align-items: flex-start;
    background: linear-gradient(0deg, rgb(0 0 0 / 100%) 0%, rgba(0,0,0,0) 60%);
  }

  .f1-carousels .spc-event-button{
    width: 100%;
    max-width: 238px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.066666rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #ca1526;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing: 0.0625em;
    text-align: center;
    line-height: 1;
    text-transform: capitalize;
    text-transform: uppercase;
    margin-top: 0px;
    border: solid 2px #ca1526;
    transition: all .35s ease-in-out;
  }
  .f1-carousels .spc-event-button:hover{
    color: #ffffff;
    background-color: rgba(0,0,0,0);

  }

  .f1-carousels .uv-imghover img{
    width: 100%;
  }
  .f1-carousels .spc-event-title{
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.3199999928474426px;
    text-align: center;
    color: #ffffff;
  }

  .f1-carousels  .swiper-container{
    padding: 0px 50px;
  }

  .f1-carousels  .uv-activationlogo{
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    max-width: 80%;
    left: 10%;
    top: 30px;
  }

  .f1-carousels  .activation-overlay-info{
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 20px 50px;
    padding: 20px 7%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgb(0 0 0 / 101%) 0%, rgba(0,0,0,0) 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .f1-carousels .activationc-title{
    font-size: 40px;
    color: white;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .f1-carousels .activationc-description{
    font-size: 29px;
    color: #ffffff;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2;
  }

  .f1-carousels .activationc-time{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0px;
    line-height: 1.3;
  }

  .f1-carousels .venuetitlec-title{
  
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.3199999928474426px;
    text-align: left;
    color: #fff;
  }

  .f1-carousels .venuetitlec-description{
  
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0em;
   
    color: #fff;
   
    overflow: hidden;

   
  }

  .f1-carousels  .venuetitlec-buttongroup{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 0px;
  }

  .f1-carousels  .venuetitlec-buttongroup .uv-venue-reservation-button{
    padding: 10px 20px;
    color: white;
    background-color: #C90D1F;
    font-weight: 600;
    border: solid 1px #c90d1f;
  }

  .f1-carousels  .venuetitlec-buttongroup .uv-venue-reservation-button:hover{
  
    color: #fff;
    background-color: rgba(0,0,0,0);
  }

  .f1-carousels  .venuetitlec-buttongroup .uv-venue-details-button{
    padding: 10px 10px 10px 0px;
    color: #fff;
    position: relative;
  }

  .f1-carousels  .venuetitlec-buttongroup .uv-venue-details-button::after{
    content: 'next';
    font-family: swiper-icons;
    padding-left: 20px;
  }


  body.page-id-6557 .f1-title-page{
    font-size: 38px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 2.760999917984009px;
    text-align: center;
  }

  body .uv-section-fullw .uv-section-inner{
    width: 100% !important;
    max-width: 1920px !important;

  }
  .uv-section-fullw .uv-section-inner{
    width: 100%;
  }

  .uv-two-section{
    display: flex;
    flex-direction: row;
    max-width: 1600px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .uv-two-section.uv-swap-colums{
    display: flex;
    flex-direction: row-reverse;
  }
  .uv-col-2{
    width: 50%;
  }

  .uv-col-2.uv-content-section{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
  }

  .col-2-uv-content-wrapper{
    max-width: 670px;
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
  }
  body .col-2-uv-content-wrapper h2{
    margin-bottom: 40px;
  }

  .uv-img-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-description p{
    
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
  }

  .f1-title-section{
  
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;

  }

  .uv-f1-txtpack{
    max-width: 1200px;
    text-align: center;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
  }

  .title-toppading{
    padding-top: 120px;
    padding-bottom: 20px;
    
    font-size: 40px;
    font-weight: 200;
    line-height: 44px;
    letter-spacing: 2px;
    text-align: center;
  }

  .uvf1-luckycont {
    
    margin-top: 50px;
}
body .uv-imgsliderwdesc .desc h2 {
    margin-bottom: 40px;
}
.f1-pargraph{
    max-width: 1280px;
    text-align: center;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
    margin-top: 40px;
    line-height: 1.6;
}
 
.f1-pargraph strong a{
   color: #000;
}

.full-w-img{
    margin: 0px;
}

.uv-section-fullw .uvf1-luckycont{
    display: none;
}

.uv-section-fullw .uvf1-luckycont .uv-boxitem{
display: none;
}

.f1-mapcont.f1-refresh-map .uv-imgsliderwdesc2{
    max-width: 1920px;
    flex-direction: row-reverse;
    box-shadow: unset;
    background-color: #000;
}
.f1-mapcont.f1-refresh-map .uv-imgsliderwdesc2 .desc h2,
.f1-mapcont.f1-refresh-map .uv-imgsliderwdesc2 .desc p,
.f1-mapcont.f1-refresh-map .uv-imgsliderwdesc2 .desc li{
    color: #ffffff;
}
.f1-mapcont.f1-refresh-map  ul li {
    list-style-type: unset;

    }
    body .uw-fin-listv2 .uv-section-inner {
        max-width: 1460px !important;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        padding-left: 10px !important;
        padding-right: 10px !important;
        justify-content: space-between;
        padding-top: 40px;
        padding-bottom: 60px;
    }
 .uw-fin-listv2 .uv-section-inner &gt; div{
    width: calc(25% - 15px);
 }
 .uw-fin-listv2 .uv-section-inner ul{
    margin: 0px !important;
 }
 .uw-fin-listv2 .uv-section-inner ul li{
    list-style-type: unset;
    text-align: center;
    color: #8a8a8a;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
 }

 .uv-section-fullw .shim{
    padding-top: 40px !important;
 }

 .f1-refresh-map .uv-boxitem {
    background-color: #000 !important;
 }


 .uv-roomswd-pagination{

 }
 .uv-hide-mobile .uv-boxitem {
  
    padding-top: 550px !important;
}
.uv-hide-mobile .swiper-slide .uv-boxitem .uvtickets{

    transition: all ease-in .15s;
}

.uv-hide-mobile .swiper-slide.active-sld .uv-boxitem .uvtickets{
    opacity: 1;
}
.uv-hide-mobile .swiper-slide .uv-boxitem{
    opacity: .5;
}
.uv-hide-mobile .uv-roomswd-pagination .uvitem{
    background-color: #E4E4E4;
    border: solid 3px #E4E4E4;
    border-bottom: solid 0px;
    color: #7D7D7D;

}
.uv-hide-desktop .uv-roomswd-pagination .uvitem{
    background-color: #E4E4E4;
    color: #7D7D7D;
}

.carousel-custom  .uv-roomswd-pagination .uvitem.uvactive {
    border-left: solid 3px #c90d20;
    background: #C90D1F;
    color: white;
    border-right: solid 3px #c90d20;
    border-top: solid 3px #c90d20;
    
}

.uv-simple-event-date{
    margin-bottom: 0px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .25em;
}
.classtab-0, .classtab-1{
    position: pointer;
}
.f1-title-page.fix-h1-f1 {
    font-size: 40px !important;
}
.uv-hide-mobile .swiper-slide {
  
    width: 50% !important;
    min-height: 550px !important;
    border: solid 3px #E4E4E4;
    border-left: solid 3px #E4E4E4;
    border-right: solid 3px #E4E4E4;
    border-top: 0px
}
.uv-hide-mobile.uv-imgsliderwdesc .slider .slinner {
    
    padding-top: 550px;
}

.uv-hide-mobile.uv-imgsliderwdesc {
    
    padding: 0 0px 0px 60px;
    max-width: 1920px;
 
}


.active-sld{
    border: solid 3px #c90d20 !important;
    border-top: 0px;
    border-top: solid 0px !important;
   
}
.uv-hide-mobile .swiper-slide.active-sld .uv-boxitem{
    opacity: 1;
}
.f1-refresh-map ul {
    margin: 0px;
    
}
.f1-refresh-map hr {
    max-width: 180px;
    text-align: left;
    flex: unset;
    margin-left: 0px;
}

#nf-field-211-container{
    height: 0px;
    overflow: hidden;
}

.f1-carousels .venuetitlec-description {
        
    max-height: 81.56px;
    min-height: 81.56px;
}

.rsw-button-primary a{
    display: inline-block;
    position: relative;
    background-color: rgba(0,0,0,0);
    max-width: 100%;
    color: #ca1526;
    font-size: 16px;
    padding: 0.86em 3.6em;
    padding-bottom: 0.89em;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #CA1426;
    border-radius: 0;
    transition: all .35s ease-in-out !important;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.rsw-button-primary a:hover{
    transition: all .35s ease-in-out !important;
    background-color: #CA1426;
 
    color: #ffffff;
    
}
 @media only screen and (max-width: 1580px) {
    .f1-carousels .activationc-title {
        font-size: 30px;
       
    }
    .f1-carousels .activationc-description {
        font-size: 25px;
        
    }

    .f1-carousels .activationc-time {
       
        font-size: 16px;
    }
   
    .f1-carousels .venuetitlec-description {
        
        max-height: 81.56px;
        min-height: 81.56px;
    }
    
    
 }

 .uv-hide-desktop{
    display: none !important;
}
@media only screen and (max-width: 1500px) {
    .f1-carousels .venuetitlec-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1240px) {
    .f1-carousels .venuetitlec-title {
        font-size: 36px;
    }
    .f1-carousels .venuetitlec-buttongroup {
       
        gap: 10px;
      
    }
    .f1-carousels .venuetitlec-title {
        font-size: 28px;
    }
    .f1-carousels .venuetitlec-description {
        font-size: 15px;
    }

    .f1-carousels .venuetitlec-description {
        max-height: 72px;
        min-height:  72px;
    }
    
    

    .f1-carousels .activation-overlay-info {
     
        padding: 20px 3%;
    }
    .f1-carousels .venuetitlec-buttongroup .uv-venue-reservation-button {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 1080px) {
    .f1-title-page.fix-h1-f1 {
        font-size: 28px !important;
        margin-bottom: 50px;
    }
    .uv-two-section{
        padding-left: 0px;
        padding-right: 0px;
    }
    .uw-fin-listv2 .uv-section-inner &gt; div {
        width: calc(50% - 15px);
        margin-bottom: 30px;
    }
    body .uw-fin-listv2 .uv-section-inner {
       
        padding-bottom: 20px;
    }
    .uv-col-2 {
        width: 100%;
    }
    .uv-col-2.uv-content-section {
        width: 100%;
    }
    .uv-two-section {
      
        flex-direction: column !important;
    }
    .uv-section-fullw .uvf1-luckycont{

    }
    .f1-carousels .venuetitlec-buttongroup .uv-venue-details-button,
    .f1-carousels .venuetitlec-buttongroup .uv-venue-reservation-button{
        font-size: 12px;
    }

    .col-2-uv-content-wrapper {
        
        padding: 40px 40px;
        width: 100%;
    }
    .uv-section-fullw .uvf1-luckycont .uvrwcardsblock{
        padding-left: 20px;
        padding-right: 20px;
    }
    .f1-refresh-map ul {
        margin: 0px;
    }
    body .f1-refresh-map .uv-imgsliderwdesc2 {
        padding: 50px 0 50px;
    }

    .uv-hide-mobile{
        display: none !important;
    }
    .uv-hide-desktop{
        display: block !important;
    }
   
    .uv-hide-desktop .slider{
        margin-top: 40px !important;
        padding-left: 20px;
        padding-right: 20px;
    }
 }

 @media only screen and (max-width: 980px){
    .page-id-19648 .uvright .uv-btn.uv-btn-s, .page-id-6557 .uvright .uv-btn.uv-btn-s{
        position: absolute;
        max-width: 130px;
        right: 0px;
        bottom: 0px;
    }
    .page-id-19648 .uvright, .page-id-6557 .uvright{
        position: relative;
    }
 }

 @media only screen and (max-width: 767px) {
    .f1-carousels .spc-event-title {
        font-size: 24px;
        line-height: 1.5;
    }
       
    .f1-carousels .spc-event-button {
        width: unset;
        
        padding-top: 15px;
        padding-bottom: 15px;
      
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 0px;
        font-size: 14px;
    }
    .f1-carousels .venuetitlec-description {
        max-height: 65px;
        min-height: 65px;
    }
    .f1-carousels .button-prev:after {
        
        left: 22px;
       
    }
    .f1-carousels .button-prev, .f1-carousels .button-next {
       
        width: 100px;
    }

    .f1-carousels .button-next:after {
        
        right: 20px;
    }
    .f1-carousels .activation-overlay-info {
      
        padding: 20px 20px;
    }
    .f1-carousels .activationc-title {
        font-size: 20px;
    }
    .f1-carousels .activationc-description {
        font-size: 18px;
    }
    .f1-carousels .activationc-time {
        font-size: 12px;
    }
    .f1-carousels .venuetitlec-description {
        font-size: 14px;
        line-height: 1.6;
    }
    .f1-carousels .venuetitlec-title {
        font-size: 28px;
    }
    body .title-toppading {
       
        font-size: 35px;
     
        line-height: 1.2;
        padding-left: 20px;
        padding-right: 20px;
    }
    .uv-hide-desktop .uv-btn-s,  .rsw-button-primary a{
        width: 100%;
    }
    .rsw-button-primary{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .col-2-uv-content-wrapper {
        padding: 40px 20px;
        width: 100%;
    }
    .fix-package-h2 {
        padding: 0px 20px;
        font-size: 35px;
    }
    .uv-two-section .uv-btn-s, .f1-refresh-map .uv-btn-p {
        width: 100%;
    }
    body .race-text-fix {
        
        font-size: 30px !important;
        padding-left: 20px;
        padding-right: 20px;
    }
 }

 @media only screen and (max-width: 565px) {
    .uw-fin-listv2 .uv-section-inner &gt; div {
        width: calc(100% - 0px);
        margin-bottom: 32px;
    }
    .f1-title-page.fix-h1-f1 {
        font-size: 28px !important;
        margin-bottom: 50px;
    }
    #f1rooms.uv-section {
        padding-top: 0px !important;
        padding-bottom: 34px;
    }
    .f1-carousels .venuetitlec-buttongroup .uv-venue-reservation-button{
        padding: 10px 15px;
    }
    .f1-carousels .button-prev,
    .f1-carousels .button-next{
        display: none;
    }
 }
  /*
  .f1-carousels .swiper-container:before{
    content: " ";
    position: absolute;
    height: 100%;
    width: 200px;
    background-color: #ffffff;
    z-index: 1;

    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0.7161239495798319) 16%, rgba(255,255,255,0) 100%);
    left: 0px;
    top: 0px;
  }
  .f1-carousels .swiper-container:after{
    content: " ";
    position: absolute;
    height: 100%;
    width: 200px;
    background-color: #ffffff;
    z-index: 1;

    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 16%, rgba(255,255,255,0.7161239495798319) 100%);
    right: 0px;
    top: 0px;
  }
  */

  body .wedding-form .uvinputcol3, body .wedding-form .phone-container{
    width: 50%;
    position: relative;
    clear: none !important;
  }

  body .wedding-form .nf-error-wrap{
    position: absolute;
    bottom: -15px;
  }

  body .wedding-form .nf-field-container:not(.textarea-container) {
    width: 50%;
    position: relative;
    clear: none !important;
    max-height: 74px;
}


body .wedding-form .submit-container{
    width: 100% !important;
}

body .wedding-form  .textarea-container{
    width: 100%;

}

body .wedding-form .uvinputcol3.listselect-container{
    max-height: 74px !important;
}


body .wedding-form select{
    appearance: none;
    background-image: url(../svg/arrow-down-icon.svg);
    background-repeat: no-repeat;
    background-size: 13px 100%;
    background-position: calc(100% - 10px);

    min-height: 42.5px;
}

body .wedding-form input[type="submit"] {
    display: inline-block;
    position: relative;
    background-color: rgba(0,0,0,0);
    max-width: 100%;
    color: #ca1526;
    font-size: 16px;
    padding: 0.86em 3.6em;
    padding-bottom: 0.89em;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #CA1426;
    border-radius: 0;
    transition: all .35s ease-in-out !important;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

body .wedding-form input[type="submit"]:hover {

    background-color: #ca1526;

    color: #ffffff;
  
}
body .wedding-form input[type="email"]:focus, body .wedding-form input[type="tel"]:focus, body .wedding-form input[type="text"]:focus, body .wedding-form select{
    border: 1px solid #9f9f9f !important;
}
body .wedding-form .nf-field-element{
    position: relative;
    padding: 1px;
    overflow: hidden;
}
body .wedding-form .textarea-container .nf-field-element  {
   padding-bottom: 0px !important;
}
body .wedding-form .nf-field-element::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all .50s ease-in-out;
    width: 100%;
    height: 0px;
    background-color: #000;
    transform: translate(-50%,-50%) rotate(45deg);
    z-index: -1;
}

body .wedding-form .submit-container .nf-field-element::after{
    display: none;
}



body .wedding-form .nf-field-element:focus-within::after  {
    width: 104%;
    height: 345px;
}
body .wedding-form .textarea-container .nf-field-element:focus-within::after  {
    width: 104%;
    height: 800px;
}

@media only screen and (max-width: 767px) {
    body .wedding-form .uvinputcol3, body .wedding-form .phone-container{
        width: 100%;
       
      }

      body .wedding-form .nf-field-element:focus-within::after {
        width: 104%;
        height: 558px;
    }
   
    
      body .wedding-form .nf-field-container {
        width: 100%;
  
    }
}

.hide-overlay .activation-overlay-info{
    display: none;
}



/*pet page*/


.uv-heading-section{

}

.uv-heading-section .uv-section-inner{
    max-width: 1020px;
    margin: auto;
    padding: 60px 20px 60px 20px;
}

.uv-heading-section .uv-heading-content{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
    max-width: 1008px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 30px;
}

.uv-heading-section .rsw-uv-main-button a{
    display: inline-block;
    position: relative;
    background-color: #CA1426;
    max-width: 100%;
    color: #FFF;
    font-size: 16px;
    padding: 0.86em 3.6em;
    padding-bottom: 0.89em;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #CA1426;
    border-radius: 0;
    transition: all .35s;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.uv-heading-section .rsw-uv-main-button a:hover{
  
    background-color: rgba(0,0,0,0);

    color: #CA1426;
    
    border: 2px solid #CA1426;
  
}
.uv-pet-our-philosophy{
    background: #FBFBFB;

}

.uv-pet-our-philosophy .uv-section-inner{
    padding: 60px 20px 60px 20px;
}

.uv-pet-our-philosophy .uv-pet-our-philosophy-cols{
    max-width: 639px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

.uv-pet-our-philosophy .uv-pet-our-philosophy-cols .wp-block-heading {
  
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.01em;
    text-align: center;
    padding-top: 15px;
    
}

.uv-pet-our-philosophy .uv-pet-our-philosophy-content{
   
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
    max-width: 1013px;
    text-align: center;
    margin: auto;
    
}
.uv-pet-guidelines{
    background: #F4F4F4;
}

.uv-pet-guidelines .uv-section-inner{
    padding: 60px 20px 90px 20px;
}

.uv-pet-guidelines .uv-pet-guidelines-list{
    margin-top: 50px;
    margin-bottom: 0px;
}


.uv-pet-guidelines .uv-pet-guidelines-list li{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0px;
}

.uv-pet-page-section .uv-pet-title{

font-size: 42px;
font-weight: 300;
line-height: 1.3;
letter-spacing: 2px;
text-align: center;

}

.uv-pet-relief .uv-two-section{
    max-width: 1320px;
}



.uv-pet-relief .uv-col-2.uv-content-section{
    align-items: flex-start;
    width: calc(100% - 370px);
}

.uv-pet-relief.dog-ocupation .uv-col-2.uv-content-section{
    align-items: flex-end;
    width: calc(100% - 370px);
}

.uv-pet-relief .uv-col-2.uv-img-section{
    width: 370px;
    position: relative;
}


.uv-pet-relief .uv-col-2.uv-img-section img{
    position: absolute;
    max-width: 100%;
    height: auto;
    top: -65px;
    left: 0px;
}


.uv-pet-relief.dog-ocupation .uv-col-2.uv-img-section img{
   
    top: -45px;
    
}

.uv-pet-relief .uv-col-2.uv-content-section .col-2-uv-content-wrapper {
    max-width: 715px;
    padding: 80px 20px;

}

.uv-pet-relief{
    background: #015A00;
}
.uv-pet-relief .uv-content-section h2, .uv-pet-relief  .section-description{
    color: #ffffff;
}

 .uv-pet-relief  .section-description p{
    margin-bottom: 0px;
}

.uv-pet-relief.dog-ocupation{
    background: #E6C082;
}
.uv-pet-relief.dog-ocupation .uv-content-section h2, .uv-pet-relief.dog-ocupation  .section-description{
    color: #000000;
}

.uv-pet-relief .uv-content-section h2{
 
font-size: 42px;
font-weight: 300;
line-height: 1.3;
letter-spacing: 2px;


}

.uv-pet-relief .uv-two-section:not(.uv-swap-colums) .col-2.uv-content-section {
    align-items: flex-end;
}


.petfqas .uv-section-inner{
    padding: 90px 20px 30px 20px;
}

.petfqas .rwfaq .question {
    display: block;
    position: relative;
    color: #333;
    padding: 14px 58px 10px 11px;
    width: 100%;
    text-align: left;
    background-color: rgba(0,0,0,0);
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 2px;
    font-size: 30px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 300;
}



.petfqas  .rwfaq.open .question:after {
    transform: rotate(90deg) !important;
}
.petfqas .rwfaq .question:after {
 
 
    font-family: "uvfonticons";
    font-size: 105%;
    content: '\e819';
    border: 0px solid #333;
}

.uv-pet-page-section .wp-block-heading{

}
.petfqas .answer-inner p{

font-size: 18px;
font-weight: 400;
line-height: 1.4;
letter-spacing: 0px;


}


@media only screen and (max-width: 1079px) {
    .uv-pet-page-section .uv-pet-title {
        font-size: 35px;
    } 
    body .uv-pet-page-section .uv-section-inner {
        width: 100% !important;
    }

    .uv-pet-our-philosophy .uv-pet-our-philosophy-cols {
        gap: 10px;
    }

    .uv-pet-relief .uv-col-2.uv-content-section {
        align-items: center !important;
    }

    .uv-pet-our-philosophy .uv-pet-our-philosophy-cols .wp-block-column{
        width: calc(33.333% - 10px);
    flex-basis: unset !important;
    }

    .uv-pet-our-philosophy .uv-pet-our-philosophy-cols .wp-block-heading {
        font-size: 14px;
        
        padding-top: 5px;
    }

    .uv-pet-relief .uv-col-2.uv-content-section .col-2-uv-content-wrapper {
       
        padding: 0px 20px 80px 20px;
        width: 100%;
    }

    .uv-pet-relief .uv-col-2.uv-img-section {
        width: 100%;
        position: relative;
        text-align: center;
    }
    .uv-pet-relief .uv-col-2.uv-content-section {
        align-items: flex-start;
        width: 100% !important;
    }
    .uv-pet-relief .uv-col-2.uv-img-section img {
        position: relative;
        max-width: 200px;
    }    
    .uv-pet-relief .uv-content-section h2 {
        font-size: 35px;
       
        text-align: center;
    }

    .uv-pet-relief .section-description p {
       
        text-align: center;
    }

    .uv-pet-relief .uv-content-section h2 {
       
        margin-top: -20px;
    }

    .petfqas .rwfaq .question {
        
        font-size: 18px;
       
    }
    
}

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