.centered {
    text-align: center;
}
.site-container p, .site-container p.copy {
	font-size: 20px;
}

.swiper-pagination-bullet {
  background: #fff; /* Change dot color */
  opacity: 0.5;
  transition: opacity 0.3s;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #e50138; /* Change active dot color */
}

.swiper-pagination {
		position: relative;	
		padding: 50px 0 0;
		text-align: left;
    bottom: unset !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    display: flex;
    align-items: center
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    width: 19px;
    height: auto;
    aspect-ratio: 1/1;
    margin: 0 4px !important;
    border-radius: 0;
    opacity: 1
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 25px;
    background-color: #e50138
}

.swiper-pagination.white .swiper-pagination-bullet-active {
    background-color: #fff
}

/* Package Table */


.packBlock {
    display: block;
    padding: 150px 0;
    background-color: #0a0050;
    color: #fff;
}

.packBlock .title {
    padding-bottom: 40px;
}

.packTable {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.packTable .col {
    flex: 1;
    width: 25%;
    text-align: center;
    border-right: 2px solid #0e6296;
    box-sizing: border-box;
}
.packTable .col:last-child {
    border-right: 0;
}
.packTable .col:nth-child(4) h2 {
    color: #d5bb78;
} 

.packTable .col h2 {
    font-size: 20px;
    box-sizing:border-box;
    text-align: center;
    text-transform: uppercase;
    padding: 20px 12px;
    border-bottom: 2px solid #0e6296;
    cursor: pointer;
}
.packTable .col .txt p {
    font-size: 13px!important;    
    line-height: 1.3;
}

.packTable .col p strong {
    font-size: 14px!important;   
    line-height: 1.2;
}
.packTable .col:last-child .box {
    border-right: 0;
}
.packTable .box {
    text-align: left;
    
    border-bottom: 2px solid #0e6296;
    padding: 12px;
    min-height: 90px;
}
.packTable .box p {
    padding-bottom: 7px;
    transition: unset;
    transform: none;
    line-height: 1.2;
}
.packTable .box:last-child {
    border-bottom: 0;
    text-align: center;
    height: auto;
    min-height: 0;
}
.packTable .box svg {
    font-size: 15px;
    line-height: 1.2;
    display: inline-block;
    letter-spacing: 0.15em;
    margin-right: 2px;
    color: #fff;
    
    width: 20px;
    height: 20px;
}
.packTable .box .btn {
    font-size: 15px;
    min-width: 0;
    text-align: center;
    display: inline-block;
}
.packBlock .btn.red-b {
    display: inline-block;
}
.btn.red-b .inner {
    background-color: #e50138;
}
.btn.red-b:hover .inner {
    background-color: #fff;
    color: #0a0050;
}
.packTable .box.hasTxt {
    background-color: #0d093c;
}

.packTable .box .sta {
    fill: #fff;
    srtoke: #fff;
    stroke-width: 0.4399;
    stroke-miterlimit: 10;
}

.packTable {
    
    border-radius: 0px;
    --grad:transparent 49.5%,#13c6de 50%;

    background: linear-gradient(to top left, var(--grad)) top left, linear-gradient(to bottom right, var(--grad)) bottom right, #0a0050;
    background-size: 17px 17px;
    background-repeat:no-repeat;
    background-origin:border-box;
    border: 2px solid #13c6de; /* 10px of the clip-path + 3px of border */
    /* CORNERS */
    -webkit-clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
    clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
}

.sty, .stb, .stsn {
    fill:none;
    stroke:#FFFFFF;
    stroke-width:0.5043;
    stroke-miterlimit:10;
}
.st0, .stac {
    fill:none;
    stroke:#FFFFFF;
    stroke-width:2;
    stroke-miterlimit:10;
}
.stz {
    fill:none;
    stroke:#F1F1F2;
    stroke-miterlimit:10;
}
.st0 {

}

@media (max-width: 804px) {
    .packBlock {
        padding: 60px 0;
    }
    .packTable {
        display: block;
        background-color: #0a0050;
        background: #0a0050;
        clip-path: none;
    }
    .packTable .box {
        border-left: 2px solid #0e6296;
        border-bottom: 2px solid #0e6296;
        border-right: 2px solid #0e6296!important;
        min-height: 0;
        background-color: transparent;
    }
    .packTable .box:last-child {        
        border-bottom: 2px solid #0e6296;

    }
    .packTable .col .boxes {
        display: none;
    }
    .packTable .col.show .boxes {
        display: block;
    }
    .packTable .col.show h2:after {
        transform: scale(-1, -1);
    }
    .packTable .col {        
        --grad: transparent 49.5%, #0a0050 50%;
        background: linear-gradient(to top left, var(--grad)) top left, linear-gradient(to bottom right, var(--grad)) bottom right, #0e6296;
        -webkit-clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
        clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%, 0 15px);
        
        width: auto;
        display: block;
        border: 0;
        margin-bottom: 20px;
    }
    .packTable .col h2 {
        position: relative;
        background-color: transparent;
        text-align: left;
        /*
        border-top: 2px solid #0e6296;
        border-left: 2px solid #0e6296;
        border-right: 2px solid #0e6296;
        border-bottom: 2px solid #0e6296;        
        */
        border: 0;
    }
    
    .packTable .col:nth-child(1) h2 {
        --grad: transparent 49.5%, #0e6296 50%;
        background: linear-gradient(to top left, var(--grad)) top left, linear-gradient(to bottom right, var(--grad)) bottom right, #0e6296;        
        color: #FFF ;
    }
    .packTable .col:nth-child(2) h2, .packTable .col:nth-child(3) h2 {
        --grad: transparent 49.5%, #13c6de 50%;
        background: linear-gradient(to top left, var(--grad)) top left, linear-gradient(to bottom right, var(--grad)) bottom right, #13c6de;        
        color: #fff;
    }
    .packTable .col:nth-child(4) h2 {
        --grad: transparent 49.5%, #aa9356 50%;
        background: linear-gradient(to top left, var(--grad)) top left, linear-gradient(to bottom right, var(--grad)) bottom right, #aa9356;        
        color: #000;
    }
    .packTable .col:nth-child(4) h2:after, .packTable .col:last-child h2:after {
        background-image: url("../assets/drop-black.svg");
    }
    .packTable .col:nth-child(5) h2 {
        --grad: transparent 49.5%, #d5bb78 50%;
        background: linear-gradient(to top left, var(--grad)) top left, linear-gradient(to bottom right, var(--grad)) bottom right, #d5bb78;        
        color: #000;
    }
    .packTable .col:last-child {
        --grad: transparent 49.5%, #000 50%;
        background: linear-gradient(to top left, var(--grad)) top left, linear-gradient(to bottom right, var(--grad)) bottom right, #000;  
    }
    .packTable .col:last-child h2 {
            
        color: #d5bb78;
    }    
    .packTable .col .box:last-child {
        --grad: transparent 49.5%, #0a0050 50%;
        background: linear-gradient(to top left, var(--grad)) top left, linear-gradient(to bottom right, var(--grad)) bottom right, #0a0050;    
        border:0!important;
    }
    .packTable .col h2 .inner {
        background-color: #0a0050;
    }
    .packTable .col:last-child h2:after {
        background-image: url("../assets/drop-gold.svg");
    }
    .packTable .col h2:after {
        content: "";
        width: 30px;
        height: 30px;
        background-image: url("../assets/drop.svg");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 16px;
        right: 10px;
        z-index: 20;
    }
    
    /*
    .packTable .col h2:before {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        top: -2px;
        left: -2px;
        z-index: 20;
        background-color: #0a0050;        
    }
    */
    .noTxt {
        display: none;
    }
    .packTable {
        border: 0;
        background-color: transparent;
        background: transparent;
    }
}

