.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:246,244,240;--color-primary-1:218,211,194;--color-primary-2:211,199,178;--color-primary-3:216,196,164;--color-primary-4:109,90,78;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Outfit";--paragraphs-font-family:"outfit 2"; }@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-0),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); }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/aafd0e0c-8e7a-4f4c-820a-eb1c28dd5906/Projektbeznazwy27.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA.adaptive-delivery-prevent-bg, #t485PtXeC1Ty3XiiEqFzIhM51yngxreA.lazyload, #t485PtXeC1Ty3XiiEqFzIhM51yngxreA.lazyloading { background-image: none; }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row .container { background-color: transparent; background-image: none; }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row .container > .video-iframe-container { display: none; }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row > .video-iframe-container { display: none; }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .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); }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row .container { border-width: 0; border-radius: 0; }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row .container { font-size:0.875rem;font-family:arial;height:59.875rem;width:75rem;position:relative;display:block; }#pXX0MtTvRVIhqVoHgcWKHXllzG23IKJP { position:absolute;display:block;z-index:15003;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:2.9375rem;width:8.5625rem;top:1rem;left:33.25rem;overflow:hidden;display:block; }
#zLPsCqt0IqKEFTEHXFf4we45lrPW454K { 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:15002;opacity:1;top:0.9375rem;left:0rem; }
#AzrpFlAq4xk548Bb632hSTHBbyviWhPz { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.25rem;left:60.3125rem;display:block; }
#bLryGJmPNBCqG7oxGM24dyDIW0094zl5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mCgsXew99WIGV2Lu9pzM9mJN5b4smIm0 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:26.25rem;top:2.4375rem;left:5.125rem;display:block; }
#UuN1g7syTEz1Fwwr1W2aamQsxv8079NB { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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:0.0625rem;width:14.375rem;top:2.4375rem;left:43.5rem;display:block; }
#sXqiGcaPucMrNpO0Hugz9plnIoES1zH0 { color:rgba(var(--color-primary-1),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:22.8125rem;left:32.1875rem;height:1.70625rem;font-style:normal;display:block; }
#wzmOa5wFXEVnQGT66Gb9qnhJrLdbkxWD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:27.625rem;left:3.4375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VdKir6liWT31b2ul6ybLhgCZTcTzlSKk { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:32.5rem;left:3.4375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n827CcpmfLVX0cBe6Grm7DwmgXTn26w5 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:35.4375rem;left:3.4375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NiPRs6UcmtP0aRQsq0l6RdgmVe0ssWqz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:35.4375rem;left:0.8125rem; }
#BSqcvQkd2UQNTn4HrcCMBLOxOntHt0qU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.5rem;left:0.8125rem; }
#IoeXt5MP2HAnDKr5Mu3dWQ0lgWyRXduy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:27.875rem;left:0.8125rem; }
#RwEDHhTPdwJmmFKVJCHuigTxUTOTkDKP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:40.3125rem;left:32.1875rem;height:1.70625rem;font-style:normal;display:block; }
#G43H5zs8ZsCUevVxcLQpJdl5Gcty0JNI { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:37.4375rem;left:32.1875rem;height:1.70625rem;font-style:normal;display:block; }
#MJgdtsztoUzI91LSsKslkoWUx5RwLtoM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:23.5625rem;left:0.8125rem; }
#zordAHTddAVSmWmC5RnULGqewns4L9Oo { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:22.625rem;left:3.4375rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hk5COo816hwAg6NNwg30wpSLZSmDvwCz { position:absolute;display:block;z-index:15024;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:2.1875rem;width:2.1875rem;top:6.5625rem;left:68.4375rem;overflow:hidden;display:block; }
#a7qz0f7dgO1DDoxggArcupH8ugvHaDJx { position:absolute;display:block;z-index:15025;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:2.1875rem;width:2.1875rem;top:6.5625rem;left:71.5625rem;overflow:hidden;display:block; }
#vtOih1vmtFGIUNcWIUNJNQnQ4i5CxcaX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:34.5rem;left:32.1875rem;height:1.70625rem;font-style:normal;display:block; }
#x7mRHpD92QBUOpKTxdhQaV6QcT57o4ZJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:19.875rem;left:32.1875rem;height:1.70625rem;font-style:normal;display:block; }
#MWvDsdVzR63v36ReV0bgqPuTHpoE9suP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:28.60546875rem;left:32.1875rem;height:1.70625rem;font-style:normal;display:block; }
#JVF9uetBptGFlq7oKQs8ScUuWtm85a2c { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:31.5rem;left:32.1875rem;height:1.70625rem;font-style:normal;display:block; }
#sOBCCt4S4PIWehALbL8UXAzI26Tvfyf9 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:25.66796875rem;left:32.1875rem;height:1.70625rem;font-style:normal;display:block; }
#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { background-color: transparent; background-image: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container > .video-iframe-container { display: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container { display: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .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); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { border-width: 0; border-radius: 0; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/9ad3aab2-335a-4c69-a165-6e3c778f132f/TRAQUILLITYTREATMENTIMAGE21.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:75rem;overflow:visible;position:relative;display:block; }#RivbGDvr1JWssLa2TKDhMTh9Hikxxv0o { color:rgba(var(--color-tertiary-0),1);display:block;width:55.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.75rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;text-shadow:0rem 0rem 5rem rgba(var(--color-primary-4),1);top:26.0625rem;left:9.625rem;height:;text-align:center;text-align-last:center;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; }
#MS5wVw5AMTG14h8xTu83FNyc7Z8zNgm0 { position:absolute;display:block;z-index:15009;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:1.8125rem;width:18.75rem;top:22.9375rem;left:28.125rem;overflow:hidden;display:block; }
#qI0kZXTMKdBZhIuEFLkQTxsNbdaKaBpo { 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; }
#MNXlUIxukH8o7C1h0oiacOcWg9r11ay6 { 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:15010;opacity:1;top:1.0625rem;left:0rem;display:none; }
#PuPM9cQo9bpSS68FpuhJnes5E5qqVLFk { 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:15011;opacity:1;top:0.9375rem;left:0rem;display:none; }
#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);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; }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row .container { background-color: transparent; background-image: none; }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row .container > .video-iframe-container { display: none; }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row > .video-iframe-container { display: none; }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .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); }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row .container { border-width: 0; border-radius: 0; }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#VfRH1iX3efbSTw17IVVfT4CDVnJH9Jpd { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b8d5ea8f-fba0-4ca2-9e04-af2d8614ca78/2_MG_1924.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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:18.75rem;width:18.75rem;top:6.625rem;left:9.375rem;display:block; }#VfRH1iX3efbSTw17IVVfT4CDVnJH9Jpd.adaptive-delivery-prevent-bg, #VfRH1iX3efbSTw17IVVfT4CDVnJH9Jpd.lazyload, #VfRH1iX3efbSTw17IVVfT4CDVnJH9Jpd.lazyloading { background-image: none; }
#QcXA4PzBQ5DstDMxzALkeXTFf995flfw { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:30.03125rem;left:2.1875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FbvhUa8rZ5MZ3NCegWh6nhpN4EEdfagT { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:27.1875rem;left:4.125rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nJiQxxJuvvV6rqCFpffu04CFQ0ztbNl3 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:33.6875rem;left:3.375rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x1S6twdrGVIAdl2d5a3vTTbiJpBm0sET { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7de91300-4c18-4a9e-a0b2-8af6da2912a8/14_MG_1865.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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:18.75rem;width:18.75rem;top:6.625rem;left:47.25rem;display:block; }#x1S6twdrGVIAdl2d5a3vTTbiJpBm0sET.adaptive-delivery-prevent-bg, #x1S6twdrGVIAdl2d5a3vTTbiJpBm0sET.lazyload, #x1S6twdrGVIAdl2d5a3vTTbiJpBm0sET.lazyloading { background-image: none; }
#gGM8B0x4WRbWyznnUwSdS9SQ4MnT4ugN { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:27.25rem;left:42rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y3homVoQ4LNv7if7MKGo7Nlz8sFhrF0F { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:30.03125rem;left:40.40625rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ItbivuF8nT9Rk6AVWoi16NQ5y2q3W7Pg { color:rgba(var(--color-tertiary-0),1);display:block;width:30.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:34.5625rem;left:41.25rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:url("https://images.assets-landingi.com/uc/296f2a61-bd1d-4a5b-a28e-f806c1ff7d35/tlo2.crop_1920x260_0,0.preview.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE.adaptive-delivery-prevent-bg, #qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE.lazyload, #qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE.lazyloading { background-image: none; }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row .container { background-color: transparent; background-image: none; }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row .container > .video-iframe-container { display: none; }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row > .video-iframe-container { display: none; }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .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); }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row .container { border-width: 0; border-radius: 0; }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#fc6Jh3qDDb3UnMSbCGdn4ta3MfTDlk2W { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/85d8197c-c689-406f-ac18-af4362548fce/29_MG_1765.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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:18.75rem;width:18.75rem;top:6.5rem;left:9.375rem;display:block; }#fc6Jh3qDDb3UnMSbCGdn4ta3MfTDlk2W.adaptive-delivery-prevent-bg, #fc6Jh3qDDb3UnMSbCGdn4ta3MfTDlk2W.lazyload, #fc6Jh3qDDb3UnMSbCGdn4ta3MfTDlk2W.lazyloading { background-image: none; }
#T0foywqUBFCzkcrwbE5JvBVE11kWxTTT { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:27.1875rem;left:4.125rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ySTaONkIqJaOJkuTVJfcVxq3o0m3UgPA { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:30rem;left:2.1875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STiKVOwRhVBpUQA7vHP6Rl0Vtr18OhZZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:33.0625rem;left:7.40625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Koeevb8F3bkAAAlm4ySPcRnwVTvqIHEK { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:33.0625rem;left:44.65625rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m6EXkkh7EJPJG9lToQFq3yV0sTRNTOcn { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:29.75rem;left:39.6875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFGBFZ4sq3vtetrL9VTNNCr928iU2dGC { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:26.9375rem;left:41.625rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yQ1NtnWX36GGHFPJdLM25bJZDmFQ01oL { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/433dfe51-600f-404e-8733-9a3871b024a8/IMG_0483.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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:18.75rem;width:18.75rem;top:6.25rem;left:46.875rem;display:block; }#yQ1NtnWX36GGHFPJdLM25bJZDmFQ01oL.adaptive-delivery-prevent-bg, #yQ1NtnWX36GGHFPJdLM25bJZDmFQ01oL.lazyload, #yQ1NtnWX36GGHFPJdLM25bJZDmFQ01oL.lazyloading { background-image: none; }
#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);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; }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row .container { background-color: transparent; background-image: none; }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row .container > .video-iframe-container { display: none; }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row > .video-iframe-container { display: none; }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .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); }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row .container { border-width: 0; border-radius: 0; }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#FRCSHBuq9Rk3594lOx2rM8eNbnBeT8Uv { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/02016e00-7faf-438c-8b13-8016ca39a759/aleksandra.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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:18.75rem;width:18.75rem;top:6.25rem;left:9.375rem;display:block; }#FRCSHBuq9Rk3594lOx2rM8eNbnBeT8Uv.adaptive-delivery-prevent-bg, #FRCSHBuq9Rk3594lOx2rM8eNbnBeT8Uv.lazyload, #FRCSHBuq9Rk3594lOx2rM8eNbnBeT8Uv.lazyloading { background-image: none; }
#cdHvZz1bNZJfCuSyQV1AMUAQUT6TfO5f { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:26.9375rem;left:4.125rem;height:2.84375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oZuy9hF6loRUkpt2HFPxE9it813mQyJc { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:29.8125rem;left:2.1875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eXNO9cIdWrhprdbO9Afbld4bEcQgy3rA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:33.0625rem;left:9.6875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ApPmtd20pNI8DRwKR1CZsNhn1TTaIaw8 { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6facf032-e526-4737-a228-0c823758c7e5/IMG_5222.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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:18.75rem;width:18.75rem;top:6.25rem;left:46.875rem;display:block; }#ApPmtd20pNI8DRwKR1CZsNhn1TTaIaw8.adaptive-delivery-prevent-bg, #ApPmtd20pNI8DRwKR1CZsNhn1TTaIaw8.lazyload, #ApPmtd20pNI8DRwKR1CZsNhn1TTaIaw8.lazyloading { background-image: none; }
#k0F9THzcqv0JbTETayMc1OqHQhU3BTnP { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:26.9375rem;left:41.59375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RC7Z2T5yV39XVDHQmsAVpqpS7WIdk9pP { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:29.78125rem;left:39.6875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r9fGa7DPQExQTuEaVFzmQieRNdAGfTNQ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:33.0625rem;left:43.687500953674rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);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; }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row .container { background-color: transparent; background-image: none; }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row .container > .video-iframe-container { display: none; }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row > .video-iframe-container { display: none; }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .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); }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row .container { border-width: 0; border-radius: 0; }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#XNlu15rq2RzlAcyieCHRwvpIqcAskSQu { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:26.9375rem;left:4.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XSnFKGLOgTCPwQK7s2RTPyzM8FXT44Gf { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:29.8125rem;left:2.1875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mGTAqXa3qnBuCCwDdmLhHrfyTDpgbzyB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:32.9375rem;left:8.686718940735rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qQvRk6mOGrVwpqS5rVPgdei56bq6sIDi { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/50580e7e-d6e6-46d8-b5be-93f8e182de15/attCYmxu857dmkKhaVbarlEJJGw1O1AdxrW1fskADeyKYk.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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:18.75rem;width:18.75rem;top:6.25rem;left:9.374218940735rem;display:block; }#qQvRk6mOGrVwpqS5rVPgdei56bq6sIDi.adaptive-delivery-prevent-bg, #qQvRk6mOGrVwpqS5rVPgdei56bq6sIDi.lazyload, #qQvRk6mOGrVwpqS5rVPgdei56bq6sIDi.lazyloading { background-image: none; }
#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(144deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(144deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(144deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(144deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(144deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-4),1));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; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { background-color: transparent; background-image: none; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container > .video-iframe-container { display: none; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row > .video-iframe-container { display: none; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .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); }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { border-width: 0; border-radius: 0; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:block; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:url("https://images.assets-landingi.com/uc/b9b458d6-e6b4-42c2-9ed6-31af0b395c04/Jorrun_httpsipinimgcom564xb669bd.crop_3107x1280_701,0.preview.webp");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ.adaptive-delivery-prevent-bg, #r55usIdDixu8GWNADNhgZWfxUTyDnJcQ.lazyload, #r55usIdDixu8GWNADNhgZWfxUTyDnJcQ.lazyloading { background-image: none; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row .container { background-color: transparent; background-image: none; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row .container > .video-iframe-container { display: none; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row > .video-iframe-container { display: none; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .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); }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row .container { border-width: 0; border-radius: 0; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#Jk3M59Ug52LsyRUvcACCaBuSiFqTvDOw { position:absolute;display:block;z-index:15005;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:9.5625rem;top:4.28125rem;left:3.125rem;overflow:hidden;display:block; }
#D5r4bqyh2gI7d7uSlwTh8GxhpEx1ooe5 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:10.84375rem;left:2.65625rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NuGM31NIfM1BwdQVrEs0b7fZIi6mp6St { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:16.0625rem;left:2.65625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FuRBT0K7oy0PZfuMFqsbNwmZG9grKaak { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:19.375rem;left:2.75rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zvdTdGNUAFahUXrOBRTa4Ra1VkNDmHFQ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:16.0625rem;left:0rem; }
#LBEZCTLTWWUawis6DmXKv0iuHNaUD1MG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:11.78125rem;left:0rem; }
#nuJQRuR6QZ4mmAvql7teG5QXwTHCnkdU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:19.375rem;left:0rem; }
#xQkgmtuzHxkbdmJbHpD2syzJQIhzaqdf { color:rgba(var(--color-primary-3),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:24.78125rem;left:0rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bF1wzl0zH2z9Tk9wVPEkxe9ByHWe5AbK { color:rgba(var(--color-primary-3),1);display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:24.78125rem;left:32.90625rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t485PtXeC1Ty3XiiEqFzIhM51yngxreA { display:block; }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXX0MtTvRVIhqVoHgcWKHXllzG23IKJP { width:8.5625rem;height:2.9375rem;top:1rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLPsCqt0IqKEFTEHXFf4we45lrPW454K { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzrpFlAq4xk548Bb632hSTHBbyviWhPz { width:14.6875rem;height:2.5rem;top:1.25rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLryGJmPNBCqG7oxGM24dyDIW0094zl5 { display:block; }
 }@media only screen and (max-width: 763px) { #mCgsXew99WIGV2Lu9pzM9mJN5b4smIm0 { width:26.25rem;height:0.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UuN1g7syTEz1Fwwr1W2aamQsxv8079NB { width:14.375rem;height:0.0625rem;top:2.4375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXqiGcaPucMrNpO0Hugz9plnIoES1zH0 { width:15.8125rem;height:1.6875rem;top:22.8125rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzmOa5wFXEVnQGT66Gb9qnhJrLdbkxWD { width:12.8125rem;height:3.75rem;top:27.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdKir6liWT31b2ul6ybLhgCZTcTzlSKk { width:12.8125rem;height:1.875rem;top:32.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n827CcpmfLVX0cBe6Grm7DwmgXTn26w5 { width:12.8125rem;height:1.875rem;top:35.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiPRs6UcmtP0aRQsq0l6RdgmVe0ssWqz { width:1.875rem;height:1.875rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSqcvQkd2UQNTn4HrcCMBLOxOntHt0qU { width:1.875rem;height:1.875rem;top:32.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoeXt5MP2HAnDKr5Mu3dWQ0lgWyRXduy { width:1.875rem;height:1.875rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwEDHhTPdwJmmFKVJCHuigTxUTOTkDKP { width:12.5rem;height:1.6875rem;top:40.3125rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G43H5zs8ZsCUevVxcLQpJdl5Gcty0JNI { width:6.125rem;height:1.6875rem;top:37.4375rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJgdtsztoUzI91LSsKslkoWUx5RwLtoM { width:1.875rem;height:1.875rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zordAHTddAVSmWmC5RnULGqewns4L9Oo { width:14.9375rem;height:3.75rem;top:22.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk5COo816hwAg6NNwg30wpSLZSmDvwCz { width:2.1875rem;height:2.1875rem;top:6.5625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7qz0f7dgO1DDoxggArcupH8ugvHaDJx { width:2.1875rem;height:2.1875rem;top:6.5625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtOih1vmtFGIUNcWIUNJNQnQ4i5CxcaX { width:12.5rem;height:1.6875rem;top:34.5rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7mRHpD92QBUOpKTxdhQaV6QcT57o4ZJ { width:12.5rem;height:1.6875rem;top:19.875rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWvDsdVzR63v36ReV0bgqPuTHpoE9suP { width:12.5rem;height:1.6875rem;top:28.5625rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVF9uetBptGFlq7oKQs8ScUuWtm85a2c { width:12.5rem;height:1.6875rem;top:31.5rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOBCCt4S4PIWehALbL8UXAzI26Tvfyf9 { width:12.5rem;height:1.6875rem;top:25.625rem;left:18.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOosGvW0Cepd3WlvCkWXu8urrOsihCMd { display:none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RivbGDvr1JWssLa2TKDhMTh9Hikxxv0o { width:47.75rem;height:;top:26.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS5wVw5AMTG14h8xTu83FNyc7Z8zNgm0 { width:18.75rem;height:1.8125rem;top:22.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI0kZXTMKdBZhIuEFLkQTxsNbdaKaBpo { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNXlUIxukH8o7C1h0oiacOcWg9r11ay6 { width:3.125rem;height:3.125rem;top:1.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuPM9cQo9bpSS68FpuhJnes5E5qqVLFk { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc { display:block; }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfRH1iX3efbSTw17IVVfT4CDVnJH9Jpd { width:18.75rem;height:18.75rem;top:6.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcXA4PzBQ5DstDMxzALkeXTFf995flfw { width:33.125rem;height:1.875rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbvhUa8rZ5MZ3NCegWh6nhpN4EEdfagT { width:29.3125rem;height:2.8125rem;top:27.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJiQxxJuvvV6rqCFpffu04CFQ0ztbNl3 { width:31.125rem;height:5.625rem;top:33.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1S6twdrGVIAdl2d5a3vTTbiJpBm0sET { width:18.75rem;height:18.75rem;top:6.625rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGM8B0x4WRbWyznnUwSdS9SQ4MnT4ugN { width:29.3125rem;height:;top:27.25rem;left:18.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3homVoQ4LNv7if7MKGo7Nlz8sFhrF0F { width:31.6875rem;height:3.5rem;top:30rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItbivuF8nT9Rk6AVWoi16NQ5y2q3W7Pg { width:30.75rem;height:5.625rem;top:34.5625rem;left:17rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE { display:block; }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc6Jh3qDDb3UnMSbCGdn4ta3MfTDlk2W { width:18.75rem;height:18.75rem;top:6.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0foywqUBFCzkcrwbE5JvBVE11kWxTTT { width:29.3125rem;height:2.8125rem;top:27.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySTaONkIqJaOJkuTVJfcVxq3o0m3UgPA { width:33.125rem;height:1.875rem;top:30rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STiKVOwRhVBpUQA7vHP6Rl0Vtr18OhZZ { width:22.6875rem;height:3.75rem;top:33.0625rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Koeevb8F3bkAAAlm4ySPcRnwVTvqIHEK { width:23.1875rem;height:3.75rem;top:33.0625rem;left:24.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6EXkkh7EJPJG9lToQFq3yV0sTRNTOcn { width:33.125rem;height:1.875rem;top:29.75rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFGBFZ4sq3vtetrL9VTNNCr928iU2dGC { width:29.3125rem;height:2.8125rem;top:26.9375rem;left:18.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ1NtnWX36GGHFPJdLM25bJZDmFQ01oL { width:18.75rem;height:18.75rem;top:6.25rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 { display:block; }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRCSHBuq9Rk3594lOx2rM8eNbnBeT8Uv { width:18.75rem;height:18.75rem;top:6.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdHvZz1bNZJfCuSyQV1AMUAQUT6TfO5f { width:29.3125rem;height:2.8125rem;top:26.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZuy9hF6loRUkpt2HFPxE9it813mQyJc { width:33.125rem;height:1.875rem;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXNO9cIdWrhprdbO9Afbld4bEcQgy3rA { width:18.125rem;height:3.75rem;top:33.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApPmtd20pNI8DRwKR1CZsNhn1TTaIaw8 { width:18.75rem;height:18.75rem;top:6.25rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0F9THzcqv0JbTETayMc1OqHQhU3BTnP { width:29.3125rem;height:;top:26.9375rem;left:18.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC7Z2T5yV39XVDHQmsAVpqpS7WIdk9pP { width:33.125rem;height:1.875rem;top:29.75rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9fGa7DPQExQTuEaVFzmQieRNdAGfTNQ { width:25.125rem;height:3.75rem;top:33.0625rem;left:22.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 { display:block; }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNlu15rq2RzlAcyieCHRwvpIqcAskSQu { width:29.3125rem;height:;top:26.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSnFKGLOgTCPwQK7s2RTPyzM8FXT44Gf { width:33.125rem;height:1.875rem;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGTAqXa3qnBuCCwDdmLhHrfyTDpgbzyB { width:20.125rem;height:3.75rem;top:32.9375rem;left:1.8742189407349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQvRk6mOGrVwpqS5rVPgdei56bq6sIDi { width:18.75rem;height:18.75rem;top:6.25rem;left:2.5617189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi { display:block; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r55usIdDixu8GWNADNhgZWfxUTyDnJcQ { display:block; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jk3M59Ug52LsyRUvcACCaBuSiFqTvDOw { width:9.5625rem;height:3.125rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5r4bqyh2gI7d7uSlwTh8GxhpEx1ooe5 { width:14.0625rem;height:3.75rem;top:10.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuGM31NIfM1BwdQVrEs0b7fZIi6mp6St { width:13.875rem;height:1.875rem;top:16.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuRBT0K7oy0PZfuMFqsbNwmZG9grKaak { width:13.875rem;height:1.875rem;top:19.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvdTdGNUAFahUXrOBRTa4Ra1VkNDmHFQ { width:1.875rem;height:1.875rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBEZCTLTWWUawis6DmXKv0iuHNaUD1MG { width:1.875rem;height:1.875rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuJQRuR6QZ4mmAvql7teG5QXwTHCnkdU { width:1.875rem;height:1.875rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQkgmtuzHxkbdmJbHpD2syzJQIhzaqdf { width:18.1875rem;height:1.375rem;top:24.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF1wzl0zH2z9Tk9wVPEkxe9ByHWe5AbK { width:15.75rem;height:1.375rem;top:24.75rem;left:19.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #t485PtXeC1Ty3XiiEqFzIhM51yngxreA { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/323d44e0-94c9-476a-b1e8-539ff63ef906/Projektbeznazwy26.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA.adaptive-delivery-prevent-bg, #t485PtXeC1Ty3XiiEqFzIhM51yngxreA.lazyload, #t485PtXeC1Ty3XiiEqFzIhM51yngxreA.lazyloading { background-image: none; }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row .container { background-color: transparent; background-image: none; }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row .container > .video-iframe-container { display: none; }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row > .video-iframe-container { display: none; }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .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); }#t485PtXeC1Ty3XiiEqFzIhM51yngxreA > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXX0MtTvRVIhqVoHgcWKHXllzG23IKJP { width:6.375rem;height:2.125rem;top:0.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLPsCqt0IqKEFTEHXFf4we45lrPW454K { display:flex;width:2.1875rem;height:2.1875rem;top:0.53125rem;left:0rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #AzrpFlAq4xk548Bb632hSTHBbyviWhPz { width:9.625rem;height:2.1875rem;top:0.53125rem;left:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLryGJmPNBCqG7oxGM24dyDIW0094zl5 { display:block; }
 }@media only screen and (max-width: 763px) { #mCgsXew99WIGV2Lu9pzM9mJN5b4smIm0 { width:9.375rem;height:0.0625rem;top:3.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuN1g7syTEz1Fwwr1W2aamQsxv8079NB { width:14.375rem;height:0.0625rem;top:2.4375rem;left:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXqiGcaPucMrNpO0Hugz9plnIoES1zH0 { width:12rem;height:1.3rem;top:11.3125rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzmOa5wFXEVnQGT66Gb9qnhJrLdbkxWD { width:9.5rem;height:2.4375rem;top:32.3125rem;left:9.0625rem;font-size:0.875rem;line-height:1.4;text-shadow:0rem 0rem 0.9375rem rgba(51,26,11,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #VdKir6liWT31b2ul6ybLhgCZTcTzlSKk { width:6.8125rem;height:1.3125rem;top:35.6875rem;left:9rem;font-size:0.875rem;text-shadow:0rem 0rem 0.9375rem rgba(51,26,11,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #n827CcpmfLVX0cBe6Grm7DwmgXTn26w5 { width:6.875rem;height:1.3125rem;top:37.9375rem;left:9rem;font-size:0.875rem;text-shadow:0rem 0rem 0.9375rem rgba(51,26,11,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #NiPRs6UcmtP0aRQsq0l6RdgmVe0ssWqz { display:flex;width:1.3125rem;height:1.3125rem;top:37.9375rem;left:7.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #BSqcvQkd2UQNTn4HrcCMBLOxOntHt0qU { display:flex;width:1.3125rem;height:1.3125rem;top:35.5625rem;left:7.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #IoeXt5MP2HAnDKr5Mu3dWQ0lgWyRXduy { display:flex;width:1.3125rem;height:1.3125rem;top:32.625rem;left:7.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #RwEDHhTPdwJmmFKVJCHuigTxUTOTkDKP { width:6.25rem;height:1.3rem;top:24.7490234375rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G43H5zs8ZsCUevVxcLQpJdl5Gcty0JNI { width:6.125rem;height:1.3rem;top:22.51171875rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJgdtsztoUzI91LSsKslkoWUx5RwLtoM { display:flex;width:1.3125rem;height:1.3125rem;top:29.5rem;left:7.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #zordAHTddAVSmWmC5RnULGqewns4L9Oo { width:10.25rem;height:2.275rem;top:29rem;left:9.0625rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Hk5COo816hwAg6NNwg30wpSLZSmDvwCz { width:1.5625rem;height:1.5625rem;top:6.375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7qz0f7dgO1DDoxggArcupH8ugvHaDJx { width:1.5625rem;height:1.5625rem;top:6.375rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtOih1vmtFGIUNcWIUNJNQnQ4i5CxcaX { width:12.5rem;height:1.3rem;top:20.26171875rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7mRHpD92QBUOpKTxdhQaV6QcT57o4ZJ { width:12.5rem;height:1.3rem;top:9.13671875rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWvDsdVzR63v36ReV0bgqPuTHpoE9suP { width:12.5rem;height:1.3rem;top:15.787109375rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVF9uetBptGFlq7oKQs8ScUuWtm85a2c { width:12.5rem;height:1.3rem;top:18.0244140625rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOBCCt4S4PIWehALbL8UXAzI26Tvfyf9 { width:12.5rem;height:1.3rem;top:13.5498046875rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOosGvW0Cepd3WlvCkWXu8urrOsihCMd { background-color:#6d5a4e;background-image:none;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; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { background-color: transparent; background-image: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container > .video-iframe-container { display: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container { display: none; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .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); }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { border-width: 0; border-radius: 0; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lOosGvW0Cepd3WlvCkWXu8urrOsihCMd > .row .container { width:20rem;height:2.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/9ad3aab2-335a-4c69-a165-6e3c778f132f/TRAQUILLITYTREATMENTIMAGE21.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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RivbGDvr1JWssLa2TKDhMTh9Hikxxv0o { width:17.3125rem;height:2.625rem;top:11.75rem;left:1.375rem;font-size:1.875rem;line-height:1.4;text-shadow:0rem 0rem 3.75rem #6d5a4e;display:block; }
 }@media only screen and (max-width: 763px) { #MS5wVw5AMTG14h8xTu83FNyc7Z8zNgm0 { width:11.75rem;height:1.0625rem;top:10.0625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qI0kZXTMKdBZhIuEFLkQTxsNbdaKaBpo { display:flex;top:1.4375rem;left:17.53125rem;width:2rem;height:2rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #MNXlUIxukH8o7C1h0oiacOcWg9r11ay6 { display:flex;width:3.125rem;height:3.125rem;top:21.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PuPM9cQo9bpSS68FpuhJnes5E5qqVLFk { display:flex;width:3.125rem;height:3.125rem;top:21.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc { background-color:#6d5a4e;background-image:none;display:block; }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row .container { background-color: transparent; background-image: none; }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row .container > .video-iframe-container { display: none; }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row > .video-iframe-container { display: none; }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .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); }#MXBrKBtrHZwy66f8SGQ5piTy2UIGK5Cc > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VfRH1iX3efbSTw17IVVfT4CDVnJH9Jpd { width:12.5rem;height:12.5rem;top:2.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcXA4PzBQ5DstDMxzALkeXTFf995flfw { width:16.6875rem;height:1.5rem;top:18.6171875rem;left:1.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbvhUa8rZ5MZ3NCegWh6nhpN4EEdfagT { width:14.125rem;height:1.86875rem;top:16.625rem;left:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJiQxxJuvvV6rqCFpffu04CFQ0ztbNl3 { width:18.3125rem;height:6rem;top:21.3125rem;left:0.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x1S6twdrGVIAdl2d5a3vTTbiJpBm0sET { width:12.5rem;height:12.5rem;top:31.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGM8B0x4WRbWyznnUwSdS9SQ4MnT4ugN { width:20rem;height:1.86875rem;top:45.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y3homVoQ4LNv7if7MKGo7Nlz8sFhrF0F { width:20rem;height:2.8rem;top:47.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ItbivuF8nT9Rk6AVWoi16NQ5y2q3W7Pg { width:18.5625rem;height:6rem;top:51.5546875rem;left:0.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE { background-color:#dad3c2;background-image:url("https://images.assets-landingi.com/uc/296f2a61-bd1d-4a5b-a28e-f806c1ff7d35/tlo2.crop_986x300_0,0.preview.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE.adaptive-delivery-prevent-bg, #qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE.lazyload, #qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE.lazyloading { background-image: none; }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row .container { background-color: transparent; background-image: none; }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row .container > .video-iframe-container { display: none; }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row > .video-iframe-container { display: none; }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .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); }#qwNQccQZl25UAEyeBS8FfVoNsDuFn6nE > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fc6Jh3qDDb3UnMSbCGdn4ta3MfTDlk2W { width:12.5rem;height:12.5rem;top:0rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0foywqUBFCzkcrwbE5JvBVE11kWxTTT { width:20rem;height:1.86875rem;top:14.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySTaONkIqJaOJkuTVJfcVxq3o0m3UgPA { width:20rem;height:1.5rem;top:16rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STiKVOwRhVBpUQA7vHP6Rl0Vtr18OhZZ { width:18rem;height:3rem;top:18.5625rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Koeevb8F3bkAAAlm4ySPcRnwVTvqIHEK { width:18rem;height:3rem;top:44.0546875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m6EXkkh7EJPJG9lToQFq3yV0sTRNTOcn { width:20rem;height:1.5rem;top:41.3046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fFGBFZ4sq3vtetrL9VTNNCr928iU2dGC { width:20rem;height:1.86875rem;top:39.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQ1NtnWX36GGHFPJdLM25bJZDmFQ01oL { width:12.5rem;height:12.5rem;top:25.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 { background-color:#dad3c2;background-image:none;display:block; }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row .container { background-color: transparent; background-image: none; }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row .container > .video-iframe-container { display: none; }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row > .video-iframe-container { display: none; }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .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); }#lpCbiZTT1JvncJfuxQuFNFdptTWNzEN5 > .row .container { width:20rem;height:53.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRCSHBuq9Rk3594lOx2rM8eNbnBeT8Uv { width:12.5rem;height:12.5rem;top:1.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdHvZz1bNZJfCuSyQV1AMUAQUT6TfO5f { width:20rem;height:1.86875rem;top:16.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZuy9hF6loRUkpt2HFPxE9it813mQyJc { width:20rem;height:1.5rem;top:17.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eXNO9cIdWrhprdbO9Afbld4bEcQgy3rA { width:15.625rem;height:3rem;top:20.4375rem;left:2.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ApPmtd20pNI8DRwKR1CZsNhn1TTaIaw8 { width:12.5rem;height:12.5rem;top:27.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0F9THzcqv0JbTETayMc1OqHQhU3BTnP { width:20rem;height:1.86875rem;top:41.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC7Z2T5yV39XVDHQmsAVpqpS7WIdk9pP { width:20rem;height:1.5rem;top:43.4296875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r9fGa7DPQExQTuEaVFzmQieRNdAGfTNQ { width:18.1875rem;height:4.5rem;top:46.1796875rem;left:0.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 { background-color:#dad3c2;background-image:none;display:block; }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row .container { background-color: transparent; background-image: none; }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row .container > .video-iframe-container { display: none; }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row > .video-iframe-container { display: none; }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .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); }#R5wcVAw6nFBBIXFkb8tVkVulcc27hBw6 > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNlu15rq2RzlAcyieCHRwvpIqcAskSQu { width:20rem;height:1.86875rem;top:16.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSnFKGLOgTCPwQK7s2RTPyzM8FXT44Gf { width:20rem;height:1.5rem;top:17.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mGTAqXa3qnBuCCwDdmLhHrfyTDpgbzyB { width:15.8125rem;height:3rem;top:20.6875rem;left:2.0937500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQvRk6mOGrVwpqS5rVPgdei56bq6sIDi { width:12.5rem;height:12.5rem;top:2.3625001907349rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi { display:block; }#wVr7TUrqCHXBABkJKMM9Hyg3kOVXc0Hi > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r55usIdDixu8GWNADNhgZWfxUTyDnJcQ { background-color:#6d5a4e;background-image:url("https://images.assets-landingi.com/uc/b9b458d6-e6b4-42c2-9ed6-31af0b395c04/Jorrun_httpsipinimgcom564xb669bd.crop_3107x1280_701,0.preview.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ.adaptive-delivery-prevent-bg, #r55usIdDixu8GWNADNhgZWfxUTyDnJcQ.lazyload, #r55usIdDixu8GWNADNhgZWfxUTyDnJcQ.lazyloading { background-image: none; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row .container { background-color: transparent; background-image: none; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row .container > .video-iframe-container { display: none; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row > .video-iframe-container { display: none; }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .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); }#r55usIdDixu8GWNADNhgZWfxUTyDnJcQ > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jk3M59Ug52LsyRUvcACCaBuSiFqTvDOw { width:7.4375rem;height:2.25rem;top:1.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5r4bqyh2gI7d7uSlwTh8GxhpEx1ooe5 { width:9.9375rem;height:2.8125rem;top:5.8125rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuGM31NIfM1BwdQVrEs0b7fZIi6mp6St { width:8.75rem;height:1.40625rem;top:9.5rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuRBT0K7oy0PZfuMFqsbNwmZG9grKaak { width:9.5rem;height:1.40625rem;top:11.875rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvdTdGNUAFahUXrOBRTa4Ra1VkNDmHFQ { display:flex;width:1.5625rem;height:1.5625rem;top:9.4375rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #LBEZCTLTWWUawis6DmXKv0iuHNaUD1MG { display:flex;width:1.5625rem;height:1.5625rem;top:6.4375rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #nuJQRuR6QZ4mmAvql7teG5QXwTHCnkdU { display:flex;width:1.5625rem;height:1.5625rem;top:11.8125rem;left:0rem;font-size:1.0625rem; }
 }@media only screen and (max-width: 763px) { #xQkgmtuzHxkbdmJbHpD2syzJQIhzaqdf { width:13.8125rem;height:1.125rem;top:15.0625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bF1wzl0zH2z9Tk9wVPEkxe9ByHWe5AbK { width:15.75rem;height:1.125rem;top:17.0625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }