* {
  margin: 0;
  padding: 0;
  border: 0; }
  *:focus {
    outline: 0; }

.clearfix::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

img {
  border: 0; }

#wrapper {
  overflow: hidden; }
  #wrapper.intro-overlay {
    height: 100vh; }

#main-loader {
  background: #FFF;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 200; }

.animation-fade {
  opacity: 0; }

.animation-goUp {
  transform: translateY(30px);
  opacity: 0; }

.animation-fromLeft {
  transform: translateX(-30px);
  opacity: 0; }

.animation-fromRight {
  transform: translateX(30px);
  opacity: 0; }

#main-intro {
  background: #FFF;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1); }
  #main-intro.hidden {
    display: none; }
  #main-intro.hide {
    top: -100%; }

.main-intro-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 700px;
  max-width: 100%;
  padding: 0 30px;
  box-sizing: border-box; }
  .main-intro-inner img {
    display: block;
    margin: 0 auto 50px;
    max-width: 80%;
    height: auto; }
  .main-intro-inner p {
    font-family: "ingra", sans-serif;
    color: #3C3C3C;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 1.39px;
    text-align: center; }

.main-intro-scopri {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 40px;
  text-align: center;
  font-family: "ingra", sans-serif;
  color: #3C3C3C;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.89px;
  cursor: pointer;
  transform: translateX(-50%); }

@media screen and (max-width: 768px) {
  .main-intro-inner p {
    font-size: 18px;
    max-width: 80%;
    margin: 0 auto; } }
@media screen and (max-width: 480px) {
  .main-intro-inner p {
    font-size: 16px; } }
#main-header {
  height: 86px;
  border-bottom: 1px solid #979797;
  padding: 0 25px;
  position: fixed;
  bottom: -86px;
  left: 0px;
  width: 100vh;
  box-sizing: border-box;
  transform: rotate(-90deg);
  transform-origin: top left;
  background: #FFF;
  z-index: 90; }

.iconika-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  float: right;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }
  .iconika-logo img {
    display: block; }

#main-menu {
  float: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 100%;
  padding-right: 20px; }

