.cc-grower{
    display: none;
    overflow: hidden;
    z-index:999999999;
    max-width: 718px;
    border-radius: 8px;
    top:50%;
    left: 50%;
    position: fixed;
    height:auto;
    overflow:hidden;
    transform: translate(-50%,-50%);
    width: calc(100% - 16px);
    max-height: calc(100% - 16px);
    background-color: #eff0f1;
   -wekbit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    padding:10px;
}

.cc-grower label {
   cursor: pointer;
}

.cc-grower .cookietitle {
   font-size:28px;
   padding: 0 0 10px 0;
}

.cc-window {
   padding-top: 25px;
   font-size:14px;
   padding-bottom: 35px;
   opacity: 1;
   transition: opacity 1s ease;
}

.cc-window .cc-link {
   font-weight: bold;
   padding: 5px 15px 8px 15px;
   margin: 0px 15px;
}

.cc-window .form-group{
   margin-bottom: 5px;
}

.cc-window .form-group {
   display:block;
   float:left;
   margin: 0 15px 0 0;
}

.cc-window.cc-invisible {
   opacity: 0
}

.cc-animate.cc-revoke {
   display: none;
   visibility: hidden;
}

.cc-close:focus,
.cc-close:hover {
   opacity: 1
}

.cc-popover{
   z-index: 99999;
   max-width: 450px;
   border-radius: 0;
}

@media print {
   .cc-revoke,
   .cc-window {
       display: none
   }
}

@media screen and (max-width:900px) {
   .cc-btn {
       white-space: normal
   }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
   .cc-window.cc-top {
       top: 0
   }

   .cc-window.cc-bottom {
       bottom: 0
   }

   .cc-window.cc-banner,
   .cc-window.cc-left,
   .cc-window.cc-right {
       left: 0;
       right: 0
   }

   .cc-window.cc-banner {
       -ms-flex-direction: column;
       flex-direction: column
   }

   .cc-window.cc-banner .cc-compliance {
       -ms-flex: 1;
       flex: 1
   }

   .cc-window.cc-floating {
       max-width: none
   }

   .cc-window .cc-message {
       margin-bottom: 1em
   }

   .cc-window.cc-banner {
       -ms-flex-align: unset;
       align-items: unset
   }
}

.tww_popup__image {
   height: 80% !important;
}


