.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:220,239,241;--color-primary-1:149,208,213;--color-primary-2:79,176,185;--color-primary-3:0,213,223;--color-primary-4:16,35,37;--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:255,244,244;--color-tertiary-2:153,146,146;--color-tertiary-3:92,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4a178392-08b6-48c9-9a9f-aa3b351a8ba9/Sompolno1.jpg");background-position:top left !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv.adaptive-delivery-prevent-bg, #ewXUAutq5bur4eGRGcPTekdfBA5En8Iv.lazyload, #ewXUAutq5bur4eGRGcPTekdfBA5En8Iv.lazyloading { background-image: none; }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row .container { background-color: transparent; background-image: none; }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row .container > .video-iframe-container { display: none; }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row > .video-iframe-container { display: none; }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .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); }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row .container { border-width: 0; border-radius: 0; }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row .container { font-size:0.875rem;font-family:"open sans";height:40.375rem;width:60rem;overflow:visible;position:relative;display:block; }#r2wwRxKUDtpepTGRS5zxtJtN0Qyb2JIJ { position:absolute;display:block;z-index:15004;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:8.75rem;width:9.375rem;top:0rem;left:1.25rem;overflow:hidden;display:block; }
#AANo0hFFLVXAvcTMyItWgGlNnbTP79WE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:31.5rem;left:5.1875rem;height:2.35595625rem;display:block; }
#xv6JKn4ViPXdcHAHTTmFMR0ptrJdekUS { 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:15007;opacity:1;top:31.115234375rem;left:2.0625rem; }
#Q5Vwd2u99niI4iFTn4uLkbIulCt8ZLQV { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:36rem;left:1.25rem;display:block; }
#xJ2lAkBIb5ernnzpXtMFbrRAqgr5Wema { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qv8wLQNFQwVdlHr1vf1GFQUmnsWBGApl { color:#368f97;display:block;width:35.125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10rem;left:2.5rem;height:2.1933625rem;text-align:left;text-align-last:left;display:block; }
#RmwgrPi0qDnBqiuGq5CSLAfFUbKKe3Np { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:21.125rem;left:2.5rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#puPGttZEOplNJgNuEXgcuWKGmhSrTbkq { position:absolute;display:block;z-index:15010;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.5rem;width:7.625rem;top:20.6875rem;left:10.6875rem;overflow:hidden;display:block; }
#H57zrg4ylaPKW7Q4T5OiclHqvqOZCJsK { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:23.625rem;left:2.5rem;height:6.5625rem;display:block; }
#ZQceoCyZ8nSNcrOMM3qnc8noWxdnsxyi { color:rgba(var(--color-secondary-4),1);display:block;width:35.125rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12.1875rem;left:2.5rem;height:4.386725rem;text-align:left;text-align-last:left;display:block; }
#Su1DpuDCvsAxAVhFkC6lUDSrTFcO3o6x { z-index:15005;top:36rem;left:20.0625rem;background-color:#ffffff;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hnHNmwHdxGbAEJ82D17OZlnOSuUO0JTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LfUwKnhqTmW69WgB05JMfprn0HqxLy6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f1;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; }#LfUwKnhqTmW69WgB05JMfprn0HqxLy6V > .row .container { background-color: transparent; background-image: none; }#LfUwKnhqTmW69WgB05JMfprn0HqxLy6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfUwKnhqTmW69WgB05JMfprn0HqxLy6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfUwKnhqTmW69WgB05JMfprn0HqxLy6V > .row .container > .video-iframe-container { display: none; }#LfUwKnhqTmW69WgB05JMfprn0HqxLy6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfUwKnhqTmW69WgB05JMfprn0HqxLy6V > .row > .video-iframe-container { display: none; }#LfUwKnhqTmW69WgB05JMfprn0HqxLy6V > .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); }#LfUwKnhqTmW69WgB05JMfprn0HqxLy6V > .row .container { border-width: 0; border-radius: 0; }#LfUwKnhqTmW69WgB05JMfprn0HqxLy6V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LfUwKnhqTmW69WgB05JMfprn0HqxLy6V > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:11.1875rem;width:60rem;position:relative;display:block; }#TzGgmU7qUJcTUu55LOJhSXSHTs31Zkle { color:rgba(var(--color-tertiary-4),1);display:block;width:58.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.78125rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ityhMS838BVRhHWN65MGMGvIa4mz40eH { z-index:15006;top:6.5625rem;left:22.9375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid rgba(var(--color-primary-2),1);border-left:0.1875rem solid rgba(var(--color-primary-2),1);border-right:0.1875rem solid rgba(var(--color-primary-2),1);border-bottom:0.1875rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),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.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TrF0mn4G4ur4QVWsQ4JZ0ClKdKOu10gy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f1;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; }#sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo > .row .container { background-color: transparent; background-image: none; }#sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo > .row .container > .video-iframe-container { display: none; }#sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo > .row > .video-iframe-container { display: none; }#sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo > .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); }#sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo > .row .container { border-width: 0; border-radius: 0; }#sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;position:relative;display:block; }#TNDHLIXzy5QRJwbxc9EQvUWgpJ9QhaUu { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAKizzicy1RUBsPAV3OM6CdHwRIsJwGU { position:relative;display:block; } #d05545f252cac9b1b63208eee0be0606.widget-smartsection *:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="text"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="email"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="tel"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection textarea:focus-visible { outline: none; } #rAKizzicy1RUBsPAV3OM6CdHwRIsJwGU > .row .container { position:relative;display:block; }#a55gCwsXSshw7DyZwhJ1cKEaataWw9QU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#a55gCwsXSshw7DyZwhJ1cKEaataWw9QU > .row .container { background-color: transparent; background-image: none; }#a55gCwsXSshw7DyZwhJ1cKEaataWw9QU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a55gCwsXSshw7DyZwhJ1cKEaataWw9QU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a55gCwsXSshw7DyZwhJ1cKEaataWw9QU > .row .container > .video-iframe-container { display: none; }#a55gCwsXSshw7DyZwhJ1cKEaataWw9QU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a55gCwsXSshw7DyZwhJ1cKEaataWw9QU > .row > .video-iframe-container { display: none; }#a55gCwsXSshw7DyZwhJ1cKEaataWw9QU > .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); }#a55gCwsXSshw7DyZwhJ1cKEaataWw9QU > .row .container { border-width: 0; border-radius: 0; }#a55gCwsXSshw7DyZwhJ1cKEaataWw9QU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a55gCwsXSshw7DyZwhJ1cKEaataWw9QU > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#aXBJWJo6ho62NUKwbMZ3kO2lTgn1Km8b { color:rgba(var(--color-tertiary-4),1);display:block;width:57.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.75rem;left:1.375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#X0Wl7VwuGOJJVMmrZwrehooOXklP39wv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#X0Wl7VwuGOJJVMmrZwrehooOXklP39wv > .row .container { background-color: transparent; background-image: none; }#X0Wl7VwuGOJJVMmrZwrehooOXklP39wv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Wl7VwuGOJJVMmrZwrehooOXklP39wv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Wl7VwuGOJJVMmrZwrehooOXklP39wv > .row .container > .video-iframe-container { display: none; }#X0Wl7VwuGOJJVMmrZwrehooOXklP39wv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0Wl7VwuGOJJVMmrZwrehooOXklP39wv > .row > .video-iframe-container { display: none; }#X0Wl7VwuGOJJVMmrZwrehooOXklP39wv > .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); }#X0Wl7VwuGOJJVMmrZwrehooOXklP39wv > .row .container { border-width: 0; border-radius: 0; }#X0Wl7VwuGOJJVMmrZwrehooOXklP39wv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0Wl7VwuGOJJVMmrZwrehooOXklP39wv > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:block; }#oSu3UBw6rlHDG7RKhdP0t6wIBNKauf2b { box-sizing:content-box;height:25rem;width:19.375rem;position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/2fe511f0-f5b9-4af2-badc-69871b9a0c7e/Benita18.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8125rem;left:0rem;display:block; }#oSu3UBw6rlHDG7RKhdP0t6wIBNKauf2b.adaptive-delivery-prevent-bg, #oSu3UBw6rlHDG7RKhdP0t6wIBNKauf2b.lazyload, #oSu3UBw6rlHDG7RKhdP0t6wIBNKauf2b.lazyloading { background-image: none; }
#JsD3GbG4Au4KB7s9vTNSv0yDJNyy3xyQ { box-sizing:content-box;height:25rem;width:19.375rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8f3867ec-c8b5-467b-9936-8ace3983554a/Corina18.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8125rem;left:20.3125rem;display:block; }#JsD3GbG4Au4KB7s9vTNSv0yDJNyy3xyQ.adaptive-delivery-prevent-bg, #JsD3GbG4Au4KB7s9vTNSv0yDJNyy3xyQ.lazyload, #JsD3GbG4Au4KB7s9vTNSv0yDJNyy3xyQ.lazyloading { background-image: none; }
#XPsAE7J8TTsOzUJnE87MaN1HOSnb5h2T { box-sizing:content-box;height:25rem;width:19.375rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ce4fecbb-d946-430a-8dbb-b2a5c46964e8/Pusia30.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8125rem;left:40.625rem;display:block; }#XPsAE7J8TTsOzUJnE87MaN1HOSnb5h2T.adaptive-delivery-prevent-bg, #XPsAE7J8TTsOzUJnE87MaN1HOSnb5h2T.lazyload, #XPsAE7J8TTsOzUJnE87MaN1HOSnb5h2T.lazyloading { background-image: none; }
#opOwmO74VgB6NNNFK68atBpuXAwpPmSi { position:relative;display:block; } #c46cbcbad28b498e1e40f571cf508520.widget-smartsection *:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="text"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="email"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="tel"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection textarea:focus-visible { outline: none; } #opOwmO74VgB6NNNFK68atBpuXAwpPmSi > .row .container { position:relative;display:block; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f1;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; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container { background-color: transparent; background-image: none; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container > .video-iframe-container { display: none; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row > .video-iframe-container { display: none; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .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); }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container { border-width: 0; border-radius: 0; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container { font-size:0.875rem;font-family:"open sans";height:10.125rem;width:60rem;position:relative;display:block; }#ibHSvPFcnRb629BicluFBft82yCteXk2 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:5.6875rem;left:17.3125rem;display:block; }
#slUGMUe22e90a3xkkgTBlI76laZAIFN5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zGxEbEG91T6NGO3MhW8Khc2koRiK9CT9 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OMGawkcnTu60LtmXvVkvTZ3ff7k0Aszt { position:relative;display:block; } #d05545f252cac9b1b63208eee0be0606.widget-smartsection *:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="text"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="email"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="tel"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection textarea:focus-visible { outline: none; } #OMGawkcnTu60LtmXvVkvTZ3ff7k0Aszt > .row .container { position:relative;display:block; }#BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a > .row .container { background-color: transparent; background-image: none; }#BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a > .row .container > .video-iframe-container { display: none; }#BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a > .row > .video-iframe-container { display: none; }#BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a > .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); }#BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a > .row .container { border-width: 0; border-radius: 0; }#BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#S7pgmN97AxWn1aw6thGGn9VcrNvpbdhz { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr > .row .container { background-color: transparent; background-image: none; }#ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr > .row .container > .video-iframe-container { display: none; }#ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr > .row > .video-iframe-container { display: none; }#ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr > .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); }#ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr > .row .container { border-width: 0; border-radius: 0; }#ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#HcyJsUglA3FuTphh3t5uGBcPw1zZb1Le { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#lPmGvAcTSTqnzJRKzkwd2eSTkgzAUho4 { position:absolute;display:block;z-index:15001;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:14.375rem;width:14.375rem;top:0rem;left:15.3125rem;overflow:hidden;display:block; }
#T5KTqlzi7hXZMPme0bAUPv30TpJQEOdG { position:absolute;display:block;z-index:15002;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:14.375rem;width:14.375rem;top:0rem;left:30.3125rem;overflow:hidden;display:block; }
#cgp0yJUTzZcRDKKrmC01H955ZaWtwHcv { 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:14.375rem;width:14.375rem;top:0rem;left:45.3125rem;overflow:hidden;display:block; }
#iyiI57kaoiewlHONeyi8moMXsT2oLcPn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#iyiI57kaoiewlHONeyi8moMXsT2oLcPn > .row .container { background-color: transparent; background-image: none; }#iyiI57kaoiewlHONeyi8moMXsT2oLcPn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyiI57kaoiewlHONeyi8moMXsT2oLcPn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyiI57kaoiewlHONeyi8moMXsT2oLcPn > .row .container > .video-iframe-container { display: none; }#iyiI57kaoiewlHONeyi8moMXsT2oLcPn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iyiI57kaoiewlHONeyi8moMXsT2oLcPn > .row > .video-iframe-container { display: none; }#iyiI57kaoiewlHONeyi8moMXsT2oLcPn > .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); }#iyiI57kaoiewlHONeyi8moMXsT2oLcPn > .row .container { border-width: 0; border-radius: 0; }#iyiI57kaoiewlHONeyi8moMXsT2oLcPn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iyiI57kaoiewlHONeyi8moMXsT2oLcPn > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#cCOVccDvaaigVFfiPt6Pu4q4sEWf2SRn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#IMSQn0fxGv910Ahzym8ZQxBbIhWr6es4 { position:absolute;display:block;z-index:15001;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:14.375rem;width:14.375rem;top:0rem;left:15.3125rem;overflow:hidden;display:block; }
#zMZo8GBcHDkfEEGQ8dwZAnhDULlJdgVo { position:absolute;display:block;z-index:15002;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:14.375rem;width:14.375rem;top:0rem;left:30.3125rem;overflow:hidden;display:block; }
#GO5txRpyQags2lD0aOknNEhbUaA3XSQR { 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:14.375rem;width:14.375rem;top:0rem;left:45.3125rem;overflow:hidden;display:block; }
#TSTHG5taac1ni6EAcmw24hQis5liwhgp { position:relative;display:block; } #c46cbcbad28b498e1e40f571cf508520.widget-smartsection *:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="text"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="email"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="tel"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection textarea:focus-visible { outline: none; } #TSTHG5taac1ni6EAcmw24hQis5liwhgp > .row .container { position:relative;display:block; }#TGsHUdMswdArF7CLnP84umgy6HyKE50z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f1;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; }#TGsHUdMswdArF7CLnP84umgy6HyKE50z > .row .container { background-color: transparent; background-image: none; }#TGsHUdMswdArF7CLnP84umgy6HyKE50z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGsHUdMswdArF7CLnP84umgy6HyKE50z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGsHUdMswdArF7CLnP84umgy6HyKE50z > .row .container > .video-iframe-container { display: none; }#TGsHUdMswdArF7CLnP84umgy6HyKE50z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGsHUdMswdArF7CLnP84umgy6HyKE50z > .row > .video-iframe-container { display: none; }#TGsHUdMswdArF7CLnP84umgy6HyKE50z > .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); }#TGsHUdMswdArF7CLnP84umgy6HyKE50z > .row .container { border-width: 0; border-radius: 0; }#TGsHUdMswdArF7CLnP84umgy6HyKE50z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGsHUdMswdArF7CLnP84umgy6HyKE50z > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#JupIacOc7teIhJqTTTFZs93Tpvd5JEcZ { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.3125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#T6gxhBSK5sGiaJhQygESrTPG4imLpCTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f1;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; }#T6gxhBSK5sGiaJhQygESrTPG4imLpCTI > .row .container { background-color: transparent; background-image: none; }#T6gxhBSK5sGiaJhQygESrTPG4imLpCTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6gxhBSK5sGiaJhQygESrTPG4imLpCTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6gxhBSK5sGiaJhQygESrTPG4imLpCTI > .row .container > .video-iframe-container { display: none; }#T6gxhBSK5sGiaJhQygESrTPG4imLpCTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6gxhBSK5sGiaJhQygESrTPG4imLpCTI > .row > .video-iframe-container { display: none; }#T6gxhBSK5sGiaJhQygESrTPG4imLpCTI > .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); }#T6gxhBSK5sGiaJhQygESrTPG4imLpCTI > .row .container { border-width: 0; border-radius: 0; }#T6gxhBSK5sGiaJhQygESrTPG4imLpCTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6gxhBSK5sGiaJhQygESrTPG4imLpCTI > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#TepDiyG8pdUKVNddl254XZv8uFv1WsBk { position:absolute;display:block;z-index:15047;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:19.4375rem;width:19.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#KsRXXOAfHO2zdp4RHbvqF4goiJtiTvwT { position:absolute;display:block;z-index:15046;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:19.4375rem;width:19.4375rem;top:0rem;left:20.28125rem;overflow:hidden;display:block; }
#XcOzTetHVAMZMkHdev3MBigeqTzWsDF6 { position:absolute;display:block;z-index:15047;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:19.4375rem;width:19.4375rem;top:0rem;left:40.28125rem;overflow:hidden;display:block; }
#NTRL22BUhuNLE31DzWTsII8S8PE3oOfO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f3f1;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; }#NTRL22BUhuNLE31DzWTsII8S8PE3oOfO > .row .container { background-color: transparent; background-image: none; }#NTRL22BUhuNLE31DzWTsII8S8PE3oOfO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTRL22BUhuNLE31DzWTsII8S8PE3oOfO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTRL22BUhuNLE31DzWTsII8S8PE3oOfO > .row .container > .video-iframe-container { display: none; }#NTRL22BUhuNLE31DzWTsII8S8PE3oOfO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTRL22BUhuNLE31DzWTsII8S8PE3oOfO > .row > .video-iframe-container { display: none; }#NTRL22BUhuNLE31DzWTsII8S8PE3oOfO > .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); }#NTRL22BUhuNLE31DzWTsII8S8PE3oOfO > .row .container { border-width: 0; border-radius: 0; }#NTRL22BUhuNLE31DzWTsII8S8PE3oOfO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTRL22BUhuNLE31DzWTsII8S8PE3oOfO > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#JVdIOdbDboFoilwhtuMfEzic2omHgdms { position:absolute;display:block;z-index:15047;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:19.4375rem;width:19.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZA1p9ewtPgC8CXrgFxv2Q0qcXOM6LDg6 { position:absolute;display:block;z-index:15046;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:19.4375rem;width:19.4375rem;top:0rem;left:20.28125rem;overflow:hidden;display:block; }
#MVt4hMPpkyyTTXBFqArQHgmtNBCcMNhh { position:absolute;display:block;z-index:15047;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:19.4375rem;width:19.4375rem;top:0rem;left:40.28125rem;overflow:hidden;display:block; }
#H6A3I78fbHT4y4spgR7yJxOkkSztP5EV { position:relative;display:block; } #d05545f252cac9b1b63208eee0be0606.widget-smartsection *:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="text"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="email"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="tel"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection textarea:focus-visible { outline: none; } #H6A3I78fbHT4y4spgR7yJxOkkSztP5EV > .row .container { position:relative;display:block; }#wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb > .row .container { background-color: transparent; background-image: none; }#wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb > .row .container > .video-iframe-container { display: none; }#wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb > .row > .video-iframe-container { display: none; }#wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb > .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); }#wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb > .row .container { border-width: 0; border-radius: 0; }#wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:block; }#ezRAByrhciZBQi9xmiULugVHf113ub2i { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:1.29980625rem;display:block; }
#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/39397c26-0e7a-4473-b6f4-3ecf736750cb/tlosekcja3turkus.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut.adaptive-delivery-prevent-bg, #h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut.lazyload, #h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut.lazyloading { background-image: none; }#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut > .row .container { background-color: transparent; background-image: none; }#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut > .row .container > .video-iframe-container { display: none; }#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut > .row > .video-iframe-container { display: none; }#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut > .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); }#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut > .row .container { border-width: 0; border-radius: 0; }#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { background-color: transparent; background-image: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container { display: none; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .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); }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { border-width: 0; border-radius: 0; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { font-size:0.875rem;font-family:"open sans";height:35.75rem;width:60rem;position:relative;display:block; }#rM0vFI9NzK2UPZBUe6gFZVX4S3eodZ9d { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oSrpA0XJTZx9Z4nqRyX2l8huaKncgTne { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:7.8125rem;left:11.5rem;height:2.54980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ftSXqrHtSyi2DQ9mlQWvcxLWZU2axe0k { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:7.75rem;left:33.625rem;display:block; }
#qEA8UuBgXiWLXifyN3wFLfiis2TaxdCo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELyNRfK9OaTOAxNB9uhaa4eBIoSVVAK5 { 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:4rem;width:13.875rem;top:29.28125rem;left:8.15625rem;overflow:hidden;display:block; }
#WHicf8xCQRSVvz90qZawogWF7pl0lTTf { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.40625rem;left:0rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M3Tnm2U8WmzyDwQeJNBTuaZRsOpuEBuB { position:absolute;display:block;z-index:15006;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:4rem;width:13.875rem;top:29.28125rem;left:38.53125rem;overflow:hidden;display:block; }
#D5EZuBBwShxeJJrgH9ZworplT5OFeM2H { 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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:20.09375rem;left:23.59375rem;display:block; }
#qy0vA3pS99ph46JD51L4XE6KJ1GtFSNA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TE1X84mwUN7MtIwFQBkRhOkEbTTVGk3E { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.8125rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#elvsFJpwJ2dN4fiJ5wmSmcAmA977Lqci { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.03125rem;left:0rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aSRpwN3swCokStyRZH627kAtmHokFdCe { position:relative;display:block; } #ed121d14173d5109da1529470abdfade.widget-smartsection *:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="text"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="email"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="tel"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection textarea:focus-visible { outline: none; } #aSRpwN3swCokStyRZH627kAtmHokFdCe > .row .container { position:relative;display:block; }#CPSXzDl3C7JvCfuBUKmE1poQNhcPOR8R { position:relative;display:block; } #beda216cc804de18c87b46cb8a766861.widget-smartsection *:focus-visible, #beda216cc804de18c87b46cb8a766861.widget-smartsection input[type="text"]:focus-visible, #beda216cc804de18c87b46cb8a766861.widget-smartsection input[type="email"]:focus-visible, #beda216cc804de18c87b46cb8a766861.widget-smartsection input[type="tel"]:focus-visible, #beda216cc804de18c87b46cb8a766861.widget-smartsection textarea:focus-visible { outline: none; } #CPSXzDl3C7JvCfuBUKmE1poQNhcPOR8R > .row .container { position:relative;display:block; }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/04dbb330-6f18-40d6-b76f-4a7b4391379c/tlosekcjaturkusaplikacjagora.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ.adaptive-delivery-prevent-bg, #JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ.lazyload, #JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ.lazyloading { background-image: none; }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ > .row .container { background-color: transparent; background-image: none; }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ > .row .container > .video-iframe-container { display: none; }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ > .row > .video-iframe-container { display: none; }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ > .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); }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ > .row .container { border-width: 0; border-radius: 0; }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP > .row .container { background-color: transparent; background-image: none; }#Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP > .row .container > .video-iframe-container { display: none; }#Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP > .row > .video-iframe-container { display: none; }#Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP > .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); }#Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP > .row .container { border-width: 0; border-radius: 0; }#Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#vOTRbgCcR5fqqskwRNBRFF59szpIgr49 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:0rem;left:31.5rem;height:8.5498125rem;text-align:left;text-align-last:left;display:block; }
#XZraW9qeKf1NLlpCPXTrIKKHlgM4mMln { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.06396484375rem;left:31.5rem;height:14.2480625rem;text-align:left;text-align-last:left;display:block; }#XZraW9qeKf1NLlpCPXTrIKKHlgM4mMln li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XZraW9qeKf1NLlpCPXTrIKKHlgM4mMln li:before{  }
#E1QVnGSpmFJdaWNHTf0Xup9dNgZvIynl { position:absolute;display:block;z-index:15002;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:16.0625rem;width:14.125rem;top:0rem;left:7.9375rem;overflow:hidden;display:block; }
#WezVxMoFxSe1H062NRL5EIw8ILTTtGku { 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:3.625rem;width:12.1875rem;top:17.6875rem;left:16.125rem;overflow:hidden;display:block; }
#tFe3eEi5U6D9fyG5iJGxnqPCIi2TAhzU { position:absolute;display:block;z-index:15004;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.625rem;width:11.8125rem;top:17.6875rem;left:1.6875rem;overflow:hidden;display:block; }
#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3b84445f-9ce5-40fb-bf84-877a6a746838/tlosekcjaturkusaplikacjadol.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf.adaptive-delivery-prevent-bg, #qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf.lazyload, #qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf.lazyloading { background-image: none; }#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf > .row .container { background-color: transparent; background-image: none; }#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf > .row .container > .video-iframe-container { display: none; }#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf > .row > .video-iframe-container { display: none; }#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf > .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); }#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf > .row .container { border-width: 0; border-radius: 0; }#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#WkUGZywdoq4TpbhOhTECMCZTxo0hK4M1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;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:none; }#WkUGZywdoq4TpbhOhTECMCZTxo0hK4M1.adaptive-delivery-prevent-bg, #WkUGZywdoq4TpbhOhTECMCZTxo0hK4M1.lazyload, #WkUGZywdoq4TpbhOhTECMCZTxo0hK4M1.lazyloading { background-image: none; }#WkUGZywdoq4TpbhOhTECMCZTxo0hK4M1 > .row .container { border-width: 0; border-radius: 0; }#WkUGZywdoq4TpbhOhTECMCZTxo0hK4M1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WkUGZywdoq4TpbhOhTECMCZTxo0hK4M1 > .row .container { font-size:0.875rem;font-family:"open sans";height:17.375rem;width:60rem;position:relative;display:none; }#KtPfIExafqTru9K9rKhZE9FndQxETwUy { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3125rem;left:0rem;height:2.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P90tSyqJbc5vkpLFT9GoOMXSTqIbkU58 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:7.1875rem;left:0rem;height:6.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { background-color: transparent; background-image: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .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); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { border-width: 0; border-radius: 0; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { font-size:0.875rem;font-family:"open sans";height:34.5rem;width:60rem;position:relative;display:block; }#kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { color:rgba(var(--color-tertiary-0),0.7);display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:3.1875rem;left:13.625rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat: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:34.4375rem;width:29.8125rem;top:0rem;left:26.4375rem;display:block; }
#oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { color:#282828;display:block;width:29.875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:10.75rem;left:26.4375rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { color:rgba(40,40,40,0.7);display:block;width:28.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:14.75rem;left:27.3125rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { position:absolute;display:block;z-index:15031;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:9.1875rem;width:9.1875rem;top:1.125rem;left:36.4375rem;overflow:hidden;display:block; }
#r7fqwqqUFiEvvN70CezJxvbBhGQ41wod { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:2.5625rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:26.9375rem;left:34.9375rem;display:block; }
#GfrxwpyzATDaBkTMQf5kUUUASZRkzBTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yzdqtlkS1IrvTgTnAK3P0KOrm72MhdJA { position:absolute;display:block;z-index:15001;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:34.4375rem;width:30.1875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ewXUAutq5bur4eGRGcPTekdfBA5En8Iv { display:block; }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2wwRxKUDtpepTGRS5zxtJtN0Qyb2JIJ { width:9.375rem;height:8.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AANo0hFFLVXAvcTMyItWgGlNnbTP79WE { width:12.5rem;height:2.3125rem;top:31.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv6JKn4ViPXdcHAHTTmFMR0ptrJdekUS { width:3.125rem;height:3.125rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Vwd2u99niI4iFTn4uLkbIulCt8ZLQV { width:18.1875rem;height:3.4375rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ2lAkBIb5ernnzpXtMFbrRAqgr5Wema { display:block; }
 }@media only screen and (max-width: 763px) { #qv8wLQNFQwVdlHr1vf1GFQUmnsWBGApl { width:35.125rem;height:2.1875rem;top:10rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmwgrPi0qDnBqiuGq5CSLAfFUbKKe3Np { width:8.1875rem;height:2.625rem;top:21.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puPGttZEOplNJgNuEXgcuWKGmhSrTbkq { width:7.625rem;height:3.5rem;top:20.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H57zrg4ylaPKW7Q4T5OiclHqvqOZCJsK { width:29.8125rem;height:6.5625rem;top:23.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQceoCyZ8nSNcrOMM3qnc8noWxdnsxyi { width:35.125rem;height:4.375rem;top:12.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Su1DpuDCvsAxAVhFkC6lUDSrTFcO3o6x { top:36rem;left:13.9375rem;width:14.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnHNmwHdxGbAEJ82D17OZlnOSuUO0JTN { display:block; }
 }@media only screen and (max-width: 763px) { #LfUwKnhqTmW69WgB05JMfprn0HqxLy6V { display:none; }#LfUwKnhqTmW69WgB05JMfprn0HqxLy6V > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TzGgmU7qUJcTUu55LOJhSXSHTs31Zkle { width:47.75rem;height:5.125rem;top:0.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ityhMS838BVRhHWN65MGMGvIa4mz40eH { top:6.5625rem;left:16.8125rem;width:14.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrF0mn4G4ur4QVWsQ4JZ0ClKdKOu10gy { display:block; }
 }@media only screen and (max-width: 763px) { #sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo { display:block; }#sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNDHLIXzy5QRJwbxc9EQvUWgpJ9QhaUu { width:47.75rem;height:1.6875rem;top:1.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAKizzicy1RUBsPAV3OM6CdHwRIsJwGU { display:block; } #d05545f252cac9b1b63208eee0be0606.widget-smartsection *:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="text"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="email"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="tel"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection textarea:focus-visible { outline: none; } #rAKizzicy1RUBsPAV3OM6CdHwRIsJwGU > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #a55gCwsXSshw7DyZwhJ1cKEaataWw9QU { display:block; }#a55gCwsXSshw7DyZwhJ1cKEaataWw9QU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXBJWJo6ho62NUKwbMZ3kO2lTgn1Km8b { width:47.75rem;height:2.4375rem;top:0.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Wl7VwuGOJJVMmrZwrehooOXklP39wv { display:block; }#X0Wl7VwuGOJJVMmrZwrehooOXklP39wv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSu3UBw6rlHDG7RKhdP0t6wIBNKauf2b { width:19.375rem;height:25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsD3GbG4Au4KB7s9vTNSv0yDJNyy3xyQ { width:19.375rem;height:25rem;top:0.8125rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPsAE7J8TTsOzUJnE87MaN1HOSnb5h2T { width:19.375rem;height:25rem;top:0.8125rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #opOwmO74VgB6NNNFK68atBpuXAwpPmSi { display:block; } #c46cbcbad28b498e1e40f571cf508520.widget-smartsection *:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="text"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="email"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="tel"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection textarea:focus-visible { outline: none; } #opOwmO74VgB6NNNFK68atBpuXAwpPmSi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD { display:block; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibHSvPFcnRb629BicluFBft82yCteXk2 { width:23.75rem;height:3.4375rem;top:5.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #slUGMUe22e90a3xkkgTBlI76laZAIFN5 { display:block; }
 }@media only screen and (max-width: 763px) { #zGxEbEG91T6NGO3MhW8Khc2koRiK9CT9 { width:47.75rem;height:4.1875rem;top:0.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMGawkcnTu60LtmXvVkvTZ3ff7k0Aszt { display:block; } #d05545f252cac9b1b63208eee0be0606.widget-smartsection *:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="text"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="email"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="tel"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection textarea:focus-visible { outline: none; } #OMGawkcnTu60LtmXvVkvTZ3ff7k0Aszt > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a { display:block; }#BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7pgmN97AxWn1aw6thGGn9VcrNvpbdhz { width:47.75rem;height:2.875rem;top:0rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr { display:block; }#ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcyJsUglA3FuTphh3t5uGBcPw1zZb1Le { width:14.375rem;height:14.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPmGvAcTSTqnzJRKzkwd2eSTkgzAUho4 { width:14.375rem;height:14.375rem;top:0rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KTqlzi7hXZMPme0bAUPv30TpJQEOdG { width:14.375rem;height:14.375rem;top:0rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgp0yJUTzZcRDKKrmC01H955ZaWtwHcv { width:14.375rem;height:14.375rem;top:0rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyiI57kaoiewlHONeyi8moMXsT2oLcPn { display:block; }#iyiI57kaoiewlHONeyi8moMXsT2oLcPn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCOVccDvaaigVFfiPt6Pu4q4sEWf2SRn { width:14.375rem;height:14.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMSQn0fxGv910Ahzym8ZQxBbIhWr6es4 { width:14.375rem;height:14.375rem;top:0rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMZo8GBcHDkfEEGQ8dwZAnhDULlJdgVo { width:14.375rem;height:14.375rem;top:0rem;left:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO5txRpyQags2lD0aOknNEhbUaA3XSQR { width:14.375rem;height:14.375rem;top:0rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTHG5taac1ni6EAcmw24hQis5liwhgp { display:block; } #c46cbcbad28b498e1e40f571cf508520.widget-smartsection *:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="text"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="email"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="tel"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection textarea:focus-visible { outline: none; } #TSTHG5taac1ni6EAcmw24hQis5liwhgp > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGsHUdMswdArF7CLnP84umgy6HyKE50z { display:block; }#TGsHUdMswdArF7CLnP84umgy6HyKE50z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JupIacOc7teIhJqTTTFZs93Tpvd5JEcZ { width:47.75rem;height:3.25rem;top:0.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gxhBSK5sGiaJhQygESrTPG4imLpCTI { display:block; }#T6gxhBSK5sGiaJhQygESrTPG4imLpCTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TepDiyG8pdUKVNddl254XZv8uFv1WsBk { width:19.4375rem;height:19.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsRXXOAfHO2zdp4RHbvqF4goiJtiTvwT { width:19.4375rem;height:19.4375rem;top:0rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOzTetHVAMZMkHdev3MBigeqTzWsDF6 { width:19.4375rem;height:19.4375rem;top:0rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTRL22BUhuNLE31DzWTsII8S8PE3oOfO { display:block; }#NTRL22BUhuNLE31DzWTsII8S8PE3oOfO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVdIOdbDboFoilwhtuMfEzic2omHgdms { width:19.4375rem;height:19.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA1p9ewtPgC8CXrgFxv2Q0qcXOM6LDg6 { width:19.4375rem;height:19.4375rem;top:0rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVt4hMPpkyyTTXBFqArQHgmtNBCcMNhh { width:19.4375rem;height:19.4375rem;top:0rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6A3I78fbHT4y4spgR7yJxOkkSztP5EV { display:block; } #d05545f252cac9b1b63208eee0be0606.widget-smartsection *:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="text"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="email"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="tel"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection textarea:focus-visible { outline: none; } #H6A3I78fbHT4y4spgR7yJxOkkSztP5EV > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb { display:block; }#wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezRAByrhciZBQi9xmiULugVHf113ub2i { width:47.75rem;height:1.25rem;top:0.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut { display:block; }#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM0vFI9NzK2UPZBUe6gFZVX4S3eodZ9d { width:47.75rem;height:5.8125rem;top:1.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrpA0XJTZx9Z4nqRyX2l8huaKncgTne { width:28.1875rem;height:2.5rem;top:7.8125rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftSXqrHtSyi2DQ9mlQWvcxLWZU2axe0k { width:12.8125rem;height:2.625rem;top:7.75rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEA8UuBgXiWLXifyN3wFLfiis2TaxdCo { display:block; }
 }@media only screen and (max-width: 763px) { #ELyNRfK9OaTOAxNB9uhaa4eBIoSVVAK5 { width:13.875rem;height:4rem;top:29.25rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHicf8xCQRSVvz90qZawogWF7pl0lTTf { width:47.75rem;height:3.375rem;top:24.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3Tnm2U8WmzyDwQeJNBTuaZRsOpuEBuB { width:13.875rem;height:4rem;top:29.25rem;left:32.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5EZuBBwShxeJJrgH9ZworplT5OFeM2H { width:12.8125rem;height:2.625rem;top:20.0625rem;left:17.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy0vA3pS99ph46JD51L4XE6KJ1GtFSNA { display:block; }
 }@media only screen and (max-width: 763px) { #TE1X84mwUN7MtIwFQBkRhOkEbTTVGk3E { width:47.75rem;height:1.6875rem;top:11.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elvsFJpwJ2dN4fiJ5wmSmcAmA977Lqci { width:47.75rem;height:1.6875rem;top:17rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSRpwN3swCokStyRZH627kAtmHokFdCe { display:block; } #ed121d14173d5109da1529470abdfade.widget-smartsection *:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="text"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="email"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="tel"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection textarea:focus-visible { outline: none; } #aSRpwN3swCokStyRZH627kAtmHokFdCe > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPSXzDl3C7JvCfuBUKmE1poQNhcPOR8R { display:block; } #beda216cc804de18c87b46cb8a766861.widget-smartsection *:focus-visible, #beda216cc804de18c87b46cb8a766861.widget-smartsection input[type="text"]:focus-visible, #beda216cc804de18c87b46cb8a766861.widget-smartsection input[type="email"]:focus-visible, #beda216cc804de18c87b46cb8a766861.widget-smartsection input[type="tel"]:focus-visible, #beda216cc804de18c87b46cb8a766861.widget-smartsection textarea:focus-visible { outline: none; } #CPSXzDl3C7JvCfuBUKmE1poQNhcPOR8R > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ { display:block; }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP { display:block; }#Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOTRbgCcR5fqqskwRNBRFF59szpIgr49 { width:27.6875rem;height:8.5rem;top:0rem;left:20.0625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZraW9qeKf1NLlpCPXTrIKKHlgM4mMln { width:27rem;height:14.1875rem;top:10.0625rem;left:20.75rem;font-size:1rem;display:block; }#XZraW9qeKf1NLlpCPXTrIKKHlgM4mMln li:before{  }
 }@media only screen and (max-width: 763px) { #E1QVnGSpmFJdaWNHTf0Xup9dNgZvIynl { width:14.125rem;height:16.0625rem;top:0rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WezVxMoFxSe1H062NRL5EIw8ILTTtGku { width:12.1875rem;height:3.625rem;top:17.6875rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFe3eEi5U6D9fyG5iJGxnqPCIi2TAhzU { width:11.8125rem;height:3.625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf { display:block; }#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkUGZywdoq4TpbhOhTECMCZTxo0hK4M1 { display:none; }#WkUGZywdoq4TpbhOhTECMCZTxo0hK4M1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KtPfIExafqTru9K9rKhZE9FndQxETwUy { width:47.75rem;height:2.875rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P90tSyqJbc5vkpLFT9GoOMXSTqIbkU58 { width:43.125rem;height:6.875rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { width:29.875rem;height:0;top:3.1875rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { width:29.8125rem;height:34.4375rem;top:0rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { width:29.875rem;height:2.8125rem;top:10.75rem;left:17.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { width:28.0625rem;height:16.875rem;top:14.75rem;left:19.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { width:9.1875rem;height:9.1875rem;top:1.125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7fqwqqUFiEvvN70CezJxvbBhGQ41wod { width:12.8125rem;height:2.5625rem;top:26.9375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfrxwpyzATDaBkTMQf5kUUUASZRkzBTV { display:block; }
 }@media only screen and (max-width: 763px) { #yzdqtlkS1IrvTgTnAK3P0KOrm72MhdJA { width:30.1875rem;height:34.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ewXUAutq5bur4eGRGcPTekdfBA5En8Iv { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f7c343ea-e280-498b-96c8-2a2da3ee909b/Sompolno2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv.adaptive-delivery-prevent-bg, #ewXUAutq5bur4eGRGcPTekdfBA5En8Iv.lazyload, #ewXUAutq5bur4eGRGcPTekdfBA5En8Iv.lazyloading { background-image: none; }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row .container { background-color: transparent; background-image: none; }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row .container > .video-iframe-container { display: none; }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row > .video-iframe-container { display: none; }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .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); }#ewXUAutq5bur4eGRGcPTekdfBA5En8Iv > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2wwRxKUDtpepTGRS5zxtJtN0Qyb2JIJ { width:10.25rem;height:9.5625rem;top:0rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AANo0hFFLVXAvcTMyItWgGlNnbTP79WE { width:12.5rem;height:2.35595625rem;top:46.375rem;left:5.0625rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xv6JKn4ViPXdcHAHTTmFMR0ptrJdekUS { display:flex;width:3.125rem;height:3.125rem;top:46rem;left:2.4375rem; }
 }@media only screen and (max-width: 763px) { #Q5Vwd2u99niI4iFTn4uLkbIulCt8ZLQV { width:18.1875rem;height:3.4375rem;top:59.53271484375rem;left:0.90625rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #xJ2lAkBIb5ernnzpXtMFbrRAqgr5Wema { display:block; }
 }@media only screen and (max-width: 763px) { #qv8wLQNFQwVdlHr1vf1GFQUmnsWBGApl { width:20rem;height:1.86865rem;top:10.1875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RmwgrPi0qDnBqiuGq5CSLAfFUbKKe3Np { width:8.1875rem;height:2.25rem;top:49.75rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puPGttZEOplNJgNuEXgcuWKGmhSrTbkq { width:7.625rem;height:3.5rem;top:49.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H57zrg4ylaPKW7Q4T5OiclHqvqOZCJsK { width:20rem;height:4.125rem;top:52.72021484375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZQceoCyZ8nSNcrOMM3qnc8noWxdnsxyi { width:20rem;height:3.7373rem;top:12.6708984375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Su1DpuDCvsAxAVhFkC6lUDSrTFcO3o6x { top:63.990234375rem;left:0.875rem;width:18.25rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnHNmwHdxGbAEJ82D17OZlnOSuUO0JTN { display:block; }
 }@media only screen and (max-width: 763px) { #LfUwKnhqTmW69WgB05JMfprn0HqxLy6V { display:block; }#LfUwKnhqTmW69WgB05JMfprn0HqxLy6V > .row .container { width:20rem;height:22.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzGgmU7qUJcTUu55LOJhSXSHTs31Zkle { width:20rem;height:15.3545rem;top:0.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ityhMS838BVRhHWN65MGMGvIa4mz40eH { top:17.6875rem;left:2.9375rem;width:14.125rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrF0mn4G4ur4QVWsQ4JZ0ClKdKOu10gy { display:block; }
 }@media only screen and (max-width: 763px) { #sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo { display:block; }#sXuQRlilhNdkCnfUWUF3Edr08AVsZoPo > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TNDHLIXzy5QRJwbxc9EQvUWgpJ9QhaUu { width:19rem;height:5.1181625rem;top:0.5615234375rem;left:0.5rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAKizzicy1RUBsPAV3OM6CdHwRIsJwGU { display:block; } #d05545f252cac9b1b63208eee0be0606.widget-smartsection *:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="text"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="email"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="tel"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection textarea:focus-visible { outline: none; } #rAKizzicy1RUBsPAV3OM6CdHwRIsJwGU > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #a55gCwsXSshw7DyZwhJ1cKEaataWw9QU { display:block; }#a55gCwsXSshw7DyZwhJ1cKEaataWw9QU > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXBJWJo6ho62NUKwbMZ3kO2lTgn1Km8b { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Wl7VwuGOJJVMmrZwrehooOXklP39wv { display:block; }#X0Wl7VwuGOJJVMmrZwrehooOXklP39wv > .row .container { width:20rem;height:80rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSu3UBw6rlHDG7RKhdP0t6wIBNKauf2b { width:19.375rem;height:25rem;top:1.25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsD3GbG4Au4KB7s9vTNSv0yDJNyy3xyQ { width:19.375rem;height:25rem;top:27.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPsAE7J8TTsOzUJnE87MaN1HOSnb5h2T { width:19.375rem;height:25rem;top:53.75rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opOwmO74VgB6NNNFK68atBpuXAwpPmSi { display:block; } #c46cbcbad28b498e1e40f571cf508520.widget-smartsection *:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="text"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="email"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="tel"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection textarea:focus-visible { outline: none; } #opOwmO74VgB6NNNFK68atBpuXAwpPmSi > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD { display:block; }#r6oDoDQC5u3mq7arvhSzAVU6GXL6kUDD > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibHSvPFcnRb629BicluFBft82yCteXk2 { width:19rem;height:3.4375rem;top:8.875rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #slUGMUe22e90a3xkkgTBlI76laZAIFN5 { display:block; }
 }@media only screen and (max-width: 763px) { #zGxEbEG91T6NGO3MhW8Khc2koRiK9CT9 { width:20rem;height:6.5rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMGawkcnTu60LtmXvVkvTZ3ff7k0Aszt { display:block; } #d05545f252cac9b1b63208eee0be0606.widget-smartsection *:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="text"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="email"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="tel"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection textarea:focus-visible { outline: none; } #OMGawkcnTu60LtmXvVkvTZ3ff7k0Aszt > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a { display:block; }#BJcLzSOM9Gn4Bn30t4uuieJSGxlvcq0a > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7pgmN97AxWn1aw6thGGn9VcrNvpbdhz { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr { display:block; }#ddlSbMDvdaZPTJrD43cVxb7C8ZAELDXr > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcyJsUglA3FuTphh3t5uGBcPw1zZb1Le { width:14.375rem;height:14.375rem;top:0rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPmGvAcTSTqnzJRKzkwd2eSTkgzAUho4 { width:14.375rem;height:14.375rem;top:15rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KTqlzi7hXZMPme0bAUPv30TpJQEOdG { width:14.375rem;height:14.375rem;top:30rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgp0yJUTzZcRDKKrmC01H955ZaWtwHcv { width:14.375rem;height:14.375rem;top:45rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iyiI57kaoiewlHONeyi8moMXsT2oLcPn { display:block; }#iyiI57kaoiewlHONeyi8moMXsT2oLcPn > .row .container { width:20rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCOVccDvaaigVFfiPt6Pu4q4sEWf2SRn { width:14.375rem;height:14.375rem;top:0.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMSQn0fxGv910Ahzym8ZQxBbIhWr6es4 { width:14.375rem;height:14.375rem;top:15.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMZo8GBcHDkfEEGQ8dwZAnhDULlJdgVo { width:14.375rem;height:14.375rem;top:30.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO5txRpyQags2lD0aOknNEhbUaA3XSQR { width:14.375rem;height:14.375rem;top:45.5625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSTHG5taac1ni6EAcmw24hQis5liwhgp { display:block; } #c46cbcbad28b498e1e40f571cf508520.widget-smartsection *:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="text"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="email"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection input[type="tel"]:focus-visible, #c46cbcbad28b498e1e40f571cf508520.widget-smartsection textarea:focus-visible { outline: none; } #TSTHG5taac1ni6EAcmw24hQis5liwhgp > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #TGsHUdMswdArF7CLnP84umgy6HyKE50z { display:block; }#TGsHUdMswdArF7CLnP84umgy6HyKE50z > .row .container { width:20rem;height:7.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JupIacOc7teIhJqTTTFZs93Tpvd5JEcZ { width:20rem;height:5.19921875rem;top:1.212890625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gxhBSK5sGiaJhQygESrTPG4imLpCTI { display:block; }#T6gxhBSK5sGiaJhQygESrTPG4imLpCTI > .row .container { width:20rem;height:61.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TepDiyG8pdUKVNddl254XZv8uFv1WsBk { width:20rem;height:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsRXXOAfHO2zdp4RHbvqF4goiJtiTvwT { width:20rem;height:20rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcOzTetHVAMZMkHdev3MBigeqTzWsDF6 { width:20rem;height:20rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTRL22BUhuNLE31DzWTsII8S8PE3oOfO { display:block; }#NTRL22BUhuNLE31DzWTsII8S8PE3oOfO > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVdIOdbDboFoilwhtuMfEzic2omHgdms { width:20rem;height:20rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA1p9ewtPgC8CXrgFxv2Q0qcXOM6LDg6 { width:20rem;height:20rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVt4hMPpkyyTTXBFqArQHgmtNBCcMNhh { width:20rem;height:20rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6A3I78fbHT4y4spgR7yJxOkkSztP5EV { display:block; } #d05545f252cac9b1b63208eee0be0606.widget-smartsection *:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="text"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="email"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection input[type="tel"]:focus-visible, #d05545f252cac9b1b63208eee0be0606.widget-smartsection textarea:focus-visible { outline: none; } #H6A3I78fbHT4y4spgR7yJxOkkSztP5EV > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb { display:block; }#wB6L1fXEqUimkXAhIOTghWstKz6ZkEWb > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezRAByrhciZBQi9xmiULugVHf113ub2i { width:14.5625rem;height:2.5996125rem;top:0.69970703125rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut { display:block; }#h5SKtzTrNhKK6TSq2IG1lQQmTQMyRVut > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXef7WpPEspOIH5m5BwyEzixK5C1HwcI { display:block; }#TXef7WpPEspOIH5m5BwyEzixK5C1HwcI > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM0vFI9NzK2UPZBUe6gFZVX4S3eodZ9d { width:18.75rem;height:14.21875rem;top:0.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSrpA0XJTZx9Z4nqRyX2l8huaKncgTne { width:20rem;height:2.32470625rem;top:13.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftSXqrHtSyi2DQ9mlQWvcxLWZU2axe0k { width:12.8125rem;height:2.5625rem;top:18.375rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEA8UuBgXiWLXifyN3wFLfiis2TaxdCo { display:block; }
 }@media only screen and (max-width: 763px) { #ELyNRfK9OaTOAxNB9uhaa4eBIoSVVAK5 { width:13.875rem;height:4rem;top:43.0625rem;left:3.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WHicf8xCQRSVvz90qZawogWF7pl0lTTf { width:20rem;height:3.89941875rem;top:37.375rem;left:0rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #M3Tnm2U8WmzyDwQeJNBTuaZRsOpuEBuB { width:13.875rem;height:4rem;top:49.25rem;left:3.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #D5EZuBBwShxeJJrgH9ZworplT5OFeM2H { width:19rem;height:3.4375rem;top:31.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy0vA3pS99ph46JD51L4XE6KJ1GtFSNA { display:block; }
 }@media only screen and (max-width: 763px) { #TE1X84mwUN7MtIwFQBkRhOkEbTTVGk3E { width:20rem;height:1.29980625rem;top:23rem;left:0rem;text-align:center;text-align-last:center;z-index:15002;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #elvsFJpwJ2dN4fiJ5wmSmcAmA977Lqci { width:20rem;height:2.5996125rem;top:26.4375rem;left:0rem;text-align:center;text-align-last:center;z-index:15002;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSRpwN3swCokStyRZH627kAtmHokFdCe { display:block; } #ed121d14173d5109da1529470abdfade.widget-smartsection *:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="text"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="email"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection input[type="tel"]:focus-visible, #ed121d14173d5109da1529470abdfade.widget-smartsection textarea:focus-visible { outline: none; } #aSRpwN3swCokStyRZH627kAtmHokFdCe > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPSXzDl3C7JvCfuBUKmE1poQNhcPOR8R { display:block; } #beda216cc804de18c87b46cb8a766861.widget-smartsection *:focus-visible, #beda216cc804de18c87b46cb8a766861.widget-smartsection input[type="text"]:focus-visible, #beda216cc804de18c87b46cb8a766861.widget-smartsection input[type="email"]:focus-visible, #beda216cc804de18c87b46cb8a766861.widget-smartsection input[type="tel"]:focus-visible, #beda216cc804de18c87b46cb8a766861.widget-smartsection textarea:focus-visible { outline: none; } #CPSXzDl3C7JvCfuBUKmE1poQNhcPOR8R > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ { display:block; }#JkkdVAkSgRCAb2D11XFsDPDoVgt7gHNJ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP { display:block; }#Rim4WIsRlePhHTTgsKalU0QHKRXE4ftP > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOTRbgCcR5fqqskwRNBRFF59szpIgr49 { width:20rem;height:4.79980625rem;top:28.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZraW9qeKf1NLlpCPXTrIKKHlgM4mMln { width:20rem;height:16.847625rem;top:34.76171875rem;left:0rem;font-size:1rem;display:block; }#XZraW9qeKf1NLlpCPXTrIKKHlgM4mMln li:before{  }
 }@media only screen and (max-width: 763px) { #E1QVnGSpmFJdaWNHTf0Xup9dNgZvIynl { width:14.125rem;height:16.0625rem;top:1.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WezVxMoFxSe1H062NRL5EIw8ILTTtGku { width:12.1875rem;height:3.625rem;top:23.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFe3eEi5U6D9fyG5iJGxnqPCIi2TAhzU { width:11.8125rem;height:3.625rem;top:18.5625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf { display:block; }#qgFIlbMsHWpPQGcJbFLffN7TBNOBieLf > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkUGZywdoq4TpbhOhTECMCZTxo0hK4M1 { display:none; }#WkUGZywdoq4TpbhOhTECMCZTxo0hK4M1 > .row .container { width:20rem;height:20.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KtPfIExafqTru9K9rKhZE9FndQxETwUy { width:20rem;height:1.25rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P90tSyqJbc5vkpLFT9GoOMXSTqIbkU58 { width:20rem;height:15.125rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg { background-color:#ffffff;background-image:none;display:block; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { background-color: transparent; background-image: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row > .video-iframe-container { display: none; }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .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); }#TuvtmPgxIzAaCF8ue8TrUvGsm9J88Pwg > .row .container { width:20rem;height:61.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kPKREaWzBxVaTEZCJdLbe4eN10FKRxXS { width:18.75rem;height:0;top:9.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExCTeScuRKh6UG73cqWTWJTzpkDpmR0C { width:20rem;height:38.125rem;top:13.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oHO7BZl77oteKV8upZ6ovrKhnbPvTXq9 { width:18.75rem;height:2.84375rem;top:11.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #U5lCy5bKKSzQ4LTbFJ4Dt0xJCbu9SVwe { width:18.75rem;height:19.6875rem;top:15.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZKHsurOVEh0mE2KkwuG3HvfWzsvcaEmJ { width:9.1875rem;height:9.1875rem;top:1.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7fqwqqUFiEvvN70CezJxvbBhGQ41wod { width:12.8125rem;height:2.5625rem;top:31.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfrxwpyzATDaBkTMQf5kUUUASZRkzBTV { display:block; }
 }@media only screen and (max-width: 763px) { #yzdqtlkS1IrvTgTnAK3P0KOrm72MhdJA { width:20rem;height:22.8125rem;top:38.1875rem;left:0rem;display:block; }
 }