.gfield_error {
  input, select, textarea {
    background-color: #e98aa1!important;
    color: #000!important;
  }
}



.gform_wrapper form .gform-body .gform_fields .gfield_error .ginput_container:not(.ginput_container_consent) input,
.gform_wrapper form .gform-body .gform_fields .gfield_error .ginput_container:not(.ginput_container_consent) select,
.gform_wrapper form .gform-body .gform_fields .gfield_error .ginput_container:not(.ginput_container_consent) textarea {
    color: #000!important;
}


.copy p, .copy a, .copy li, .copy td {
    font-size: 20px!important;
}

.site-main .copy img {    
    border-radius: 0;    
    margin-top: 0;
}

@media screen and (min-width: 1440px) {
    h1,.h1,.gform_title {
        font-size:50px
    }
}

.site-header .mobile-menu .site-header__navigation--mobile ul {
    gap: 25px;
}

header .site-logo.hidden {
    opacity: 0;
}

.sideMenu {
    display: block;
    position: fixed;
    overflow-y: auto;
    padding: 50px 30px;
    box-sizing: border-box;
    bottom: 0; 
    right: 0;
    top: 0;
    background-color: #fff;
    transform: translateX(100%);
    transition: all 0.4s;
    z-index: 999999;
    width: 350px;
    box-shadow: -10px 0px 20px -15px rgba(0,0,0,0.1);
}

