@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Raleway:wght@300&family=Roboto:wght@300&display=swap');

.lgpd-css-reset, .lgpd-css-reset button, .lgpd-css-reset  *, .lgpd-css-reset div, .lgpd-css-reset span, .lgpd-css-reset h1, .lgpd-css-reset h2, .lgpd-css-reset h3, .lgpd-css-reset h4, .lgpd-css-reset h5, .lgpd-css-reset h6, .lgpd-css-reset p, .lgpd-css-reset a{ 
    margin: 0;
    border: 0 !important;
    vertical-align: baseline !important;
    font-family: 'Roboto' !important;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: normal;
    text-align: left;
    line-height: normal;
    white-space: normal;
    text-transform: none;
    background-color: transparent;
    padding: 0px;
    background: transparent;
}

.lgpd-css-reset::after, .lgpd-css-reset button::after, .lgpd-css-reset  *::after, .lgpd-css-reset div::after, .lgpd-css-reset span::after, .lgpd-css-reset h1::after, .lgpd-css-reset h2::after, .lgpd-css-reset h3::after, .lgpd-css-reset h4::after, .lgpd-css-reset h5::after, .lgpd-css-reset h6::after, .lgpd-css-reset p::after, .lgpd-css-reset a::after{
  content: none;
}

.lgpd-css-reset::before, .lgpd-css-reset button::before, .lgpd-css-reset  *::before, .lgpd-css-reset div::before, .lgpd-css-reset span::before, .lgpd-css-reset h1::before, .lgpd-css-reset h2::before, .lgpd-css-reset h3::before, .lgpd-css-reset h4::before, .lgpd-css-reset h5::before, .lgpd-css-reset h6::before, .lgpd-css-reset p::before, .lgpd-css-reset a::before{
  content: none;
}

.lgpd-css-reset a{
  cursor: pointer;
  text-decoration: none;
}

.lgpd-css-reset article, .lgpd-css-reset aside, .lgpd-css-reset details, .lgpd-css-reset figcaption, .lgpd-css-reset figure, .lgpd-css-reset
footer, .lgpd-css-reset header, .lgpd-css-reset hgroup, .lgpd-css-reset menu, .lgpd-css-reset nav, .lgpd-css-reset section {
  display: block;
}
.lgpd-css-reset body {
  line-height: 1;
}
.lgpd-css-reset ol, .lgpd-css-reset ul {
  list-style: none;
}
.lgpd-css-reset blockquote, .lgpd-css-reset q {
  quotes: none;
}
.lgpd-css-reset blockquote:before, .lgpd-css-reset blockquote:after,
.lgpd-css-reset q:before, .lgpd-css-reset q:after {
  content: '';
  content: none;
}
.lgpd-css-reset table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* The Modal (background) */
.lgpd-modal {
  display: none; 
  position: fixed; 
  z-index: 9999; 
  padding-top: 5vh;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
  color: #000;
}

div.cal-center{
  background-color: inherit;
  height: inherit;
  text-align: left;
}
.ccm-banner-buttons{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#btn-cookie-accept{
  background-color: #f15a23 !important;
  width: 128px;
  height: 42px;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#btn-cookie-option{
  background-color: #fff;
  border: 2px solid #337686 !important;
  width: 128px;
  height: 42px;
  border-radius: 3px;
  color: #337686;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#lgpd-ccm-container.TOP{
  right: 2px;
  top: 5px;
}

#lgpd-ccm-container.BOTTOM{
  right: 2px;
  bottom: 5px;
}

#lgpd-ccm-container.RIGHT{
  right: 2px;
  bottom: 5px;
  max-width: 100% !important;
  margin-left: 14%;
  margin-right: 14%;
}

#lgpd-ccm-container.LEFT{
  left: 5px;
  bottom: 5px;
  max-width: 569px;  
}

#lgpd-ccm-container.LEFT #ccm-powered{
  text-align: left;
}

#lgpdcookieAlert .lgpd-modal-content div button{
  margin: 5px;
}

#lgpdcookieAlert .ccm-cookie-icon{
  display: flex;
  align-items: center;
  font-weight: bolder;
  margin-bottom: 0.5em;
}

#lgpdcookieAlert .ccm-cookie-icon div{
  font-weight: bolder;
}

#lgpdcookieAlert .ccm-cookie-icon-mobile{
  display: none;
}

#lgpdcookieAlert .ccm-cookie-icon-mobile strong{
  font-weight: bold;
}

#lgpdcookieAlert {
  background-color: #fff;
  width: 100%;
  min-height: 7em;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 960px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  opacity: 1;
  color: #000;
  border-radius: 5px;
  padding: 10px;
}

#lgpdcookieAlert .more-details a{
  cursor: pointer;
  font-weight: bold;
  color: #337686;
}

#lgpd-ccm-container{
  position: fixed;
  z-index:999999999997 !important;
}

#ccm-powered{
  text-align: right;
  padding-right: 5px;
  font-size: 10px;

}

.lgpd-modal .ccm-settings-container{
  display: flex;
  flex-direction: column;
  max-width: 460px;
  min-width: 300px;
  height: 420px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 9999999999;
  background-color: #fff;
  box-sizing: border-box;
  justify-content: space-between;
}

.lgpd-modal .ccm-settings-container > div:first-child{
  padding: 20px;
}

.lgpd-modal .ccm-settings-container.LEFT{
  left:50px;
  right: auto;
}

.lgpd-modal .ccm-settings-container .ccm-settings-body{
  display: flex;
  flex-direction: row;
  flex-grow: 1;
}
.lgpd-modal .ccm-settings-container .ccm-settings-buttons{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  padding: 10px;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
}