.primary-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  list-style: none;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .primary-menu li {
    padding: 0 10px; }
    .primary-menu li.current-menu-item a {
      color: #323232; }
  .primary-menu a {
    font-family: "ingra", sans-serif;
    color: #AAAAAA;
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s; }
    .primary-menu a .red-dot {
      display: none; }
    .primary-menu a .icon {
      display: none; }
    .primary-menu a:visited {
      color: #AAAAAA; }
    .primary-menu a:hover {
      color: #323232; }

.siggi-logo {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 100; }

.mobile-bar,
.mobile-back-btn {
  display: none; }

@media screen and (max-height: 730px) {
  .iconika-logo img {
    height: 26px;
    width: auto; }

  .siggi-logo {
    width: 40px;
    height: 40px;
    left: 23px;
    bottom: 23px; }
    .siggi-logo img {
      width: 100%;
      height: auto; } }
@media screen and (max-width: 400px), (max-height: 700px) {
  .mobile-bar {
    display: block;
    height: 57px;
    border-top: 1px solid #979797;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #FFF;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 70; }

  .siggi-logo {
    display: none; }

  .mobile-title {
    text-align: center;
    font-family: "ingra", sans-serif;
    font-size: 16px;
    color: #3C3C3C;
    letter-spacing: 3px;
    line-height: 56px;
    text-transform: uppercase;
    padding-top: 11px;
    box-sizing: border-box; }
    .mobile-title img {
      display: block;
      margin: 0 auto; }

  #burger-btn {
    width: 30px;
    height: 14px;
    position: absolute;
    top: 21px;
    left: 20px;
    cursor: pointer; }
    #burger-btn span {
      display: block;
      width: 100%;
      height: 2px;
      border-radius: 2px;
      background: #E20714;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -1px; }
      #burger-btn span.line1 {
        top: 0;
        margin-top: 0; }
      #burger-btn span.line3 {
        top: auto;
        bottom: 0;
        margin-top: 0; }

  #main-header {
    transform: none;
    bottom: auto;
    top: 0;
    width: 134px;
    height: 100%;
    border-bottom: 0;
    padding: 0;
    left: -150px;
    box-shadow: 10px 0 16px rgba(0, 0, 0, 0.13);
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1); }
    #main-header.open {
      left: 0; }

  .iconika-logo {
    height: 55px;
    float: none; }
    .iconika-logo img {
      height: 25px; }

  .mobile-back-btn {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 57px;
    cursor: pointer; }
    .mobile-back-btn .text {
      display: block;
      padding: 0 25px;
      text-align: right;
      line-height: 58px;
      font-family: "ingra", sans-serif;
      font-size: 13px;
      color: #3C3C3C;
      text-transform: uppercase; }
    .mobile-back-btn .arrow {
      display: block;
      width: 33px;
      height: 16px;
      position: absolute;
      top: 20px;
      left: 25px; }
      .mobile-back-btn .arrow::after {
        content: " ";
        display: block;
        width: 100%;
        height: 2px;
        background: #E20714;
        border-radius: 2px;
        position: absolute;
        top: 50%;
        margin-top: -1px; }
      .mobile-back-btn .arrow::before {
        content: " ";
        display: block;
        width: 12px;
        height: 12px;
        border-left: 2px solid #E20714;
        border-bottom: 2px solid #E20714;
        position: absolute;
        top: 50%;
        left: 1px;
        box-sizing: border-box;
        transform: translateY(-50%) rotate(45deg); }

  #main-menu {
    height: calc( 100% - 55px - 57px );
    padding-right: 0;
    width: 100%; }

  .primary-menu {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100%; }
    .primary-menu li {
      height: 20%;
      padding: 0;
      border-bottom: 1px solid #E7E7E7; }
      .primary-menu li:last-child {
        border-bottom: 0; }
      .primary-menu li.current-menu-item a {
        background: #F8F8F8;
        color: #E20714; }
        .primary-menu li.current-menu-item a .red-dot {
          background: #E20714; }
        .primary-menu li.current-menu-item a .icon svg .icon-fill {
          fill: #E20714; }
        .primary-menu li.current-menu-item a .icon svg .icon-stroke {
          stroke: #E20714; }
    .primary-menu a {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: -o-flex;
      display: flex;
      height: 100%;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      letter-spacing: 0.5px;
      color: #333; }
      .primary-menu a:visited {
        color: #333; }
      .primary-menu a .red-dot {
        display: block;
        width: 30px;
        height: 30px;
        background: #E7E7E7;
        border-radius: 30px;
        margin: 0 auto 10px;
        transition: 0.2s; }
      .primary-menu a .icon {
        display: block;
        padding-bottom: 10px; }
        .primary-menu a .icon svg {
          display: block;
          margin: 0 auto;
          width: 42px;
          height: 37px; }
          .primary-menu a .icon svg .icon-fill,
          .primary-menu a .icon svg .icon-stroke {
            transition: 0.2s; }
          .primary-menu a .icon svg .icon-fill {
            fill: #333; }
          .primary-menu a .icon svg .icon-stroke {
            stroke: #333; }
      .primary-menu a .text {
        text-align: center; }
      .primary-menu a:hover {
        background: #F8F8F8;
        color: #E20714; }
        .primary-menu a:hover .red-dot {
          background: #E20714; }
        .primary-menu a:hover .icon svg .icon-fill {
          fill: #E20714; }
        .primary-menu a:hover .icon svg .icon-stroke {
          stroke: #E20714; } }
@media screen and (max-height: 500px) {
  .primary-menu a .icon {
    padding-bottom: 5px; }
    .primary-menu a .icon svg {
      width: 32px;
      height: 28px; } }
@media screen and (max-height: 400px) {
  .primary-menu a .icon {
    padding-bottom: 2px; }
    .primary-menu a .icon svg {
      width: 22px;
      height: 19px; } }
@media screen and (max-height: 350px) {
  .primary-menu a {
    font-size: 10px; } }
@media screen and (min-height: 760px) {
  #main-menu {
    position: absolute;
    width: 100%;
    padding-right: 192px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    padding-left: 93px; }

  .primary-menu {
    justify-content: center; } }
/*
 * Big screens
 */
@media screen and (min-width: 1800px) and (min-height: 900px) {
  #main-header {
    height: 111px;
    bottom: -111px;
    padding: 0 35px; }

  .iconika-logo img {
    height: 45px;
    width: auto; }

  .siggi-logo {
    width: 60px;
    height: 60px;
    left: 25px;
    bottom: 25px; }
    .siggi-logo img {
      width: 100%;
      height: auto; }

  #main-menu {
    padding-right: 260px;
    padding-left: 110px; }

  .primary-menu a {
    font-size: 14px; } }
@media screen and (min-width: 1800px) and (min-height: 1000px) {
  .primary-menu li {
    padding: 0 15px; }
  .primary-menu a {
    font-size: 16px; } }
@media screen and (min-width: 2300px) and (min-height: 1200px) {
  #main-header {
    height: 151px;
    bottom: -151px;
    padding: 0 45px; }

  .iconika-logo img {
    height: 60px; }

  .siggi-logo {
    width: 80px;
    height: 80px;
    left: 35px;
    bottom: 30px; }

  #main-menu {
    padding-right: 330px;
    padding-left: 145px; }

  .primary-menu a {
    font-size: 20px; } }
.left-visual {
  position: fixed;
  width: 59%;
  height: 100vh;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding-bottom: 6%;
  box-sizing: border-box; }

.left-visual-grey {
  position: absolute;
  top: 0;
  right: 0;
  width: 88%;
  height: 88%;
  background: #F1F1F1;
  z-index: 30;
  background-size: cover;
  background-position: center; }
  .left-visual-grey iframe {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.left-visual-black {
  position: absolute;
  top: 0;
  right: 0;
  width: 78%;
  height: 100%;
  background: #2C2C2C;
  z-index: 15; }

.left-visual-main {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 45; }

.main-content {
  padding-left: 87px;
  padding-right: 59%; }

.main-content-inner {
  padding: 70px 30px 70px 70px; }

.main-title {
  font-family: "ingra", sans-serif;
  font-size: 18px;
  color: #3C3C3C;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 100px; }
  .main-title h1 {
    display: inline;
    font-size: 18px;
    font-weight: 700; }

.main-entry {
  font-family: "ingra", sans-serif;
  color: #3C3C3C;
  font-size: 18px;
  line-height: 1.6; }
  .main-entry * {
    margin-bottom: 25px; }
    .main-entry *:last-child {
      margin-bottom: 0; }
  .main-entry img {
    display: block;
    max-width: 100%;
    height: auto; }
    .main-entry img.alignleft {
      float: left;
      margin-bottom: 0;
      padding: 15px 15px 15px 0; }
    .main-entry img.alignright {
      float: right;
      margin-bottom: 0;
      padding: 15px 0 15px 15px; }
    .main-entry img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .main-entry ul, .main-entry ol {
    padding-left: 20px; }
  .main-entry h1, .main-entry h2, .main-entry h3, .main-entry h4, .main-entry h5, .main-entry h6 {
    font-weight: 400;
    padding-top: 30px; }
    .main-entry h1:first-child, .main-entry h2:first-child, .main-entry h3:first-child, .main-entry h4:first-child, .main-entry h5:first-child, .main-entry h6:first-child {
      padding-top: 0; }
  .main-entry h1 {
    font-size: 1.66em; }
  .main-entry h2 {
    font-size: 1.44em; }
  .main-entry h3 {
    font-size: 1.22em; }
  .main-entry h4 {
    font-size: 1em; }
  .main-entry h5 {
    font-size: 0.83em; }
  .main-entry h6 {
    font-size: 0.72em; }
  .main-entry blockquote {
    padding-left: 30px;
    border-left: 2px solid rgba(0, 0, 0, 0.4);
    opacity: 0.6; }
  .main-entry a {
    color: #e20714;
    text-decoration: underline; }
    .main-entry a:visited {
      color: #e20714; }
    .main-entry a:hover {
      text-decoration: none; }
  .main-entry small {
    color: #ADADAD;
    font-size: 0.77em;
    display: block; }

@media screen and (min-width: 1025px) {
  .main-content.-vertical-aligned {
    min-height: 100vh; }
    .main-content.-vertical-aligned .main-content-inner {
      height: 100vh;
      box-sizing: border-box;
      position: relative; }
    .main-content.-vertical-aligned .main-entry {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 100%;
      padding: 0 30px 0 70px;
      box-sizing: border-box; } }
@media screen and (max-width: 1024px) {
  .page-template-default .left-visual-black,
  .page-template-template-contatti .left-visual-black {
    display: none; }
  .page-template-default .left-visual,
  .page-template-template-contatti .left-visual {
    position: relative;
    width: 100%;
    padding-left: 86px;
    height: 50vw;
    display: block;
    padding-bottom: 0; }
  .page-template-default .left-visual-grey,
  .page-template-template-contatti .left-visual-grey {
    width: 100%;
    height: 85%; }
  .page-template-default .left-visual-main,
  .page-template-template-contatti .left-visual-main {
    width: 90%;
    float: right; }
  .page-template-default .main-content,
  .page-template-template-contatti .main-content {
    padding-right: 0; }
  .page-template-default .main-content-inner,
  .page-template-template-contatti .main-content-inner {
    padding: 70px; }
  .page-template-default .main-title,
  .page-template-template-contatti .main-title {
    margin-bottom: 70px; } }
@media screen and (max-width: 500px) {
  .left-visual-main {
    width: 95% !important; }

  .main-content-inner {
    padding: 50px !important; }

  .main-title {
    margin-bottom: 50px !important; }

  .main-entry {
    font-size: 16px; } }
@media screen and (max-width: 400px), (max-height: 700px) {
  .main-content {
    padding-left: 0;
    padding-bottom: 57px; }

  .left-visual {
    padding-left: 0 !important; } }
/*
 * Big screens
 */
@media screen and (min-width: 1800px) and (min-height: 900px) {
  .main-content {
    padding-left: 111px;
    padding-right: 57%; }

  .left-visual {
    width: 57%; }

  .main-title {
    font-size: 24px; }
    .main-title h1 {
      font-size: 24px; }

  .main-entry {
    font-size: 24px; }
    .main-entry img.alignleft {
      padding: 15px 20px 15px 0; }
    .main-entry img.alignright {
      padding: 15px 0 15px 20px; } }
@media screen and (min-width: 2300px) and (min-height: 1200px) {
  .main-content {
    padding-left: 151px; }
    .main-content.-vertical-aligned .main-entry {
      padding: 0 40px 0 90px; }

  .main-title {
    font-size: 28px; }
    .main-title h1 {
      font-size: 28px; }

  .main-entry {
    font-size: 28px; }
    .main-entry img.alignleft {
      padding: 15px 25px 15px 0; }
    .main-entry img.alignright {
      padding: 15px 0 15px 25px; }

  .main-content-inner {
    padding: 90px 40px 90px 90px; } }
.symbols-list {
  list-style: none;
  padding-left: 0 !important; }
  .symbols-list img {
    float: left;
    margin-bottom: 0; }
  .symbols-list .text {
    padding-left: 90px; }
  .symbols-list h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0; }
  .symbols-list li {
    margin-bottom: 60px;
    cursor: pointer;
    transition: 0.2s; }

.symbols-visual-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.symbol-visual {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .symbol-visual img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }

@media screen and (min-width: 1025px) {
  .symbols-list li:hover {
    opacity: 0.5 !important; } }
@media screen and (max-width: 1023px) {
  .symbol-visual {
    width: calc( 100% - 86px );
    left: auto;
    right: 0; }
    .symbol-visual img {
      height: 80%;
      width: auto; }

  .page-template-template-simboli .left-visual-black {
    display: none; }
  .page-template-template-simboli .left-visual {
    position: relative;
    width: 100%;
    padding-left: 86px;
    height: 50vw;
    display: block;
    padding-bottom: 0; }
  .page-template-template-simboli .left-visual-grey {
    width: 100%;
    height: 85%; }
  .page-template-template-simboli .left-visual-main {
    width: 90%;
    float: right; }
  .page-template-template-simboli .main-content {
    padding-right: 0; }
  .page-template-template-simboli .main-content-inner {
    padding: 70px; }
  .page-template-template-simboli .main-title {
    margin-bottom: 70px; } }
@media screen and (max-width: 400px), (max-height: 700px) {
  .symbol-visual {
    width: 100%; } }
/*
 * Big screens
 */
@media screen and (min-width: 1800px) and (min-height: 900px) {
  .symbols-list h3 {
    font-size: 24px; }
  .symbols-list img {
    width: 70px; }
  .symbols-list .text {
    padding-left: 110px; } }
@media screen and (min-width: 2300px) and (min-height: 1200px) {
  .symbols-list h3 {
    font-size: 28px; }
  .symbols-list img {
    width: 90px; }
  .symbols-list .text {
    padding-left: 130px; } }
    .caldera-grid {
      display: none;
    }
form  {
  padding-top: 30px;
  max-width: 90%; }
  form  * {
    margin-bottom: 0; }
  form .wpforms-field {
    margin-bottom: 10px; }
  form .btn-default {
		border-color: #000;
		color: #000 !important;
		background: #F7F7F7 !important;
		text-transform: uppercase !important;
		width: 74px !important;
		height: 32px !important;
		border-radius: 0;
		transition: 0.2s;
    font-size: .8em !important;
    padding: 5px 15px !important;
  }
  form .btn-deafult:hover {
    border-color: #E20714 !important;
    background: #E20714 !important;
    color: #FFF !important;
	}
  form .row {
    margin: 0; }
  form .col-sm-12 {
    padding: 0; }
  form .caldera_ajax_error_block {
    font-size: 12px; }
  form input.wpforms-field-medium,
	form select.wpforms-field-medium,
	form .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
	}

@media screen and (max-width: 1024px) {
  form {
    max-width: 100%; }

  .page-template-template-contatti .left-visual-grey {
    width: calc( 100% - 86px ); } }
@media screen and (max-width: 400px) {
  .page-template-template-contatti .left-visual-grey {
    width: 400px; } }
/*
 * Big screens
 */
@media screen and (min-width: 1800px) and (min-height: 900px) {
  form input {
    height: 50px;
    font-size: 18px;
    padding: 10px 15px; }
  form .wpforms-field {
    margin-bottom: 15px; }
  form .btn-default {
    width: 95px;
    height: 42px;
    font-size: 18px; }
  form .caldera_ajax_error_block {
    font-size: 15px; } }
@media screen and (min-width: 2300px) and (min-height: 1200px) {
  form input {
    height: 65px;
    font-size: 24px;
    padding: 15px 20px; }
  form .wpforms-field {
    margin-bottom: 20px; }
  form .btn-default {
    width: 120px;
    height: 54px;
    font-size: 24px; }
  form .caldera_ajax_error_block {
    font-size: 18px; } }
/*******************
banner cookie
******************/
:root {
  --btn-bg: #3c3c3c;
  --btn-pad: 8px 33px;
  --font-title: 16px;
  --font-p: 12px;
}
#CybotCookiebotDialogHeader {
display: none !important;
}
.CybotCookiebotDialog button {
padding: var(--btn-pad) !important;
background: var(--btn-bg) !important;
border: none !important;
}
.CybotCookiebotDialogBodyButton {
padding: var(--btn-pad) !important;
}
#CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-color: var(--btn-bg) !important;
}

@media screen and (min-width: 1280px) {
  #CybotCookiebotDialog {
      left: 15% !important;
      top: 97% !important;
  }
  #CybotCookiebotDialog[data-template=overlay], #CybotCookiebotDialog[data-template=popup] {
      left: 55% !important;
      top: 67%!important;
      max-height: 60vh !important;
  }
  #CybotCookiebotDialog.CybotEdge {
      max-width: 25vw !important;
      min-width: 25vw !important;
      max-height: 50vh !important;
      padding: 16px !important;
  }
  #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
      flex-direction: column !important;
  }
  #CybotCookiebotDialog *, #CybotCookiebotDialogBodyUnderlay * {
      font-size: var(--font-p) !important;
  }
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent {
      margin-left: 0 !important;
  }
  #CybotCookiebotDialogBodyButtonsWrapper {
      flex-direction: column !important;
  }
  #CybotCookiebotDialog[data-template=overlay] #CybotCookiebotDialogBodyButtonsWrapper, #CybotCookiebotDialog[data-template=popup] #CybotCookiebotDialogBodyButtonsWrapper {
      flex-direction: row !important;
  }
  .CybotCookiebotDialogBodyButton {
      height: 100% !important;
  }
  .CybotCookiebotDialogBodyButton:focus {
      outline: none !important;
  }
  #CybotCookiebotDialogBodyContent {
      overflow: auto !important;
      padding: 0 !important;
  }
  .CybotCookiebotScrollContainer {
      overflow: auto !important;
  }
  .CybotCookiebotDialogBodyBottomWrapper {
      margin-top: 0 !important;
  }
  #CybotCookiebotDialogFooter {
      align-self: center !important;
      margin-top: 25px !important;
  }
  #CybotCookiebotDialog[data-template=overlay] #CybotCookiebotDialogFooter, #CybotCookiebotDialog[data-template=popup] #CybotCookiebotDialogFooter {
      margin-top: 15px !important;
  }
  .CybotCookiebotFader.active {
      opacity: 0 !important;
  }
  #CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogBodyBottomWrapper {
      margin-top: 0 !important;
  }
  #CybotCookiebotDialog[data-template=overlay] #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialog[data-template=popup] #CybotCookiebotDialogBodyButtonAccept {
      margin-top: 0 !important;
  }
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a::after {
      width: .463em !important;
      height: .463em !important;
      color: var(--btn-bg) !important;
      margin-left: 0.5em !important;
  }
  #CybotCookiebotDialog h2 {
      font-size: var(--font-title) !important;
      text-align: left !important;
  }
}
/*******************
fine banner cookie
/******************/

/*# sourceMappingURL=style.css.map */