@media (max-width: 360px) {
    .sideMenu {
        padding: 50px 20px;
        width: 100%;
    }
}

.sideMenu h2 {
    font-size: 30px;
}

.sideMenu .close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.sideMenu.open {
    /* opacity: 1; */
    transform: translate(0);
}

.notify {
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.notify img {
    display: block;
    width: 28px;
    height: 30px;
    position: relative;
    z-index: 10;
}
.notify span {
    position: absolute;
    top: -20px;
    right: -14px;
    font-size: 12px;
    background-color: #e50138;
    width: 22px;
    height: 22px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    z-index: 20;
    border: 1px solid #FFF;
    box-sizing: border-box;
    font-weight: 600;
}
.sideMenu .items {
    padding: 30px 0;
    display: block;
}

.sideMenu .items a.item {
    display: flex;
    gap: 10px;
    transition: all .3s ease;
    margin-bottom: 10px;
}
.sideMenu .items a.item img {
    flex: 0 0 70px;
    width: 70px!important;
    height: 80px!important;
    object-fit: cover;
    background-repeat: no-repeat;
}
.sideMenu .items a .txt {
    flex: 1;
}
.sideMenu .items a h3 {
    
    font-size: 13px;
    line-height: 1.3 !important;
    font-family: copy, sans-serif!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px;
    font-weight: 700;
    transition: all .3s ease;
    padding: 5px 0 0 0;
}

.sideMenu .items a:hover h3 {
    color: #e50138;
}

.sideMenu .items a p {
    font-size: 14px;
    line-height: 1.1;
    font-weight: 400;
}

.offerterms {
    border-top: 1px solid #0a0050;
    padding-top: 40px;
}

.termsBlock {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(10, 0, 80, 0.2);
}

.termsBlock h2 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 20px!important;
}
.termsBlock h2 strong {
    font-weight: 700;
}

.termsBlock:last-child {
    border-bottom: 0;
}

p.venueName {
    font-weight: 700;
}
p.venueName strong {
    color: #e50138;
    text-transform: uppercase;
}

.custPagin {
    text-align: center;
    padding: 40px;
}

.custPagin > * {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 768px) {

    .site-header .btn .inner {
        padding: 8px 15px 5px;
        font-size: 19px;
    }

}

@media (max-width: 360px) {

    .site-header .hamburger .ham {
        width: 60px;
    }

    .site-header .btn .inner {        
        padding: 8px 10px 5px;
        font-size: 15px;
    }

    header .gap-27 {
        gap: 15px;
    }
}