.ccm-settings-buttons .policy-link-button{
  width: 100%;
  text-align: left;
  margin-right: 15px;
}

.ccm-settings-container .ccm-settings-body > div{
  width: 100%;
  box-sizing: border-box;
}

.ccm-settings-buttons button{
  margin-left: 12px
  text-align: center;
  min-width: 80px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  height: 40px;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;  
}

#ccm-settings-accept{
  background: #225ED8;
  border-radius: 4px;
  cursor: pointer;
  align-items: center;
  text-align: center;
  height: 40px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
}

#ccm-settings-back{
  background: #fff;
  border: solid 2px #225ED8 !important;
  color: #225ED8;    
  margin-right: 10px;
}

#ccm-settings-control{
  overflow: auto;
  max-height: 270px;
  padding: 10px 20px;
  
}

.lgpd-modal .ccm-settings-container .ccm-settings-title{
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 4px 4px 0px 0px;
  color: #000;
  font-size: 16px !important;
  line-height: 150% !important;
}

.lgpd-modal .ccm-settings-container > div:not(:last-child){
  margin-bottom: 10px;
}

.lgpd-modal .ccm-settings-container .ccm-settings-title svg{
  margin-right: 10px;
}

.lgpd-modal .ccm-subtitle{
  background-color: #fff;
}

#ccm-settings-icon-back{
  margin-right: 26px;
}

.lgpd-modal .ccm-settings-container .ccm-settings-menu{
  background-color: #F5F5F5;
  color: #3576ED;
  width: 34%;
}
.lgpd-modal .ccm-settings-container .ccm-settings-menu ul{
  list-style: none;
  padding: 10px 10px 10px 0px;
  margin: 5px;
}
.lgpd-modal .ccm-settings-container .ccm-settings-menu ul li{
  display: flex;
  height: 73px;
  box-sizing: border-box;     
  align-items: center;
  cursor: pointer;
  margin: 0px;
}
.lgpd-modal .ccm-settings-container .ccm-settings-menu ul li:hover{
  background-color: #F0F0F0;
}
.lgpd-modal .ccm-settings-container .ccm-settings-menu ul li svg{
  margin-right: 10px;       
}

.lgpd-modal .ccm-settings-container .ccm-settings-title.mobile{
  display: none;
}

#ccm-settings-back-link{
  display: none;
}

#cookieSvg{
  margin-right: 7px;
}

#more-details-link a{
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
}

#ccm-controller{
  height: 38px;
  width: 38px;
  background-color: #225ED8;
  border: none;
  border-radius: 50px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px
}

#ccm-controller.LEFT{
  left: 10px;
  right: auto;
}

.ccm-tag-category > div{
  border-bottom: 1px solid #EDF1F7 !important;
}

.ccm-tag-category .title{
  cursor: pointer;
  height: 47px;
  display: flex !important;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.ccm-tag-category .title span{
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  display: inline-flex;
  align-items: center;
}

.title span svg{
  margin-right: 5px;
}

.ccm-tag-category div.tags-description{
  display: none;
  padding-left: 20px;
  padding-top: 10px;
}

.ccm-tag-category div.tags-description li{
  display: flex;
}

.ccm-tag-category div.tags-description li div:first-child{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
  max-width: 300px;
  margin-right: 20px;
}

div.lgpd-modal .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 30px;
}

div.lgpd-modal .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

div.lgpd-modal .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 24px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

div.lgpd-modal .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

div.lgpd-modal input:checked + .slider {
  background-color: #2196F3;
}

div.lgpd-modal input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

div.lgpd-modal input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
div.lgpd-modal .slider.round {
  border-radius: 34px;
}

div.lgpd-modal .slider.round:before {
  border-radius: 50%;
}



.ccm-tag-category .title svg:nth-child(2) {
  display: none;
}

.ccm-tag-category .title.show svg:nth-child(2) {
  display: inline;
}

.ccm-tag-category .title.show svg:first-child {
  display: none;
}

.ccm-tag-category .title.show + div.tags-description{
  display: block;
}



@media(max-width:850px){
  .lgpd-modal .ccm-settings-container .ccm-settings-menu ul li svg{
    display: none;     
  }
  #lgpd-ccm-container.RIGHT{
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-device-width: 480px){
  #lgpd-ccm-container.RIGHT{
    margin-left: 0;
    margin-right: 0;
  }

  #lgpdcookieAlert {
    display: flex;
    flex-direction: column;
  }

  #lgpdcookieAlert .ccm-cookie-icon{
    display: none;
  }

  #lgpdcookieAlert .ccm-cookie-icon-mobile{
    display: flex;
  }

  #lgpdcookieAlert .ccm-banner-buttons{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #lgpdcookieAlert .more-details{
    order: 1;
  }

  #lgpdcookieAlert .more-details a{
    text-decoration: none;
    font-weight: 900;
    line-height: 150%;
  }

  #lgpdcookieAlert div{
    margin-top:5px;

  }
  
  .lgpd-modal .ccm-settings-container .ccm-settings-menu{
    display: none;
  }

  
  #ccm-settings-back-link{
    display: block;
  }

  #ccm-settings-back{
    display: none;
  }

  #ccm-settings-accept{
    width: 100%;
    justify-content: center;
  }

  .lgpd-modal .ccm-settings-container .ccm-settings-content{
    width: 100%;
  }

  .lgpd-modal .ccm-settings-container{
    bottom: 50px;
    right: 20px;
    left: 20px;
    width: auto;
    height: auto;
    min-height: 50%;
    max-width: none;
    max-height: 90%;
  }