#gdpr_msg {
    color: #fff;
    font-size: 17px;
    line-height: 1.5em;
    padding: 0;
    position: fixed;
    width: 100%;
    max-width: 580px;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    letter-spacing: 0.01em;
}
#gdpr_msg .cypherbgwrap {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background: transparent;
}
#gdpr_msg .cypherbg {
    margin: 0 auto 0;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background: rgba(17,87,64,0.95);
}
#gdpr_msg .cypher {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    width: 120px;
    height: 120px;
    /* padding: 32px; */
    border-radius: 100%;
    background-image: url('wm_cypher_white.png');
    background-size: 56px;
    background-position: center;
    background-repeat: no-repeat;
}
#gdpr_msg .cypher img {
    display:block;
    margin:auto;
    width: 100%;
}
#gdpr_msg .therest{
    background: rgba(17,87,64,0.95);
    padding: 65px 25px 20px;
}
#gdpr_msg h1 {
    display: none;
}
#gdpr_msg a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#gdpr_msg a:hover,
#gdpr_msg a:focus {
    text-decoration: underline;
}
#gdpr_msg p {
    color: #fff !important;
    font-weight: normal;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}
#gdpr_msg button {
    display: block;
    margin: 0 auto;
    background: #183028;
    color: #fff !important;
    line-height: 1em;
    border: 0;
    margin-top: 32px;
    padding: 17px 100px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#gdpr_msg button:hover,
#gdpr_msg button:focus {
    cursor: pointer;
    background: #000;
}
#gdpr_msg button:focus {
   outline: 1px dotted #fff; 
}
#gtm_trigger {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 9999;
    width: 1px;
    height: 1px;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@media (min-width: 700px) {
    #gdpr_msg {
        font-size: 18px;
    }
    #gdpr_msg button {
        margin-top: 48px;
    }
    #gdpr_msg .therest{
        padding: 75px 95px 30px;
    }
}
