.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:255,233,222;--color-primary-1:255,183,144;--color-primary-2:254,111,32;--color-primary-3:127,56,16;--color-primary-4:38,17,5;--color-secondary-0:255,250,217;--color-secondary-1:255,237,128;--color-secondary-2:255,219,0;--color-secondary-3:128,110,0;--color-secondary-4:38,33,0;--color-tertiary-0:255,255,255;--color-tertiary-1:146,150,202;--color-tertiary-2:73,80,167;--color-tertiary-3:28,36,145;--color-tertiary-4:3,31,89;--headlines-font-family:"Montserrat";--paragraphs-font-family:"poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#b8002e;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#51114d;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;z-index:auto;display:block; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { background-color: transparent; background-image: none; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container > .video-iframe-container { display: none; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row > .video-iframe-container { display: none; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .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); }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { border-width: 0; border-radius: 0; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:block; }#kPNyNzETIU1B38HNLrxq4bVQGomg5Mur { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:15.2495625rem;top:1.1234741210938rem;left:1.0579433441162rem;overflow:hidden;display:block; }
#fZu30aPPBWbWo3T0gBtlxWTpbcldCKs0 { box-sizing:content-box;height:57.8125rem;width:30.25rem;position:absolute;display:block;z-index:14997;background-color:#51114d;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.6236982345581rem;left:44.751520156861rem;display:block; }
#Po2dEgI4dJCEyWF1s7IGhWaRHTGXMelT { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"bebas neue";font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:1.2489149570465rem;left:48.969186782837rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#exlDIB7mfUTsm1lzcDmVmTTSAw2yTlVP { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#ff1261;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1562501192093rem;left:47.876520156861rem;display:block; }
#gE8OTouiKbIdFe36afoCRpbM9KyWO3Td { box-sizing:content-box;height:0.5625rem;width:0.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#ff1261;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1859810352326rem;left:74.415369033812rem;display:block; }
#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:#ffdaea;background-image:none;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; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { border-width: 0; border-radius: 0; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { font-size:0.875rem;font-family:arial;height:58.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:0;width:0;top:31.1875rem;left:0rem;display:block; }
#x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff95fb71-417c-474a-bff1-0ce227db5697/promocjaswiatecznaBUTTON_3_v1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.1875rem;height:7.1875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:41.5625rem;left:38.625rem;display:none; }#x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN.adaptive-delivery-prevent-bg, #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN.lazyload, #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN.lazyloading { background-image: none; }
#zEC8CqbJsfEaxAPC58Tc5lHzctJgD1gN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 5.0625rem rgba(7,7,7,0.21) ;height:36.5625rem;width:25.9375rem;top:11.75rem;left:47.0625rem;display:block; }
#ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { position:absolute;display:block;z-index:14999;background-color:#ff1261;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 1.0625rem 3.4375rem rgba(86,101,120,0.12) ;height:4.31206875rem;width:25.9375rem;top:9.25rem;left:47.0625rem;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-form-header {  }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);width:22.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;line-height:1.1;overflow:hidden;font-style:normal; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;background-color:#ff1261;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:2.1875rem;margin-bottom:0.25rem;margin-left:2.1875rem;display:block;box-sizing:border-box;font-size:2.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:17.625rem;height:4.75rem;font-family:"bebas neue";overflow:hidden;line-height:1.3;text-shadow:0.1875rem 0.1875rem 0.125rem rgba(0,0,0,0.23);box-shadow: 0.125rem 0.25rem 0rem rgba(0,0,0,0.36) ;font-style:normal;text-align:center;text-align-last:center; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21rem;overflow:hidden;font-style:normal;line-height:1.5; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:first-of-type{padding-top:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-container:last-of-type{padding-bottom:0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.999137878418rem;left:47.749567031861rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.999137878418rem;left:47.749567031861rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { position:relative;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE { position:relative;z-index:2; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #xtaD421TuyXDGE9yKvZCuqeZc2zn3JOL { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ESA44MyXcetadKTPPWxTwZGmaXpZaG44 { position:relative;display:block;z-index:15000; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv { position:relative; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF { position:relative; }
#ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { color:rgba(var(--color-tertiary-0),1);display:block;width:23.6875rem;position:absolute;font-family:"bebas neue";font-size:2.9375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:9.8125rem;left:48.1875rem;height:3.525rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OSaHVmS61mxMXk4en97EqJgAStS28rUV { color:#373737;display:block;width:10.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15031;line-height:1.4;letter-spacing:0;top:20.3125rem;left:61.625rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { box-sizing:content-box;height:2.5625rem;width:10rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:19.9375rem;left:61.6875rem;display:block; }
#CMMrH60pNceHCfAfm1Opck5OrKiTOLnk { color:#51114d;display:block;width:24.1873125rem;position:absolute;font-family:"bebas neue";font-size:1.875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:14.186632633209rem;left:47.937288284302rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FyzIyV5PdA42lZHpERhbbrACb4Up9MpN { position:absolute;display:block;z-index:15037;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:51.936875rem;width:40.1248125rem;top:6.1230473518372rem;left:0rem;overflow:hidden;display:block; }
#mOpGdLFiIT3PfXiBieuyJdzGSdDlU59O { position:absolute;display:block;z-index:15036;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:4.3125rem;width:2.8125rem;top:21.75rem;left:31.7265625rem;overflow:hidden;display:none; }
#roOwe4f2oHmiJlK3dTkQpG5LTCZHIqWp { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:39.8125rem;width:26.6875rem;top:8.75rem;left:46.5625rem;display:block; }
#l5o8PyavqKENHHeQ6Ely5JBUPDggS29N { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 5.0625rem rgba(7,7,7,0.21) ;height:36.5625rem;width:25.9375rem;top:13.5625rem;left:45.5rem;display:none; }
#vTW4cLWUTofgDmeRa0EG4wnU6JMHltWC { position:absolute;display:block;z-index:15037;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:49.125rem;width:36.8125rem;top:8.8105473518369rem;left:0rem;overflow:hidden;display:none; }
#T8LSKlGC7GKpNN9MvVRPfNvLUQqPPMeh { position:absolute;display:block;z-index:15036;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.249125rem;width:18.3745625rem;top:11.149089336395rem;left:24.812284469604rem;overflow:hidden;display:block; }
#Jd6C6LRvxoypXkXoP1HUHKul6omHNJZU { position:absolute;display:block;z-index:15038;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:13.3745625rem;width:21.0623125rem;top:1.603732585907rem;left:7.8428821563719rem;overflow:hidden;display:block; }
#y2TQTinQEfMi0qCcOBsOd94zyc9clS1o { position:absolute;display:block;z-index:15039;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.68706875rem;width:3.62413125rem;top:3.4418406486511rem;left:27.435983657837rem;overflow:hidden;display:block; }
#VoztuvOAEqbCyJ9pW9fKfKRlO2d1mWTA { position:absolute;display:block;z-index:15040;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:5.49913125rem;width:3.62413125rem;top:11.373698711395rem;left:37.601999282837rem;overflow:hidden;display:block; }
#dmc3IaLd1WmvvKD2FNLuk68lcW03Wzwf { position:absolute;display:block;z-index:14997;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:12.999125rem;width:13.499375rem;top:7.0605473518369rem;left:29.754777908325rem;overflow:hidden;display:block; }
#UP9JaRiGznF69ppugsyEIHBVTucil1h7 { position:absolute;display:block;z-index:15040;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:6.436625rem;width:6.436625rem;top:33.518882513046rem;left:36.194665908814rem;overflow:hidden;display:block; }
#MHCEsXbS4HwWTEhQbX7Ng6q4VURO3ART { position:absolute;display:block;z-index:15040;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.1875rem;width:3.125rem;top:40.904951572418rem;left:71.37695503235rem;overflow:hidden;display:block; }
#eB7mrBfFX1OccLRfApH7EO11in50hKSO { position:absolute;display:block;z-index:14997;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:12.9980625rem;width:13.499375rem;top:2.4728736877441rem;left:56.727434158325rem;overflow:hidden;display:block; }
#dtaZ9fVd99CFfapf72sm3qp5rdAmT8Mb { position:absolute;display:block;z-index:14997;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.124375rem;width:14.6875rem;top:40.904951572418rem;left:48.186853408814rem;overflow:hidden;display:block; }
#FzC5HKRkHbyXn2zvyZhF9rv4E5T45uLq { position:absolute;display:block;z-index:15034;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:4.4375rem;width:18.75rem;top:4.1909728050232rem;left:4.0364589691162rem;overflow:hidden;display:none; }
#mHRC4NZzMGrOpRbA3OanHvQ0XUxJZNtM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#bX1CktCUpmLB9x8ocDTvgeJGnllJ4ndT { position:absolute;display:block;z-index:15036;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:15.625rem;width:15.625rem;top:11.149089336395rem;left:24.812284469604rem;overflow:hidden;display:none; }
#LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff1261;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; }#LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm > .row .container { background-color: transparent; background-image: none; }#LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm > .row .container > .video-iframe-container { display: none; }#LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm > .row > .video-iframe-container { display: none; }#LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm > .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); }#LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm > .row .container { border-width: 0; border-radius: 0; }#LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#tgQoXk3mTK0h69MrVU5dcTefkq8rBFrn { position:absolute;display:block;z-index:15035;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:15.625rem;width:15.625rem;top:8.1875rem;left:2rem;overflow:hidden;display:none; }
#qHwtJBTfOgD0ikITJIE4dU0Vr8bO1xGo { box-sizing:content-box;height:20.061875rem;width:20.061875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.3799953460694rem;left:8.3810787200925rem;display:block; }
#pGRVTbmLfJz0EqKxy288Mgqwptr51RR6 { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:8.8747825622556rem;left:35.186635971069rem;height:3.575rem;display:block; }
#DqGiFlOFEU9NMyGQDzP1tNdTuzXUuJtr { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:15.499132156372rem;left:35.186635971069rem;height:5.60625rem;font-style:normal;display:block; }
#IQ0BbDQevKWlq8ammZvtHtlgrnIsJul7 { position:absolute;display:block;z-index:15041;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:5.18663125rem;width:5.18663125rem;top:22.5rem;left:34.5625rem;overflow:hidden;display:block; }
#EI4p41ssv3InfTc9dbCPh6xgGvoCa0bT { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top: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:22.8125rem;width:23.125rem;top:5.5616316795349rem;left:5.2495670318604rem;overflow:hidden;display:block; }
#Twxgo7k3WmSsB3DbT3UrnooGRWNZXNkQ { position:absolute;display:block;z-index:15043;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:5.18663125rem;width:5.06185rem;top:14.568793773651rem;left:3.3875865936279rem;overflow:hidden;display:block; }
#GVrPs6NkEHWrVix9TCRwDJNDNhQwdCDn { position:absolute;display:block;z-index:14998;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:12.9980625rem;width:13.499375rem;top:2.9368491172791rem;left:19.375001907349rem;overflow:hidden;display:block; }
#vluzIQI4V3RuxsHLuCmly0GITfGKJt0G { color:#ffffff;display:block;width:36.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:4.4997825622559rem;left:35.186635971069rem;height:3.81875rem;font-style:normal;display:block; }
#O0tg3iirPhii6ZzdPvswE8rnNdfy6VQ3 { color:#ffffff;display:block;width:19.936rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:23.0625rem;left:40.5rem;height:4.0625rem;font-style:normal;display:block; }
#xAwwHSZXnOAJNhr998ZqNRa87DzuV8Sz { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:15.499132156372rem;left:35.186635971069rem;height:5.60546875rem;font-style:normal;display:none; }
#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ { border-top:0.4375rem solid #ee3162;border-left:0.4375rem solid #ee3162;border-right:0.4375rem solid #ee3162;border-bottom:0.4375rem solid #ee3162;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e6a3a7bf-7ce6-44a5-869c-93974d364b10/TLO_v1.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ.adaptive-delivery-prevent-bg, #hSeT907nkGsw4KisIoEWziVwvRpOTQBZ.lazyload, #hSeT907nkGsw4KisIoEWziVwvRpOTQBZ.lazyloading { background-image: none; }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ > .row .container { background-color: transparent; background-image: none; }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ > .row .container > .video-iframe-container { display: none; }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ > .row > .video-iframe-container { display: none; }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ > .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); }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ > .row .container { border-width: 0; border-radius: 0; }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ > .row .container { font-size:0.875rem;font-family:arial;height:60.47916625rem;width:75rem;position:relative;display:block; }#zAWc1HSoCfU1sUHGM8stPlZH4sE1rMSl { color:#51114d;display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:3.8114166259766rem;left:14.874132156372rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PJEr2EgwMe7Ui8h9ik2tvipZhOoZqCof { position:absolute;display:block;z-index:15035;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.561625rem;width:23.624125rem;top:8.3741378784181rem;left:2.3122844696045rem;overflow:hidden;display:block; }
#Oa49y83xrIXUsxxE9t7TailhUx7JI8VO { position:absolute;display:block;z-index:15036;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.375rem;width:9.375rem;top:18.437072753906rem;left:15.000001907349rem;overflow:hidden;display:block; }
#JD2yFgc0pmETcaF11ey7d56chHMmTBdm { position:absolute;display:block;z-index:15041;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.5rem;width:23.1875rem;top:8.3741378784181rem;left:25.874567031861rem;overflow:hidden;display:block; }
#VseUVALkX4mP1UqIumm7NJNM8PvFFtxe { 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.5rem;width:23.1875rem;top:8.3741378784181rem;left:50.374353408814rem;overflow:hidden;display:block; }
#zp79wBAROh6Gr5GWBv3LXevHfVnvlGBn { position:absolute;display:block;z-index:15052;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.375rem;width:9.375rem;top:18.437072753906rem;left:38.437501907349rem;overflow:hidden;display:block; }
#JCOTXaLJMRlbZ6VNQTqRBlZt9SzpZgfW { position:absolute;display:block;z-index:15053;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.375rem;width:9.375rem;top:18.437072753906rem;left:63.685983657837rem;overflow:hidden;display:block; }
#HwiKGiZOgmOH39wNk6PQPWtgmQiwLCgB { color:#202121;display:block;width:14.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15056;line-height:1.6;letter-spacing:0;top:25.749351501465rem;left:1.7491321563721rem;height:2.10069375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hr1zNogQM6Tm9UtiMmlqehPs08gfbd4a { color:#202121;display:block;width:15.8105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15055;line-height:1.6;letter-spacing:0;top:25.749351501465rem;left:25.436201095581rem;height:2.10069375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzL3eBX7fzOyIWAJrPT9KFlazG5kBJo0 { color:#202121;display:block;width:21.4355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;top:25.624572753906rem;left:46.561418533325rem;height:2.10069375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVUz3RA0aJQnKLfLdXrXMsGoXic7JBbO { color:#51114d;display:block;width:36.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:34.527572631836rem;left:7.6302089691163rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XwDvv2gCETJtu8CxPnwqJOWVsuupo9CP { color:#51114d;display:block;width:31.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:38.622619628906rem;left:11.373701095581rem;height:5.60625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zhprOCPAuVcqaAL2WXiV84sG0eL7T4fL { box-sizing:content-box;height:16.25rem;width:16.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15033;background-color:#ff1261;background-image:none;box-shadow: 0.4375rem 0.4375rem 0.5625rem rgba(89,3,88,0.44) ;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;top:30.749351501465rem;left:46.250001907349rem;display:block; }
#DSFVXV9by9NeAThL9i9Ns4KVybo0rW3o { box-sizing:content-box;height:14.436875rem;width:14.436875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:#ff1261;background-image:none;box-shadow: 0.4375rem 0.4375rem 0.4375rem rgba(89,3,53,0.5) ;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;top:31.560981750488rem;left:47.186418533325rem;display:block; }
#lBidg8AOpWADBQG65f3Bx77IeTyCKlSH { color:#ffffff;display:block;width:11.3748125rem;position:absolute;font-family:"bebas neue";font-size:4.875rem;font-weight:400;z-index:15047;line-height:1;letter-spacing:0;top:34.090286254882rem;left:48.832468032837rem;height:4.87521875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NPgeMAXfiOBNw2iH8OzFOrJxeZ8TH29y { box-sizing:content-box;height:0.185546875rem;width:10rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.998046875rem;left:49.561632156372rem;display:block; }
#ONaplTaIglhHVmb1HZufU0RpqOI2W62y { color:#ffffff;display:block;width:15.561rem;position:absolute;font-family:"bebas neue";font-size:2.1875rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:39.999572753906rem;left:46.812067031861rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IqIorT3v7FMb1NFILX18nHEBsn9XMDhb { 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:10.811625rem;width:11.25rem;top:28.811416625976rem;left:56.124132156372rem;overflow:hidden;display:block; }
#qvQOniNwJqFCcUzwkrZSpbQA9LSoyMTc { 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:10.8105625rem;width:11.25rem;top:37.749130249024rem;left:44.436853408814rem;overflow:hidden;display:block; }
#uMHAw2zXD1i1a0enouDqVgopqniZ7bd3 { position:absolute;display:block;z-index:15045;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.24978125rem;width:3.18685rem;top:39.436416625976rem;left:61.124132156372rem;overflow:hidden;display:block; }
#ug2vPJTGN30y7SUTwdu735mMbJkIM7nF { position:absolute;display:block;z-index:15042;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:11.25rem;width:33.311625rem;top:46.414505004882rem;left:22.123483657837rem;overflow:hidden;display:block; }
#U5krQWwVMJZ7FJiclDrkKSDZuKVzpoH4 { color:#ffffff;display:block;width:11.3748125rem;position:absolute;font-family:"bebas neue";font-size:4.875rem;font-weight:400;z-index:15047;line-height:1;letter-spacing:0;top:33.403213977814rem;left:48.832468032837rem;height:4.87521875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DG6RQM79aXRTfwzmx3i8AEsJRb4QZ1Ut { color:#ffffff;display:block;width:15.561rem;position:absolute;font-family:"bebas neue";font-size:2.1875rem;font-weight:400;z-index:15046;line-height:1.1;letter-spacing:0;top:39.312500476837rem;left:46.812067031861rem;height:4.8112rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/5a971d8d-2d4b-4110-bbba-6622711f4b76/promocjaswiatecznaDZIECKO_v1.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7.adaptive-delivery-prevent-bg, #cuZShcHksMblMhmaUPoAxuob7XTa1Is7.lazyload, #cuZShcHksMblMhmaUPoAxuob7XTa1Is7.lazyloading { background-image: none; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row .container { background-color: transparent; background-image: none; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row .container > .video-iframe-container { display: none; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row > .video-iframe-container { display: none; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .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); }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row .container { border-width: 0; border-radius: 0; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:block; }#MK6WFJrosk2ZCQUvgxhSEesTe5OG3y8w { position:absolute;display:block;z-index:14997;background-color:#ffffff;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:31.1246875rem;width:31.1246875rem;top:64.624024391175rem;left:21.937393188476rem;display:none; }
#a4QFpF1wMrhBkOKS0vA5IdQQycxg6MdP { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#aZXBISkdphd7bW3TQkNePxAMDc8aliva { position:absolute;display:block;z-index:15013;background-color:#ffffff;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:31.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:28rem;width:72.1875rem;top:0rem;left:34.873050689698rem;display:block; }
#ARVupFZPv7aSnenQ4NdPiKkqaEr3t3G0 { color:#51114d;display:block;width:32.249rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:4.4976119995117rem;left:41.359376907349rem;height:11.7rem;text-align:right;text-align-last:right;display:block; }
#GrEHkAGpxzVsQAOcfSEJWvpfM0P5TDb5 { color:#51114d;display:block;width:22.2471875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:17.182727813721rem;left:51.240236282349rem;height:1.2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rK7yTFUatuChgukv0Jlq3dhun1idcFZc { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top: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.436875rem;width:9.436875rem;top:14.310981750488rem;left:40.35373878479rem;overflow:hidden;display:block; }
#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { border-width: 0; border-radius: 0; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { font-size:0.875rem;font-family:arial;height:67.6875rem;width:75rem;position:relative;display:none; }#qef89mJ5AumAlUMBpqVsKFq8dAcfXoOX { color:rgba(var(--color-tertiary-3),1);display:block;width:55.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:2.3750019073486rem;left:12.4375rem;height:3.15104375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#evePHJb66UOhJfHb0zWwvT70nAHgh9fS { color:rgba(var(--color-tertiary-3),1);display:block;width:59.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:15.3125rem;left:12.4375rem;height:1.57551875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lephp6Atpi4SlLVf3AJGO40go51f1Mzk { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:12.5rem;top:16.875rem;left:13.5rem;overflow:hidden;display:block; }
#cGwS2SIwpFT35TbehlOOnvuqcF6caUcO { color:rgba(var(--color-tertiary-3),1);display:block;width:58.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:7.0625rem;left:10.375rem;height:4.7265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#POuLIIgxU9VyM9S3iIlTJBXIgxBQykgg { position:absolute;display:block;z-index:15038;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:7.0625rem;width:8.4375rem;top:9.875rem;left:2.75rem;overflow:hidden;display:block; }
#EgNB430c3bSHsKMC06U6K1fmbT5fx5CI { position:absolute;display:block;z-index:15038;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:7.0625rem;width:5.9375rem;top:14.81875038147rem;left:3.7687501907349rem;overflow:hidden;display:none; }
#QUcZLGUIUyiLkF3uxZ8IvmN3ihtvxVbt { color:rgba(var(--color-tertiary-3),1);display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:5.6953125rem;left:12.78125rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#DfqzXIMB9shZBDwOQF68hw6tauRd5Hgs { position:absolute;display:block;z-index:15039;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:17rem;width:18.375rem;top:20.9375rem;left:6.1875rem;overflow:hidden;display:block; }
#mbmGyeu78ltgJysSELiRPHT8ZSxqHy7D { position:absolute;display:block;z-index:15040;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:17rem;width:18.375rem;top:20.9375rem;left:28.375rem;overflow:hidden;display:block; }
#ICZdhmKL7P3I6KkAP1A9e5xZ65FL7cgL { position:absolute;display:block;z-index:15041;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:17rem;width:18.375rem;top:20.9375rem;left:50.4375rem;overflow:hidden;display:block; }
#qqbLO4yTDq4rTWxLIT9du9oTB6av85gn { position:absolute;display:block;z-index:15023;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.375rem;width:19.4375rem;top:57.3125rem;left:27.781251907349rem;overflow:hidden;display:block; }
#tTNbLXK9fVahcQiyv4pmC22QgPmpkCUZ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:3.75rem;top:2.5rem;left:17.21875rem;overflow:hidden;display:block; }
#fbSppEBOHiZTrxZDMoWgHvUsUIaWVQQE { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),0.64);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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 1.0625rem 3.5rem #7b7b7b ;height:12.9375rem;width:57.875rem;top:41.287498474121rem;left:7.8125rem;display:block; }
#mH9wqkmfdUpn12G2UBRcPUATX3UavlPF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:43.9375rem;left:9.1749992370606rem; }
#PifgEw9hV5TZ1St0QskdlEBcIF8prdFo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:46.72500038147rem;left:9.1749992370606rem; }
#v8W2btbcGIc1TqnHSJGqfRU3Ufpbm63P { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:49.4375rem;left:9.1749992370606rem; }
#s5DVXvIdJoJZTDl9wTg8l4FAmWZRShcx { color:rgba(var(--color-tertiary-3),1);display:block;width:50.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:44.13125038147rem;left:12.4375rem;height:8.2486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xfm6SZIcQ0E5UeS21r3ek29BymXcnFLQ { position:absolute;display:block;z-index:15018;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:7.4375rem;width:18.8125rem;top:31.8125rem;left:41.21875rem;overflow:hidden;display:none; }
#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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:none; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container { border-width: 0; border-radius: 0; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:none; }#qVSJ7DSFJ5rh5sG6708elwX3JfrGfE7G { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:10.25rem;left:11.75rem;height:4.72655625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RZEAnV9Ir0qE64couk9SA8yz4QeQlCRz { box-sizing:content-box;height:20.375rem;width:53.5625rem;position:absolute;display:block;z-index:15014;background-color:rgba(19,121,232,0.77);background-image:none;top:2.4375rem;left:10.4375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#clCJ1czNmxsL97e6Fvn4zp5QzysA54oD { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:5.0625rem;left:12.5rem;height:3.15104375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qqqT5g8ffJSLBpQvR70X8Kt9pZu186Ne { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:15.75rem;left:12.5rem;height:4.7265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vmkrs3XeJcI5MQRtwW4NkNvRgr7lo2VV { position:absolute;display:block;z-index:15018;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:7.4375rem;width:18.8125rem;top:31.8125rem;left:41.21875rem;overflow:hidden;display:block; }
#IAqof8mlAaWLDsfDbxmnp1yQZVH1TyG3 { color:rgba(var(--color-tertiary-3),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:26.17578125rem;left:37.1875rem;height:4.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yhbcEnW1hJeM20M7NmBmVA6nTmRkqgfN { color:rgba(var(--color-tertiary-3),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:39.875rem;left:37.25rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HOxgtFMFT1wDe9va6krJBW9HiKxVwUen { position:absolute;display:block;z-index:15019;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:24.875rem;width:24.875rem;top:25.650390625rem;left:11.75rem;overflow:hidden;display:block; }
#uZocDLSFwDOEARh0sxwF93sSBpUiCTyT { position:absolute;display:block;z-index:15020;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:4.5625rem;width:2.875rem;top:34.619140625rem;left:66.4375rem;overflow:hidden;display:block; }
#WVg7eIw4fo5MAZuSWUhACMm7iw3Hi7bg { position:absolute;display:block;z-index:15021;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:6.75rem;width:9.375rem;top:29.650390625rem;left:61.9375rem;overflow:hidden;display:block; }
#TwywKh1A18ktVEHgc3OlTAxUizrlIPtN { position:absolute;display:block;z-index:15021;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:4.5625rem;width:2.875rem;top:10.330078125rem;left:63.625rem;overflow:hidden;display:block; }
#tNpV3NPzEQ1ywgk3xnzMNcQpk4rxiHVq { position:absolute;display:block;z-index:15022;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:6.75rem;width:9.375rem;top:8.28515625rem;left:2.4375rem;overflow:hidden;display:block; }
#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { 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; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { border-width: 0; border-radius: 0; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.625rem;left:32.75rem; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#TPpUNe8edykLeak8E1pkcfbyuCVGKiae { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.5rem;left:36.25rem; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;top:1.5rem;left:40.625rem; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;top:1.5rem;left:29.125rem; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { 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; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { color:#7b7b7b;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.60546875rem;left:0rem;height:0.975rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm { display:none; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kPNyNzETIU1B38HNLrxq4bVQGomg5Mur { width:15.1875rem;height:3.1124987703709rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZu30aPPBWbWo3T0gBtlxWTpbcldCKs0 { width:30.25rem;height:57.8125rem;top:5.5625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po2dEgI4dJCEyWF1s7IGhWaRHTGXMelT { top:1.1875rem;left:22.75rem;width:25rem;height:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exlDIB7mfUTsm1lzcDmVmTTSAw2yTlVP { width:0.5625rem;height:0.5625rem;top:2.125rem;left:34.251520156861rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE8OTouiKbIdFe36afoCRpbM9KyWO3Td { width:0.5625rem;height:0.5625rem;top:2.125rem;left:47.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { top:31.1875rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN { width:33.1875rem;height:7.1875rem;top:41.5625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEC8CqbJsfEaxAPC58Tc5lHzctJgD1gN { display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { top:11.75rem;left:21.8125rem;width:25.9375rem;height:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { top:9.25rem;left:21.8125rem;width:25.9375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:14.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.75rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:21.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:22.0625rem;height:auto;top:15.9375rem;left:23.1875rem; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:22.0625rem;height:auto;top:15.9375rem;left:23.1875rem; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #xtaD421TuyXDGE9yKvZCuqeZc2zn3JOL {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ESA44MyXcetadKTPPWxTwZGmaXpZaG44 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { top:9.8125rem;left:24.125rem;width:23.625rem;height:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { top:20.3125rem;left:37.75rem;width:10rem;height:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:19.9375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMMrH60pNceHCfAfm1Opck5OrKiTOLnk { top:14.125rem;left:23.625rem;width:24.125rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyzIyV5PdA42lZHpERhbbrACb4Up9MpN { width:40.0625rem;height:51.856218759589rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOpGdLFiIT3PfXiBieuyJdzGSdDlU59O { width:2.8125rem;height:4.3125rem;top:21.75rem;left:18.1015625rem;display:none; }
 }@media only screen and (max-width: 763px) { #roOwe4f2oHmiJlK3dTkQpG5LTCZHIqWp { top:8.75rem;left:20.6875rem;width:26.6875rem;height:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5o8PyavqKENHHeQ6Ely5JBUPDggS29N { top:13.5625rem;left:21.8125rem;width:25.9375rem;height:36.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTW4cLWUTofgDmeRa0EG4wnU6JMHltWC { width:36.875rem;height:49.1875rem;top:8.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T8LSKlGC7GKpNN9MvVRPfNvLUQqPPMeh { width:18.3125rem;height:19.184108550204rem;top:11.125rem;left:11.187284469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jd6C6LRvxoypXkXoP1HUHKul6omHNJZU { width:21rem;height:13.334994080066rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2TQTinQEfMi0qCcOBsOd94zyc9clS1o { width:3.5625rem;height:3.6243671974835rem;top:3.4375rem;left:13.810983657837rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoztuvOAEqbCyJ9pW9fKfKRlO2d1mWTA { width:3.5625rem;height:5.4056141256267rem;top:11.3125rem;left:23.976999282837rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmc3IaLd1WmvvKD2FNLuk68lcW03Wzwf { width:13.4375rem;height:12.939542918654rem;top:7rem;left:16.129777908325rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP9JaRiGznF69ppugsyEIHBVTucil1h7 { width:6.375rem;height:6.375rem;top:33.5rem;left:22.569665908814rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHCEsXbS4HwWTEhQbX7Ng6q4VURO3ART { width:3.125rem;height:3.1875rem;top:40.875rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eB7mrBfFX1OccLRfApH7EO11in50hKSO { width:13.4375rem;height:12.938485288671rem;top:2.4375rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtaZ9fVd99CFfapf72sm3qp5rdAmT8Mb { width:14.6875rem;height:14.124375rem;top:40.875rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzC5HKRkHbyXn2zvyZhF9rv4E5T45uLq { width:18.75rem;height:4.4375rem;top:4.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHRC4NZzMGrOpRbA3OanHvQ0XUxJZNtM { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bX1CktCUpmLB9x8ocDTvgeJGnllJ4ndT { width:15.625rem;height:15.625rem;top:11.125rem;left:11.187284469604rem;display:none; }
 }@media only screen and (max-width: 763px) { #LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm { display:block; }#LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgQoXk3mTK0h69MrVU5dcTefkq8rBFrn { width:15.625rem;height:15.625rem;top:8.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHwtJBTfOgD0ikITJIE4dU0Vr8bO1xGo { width:20rem;height:20rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGRVTbmLfJz0EqKxy288Mgqwptr51RR6 { width:36.5625rem;height:5.3125rem;top:8.8125rem;left:11.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqGiFlOFEU9NMyGQDzP1tNdTuzXUuJtr { width:35.3125rem;height:5.5625rem;top:15.4375rem;left:12.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQ0BbDQevKWlq8ammZvtHtlgrnIsJul7 { width:5.125rem;height:5.125rem;top:22.5rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI4p41ssv3InfTc9dbCPh6xgGvoCa0bT { width:23.125rem;height:22.8125rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twxgo7k3WmSsB3DbT3UrnooGRWNZXNkQ { width:5rem;height:5.1221885279098rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVrPs6NkEHWrVix9TCRwDJNDNhQwdCDn { width:13.4375rem;height:12.938485288671rem;top:2.875rem;left:5.7500019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #vluzIQI4V3RuxsHLuCmly0GITfGKJt0G { width:36.5625rem;height:3.8125rem;top:4.4375rem;left:11.1875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0tg3iirPhii6ZzdPvswE8rnNdfy6VQ3 { width:19.875rem;height:4.0625rem;top:23.0625rem;left:26.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAwwHSZXnOAJNhr998ZqNRa87DzuV8Sz { width:15.1875rem;height:7.3125rem;top:32.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSeT907nkGsw4KisIoEWziVwvRpOTQBZ { display:block; }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAWc1HSoCfU1sUHGM8stPlZH4sE1rMSl { top:3.75rem;left:0rem;width:47.75rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJEr2EgwMe7Ui8h9ik2tvipZhOoZqCof { width:23.5625rem;height:19.510415040651rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa49y83xrIXUsxxE9t7TailhUx7JI8VO { width:9.375rem;height:9.375rem;top:18.375rem;left:1.3750019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD2yFgc0pmETcaF11ey7d56chHMmTBdm { width:23.125rem;height:19.44777655732rem;top:8.3125rem;left:12.249567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #VseUVALkX4mP1UqIumm7NJNM8PvFFtxe { width:23.125rem;height:19.44777655732rem;top:8.3125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp79wBAROh6Gr5GWBv3LXevHfVnvlGBn { width:9.375rem;height:9.375rem;top:18.375rem;left:24.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCOTXaLJMRlbZ6VNQTqRBlZt9SzpZgfW { width:9.375rem;height:9.375rem;top:18.375rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwiKGiZOgmOH39wNk6PQPWtgmQiwLCgB { top:25.6875rem;left:0rem;width:14.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hr1zNogQM6Tm9UtiMmlqehPs08gfbd4a { top:25.6875rem;left:11.811201095581rem;width:15.75rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzL3eBX7fzOyIWAJrPT9KFlazG5kBJo0 { top:25.5625rem;left:26.375rem;width:21.375rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVUz3RA0aJQnKLfLdXrXMsGoXic7JBbO { top:34.5rem;left:0rem;width:36.9375rem;height:3.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwDvv2gCETJtu8CxPnwqJOWVsuupo9CP { width:31.25rem;height:5.5625rem;top:38.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhprOCPAuVcqaAL2WXiV84sG0eL7T4fL { width:16.25rem;height:16.25rem;top:30.6875rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSFVXV9by9NeAThL9i9Ns4KVybo0rW3o { width:14.375rem;height:14.375rem;top:31.5rem;left:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBidg8AOpWADBQG65f3Bx77IeTyCKlSH { width:11.3125rem;height:4.875rem;top:34.0625rem;left:35.207468032837rem;font-size:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPgeMAXfiOBNw2iH8OzFOrJxeZ8TH29y { width:10rem;height:0.125rem;top:38.9375rem;left:35.936632156372rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONaplTaIglhHVmb1HZufU0RpqOI2W62y { width:15.5rem;height:4.75rem;top:39.9375rem;left:32.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqIorT3v7FMb1NFILX18nHEBsn9XMDhb { width:11.25rem;height:10.8105625rem;top:28.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvQOniNwJqFCcUzwkrZSpbQA9LSoyMTc { width:11.25rem;height:10.8105625rem;top:37.6875rem;left:30.811853408814rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMHAw2zXD1i1a0enouDqVgopqniZ7bd3 { width:3.125rem;height:3.1856496226682rem;top:39.375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug2vPJTGN30y7SUTwdu735mMbJkIM7nF { width:33.25rem;height:11.229546183737rem;top:46.375rem;left:8.4984836578369rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5krQWwVMJZ7FJiclDrkKSDZuKVzpoH4 { width:11.25rem;height:4.4375rem;top:74.1875rem;left:0rem;font-size:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DG6RQM79aXRTfwzmx3i8AEsJRb4QZ1Ut { width:15.4375rem;height:3.9375rem;top:80.4375rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuZShcHksMblMhmaUPoAxuob7XTa1Is7 { display:block; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK6WFJrosk2ZCQUvgxhSEesTe5OG3y8w { top:64.5625rem;left:8.3123931884762rem;width:31.0625rem;height:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4QFpF1wMrhBkOKS0vA5IdQQycxg6MdP { display:none; }
 }@media only screen and (max-width: 763px) { #aZXBISkdphd7bW3TQkNePxAMDc8aliva { width:47.75rem;height:28rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARVupFZPv7aSnenQ4NdPiKkqaEr3t3G0 { width:32.1875rem;height:11.6875rem;top:4.4375rem;left:15.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrEHkAGpxzVsQAOcfSEJWvpfM0P5TDb5 { top:17.125rem;left:25.5625rem;width:22.1875rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK7yTFUatuChgukv0Jlq3dhun1idcFZc { width:9.375rem;height:9.375rem;top:14.25rem;left:26.72873878479rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { display:none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qef89mJ5AumAlUMBpqVsKFq8dAcfXoOX { width:47.75rem;height:3.125rem;top:2.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evePHJb66UOhJfHb0zWwvT70nAHgh9fS { width:47.75rem;height:1.5625rem;top:15.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lephp6Atpi4SlLVf3AJGO40go51f1Mzk { width:12.5rem;height:0.375rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGwS2SIwpFT35TbehlOOnvuqcF6caUcO { width:47.75rem;height:4.6875rem;top:7.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POuLIIgxU9VyM9S3iIlTJBXIgxBQykgg { width:8.4375rem;height:7.0625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgNB430c3bSHsKMC06U6K1fmbT5fx5CI { width:5.9375rem;height:7.0625rem;top:14.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUcZLGUIUyiLkF3uxZ8IvmN3ihtvxVbt { width:19.5625rem;height:7.875rem;top:1.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfqzXIMB9shZBDwOQF68hw6tauRd5Hgs { width:18.375rem;height:17rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbmGyeu78ltgJysSELiRPHT8ZSxqHy7D { width:18.375rem;height:17rem;top:20.9375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICZdhmKL7P3I6KkAP1A9e5xZ65FL7cgL { width:18.375rem;height:17rem;top:20.9375rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqbLO4yTDq4rTWxLIT9du9oTB6av85gn { width:19.4375rem;height:8.375rem;top:57.3125rem;left:14.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTNbLXK9fVahcQiyv4pmC22QgPmpkCUZ { width:3.75rem;height:1.375rem;top:2.5rem;left:3.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbSppEBOHiZTrxZDMoWgHvUsUIaWVQQE { top:41.25rem;left:0rem;width:47.75rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mH9wqkmfdUpn12G2UBRcPUATX3UavlPF { width:2.0625rem;height:2.0625rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PifgEw9hV5TZ1St0QskdlEBcIF8prdFo { width:2.0625rem;height:2.0625rem;top:46.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8W2btbcGIc1TqnHSJGqfRU3Ufpbm63P { width:2.0625rem;height:2.0625rem;top:49.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5DVXvIdJoJZTDl9wTg8l4FAmWZRShcx { top:44.125rem;left:0rem;width:47.75rem;height:8.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xfm6SZIcQ0E5UeS21r3ek29BymXcnFLQ { width:18.8125rem;height:7.4375rem;top:31.8125rem;left:27.59375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn { display:none; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qVSJ7DSFJ5rh5sG6708elwX3JfrGfE7G { width:47.75rem;height:4.6875rem;top:10.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZEAnV9Ir0qE64couk9SA8yz4QeQlCRz { width:47.75rem;height:20.375rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clCJ1czNmxsL97e6Fvn4zp5QzysA54oD { width:47.75rem;height:3.125rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqqT5g8ffJSLBpQvR70X8Kt9pZu186Ne { width:47.75rem;height:4.6875rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmkrs3XeJcI5MQRtwW4NkNvRgr7lo2VV { width:18.8125rem;height:7.4375rem;top:31.8125rem;left:27.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAqof8mlAaWLDsfDbxmnp1yQZVH1TyG3 { width:26.875rem;height:4.1875rem;top:26.125rem;left:20.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhbcEnW1hJeM20M7NmBmVA6nTmRkqgfN { width:26.875rem;height:4.1875rem;top:39.875rem;left:20.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOxgtFMFT1wDe9va6krJBW9HiKxVwUen { width:24.875rem;height:24.875rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZocDLSFwDOEARh0sxwF93sSBpUiCTyT { width:2.875rem;height:4.5625rem;top:34.5625rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVg7eIw4fo5MAZuSWUhACMm7iw3Hi7bg { width:9.375rem;height:6.75rem;top:29.625rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwywKh1A18ktVEHgc3OlTAxUizrlIPtN { width:2.875rem;height:4.5625rem;top:10.3125rem;left:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNpV3NPzEQ1ywgk3xnzMNcQpk4rxiHVq { width:9.375rem;height:6.75rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:2.3125rem;height:2.3125rem;top:1.625rem;left:19.125rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2.625rem;height:2.625rem;top:1.5rem;left:22.625rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:2.625rem;height:2.625rem;top:1.5rem;left:27rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:2.5625rem;height:2.5625rem;top:1.5rem;left:15.5rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:47.75rem;height:0.9375rem;top:1.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ce1717;background-image:url("https://images.assets-landingi.com/uc/23ff0163-bd27-4e54-88c1-97a080302920/tlomobile2x.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); } }@media only screen and (max-width: 763px) { #EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm { position:relative;z-index:auto;display:none; }#EHGXeUzbtpz1XFTqOaEAAEofy0rAsXGm > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kPNyNzETIU1B38HNLrxq4bVQGomg5Mur { width:14.125rem;height:3rem;top:0rem;left:2.9058161377907rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #fZu30aPPBWbWo3T0gBtlxWTpbcldCKs0 { width:20rem;height:54.625rem;top:10.17209375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Po2dEgI4dJCEyWF1s7IGhWaRHTGXMelT { width:20rem;height:0;top:6.6243491172787rem;left:0rem;font-size:1.5rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #exlDIB7mfUTsm1lzcDmVmTTSAw2yTlVP { width:0.5625rem;height:0.5625rem;top:6.9917540550231rem;left:0.4437934756279rem;display:none; }
 }@media only screen and (max-width: 763px) { #gE8OTouiKbIdFe36afoCRpbM9KyWO3Td { width:0.5625rem;height:0.5625rem;top:6.9917540550231rem;left:18.882378876209rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 { background-color:#ffdaea;background-image:none;display:block; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { background-color: transparent; background-image: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row > .video-iframe-container { display: none; }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .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); }#ETW8Wm0UVJ56STihH8J8hsbtUw0Mn1G2 > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezat3TPQFZbCAt6BvhSvIgz8w1T0pDQO { width:0;height:0;top:52.437069892883rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x23PtmfJBfDnVU7PTrGZz3lkDQI3gEsN { width:19rem;height:4.6875rem;top:31.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zEC8CqbJsfEaxAPC58Tc5lHzctJgD1gN { display:block; }
 }@media only screen and (max-width: 763px) { #THnWBwVzeTAGW7aRCThpF0DGlerGcE7R { width:19.3125rem;height:33.375rem;top:47.061635971069rem;left:0.43728297948838rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ezRGUKR46mpUg0H7m1A1fAnHBO1gOlqK { width:19.311rem;height:3.37456875rem;top:45.437286376953rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;font-size:0.6875rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-text {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-select {padding-top: 0; padding-bottom: 0;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-input-button { width:11.5rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:3rem;background-color:#ff1261;background-image:none;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;font-size:1.75rem;overflow:hidden;height:3.4375rem;text-align:center;text-align-last:center;line-height:1.1; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA  { width:17.5rem;height:auto;top:50.562503814698rem;left:0rem;box-shadow: none; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA .widget-info-text { font-size:0.625rem;overflow:hidden;height:auto; }
#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA {display:block;}#eFyegSK9zS96CgDQhu8cyluBrVaeGoDA { width:17.5rem;height:auto;top:50.562503814698rem;left:0rem;box-shadow: none; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #vwlKSpwl6xDqonFGTNPosUQGa9k7HBFS {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #QE31AdsA2LgBJeKm1pFqzFUiehuvqsOS { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #CsJtzho4JHpxlU5rMIvtDOTwCdIRPu3N {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #Ts6GXXhWL3R7GKTTeXs2EeZtzTgmIRu4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ZBvUQzeTEdmspMLsC3y1MxGRPwWhf4O2 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #SJJ8i8xwKW3EgL8Ri1NWmG8BEsvF1oTd {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JomeqvG4lHNy4EfitKsKmmKGinVt5mBQ {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #zbnxcm3eaMuwg48fwnTt7xSvwBX8aTUq { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #phieGb8mPSidKRf0Cq0baJlpgaRrvDfm {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #JQBTcF6xQJZ6N9TmMi3efJAHsD2xPItp {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #LXVRUrovX0fRwT00AbHbyEUTV8QUfBl6 { display:block; }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #KoP6eH8TONaBUGfQbTSxQ0FVXCycdFoK {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #UiZh3mn20fORBZzQARbCDMXD4TWAVtIU {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #L1Lq343FXE9uVQ6aLR3yN577EzJld9JE {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #m6iAUTQ5TTSvJwx29XtqbWP4ZGsqHfl4 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #xtaD421TuyXDGE9yKvZCuqeZc2zn3JOL {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #ESA44MyXcetadKTPPWxTwZGmaXpZaG44 {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #hq0pR85Gan2c5Dbqz2kbI7HSWsMCyxhv {  }
 }@media only screen and (max-width: 763px) { #eFyegSK9zS96CgDQhu8cyluBrVaeGoDA #RHIZp5ksOdVnxPQIdDkc7oAG9tdTDdoF {  }
 }@media only screen and (max-width: 763px) { #ohdP8UlZ9aGk2lo1p8Oqt26E0R638L9E { width:16.3125rem;height:2.84375rem;top:46.037761688233rem;left:2.125rem;font-size:2.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OSaHVmS61mxMXk4en97EqJgAStS28rUV { width:9.436875rem;height:1.5rem;top:52.937287330627rem;left:10.249566376209rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gxTPTT3OiNTh8db6wprgwcPrg19yZm1Z { width:10rem;height:2.5rem;top:52.500004768372rem;left:10.000000298023rem;border-top-right-radius:0.1875rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMMrH60pNceHCfAfm1Opck5OrKiTOLnk { width:16.625rem;height:1.8rem;top:49.624135971069rem;left:1.6872830986977rem;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FyzIyV5PdA42lZHpERhbbrACb4Up9MpN { width:14.125rem;height:18.3125rem;top:9.4064669609069rem;left:1.6254342198372rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOpGdLFiIT3PfXiBieuyJdzGSdDlU59O { width:1.125rem;height:1.8125rem;top:13.8134765625rem;left:9.09375rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #roOwe4f2oHmiJlK3dTkQpG5LTCZHIqWp { width:19.625rem;height:40.75rem;top:78.6875rem;left:0.0625rem;box-shadow: 0.0625rem 0.0625rem 3.4375rem rgba(7,7,7,0.21) ;display:none; }
 }@media only screen and (max-width: 763px) { #l5o8PyavqKENHHeQ6Ely5JBUPDggS29N { width:18.75rem;height:34.625rem;top:45.437287092209rem;left:0.68684905767444rem;box-shadow: 0rem 0rem 1.875rem rgba(111,9,72,0.31) ;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #vTW4cLWUTofgDmeRa0EG4wnU6JMHltWC { width:20rem;height:26.936875rem;top:8.6875rem;left:0rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T8LSKlGC7GKpNN9MvVRPfNvLUQqPPMeh { width:12.4370625rem;height:13.0620625rem;top:29.007598638534rem;left:3.7814672589302rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #Jd6C6LRvxoypXkXoP1HUHKul6omHNJZU { width:12.25rem;height:7.5625rem;top:4.8750038146972rem;left:4.6872833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2TQTinQEfMi0qCcOBsOd94zyc9clS1o { width:2.37413125rem;height:2.43706875rem;top:82.942712783812rem;left:8.811848938465rem;display:none; }
 }@media only screen and (max-width: 763px) { #VoztuvOAEqbCyJ9pW9fKfKRlO2d1mWTA { width:2.74956875rem;height:4.24913125rem;top:29.132164955139rem;left:12.686849892139rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #dmc3IaLd1WmvvKD2FNLuk68lcW03Wzwf { width:13.4375rem;height:12.939542918654rem;top:7rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UP9JaRiGznF69ppugsyEIHBVTucil1h7 { width:6.375rem;height:6.375rem;top:33.5rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHCEsXbS4HwWTEhQbX7Ng6q4VURO3ART { width:2.43706875rem;height:2.5rem;top:42.068143844604rem;left:2.1245661377907rem;display:none; }
 }@media only screen and (max-width: 763px) { #eB7mrBfFX1OccLRfApH7EO11in50hKSO { width:13.4375rem;height:12.938375rem;top:115.82683944702rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dtaZ9fVd99CFfapf72sm3qp5rdAmT8Mb { width:14.6875rem;height:14.124375rem;top:40.875rem;left:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FzC5HKRkHbyXn2zvyZhF9rv4E5T45uLq { width:20rem;height:4.4375rem;top:0rem;left:0rem;z-index:15035;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mHRC4NZzMGrOpRbA3OanHvQ0XUxJZNtM { top:32.067060470581rem;left:0rem;width:20rem;height:12.0625rem;z-index:14996;background-color:#ffffff;background-image:none;border-top-right-radius:4.125rem;border-bottom-right-radius:4.125rem;border-bottom-left-radius:4.125rem;border-top-left-radius:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX1CktCUpmLB9x8ocDTvgeJGnllJ4ndT { width:3.75rem;height:3.75rem;top:34.936416625976rem;left:2.1245661377907rem;z-index:15042;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm { display:block; }#LUMKVGzQVTAQzqeXzVcZDS9IhDbSDBMm > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgQoXk3mTK0h69MrVU5dcTefkq8rBFrn { width:3.9375rem;height:3.9375rem;top:39.151477813721rem;left:1.2489150166511rem;z-index:15036;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qHwtJBTfOgD0ikITJIE4dU0Vr8bO1xGo { width:13.125rem;height:13.125rem;top:4.4375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGRVTbmLfJz0EqKxy288Mgqwptr51RR6 { width:16.4995625rem;height:7.3125rem;top:22.437065124512rem;left:1.4995661377907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqGiFlOFEU9NMyGQDzP1tNdTuzXUuJtr { width:15.2495625rem;height:0;top:31.767579555511rem;left:2.3752172589302rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IQ0BbDQevKWlq8ammZvtHtlgrnIsJul7 { width:5.125rem;height:5.125rem;top:22.5rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EI4p41ssv3InfTc9dbCPh6xgGvoCa0bT { width:14.4375rem;height:14.25rem;top:2.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twxgo7k3WmSsB3DbT3UrnooGRWNZXNkQ { width:3.06206875rem;height:3.125rem;top:8.4353299140931rem;left:1.6851130127907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVrPs6NkEHWrVix9TCRwDJNDNhQwdCDn { width:8.0625rem;height:7.75rem;top:1.7057337760925rem;left:11.807810023657rem;display:block; }
 }@media only screen and (max-width: 763px) { #vluzIQI4V3RuxsHLuCmly0GITfGKJt0G { width:17.3123125rem;height:2.6rem;top:19.499782562256rem;left:1.7491319775581rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O0tg3iirPhii6ZzdPvswE8rnNdfy6VQ3 { width:12.625rem;height:3.0875rem;top:39.452037811279rem;left:5.9364150166511rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xAwwHSZXnOAJNhr998ZqNRa87DzuV8Sz { width:15.2485rem;height:7.3125rem;top:30.838756561279rem;left:2.3752172589302rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #hSeT907nkGsw4KisIoEWziVwvRpOTQBZ { display:block; }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ { border-width: 0; border-radius: 0; }#hSeT907nkGsw4KisIoEWziVwvRpOTQBZ > .row .container { width:20rem;height:90.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAWc1HSoCfU1sUHGM8stPlZH4sE1rMSl { width:17.3123125rem;height:3.3rem;top:2.2493515014649rem;left:1.3118489384651rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PJEr2EgwMe7Ui8h9ik2tvipZhOoZqCof { width:16.7480625rem;height:13.8748125rem;top:5.9993515014649rem;left:1.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa49y83xrIXUsxxE9t7TailhUx7JI8VO { width:6.25rem;height:6.25rem;top:12.561851501465rem;left:11.562500298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD2yFgc0pmETcaF11ey7d56chHMmTBdm { width:16.4355625rem;height:13.811875rem;top:22.437065124512rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VseUVALkX4mP1UqIumm7NJNM8PvFFtxe { width:16.4375rem;height:13.8125rem;top:38.062065124512rem;left:1.8120661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp79wBAROh6Gr5GWBv3LXevHfVnvlGBn { width:6.25rem;height:6.25rem;top:28.687065124512rem;left:2.5618491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCOTXaLJMRlbZ6VNQTqRBlZt9SzpZgfW { width:6.25rem;height:6.25rem;top:44.499778747559rem;left:11.124132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwiKGiZOgmOH39wNk6PQPWtgmQiwLCgB { width:14.749375rem;height:1.57551875rem;top:19.375rem;left:2.5618491768837rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hr1zNogQM6Tm9UtiMmlqehPs08gfbd4a { width:15.7498125rem;height:1.57551875rem;top:35.249565124512rem;left:2.1245661377907rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SzL3eBX7fzOyIWAJrPT9KFlazG5kBJo0 { width:20rem;height:1.57551875rem;top:51.124137878418rem;left:0rem;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nVUz3RA0aJQnKLfLdXrXMsGoXic7JBbO { width:12.874375rem;height:3.3rem;top:55.007598876953rem;left:3.5622833371162rem;font-size:1.375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XwDvv2gCETJtu8CxPnwqJOWVsuupo9CP { width:17.686625rem;height:5.85069375rem;top:58.995227813721rem;left:1.1566841006279rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zhprOCPAuVcqaAL2WXiV84sG0eL7T4fL { width:14.625rem;height:14.625rem;top:65.625rem;left:2.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #DSFVXV9by9NeAThL9i9Ns4KVybo0rW3o { width:12.75rem;height:12.75rem;top:66.5rem;left:3.4375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #lBidg8AOpWADBQG65f3Bx77IeTyCKlSH { width:11.311875rem;height:0;top:75.554470928956rem;left:4.2699661254883rem;font-size:2rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15033;color:#031f59;display:none; }
 }@media only screen and (max-width: 763px) { #NPgeMAXfiOBNw2iH8OzFOrJxeZ8TH29y { width:10.4375rem;height:0.25rem;top:73.0625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONaplTaIglhHVmb1HZufU0RpqOI2W62y { width:15.4980625rem;height:0;top:79.578990936281rem;left:2.2504342198372rem;font-size:1.8125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15034;color:#ffffff;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #IqIorT3v7FMb1NFILX18nHEBsn9XMDhb { width:9.375rem;height:8.9995625rem;top:72.748485565187rem;left:2.5618491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvQOniNwJqFCcUzwkrZSpbQA9LSoyMTc { width:6.9998125rem;height:6.749125rem;top:65.623916625975rem;left:11.692709267139rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMHAw2zXD1i1a0enouDqVgopqniZ7bd3 { width:3.125rem;height:3.18468125rem;top:74.774307250975rem;left:15.254991829395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug2vPJTGN30y7SUTwdu735mMbJkIM7nF { width:20rem;height:6.7535rem;top:82.500011444094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5krQWwVMJZ7FJiclDrkKSDZuKVzpoH4 { width:11.311875rem;height:4.43793125rem;top:68.375rem;left:4.3125rem;font-size:4.4375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15034;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DG6RQM79aXRTfwzmx3i8AEsJRb4QZ1Ut { width:15.4980625rem;height:3.9875rem;top:74.375rem;left:2.3125rem;font-size:1.8125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15035;color:#ffffff;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cuZShcHksMblMhmaUPoAxuob7XTa1Is7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4497926a-77bf-43ea-9b0d-8a6b5ce17736/DZIECKO_mobile.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7.adaptive-delivery-prevent-bg, #cuZShcHksMblMhmaUPoAxuob7XTa1Is7.lazyload, #cuZShcHksMblMhmaUPoAxuob7XTa1Is7.lazyloading { background-image: none; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row .container { background-color: transparent; background-image: none; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row .container > .video-iframe-container { display: none; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row > .video-iframe-container { display: none; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .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); }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row .container { border-width: 0; border-radius: 0; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuZShcHksMblMhmaUPoAxuob7XTa1Is7 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MK6WFJrosk2ZCQUvgxhSEesTe5OG3y8w { width:20rem;height:11.8120625rem;top:0rem;left:0rem;z-index:14998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4QFpF1wMrhBkOKS0vA5IdQQycxg6MdP { top:0rem;left:0rem;width:19.9375rem;height:4.9375rem;z-index:14997;background-color:#f8f8f8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #aZXBISkdphd7bW3TQkNePxAMDc8aliva { width:20rem;height:31.9375rem;top:29.287769317627rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARVupFZPv7aSnenQ4NdPiKkqaEr3t3G0 { width:20rem;height:5.525rem;top:1.2482604980469rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrEHkAGpxzVsQAOcfSEJWvpfM0P5TDb5 { width:20rem;height:1.1002625rem;top:37.598737716675rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rK7yTFUatuChgukv0Jlq3dhun1idcFZc { width:5.68685rem;height:5.68685rem;top:7.4783000946044rem;left:7.1560333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt { display:none; }#KMTWFsrX7t4qlM3OnTGivwUCnyoFxtNt > .row .container { width:20rem;height:96.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qef89mJ5AumAlUMBpqVsKFq8dAcfXoOX { width:17.375rem;height:0;top:3.4375rem;left:1.3125001192093rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #evePHJb66UOhJfHb0zWwvT70nAHgh9fS { width:18.875rem;height:5.0625rem;top:25.125rem;left:0.5625rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lephp6Atpi4SlLVf3AJGO40go51f1Mzk { width:12.5rem;height:0.375rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGwS2SIwpFT35TbehlOOnvuqcF6caUcO { width:19.0625rem;height:7.87109375rem;top:9.4249997138975rem;left:0.46875rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #POuLIIgxU9VyM9S3iIlTJBXIgxBQykgg { width:5.875rem;height:4.9375rem;top:30.775000572204rem;left:3.7499998807907rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EgNB430c3bSHsKMC06U6K1fmbT5fx5CI { width:4.125rem;height:4.9375rem;top:19.1875rem;left:7.9375003576281rem;overflow:hidden;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #QUcZLGUIUyiLkF3uxZ8IvmN3ihtvxVbt { width:19.5625rem;height:7.871125rem;top:1.5500011444092rem;left:0rem;font-size:1.125rem;z-index:15018;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #DfqzXIMB9shZBDwOQF68hw6tauRd5Hgs { width:11.25rem;height:10.375rem;top:32.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbmGyeu78ltgJysSELiRPHT8ZSxqHy7D { width:11.25rem;height:10.375rem;top:43.125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICZdhmKL7P3I6KkAP1A9e5xZ65FL7cgL { width:11.25rem;height:10.375rem;top:54.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqbLO4yTDq4rTWxLIT9du9oTB6av85gn { width:19.4375rem;height:8.375rem;top:87rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTNbLXK9fVahcQiyv4pmC22QgPmpkCUZ { width:5.0625rem;height:1.9375rem;top:118.24765586853rem;left:7.4687503576281rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbSppEBOHiZTrxZDMoWgHvUsUIaWVQQE { width:20rem;height:18.6875rem;top:67.5rem;left:0rem;box-shadow: 0.0625rem 1.0625rem 3.5rem #7b7b7b ;display:block; }
 }@media only screen and (max-width: 763px) { #mH9wqkmfdUpn12G2UBRcPUATX3UavlPF { display:flex;width:2.0625rem;height:2.0625rem;top:68.25rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #PifgEw9hV5TZ1St0QskdlEBcIF8prdFo { display:flex;width:2.0625rem;height:2.0625rem;top:80.375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #v8W2btbcGIc1TqnHSJGqfRU3Ufpbm63P { display:flex;width:2.0625rem;height:2.0625rem;top:74.1875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #s5DVXvIdJoJZTDl9wTg8l4FAmWZRShcx { width:15.875rem;height:18rem;top:68.25rem;left:3.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #Xfm6SZIcQ0E5UeS21r3ek29BymXcnFLQ { width:5.5rem;height:2.125rem;top:1rem;left:5.0249999761581rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn { background-color:transparent;background-image:none;display:none; }#ayxTWBnT8WKzXgtTiiABv2i2vkoshgRn > .row .container { width:20rem;height:69.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qVSJ7DSFJ5rh5sG6708elwX3JfrGfE7G { width:17.5625rem;height:5.99609375rem;top:4.3296875953674rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZEAnV9Ir0qE64couk9SA8yz4QeQlCRz { width:18.25rem;height:28rem;top:2.0210952758789rem;left:0.875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #clCJ1czNmxsL97e6Fvn4zp5QzysA54oD { width:18.125rem;height:4.796875rem;top:12.462501049042rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqqT5g8ffJSLBpQvR70X8Kt9pZu186Ne { width:16.6875rem;height:8.39453125rem;top:19.320312118157rem;left:1.6562501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vmkrs3XeJcI5MQRtwW4NkNvRgr7lo2VV { width:13.5625rem;height:5.3125rem;top:53.8251953125rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAqof8mlAaWLDsfDbxmnp1yQZVH1TyG3 { width:20rem;height:4.9482375rem;top:48.3779296875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhbcEnW1hJeM20M7NmBmVA6nTmRkqgfN { width:20rem;height:3.298825rem;top:59.1376953125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOxgtFMFT1wDe9va6krJBW9HiKxVwUen { width:15.1875rem;height:15.1875rem;top:32.087890625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZocDLSFwDOEARh0sxwF93sSBpUiCTyT { width:1.6875rem;height:2.75rem;top:62.435546875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVg7eIw4fo5MAZuSWUhACMm7iw3Hi7bg { width:5.25rem;height:3.75rem;top:62.435546875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwywKh1A18ktVEHgc3OlTAxUizrlIPtN { width:1.6875rem;height:2.75rem;top:44.587890625rem;left:16.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNpV3NPzEQ1ywgk3xnzMNcQpk4rxiHVq { width:4.6875rem;height:3.375rem;top:32.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz { background-color:#ffffff;background-image:none;display:block; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { background-color: transparent; background-image: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row > .video-iframe-container { display: none; }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .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); }#T4F928AgkTrzOcnGiraIXuZ1nShDv6Wz > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r { width:1.75rem;height:1.75rem;top:1.375rem;left:7.5rem;display:block; }
#FLh9n1IcZzW3UugIZJAP7MxGRd33QT8r > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #TPpUNe8edykLeak8E1pkcfbyuCVGKiae { width:2rem;height:2rem;top:1.1875rem;left:10.6875rem;display:block; }
#TPpUNe8edykLeak8E1pkcfbyuCVGKiae > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 { width:1.9375rem;height:1.9375rem;top:1.1875rem;left:14rem;display:block; }
#AwAzrZ6CJ1CMlE3nhiwfmXX2UDZNBKL5 > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #NMJECv8JZz3IqCZLDBJtLmTHleArXIyz { width:1.75rem;height:1.75rem;top:1.375rem;left:4rem;display:block; }
#NMJECv8JZz3IqCZLDBJtLmTHleArXIyz > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { background-color: transparent; background-image: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { display: none; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .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); }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { border-width: 0; border-radius: 0; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZZWkNQ0Z4mT988dNFiGyyTQ9C9Qbfspb > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XeD4dLuNAMyEVyvcmqAT66zBv5gPbtKA { width:19.7471875rem;height:2rem;top:0rem;left:0rem;font-size:0.625rem;color:#343a40;line-height:1.6;display:block; }
 }