/***********************
RESET
************************/
html {
  scroll-behavior: smooth;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-size: 100%;
  line-height: 1;
  font-family: sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup {
  font-size: 85%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.25em;
}

sub {
  font-size: 85%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.2em;
}

figure {
  line-height: 0;
}

figure figcaption {
  line-height: 1;
}

* {
  box-sizing: border-box;
}

*:focus,
*:active {
  outline-color: transparent !important;
}

button:hover,
input[type=submit]:hover {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button,
input {
  transition: 200ms all ease-out;
}

a:hover,
a:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  outline: none;
}

button {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  background-color: transparent;
  border: none;
  outline: none;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a[href^="tel:"] {
  color: inherit !important;
  text-decoration: none !important;
  border: none !important;
  white-space: nowrap;
  font-weight: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
}

.invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.mod_article {
  overflow: hidden;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

:root {
  --windowHeight: 50vh;
}

a,
button,
submit {
  transition: 200ms all ease-out;
}

@media (max-width: 799px) {
  .padding-01 {
    padding: 15px 20px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .padding-01 {
    padding: 15px 45px;
  }
}
@media (min-width: 1200px) {
  .padding-01 {
    padding: 15px 70px;
  }
}

@media (max-width: 799px) {
  .padding-02 {
    padding: 20px;
  }
}
@media (min-width: 800px) {
  .padding-02 {
    padding: 42px;
  }
}
.padding-02 {
  /*
  	@media (min-width:$vp-min-lg) {
  		padding: 70px;
  	}
  */
}

@media (max-width: 799px) {
  .padding-03 {
    padding: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  .padding-03 {
    padding: 35px 45px;
  }
}
@media (min-width: 1200px) {
  .padding-03 {
    padding: 60px 70px;
  }
}

/* TYPOGRAPHY 


Montserrat Regular
font-family: montserrat, sans-serif;
font-weight: 400;
font-style: normal;

Montserrat Italic
font-family: montserrat, sans-serif;
font-weight: 400;
font-style: italic;

Montserrat SemiBold
font-family: montserrat, sans-serif;
font-weight: 600;
font-style: normal;

Montserrat SemiBold Italic
font-family: montserrat, sans-serif;
font-weight: 600;
font-style: italic;

Montserrat Bold
font-family: montserrat, sans-serif;
font-weight: 700;
font-style: normal;

Montserrat Bold Italic
font-family: montserrat, sans-serif;
font-weight: 700;
font-style: italic;


********************/
html {
  background-color: silver;
  color: black;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ccb-element-blocker {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ccb-element-blocker strong {
  font-weight: 600;
}
.ccb-element-blocker {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .ccb-element-blocker {
    font-size: calc(1rem + 0.8125vw);
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .ccb-element-blocker {
    font-size: calc(1rem + 0.8125vw);
  }
}
@media (min-width: 1600px) {
  .ccb-element-blocker {
    font-size: 1.8125rem;
  }
}
.ccb-element-blocker {
  color: inherit;
  text-align: center;
}

.ccb-element-blocker .cc-icon {
  position: relative;
  width: 220px;
  height: 110px;
  margin: 0 auto 8px;
}

.ccb-element-blocker .cc-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/bundles/contaocookiebar/images/default.png");
}

.ccb-element-blocker .cc-icon.vimeo:after {
  background-image: url("/bundles/contaocookiebar/images/vimeo.png");
}

.ccb-element-blocker .cc-icon.youtube:after {
  background-image: url("/bundles/contaocookiebar/images/youtube.png");
}

.ccb-element-blocker .cc-icon.googlemaps:after {
  background-image: url("/bundles/contaocookiebar/images/googlemaps.png");
}

.ccb-element-blocker .cc-title {
  font-weight: bold;
}

.ccb-element-blocker .cc-btn {
  display: inline-block;
  text-decoration: underline;
  font-weight: 700;
  text-decoration-thickness: 2px;
  padding: 7px 20px 5px 20px;
}

.ccb-element-blocker .cc-btn:hover,
.ccb-element-blocker .cc-btn:focus-visible {
  background-color: black;
  color: white;
}