.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:221,221,220;--color-primary-1:141,140,140;--color-primary-2:27,25,24;--color-primary-3:14,13,12;--color-primary-4:4,4,4;--color-secondary-0:221,221,220;--color-secondary-1:141,140,140;--color-secondary-2:27,25,24;--color-secondary-3:14,13,12;--color-secondary-4:4,4,4;--color-tertiary-0:254,254,254;--color-tertiary-1:252,251,250;--color-tertiary-2:248,246,245;--color-tertiary-3:124,123,123;--color-tertiary-4:37,37,37;--headlines-font-family:"Cormorant SC";--paragraphs-font-family:"Red Hat Text"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-2),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na > .row .container { border-width: 0; border-radius: 0; }#D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:none; }#ixzukF8FWaLwMqX3bl1SWc2eM3BFVD9N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.75rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#N8Aq4IMOWhKL6ebk9xylWKBrrHxCZNU7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#wHJgsEE5wrZZAbG16hPuTpVFhnS0MBPs { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.875rem;left:64.0625rem;display:block; }
#lDemxsT0RTvW3BnT0cVA0eGRDeKMzTtv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NbIXwCwsBRgp04vFnQrlofnZyX34Poa4 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:1.5625rem;left:50.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RbNJH1rDJGT3ob5CA088gxu2XEFSdvMD { box-sizing:content-box;height:51.875rem;width:0.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;top:23.875rem;left:7.03125rem;display:none; }
#SLev36Q6f6Rx6NseTTTrxv1HfB2yhLQo { color:rgba(var(--color-tertiary-2),1);display:block;width:5rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:1.5625rem;left:14.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qVRipXCNc3X6u072n2CehkxZCs1wvS4i { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:1.5375001430511rem;left:49.375000953674rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#XptqgcmFXQSTPAuul6xsAqBRi6O4umeO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(0,0,0,0));background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#XptqgcmFXQSTPAuul6xsAqBRi6O4umeO > .row .container { background-color: transparent; background-image: none; }#XptqgcmFXQSTPAuul6xsAqBRi6O4umeO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XptqgcmFXQSTPAuul6xsAqBRi6O4umeO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XptqgcmFXQSTPAuul6xsAqBRi6O4umeO > .row .container > .video-iframe-container { display: none; }#XptqgcmFXQSTPAuul6xsAqBRi6O4umeO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XptqgcmFXQSTPAuul6xsAqBRi6O4umeO > .row > .video-iframe-container { display: none; }#XptqgcmFXQSTPAuul6xsAqBRi6O4umeO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XptqgcmFXQSTPAuul6xsAqBRi6O4umeO > .row .container { border-width: 0; border-radius: 0; }#XptqgcmFXQSTPAuul6xsAqBRi6O4umeO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XptqgcmFXQSTPAuul6xsAqBRi6O4umeO > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#pD3MGgAekMfhEI8u8yED6unRfdKyxh1f { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.75rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#rhsX3NnI6Ao3Uh8WnOWWohiRyhtpPhC8 { background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.9375rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.875rem;left:64.0625rem;display:block; }
#edlGK9ozxPNU8zJMXMm0QrKNlUOAJckT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCURBwy0nwLUetgk9s8KMbPTmokXH48w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#mwv5II7XO0QltNSpXi573fBhHLpxoK2h { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:1.537109375rem;left:26.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oFG4ldx59eV1o9MpBEyTklVrLKgccUr7 { box-sizing:content-box;height:51.875rem;width:0.0625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),1);background-image:none;top:23.875rem;left:7.03125rem;display:none; }
#TdiSTzvvrJTHXZ74Brpo6t8H1stpLrmT { color:rgba(var(--color-tertiary-2),1);display:block;width:9.6875rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:1.537109375rem;left:14.4375rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NnZ3PdTEOh4TPRcX5PKzVM7S6o1VMRXy { color:rgba(var(--color-tertiary-2),1);display:block;width:7.9375rem;position:absolute;font-family:"red hat display";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:1.5375000238419rem;left:54.312500953674rem;height:1.3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c217f65-02ec-451f-9a72-1086d4293551/BryaRenata11122025_wersja_61.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg.adaptive-delivery-prevent-bg, #tlOFAcrPPetybTP7ezIplNJTBv9WeGhg.lazyload, #tlOFAcrPPetybTP7ezIplNJTBv9WeGhg.lazyloading { background-image: none; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row .container { background-color: transparent; background-image: none; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(27,25,24,0.74); }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row .container > .video-iframe-container { display: none; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(27,25,24,0.74); }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row > .video-iframe-container { display: none; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row .container { border-width: 0; border-radius: 0; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#cxLxJrZgpkTTfDhTcANM4V54cawbJqTT { color:rgba(var(--color-tertiary-2),1);display:block;width:35.9375rem;position:absolute;font-family:"red hat text";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:21.836719512939rem;left:9.374218940735rem;height:3.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sAm938hJspazBZx6u5zAL3gE37T2HGgB { color:rgba(var(--color-tertiary-2),1);display:block;width:52.25rem;position:absolute;font-family:"cormorant infant";font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.9375rem;left:9.374218940735rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vQ85Lo38IBazFhGJBzcOAE6VQVBOoTkk { color:rgba(var(--color-tertiary-2),1);display:block;width:49.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.8125rem;left:9.374218940735rem;height:2.51875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sn1pUxx8b9d5OiiC9roNoiLlF2iwdFAf { background-color:rgba(0,0,0,0.3);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 6.25rem rgba(35,29,24,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:28.5rem;left:9.374218940735rem;display:block; }
#G1UgReQFkKrn1Gp5XlKRdc573E31RHUK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JoRGCm430Iki4U8zCgFTPPBBtIy1tHXT { background-color:rgba(0,0,0,0.3);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 6.25rem rgba(35,29,24,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.025rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.549999237061rem;left:33.124218940735rem;display:block; }
#Kg7HNlofu22ukbLXRUbvp3LT8IhEZkte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1918;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v > .row .container { background-color: transparent; background-image: none; }#K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v > .row .container > .video-iframe-container { display: none; }#K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v > .row > .video-iframe-container { display: none; }#K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v > .row .container { border-width: 0; border-radius: 0; }#K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#c3IUGwQwPQPneLg3VAnFs1UG3LFi2Aus { color:rgba(var(--color-tertiary-2),1);display:block;width:62.0625rem;position:absolute;font-family:"cormorant infant";font-size:1.625rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:4.34375rem;left:6.467968940735rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Cv7qcb48F6hbXgyXMnEqAsWHzPEfqiXd { box-sizing:content-box;height:0.125rem;width:25rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.081250190735rem;left:25.000000953674rem;display:block; }
#OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1918;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM > .row .container { background-color: transparent; background-image: none; }#OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM > .row .container > .video-iframe-container { display: none; }#OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM > .row > .video-iframe-container { display: none; }#OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM > .row .container { border-width: 0; border-radius: 0; }#OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;position:relative;display:block; }#CkD9p0hM3FnrEZ0U1h0XtybmCkQk7T37 { color:rgba(var(--color-tertiary-2),1);display:block;width:30.625rem;position:absolute;font-family:"cormorant infant";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ca3NSJFz1MT4tkf2dkSTe4WSqh2ZzbpI { color:rgba(var(--color-tertiary-2),1);display:block;width:32.375rem;position:absolute;font-family:"cormorant infant";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:40.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gpkGucv4TLU9DTTTJqwlm5skDRuW3DQQ { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:5.125rem;left:0rem;height:8.997375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MSOV5GizHN42XDDA0ZmADvM3nlmPSwTF { color:rgba(var(--color-tertiary-2),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:5.125rem;left:40.625000953674rem;height:8.997375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Bz5E6nTCXuGaBx9sIQFvVeuJBL2CfTSE { box-sizing:content-box;height:19.25rem;width:34.375rem;position:absolute;display:block;z-index:15010;background-color:#9a907f;background-image:url("https://images.assets-landingi.com/uc/3ab6f85a-9f72-4240-9895-2318ccc85dff/ELTOP370.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.625000417232rem;left:0rem;display:none; }#Bz5E6nTCXuGaBx9sIQFvVeuJBL2CfTSE.adaptive-delivery-prevent-bg, #Bz5E6nTCXuGaBx9sIQFvVeuJBL2CfTSE.lazyload, #Bz5E6nTCXuGaBx9sIQFvVeuJBL2CfTSE.lazyloading { background-image: none; }
#ziOCnSI5AK2dHM4JrD6qV1XRoRcmlfpU { box-sizing:content-box;height:19.25rem;width:34.375rem;position:absolute;display:block;z-index:15011;background-color:#9a907f;background-image:url("https://images.assets-landingi.com/uc/1ed28347-a520-42c6-a4e4-71f48b1cfa4d/DSC05334HDR.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.625000417232rem;left:40.625000953674rem;display:block; }#ziOCnSI5AK2dHM4JrD6qV1XRoRcmlfpU.adaptive-delivery-prevent-bg, #ziOCnSI5AK2dHM4JrD6qV1XRoRcmlfpU.lazyload, #ziOCnSI5AK2dHM4JrD6qV1XRoRcmlfpU.lazyloading { background-image: none; }
#OyAcXQsimQnzhkIkRMk5ErypIxqTmb3G { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:19.25rem;width:34.25rem;top:16.624996185302rem;left:0rem;display:block; }
#hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1918;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi > .row .container { background-color: transparent; background-image: none; }#hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi > .row .container > .video-iframe-container { display: none; }#hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi > .row > .video-iframe-container { display: none; }#hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi > .row .container { border-width: 0; border-radius: 0; }#hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;position:relative;display:block; }#Nk87iNQIRzxmTBVuH2Tmr5oOcaokJCnA { color:rgba(var(--color-tertiary-2),1);display:block;width:64.1875rem;position:absolute;font-family:"cormorant infant";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:5.40625rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r0ex946zuzBowDQ07h3eNKZ1JBi4w0CN { color:rgba(var(--color-tertiary-2),1);display:block;width:30.9375rem;position:absolute;font-family:"red hat text";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:13.375rem;left:4.75rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EsxMJSw8tAyUl8zcnU1CsqCUilrZrrrP { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5625rem;position:absolute;font-family:"red hat text";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:15.8125rem;left:4.75rem;height:10.8489375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#EsxMJSw8tAyUl8zcnU1CsqCUilrZrrrP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EsxMJSw8tAyUl8zcnU1CsqCUilrZrrrP li:before{  }
#ExpHTduxQfVrbdUK7cWPHgDfCxsPZiW0 { color:rgba(var(--color-tertiary-2),1);display:block;width:27.625rem;position:absolute;font-family:"red hat text";font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:13.5rem;left:40.875rem;height:1.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a9TQNisSdoyfLFlR8SXUPuhmfJMSOd9R { color:rgba(var(--color-tertiary-2),1);display:block;width:27.875rem;position:absolute;font-family:"red hat text";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:15.8125rem;left:40.875rem;height:5.425rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#a9TQNisSdoyfLFlR8SXUPuhmfJMSOd9R li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#a9TQNisSdoyfLFlR8SXUPuhmfJMSOd9R li:before{  }
#wQZshhmU9Lk03SCWzQQUtTHCSaJgc8ag { color:rgba(var(--color-tertiary-2),1);display:block;width:29.1875rem;position:absolute;font-family:"red hat text";font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:21.9375rem;left:40.875rem;height:4.8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sk7LElF24tIdfdkGNX8ZuCv8EV3BfNo5 { box-sizing:content-box;height:16.875rem;width:33.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.5);top:11.5rem;left:2.875rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#vH9d3szS84v8b7CWoUJu81oh0xakVWgK { box-sizing:content-box;height:16.875rem;width:33.125rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-2),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-2),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),0.5);top:11.5rem;left:39.000000953674rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#S2TaWvmMkP3veR4I73adUkQhl7sM5rea { background-color:rgba(0,0,0,0.3);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 6.25rem rgba(35,29,24,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.775rem;height:3.025rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:31.600001335144rem;left:26.562500953674rem;display:block; }
#T1H9EE0OUdr3RIQKF5zmJLs04sROrEek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1918;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y > .row .container { background-color: transparent; background-image: none; }#kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y > .row .container > .video-iframe-container { display: none; }#kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y > .row > .video-iframe-container { display: none; }#kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y > .row .container { border-width: 0; border-radius: 0; }#kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y > .row .container { font-size:0.875rem;font-family:arial;height:59.1875rem;width:75rem;position:relative;display:block; }#x1iiDWnOs8rydpb7yBeD7Kc9oETm197q { color:rgba(var(--color-tertiary-2),1);display:block;width:64.1875rem;position:absolute;font-family:"cormorant infant";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:5.40625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pkOVSQIs77OLnoTqfqMiy3mdMBGdkcf7 { position:absolute;display:block;z-index:15004;height:41.125rem;width:75rem;top:17.324218273163rem;left:0rem;display:block; }
#hsatgbuB9NaqBvldZe7R7vaOGky5PwRJ { color:rgba(var(--color-tertiary-2),1);display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:7.625rem;left:14.874218940735rem;height:7.1979375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WG2wgo4CGMSbr4nRRvkx2eV31ptaJHPA { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1918;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row .container { background-color: transparent; background-image: none; }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row .container > .video-iframe-container { display: none; }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row > .video-iframe-container { display: none; }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row .container { border-width: 0; border-radius: 0; }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#mVy8QETFUW061wF2Dff8iE1qG9t0u6Ku { color:rgba(var(--color-tertiary-2),1);display:block;width:64.1875rem;position:absolute;font-family:"cormorant infant";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5rem;left:5.40625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1918;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row .container { background-color: transparent; background-image: none; }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row .container > .video-iframe-container { display: none; }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row > .video-iframe-container { display: none; }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row .container { border-width: 0; border-radius: 0; }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#eppkeM58O3wiMn8rbw1ucgMswNZhDTE6 { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15001;background-color:#9a907f;background-image:url("https://images.assets-landingi.com/uc/9a91c939-fc31-4e17-ae1f-a4f885a0ef58/IMG_2788.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:28.125000953674rem;display:block; }#eppkeM58O3wiMn8rbw1ucgMswNZhDTE6.adaptive-delivery-prevent-bg, #eppkeM58O3wiMn8rbw1ucgMswNZhDTE6.lazyload, #eppkeM58O3wiMn8rbw1ucgMswNZhDTE6.lazyloading { background-image: none; }
#NgwGyPirhu6zdzDFSwfXsnziiNnzHBGi { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:#9a907f;background-image:url("https://images.assets-landingi.com/uc/97ad24b1-93e4-4f83-b0f8-e795fb5cf437/ZRG00232.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:53.125000953674rem;display:block; }#NgwGyPirhu6zdzDFSwfXsnziiNnzHBGi.adaptive-delivery-prevent-bg, #NgwGyPirhu6zdzDFSwfXsnziiNnzHBGi.lazyload, #NgwGyPirhu6zdzDFSwfXsnziiNnzHBGi.lazyloading { background-image: none; }
#HxlPKaZKc1Bw09Lh6NpsXWEaSuQRlfqU { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.500000953674rem;left:3.125rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TyDwJEWNaAydSWGsaCbxvaDluBxfToMK { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:25.075000762939rem;left:3.125rem;height:12.798625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E4InLb7XuyyMcRafK3L6v7uR9dBMHGAx { box-sizing:content-box;height:18.75rem;width:18.75rem;position:absolute;display:block;z-index:15002;background-color:#9a907f;background-image:url("https://images.assets-landingi.com/uc/ec4f3dd3-8e90-4be8-83e9-a29bdf7ad301/noroot.crop_900x900_272,0");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:3.125rem;display:block; }#E4InLb7XuyyMcRafK3L6v7uR9dBMHGAx.adaptive-delivery-prevent-bg, #E4InLb7XuyyMcRafK3L6v7uR9dBMHGAx.lazyload, #E4InLb7XuyyMcRafK3L6v7uR9dBMHGAx.lazyloading { background-image: none; }
#d7u1GMesH9KGCdL1WAPOTQfmkOcUpvMf { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:22.500000476837rem;left:28.125000953674rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#enO5MgoV5T76zHQU47CUXXZ0hmFso6eG { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.500000476837rem;left:53.125000953674rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XGHtizsi8Nca4F0fgTQvp62Wi1hcDe5T { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:25.075000286103rem;left:28.125000953674rem;height:14.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HhVZaIA7mLqztSewocdQXhAdfUH1HkSq { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:25.075000286103rem;left:53.125000953674rem;height:12.798625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1918;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row .container { background-color: transparent; background-image: none; }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row .container > .video-iframe-container { display: none; }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row > .video-iframe-container { display: none; }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row .container { border-width: 0; border-radius: 0; }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#wIMqDPi6quHF5vuOk9xP7J6Inbf09m6F { color:rgba(var(--color-tertiary-2),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:2.5rem;left:20.280468940735rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kG7qtgaeWp22x2k9fyyRCkTlTmKocOd5 { background-color:rgba(0,0,0,0.3);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 6.25rem rgba(35,29,24,0.21) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.775rem;height:3.025rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:10.399217605591rem;left:26.562500953674rem;display:block; }
#UH9hM58UTxswvZ9FEnkclag7EQwTpSTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 { position:relative;display:none; }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 { border-width: 0; border-radius: 0; }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1b1918;background-image:url("https://images.assets-landingi.com/uc/1f2eab3d-9f14-4eb3-b5ff-e3ffbc274bef/Projektbeznazwy9.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT.adaptive-delivery-prevent-bg, #q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT.lazyload, #q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT.lazyloading { background-image: none; }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row .container { background-color: transparent; background-image: none; }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row .container > .video-iframe-container { display: none; }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row > .video-iframe-container { display: none; }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row .container { border-width: 0; border-radius: 0; }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#dOM12qbBXwSUZyeoUEmwqazEWs4FRafd { color:rgba(var(--color-tertiary-2),1);display:block;width:37.125rem;position:absolute;font-family:"cormorant infant";font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9375rem;left:3.125rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DTue8RT838AhzMayoJFZ69w8t3yBldKG { color:rgba(var(--color-tertiary-2),1);display:block;width:35.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 6.25rem #231d18;top:13.3125rem;left:3.125rem;height:5.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xBWTasMkzrRt6KzsefKBZxB4Kgql98eC { position:absolute;display:block;z-index:15007;height:15.375rem;width:37.8125rem;top:21.8125rem;left:3.125rem;display:block; }
#xwMJVn4H4TD2qg2DkX1RC0teEDk5cQ5m { position:relative;display:block; } #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection *:focus-visible, #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection input[type="text"]:focus-visible, #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection input[type="email"]:focus-visible, #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection input[type="tel"]:focus-visible, #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection textarea:focus-visible { outline: none; } #xwMJVn4H4TD2qg2DkX1RC0teEDk5cQ5m > .row .container { position:relative;display:block; }#Vr0csseKxKfEppnMQZvH8TOmdn2etytS { position:relative;display:block; } #C198b2960659de4fb412a3ed684e248b.widget-smartsection *:focus-visible, #C198b2960659de4fb412a3ed684e248b.widget-smartsection input[type="text"]:focus-visible, #C198b2960659de4fb412a3ed684e248b.widget-smartsection input[type="email"]:focus-visible, #C198b2960659de4fb412a3ed684e248b.widget-smartsection input[type="tel"]:focus-visible, #C198b2960659de4fb412a3ed684e248b.widget-smartsection textarea:focus-visible { outline: none; } #Vr0csseKxKfEppnMQZvH8TOmdn2etytS > .row .container { position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na { display:none; }#D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ixzukF8FWaLwMqX3bl1SWc2eM3BFVD9N { width:8.75rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Aq4IMOWhKL6ebk9xylWKBrrHxCZNU7 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wHJgsEE5wrZZAbG16hPuTpVFhnS0MBPs { width:10.9375rem;height:2.75rem;top:0.875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDemxsT0RTvW3BnT0cVA0eGRDeKMzTtv { display:block; }
 }@media only screen and (max-width: 763px) { #NbIXwCwsBRgp04vFnQrlofnZyX34Poa4 { width:7.5625rem;height:1.25rem;top:1.5625rem;left:37.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbNJH1rDJGT3ob5CA088gxu2XEFSdvMD { width:0.0625rem;height:51.875rem;top:23.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SLev36Q6f6Rx6NseTTTrxv1HfB2yhLQo { width:5rem;height:2.5625rem;top:5.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVRipXCNc3X6u072n2CehkxZCs1wvS4i { width:11.25rem;height:1.25rem;top:10.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XptqgcmFXQSTPAuul6xsAqBRi6O4umeO { display:block; }#XptqgcmFXQSTPAuul6xsAqBRi6O4umeO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pD3MGgAekMfhEI8u8yED6unRfdKyxh1f { width:8.75rem;height:3.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhsX3NnI6Ao3Uh8WnOWWohiRyhtpPhC8 { width:10.9375rem;height:2.75rem;top:0.875rem;left:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #edlGK9ozxPNU8zJMXMm0QrKNlUOAJckT { display:block; }
 }@media only screen and (max-width: 763px) { #dCURBwy0nwLUetgk9s8KMbPTmokXH48w { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwv5II7XO0QltNSpXi573fBhHLpxoK2h { width:7.5625rem;height:1.25rem;top:1.5rem;left:12.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFG4ldx59eV1o9MpBEyTklVrLKgccUr7 { width:0.0625rem;height:51.875rem;top:23.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdiSTzvvrJTHXZ74Brpo6t8H1stpLrmT { width:9.6875rem;height:1.25rem;top:1.5rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnZ3PdTEOh4TPRcX5PKzVM7S6o1VMRXy { width:7.9375rem;height:1.25rem;top:1.5rem;left:39.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlOFAcrPPetybTP7ezIplNJTBv9WeGhg { display:block; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxLxJrZgpkTTfDhTcANM4V54cawbJqTT { width:35.9375rem;height:3.5625rem;top:21.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAm938hJspazBZx6u5zAL3gE37T2HGgB { width:47.75rem;height:4.0625rem;top:11.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ85Lo38IBazFhGJBzcOAE6VQVBOoTkk { width:47.75rem;height:2.5rem;top:16.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn1pUxx8b9d5OiiC9roNoiLlF2iwdFAf { width:21.875rem;height:3.125rem;top:28.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1UgReQFkKrn1Gp5XlKRdc573E31RHUK { display:block; }
 }@media only screen and (max-width: 763px) { #JoRGCm430Iki4U8zCgFTPPBBtIy1tHXT { width:18.75rem;height:3rem;top:28.5rem;left:19.499218940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg7HNlofu22ukbLXRUbvp3LT8IhEZkte { display:block; }
 }@media only screen and (max-width: 763px) { #K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v { display:block; }#K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3IUGwQwPQPneLg3VAnFs1UG3LFi2Aus { width:47.75rem;height:7.3125rem;top:4.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv7qcb48F6hbXgyXMnEqAsWHzPEfqiXd { width:25rem;height:0.125rem;top:14.0625rem;left:11.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM { display:block; }#OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkD9p0hM3FnrEZ0U1h0XtybmCkQk7T37 { width:30.625rem;height:3.25rem;top:0rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca3NSJFz1MT4tkf2dkSTe4WSqh2ZzbpI { width:32.375rem;height:3.25rem;top:0rem;left:15.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpkGucv4TLU9DTTTJqwlm5skDRuW3DQQ { width:34.375rem;height:9rem;top:5.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSOV5GizHN42XDDA0ZmADvM3nlmPSwTF { width:34.375rem;height:9rem;top:5.125rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz5E6nTCXuGaBx9sIQFvVeuJBL2CfTSE { width:34.375rem;height:19.25rem;top:16.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziOCnSI5AK2dHM4JrD6qV1XRoRcmlfpU { width:34.375rem;height:19.25rem;top:16.625rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyAcXQsimQnzhkIkRMk5ErypIxqTmb3G { width:34.25rem;height:19.25rem;top:16.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi { display:block; }#hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk87iNQIRzxmTBVuH2Tmr5oOcaokJCnA { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0ex946zuzBowDQ07h3eNKZ1JBi4w0CN { width:30.9375rem;height:1.75rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsxMJSw8tAyUl8zcnU1CsqCUilrZrrrP { width:30.5625rem;height:10.8125rem;top:15.8125rem;left:0rem;font-size:1rem;display:block; }#EsxMJSw8tAyUl8zcnU1CsqCUilrZrrrP li:before{  }
 }@media only screen and (max-width: 763px) { #ExpHTduxQfVrbdUK7cWPHgDfCxsPZiW0 { width:27.625rem;height:1.75rem;top:13.5rem;left:20.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9TQNisSdoyfLFlR8SXUPuhmfJMSOd9R { width:27.875rem;height:5.375rem;top:15.8125rem;left:19.875rem;font-size:1rem;display:block; }#a9TQNisSdoyfLFlR8SXUPuhmfJMSOd9R li:before{  }
 }@media only screen and (max-width: 763px) { #wQZshhmU9Lk03SCWzQQUtTHCSaJgc8ag { width:29.1875rem;height:4.75rem;top:21.875rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk7LElF24tIdfdkGNX8ZuCv8EV3BfNo5 { width:33.125rem;height:16.875rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH9d3szS84v8b7CWoUJu81oh0xakVWgK { width:33.125rem;height:16.875rem;top:11.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2TaWvmMkP3veR4I73adUkQhl7sM5rea { width:21.75rem;height:3rem;top:31.5625rem;left:12.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1H9EE0OUdr3RIQKF5zmJLs04sROrEek { display:block; }
 }@media only screen and (max-width: 763px) { #kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y { display:block; }#kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1iiDWnOs8rydpb7yBeD7Kc9oETm197q { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkOVSQIs77OLnoTqfqMiy3mdMBGdkcf7 { width:47.75rem;height:41.125rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsatgbuB9NaqBvldZe7R7vaOGky5PwRJ { width:45.25rem;height:7.1875rem;top:7.625rem;left:1.2492189407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG2wgo4CGMSbr4nRRvkx2eV31ptaJHPA { width:38.75rem;height:21.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1y5tzbFAAloIxvG1E22dqSVoubSBF2x { display:block; }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVy8QETFUW061wF2Dff8iE1qG9t0u6Ku { width:47.75rem;height:;top:2.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV { display:block; }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eppkeM58O3wiMn8rbw1ucgMswNZhDTE6 { width:18.75rem;height:18.75rem;top:1.875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgwGyPirhu6zdzDFSwfXsnziiNnzHBGi { width:18.75rem;height:18.75rem;top:1.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxlPKaZKc1Bw09Lh6NpsXWEaSuQRlfqU { width:20rem;height:1.9375rem;top:22.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDwJEWNaAydSWGsaCbxvaDluBxfToMK { width:18.1875rem;height:14.375rem;top:25.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4InLb7XuyyMcRafK3L6v7uR9dBMHGAx { width:18.75rem;height:18.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7u1GMesH9KGCdL1WAPOTQfmkOcUpvMf { width:20rem;height:;top:22.5rem;left:11.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #enO5MgoV5T76zHQU47CUXXZ0hmFso6eG { width:20rem;height:;top:22.5rem;left:27.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGHtizsi8Nca4F0fgTQvp62Wi1hcDe5T { width:17.25rem;height:14.375rem;top:25.0625rem;left:13.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhVZaIA7mLqztSewocdQXhAdfUH1HkSq { width:16.375rem;height:12.8125rem;top:25.0625rem;left:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF { display:block; }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIMqDPi6quHF5vuOk9xP7J6Inbf09m6F { width:34.4375rem;height:5.375rem;top:2.5rem;left:6.655468940735rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kG7qtgaeWp22x2k9fyyRCkTlTmKocOd5 { width:21.75rem;height:3rem;top:10.375rem;left:12.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH9hM58UTxswvZ9FEnkclag7EQwTpSTq { display:block; }
 }@media only screen and (max-width: 763px) { #MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 { display:none; }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT { display:block; }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOM12qbBXwSUZyeoUEmwqazEWs4FRafd { width:37.125rem;height:6.5rem;top:4.9375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTue8RT838AhzMayoJFZ69w8t3yBldKG { width:35.875rem;height:5.375rem;top:13.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBWTasMkzrRt6KzsefKBZxB4Kgql98eC { width:37.8125rem;height:15.375rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwMJVn4H4TD2qg2DkX1RC0teEDk5cQ5m { display:block; } #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection *:focus-visible, #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection input[type="text"]:focus-visible, #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection input[type="email"]:focus-visible, #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection input[type="tel"]:focus-visible, #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection textarea:focus-visible { outline: none; } #xwMJVn4H4TD2qg2DkX1RC0teEDk5cQ5m > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vr0csseKxKfEppnMQZvH8TOmdn2etytS { display:block; } #C198b2960659de4fb412a3ed684e248b.widget-smartsection *:focus-visible, #C198b2960659de4fb412a3ed684e248b.widget-smartsection input[type="text"]:focus-visible, #C198b2960659de4fb412a3ed684e248b.widget-smartsection input[type="email"]:focus-visible, #C198b2960659de4fb412a3ed684e248b.widget-smartsection input[type="tel"]:focus-visible, #C198b2960659de4fb412a3ed684e248b.widget-smartsection textarea:focus-visible { outline: none; } #Vr0csseKxKfEppnMQZvH8TOmdn2etytS > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#1b1918;background-image:none;display:block; }#D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na > .row .container { background-color: transparent; background-image: none; }#D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na > .row .container > .video-iframe-container { display: none; }#D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na > .row > .video-iframe-container { display: none; }#D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D0rIlo6IPiwMGSqTT19AnTGmXXwyd1Na > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixzukF8FWaLwMqX3bl1SWc2eM3BFVD9N { width:6.3125rem;height:2.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8Aq4IMOWhKL6ebk9xylWKBrrHxCZNU7 { display:flex;top:0.875rem;left:16.875rem;width:2.1875rem;height:2.1875rem;z-index:15007;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #wHJgsEE5wrZZAbG16hPuTpVFhnS0MBPs { width:10.9375rem;height:2.75rem;top:14.375rem;left:0.31249994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDemxsT0RTvW3BnT0cVA0eGRDeKMzTtv { display:block; }
 }@media only screen and (max-width: 763px) { #NbIXwCwsBRgp04vFnQrlofnZyX34Poa4 { width:7.5625rem;height:1.3rem;top:8.2998046875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbNJH1rDJGT3ob5CA088gxu2XEFSdvMD { width:0.0625rem;height:6.25rem;top:5.75rem;left:0.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #SLev36Q6f6Rx6NseTTTrxv1HfB2yhLQo { width:10rem;height:1.3rem;top:5.75rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qVRipXCNc3X6u072n2CehkxZCs1wvS4i { width:11.25rem;height:1.3rem;top:10.849219322204rem;left:1.5625000596046rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #XptqgcmFXQSTPAuul6xsAqBRi6O4umeO { position:relative;z-index:auto;background-color:#1b1918;background-image:none;display:none; }#XptqgcmFXQSTPAuul6xsAqBRi6O4umeO > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pD3MGgAekMfhEI8u8yED6unRfdKyxh1f { width:6.3125rem;height:2.1875rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhsX3NnI6Ao3Uh8WnOWWohiRyhtpPhC8 { width:10.9375rem;height:2.75rem;top:18.37403125rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #edlGK9ozxPNU8zJMXMm0QrKNlUOAJckT { display:block; }
 }@media only screen and (max-width: 763px) { #dCURBwy0nwLUetgk9s8KMbPTmokXH48w { display:flex;top:0.875rem;left:16.875rem;width:2.1875rem;height:2.1875rem;z-index:15007;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #mwv5II7XO0QltNSpXi573fBhHLpxoK2h { width:7.5625rem;height:1.29980625rem;top:13.4375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFG4ldx59eV1o9MpBEyTklVrLKgccUr7 { width:0.0625rem;height:8.75rem;top:5.75rem;left:0.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TdiSTzvvrJTHXZ74Brpo6t8H1stpLrmT { width:5rem;height:1.29980625rem;top:5.75rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NnZ3PdTEOh4TPRcX5PKzVM7S6o1VMRXy { width:11.25rem;height:1.3rem;top:15.98671875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlOFAcrPPetybTP7ezIplNJTBv9WeGhg { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8c217f65-02ec-451f-9a72-1086d4293551/BryaRenata11122025_wersja_61.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg.adaptive-delivery-prevent-bg, #tlOFAcrPPetybTP7ezIplNJTBv9WeGhg.lazyload, #tlOFAcrPPetybTP7ezIplNJTBv9WeGhg.lazyloading { background-image: none; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row .container { background-color: transparent; background-image: none; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(27,25,24,0.74); }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row .container > .video-iframe-container { display: none; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(27,25,24,0.74); }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row > .video-iframe-container { display: none; }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlOFAcrPPetybTP7ezIplNJTBv9WeGhg > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxLxJrZgpkTTfDhTcANM4V54cawbJqTT { width:17.875rem;height:6.798625rem;top:17.5rem;left:0.81171876192094rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sAm938hJspazBZx6u5zAL3gE37T2HGgB { width:18.625rem;height:5.3611125rem;top:7.375rem;left:0.68671876192094rem;font-size:2.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vQ85Lo38IBazFhGJBzcOAE6VQVBOoTkk { width:17.4375rem;height:3.575rem;top:13rem;left:0.68671876192094rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sn1pUxx8b9d5OiiC9roNoiLlF2iwdFAf { width:18.775rem;height:3.025rem;top:25.75rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1UgReQFkKrn1Gp5XlKRdc573E31RHUK { display:block; }
 }@media only screen and (max-width: 763px) { #JoRGCm430Iki4U8zCgFTPPBBtIy1tHXT { width:18.65rem;height:2.9rem;top:30rem;left:0.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg7HNlofu22ukbLXRUbvp3LT8IhEZkte { display:block; }
 }@media only screen and (max-width: 763px) { #K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v { display:block; }#K0IqOwAJUkngX7o3cO7ZLqBC845KOW7v > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3IUGwQwPQPneLg3VAnFs1UG3LFi2Aus { width:20rem;height:15rem;top:2.5rem;left:0rem;font-size:1.25rem;font-family:"cormorant infant";font-weight:300;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cv7qcb48F6hbXgyXMnEqAsWHzPEfqiXd { width:15.625rem;height:0.0625rem;top:19.987499237061rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM { display:block; }#OXLVedRFuGqhB5dxpeSnzPSV8VTvT0eM > .row .container { width:20rem;height:74.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CkD9p0hM3FnrEZ0U1h0XtybmCkQk7T37 { width:20rem;height:2.275rem;top:2.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ca3NSJFz1MT4tkf2dkSTe4WSqh2ZzbpI { width:20rem;height:2.6rem;top:39.721875786781rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gpkGucv4TLU9DTTTJqwlm5skDRuW3DQQ { width:20rem;height:16.1953125rem;top:6.6499977111819rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MSOV5GizHN42XDDA0ZmADvM3nlmPSwTF { width:20rem;height:14.3958125rem;top:44.196094512939rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Bz5E6nTCXuGaBx9sIQFvVeuJBL2CfTSE { width:20rem;height:12.5rem;top:25.34765625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziOCnSI5AK2dHM4JrD6qV1XRoRcmlfpU { width:20rem;height:12.5rem;top:61.095314025879rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyAcXQsimQnzhkIkRMk5ErypIxqTmb3G { height:11.240875912409rem;width:20rem;top:25.094612121582rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi { display:block; }#hFtPRuOMBNoxBf2k3SLceMfG9v67Igsi > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk87iNQIRzxmTBVuH2Tmr5oOcaokJCnA { width:20rem;height:6.8229375rem;top:2.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0ex946zuzBowDQ07h3eNKZ1JBi4w0CN { width:15.0625rem;height:1.6rem;top:13.074999809265rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EsxMJSw8tAyUl8zcnU1CsqCUilrZrrrP { width:17.8125rem;height:17.24825rem;top:15.300001144409rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#EsxMJSw8tAyUl8zcnU1CsqCUilrZrrrP li:before{  }
 }@media only screen and (max-width: 763px) { #ExpHTduxQfVrbdUK7cWPHgDfCxsPZiW0 { width:17.75rem;height:3.2rem;top:37.862500190735rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a9TQNisSdoyfLFlR8SXUPuhmfJMSOd9R { width:15.875rem;height:7.025rem;top:41.6875rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#a9TQNisSdoyfLFlR8SXUPuhmfJMSOd9R li:before{  }
 }@media only screen and (max-width: 763px) { #wQZshhmU9Lk03SCWzQQUtTHCSaJgc8ag { width:17.25rem;height:6.4rem;top:49.33749961853rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sk7LElF24tIdfdkGNX8ZuCv8EV3BfNo5 { width:20rem;height:22.8125rem;top:12.450004577637rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH9d3szS84v8b7CWoUJu81oh0xakVWgK { width:20rem;height:21.1875rem;top:37.237503051757rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2TaWvmMkP3veR4I73adUkQhl7sM5rea { width:18.775rem;height:2.9rem;top:59.775000572204rem;left:0.61250001192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1H9EE0OUdr3RIQKF5zmJLs04sROrEek { display:block; }
 }@media only screen and (max-width: 763px) { #kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y { display:block; }#kHQ6u3aFFc7OvvWhdBPfPawzfUhlls1y > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1iiDWnOs8rydpb7yBeD7Kc9oETm197q { width:18rem;height:4.5486125rem;top:2.5rem;left:0.99921876192094rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pkOVSQIs77OLnoTqfqMiy3mdMBGdkcf7 { width:20rem;height:24.625rem;top:25.91250038147rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsatgbuB9NaqBvldZe7R7vaOGky5PwRJ { width:20rem;height:14.3984375rem;top:8.925000190735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WG2wgo4CGMSbr4nRRvkx2eV31ptaJHPA { top:25.875rem;left:0rem;width:20rem;height:29.9375rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #m1y5tzbFAAloIxvG1E22dqSVoubSBF2x { background-color:#2e2c2b;background-image:none;display:block; }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row .container { background-color: transparent; background-image: none; }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row .container > .video-iframe-container { display: none; }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row > .video-iframe-container { display: none; }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1y5tzbFAAloIxvG1E22dqSVoubSBF2x > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mVy8QETFUW061wF2Dff8iE1qG9t0u6Ku { width:16.5rem;height:4.5486125rem;top:2.5rem;left:1.7500000596046rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV { background-color:#2e2c2b;background-image:none;display:block; }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row .container { background-color: transparent; background-image: none; }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row .container > .video-iframe-container { display: none; }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row > .video-iframe-container { display: none; }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCcZKuILbDcA3q2JRntNVTsdBLRhC0gV > .row .container { width:20rem;height:117.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eppkeM58O3wiMn8rbw1ucgMswNZhDTE6 { width:16.875rem;height:16.875rem;top:40.725006103516rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgwGyPirhu6zdzDFSwfXsnziiNnzHBGi { width:16.875rem;height:16.875rem;top:80.899993896488rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxlPKaZKc1Bw09Lh6NpsXWEaSuQRlfqU { width:16.875rem;height:1.95rem;top:20.625rem;left:1.5625000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TyDwJEWNaAydSWGsaCbxvaDluBxfToMK { width:17.1875rem;height:14.3984375rem;top:23.200000762939rem;left:1.4062500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4InLb7XuyyMcRafK3L6v7uR9dBMHGAx { width:16.875rem;height:16.875rem;top:2.5rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7u1GMesH9KGCdL1WAPOTQfmkOcUpvMf { width:16.875rem;height:3.9rem;top:58.85000038147rem;left:1.5625000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #enO5MgoV5T76zHQU47CUXXZ0hmFso6eG { width:20rem;height:1.95rem;top:99.025000572206rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XGHtizsi8Nca4F0fgTQvp62Wi1hcDe5T { width:17.25rem;height:14.3984375rem;top:63.375rem;left:1.3750000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HhVZaIA7mLqztSewocdQXhAdfUH1HkSq { width:16.3125rem;height:12.798625rem;top:101.60000038147rem;left:1.8437500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF { background-color:#2e2c2b;background-image:none;display:block; }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row .container { background-color: transparent; background-image: none; }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row .container > .video-iframe-container { display: none; }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row > .video-iframe-container { display: none; }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wP3TmO8K425rhAqP0ZmiIRymdeH3vkAF > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIMqDPi6quHF5vuOk9xP7J6Inbf09m6F { width:19.4375rem;height:8.997375rem;top:1.25rem;left:0.28046876192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kG7qtgaeWp22x2k9fyyRCkTlTmKocOd5 { width:18.875rem;height:3rem;top:12.125rem;left:0.56171876192093rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UH9hM58UTxswvZ9FEnkclag7EQwTpSTq { display:block; }
 }@media only screen and (max-width: 763px) { #MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/013ae807-7bde-4783-bde2-5b03362f5d1a/50417AB969384B79834437C9B42679BE.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9.adaptive-delivery-prevent-bg, #MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9.lazyload, #MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9.lazyloading { background-image: none; }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 > .row .container { background-color: transparent; background-image: none; }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 > .row .container > .video-iframe-container { display: none; }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 > .row > .video-iframe-container { display: none; }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 > .row .container { border-width: 0; border-radius: 0; }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MthHHZs2dp9ng9JVfGDBtb5TS2L0wNR9 > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT { background-color:#1b1918;background-image:none;display:block; }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row .container { background-color: transparent; background-image: none; }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row .container > .video-iframe-container { display: none; }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row > .video-iframe-container { display: none; }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q63zQdvHaSN1JBxc6ydK4VSWOhT5ceZT > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOM12qbBXwSUZyeoUEmwqazEWs4FRafd { width:18.3125rem;height:6.8229375rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DTue8RT838AhzMayoJFZ69w8t3yBldKG { width:20rem;height:8.997375rem;top:9.4375rem;left:0rem;font-size:1.125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xBWTasMkzrRt6KzsefKBZxB4Kgql98eC { width:20rem;height:20.5625rem;top:20.550018310547rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwMJVn4H4TD2qg2DkX1RC0teEDk5cQ5m { display:block; } #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection *:focus-visible, #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection input[type="text"]:focus-visible, #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection input[type="email"]:focus-visible, #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection input[type="tel"]:focus-visible, #ta82d28ee176d90259b44ccf1ffc5c22.widget-smartsection textarea:focus-visible { outline: none; } #xwMJVn4H4TD2qg2DkX1RC0teEDk5cQ5m > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vr0csseKxKfEppnMQZvH8TOmdn2etytS { display:block; } #C198b2960659de4fb412a3ed684e248b.widget-smartsection *:focus-visible, #C198b2960659de4fb412a3ed684e248b.widget-smartsection input[type="text"]:focus-visible, #C198b2960659de4fb412a3ed684e248b.widget-smartsection input[type="email"]:focus-visible, #C198b2960659de4fb412a3ed684e248b.widget-smartsection input[type="tel"]:focus-visible, #C198b2960659de4fb412a3ed684e248b.widget-smartsection textarea:focus-visible { outline: none; } #Vr0csseKxKfEppnMQZvH8TOmdn2etytS > .row .container { position:relative;display:block; } }