@charset "utf-8";
/* Snackbar CSS */
.pt-snackbar {
    z-index: 102;
    margin: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
    visibility: hidden;
    
}
.pt-open {
  visibility: visible;
}
.pt-snackbar .pt-snackbar__surface {
    
    width: 60%;
    padding: 5px 15px;
    /* background-color: #fff; */
    opacity: 1;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
    border-radius: 0.25rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    background: url(/assets/MIC_Popup_Policy_1080x1080_V1.png) rgba(0, 0, 0, 0.3);
    width: 100%!important;
    /* height: 100vh; */
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 50px!important;
    margin-top: 0px!important;
    margin-bottom: 0!important;
    box-shadow: none;
}
.pt-snackbar__label {
    font-size: 27px;
    font-weight: 400;
    padding: 320px 35% 32% 36%;
    margin: auto;
    line-height: 24px;
    max-width: unset;
    text-align: center;
    color: #fff;
}
.pt-snackbar__actions {
    margin-left: 0;
    margin-right: 8px;
    display: -webkit-box;
    display: -moz-box;
  
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 31px;
}
.pt-snackbar__actions a,.pt-snackbar__actions button  {
    color: #21a2a5!important;
    font-weight: 400!important;
    height: 52px;
    max-height: 52px;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .pt-snackbar__actions a,.pt-snackbar__actions button  {
        padding: 8px;
        margin: 5px 21px;
    }
}
.pt-snackbar__actions a:hover {
    color: #fff!important;
    background-color:  #21a2a5!important;
    font-weight: 400!important;
}
 
.pt-snackbar__surface .text-2f9ee5 {
    color: #2f9ee5;
    text-decoration: none;
}
 
.pt-snackbar--open .pt-snackbar__surface {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
    -o-transition: opacity 0.15s 0ms cubic-bezier(0, 0, 0.2, 1), transform 0.15s 0ms cubic-bezier(0, 0, 0.2, 1);
    transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
    transition: opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms, -webkit-transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;
}
.pt-snackbar--close .pt-snackbar__surface {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1) 0ms;
    -o-transition: opacity 0.15s 0ms cubic-bezier(0.4, 0, 1, 1);
    transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1) 0ms;
}
.pt-snackbar--stacked .pt-snackbar__surface {
 
}
.pt-snackbar--stacked .pt-snackbar__actions {
 
    margin-bottom: 8px;
}
.pt-snackbar--stacked .pt-snackbar__actions.pt-action-policy {
    width: 100%;
    padding-left: 16px;
    justify-content: space-between;
}
.pt-snackbar--leading {
  
}
.pt-cookie-btn {
 
    color: #21a2a5;
    border-radius: 8px;
    font-size: 27px;
    /* background: linear-gradient(90deg, #0076a7 14%, #00adee 50%);
     */
     background-color: #fff;
     max-height: 52px;
     border: 0;
     box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%), 0 0 0 1px rgb(0 0 0 / 8%)!important;
     padding: 10px 50px;
}
.pt-btn {
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 20%), 0 0 0 1px rgb(0 0 0 / 8%);
    border-radius: 8px;
    padding: 11px 40px;
    background-color: #fff;
    max-height: 52px;
    color: #21a2a5;
    padding: 10px 50px;
}
@media screen and (max-width: 991px) {
  .pt-snackbar {
      zoom: 0.8;
    top: -187px;
    }
    .pt-snackbar .pt-snackbar__surface {
        width: 100%;
        margin-bottom: 100px;
        background-color: #fff;
    }
    
    .pt-snackbar__actions {
        margin-top: 105px;
    }
    #btn_except_policy {
margin-left: 1px!important;
        /* padding: 19px 33px!important;
        max-height: 68px;
        font-size: 25px;
        line-height: 20px;
        min-height: 68px;
        font-weight: 600; */
    }
    .pt-btn {
        padding: 10px 20px;
        margin-left: 0.5rem!important;
        margin-right: 13px;
        
    }
     
    .pt-snackbar .pt-snackbar__surface {
        background: url(/assets/MIC_Popup_Policy_540x960_V1.png) rgba(0, 0, 0, 0.3);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-position-y: 130px!important;
    }
    .pt-snackbar__label {
        font-size: 24px;
        font-weight: 400;
        padding: 1% 12%!important;
        margin: auto;
        line-height: 27px;
        max-width: unset;
        padding: 0;
        margin-top: 380px;
        color: #fff;
    }
}
@media screen and (max-width: 767px) {
}

@media screen and (min-width: 1366px) {
    .pt-snackbar.pt-open {
        zoom: 0.8;
        top: 0;
    }
    .pt-snackbar.pt-open .pt-snackbar__surface {
        height: 150vh;
    }
}
@media screen and (min-width: 1600px) {
    .pt-snackbar.pt-open {
        zoom: 1;
        top: 0;
    }
    .pt-snackbar.pt-open .pt-snackbar__surface {
        height: 120vh;
    }
}
@media screen and (min-width: 1920px) {
    .pt-snackbar.pt-open {
        zoom: 1.2;
        top: 0;
    }
    .pt-snackbar.pt-open .pt-snackbar__surface {
        height: 120vh;
    }
}