.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:241,227,233;--color-primary-1:214,170,189;--color-primary-2:186,114,145;--color-primary-3:112,68,87;--color-primary-4:78,46,61;--color-secondary-0:246,226,221;--color-secondary-1:244,183,135;--color-secondary-2:242,165,30;--color-secondary-3:145,99,18;--color-secondary-4:48,33,6;--color-tertiary-0:255,255,255;--color-tertiary-1:151,167,214;--color-tertiary-2:81,109,186;--color-tertiary-3:38,73,169;--color-tertiary-4:71,84,90;--headlines-font-family:"Josefin Sans";--paragraphs-font-family:"Josefin Sans"; }body { background-color:#faeeeb;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(53,146,3,0.8);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ > .row .container { background-color: transparent; background-image: none; }#eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ > .row .container > .video-iframe-container { display: none; }#eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ > .row > .video-iframe-container { display: none; }#eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ > .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); }#eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ > .row .container { border-width: 0; border-radius: 0; }#eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#oTrvPzE1RrMGf12bksZLWXFDJBsCKDW6 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3229167461395rem;left:9.375rem;height:1.4619125rem;display:block; }
#SkQvWACybBoGvsblDpA38liLndu9B7gI { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.625rem;left:5.4375rem; }
#SkQvWACybBoGvsblDpA38liLndu9B7gI > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#359203;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; }#ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE > .row .container { background-color: transparent; background-image: none; }#ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE > .row .container > .video-iframe-container { display: none; }#ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE > .row > .video-iframe-container { display: none; }#ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE > .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); }#ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE > .row .container { border-width: 0; border-radius: 0; }#ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/ae1b9b6d-ef02-4aae-9faf-aa2d201f18ca/DzA1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd.adaptive-delivery-prevent-bg, #MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd.lazyload, #MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd.lazyloading { background-image: none; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row .container { background-color: transparent; background-image: none; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row .container > .video-iframe-container { display: none; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row > .video-iframe-container { display: none; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .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); }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row .container { border-width: 0; border-radius: 0; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:75rem;position:relative;display:block; }#a4z2vh6rL3lbHkq2wtxFATvWLGon2iSk { position:absolute;display:block;z-index:15004;height:3.8125rem;width:6.8125rem;top:4.9375rem;left:1.1867189407349rem;display:block; }
#ZK5Pl5f3kOEgixEm6uThMVoNAniqZozk { position:absolute;display:block;z-index:15023;height:4.4375rem;width:7.875rem;top:2rem;left:9.8997402191163rem;display:block; }
#ehMC3SI9Vpd332fl1ohLFrLgQgXbnS0A { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.25rem;width:9.9375rem;position:absolute;display:block;z-index:15015;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:4.375rem;left:51.3125rem;overflow:hidden;display:block; }
#WUrHPwkKTFgTd7kKy7XEnRlsAN7IDbPo { color:#fffdfb;display:block;width:25.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.9375rem;left:43.375rem;height:8.125rem;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; }
#Snp9FZg666iVa03rV319CaJPoz5NIepH { position:absolute;display:block;z-index:15011;background-color:#fffdfb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12109375rem;width:25.05859375rem;top:27.0625rem;left:43.75rem;display:block; }
#J7OgtQ5AxnnQwb88n8p4kDUyD0ep6Dg6 { color:#107d84;display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:29.4375rem;left:37.5rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tcbMHtAhAHAx8hqp1FQ8BEDp6XzvgKba { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:13.6875rem;left:67.5625rem;height:1.625rem;display:block; }
#xvZ10Kwm5e0DZ7WsuT12yF0THtr17HPx { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:17.4375rem;width:64.1875rem;top:41.951820373535rem;left:5.40625rem;display:block; }
#tf6hB3Up6FnBm3OEQM0fiV69g10vrKxG { color:rgba(var(--color-primary-2),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:44.91796875rem;left:9.375rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nK6xF7ZmSvH0qhBcpxWk0neQzqagJd7C { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;display:none; }
#HrleS0c5In3G3Io0i9TDvoou3ThHggra { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/526565d9-39dc-4754-88ac-89f2a674c422/ToLoDzA.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra.adaptive-delivery-prevent-bg, #HrleS0c5In3G3Io0i9TDvoou3ThHggra.lazyload, #HrleS0c5In3G3Io0i9TDvoou3ThHggra.lazyloading { background-image: none; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container { background-color: transparent; background-image: none; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container > .video-iframe-container { display: none; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row > .video-iframe-container { display: none; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .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); }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container { border-width: 0; border-radius: 0; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#Je52Dc3GDxVeoeoqgUQ2q2IFnnccHrM8 { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5rem;left:5.3125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r7UlbwbBAAt2Ghfp613vvuHQeS6wAX9V { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.125rem;left:5.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-form-header {  }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:22.5rem;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;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-primary-2),0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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.5rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-text {padding-top: 0; padding-bottom: 0;}#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-primary-2),0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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.5rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-select {padding-top: 0; padding-bottom: 0;}#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .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; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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;box-sizing:border-box;font-size:1.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:22.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.4375rem;overflow:hidden;font-style:normal;float:none; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .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; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .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:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-container:first-of-type{padding-top:0;}#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-container:last-of-type{padding-bottom:0;}#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt  { background-color:#faefec;background-image:none;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:44.5rem;top:13.2197265625rem;z-index:15015;position:absolute; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-info-text { font-size:0.875rem; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt {display:block;}#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt { background-color:#faefec;background-image:none;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:44.5rem;top:13.2197265625rem;z-index:15015;position:absolute; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #Vn7BmWEe2hPW3fFNRmZACowfokADkFcE { position:relative; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #uRrSP5zrQMK4FX7pQEQ7hX5TQPETcF7b { position:relative;display:none; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #rxiHWOnVE0JQeZvknBST4ih3EMbTv6Wt { position:relative; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #IsaHOA2p0QqsomobWRUUptN2esLO1xWC { position:relative; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #P5e1Z6RiwUQOoDe4Ih1bdz5PRD1weP7o { position:relative;display:none; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #QnxLHGRhBvElXIAMnfRgAu1QIvmpMoFJ { position:relative; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #WW9mdmiAcUJllP08HTddINy77idA86Me { position:relative; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #CW61A74OK4kGLZ4ZHNuNvXOTXdeQxtdC { position:relative;z-index:2; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #ydWDLduB0iwhu7U4ak90brWg2Wzu7X3E { position:relative; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #w0hLaZ0ssKmkIWfkWUMpqZvLCX1V9SFV { position:relative; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #EzycGFVJA1NkOsy7ggfaXGgFDTSeGTmd { position:relative;z-index:2; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #koehW0P1nkzZXaWW2TG2xHBftfngKEMP { position:relative; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #SC9FVacqglcw70qmTiK2GXcr8aMEBdZW { position:relative; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #txQAPJ34tKMK5PP6cTXZ3NtHWTe2c4ya { position:relative; }
#uH5sIzI3bkhsqJSaWlznF3z7lweq283q { position:absolute;display:block;z-index:15016;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.1875rem;width:15.1875rem;top:20.91667175293rem;left:29.906251907349rem;overflow:hidden;display:block; }
#bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA > .row .container { background-color: transparent; background-image: none; }#bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA > .row .container > .video-iframe-container { display: none; }#bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA > .row > .video-iframe-container { display: none; }#bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA > .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); }#bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA > .row .container { border-width: 0; border-radius: 0; }#bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;position:relative;display:block; }#w1Eyh01uRL7C8iFIAJFLbBlHSWQmAiFt { color:rgba(var(--color-primary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.82292175293rem;left:5.4375rem;height:8.9375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#zLXA6thwgFWSXwMPTvNG2s3uDFODRer8 { color:#000000;display:block;width:62.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:29.07292175293rem;left:5.4375rem;height:16.08399375rem;display:block; }
#mpxKUzFKaGZuT5CRQAmB417kEVUaR7cs { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:14.6875rem;width:47.625rem;top:50.07292175293rem;left:13.65625rem;display:block; }
#EiiSmLLy9gtG8W4oiC3rCydXtqpAaOyg { color:#000000;display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:53.125rem;left:13.90625rem;height:8.53125rem;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;display:block; }
#kALQH297cgFGbqL4b6GCv37B3TR6nISE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:46.875rem;top:0.0625rem;left:27rem;overflow:hidden;display:block; }
#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faefec;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; }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row .container { background-color: transparent; background-image: none; }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row .container > .video-iframe-container { display: none; }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row > .video-iframe-container { display: none; }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .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); }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row .container { border-width: 0; border-radius: 0; }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#lEc0Qbmbk9qrqyAvdriaTmmEfXyesAgn { color:#000000;display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.53385925293rem;left:5.4375rem;height:8.125rem;display:block; }
#xw4nWIEVzwFLDvwzaNoWef0EfMn9i0IK { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.6875rem;width:47.625rem;top:21.47917175293rem;left:13.65625rem;display:block; }
#gGoiewWdEDPSi2Qfo9cMyrCPsrUpDGEG { color:#000000;display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.03125rem;left:13.625rem;height:5.6875rem;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;display:block; }
#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faefec;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; }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row .container { background-color: transparent; background-image: none; }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row .container > .video-iframe-container { display: none; }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row > .video-iframe-container { display: none; }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .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); }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row .container { border-width: 0; border-radius: 0; }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:75rem;position:relative;display:block; }#ZnHmtGRPb74ILWpbp9KkrnOl7vQ0Fc88 { color:#000000;display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.6145935058594rem;left:5.4375rem;height:12.9375rem;display:block; }#ZnHmtGRPb74ILWpbp9KkrnOl7vQ0Fc88 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZnHmtGRPb74ILWpbp9KkrnOl7vQ0Fc88 li:before{  }
#lHXbI8F4qgAFy46XpvwXEwTS49IbVfCl { color:#000000;display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.895843505859rem;left:5.4375rem;height:3.25rem;display:block; }
#ESicLa0yzAvmonMAc8wCJiKwDuqxoOLS { color:#000000;display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:26.895843505859rem;left:5.4375rem;height:4.875rem;display:block; }
#F1SZr9510xlN0twcKLgd0bqRZqpTzAhX { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:35.833343505859rem;left:26.281251907349rem;display:block; }
#bRBGc1gRqL27MuluM7u754o00maWnx5P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI > .row .container { background-color: transparent; background-image: none; }#P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI > .row .container > .video-iframe-container { display: none; }#P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI > .row > .video-iframe-container { display: none; }#P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI > .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); }#P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI > .row .container { border-width: 0; border-radius: 0; }#P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#dkvM0o0eRNXU07k0Qm7d4cifaQI8JGxw { color:rgba(var(--color-tertiary-0),1);display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:5.625rem;left:6.875rem;height:7.96875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#mC6HocL2orBByXo2dv2u7J5kDZoKe0Jb { color:#000000;display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:15.0625rem;left:6.875rem;height:2.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZrHPK0aQ7iCMcUg1QA0wbXhZmkyIdRw { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.75rem;width:47.625rem;top:21.875rem;left:13.65625rem;display:block; }
#pX3QSFqPbeXQr0oz6ld4TGax5VzwAaEq { color:#000000;display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.50260925293rem;left:15rem;height:0;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;display:block; }
#ki8hVh6sqD3Z9vwv9OTTGcXtOW8CRhmW { color:rgba(var(--color-tertiary-0),1);display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.8125rem;left:13.90625rem;height:;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;display:block; }
#I5Tq7ioEatTignUImLLHpGpA5nPVqtGM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faefec;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; }#I5Tq7ioEatTignUImLLHpGpA5nPVqtGM > .row .container { background-color: transparent; background-image: none; }#I5Tq7ioEatTignUImLLHpGpA5nPVqtGM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5Tq7ioEatTignUImLLHpGpA5nPVqtGM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5Tq7ioEatTignUImLLHpGpA5nPVqtGM > .row .container > .video-iframe-container { display: none; }#I5Tq7ioEatTignUImLLHpGpA5nPVqtGM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5Tq7ioEatTignUImLLHpGpA5nPVqtGM > .row > .video-iframe-container { display: none; }#I5Tq7ioEatTignUImLLHpGpA5nPVqtGM > .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); }#I5Tq7ioEatTignUImLLHpGpA5nPVqtGM > .row .container { border-width: 0; border-radius: 0; }#I5Tq7ioEatTignUImLLHpGpA5nPVqtGM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I5Tq7ioEatTignUImLLHpGpA5nPVqtGM > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;position:relative;display:block; }#t8nhX8cZiTAlczKvzR2JlWUuWaq3pQbi { color:rgba(var(--color-tertiary-4),1);display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.125rem;left:5.4375rem;height:13.25rem;display:block; }#t8nhX8cZiTAlczKvzR2JlWUuWaq3pQbi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#t8nhX8cZiTAlczKvzR2JlWUuWaq3pQbi li:before{  }
#JqpbmuKZZeL0vks4UG1pPWcuGmwDsTKo { color:rgba(var(--color-tertiary-4),1);display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.718765258789rem;left:5.4375rem;height:1.625rem;display:block; }
#nlpHZALmErUV5D0IOL09QZRqEaw9InfE { color:rgba(var(--color-tertiary-4),1);display:block;width:61.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.1875rem;left:5.4375rem;height:10.375rem;display:block; }#nlpHZALmErUV5D0IOL09QZRqEaw9InfE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nlpHZALmErUV5D0IOL09QZRqEaw9InfE li:before{  }
#bGRGrT0wtpGqLUH1HS13FvgvxBTzxXw4 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.75rem;width:47.625rem;top:39.811187744141rem;left:13.65625rem;display:block; }
#bnEw84T2wVRHh9zQrhWEITRKq3TrMwJe { color:#000000;display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:42.30859375rem;left:17.25rem;height:;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;display:block; }
#I7Qbpqxr2ccR3vmBxEZFTwCmvdbE1fU6 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:10.75rem;width:47.625rem;top:21.875rem;left:13.65625rem;display:none; }
#lFp3CKv65p1NTUudNQtrPgar5wnqleWt { color:rgba(var(--color-tertiary-0),1);display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.8125rem;left:13.90625rem;height:;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;display:none; }
#cQs9EA0yamF2e7riXy4wGr2mssFHhErO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faefec;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; }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row .container { background-color: transparent; background-image: none; }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row .container > .video-iframe-container { display: none; }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row > .video-iframe-container { display: none; }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .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); }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row .container { border-width: 0; border-radius: 0; }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#hNKfaxVXJz7tGUDw1VLTJfktqBr9pfdC { position:absolute;display:block;z-index:15033;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.625rem;width:12.5rem;top:7.5716247558594rem;left:8.25rem;overflow:hidden;display:block; }
#mAKgg0MsIFywRS1H4cEpRDCXtvLFa7Fp { color:rgba(var(--color-primary-2),1);display:block;width:15.74869825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:18.3125rem;left:7.375rem;height:2.03125rem;font-style:normal;display:block; }
#NBw3NsyqrhOlSteKOoRaahGFomStW1KO { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:20.229187011719rem;left:7.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rum4aw88QboX24VbI4EZ0X4tJwJAX2FV { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:22.916687011719rem;left:7.375rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;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; }
#dvtTT3WVM1TV03opqd0UWeMGJD9yUk3e { 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:8.625rem;width:12.5rem;top:7.5716247558594rem;left:29.65625rem;overflow:hidden;display:block; }
#X3TA8hKJ3S41ApPNAC75EFdo2zp44W4F { 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:8.625rem;width:12.5rem;top:7.5716247558594rem;left:50.28125rem;overflow:hidden;display:block; }
#Aqe0qVsvAJ5TwUT3iTKSAmJLnW9vDdfN { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:22.9375rem;left:28.8125rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;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; }
#JA21vehl3cgObKNNQp2JKPLUgU5DOPCQ { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:20.25rem;left:28.8125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TP9nvRd604LrdnhoFIRBcL94C9IPOSIK { color:rgba(var(--color-primary-2),1);display:block;width:15.74869825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:18.5625rem;left:28.8125rem;height:2.03125rem;font-style:normal;display:block; }
#Ios64N8V1DLaR0kndoTZUWCogP65cTbA { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:22.916687011719rem;left:49.562503814698rem;height:6.9043125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Z60chlwxqkpTQCgk9se5xw2QNhhsNTpy { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:20.3125rem;left:49.562503814698rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KQTq4n63m4eeFNFI0OougpFqzbl2IDD7 { color:rgba(var(--color-primary-2),1);display:block;width:15.74869825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:18.3125rem;left:49.562503814698rem;height:2.03125rem;font-style:normal;display:block; }
#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faefec;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; }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row .container { background-color: transparent; background-image: none; }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row .container > .video-iframe-container { display: none; }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row > .video-iframe-container { display: none; }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .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); }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row .container { border-width: 0; border-radius: 0; }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#TzsQpSTN2DaAz6DdpgXMl3FTO0BEtWoL { color:rgba(var(--color-primary-2),1);display:block;width:15.74869825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:13.0625rem;left:6.75rem;height:2.03125rem;font-style:normal;display:block; }
#IA1dK7lxrQJxihgfDsEcfWzCwRM3Stn2 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:14.9375rem;left:6.75rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DxfaoXAwAr9HMd1NFRuloDQlA2euKFCa { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:18.916656494141rem;left:6.75rem;height:5.5234375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Q9SA8CTQ9454wFvgO4800O1MT9UWN3zI { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:18.873687744141rem;left:28.34375rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;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; }
#c8bdOHh6qvhPaHhV1Zs5Ptsea9ghes9N { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:15rem;left:28.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zzSS3ux6nLtgbKxB9XWodBDo1QswXQmU { color:rgba(var(--color-primary-2),1);display:block;width:15.74869825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:13.020843505859rem;left:28.34375rem;height:2.03125rem;font-style:normal;display:block; }
#ylyuKT4Geyui0th0rHTLLHCOZlzx4kRf { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:18.1875rem;left:48.9375rem;height:6.9043125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#NESptlTi8lSEI0zLq1faoz4tsHLwqNL0 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:15.020843505859rem;left:48.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#brSTDLAPd1rrBbimiV4W86IfgMmfQRTL { color:rgba(var(--color-primary-2),1);display:block;width:15.74869825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:13.020843505859rem;left:48.9375rem;height:2.03125rem;font-style:normal;display:block; }
#TEOeBmmz2KewaDTuJP1lPx5I92Ttm9w1 { position:absolute;display:block;z-index:15033;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.625rem;width:12.375rem;top:2.3125rem;left:7.625rem;overflow:hidden;display:block; }
#oXxvqhqi5m1TwHH9tP94ZfCdMbaoMVZ0 { 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:8.625rem;width:12.375rem;top:2.3125rem;left:29.0625rem;overflow:hidden;display:block; }
#xPOiWZclNtZEoZs6qZKAXLCMfb481Bxi { 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:8.625rem;width:12.375rem;top:2.3125rem;left:49.6875rem;overflow:hidden;display:block; }
#EouhriNeyh66okIUUtvFhukQiQEtdyth { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faefec;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; }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row .container { background-color: transparent; background-image: none; }#EouhriNeyh66okIUUtvFhukQiQEtdyth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row .container > .video-iframe-container { display: none; }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row > .video-iframe-container { display: none; }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .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); }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row .container { border-width: 0; border-radius: 0; }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#t0SBuQ77cExEWQ7S729iTp1yEZ1QEqNF { color:rgba(var(--color-primary-2),1);display:block;width:15.74869825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:13.0625rem;left:6.75rem;height:2.03125rem;font-style:normal;display:block; }
#mtPHnPtpLg8k4HQQSuM4pUPW3LNCJFpo { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:14.9375rem;left:6.75rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SrSuhsa2xRLVDvhEhbpwatRTArMWIJCs { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:17.414093017578rem;left:6.75rem;height:9.666rem;font-style:normal;text-align:left;text-align-last:left;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; }
#CbrvIRG6mxS1rAxGv7wxav4pUTN1nvwW { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:17.434906005859rem;left:28.34375rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;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; }
#tlgzLcaMiMqy132LxOCV3Jo4FVWxQWit { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:15rem;left:28.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dB6V9beppFpGV4XX5Udh4rpbCh6BE4QU { color:rgba(var(--color-primary-2),1);display:block;width:15.74869825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:13.020843505859rem;left:28.34375rem;height:2.03125rem;font-style:normal;display:block; }
#pq47AkbSH8sIanzZ2GHT1rX4O1CclQtf { color:rgba(var(--color-tertiary-3),1);display:block;width:18.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:17.434906005859rem;left:48.9375rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;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; }
#mvkufMPpNCPPnUJM3WowfTrlQt0hqb2S { color:rgba(var(--color-tertiary-3),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:15.020843505859rem;left:48.9375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TnSZMyOuRswsA4RsUrJPf9RiToVtH62a { color:rgba(var(--color-primary-2),1);display:block;width:15.74869825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:13.020843505859rem;left:48.9375rem;height:2.03125rem;font-style:normal;display:block; }
#yzxux1zPyZ7Kx3sByUdsIBNkdE6oQpoC { position:absolute;display:block;z-index:15033;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.5625rem;width:12.375rem;top:2.3125rem;left:7.625rem;overflow:hidden;display:block; }
#G9TmXI6q9fXHaEIGnXAEWNuass4k2nN7 { 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:8.5625rem;width:12.375rem;top:2.3125rem;left:29.0625rem;overflow:hidden;display:block; }
#FyAltovelQi2XTsfEUaiQQyy5MsCAnMo { 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:8.5625rem;width:12.375rem;top:2.3125rem;left:49.6875rem;overflow:hidden;display:block; }
#yhdaIHMd2AxsoWbEaAKhJwC5XJHrL9Xb { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.4375rem;width:47.6875rem;top:39.354187011719rem;left:14.000001907349rem;display:block; }
#hDlDrsQdvonOkc71VKOvdGZen19tTl0C { color:rgba(var(--color-primary-2),1);display:block;width:47.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:42.197937011719rem;left:13.656251907349rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LlilF4GaGNHmeZOmgEVgxwPd3BHiW0is { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.75rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:31.541687011719rem;left:25.062501907349rem;display:block; }
#fAHFVBx1SLc2ITuSKkPiZMu6RMNBTVRH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 > .row .container { background-color: transparent; background-image: none; }#QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 > .row .container > .video-iframe-container { display: none; }#QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 > .row > .video-iframe-container { display: none; }#QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 > .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); }#QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 > .row .container { border-width: 0; border-radius: 0; }#QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#J1sk67zBRw5dINeah8A3UnwhqSJtUbIJ { color:rgba(var(--color-tertiary-0),1);display:block;width:47.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.904968261719rem;left:12.96875rem;height:5.6666665rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DhGqI9JpFaV3fT0nxdm4TwTXTaOiI5eF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.4375rem;width:47.6875rem;top:21.0625rem;left:12.96875rem;display:none; }
#s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO > .row .container { background-color: transparent; background-image: none; }#s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO > .row .container > .video-iframe-container { display: none; }#s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO > .row > .video-iframe-container { display: none; }#s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO > .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); }#s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO > .row .container { border-width: 0; border-radius: 0; }#s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#CUPiwl2eso0PcHBhwuUHByv0aCcfvloe { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:15.3125rem;width:56.8125rem;top:3.75rem;left:12.75rem;display:block; }
#uQ04UgKBiCJuhKHHE97sLqRmGnF2pZaw { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.5625rem;left:23.3125rem;height:6.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#C65Ts8fCxHBVePwfTs20Wld8rqPgMLmk { color:rgba(var(--color-tertiary-3),1);display:block;width:48.2473945625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.614593505859rem;left:23.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xy8BgWqfdTBxsdpfOdKtBNblL8XdkzC1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:3.6666870117188rem;left:5.4375rem;overflow:hidden;display:block; }
#aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN > .row .container { background-color: transparent; background-image: none; }#aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN > .row .container > .video-iframe-container { display: none; }#aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN > .row > .video-iframe-container { display: none; }#aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN > .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); }#aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN > .row .container { border-width: 0; border-radius: 0; }#aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#PzKSvIJATDGXoOGISBsBQxluUhWTFBs5 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:15.3125rem;width:56.8125rem;top:3.75rem;left:12.75rem;display:block; }
#rL8THoH1Gk6TLbRcnJLIK1DOoecwb8Mz { color:rgba(var(--color-tertiary-0),1);display:block;width:43.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.5625rem;left:23.3125rem;height:6.5rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#TBOTteCPrWVENc01gpNSLBOD3kyiaHsc { color:rgba(var(--color-tertiary-3),1);display:block;width:48.2473945625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.614593505859rem;left:23.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fw6nHQ1v48AQqam40P2FZCgqKsmoEF44 { 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:15.625rem;width:15.625rem;top:3.75rem;left:5.4375rem;overflow:hidden;display:block; }
#IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq > .row .container { background-color: transparent; background-image: none; }#IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq > .row .container > .video-iframe-container { display: none; }#IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq > .row > .video-iframe-container { display: none; }#IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq > .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); }#IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq > .row .container { border-width: 0; border-radius: 0; }#IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq > .row .container { font-size:0.875rem;font-family:arial;height:39.5625rem;width:75rem;position:relative;display:block; }#T3W6aC3xiURSt3iQlTd7nnrUOMDxybWO { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:15.3125rem;width:56.8125rem;top:3.75rem;left:12.75rem;display:block; }
#cc2eBtm73cxP7UTuWQExWODlZcfOlKiP { color:rgba(var(--color-tertiary-0),1);display:block;width:45.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:6.5625rem;left:23.3125rem;height:8.125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#rMseBfu8iI3iDEKUdfp8s2XsnFieShQ6 { color:rgba(var(--color-tertiary-3),1);display:block;width:48.2473945625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.84375rem;left:23.3125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lb6VUPQkvQ3HUpWI8zHWHTSfI4o8SrOz { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:30.854187011719rem;left:26.28125rem;display:block; }
#U0TI83dcPvCfgrudkzrAidVugQUgxsvM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GEJsM0gqhVObABGzKFxTWPzOO1oLDLiL { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:3.6458435058594rem;left:5.14453125rem;overflow:hidden;display:block; }
#cxEqmJiudXdgbPnT2aTgbq5cmhAOn3y3 { color:rgba(var(--color-tertiary-0),1);display:block;width:67.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:23.666687011719rem;left:5.125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:url("https://images.assets-landingi.com/uc/2c067f6b-7871-400c-81e4-9798f59169d1/DzA.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo.adaptive-delivery-prevent-bg, #A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo.lazyload, #A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo.lazyloading { background-image: none; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row .container { background-color: transparent; background-image: none; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row .container > .video-iframe-container { display: none; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row > .video-iframe-container { display: none; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .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); }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row .container { border-width: 0; border-radius: 0; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:block; }#GU2bU8mS2wuaA2ZFUlAfLf5nwPgf5h8L { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.9326171875rem;left:33.125rem;height:5.625rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#TkS2Q6rNmeo4WLzy5tda7vPyMOeBiF3I { display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.51953125rem;left:33.125rem;height:28.4560375rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#gUH7eiFRU8TWJfCTs1QOagl82HKp3k2N { display:block;width:75rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.39453125rem;left:0rem;height:9rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:center;text-align-last:center;display:none; }
#Hzpla2yOSIoGGLfVhs7SZGRpGT1Qf43W { display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.0498046875rem;left:33.125rem;height:2.8125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;text-align:left;text-align-last:left;display:block; }
#nKtXEX3L0sakCb64UNtg3hGLk3AQCilK { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#nTcO4CV0A5CHKv4dwHkoMzlvThzv0B23 { display:block;width:37.5rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:55.708312988281rem;left:0.6875rem;height:37.5rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:none; }
#KZrKZJ2xzBEX2uMIWihfup0q1qPaXvwi { color:rgba(var(--color-tertiary-4),1);display:block;width:32.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:55.791687011719rem;left:40.875rem;height:17.5rem;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:none; }
#ovHS9sfKF3odHM1HqVy22nT2JWRQw33G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:20.8125rem;display:none; }
#DXEdBT6urulcpkL3eGTmTgMwzBmZDLQl { display:block;width:38.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:12.245660781861rem;left:31.4375rem;height:5.625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:left;text-align-last:left;display:none; }
#uD2SNs39tb0kXqcNWRU2wL1OHCiFqqim { display:block;width:43.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.519965469838rem;left:31.4375rem;height:31.05rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:none; }
#bIOTlxrIMW40M7AOJG9iR8B7S5HpcsdU { display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:19.51953125rem;left:33.125rem;height:30.8823514375rem;color:rgba(var(--color-tertiary-0),1);text-align:left;text-align-last:left;font-style:normal;display:none; }
#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row .container { background-color: transparent; background-image: none; }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row .container > .video-iframe-container { display: none; }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row > .video-iframe-container { display: none; }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .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); }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row .container { border-width: 0; border-radius: 0; }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#rdEPhF7RVqAPkZ2HCmuMJ6hdyQgsMIUi { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.625rem;height:3.8994125rem;font-style:normal;display:block; }
#mRXwrRgpb4fogbikfTzI9uWmDh0ggp95 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:9.375rem;top:3.5625rem;left:32.125rem;overflow:hidden;display:block; }
#xdAW0Z6q69rE6TkSmwvTTSKwBq0NmWUa { 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:9.375rem;width:9.375rem;top:0.625rem;left:61.9375rem;overflow:hidden;display:block; }
#lV3zJgaLip2C2bUafrpvZKF8R3xtXJxh { 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:9.375rem;width:9.375rem;top:0.625rem;left:52.5625rem;overflow:hidden;display:block; }
#Z88CPR0IvfPfwMIuLn1QBT1dXhM5BOPZ { 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:9.375rem;width:9.375rem;top:0.625rem;left:21.0625rem;overflow:hidden;display:block; }
#RKgQ2zd3qFDlDrAQd1TcXO43SAtVsFrQ { 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:9.375rem;width:9.375rem;top:0.625rem;left:43.1875rem;overflow:hidden;display:block; }
#eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF > .row .container { background-color: transparent; background-image: none; }#eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF > .row .container > .video-iframe-container { display: none; }#eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF > .row > .video-iframe-container { display: none; }#eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF > .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); }#eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF > .row .container { border-width: 0; border-radius: 0; }#eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#S0B21sCu9K3wbc8TQL0FsAh5dh7JB2Gv { color:rgba(var(--color-primary-2),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.875rem;left:5.3125rem;height:8.9375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#tJoKNInxpm0OlvGsFSwg5DgXqZpzDWJF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:46.875rem;top:0.0625rem;left:27rem;overflow:hidden;display:block; }
#OLIURSiBkHo8dmQVzHyOkX6OIvclE5fw { color:rgba(var(--color-primary-2),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.75rem;left:5.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FGPueAA8wHWJm7e2FxgInHikURBS6PTP { position:absolute;display:block;z-index:15017;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.0625rem;width:19.0625rem;top:23.58203125rem;left:13.833333969116rem;overflow:hidden;display:block; }
#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/526565d9-39dc-4754-88ac-89f2a674c422/ToLoDzA.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5.adaptive-delivery-prevent-bg, #kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5.lazyload, #kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5.lazyloading { background-image: none; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container { background-color: transparent; background-image: none; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container > .video-iframe-container { display: none; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row > .video-iframe-container { display: none; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .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); }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container { border-width: 0; border-radius: 0; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:75rem;position:relative;display:block; }#L08HoRiisOLhzwORPcWDLILKvcvN9arP { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:12.0625rem;left:5.4375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tSdWvOCGglc9zXaHlTAvgHZmNzuAaaD2 { color:rgba(var(--color-tertiary-0),1);display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:16.6875rem;left:5.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-form-header {  }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#f2f9ff;width:22.5rem;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;font-style:normal;vertical-align:top;text-align:left;text-align-last:left; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-primary-2),0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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.5rem;box-sizing:border-box;height:3.125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-primary-2),0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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.5rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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.5rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:"open sans";font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .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; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#4bae16;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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;box-sizing:border-box;font-size:1.5625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:22.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1rem; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.4375rem;overflow:hidden;font-style:normal;float:none; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .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; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .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:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-container:first-of-type{padding-top:0;}#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-container:last-of-type{padding-bottom:0;}#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub  { background-color:#faefec;background-image:none;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:44.6875rem;top:5.625rem;z-index:15015;position:absolute; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5rem;display:block;vertical-align:top; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-info-text { font-size:0.875rem; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub {display:block;}#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub { background-color:#faefec;background-image:none;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:44.6875rem;top:5.625rem;z-index:15015;position:absolute; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #CymblRCNNko8LEcdr4izuiqG6KFRCIqk { position:relative; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #MLivuZ6sTmCrvQQ1PGATXQ4vuRddTUqK { position:relative;display:none; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #ScvGTib2HTbZCvxI9niekgKecaM5poNB { position:relative; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #PkxGax7ws76nfetHmq6zzuWFRz3QFAMG { position:relative; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #zRNO5kv7D2I1UJpm8iKt9kvZKTccgHAE { position:relative;display:none; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #Hfmn6S635X22aSNhnSEBRqT2oToGw93U { position:relative; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #ZI1sveGGbWGSkWpdt17JvgHHfCDqrDkU { position:relative; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #IqVUVTPpI1582diLTwr5kROTkVooM65B { position:relative;z-index:2; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #uQNB7oNNxpZFDHUbW2DLCA0R8MaDsDCW { position:relative; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #aF9cslT6SbEfJ3FQPNARLJhRrUnSrymJ { position:relative; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #tMKpN2k6ZaMEhSayMwowXzHxsMX0l5r0 { position:relative;z-index:2; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #aShFd2ZRg7RTD9TBfXNGTbK7LaCEZwm4 { position:relative; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #efnuSTPfWhWP5bkwEGLigwHotpRAhGLe { position:relative; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #WCysPMdThageUKIa2bQENDn6nTmon2p6 { position:relative; }
#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container { background-color: transparent; background-image: none; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container > .video-iframe-container { display: none; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row > .video-iframe-container { display: none; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .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); }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container { border-width: 0; border-radius: 0; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;position:relative;display:block; }#HRTPvTTpFDZdFlMORzgkuNAIeNhCcCDP { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),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:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;height:11.4375rem;width:64.1875rem;top:41.208312988281rem;left:5.40625rem;display:block; }
#LDt3QMI5qUlSEXELb0zXVHtdzJgWOHcV { color:rgba(var(--color-tertiary-0),1);display:block;width:42.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44.634094238281rem;left:16.375rem;height:4.46875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G2ubJTzEJIR35WpdlApkrfTvEEG8FmDi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:36.75rem;width:64.1875rem;top:5.5625rem;left:5.4375rem;overflow:hidden;display:block; }
#yo2h1zz70PvWpbpw9xBSH5XZs4711A83 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yo2h1zz70PvWpbpw9xBSH5XZs4711A83 > .row .container { background-color: transparent; background-image: none; }#yo2h1zz70PvWpbpw9xBSH5XZs4711A83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yo2h1zz70PvWpbpw9xBSH5XZs4711A83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yo2h1zz70PvWpbpw9xBSH5XZs4711A83 > .row .container > .video-iframe-container { display: none; }#yo2h1zz70PvWpbpw9xBSH5XZs4711A83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yo2h1zz70PvWpbpw9xBSH5XZs4711A83 > .row > .video-iframe-container { display: none; }#yo2h1zz70PvWpbpw9xBSH5XZs4711A83 > .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); }#yo2h1zz70PvWpbpw9xBSH5XZs4711A83 > .row .container { border-width: 0; border-radius: 0; }#yo2h1zz70PvWpbpw9xBSH5XZs4711A83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yo2h1zz70PvWpbpw9xBSH5XZs4711A83 > .row .container { font-size:0.875rem;font-family:"open sans";height:17.125rem;width:75rem;position:relative;display:block; }#hLnkLZrUU1aqVTPTG3qNvShJIClIP1LW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:5.5rem;width:11.25rem;position:absolute;display:block;z-index:15017;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.8229370117188rem;left:31.875rem;overflow:hidden;display:block; }
#sp5qNlPONpN74aoZ2HZRzfb1E1XCsclz { color:#ba7191;display:block;width:1.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:5.8021240234375rem;left:42.5rem;height:1.625rem;display:block; }
#wyb9G22TxkTeA049o06tCPT6RTsOGkvm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#faeeeb;background-image:url("https://images.assets-landingi.com/Jc4gWT5v/LO_zapisy_na_kurs_zdj_cie_g_wne_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wyb9G22TxkTeA049o06tCPT6RTsOGkvm.adaptive-delivery-prevent-bg, #wyb9G22TxkTeA049o06tCPT6RTsOGkvm.lazyload, #wyb9G22TxkTeA049o06tCPT6RTsOGkvm.lazyloading { background-image: none; }#wyb9G22TxkTeA049o06tCPT6RTsOGkvm > .row .container { border-width: 0; border-radius: 0; }#wyb9G22TxkTeA049o06tCPT6RTsOGkvm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wyb9G22TxkTeA049o06tCPT6RTsOGkvm > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:none; }#tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/QSpFfoBk/KAA_23_.png");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:none; }#tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM.adaptive-delivery-prevent-bg, #tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM.lazyload, #tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM.lazyloading { background-image: none; }#tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM > .row .container { border-width: 0; border-radius: 0; }#tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM > .row .container { font-size:0.875rem;font-family:arial;height:77rem;width:75rem;position:relative;display:none; }#bTILRycIkRShytsIS5TmuFrlKLvtTlfa { border-bottom:0;border-left:0;border-right:0;border-top:0;height:40.625rem;width:62.5rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:7.5rem;left:4.65625rem;overflow:hidden;display:block; }
#dxbEnqcQlzhvkDif62pTo3mTgCdcq7dv { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.125rem;width:21.8125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:55.625rem;left:1.09375rem;overflow:hidden;display:block; }
#iPHDlCQOQyBITLwhL3kJ86bnMSdLGGSB { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.125rem;width:21.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:55.625001907349rem;left:26.562501907349rem;overflow:hidden;display:block; }
#IrQbcLfhz1NMHE85BBXQAQ7AziMRP8pA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:14.125rem;width:21.8125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:55.625001907349rem;left:51.031251907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oTrvPzE1RrMGf12bksZLWXFDJBsCKDW6 { width:21.4375rem;height:1.416666625rem;top:0.88541668653488rem;left:6.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SkQvWACybBoGvsblDpA38liLndu9B7gI { width:1.875rem;height:1.875rem;top:0.625rem;left:3.5625rem;font-size:1.3125rem;display:block; }
#SkQvWACybBoGvsblDpA38liLndu9B7gI > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 1199px) { #ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE { display:block; }#ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE > .row .container { width:47.75rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd { background-color:#faeeeb;background-image:url("https://images.assets-landingi.com/uc/ae1b9b6d-ef02-4aae-9faf-aa2d201f18ca/DzA1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd.adaptive-delivery-prevent-bg, #MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd.lazyload, #MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd.lazyloading { background-image: none; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row .container { background-color: transparent; background-image: none; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row .container > .video-iframe-container { display: none; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row > .video-iframe-container { display: none; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .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); }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row .container { width:47.75rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #a4z2vh6rL3lbHkq2wtxFATvWLGon2iSk { width:11.875rem;height:6.625rem;top:0rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZK5Pl5f3kOEgixEm6uThMVoNAniqZozk { width:7.875rem;height:4.4375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ehMC3SI9Vpd332fl1ohLFrLgQgXbnS0A { width:4.25rem;height:5.6875rem;top:1.375rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUrHPwkKTFgTd7kKy7XEnRlsAN7IDbPo { width:18.75rem;height:5.6666665rem;top:6.6875rem;left:24.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Snp9FZg666iVa03rV319CaJPoz5NIepH { width:16.2473965rem;height:0.1236979375rem;top:13.25rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J7OgtQ5AxnnQwb88n8p4kDUyD0ep6Dg6 { width:22.6875rem;height:3.5rem;top:14.5rem;left:22.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tcbMHtAhAHAx8hqp1FQ8BEDp6XzvgKba { width:1.3125rem;height:1.583333375rem;top:1.375rem;left:35.145835876465rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xvZ10Kwm5e0DZ7WsuT12yF0THtr17HPx { width:40.625rem;height:10.5rem;top:20.6875rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tf6hB3Up6FnBm3OEQM0fiV69g10vrKxG { width:40.625rem;height:8rem;top:21.895834684372rem;left:3.53125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nK6xF7ZmSvH0qhBcpxWk0neQzqagJd7C { width:31.25rem;height:31.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #HrleS0c5In3G3Io0i9TDvoou3ThHggra { background-color:#107d84;background-image:url("https://images.assets-landingi.com/uc/526565d9-39dc-4754-88ac-89f2a674c422/ToLoDzA.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra.adaptive-delivery-prevent-bg, #HrleS0c5In3G3Io0i9TDvoou3ThHggra.lazyload, #HrleS0c5In3G3Io0i9TDvoou3ThHggra.lazyloading { background-image: none; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container { background-color: transparent; background-image: none; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container > .video-iframe-container { display: none; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row > .video-iframe-container { display: none; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .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); }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container { border-width: 0; border-radius: 0; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container { width:47.75rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Je52Dc3GDxVeoeoqgUQ2q2IFnnccHrM8 { width:14rem;height:3.5rem;top:10.4375rem;left:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r7UlbwbBAAt2Ghfp613vvuHQeS6wAX9V { width:14.5625rem;height:4rem;top:14.75rem;left:3.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-regular-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-text {padding-top: 0; padding-bottom: 0;}#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-select {padding-top: 0; padding-bottom: 0;}#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-button { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-checkbox-label { width:21.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt  { width:22.5rem;height:auto;top:7.7994804382325rem;left:18.9375rem; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt {display:block;}#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt { width:22.5rem;height:auto;top:7.7994804382325rem;left:18.9375rem; }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #Vn7BmWEe2hPW3fFNRmZACowfokADkFcE {  }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #uRrSP5zrQMK4FX7pQEQ7hX5TQPETcF7b { display:none; }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #rxiHWOnVE0JQeZvknBST4ih3EMbTv6Wt {  }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #IsaHOA2p0QqsomobWRUUptN2esLO1xWC {  }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #P5e1Z6RiwUQOoDe4Ih1bdz5PRD1weP7o { display:none; }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #QnxLHGRhBvElXIAMnfRgAu1QIvmpMoFJ {  }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #WW9mdmiAcUJllP08HTddINy77idA86Me {  }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #CW61A74OK4kGLZ4ZHNuNvXOTXdeQxtdC {  }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #ydWDLduB0iwhu7U4ak90brWg2Wzu7X3E {  }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #w0hLaZ0ssKmkIWfkWUMpqZvLCX1V9SFV {  }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #EzycGFVJA1NkOsy7ggfaXGgFDTSeGTmd {  }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #koehW0P1nkzZXaWW2TG2xHBftfngKEMP {  }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #SC9FVacqglcw70qmTiK2GXcr8aMEBdZW {  }
 }@media only screen and (max-width: 1199px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #txQAPJ34tKMK5PP6cTXZ3NtHWTe2c4ya {  }
 }@media only screen and (max-width: 1199px) { #uH5sIzI3bkhsqJSaWlznF3z7lweq283q { width:15rem;height:15rem;top:17.95703125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA { display:block; }#bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA > .row .container { width:47.75rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #w1Eyh01uRL7C8iFIAJFLbBlHSWQmAiFt { width:17.4375rem;height:5.6666665rem;top:6.833335876465rem;left:3.53125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zLXA6thwgFWSXwMPTvNG2s3uDFODRer8 { width:39.0625rem;height:13.75rem;top:19.60026550293rem;left:3.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #mpxKUzFKaGZuT5CRQAmB417kEVUaR7cs { width:40.625rem;height:11.25rem;top:35.13542175293rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EiiSmLLy9gtG8W4oiC3rCydXtqpAaOyg { width:43.4375rem;height:7.25rem;top:37.34375rem;left:2.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #kALQH297cgFGbqL4b6GCv37B3TR6nISE { width:28.125rem;height:18.25rem;top:0.5625rem;left:16.114583969116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO { display:block; }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row .container { width:47.75rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lEc0Qbmbk9qrqyAvdriaTmmEfXyesAgn { width:42.4375rem;height:8.75rem;top:8.14973449707rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #xw4nWIEVzwFLDvwzaNoWef0EfMn9i0IK { width:40.625rem;height:8.75rem;top:18.89582824707rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gGoiewWdEDPSi2Qfo9cMyrCPsrUpDGEG { width:43.4375rem;height:4.8333335rem;top:20.76953125rem;left:0.86458337306975rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F { display:block; }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row .container { width:47.75rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZnHmtGRPb74ILWpbp9KkrnOl7vQ0Fc88 { width:42.5rem;height:11.5625rem;top:5.3528594970703rem;left:3.5rem;font-size:1rem;z-index:15001;display:block; }#ZnHmtGRPb74ILWpbp9KkrnOl7vQ0Fc88 li:before{  }
 }@media only screen and (max-width: 1199px) { #lHXbI8F4qgAFy46XpvwXEwTS49IbVfCl { width:42.4375rem;height:2.5rem;top:17.94140625rem;left:3.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #ESicLa0yzAvmonMAc8wCJiKwDuqxoOLS { width:41.5625rem;height:5rem;top:21.587249755859rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #F1SZr9510xlN0twcKLgd0bqRZqpTzAhX { width:22.4375rem;height:3.75rem;top:28.5625rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bRBGc1gRqL27MuluM7u754o00maWnx5P { display:block; }
 }@media only screen and (max-width: 1199px) { #P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI { display:block; }#P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI > .row .container { width:47.75rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dkvM0o0eRNXU07k0Qm7d4cifaQI8JGxw { width:42.4375rem;height:5.500000125rem;top:2.2747497558594rem;left:3.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #mC6HocL2orBByXo2dv2u7J5kDZoKe0Jb { width:42.4375rem;height:1.75rem;top:9.01042175293rem;left:2.65625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #mZrHPK0aQ7iCMcUg1QA0wbXhZmkyIdRw { width:40.625rem;height:8.75rem;top:12.625rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pX3QSFqPbeXQr0oz6ld4TGax5VzwAaEq { width:43.4375rem;height:0;top:7.5rem;left:2.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ki8hVh6sqD3Z9vwv9OTTGcXtOW8CRhmW { width:43.4375rem;height:2.41666675rem;top:15.79167175293rem;left:2.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #I5Tq7ioEatTignUImLLHpGpA5nPVqtGM { display:block; }#I5Tq7ioEatTignUImLLHpGpA5nPVqtGM > .row .container { width:47.75rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t8nhX8cZiTAlczKvzR2JlWUuWaq3pQbi { width:42.5rem;height:10.6875rem;top:4.7083435058594rem;left:3.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#t8nhX8cZiTAlczKvzR2JlWUuWaq3pQbi li:before{  }
 }@media only screen and (max-width: 1199px) { #JqpbmuKZZeL0vks4UG1pPWcuGmwDsTKo { width:42.4375rem;height:1.25rem;top:17.375rem;left:3.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #nlpHZALmErUV5D0IOL09QZRqEaw9InfE { width:42.5rem;height:9.4375rem;top:19.458343505859rem;left:3.53125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#nlpHZALmErUV5D0IOL09QZRqEaw9InfE li:before{  }
 }@media only screen and (max-width: 1199px) { #bGRGrT0wtpGqLUH1HS13FvgvxBTzxXw4 { width:40.625rem;height:8.75rem;top:30.708343505859rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bnEw84T2wVRHh9zQrhWEITRKq3TrMwJe { width:35.4375rem;height:4.8333335rem;top:32.645843505859rem;left:7.0625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #I7Qbpqxr2ccR3vmBxEZFTwCmvdbE1fU6 { width:40.625rem;height:8.75rem;top:12.625rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #lFp3CKv65p1NTUudNQtrPgar5wnqleWt { width:43.4375rem;height:2.41666675rem;top:15.79167175293rem;left:2.15625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 1199px) { #cQs9EA0yamF2e7riXy4wGr2mssFHhErO { display:block; }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row .container { width:47.75rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hNKfaxVXJz7tGUDw1VLTJfktqBr9pfdC { width:12.5rem;height:8.6875rem;top:5.2916717529297rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mAKgg0MsIFywRS1H4cEpRDCXtvLFa7Fp { width:15.68619825rem;height:1.416666625rem;top:6.5625rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NBw3NsyqrhOlSteKOoRaahGFomStW1KO { width:16.06119725rem;height:1.416666625rem;top:7.875rem;left:21.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Rum4aw88QboX24VbI4EZ0X4tJwJAX2FV { width:23.62369725rem;height:2.5rem;top:10.25rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dvtTT3WVM1TV03opqd0UWeMGJD9yUk3e { width:12.5rem;height:8.6875rem;top:16.020843505859rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X3TA8hKJ3S41ApPNAC75EFdo2zp44W4F { width:12.5rem;height:8.6875rem;top:27.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Aqe0qVsvAJ5TwUT3iTKSAmJLnW9vDdfN { width:23.62369725rem;height:2.5rem;top:21.625rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JA21vehl3cgObKNNQp2JKPLUgU5DOPCQ { width:16.06119725rem;height:2.83333325rem;top:17.9375rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TP9nvRd604LrdnhoFIRBcL94C9IPOSIK { width:15.68619825rem;height:1.416666625rem;top:16.625rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ios64N8V1DLaR0kndoTZUWCogP65cTbA { width:23.62369725rem;height:5rem;top:31.4375rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z60chlwxqkpTQCgk9se5xw2QNhhsNTpy { width:16.06119725rem;height:1.416666625rem;top:29.125rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KQTq4n63m4eeFNFI0OougpFqzbl2IDD7 { width:15.68619825rem;height:1.416666625rem;top:27.8125rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl { display:block; }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row .container { width:47.75rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TzsQpSTN2DaAz6DdpgXMl3FTO0BEtWoL { width:15.68619825rem;height:1.416666625rem;top:2.8919372558594rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IA1dK7lxrQJxihgfDsEcfWzCwRM3Stn2 { width:16.06119725rem;height:2.83333325rem;top:4.2669219970703rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DxfaoXAwAr9HMd1NFRuloDQlA2euKFCa { width:23.62369725rem;height:3.75rem;top:7.9791564941406rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q9SA8CTQ9454wFvgO4800O1MT9UWN3zI { width:23.62369725rem;height:2.5rem;top:18.5625rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c8bdOHh6qvhPaHhV1Zs5Ptsea9ghes9N { width:16.06119725rem;height:2.83333325rem;top:14.875rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zzSS3ux6nLtgbKxB9XWodBDo1QswXQmU { width:15.68619825rem;height:1.416666625rem;top:13.625rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ylyuKT4Geyui0th0rHTLLHCOZlzx4kRf { width:23.62369725rem;height:5rem;top:27.875rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NESptlTi8lSEI0zLq1faoz4tsHLwqNL0 { width:16.06119725rem;height:1.416666625rem;top:25.5625rem;left:20.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brSTDLAPd1rrBbimiV4W86IfgMmfQRTL { width:15.68619825rem;height:1.416666625rem;top:24.270843505859rem;left:20.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TEOeBmmz2KewaDTuJP1lPx5I92Ttm9w1 { width:12.5rem;height:8.6875rem;top:2.2708435058594rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oXxvqhqi5m1TwHH9tP94ZfCdMbaoMVZ0 { width:12.5rem;height:8.625rem;top:13.041687011719rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xPOiWZclNtZEoZs6qZKAXLCMfb481Bxi { width:12.5rem;height:8.625rem;top:24.118499755859rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EouhriNeyh66okIUUtvFhukQiQEtdyth { display:block; }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row .container { width:47.75rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #t0SBuQ77cExEWQ7S729iTp1yEZ1QEqNF { width:15.68619825rem;height:1.416666625rem;top:3.8294372558594rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mtPHnPtpLg8k4HQQSuM4pUPW3LNCJFpo { width:16.06119725rem;height:1.416666625rem;top:5.2461242675781rem;left:21.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SrSuhsa2xRLVDvhEhbpwatRTArMWIJCs { width:23.62369725rem;height:6.25rem;top:18.104187011719rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CbrvIRG6mxS1rAxGv7wxav4pUTN1nvwW { width:23.62369725rem;height:3.75rem;top:31.518249511719rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tlgzLcaMiMqy132LxOCV3Jo4FVWxQWit { width:16.06119725rem;height:1.583333375rem;top:15.682312011719rem;left:21.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dB6V9beppFpGV4XX5Udh4rpbCh6BE4QU { width:15.68619825rem;height:1.583333375rem;top:14.141937255859rem;left:21.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pq47AkbSH8sIanzZ2GHT1rX4O1CclQtf { width:23.62369725rem;height:2.5rem;top:7.6041870117188rem;left:21.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mvkufMPpNCPPnUJM3WowfTrlQt0hqb2S { width:16.06119725rem;height:1.583333375rem;top:29.184906005859rem;left:21.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnSZMyOuRswsA4RsUrJPf9RiToVtH62a { width:15.68619825rem;height:1.583333375rem;top:27.64453125rem;left:21.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yzxux1zPyZ7Kx3sByUdsIBNkdE6oQpoC { width:12.5rem;height:8.625rem;top:2.4830932617188rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G9TmXI6q9fXHaEIGnXAEWNuass4k2nN7 { width:12.5rem;height:8.625rem;top:13.484375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FyAltovelQi2XTsfEUaiQQyy5MsCAnMo { width:12.5rem;height:8.625rem;top:26.540374755859rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yhdaIHMd2AxsoWbEaAKhJwC5XJHrL9Xb { width:40.625rem;height:8.75rem;top:43.958343505859rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hDlDrsQdvonOkc71VKOvdGZen19tTl0C { width:47.75rem;height:4.8333335rem;top:46.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LlilF4GaGNHmeZOmgEVgxwPd3BHiW0is { width:22.4375rem;height:3.75rem;top:37.9375rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fAHFVBx1SLc2ITuSKkPiZMu6RMNBTVRH { display:block; }
 }@media only screen and (max-width: 1199px) { #QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 { display:block; }#QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J1sk67zBRw5dINeah8A3UnwhqSJtUbIJ { width:47.75rem;height:4.8333335rem;top:18.70703125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DhGqI9JpFaV3fT0nxdm4TwTXTaOiI5eF { width:40.625rem;height:8.75rem;top:16.76953125rem;left:3.53125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO { display:block; }#s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO > .row .container { width:47.75rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CUPiwl2eso0PcHBhwuUHByv0aCcfvloe { width:37.5rem;height:14.4375rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uQ04UgKBiCJuhKHHE97sLqRmGnF2pZaw { width:29.0625rem;height:7.999999875rem;top:3.2161407470703rem;left:14.234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C65Ts8fCxHBVePwfTs20Wld8rqPgMLmk { width:30.4375rem;height:2.66666675rem;top:11.875rem;left:13.958333969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xy8BgWqfdTBxsdpfOdKtBNblL8XdkzC1 { width:9.375rem;height:9.375rem;top:3.23828125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN { display:block; }#aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN > .row .container { width:47.75rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PzKSvIJATDGXoOGISBsBQxluUhWTFBs5 { width:37.5rem;height:13.4375rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rL8THoH1Gk6TLbRcnJLIK1DOoecwb8Mz { width:29.0625rem;height:6.666666875rem;top:3.2161407470703rem;left:14.234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBOTteCPrWVENc01gpNSLBOD3kyiaHsc { width:30.4375rem;height:1.333333375rem;top:11.927124023438rem;left:14.234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Fw6nHQ1v48AQqam40P2FZCgqKsmoEF44 { width:9.375rem;height:9.375rem;top:3.21484375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq { display:block; }#IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq > .row .container { width:47.75rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T3W6aC3xiURSt3iQlTd7nnrUOMDxybWO { width:37.5rem;height:15.9375rem;top:1.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cc2eBtm73cxP7UTuWQExWODlZcfOlKiP { width:29.0625rem;height:9.333333375rem;top:3.1666870117188rem;left:14.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rMseBfu8iI3iDEKUdfp8s2XsnFieShQ6 { width:30.4375rem;height:2.66666675rem;top:12.5rem;left:13.958333969116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Lb6VUPQkvQ3HUpWI8zHWHTSfI4o8SrOz { width:22.4375rem;height:3.75rem;top:25.25rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U0TI83dcPvCfgrudkzrAidVugQUgxsvM { display:block; }
 }@media only screen and (max-width: 1199px) { #GEJsM0gqhVObABGzKFxTWPzOO1oLDLiL { width:9.375rem;height:9.375rem;top:3.6979370117188rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxEqmJiudXdgbPnT2aTgbq5cmhAOn3y3 { width:42.4375rem;height:2.5rem;top:20.5703125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/2c067f6b-7871-400c-81e4-9798f59169d1/DzA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo.adaptive-delivery-prevent-bg, #A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo.lazyload, #A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo.lazyloading { background-image: none; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row .container { background-color: transparent; background-image: none; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row .container > .video-iframe-container { display: none; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row > .video-iframe-container { display: none; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .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); }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row .container { width:47.75rem;height:35.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GU2bU8mS2wuaA2ZFUlAfLf5nwPgf5h8L { width:25.75rem;height:4rem;top:1.375rem;left:22rem;text-align:left;text-align-last:left;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #TkS2Q6rNmeo4WLzy5tda7vPyMOeBiF3I { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #gUH7eiFRU8TWJfCTs1QOagl82HKp3k2N { width:31.25rem;height:4.6666665077209rem;top:4.3815307617188rem;left:8.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Hzpla2yOSIoGGLfVhs7SZGRpGT1Qf43W { width:25.75rem;height:2rem;top:6.75rem;left:22rem;text-align:left;text-align-last:left;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #nKtXEX3L0sakCb64UNtg3hGLk3AQCilK { width:25.5rem;height:0;top:15.109375953674rem;left:19.666667282581rem;font-size:1.0625rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #nTcO4CV0A5CHKv4dwHkoMzlvThzv0B23 { width:19.6875rem;height:0;top:32.671875rem;left:2.34375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KZrKZJ2xzBEX2uMIWihfup0q1qPaXvwi { width:19.3125rem;height:15.333333rem;top:32.671875rem;left:24.708333969116rem;font-size:1.0625rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #ovHS9sfKF3odHM1HqVy22nT2JWRQw33G { width:20.8125rem;height:20.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DXEdBT6urulcpkL3eGTmTgMwzBmZDLQl { width:31.25rem;height:4.6875rem;top:4.5624151229858rem;left:16.499131500721rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #uD2SNs39tb0kXqcNWRU2wL1OHCiFqqim { width:25.75rem;height:23.833333625rem;top:9.5625rem;left:22rem;font-size:1.0625rem;z-index:15010;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #bIOTlxrIMW40M7AOJG9iR8B7S5HpcsdU { width:22.5rem;height:0;top:13.546007156372rem;left:23.023436844349rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #l5fUsPJepmqoltrHu65wGdGCFf2WZqUo { display:block; }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row .container { width:47.75rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rdEPhF7RVqAPkZ2HCmuMJ6hdyQgsMIUi { width:17.5rem;height:2rem;top:2.6458740234375rem;left:15.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #mRXwrRgpb4fogbikfTzI9uWmDh0ggp95 { width:6.25rem;height:2.3125rem;top:5.4375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xdAW0Z6q69rE6TkSmwvTTSKwBq0NmWUa { width:6.25rem;height:6.25rem;top:3.4375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lV3zJgaLip2C2bUafrpvZKF8R3xtXJxh { width:6.25rem;height:6.25rem;top:3.5rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z88CPR0IvfPfwMIuLn1QBT1dXhM5BOPZ { width:6.25rem;height:6.25rem;top:3.5625rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RKgQ2zd3qFDlDrAQd1TcXO43SAtVsFrQ { width:6.25rem;height:6.25rem;top:3.5rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF { display:block; }#eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF > .row .container { width:47.75rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S0B21sCu9K3wbc8TQL0FsAh5dh7JB2Gv { width:17.4375rem;height:5.6666665rem;top:5.0625rem;left:3.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tJoKNInxpm0OlvGsFSwg5DgXqZpzDWJF { width:27.875rem;height:18.0625rem;top:0.5625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OLIURSiBkHo8dmQVzHyOkX6OIvclE5fw { width:14.5625rem;height:2.66666675rem;top:11.3125rem;left:3.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FGPueAA8wHWJm7e2FxgInHikURBS6PTP { width:13.75rem;height:13.75rem;top:14.89453125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 { background-color:#107d84;background-image:url("https://images.assets-landingi.com/uc/526565d9-39dc-4754-88ac-89f2a674c422/ToLoDzA.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5.adaptive-delivery-prevent-bg, #kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5.lazyload, #kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5.lazyloading { background-image: none; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container { background-color: transparent; background-image: none; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container > .video-iframe-container { display: none; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row > .video-iframe-container { display: none; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .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); }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container { border-width: 0; border-radius: 0; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container { width:47.75rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L08HoRiisOLhzwORPcWDLILKvcvN9arP { width:14rem;height:3.5rem;top:11.5625rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tSdWvOCGglc9zXaHlTAvgHZmNzuAaaD2 { width:14.5625rem;height:4rem;top:15.875rem;left:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-regular-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-text { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-textarea { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-select { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-button { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-checkbox-label { width:21.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub  { width:22.5rem;height:auto;top:2.3424682617188rem;left:18.9375rem; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .radio-container { width:22.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub {display:block;}#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub { width:22.5rem;height:auto;top:2.3424682617188rem;left:18.9375rem; }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #CymblRCNNko8LEcdr4izuiqG6KFRCIqk {  }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #MLivuZ6sTmCrvQQ1PGATXQ4vuRddTUqK { display:none; }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #ScvGTib2HTbZCvxI9niekgKecaM5poNB {  }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #PkxGax7ws76nfetHmq6zzuWFRz3QFAMG {  }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #zRNO5kv7D2I1UJpm8iKt9kvZKTccgHAE { display:none; }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #Hfmn6S635X22aSNhnSEBRqT2oToGw93U {  }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #ZI1sveGGbWGSkWpdt17JvgHHfCDqrDkU {  }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #IqVUVTPpI1582diLTwr5kROTkVooM65B {  }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #uQNB7oNNxpZFDHUbW2DLCA0R8MaDsDCW {  }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #aF9cslT6SbEfJ3FQPNARLJhRrUnSrymJ {  }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #tMKpN2k6ZaMEhSayMwowXzHxsMX0l5r0 {  }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #aShFd2ZRg7RTD9TBfXNGTbK7LaCEZwm4 {  }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #efnuSTPfWhWP5bkwEGLigwHotpRAhGLe {  }
 }@media only screen and (max-width: 1199px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #WCysPMdThageUKIa2bQENDn6nTmon2p6 {  }
 }@media only screen and (max-width: 1199px) { #ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU { background-color:#4e2e3d;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; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container { background-color: transparent; background-image: none; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container > .video-iframe-container { display: none; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row > .video-iframe-container { display: none; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .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); }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container { border-width: 0; border-radius: 0; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container { width:47.75rem;height:32.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HRTPvTTpFDZdFlMORzgkuNAIeNhCcCDP { width:40.625rem;height:6.6875rem;top:25.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LDt3QMI5qUlSEXELb0zXVHtdzJgWOHcV { width:31.5625rem;height:2.83333325rem;top:27.375rem;left:8.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G2ubJTzEJIR35WpdlApkrfTvEEG8FmDi { width:40.5rem;height:23.1875rem;top:2.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yo2h1zz70PvWpbpw9xBSH5XZs4711A83 { display:block; }#yo2h1zz70PvWpbpw9xBSH5XZs4711A83 > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hLnkLZrUU1aqVTPTG3qNvShJIClIP1LW { width:7.5rem;height:3.6875rem;top:2.53125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sp5qNlPONpN74aoZ2HZRzfb1E1XCsclz { width:1.125rem;height:1.583333375rem;top:2.1875rem;left:27.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wyb9G22TxkTeA049o06tCPT6RTsOGkvm { background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/Jc4gWT5v/LO_zapisy_na_kurs_zdj_cie_g_wne_2_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#wyb9G22TxkTeA049o06tCPT6RTsOGkvm.adaptive-delivery-prevent-bg, #wyb9G22TxkTeA049o06tCPT6RTsOGkvm.lazyload, #wyb9G22TxkTeA049o06tCPT6RTsOGkvm.lazyloading { background-image: none; }#wyb9G22TxkTeA049o06tCPT6RTsOGkvm > .row .container { width:47.75rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM { display:none; }#tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM > .row .container { width:47.75rem;height:96.3125rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #bTILRycIkRShytsIS5TmuFrlKLvtTlfa { width:31.125rem;height:20.1875rem;top:3.75rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dxbEnqcQlzhvkDif62pTo3mTgCdcq7dv { width:31.125rem;height:20.1875rem;top:26.500009536743rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iPHDlCQOQyBITLwhL3kJ86bnMSdLGGSB { width:31.125rem;height:20.1875rem;top:49.497926712036rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IrQbcLfhz1NMHE85BBXQAQ7AziMRP8pA { width:31.125rem;height:20.1875rem;top:72.311462402344rem;left:8.2500001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#eOR0OnS0KKFF75Inotik2B9RPCaFDwxJ > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTrvPzE1RrMGf12bksZLWXFDJBsCKDW6 { width:18.1875rem;height:1.25rem;top:0.65625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkQvWACybBoGvsblDpA38liLndu9B7gI { display:flex;width:1.375rem;height:1.375rem;top:0.5625rem;left:0.625rem;font-size:0.9375rem; }
#SkQvWACybBoGvsblDpA38liLndu9B7gI > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE { display:block; }#ZXKivhf9GE7KKT9mMWzRnoty0ftDMstE > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd { background-color:#ba7291;background-image:none;display:block; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row .container { background-color: transparent; background-image: none; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row .container > .video-iframe-container { display: none; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row > .video-iframe-container { display: none; }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .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); }#MKhN1oXbwQ1iM9SWbrllKK7F2ni7yALd > .row .container { width:20rem;height:52.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a4z2vh6rL3lbHkq2wtxFATvWLGon2iSk { width:8.25rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZK5Pl5f3kOEgixEm6uThMVoNAniqZozk { width:7.875rem;height:4.4375rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehMC3SI9Vpd332fl1ohLFrLgQgXbnS0A { width:3rem;height:4rem;top:22.270833969116rem;left:8.3958339691163rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUrHPwkKTFgTd7kKy7XEnRlsAN7IDbPo { width:20rem;height:4.8333335rem;top:26.270833969116rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snp9FZg666iVa03rV319CaJPoz5NIepH { width:16.875rem;height:0.0625rem;top:32.0625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7OgtQ5AxnnQwb88n8p4kDUyD0ep6Dg6 { width:20rem;height:3.16666675rem;top:33.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcbMHtAhAHAx8hqp1FQ8BEDp6XzvgKba { width:0.625rem;height:0;top:0.91666793823244rem;left:13.552083969116rem;font-size:0.9375rem;z-index:15021;display:none; }
 }@media only screen and (max-width: 763px) { #xvZ10Kwm5e0DZ7WsuT12yF0THtr17HPx { width:16.875rem;height:14rem;top:37.5rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf6hB3Up6FnBm3OEQM0fiV69g10vrKxG { width:15.625rem;height:11.333333rem;top:38.833335876465rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK6xF7ZmSvH0qhBcpxWk0neQzqagJd7C { top:0.9375rem;left:0rem;width:20rem;height:20rem;z-index:14998;overflow:hidden;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrleS0c5In3G3Io0i9TDvoou3ThHggra { background-color:#fffdfb;background-image:url("https://images.assets-landingi.com/uc/526565d9-39dc-4754-88ac-89f2a674c422/ToLoDzA.png");background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra.adaptive-delivery-prevent-bg, #HrleS0c5In3G3Io0i9TDvoou3ThHggra.lazyload, #HrleS0c5In3G3Io0i9TDvoou3ThHggra.lazyloading { background-image: none; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container { background-color: transparent; background-image: none; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container > .video-iframe-container { display: none; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row > .video-iframe-container { display: none; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .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); }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container { border-width: 0; border-radius: 0; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrleS0c5In3G3Io0i9TDvoou3ThHggra > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Je52Dc3GDxVeoeoqgUQ2q2IFnnccHrM8 { width:20rem;height:1.583333375rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7UlbwbBAAt2Ghfp613vvuHQeS6wAX9V { width:19.375rem;height:2.83333325rem;top:3.75rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-text {padding-top: 0; padding-bottom: 0;}#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-select {padding-top: 0; padding-bottom: 0;}#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt  { width:17.5rem;height:auto;top:7.665367126465rem;left:0rem; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt {display:block;}#MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt { width:17.5rem;height:auto;top:7.665367126465rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #Vn7BmWEe2hPW3fFNRmZACowfokADkFcE {  }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #uRrSP5zrQMK4FX7pQEQ7hX5TQPETcF7b { display:none; }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #rxiHWOnVE0JQeZvknBST4ih3EMbTv6Wt {  }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #IsaHOA2p0QqsomobWRUUptN2esLO1xWC {  }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #P5e1Z6RiwUQOoDe4Ih1bdz5PRD1weP7o { display:none; }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #QnxLHGRhBvElXIAMnfRgAu1QIvmpMoFJ {  }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #WW9mdmiAcUJllP08HTddINy77idA86Me {  }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #CW61A74OK4kGLZ4ZHNuNvXOTXdeQxtdC {  }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #ydWDLduB0iwhu7U4ak90brWg2Wzu7X3E {  }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #w0hLaZ0ssKmkIWfkWUMpqZvLCX1V9SFV {  }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #EzycGFVJA1NkOsy7ggfaXGgFDTSeGTmd {  }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #koehW0P1nkzZXaWW2TG2xHBftfngKEMP {  }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #SC9FVacqglcw70qmTiK2GXcr8aMEBdZW {  }
 }@media only screen and (max-width: 763px) { #MqPIxyecr7SA4JW9xsyKRPXbKEwqAmmt #txQAPJ34tKMK5PP6cTXZ3NtHWTe2c4ya {  }
 }@media only screen and (max-width: 763px) { #uH5sIzI3bkhsqJSaWlznF3z7lweq283q { width:15.1875rem;height:15.1875rem;top:51.415370941162rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA { display:block; }#bQ8lJ1mtRI4zPaomTlh6lNh0OFMRQJTA > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w1Eyh01uRL7C8iFIAJFLbBlHSWQmAiFt { width:20rem;height:3.66666675rem;top:1.3333358764649rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zLXA6thwgFWSXwMPTvNG2s3uDFODRer8 { width:18.75rem;height:28.333332375rem;top:16.6875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mpxKUzFKaGZuT5CRQAmB417kEVUaR7cs { width:20rem;height:10.5625rem;top:47.16667175293rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiiSmLLy9gtG8W4oiC3rCydXtqpAaOyg { width:18.125rem;height:6.3333335rem;top:49.458343505859rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kALQH297cgFGbqL4b6GCv37B3TR6nISE { width:20rem;height:13rem;top:4.4362030029297rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO { background-color:#faefec;background-image:none;display:block; }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row .container { background-color: transparent; background-image: none; }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row .container > .video-iframe-container { display: none; }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row > .video-iframe-container { display: none; }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .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); }#gqtcTkHEiH4EGa10qdkIEG09vGBDJXQO > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEc0Qbmbk9qrqyAvdriaTmmEfXyesAgn { width:18.125rem;height:16.25rem;top:1.2994918823243rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xw4nWIEVzwFLDvwzaNoWef0EfMn9i0IK { width:20rem;height:7.1875rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGoiewWdEDPSi2Qfo9cMyrCPsrUpDGEG { width:18.125rem;height:3.16666675rem;top:21.427085876465rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F { background-color:#faefec;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; }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row .container { background-color: transparent; background-image: none; }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row .container > .video-iframe-container { display: none; }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row > .video-iframe-container { display: none; }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .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); }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row .container { border-width: 0; border-radius: 0; }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qs23ALdzRBF75Tmo9UDVVHDqNrgBbx0F > .row .container { width:20rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnHmtGRPb74ILWpbp9KkrnOl7vQ0Fc88 { width:18.125rem;height:21.5625rem;top:1.2083282470703rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#ZnHmtGRPb74ILWpbp9KkrnOl7vQ0Fc88 li:before{  }
 }@media only screen and (max-width: 763px) { #lHXbI8F4qgAFy46XpvwXEwTS49IbVfCl { width:18.125rem;height:3.75rem;top:24.08203125rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ESicLa0yzAvmonMAc8wCJiKwDuqxoOLS { width:18.125rem;height:10rem;top:28.809906005859rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F1SZr9510xlN0twcKLgd0bqRZqpTzAhX { width:19rem;height:3.75rem;top:40.622406005859rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRBGc1gRqL27MuluM7u754o00maWnx5P { display:block; }
 }@media only screen and (max-width: 763px) { #P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI { display:block; }#P3JAlQ7QwmNS7gFAKGaQT1szACgAwQhI > .row .container { width:20rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dkvM0o0eRNXU07k0Qm7d4cifaQI8JGxw { width:20rem;height:9.99999975rem;top:2.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mC6HocL2orBByXo2dv2u7J5kDZoKe0Jb { width:20rem;height:1.666666625rem;top:11.790374755859rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZrHPK0aQ7iCMcUg1QA0wbXhZmkyIdRw { width:20rem;height:7.5rem;top:15.54167175293rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pX3QSFqPbeXQr0oz6ld4TGax5VzwAaEq { width:18.125rem;height:0;top:12.6875rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #ki8hVh6sqD3Z9vwv9OTTGcXtOW8CRhmW { width:18.125rem;height:0;top:48.6875rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #I5Tq7ioEatTignUImLLHpGpA5nPVqtGM { display:block; }#I5Tq7ioEatTignUImLLHpGpA5nPVqtGM > .row .container { width:20rem;height:67.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t8nhX8cZiTAlczKvzR2JlWUuWaq3pQbi { width:18.125rem;height:23.1875rem;top:9.6875rem;left:0.625rem;font-size:1rem;display:block; }#t8nhX8cZiTAlczKvzR2JlWUuWaq3pQbi li:before{  }
 }@media only screen and (max-width: 763px) { #JqpbmuKZZeL0vks4UG1pPWcuGmwDsTKo { width:14.9375rem;height:2.5rem;top:33.708343505859rem;left:0.625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nlpHZALmErUV5D0IOL09QZRqEaw9InfE { width:18.125rem;height:19.4375rem;top:37.0625rem;left:0.625rem;font-size:1rem;display:block; }#nlpHZALmErUV5D0IOL09QZRqEaw9InfE li:before{  }
 }@media only screen and (max-width: 763px) { #bGRGrT0wtpGqLUH1HS13FvgvxBTzxXw4 { width:20rem;height:8.6875rem;top:58.373718261719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnEw84T2wVRHh9zQrhWEITRKq3TrMwJe { width:17.6875rem;height:4.75rem;top:60.497406005859rem;left:1.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I7Qbpqxr2ccR3vmBxEZFTwCmvdbE1fU6 { width:20rem;height:7.4375rem;top:1.2291717529297rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #lFp3CKv65p1NTUudNQtrPgar5wnqleWt { width:16.1875rem;height:3.16666675rem;top:3.5416717529297rem;left:1.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cQs9EA0yamF2e7riXy4wGr2mssFHhErO { background-color:#faefec;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; }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row .container { background-color: transparent; background-image: none; }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row .container > .video-iframe-container { display: none; }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row > .video-iframe-container { display: none; }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .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); }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row .container { border-width: 0; border-radius: 0; }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQs9EA0yamF2e7riXy4wGr2mssFHhErO > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hNKfaxVXJz7tGUDw1VLTJfktqBr9pfdC { width:12.5rem;height:8.625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAKgg0MsIFywRS1H4cEpRDCXtvLFa7Fp { width:15.6875rem;height:1.583333375rem;top:10.75rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NBw3NsyqrhOlSteKOoRaahGFomStW1KO { width:19.3125rem;height:1.583333375rem;top:12.333343505859rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rum4aw88QboX24VbI4EZ0X4tJwJAX2FV { width:18.125rem;height:3.75rem;top:14.602874755859rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvtTT3WVM1TV03opqd0UWeMGJD9yUk3e { width:12.5rem;height:8.625rem;top:20.354187011719rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3TA8hKJ3S41ApPNAC75EFdo2zp44W4F { width:12.5rem;height:8.625rem;top:38.498718261719rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aqe0qVsvAJ5TwUT3iTKSAmJLnW9vDdfN { width:18.125rem;height:3.75rem;top:32.852874755859rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JA21vehl3cgObKNNQp2JKPLUgU5DOPCQ { width:19.3125rem;height:1.583333375rem;top:30.583343505859rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TP9nvRd604LrdnhoFIRBcL94C9IPOSIK { width:15.6875rem;height:1.583333375rem;top:29.020843505859rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ios64N8V1DLaR0kndoTZUWCogP65cTbA { width:18.125rem;height:7.5rem;top:51.957061767578rem;left:0.90625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z60chlwxqkpTQCgk9se5xw2QNhhsNTpy { width:19.3125rem;height:1.583333375rem;top:49.5625rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQTq4n63m4eeFNFI0OougpFqzbl2IDD7 { width:15.6875rem;height:1.583333375rem;top:48rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl { background-color:#faefec;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; }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row .container { background-color: transparent; background-image: none; }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row .container > .video-iframe-container { display: none; }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row > .video-iframe-container { display: none; }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .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); }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row .container { border-width: 0; border-radius: 0; }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#okCTbLSCupwfLfDoUefzaBBBKi8dx2Vl > .row .container { width:20rem;height:64.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzsQpSTN2DaAz6DdpgXMl3FTO0BEtWoL { width:15.6875rem;height:1.583333375rem;top:11.5rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IA1dK7lxrQJxihgfDsEcfWzCwRM3Stn2 { width:19.3125rem;height:3.16666675rem;top:13.083343505859rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxfaoXAwAr9HMd1NFRuloDQlA2euKFCa { width:18.3125rem;height:5rem;top:16.854187011719rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9SA8CTQ9454wFvgO4800O1MT9UWN3zI { width:18.3125rem;height:3.75rem;top:38.623718261719rem;left:0.84375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8bdOHh6qvhPaHhV1Zs5Ptsea9ghes9N { width:19.3125rem;height:3.16666675rem;top:34.604187011719rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzSS3ux6nLtgbKxB9XWodBDo1QswXQmU { width:15.6875rem;height:1.583333375rem;top:33.020843505859rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylyuKT4Geyui0th0rHTLLHCOZlzx4kRf { width:18.3125rem;height:6.25rem;top:57.790374755859rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NESptlTi8lSEI0zLq1faoz4tsHLwqNL0 { width:19.3125rem;height:1.583333375rem;top:55.416687011719rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brSTDLAPd1rrBbimiV4W86IfgMmfQRTL { width:15.6875rem;height:1.583333375rem;top:53.854187011719rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TEOeBmmz2KewaDTuJP1lPx5I92Ttm9w1 { width:12.375rem;height:8.625rem;top:2.0625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXxvqhqi5m1TwHH9tP94ZfCdMbaoMVZ0 { width:12.375rem;height:8.625rem;top:23.791687011719rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPOiWZclNtZEoZs6qZKAXLCMfb481Bxi { width:12.375rem;height:8.625rem;top:44.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EouhriNeyh66okIUUtvFhukQiQEtdyth { background-color:#faefec;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; }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row .container { background-color: transparent; background-image: none; }#EouhriNeyh66okIUUtvFhukQiQEtdyth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row .container > .video-iframe-container { display: none; }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row > .video-iframe-container { display: none; }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .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); }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row .container { border-width: 0; border-radius: 0; }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EouhriNeyh66okIUUtvFhukQiQEtdyth > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0SBuQ77cExEWQ7S729iTp1yEZ1QEqNF { width:15.6875rem;height:1.583333375rem;top:11.3125rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mtPHnPtpLg8k4HQQSuM4pUPW3LNCJFpo { width:19.3125rem;height:1.583333375rem;top:12.895843505859rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrSuhsa2xRLVDvhEhbpwatRTArMWIJCs { width:18.3125rem;height:8.75rem;top:15.1875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbrvIRG6mxS1rAxGv7wxav4pUTN1nvwW { width:18.3125rem;height:3.75rem;top:39.279968261719rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlgzLcaMiMqy132LxOCV3Jo4FVWxQWit { width:19.3125rem;height:1.583333375rem;top:36.854187011719rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dB6V9beppFpGV4XX5Udh4rpbCh6BE4QU { width:15.6875rem;height:1.583333375rem;top:35.270843505859rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pq47AkbSH8sIanzZ2GHT1rX4O1CclQtf { width:18.3125rem;height:3.75rem;top:58.3125rem;left:0.84375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvkufMPpNCPPnUJM3WowfTrlQt0hqb2S { width:19.3125rem;height:1.583333375rem;top:55.821624755859rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnSZMyOuRswsA4RsUrJPf9RiToVtH62a { width:15.6875rem;height:1.583333375rem;top:54.23828125rem;left:2.15625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzxux1zPyZ7Kx3sByUdsIBNkdE6oQpoC { width:12.375rem;height:8.5625rem;top:2.0625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9TmXI6q9fXHaEIGnXAEWNuass4k2nN7 { width:12.375rem;height:8.5625rem;top:26.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyAltovelQi2XTsfEUaiQQyy5MsCAnMo { width:12.375rem;height:8.5625rem;top:44.92578125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhdaIHMd2AxsoWbEaAKhJwC5XJHrL9Xb { width:20rem;height:11.4375rem;top:39.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hDlDrsQdvonOkc71VKOvdGZen19tTl0C { width:20rem;height:auto;top:42.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlilF4GaGNHmeZOmgEVgxwPd3BHiW0is { width:19rem;height:3.75rem;top:63.9375rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAHFVBx1SLc2ITuSKkPiZMu6RMNBTVRH { display:block; }
 }@media only screen and (max-width: 763px) { #QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 { display:block; }#QS1fkzTHUnzIwdc7wXyNNrTwMQcVLmS0 > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J1sk67zBRw5dINeah8A3UnwhqSJtUbIJ { width:20rem;height:3.16666675rem;top:3.4166870117188rem;left:0rem;font-size:1.25rem;z-index:15010;color:#ba7291;display:block; }
 }@media only screen and (max-width: 763px) { #DhGqI9JpFaV3fT0nxdm4TwTXTaOiI5eF { width:20rem;height:7.5rem;top:1.25rem;left:0rem;z-index:15005;background-color:#f6e2dd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO { display:block; }#s07NbIC9GZuK4zTX4zdfbxr1gDVc7wxO > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CUPiwl2eso0PcHBhwuUHByv0aCcfvloe { width:19.4375rem;height:24.1875rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQ04UgKBiCJuhKHHE97sLqRmGnF2pZaw { width:18.12369725rem;height:10.666666375rem;top:12.845092773438rem;left:0.9361979961395rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C65Ts8fCxHBVePwfTs20Wld8rqPgMLmk { width:18.1223965rem;height:4.000000125rem;top:24.954467773438rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy8BgWqfdTBxsdpfOdKtBNblL8XdkzC1 { width:9.375rem;height:9.375rem;top:2.24609375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN { display:block; }#aHvcStKA7vQ6Se8IVSKmMh0vGXQlSIDN > .row .container { width:20rem;height:28rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PzKSvIJATDGXoOGISBsBQxluUhWTFBs5 { width:19.4375rem;height:20.6875rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL8THoH1Gk6TLbRcnJLIK1DOoecwb8Mz { width:18.12369725rem;height:9.333333375rem;top:12.845092773438rem;left:0.9361979961395rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBOTteCPrWVENc01gpNSLBOD3kyiaHsc { width:18.1223965rem;height:1.333333375rem;top:23.87109375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw6nHQ1v48AQqam40P2FZCgqKsmoEF44 { width:9.375rem;height:9.375rem;top:2.24609375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq { display:block; }#IN2T2N7NE2oKKKCQd2UWe9N0pZVROAfq > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3W6aC3xiURSt3iQlTd7nnrUOMDxybWO { width:19.4375rem;height:25.9375rem;top:6.99609375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc2eBtm73cxP7UTuWQExWODlZcfOlKiP { width:18.12369725rem;height:13.333333375rem;top:12.845092773438rem;left:0.9361979961395rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMseBfu8iI3iDEKUdfp8s2XsnFieShQ6 { width:18.1223965rem;height:2.66666675rem;top:27.662719726562rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb6VUPQkvQ3HUpWI8zHWHTSfI4o8SrOz { width:19rem;height:3.75rem;top:43.473999023438rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0TI83dcPvCfgrudkzrAidVugQUgxsvM { display:block; }
 }@media only screen and (max-width: 763px) { #GEJsM0gqhVObABGzKFxTWPzOO1oLDLiL { width:9.375rem;height:9.375rem;top:2.0625rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxEqmJiudXdgbPnT2aTgbq5cmhAOn3y3 { width:17.5rem;height:5.8333335rem;top:35.411499023438rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ce63685c-c7a8-4b59-aab8-3334580d4df6/WykorzystanenalandinguKzdVbio.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo.adaptive-delivery-prevent-bg, #A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo.lazyload, #A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo.lazyloading { background-image: none; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row .container { background-color: transparent; background-image: none; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ba7291; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row .container > .video-iframe-container { display: none; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ba7291; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row > .video-iframe-container { display: none; }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .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); }#A9unh1BkzSmtPBrUIdgT4z2BSzMVvJmo > .row .container { width:20rem;height:74.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GU2bU8mS2wuaA2ZFUlAfLf5nwPgf5h8L { width:18.75rem;height:0;top:23.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TkS2Q6rNmeo4WLzy5tda7vPyMOeBiF3I { width:18.125rem;height:0;top:26.9375rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #gUH7eiFRU8TWJfCTs1QOagl82HKp3k2N { width:18.125rem;height:0;top:1.7409057617188rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #Hzpla2yOSIoGGLfVhs7SZGRpGT1Qf43W { width:20rem;height:1.75rem;top:22.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nKtXEX3L0sakCb64UNtg3hGLk3AQCilK { width:19.6875rem;height:auto;top:32.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #nTcO4CV0A5CHKv4dwHkoMzlvThzv0B23 { width:18.125rem;height:0;top:30.727905273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #KZrKZJ2xzBEX2uMIWihfup0q1qPaXvwi { width:18.125rem;height:0;top:99.196655273438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #ovHS9sfKF3odHM1HqVy22nT2JWRQw33G { top:1.3229370117188rem;left:0rem;width:20rem;height:20rem;z-index:15023;overflow:hidden;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXEdBT6urulcpkL3eGTmTgMwzBmZDLQl { width:18.75rem;height:5.25rem;top:25.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15009;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uD2SNs39tb0kXqcNWRU2wL1OHCiFqqim { width:20rem;height:auto;top:9.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #bIOTlxrIMW40M7AOJG9iR8B7S5HpcsdU { width:18.125rem;height:40.33333425rem;top:31.626342773438rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;font-weight:400;font-style:normal;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #l5fUsPJepmqoltrHu65wGdGCFf2WZqUo { background-color:#faefec;background-image:none;display:block; }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row .container { background-color: transparent; background-image: none; }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row .container > .video-iframe-container { display: none; }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row > .video-iframe-container { display: none; }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .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); }#l5fUsPJepmqoltrHu65wGdGCFf2WZqUo > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdEPhF7RVqAPkZ2HCmuMJ6hdyQgsMIUi { width:12.5rem;height:1.75rem;top:2rem;left:3.75rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#47545a;display:block; }
 }@media only screen and (max-width: 763px) { #mRXwrRgpb4fogbikfTzI9uWmDh0ggp95 { width:4.5rem;height:1.5625rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdAW0Z6q69rE6TkSmwvTTSKwBq0NmWUa { width:4.3125rem;height:4.3125rem;top:3.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV3zJgaLip2C2bUafrpvZKF8R3xtXJxh { width:3.5rem;height:3.5rem;top:3.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z88CPR0IvfPfwMIuLn1QBT1dXhM5BOPZ { width:4.3125rem;height:4.3125rem;top:3.0625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKgQ2zd3qFDlDrAQd1TcXO43SAtVsFrQ { width:3.5rem;height:3.5rem;top:3.5rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF { display:block; }#eC7xUwAs4T2FLJwSPiWfpeQcFsFVxfrF > .row .container { width:20rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0B21sCu9K3wbc8TQL0FsAh5dh7JB2Gv { width:20rem;height:3.66666675rem;top:1.3333358764649rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJoKNInxpm0OlvGsFSwg5DgXqZpzDWJF { width:20rem;height:13rem;top:8.4166870117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLIURSiBkHo8dmQVzHyOkX6OIvclE5fw { width:20rem;height:2.83333325rem;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGPueAA8wHWJm7e2FxgInHikURBS6PTP { width:19.0625rem;height:19.0625rem;top:18.39583325rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 { background-color:#fffdfb;background-image:url("https://images.assets-landingi.com/uc/526565d9-39dc-4754-88ac-89f2a674c422/ToLoDzA.png");background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5.adaptive-delivery-prevent-bg, #kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5.lazyload, #kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5.lazyloading { background-image: none; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container { background-color: transparent; background-image: none; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container > .video-iframe-container { display: none; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row > .video-iframe-container { display: none; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .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); }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container { border-width: 0; border-radius: 0; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kXGvVqc5RcxKiwSy5eZB0b8uiqo9MZq5 > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L08HoRiisOLhzwORPcWDLILKvcvN9arP { width:20rem;height:1.583333375rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSdWvOCGglc9zXaHlTAvgHZmNzuAaaD2 { width:19.375rem;height:2.83333325rem;top:3.625rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-text {padding-top: 0; padding-bottom: 0;}#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-select {padding-top: 0; padding-bottom: 0;}#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.25rem;overflow:hidden; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub  { width:17.5rem;height:auto;top:7.5404052734375rem;left:0rem; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub {display:block;}#Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub { width:17.5rem;height:auto;top:7.5404052734375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #CymblRCNNko8LEcdr4izuiqG6KFRCIqk {  }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #MLivuZ6sTmCrvQQ1PGATXQ4vuRddTUqK { display:none; }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #ScvGTib2HTbZCvxI9niekgKecaM5poNB {  }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #PkxGax7ws76nfetHmq6zzuWFRz3QFAMG {  }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #zRNO5kv7D2I1UJpm8iKt9kvZKTccgHAE { display:none; }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #Hfmn6S635X22aSNhnSEBRqT2oToGw93U {  }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #ZI1sveGGbWGSkWpdt17JvgHHfCDqrDkU {  }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #IqVUVTPpI1582diLTwr5kROTkVooM65B {  }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #uQNB7oNNxpZFDHUbW2DLCA0R8MaDsDCW {  }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #aF9cslT6SbEfJ3FQPNARLJhRrUnSrymJ {  }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #tMKpN2k6ZaMEhSayMwowXzHxsMX0l5r0 {  }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #aShFd2ZRg7RTD9TBfXNGTbK7LaCEZwm4 {  }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #efnuSTPfWhWP5bkwEGLigwHotpRAhGLe {  }
 }@media only screen and (max-width: 763px) { #Hui3pMJ1G6kRyZT4by7wcOU0BRUIMbub #WCysPMdThageUKIa2bQENDn6nTmon2p6 {  }
 }@media only screen and (max-width: 763px) { #ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU { background-color:#4e2e3d;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; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container { background-color: transparent; background-image: none; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container > .video-iframe-container { display: none; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row > .video-iframe-container { display: none; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .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); }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container { border-width: 0; border-radius: 0; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZspTVRaI376fbv2wyHBKWx6x3nm2iHQU > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRTPvTTpFDZdFlMORzgkuNAIeNhCcCDP { width:20rem;height:4.25rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDt3QMI5qUlSEXELb0zXVHtdzJgWOHcV { width:20rem;height:1.833333375rem;top:13.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2ubJTzEJIR35WpdlApkrfTvEEG8FmDi { width:20rem;height:11.4375rem;top:1.625rem;left:0rem;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo2h1zz70PvWpbpw9xBSH5XZs4711A83 { display:block; }#yo2h1zz70PvWpbpw9xBSH5XZs4711A83 > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hLnkLZrUU1aqVTPTG3qNvShJIClIP1LW { width:6.25rem;height:3.0625rem;top:3.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp5qNlPONpN74aoZ2HZRzfb1E1XCsclz { width:1.3125rem;height:1.166666625rem;top:3.4375rem;left:12.5rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #wyb9G22TxkTeA049o06tCPT6RTsOGkvm { background-color:#f1f6fb;background-image:url("https://images.assets-landingi.com/Jc4gWT5v/LO_zapisy_na_kurs_zdj_cie_g_wne_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#wyb9G22TxkTeA049o06tCPT6RTsOGkvm.adaptive-delivery-prevent-bg, #wyb9G22TxkTeA049o06tCPT6RTsOGkvm.lazyload, #wyb9G22TxkTeA049o06tCPT6RTsOGkvm.lazyloading { background-image: none; }#wyb9G22TxkTeA049o06tCPT6RTsOGkvm > .row .container { width:20rem;height:8.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM { background-color:transparent;background-image:url("https://images.assets-landingi.com/QSpFfoBk/KAA_23_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM.adaptive-delivery-prevent-bg, #tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM.lazyload, #tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM.lazyloading { background-image: none; }#tmV0TmucuMTZxmuxoV8u1LubwxNNxnCM > .row .container { width:20rem;height:54.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bTILRycIkRShytsIS5TmuFrlKLvtTlfa { width:18.125rem;height:11.75rem;top:1.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxbEnqcQlzhvkDif62pTo3mTgCdcq7dv { width:18.125rem;height:11.75rem;top:28.217710494995rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPHDlCQOQyBITLwhL3kJ86bnMSdLGGSB { width:18rem;height:11.6875rem;top:15.197912216186rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrQbcLfhz1NMHE85BBXQAQ7AziMRP8pA { width:18.125rem;height:11.75rem;top:41.248968124389rem;left:0.9375rem;display:block; }
 }