.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,240,222;--color-primary-1:255,205,147;--color-primary-2:255,155,38;--color-primary-3:128,78,19;--color-primary-4:38,23,6;--color-secondary-0:223,233,255;--color-secondary-1:158,190,255;--color-secondary-2:93,146,255;--color-secondary-3:56,88,153;--color-secondary-4:0,35,47;--color-tertiary-0:255,255,255;--color-tertiary-1:241,240,234;--color-tertiary-2:145,144,140;--color-tertiary-3:87,86,84;--color-tertiary-4:0,0,0;--headlines-font-family:"vollkorn";--paragraphs-font-family:"vollkorn"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:70.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-form-header { font-size:0.75rem; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:17.375rem;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;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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:17.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-size:0.75rem;overflow:hidden;font-family:poppins;text-align:center;text-align-last:center;font-weight:300;font-style:normal;vertical-align:top;line-height:.6; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-text {padding-top: 0; padding-bottom: 0;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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:17.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.75rem;overflow:hidden;font-family:poppins;text-align:center;text-align-last:center;font-weight:300;font-style:normal;vertical-align:top;line-height:.6; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-select { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:17.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:"open sans";font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-select {padding-top: 0; padding-bottom: 0;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-checkbox { width:1rem;height:1rem;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; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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: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.375rem;font-weight:bold;color:#f2f9ff;width:17.375rem;height:3.875rem;font-family:poppins;overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;line-height:1; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .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:"open sans";line-height:1.5;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:16.125rem;overflow:hidden;font-style:normal;float:none; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .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; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-container:first-of-type{padding-top:0;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-container:last-of-type{padding-bottom:0;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb  { background-color:rgba(var(--color-tertiary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:4.4375rem;top:36.625rem;z-index:15004;position:absolute;font-size:0.75rem; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.375rem;display:block;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb {display:block;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb { background-color:rgba(var(--color-tertiary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:4.4375rem;top:36.625rem;z-index:15004;position:absolute;font-size:0.75rem; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #AT692fk9WRzG1Mm7eOv7tnJUfS8y1CtR { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #DKO4gLBC65m0eGzotlcVqd2kNZGTsoBX { position:relative;display:none; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #iLDP46pJinLzFBnwHEnWXcdaKEmksUov { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #kdmB3Av3o3aHadg9DWnliIZTwPkTX7Pf { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #TFvtGwsaXEF5K1H5dEnuOdft2fB6db70 { position:relative;display:none; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #yPBHePiUR6clD6mp3vUW9FbxVyvRtPO6 { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #Jqon6fHBabG16ME3SapfTuCap7as7ain { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #T3CkTAzb5w4ReziVxprqkrTtXlctr4hz { position:relative;display:none; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #SFVSshi6zr3d7OJvkvTHRDPa7d1U4fF4 { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #F4yo3TbF0dQPqUUfrdWmNM7WdcJRRL4K { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #TaQuEiFQtbss2o3sef9toqUz1QCRniFR { position:relative;z-index:2; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #GKhm8uibed6ci1foyPzFJQKB13lQ8wvO { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #EsmbKiegykXmTNsHCbRZifnOOWtwpCEz { position:relative; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #lUX0LMFiz4W52cGT0BTNN9S628nI9nmr { position:relative; }
#wiyZ0otTW6RFE8IXFcfl1tlOxSXqzJmv { color:#ff9b26;display:block;width:28.8096875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:12.646485328674rem;left:3.0609817504883rem;height:7.9609375rem;font-style:normal;display:block; }
#tHBaMxTlJ8SOwa1MGQeQVEC0d1Gh1M5W { box-sizing:content-box;height:34.125rem;width:22.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:32.75rem;left:3.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
#sW29PD0Xz0DcDGrgNbG3SfTAZtCxlFVo { color:#ff9213;display:block;width:17.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.8125rem;left:5.375rem;height:3.574225rem;text-align:center;text-align-last:center;display:block; }
#irZNU8TrM1IPOplH2SFsHEOe7cv1AGTx { color:rgba(var(--color-secondary-4),1);display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:61.9375rem;left:5.46875rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#sabdBWoTWAqHLfLTQm8yS2lUwgtBBzpg { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9998125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.54296875rem;top:2.1875rem;left:3.9375rem;text-align:center;text-align-last:center;display:block; }
#DHfurRUOdZLvynEH039VDzKH0wxw3J2v { color:rgba(var(--color-tertiary-1),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:44.8125rem;left:31.875rem;height:11.046875rem;text-align:left;text-align-last:left;display:block; }
#Te9Fgs23RqTekw5BfrI9elDXczW8wTVU { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-4),0.47);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-tertiary-1),1);border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:25.5rem;top:37.8125rem;left:31.875rem;display:block; }
#n0lSNCSK6MxtVBdsUQcyMQtC3IfuIsxp { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:38.3125rem;left:48.3125rem;display:block; }
#AWMT7uQQa1pCpOHSutGVKUzOhFtK7kcd { color:rgba(var(--color-tertiary-4),1);display:block;width:3.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:39.9375rem;left:51.75rem;height:1.3808625rem;display:block; }
#h1WWxqGGTNlNt3lOLi52z6lhUCoZ1xwU { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:39.9375rem;left:34.9375rem;height:1.3808625rem;display:block; }
#naq4WTMfSx4rUs9rxbZkvcThn9WfouKO { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:38.5625rem;left:51.75rem;height:1.21875rem;display:block; }
#LbyFtDqJMmf1T4Gr2IqdOStoXv5XmMVO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:38.5625rem;left:34.9375rem;height:1.21875rem;display:block; }
#Ilq4UcbTwrcRweVZxCeTThdXfWSltvM5 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:38.5rem;left:31.875rem;display:block; }
#GRQ2iaZZWdrav1ngDcwc8yehG0V339Za { color:rgba(var(--color-tertiary-1),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:25.625005722046rem;left:29.8125rem;height:7.875rem;text-align:left;text-align-last:left;display:none; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-text.counter-number { border-top:0.07rem solid rgba(var(--color-primary-2),1);border-left:0.069375rem solid rgba(var(--color-primary-2),1);border-right:0.069375rem solid rgba(var(--color-primary-2),1);border-bottom:0.07rem solid rgba(var(--color-primary-2),1);background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.568125rem;padding-right:0.526875rem;padding-bottom:0.568125rem;padding-left:0.526875rem;display:block;align-items:center;width:3.1625rem;min-width:3.1625rem;height:3.050625rem;position:relative;font-family:"open sans";font-size:2.271875rem;font-weight:400;line-height:48.81px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.355rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.215rem;height:1.205625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.851875rem;font-weight:400;line-height:19.29px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:21.4375rem;height:5.8875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:58.298828125rem;left:31.873046875rem;z-index:15028; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #P4wm5wsEs9dJxzXCgdrtnoEeVEEw1go8 { display:flex;position:relative;top:0rem;left:0rem; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #DuirfFyx3nK7aI5645GT9NsSAC9xQ2Bv { width:auto; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #l7z4O5rplIRtSRBWq8TKEq6Hd1umEnQ8 {  }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #rrpwPW8pGJIHXeFOx317KzmrWUC9p7h3 { display:flex;position:relative;top:0rem;left:0rem; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #Bibk5vx7zfoqhSIM9ZT8a77aPlW4hJZG {  }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #QUP0I3i5rZLVipzDcOiTZOMQmVRQoH5l {  }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #dVdZFgmNa7Tyln2a2VvH1Jl1itNqhSbA { display:flex;position:relative;top:0rem;left:0rem; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #ETgWgL9MG8rNHudf9XznZVJ6C9TEXW1Z {  }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #AvnNdS8G9e2JQxsHGpZuXVrXc3shha1d {  }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #dJmmd5A04aNK3O5k9UAbRwo34wvk08o1 { display:flex;position:relative;top:0rem;left:0rem; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #veB0coeBVb5l8TGHsHx3ipXRSUSoAF6z {  }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #SAgpALJT8fd6pGyR1PmWb4DTRKBfTyx3 {  }
#IgnUtQNfemmiSP6rfJf5fBkIZqIgbbhc { color:rgba(var(--color-tertiary-4),1);display:block;width:46.0625rem;position:absolute;font-family:ubuntu;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.8681625rem;top:4.6250004768372rem;left:8.2197914123538rem;text-align:center;text-align-last:center;display:none; }
#lMCXnN1DBVHACK0CX4nAM3TW5O8Mtvw2 { color:rgba(var(--color-tertiary-1),1);display:block;width:27.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:22.37434387207rem;left:3.0620651245117rem;height:7.7988125rem;text-align:left;text-align-last:left;display:block; }
#zzoDU0kO5kfGwJhI4OarnRT0TlK6Clgf { position:absolute;display:block;z-index:15048;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:28.499625rem;width:22.6873125rem;top:6.8075280189512rem;left:33.311435699463rem;overflow:hidden;display:block; }
#Eix06K1nBdpvPUisS9TqEFPsznA7m6qF { color:#ffffff;display:block;width:28.8115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.79296875rem;left:3.0625rem;height:2.51855625rem;font-style:normal;display:block; }
#OCXSdEBvUqEZgm1B4PenxbD9o5JXb8l0 { color:rgba(var(--color-tertiary-4),1);display:block;width:52.9998125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:1.54296875rem;top:2.1875rem;left:3.9375rem;text-align:center;text-align-last:center;display:none; }
#StKR62ttLT9gimrLJGbPFcReaomAiCCI { color:rgba(var(--color-primary-2),1);display:block;width:28.8115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.79296875rem;left:3.0625rem;height:2.51855625rem;font-style:normal;display:none; }
#kkuHqq8pzHrH99wNCkXN75n873yODLQN { color:rgba(var(--color-primary-2),1);display:block;width:28.8115rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:15.912109375rem;left:3.0625rem;height:3.65589375rem;font-style:normal;display:none; }
#kwITIv5Tye19nxxL9bT0QI1sTSch6G0s { color:rgba(var(--color-tertiary-1),1);display:block;width:27.3115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.625rem;left:3.0625rem;height:7.793rem;text-align:left;text-align-last:left;display:none; }
#TGf51J2xG8R5z2LSHfhM3z3qXUC0kUUM { color:#ffffff;display:block;width:28.81075rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:9.3098964691163rem;left:3.0609817504883rem;height:2.51855625rem;font-style:normal;display:block; }
#ua0Eab11V5SkMW2fQDMbRzdOBMer8rrC { color:rgba(var(--color-primary-2),1);display:block;width:28.8115rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:6.79296875rem;left:3.0625rem;height:2.51855625rem;font-style:normal;display:none; }
#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q { position:relative;display:none; }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q { border-width: 0; border-radius: 0; }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pwNVzIgm1TcGtnNf4SPgvPVwdq369DTD { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#oSoTKOCNPOww3ifWgTdCEG5zmCGptxok { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkErO0OXr1Gqo0KGisBZ5zkcGVJ0Srl5 { color:rgba(var(--color-tertiary-1),1);display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:44.8125rem;left:31.875rem;height:11.051125rem;text-align:left;text-align-last:left;display:none; }
#ziRnrTmDiECq65BS3vmDvZBTCQF5eZ9t { box-sizing:content-box;height:34.125rem;width:22.6875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-1),1);background-image:none;top:32.75rem;left:3.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
#fV4zcOk6mLLTtK8ktCClwF6tTT6kisfZ { color:rgba(var(--color-secondary-4),1);display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:61.9375rem;left:5.46875rem;height:4.0625rem;text-align:center;text-align-last:center;display:none; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-form-header { font-size:0.75rem; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:17.375rem;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;overflow:hidden;line-height:1.2;text-align:left;text-align-last:left;vertical-align:top; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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:17.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-size:0.75rem;overflow:hidden;font-family:poppins;text-align:center;text-align-last:center;font-weight:300;font-style:normal;vertical-align:top;line-height:.6; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-text {padding-top: 0; padding-bottom: 0;}#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #101010;border-left:0.0625rem solid #101010;border-right:0.0625rem solid #101010;border-bottom:0.0625rem solid #101010;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:17.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.75rem;overflow:hidden;font-family:poppins;text-align:center;text-align-last:center;font-weight:300;font-style:normal;vertical-align:top;line-height:.6; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-select { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(214,212,212,0.7);border-right:0.0625rem solid rgba(214,212,212,0.7);border-bottom:0.0625rem solid rgba(214,212,212,0.7);border-left:0.0625rem solid rgba(214,212,212,0.7);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:17.375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:"open sans";font-size:0.75rem;overflow:hidden;text-align:center;text-align-last:center;font-weight:300;font-style:normal;vertical-align:top; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-select {padding-top: 0; padding-bottom: 0;}#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-checkbox { width:1rem;height:1rem;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; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;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: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.375rem;font-weight:bold;color:#f2f9ff;width:17.375rem;height:3.875rem;font-family:poppins;overflow:hidden;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(var(--color-tertiary-4),0.5) ;line-height:1; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .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:"open sans";line-height:1.5;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;width:16.125rem;overflow:hidden;font-style:normal;float:none; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .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; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-container:first-of-type{padding-top:0;}#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-container:last-of-type{padding-bottom:0;}#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP  { background-color:rgba(var(--color-tertiary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:4.4375rem;top:36.625rem;z-index:15004;position:absolute;font-size:0.75rem; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.375rem;display:block;vertical-align:top; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP {display:block;}#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP { background-color:rgba(var(--color-tertiary-1),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;left:4.4375rem;top:36.625rem;z-index:15004;position:absolute;font-size:0.75rem;display:none; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #Ac6cPRPO1pPy3QGb0uJFcl4yHQfLQd8a { position:relative; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #M4x9CaFtwPQJ6AimN3Ohxa3RDAv9KWns { position:relative;display:none; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #kvHwuHxLBeIgCtPkvakv81JtgwIksnZK { position:relative; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #N7BsorRF2GrT4grQlmghLleLTrFRDx5k { position:relative; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #CiOuDaHd3d1PJD8DFcRKxl4tAT3fo6y7 { position:relative;display:none; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #bqvEm1uh35Tbe4xH6MFtgs4GuWGT9zbQ { position:relative; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #wJPp3xVG1XzdhXZPEZTmCEWTaoL3MEdr { position:relative; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #Tax2wILbqVT3G4IhVb4fp8C5TFMpkkP5 { position:relative;display:none; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #XrurxXaXVCZGZGfIPrUzwnCyMVGQcpTF { position:relative; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #oQakK4CTvgpg2yhMNbzDAN01BhF2m2Zs { position:relative; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #lDTtfuWq011mlVIpB7g7upMefuKmRze8 { position:relative;z-index:2; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #luga04MMDNF3HqHWST73gepAJ5XNWRlI { position:relative; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #VQzNtssy7zahxgIpb1VORJnQxVr73CqV { position:relative; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #NtTSzmTn471AmUyHKVh8hZ2F15s4neSe { position:relative; }
#Bmr7TxV3CE0V3ZBPnpOM35JmqX53hMPq { color:#ff9213;display:block;width:17.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.8125rem;left:5.375rem;height:3.575rem;text-align:center;text-align-last:center;display:none; }
#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw.adaptive-delivery-prevent-bg, #kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw.lazyload, #kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw.lazyloading { background-image: none; }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row .container { background-color: transparent; background-image: none; }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row .container > .video-iframe-container { display: none; }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row > .video-iframe-container { display: none; }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .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); }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row .container { border-width: 0; border-radius: 0; }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row .container { font-size:0.875rem;font-family:arial;height:54.5rem;width:60rem;position:relative;display:block; }#QNrOXF9ke0sg0nuBmL8lAg8c299utr3h { color:#454545;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.25rem;left:4.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lc3gKqav7x42xMeXVHn9JIud5eIIsvD2 { color:#979597;display:block;width:13.3735rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:18rem;left:3.5rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aAnTrqIvMFTZTzwwgmImfT7ygrZZiAXi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.06206875rem;width:3.06206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:13.0625rem;left:8.75rem; }
#gVp0OD6ZZSnI2suAWaF7nmIkMtnwzCIT { 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:28.5625rem;width:24.6875rem;top:8.75rem;left:17.625rem;overflow:hidden;display:block; }
#bTxICnnR7Hki1dgwhMmJr1RPFt8LWHEq { color:#000000;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#guDT8heLIL19nJbAXWPLT8rLPUw3yyCF { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.06206875rem;width:3.06206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:25.5rem;left:8.6875rem; }
#pXGvbiwVJ9lrrLbPuWrs0Nb2fMA78Hhe { color:#454545;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28.6875rem;left:4.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCn4EvlrKd9wA2T5Z2VAb9l4xyIfy0et { color:#979597;display:block;width:13.3735rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:30.5625rem;left:3.5rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhKZq4OPqXaoKCoBxqhb5FcxEsDxJJ5F { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.06206875rem;width:3.06206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:12.1875rem;left:47.8125rem; }
#MOAX3kvUeTT9mGW817FLT7aQklixVzhJ { color:#454545;display:block;width:14.375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:15.375rem;left:42.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KkNu1pa2hxoffNEidtZnIomCCb7lH35c { color:#979597;display:block;width:13.3735rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:17.125rem;left:42.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UGE8453u6wyxW0IOSuURKNI7HiuXISuk { color:#979597;display:block;width:13.3735rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:29.125rem;left:42.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCgsDtPv1HO1UH9xsk578D5VsmsvQJXv { color:#454545;display:block;width:12.1875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.25rem;left:43.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KytFXdwoFZrEzgZLvFt6bc0xUiD7dHbB { box-sizing:content-box;color:#5d92ff;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;top:23.875rem;left:47.8125rem; }
#cRuclhSG5F1bNMOy1OiWAKBnuTmtBnoO { color:#ff9b26;display:block;width:54.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42.75rem;left:2.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GhTXepBmodFyyNJ1e5QTpZnWrWCCyq8J { color:#000000;display:block;width:50.25rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:40.1875rem;left:4.6875rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bikTh8PKL2A5duAtz6dWHAwUWyHUb2UA { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:poppins;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.0625rem;height:4.4375rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:46.25rem;left:18.5rem;display:block; }
#T4pMzJwonbzEU843Tu0HimTbvH44cK2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#co9T1uRhu8v03xGHUv2ym8dkl6tP9Xqr { color:#979597;display:block;width:13.3735rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:29.125rem;left:42.625rem;height:4.87215625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uPS66MJ7fHCva1y5H3kLWLTQe1LrHwLz { color:#000000;display:block;width:50.25rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:40.1875rem;left:4.6875rem;height:2.35618125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T7SXtMEbtkAEQNhcKFH8Z7MOTnS2nWFm { color:#000000;display:block;width:50.25rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:40.1875rem;left:4.6875rem;height:2.35618125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#b7B4eiG3v9JSq9BrwTpEy1VuqGOlTanM { color:#ff9b26;display:block;width:54.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42.75rem;left:2.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#A8ISgFvbqfxhLqyRg0cAqwmDKuD81mru { color:#ff9b26;display:block;width:54.5rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42.75rem;left:2.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row .container { background-color: transparent; background-image: none; }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row .container > .video-iframe-container { display: none; }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row > .video-iframe-container { display: none; }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .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); }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row .container { border-width: 0; border-radius: 0; }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row .container { font-size:0.875rem;font-family:arial;height:129.125rem;width:60rem;position:relative;display:block; }#RFk1Klh2efEe6rQbi4pxXq0F90APuxuF { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:3.6875rem;left:5.3125rem;height:2.92480625rem;font-style:normal;display:block; }
#B3TOGK5Bp4pbbt9wKOs5xXnZUAGK0gs7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:4.125rem;left:2.4375rem;overflow:hidden;display:block; }
#ymLXJf9d1Vq7SnJaZOLg0P1uzoN9u2TZ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.1875rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.75rem;height:2.92480625rem;font-style:normal;display:none; }
#u2LIgzGdpmhafmhvh1bdEcPFtwZe3URd { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:4.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:107.25rem;left:26.6875rem;display:block; }
#vQocufFzrwx9fSOVr3usTbPERAycVlG8 { 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-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);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.4375rem;height:4.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:102.75rem;left:17.8125rem;display:block; }
#mezRorPukF5shPlaJ4TmabR4nulT0JDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FRLsbtSUU5SwBosZCHEZsZ7nsyomIPxS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:11.0625rem;left:3.90625rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToOmA1cusmO2ocGI0m9SKKXnV3gc4T5J { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:16.3125rem;left:2.4375rem;height:18.4805rem;display:block; }#ToOmA1cusmO2ocGI0m9SKKXnV3gc4T5J li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ToOmA1cusmO2ocGI0m9SKKXnV3gc4T5J li:before{  }
#qUBnHhcVwmK22zLaUiqPW7WUJx9FV29z { position:absolute;display:block;z-index:15033;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/7decc0f0-608d-4f57-b187-ad595006095b/IgaGlowackaqgfmkd6bxmdk9vrl3ih4vlfw13e7sspftvu7pwwux41.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.6875rem;width:25.625rem;top:11.0625rem;left:32.75rem;display:block; }#qUBnHhcVwmK22zLaUiqPW7WUJx9FV29z.adaptive-delivery-prevent-bg, #qUBnHhcVwmK22zLaUiqPW7WUJx9FV29z.lazyload, #qUBnHhcVwmK22zLaUiqPW7WUJx9FV29z.lazyloading { background-image: none; }
#vStTMmdgyhWBcsTbmodZiUnkvEVJkrRo { color:rgba(var(--color-tertiary-4),1);display:block;width:23.625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:40.5rem;left:33.03125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNCHHs3RvNp5eWzWH9X9w0b67dOIL0Dq { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:44.8447265625rem;left:31.75rem;height:;display:block; }#DNCHHs3RvNp5eWzWH9X9w0b67dOIL0Dq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DNCHHs3RvNp5eWzWH9X9w0b67dOIL0Dq li:before{  }
#sLQhqbnED29b1o90tiTQRArHvlIKpOSd { position:absolute;display:block;z-index:15036;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/6101ff26-c7af-4ff2-8543-a6a353bb56be/Adamwyszparowanynastronegotowy600x942.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.6875rem;width:25.625rem;top:40.5rem;left:2.5rem;display:block; }#sLQhqbnED29b1o90tiTQRArHvlIKpOSd.adaptive-delivery-prevent-bg, #sLQhqbnED29b1o90tiTQRArHvlIKpOSd.lazyload, #sLQhqbnED29b1o90tiTQRArHvlIKpOSd.lazyloading { background-image: none; }
#U0V8ewug3REWbU9nzH9v4198ZrTGR6NP { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:74.6875rem;left:1.6875rem;height:;display:block; }#U0V8ewug3REWbU9nzH9v4198ZrTGR6NP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U0V8ewug3REWbU9nzH9v4198ZrTGR6NP li:before{  }
#VQ7mZJG6kbTV7AiTgqLqtTdyDPWVDWNv { position:absolute;display:block;z-index:15039;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/3f80d681-dbe4-4a7a-b61b-e0a3f033a54b/IMG_4215.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.6875rem;width:25.625rem;top:70.1875rem;left:31.5625rem;display:block; }#VQ7mZJG6kbTV7AiTgqLqtTdyDPWVDWNv.adaptive-delivery-prevent-bg, #VQ7mZJG6kbTV7AiTgqLqtTdyDPWVDWNv.lazyload, #VQ7mZJG6kbTV7AiTgqLqtTdyDPWVDWNv.lazyloading { background-image: none; }
#uTpHNKZ9KCqzf30RnN6dhTh9qCTfMMqA { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:69.9375rem;left:3.375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TASsl8G48hwQgzBo0xr1oKQ5lHcCA7U2 { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:4.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:140.0625rem;left:39.6875rem;display:none; }
#aCpsBee0XuZatnACIBwznyDPpac9x78H { 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-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);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:135.8125rem;left:34.1875rem;display:none; }
#ploWpeHVUkTLXr3KX9PSaO7LA1p49CzR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VDRMvMkTd1fLPGVrqxVktULQXGl2an7B { position:absolute;display:block;z-index:15036;background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/6101ff26-c7af-4ff2-8543-a6a353bb56be/Adamwyszparowanynastronegotowy600x942.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:25.6875rem;width:25.625rem;top:40.5rem;left:2.5rem;display:none; }#VDRMvMkTd1fLPGVrqxVktULQXGl2an7B.adaptive-delivery-prevent-bg, #VDRMvMkTd1fLPGVrqxVktULQXGl2an7B.lazyload, #VDRMvMkTd1fLPGVrqxVktULQXGl2an7B.lazyloading { background-image: none; }
#al3Qn9y1mFmh5q5RXqQhKqG4qWoyT67Z { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:16.3125rem;left:2.4375rem;height:18.4836875rem;display:none; }#al3Qn9y1mFmh5q5RXqQhKqG4qWoyT67Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#al3Qn9y1mFmh5q5RXqQhKqG4qWoyT67Z li:before{  }
#yn9NcfUck2VLQkVgQ7GmDV09pG4Hn24S { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:44.8447265625rem;left:31.75rem;height:;display:none; }#yn9NcfUck2VLQkVgQ7GmDV09pG4Hn24S li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yn9NcfUck2VLQkVgQ7GmDV09pG4Hn24S li:before{  }
#PTc8fV5eQICVEHfec8BwlBb30GGHzrMm { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:74.6875rem;left:1.6875rem;height:;display:none; }#PTc8fV5eQICVEHfec8BwlBb30GGHzrMm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PTc8fV5eQICVEHfec8BwlBb30GGHzrMm li:before{  }
#CE52PSJ4gxZVazcmfPKzH1LUUphXPpPh { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:4.1875rem;font-weight:400;line-height:1;height:6.0625rem;width:6.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15050;top:140.0625rem;left:39.6875rem;display:none; }
#KKgSTyip53ogdyAb6UwvBgypIcAqM1qG { 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-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);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.0625rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:135.8125rem;left:34.1875rem;display:none; }
#zzXci2J1m7bvNhlZAVN2iVvBgcOnmHHJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EZJKpT9VlNvSV8rxF0W96W7G1SELn4VL { background-color:#000000;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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:121.0625rem;left:45.25rem;display:block; }
#yBMOGE6OrMJB2LOLtoLIUBryDisPVJu9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QMTAaffRZHequTVk4dDWyQ3hwMTrK6gX { background-color:#ff0000;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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:121.0625rem;left:30.5625rem;display:block; }
#Hs19gIB8IGLSUsrKhBr1VsOudN2Kew6c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JvW9mxSKaPqc66OgJQ7cFNdo2raThP2e { background-color:#8a49a1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:121.0625rem;left:15.875rem;display:block; }
#liPGDZNLv6SaLGA2e303DAMVfBR9uy73 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XSxTL9bUrPW4n1qS0lTBkUg7s8Kh9Q4G { color:#000000;display:block;width:41.1875rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:117.25rem;left:7.3125rem;height:2.2744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BnQxWxOHIZbPVTbPOv2b9CVT0efFOro8 { background-color:#3b5998;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:2.9375rem;border-top-right-radius:2.9375rem;border-bottom-left-radius:2.9375rem;border-bottom-right-radius:2.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:tahoma, arial, sans-serif;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4375rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:121.0625rem;left:1.3125rem;display:block; }
#lvTdkcfbDBfF5ORHdcuK0nTeMEALaJwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QnJ83fTN13fEzmyRq5xairZ8u0HhgoQ7 { color:#ffffff;display:block;width:41.1875rem;position:absolute;font-family:"source sans pro";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:59.875rem;left:8.3125rem;height:2.2745rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#120000;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; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container { background-color: transparent; background-image: none; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container > .video-iframe-container { display: none; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row > .video-iframe-container { display: none; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .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); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container { border-width: 0; border-radius: 0; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;position:relative;display:block; }#ETJFckCXX2Mat0u6CaAXQ5igolCds915 { color:rgba(var(--color-tertiary-0),0.8);display:block;width:36rem;position:absolute;font-family:ubuntu;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.150390625rem;left:1.03125rem;height:1.13671875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-regular-label { display:block;height:auto; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-checkbox-label { width:13.5625rem; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb  { width:15rem;height:auto; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb {display:block;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #AT692fk9WRzG1Mm7eOv7tnJUfS8y1CtR {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #DKO4gLBC65m0eGzotlcVqd2kNZGTsoBX { display:block; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #iLDP46pJinLzFBnwHEnWXcdaKEmksUov {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #kdmB3Av3o3aHadg9DWnliIZTwPkTX7Pf {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #TFvtGwsaXEF5K1H5dEnuOdft2fB6db70 { display:block; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #yPBHePiUR6clD6mp3vUW9FbxVyvRtPO6 {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #Jqon6fHBabG16ME3SapfTuCap7as7ain {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #T3CkTAzb5w4ReziVxprqkrTtXlctr4hz {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #SFVSshi6zr3d7OJvkvTHRDPa7d1U4fF4 {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #F4yo3TbF0dQPqUUfrdWmNM7WdcJRRL4K {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #TaQuEiFQtbss2o3sef9toqUz1QCRniFR { z-index:2; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #GKhm8uibed6ci1foyPzFJQKB13lQ8wvO {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #EsmbKiegykXmTNsHCbRZifnOOWtwpCEz {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #lUX0LMFiz4W52cGT0BTNN9S628nI9nmr {  }
 }@media only screen and (max-width: 763px) { #wiyZ0otTW6RFE8IXFcfl1tlOxSXqzJmv { width:28.75rem;height:0;top:12.625rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHBaMxTlJ8SOwa1MGQeQVEC0d1Gh1M5W { width:22.625rem;height:34.0625rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sW29PD0Xz0DcDGrgNbG3SfTAZtCxlFVo { width:17.9375rem;height:2.761725rem;top:33.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #irZNU8TrM1IPOplH2SFsHEOe7cv1AGTx { width:17.8125rem;height:4.0625rem;top:61.9375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sabdBWoTWAqHLfLTQm8yS2lUwgtBBzpg { width:47.75rem;height:1.5rem;top:2.1875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHfurRUOdZLvynEH039VDzKH0wxw3J2v { width:25.5rem;height:11rem;top:44.8125rem;left:22.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te9Fgs23RqTekw5BfrI9elDXczW8wTVU { width:25.4375rem;height:4.1875rem;top:37.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0lSNCSK6MxtVBdsUQcyMQtC3IfuIsxp { width:3.125rem;height:3.125rem;top:38.3125rem;left:42.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWMT7uQQa1pCpOHSutGVKUzOhFtK7kcd { width:3.4375rem;height:1.3808625rem;top:39.9375rem;left:44.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1WWxqGGTNlNt3lOLi52z6lhUCoZ1xwU { width:14.875rem;height:1.3808625rem;top:39.9375rem;left:28.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #naq4WTMfSx4rUs9rxbZkvcThn9WfouKO { width:4.6875rem;height:1.21875rem;top:38.5625rem;left:43.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbyFtDqJMmf1T4Gr2IqdOStoXv5XmMVO { width:12.5rem;height:1.21875rem;top:38.5625rem;left:28.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilq4UcbTwrcRweVZxCeTThdXfWSltvM5 { width:3.125rem;height:3.125rem;top:38.5rem;left:25.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRQ2iaZZWdrav1ngDcwc8yehG0V339Za { width:18.5rem;height:10.6875rem;top:17.6875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG { width:18.5625rem;height:5.2025rem;display:flex;top:53.875rem;left:27.6875rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #P4wm5wsEs9dJxzXCgdrtnoEeVEEw1go8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #DuirfFyx3nK7aI5645GT9NsSAC9xQ2Bv {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #l7z4O5rplIRtSRBWq8TKEq6Hd1umEnQ8 {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #rrpwPW8pGJIHXeFOx317KzmrWUC9p7h3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #Bibk5vx7zfoqhSIM9ZT8a77aPlW4hJZG {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #QUP0I3i5rZLVipzDcOiTZOMQmVRQoH5l {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #dVdZFgmNa7Tyln2a2VvH1Jl1itNqhSbA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #ETgWgL9MG8rNHudf9XznZVJ6C9TEXW1Z {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #AvnNdS8G9e2JQxsHGpZuXVrXc3shha1d {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #dJmmd5A04aNK3O5k9UAbRwo34wvk08o1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #veB0coeBVb5l8TGHsHx3ipXRSUSoAF6z {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #SAgpALJT8fd6pGyR1PmWb4DTRKBfTyx3 {  }
 }@media only screen and (max-width: 763px) { #IgnUtQNfemmiSP6rfJf5fBkIZqIgbbhc { width:46.0625rem;height:1.8125rem;top:4.625rem;left:1.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMCXnN1DBVHACK0CX4nAM3TW5O8Mtvw2 { width:27.25rem;height:7.75rem;top:22.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzoDU0kO5kfGwJhI4OarnRT0TlK6Clgf { width:22.625rem;height:28.421348523542rem;top:6.75rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eix06K1nBdpvPUisS9TqEFPsznA7m6qF { width:28.75rem;height:2.5rem;top:6.75rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OCXSdEBvUqEZgm1B4PenxbD9o5JXb8l0 { width:20rem;height:4.375rem;top:41.75rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #StKR62ttLT9gimrLJGbPFcReaomAiCCI { width:28.75rem;height:2.5rem;top:6.75rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkuHqq8pzHrH99wNCkXN75n873yODLQN { width:19.125rem;height:;top:37.5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwITIv5Tye19nxxL9bT0QI1sTSch6G0s { width:20rem;height:7.375rem;top:18.5rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGf51J2xG8R5z2LSHfhM3z3qXUC0kUUM { width:28.75rem;height:2.5rem;top:9.25rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ua0Eab11V5SkMW2fQDMbRzdOBMer8rrC { width:20rem;height:1.5625rem;top:8.875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q { display:none; }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pwNVzIgm1TcGtnNf4SPgvPVwdq369DTD { width:17.5rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oSoTKOCNPOww3ifWgTdCEG5zmCGptxok { display:block; }
 }@media only screen and (max-width: 763px) { #rkErO0OXr1Gqo0KGisBZ5zkcGVJ0Srl5 { width:20rem;height:10.9375rem;top:111.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ziRnrTmDiECq65BS3vmDvZBTCQF5eZ9t { width:22.625rem;height:34.0625rem;top:32.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fV4zcOk6mLLTtK8ktCClwF6tTT6kisfZ { width:17.8125rem;height:4.0625rem;top:61.9375rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-regular-label { display:block;height:auto; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-checkbox-label { width:13.5625rem; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP  { width:15rem;height:auto; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP {display:block;}#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP { width:15rem;height:auto;display:none; }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #Ac6cPRPO1pPy3QGb0uJFcl4yHQfLQd8a {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #M4x9CaFtwPQJ6AimN3Ohxa3RDAv9KWns { display:block; }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #kvHwuHxLBeIgCtPkvakv81JtgwIksnZK {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #N7BsorRF2GrT4grQlmghLleLTrFRDx5k {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #CiOuDaHd3d1PJD8DFcRKxl4tAT3fo6y7 { display:block; }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #bqvEm1uh35Tbe4xH6MFtgs4GuWGT9zbQ {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #wJPp3xVG1XzdhXZPEZTmCEWTaoL3MEdr {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #Tax2wILbqVT3G4IhVb4fp8C5TFMpkkP5 {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #XrurxXaXVCZGZGfIPrUzwnCyMVGQcpTF {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #oQakK4CTvgpg2yhMNbzDAN01BhF2m2Zs {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #lDTtfuWq011mlVIpB7g7upMefuKmRze8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #luga04MMDNF3HqHWST73gepAJ5XNWRlI {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #VQzNtssy7zahxgIpb1VORJnQxVr73CqV {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #NtTSzmTn471AmUyHKVh8hZ2F15s4neSe {  }
 }@media only screen and (max-width: 763px) { #Bmr7TxV3CE0V3ZBPnpOM35JmqX53hMPq { width:17.9375rem;height:3.5625rem;top:33.8125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw { display:block; }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNrOXF9ke0sg0nuBmL8lAg8c299utr3h { width:12.1875rem;height:1.625rem;top:16.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc3gKqav7x42xMeXVHn9JIud5eIIsvD2 { width:13.3125rem;height:6.0625rem;top:17.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAnTrqIvMFTZTzwwgmImfT7ygrZZiAXi { top:13.0625rem;left:2.625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVp0OD6ZZSnI2suAWaF7nmIkMtnwzCIT { width:24.6875rem;height:28.5625rem;top:8.75rem;left:11.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTxICnnR7Hki1dgwhMmJr1RPFt8LWHEq { top:3.75rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guDT8heLIL19nJbAXWPLT8rLPUw3yyCF { top:25.5rem;left:2.5625rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXGvbiwVJ9lrrLbPuWrs0Nb2fMA78Hhe { width:12.1875rem;height:1.625rem;top:28.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCn4EvlrKd9wA2T5Z2VAb9l4xyIfy0et { width:13.3125rem;height:6.0625rem;top:30.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhKZq4OPqXaoKCoBxqhb5FcxEsDxJJ5F { top:12.1875rem;left:41.6875rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOAX3kvUeTT9mGW817FLT7aQklixVzhJ { width:14.375rem;height:1.625rem;top:15.375rem;left:33.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkNu1pa2hxoffNEidtZnIomCCb7lH35c { width:13.3125rem;height:3.65625rem;top:17.125rem;left:34.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGE8453u6wyxW0IOSuURKNI7HiuXISuk { width:13.3125rem;height:4.875rem;top:29.125rem;left:34.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCgsDtPv1HO1UH9xsk578D5VsmsvQJXv { width:12.1875rem;height:1.625rem;top:27.25rem;left:35.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KytFXdwoFZrEzgZLvFt6bc0xUiD7dHbB { top:23.875rem;left:41.6875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRuclhSG5F1bNMOy1OiWAKBnuTmtBnoO { top:42.75rem;left:0rem;width:47.75rem;height:3.57421875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhTXepBmodFyyNJ1e5QTpZnWrWCCyq8J { top:40.1875rem;left:0rem;width:47.75rem;height:4.7109375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bikTh8PKL2A5duAtz6dWHAwUWyHUb2UA { width:23.0625rem;height:4.4375rem;top:46.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pMzJwonbzEU843Tu0HimTbvH44cK2g { display:block; }
 }@media only screen and (max-width: 763px) { #co9T1uRhu8v03xGHUv2ym8dkl6tP9Xqr { width:18.5625rem;height:2.375rem;top:45.0625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uPS66MJ7fHCva1y5H3kLWLTQe1LrHwLz { top:67.4375rem;left:0rem;width:20rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7SXtMEbtkAEQNhcKFH8Z7MOTnS2nWFm { top:72.625rem;left:0rem;width:20rem;height:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7B4eiG3v9JSq9BrwTpEy1VuqGOlTanM { top:72.75rem;left:0rem;width:20rem;height:1.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A8ISgFvbqfxhLqyRg0cAqwmDKuD81mru { top:76.4375rem;left:0rem;width:20rem;height:3.5625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof { display:block; }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFk1Klh2efEe6rQbi4pxXq0F90APuxuF { width:47.75rem;height:2.875rem;top:3.6875rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3TOGK5Bp4pbbt9wKOs5xXnZUAGK0gs7 { width:2.1875rem;height:2.1875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymLXJf9d1Vq7SnJaZOLg0P1uzoN9u2TZ { width:17.375rem;height:4.1875rem;top:1.4375rem;left:0rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2LIgzGdpmhafmhvh1bdEcPFtwZe3URd { width:6.0625rem;height:6.0625rem;top:107.25rem;left:20.5625rem;font-size:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQocufFzrwx9fSOVr3usTbPERAycVlG8 { width:24.4375rem;height:4.5rem;top:102.75rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mezRorPukF5shPlaJ4TmabR4nulT0JDu { display:block; }
 }@media only screen and (max-width: 763px) { #FRLsbtSUU5SwBosZCHEZsZ7nsyomIPxS { width:23.625rem;height:2.5996125rem;top:11.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToOmA1cusmO2ocGI0m9SKKXnV3gc4T5J { width:26.6875rem;height:16.535125rem;top:16.3125rem;left:0rem;font-size:1rem;display:block; }#ToOmA1cusmO2ocGI0m9SKKXnV3gc4T5J li:before{  }
 }@media only screen and (max-width: 763px) { #qUBnHhcVwmK22zLaUiqPW7WUJx9FV29z { width:25.625rem;height:25.6875rem;top:11.0625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vStTMmdgyhWBcsTbmodZiUnkvEVJkrRo { width:23.625rem;height:2.5996125rem;top:40.5rem;left:24.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNCHHs3RvNp5eWzWH9X9w0b67dOIL0Dq { width:26.6875rem;height:;top:44.8125rem;left:21.0625rem;font-size:1rem;display:block; }#DNCHHs3RvNp5eWzWH9X9w0b67dOIL0Dq li:before{  }
 }@media only screen and (max-width: 763px) { #sLQhqbnED29b1o90tiTQRArHvlIKpOSd { width:25.625rem;height:25.6875rem;top:40.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0V8ewug3REWbU9nzH9v4198ZrTGR6NP { width:26.6875rem;height:;top:74.6875rem;left:0rem;font-size:1rem;display:block; }#U0V8ewug3REWbU9nzH9v4198ZrTGR6NP li:before{  }
 }@media only screen and (max-width: 763px) { #VQ7mZJG6kbTV7AiTgqLqtTdyDPWVDWNv { width:25.625rem;height:25.6875rem;top:70.1875rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTpHNKZ9KCqzf30RnN6dhTh9qCTfMMqA { width:24.5625rem;height:2.5996125rem;top:69.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TASsl8G48hwQgzBo0xr1oKQ5lHcCA7U2 { width:6.0625rem;height:6.0625rem;top:140.0625rem;left:33.5625rem;font-size:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCpsBee0XuZatnACIBwznyDPpac9x78H { width:17.0625rem;height:3.25rem;top:135.8125rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ploWpeHVUkTLXr3KX9PSaO7LA1p49CzR { display:block; }
 }@media only screen and (max-width: 763px) { #VDRMvMkTd1fLPGVrqxVktULQXGl2an7B { width:25.625rem;height:25.6875rem;top:40.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #al3Qn9y1mFmh5q5RXqQhKqG4qWoyT67Z { width:20rem;height:;top:42.25rem;left:0rem;font-size:1rem;display:none; }#al3Qn9y1mFmh5q5RXqQhKqG4qWoyT67Z li:before{  }
 }@media only screen and (max-width: 763px) { #yn9NcfUck2VLQkVgQ7GmDV09pG4Hn24S { width:20rem;height:;top:107.0625rem;left:0rem;font-size:1rem;display:none; }#yn9NcfUck2VLQkVgQ7GmDV09pG4Hn24S li:before{  }
 }@media only screen and (max-width: 763px) { #PTc8fV5eQICVEHfec8BwlBb30GGHzrMm { width:20rem;height:;top:166rem;left:0rem;font-size:1rem;display:none; }#PTc8fV5eQICVEHfec8BwlBb30GGHzrMm li:before{  }
 }@media only screen and (max-width: 763px) { #CE52PSJ4gxZVazcmfPKzH1LUUphXPpPh { width:6.0625rem;height:6.0625rem;top:140.0625rem;left:33.5625rem;font-size:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KKgSTyip53ogdyAb6UwvBgypIcAqM1qG { width:17.0625rem;height:3.25rem;top:135.8125rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzXci2J1m7bvNhlZAVN2iVvBgcOnmHHJ { display:block; }
 }@media only screen and (max-width: 763px) { #EZJKpT9VlNvSV8rxF0W96W7G1SELn4VL { width:13.4375rem;height:3.75rem;top:121.0625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBMOGE6OrMJB2LOLtoLIUBryDisPVJu9 { display:block; }
 }@media only screen and (max-width: 763px) { #QMTAaffRZHequTVk4dDWyQ3hwMTrK6gX { width:13.4375rem;height:3.75rem;top:121.0625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs19gIB8IGLSUsrKhBr1VsOudN2Kew6c { display:block; }
 }@media only screen and (max-width: 763px) { #JvW9mxSKaPqc66OgJQ7cFNdo2raThP2e { width:13.4375rem;height:3.75rem;top:121.0625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #liPGDZNLv6SaLGA2e303DAMVfBR9uy73 { display:block; }
 }@media only screen and (max-width: 763px) { #XSxTL9bUrPW4n1qS0lTBkUg7s8Kh9Q4G { top:117.25rem;left:1.1875rem;width:41.125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnQxWxOHIZbPVTbPOv2b9CVT0efFOro8 { width:13.4375rem;height:3.75rem;top:121.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTdkcfbDBfF5ORHdcuK0nTeMEALaJwN { display:block; }
 }@media only screen and (max-width: 763px) { #QnJ83fTN13fEzmyRq5xairZ8u0HhgoQ7 { top:145.6875rem;left:0rem;width:20rem;height:2.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M { display:block; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETJFckCXX2Mat0u6CaAXQ5igolCds915 { width:36rem;height:1.13671875rem;top:1.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-regular-label { display:block;width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-text { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-text {padding-top: 0; padding-bottom: 0;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-textarea { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-select { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-select {padding-top: 0; padding-bottom: 0;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-input-button { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .widget-checkbox-label { width:13.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb  { width:15.1875rem;height:auto;top:72.3125rem;left:1.1875rem; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb .radio-container { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb {display:block;}#GXRdU950AMmQyiybhfNs3BKS7zwd5yFb { width:15.1875rem;height:auto;top:72.3125rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #AT692fk9WRzG1Mm7eOv7tnJUfS8y1CtR {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #DKO4gLBC65m0eGzotlcVqd2kNZGTsoBX { display:none; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #iLDP46pJinLzFBnwHEnWXcdaKEmksUov {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #kdmB3Av3o3aHadg9DWnliIZTwPkTX7Pf {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #TFvtGwsaXEF5K1H5dEnuOdft2fB6db70 { display:none; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #yPBHePiUR6clD6mp3vUW9FbxVyvRtPO6 {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #Jqon6fHBabG16ME3SapfTuCap7as7ain {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #T3CkTAzb5w4ReziVxprqkrTtXlctr4hz { display:none; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #SFVSshi6zr3d7OJvkvTHRDPa7d1U4fF4 {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #F4yo3TbF0dQPqUUfrdWmNM7WdcJRRL4K {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #TaQuEiFQtbss2o3sef9toqUz1QCRniFR { z-index:2; }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #GKhm8uibed6ci1foyPzFJQKB13lQ8wvO {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #EsmbKiegykXmTNsHCbRZifnOOWtwpCEz {  }
 }@media only screen and (max-width: 763px) { #GXRdU950AMmQyiybhfNs3BKS7zwd5yFb #lUX0LMFiz4W52cGT0BTNN9S628nI9nmr {  }
 }@media only screen and (max-width: 763px) { #wiyZ0otTW6RFE8IXFcfl1tlOxSXqzJmv { width:19.1873125rem;height:5.361325rem;top:11.310112953186rem;left:0.40581601858139rem;font-size:2.0625rem;text-align:center;text-align-last:center;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #tHBaMxTlJ8SOwa1MGQeQVEC0d1Gh1M5W { width:20rem;height:36.125rem;top:69rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #sW29PD0Xz0DcDGrgNbG3SfTAZtCxlFVo { width:18rem;height:0;top:69.9375rem;left:1rem;font-size:1.0625rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #irZNU8TrM1IPOplH2SFsHEOe7cv1AGTx { width:16.9375rem;height:0;top:100.6875rem;left:1.625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sabdBWoTWAqHLfLTQm8yS2lUwgtBBzpg { top:0.9375rem;left:0rem;width:20rem;height:0;z-index:15022;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DHfurRUOdZLvynEH039VDzKH0wxw3J2v { width:20rem;height:0;top:119.74875259399rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Te9Fgs23RqTekw5BfrI9elDXczW8wTVU { width:19.875rem;height:13.4375rem;top:27.686634063721rem;left:0rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid #ff9b26;border-right:0.125rem solid #ff9b26;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #n0lSNCSK6MxtVBdsUQcyMQtC3IfuIsxp { width:3.0625rem;height:3.0625rem;top:37.937286376953rem;left:1.9997830986977rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWMT7uQQa1pCpOHSutGVKUzOhFtK7kcd { width:3.5rem;height:1.3808625rem;top:39.249134063721rem;left:4.8122833371163rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h1WWxqGGTNlNt3lOLi52z6lhUCoZ1xwU { width:14.9375rem;height:1.3808625rem;top:36.436634063721rem;left:4.8122833371163rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #naq4WTMfSx4rUs9rxbZkvcThn9WfouKO { width:3.5rem;height:1.0556625rem;top:38.311634063721rem;left:4.8122833371163rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LbyFtDqJMmf1T4Gr2IqdOStoXv5XmMVO { width:12.5rem;height:1.0556625rem;top:35.3125rem;left:4.8122833371163rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ilq4UcbTwrcRweVZxCeTThdXfWSltvM5 { width:3.0625rem;height:3.0625rem;top:34.937068939209rem;left:1.9997830986977rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRQ2iaZZWdrav1ngDcwc8yehG0V339Za { width:18.5rem;height:0;top:21.5625rem;left:0.75000005960463rem;font-size:1.0625rem;z-index:15010;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-text.counter-number { padding-top:0.310625rem;padding-right:0.33rem;padding-bottom:0.310625rem;padding-left:0.33rem;width:1.976875rem;min-width:1.976875rem;height:1.66875rem;font-size:1.245rem;line-height:26.7px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid rgba(255,255,255,0.47);border-left:0.0625rem solid rgba(255,255,255,0.47);border-right:0.0625rem solid rgba(255,255,255,0.47);border-bottom:0.0625rem solid rgba(255,255,255,0.47); }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.195rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.635625rem;height:0.698125rem;font-size:0.46625rem;line-height:11.17px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block; }
#dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG { width:15.06125rem;height:3.30610625rem;display:flex;top:31.187067031861rem;left:2.3741319775581rem;z-index:15021;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #P4wm5wsEs9dJxzXCgdrtnoEeVEEw1go8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #DuirfFyx3nK7aI5645GT9NsSAC9xQ2Bv {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #l7z4O5rplIRtSRBWq8TKEq6Hd1umEnQ8 {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #rrpwPW8pGJIHXeFOx317KzmrWUC9p7h3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #Bibk5vx7zfoqhSIM9ZT8a77aPlW4hJZG {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #QUP0I3i5rZLVipzDcOiTZOMQmVRQoH5l {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #dVdZFgmNa7Tyln2a2VvH1Jl1itNqhSbA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #ETgWgL9MG8rNHudf9XznZVJ6C9TEXW1Z {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #AvnNdS8G9e2JQxsHGpZuXVrXc3shha1d {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #dJmmd5A04aNK3O5k9UAbRwo34wvk08o1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #veB0coeBVb5l8TGHsHx3ipXRSUSoAF6z {  }
 }@media only screen and (max-width: 763px) { #dvDO7EAKLWLgrqAcNElAWRapJUg4mOLG #SAgpALJT8fd6pGyR1PmWb4DTRKBfTyx3 {  }
 }@media only screen and (max-width: 763px) { #IgnUtQNfemmiSP6rfJf5fBkIZqIgbbhc { top:1.6875rem;left:1.15625rem;width:20rem;height:0;z-index:15023;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lMCXnN1DBVHACK0CX4nAM3TW5O8Mtvw2 { width:20rem;height:0;top:18.384231567382rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zzoDU0kO5kfGwJhI4OarnRT0TlK6Clgf { width:20rem;height:25.122625rem;top:43.736717939377rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eix06K1nBdpvPUisS9TqEFPsznA7m6qF { width:20rem;height:0;top:24.0625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #OCXSdEBvUqEZgm1B4PenxbD9o5JXb8l0 { top:1.9992897510529rem;left:0rem;width:20rem;height:3.41015625rem;z-index:15023;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StKR62ttLT9gimrLJGbPFcReaomAiCCI { width:20rem;height:1.625rem;top:7.18728351593rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5);z-index:15007;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kkuHqq8pzHrH99wNCkXN75n873yODLQN { width:19.1868125rem;height:2.03125rem;top:28.374567031861rem;left:0.31250005960464rem;font-size:1.5625rem;text-align:center;text-align-last:center;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5);z-index:15051;font-family:ubuntu;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kwITIv5Tye19nxxL9bT0QI1sTSch6G0s { width:20rem;height:7.389625rem;top:17.935546875rem;left:0rem;font-size:0.8125rem;z-index:15011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TGf51J2xG8R5z2LSHfhM3z3qXUC0kUUM { width:20rem;height:auto;top:9.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #ua0Eab11V5SkMW2fQDMbRzdOBMer8rrC { width:20rem;height:1.625rem;top:8.8116321563719rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.1875rem 0.1875rem 0.3125rem rgba(0,0,0,0.5);z-index:15008;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q { background-color:rgba(var(--color-secondary-4),1);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; }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q > .row .container { background-color: transparent; background-image: none; }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q > .row .container > .video-iframe-container { display: none; }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q > .row > .video-iframe-container { display: none; }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q > .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); }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q > .row .container { border-width: 0; border-radius: 0; }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTOFnNHNzkz70EzXRTTRsvHFhg4gAp8q > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwNVzIgm1TcGtnNf4SPgvPVwdq369DTD { top:49.5625rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15050;background-color:#ff9b26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #oSoTKOCNPOww3ifWgTdCEG5zmCGptxok { display:block; }
 }@media only screen and (max-width: 763px) { #rkErO0OXr1Gqo0KGisBZ5zkcGVJ0Srl5 { width:20rem;height:8.4453125rem;top:38.437504768372rem;left:0rem;font-size:0.8125rem;z-index:15010;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ziRnrTmDiECq65BS3vmDvZBTCQF5eZ9t { width:20rem;height:36.125rem;top:0rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #fV4zcOk6mLLTtK8ktCClwF6tTT6kisfZ { width:16.9375rem;height:3.65234375rem;top:31.6875rem;left:1.5625rem;font-size:0.5625rem;text-align:center;text-align-last:center;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-regular-label { display:block;width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-text { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-text {padding-top: 0; padding-bottom: 0;}#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-textarea { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-select { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-select {padding-top: 0; padding-bottom: 0;}#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-input-button { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .widget-checkbox-label { width:13.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP  { width:15.1875rem;height:auto;top:3.3310546875rem;left:1.15625rem;z-index:15005; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP .radio-container { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP {display:block;}#tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP { width:15.1875rem;height:auto;top:3.3310546875rem;left:1.15625rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #Ac6cPRPO1pPy3QGb0uJFcl4yHQfLQd8a {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #M4x9CaFtwPQJ6AimN3Ohxa3RDAv9KWns { display:none; }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #kvHwuHxLBeIgCtPkvakv81JtgwIksnZK {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #N7BsorRF2GrT4grQlmghLleLTrFRDx5k {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #CiOuDaHd3d1PJD8DFcRKxl4tAT3fo6y7 { display:none; }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #bqvEm1uh35Tbe4xH6MFtgs4GuWGT9zbQ {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #wJPp3xVG1XzdhXZPEZTmCEWTaoL3MEdr {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #Tax2wILbqVT3G4IhVb4fp8C5TFMpkkP5 { display:none; }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #XrurxXaXVCZGZGfIPrUzwnCyMVGQcpTF {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #oQakK4CTvgpg2yhMNbzDAN01BhF2m2Zs {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #lDTtfuWq011mlVIpB7g7upMefuKmRze8 { z-index:2; }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #luga04MMDNF3HqHWST73gepAJ5XNWRlI {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #VQzNtssy7zahxgIpb1VORJnQxVr73CqV {  }
 }@media only screen and (max-width: 763px) { #tIsQuxMnBnD8aPkzzxVBQ9zXLhDXoVpP #NtTSzmTn471AmUyHKVh8hZ2F15s4neSe {  }
 }@media only screen and (max-width: 763px) { #Bmr7TxV3CE0V3ZBPnpOM35JmqX53hMPq { width:18rem;height:3.9375rem;top:0.5625rem;left:1rem;font-size:1.3125rem;line-height:1.5;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw { background-color:#ffffff;background-image:none;display:block; }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row .container { background-color: transparent; background-image: none; }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row .container > .video-iframe-container { display: none; }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row > .video-iframe-container { display: none; }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .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); }#kUk9qwuoRrtNHQTqNhmwHoDV9Hxrrniw > .row .container { width:20rem;height:91.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QNrOXF9ke0sg0nuBmL8lAg8c299utr3h { width:20rem;height:2.4375rem;top:9.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc3gKqav7x42xMeXVHn9JIud5eIIsvD2 { width:15.8123125rem;height:6.09375rem;top:12.4375rem;left:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aAnTrqIvMFTZTzwwgmImfT7ygrZZiAXi { width:2.8125rem;height:2.8125rem;top:7.125rem;left:8.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVp0OD6ZZSnI2suAWaF7nmIkMtnwzCIT { width:14.8739375rem;height:17.1875rem;top:55rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTxICnnR7Hki1dgwhMmJr1RPFt8LWHEq { width:20rem;height:2.11230625rem;top:2.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #guDT8heLIL19nJbAXWPLT8rLPUw3yyCF { width:2.8125rem;height:2.8125rem;top:31.5rem;left:8.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXGvbiwVJ9lrrLbPuWrs0Nb2fMA78Hhe { width:20rem;height:2.4375rem;top:34.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCn4EvlrKd9wA2T5Z2VAb9l4xyIfy0et { width:13.3744375rem;height:6.09375rem;top:36.75rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhKZq4OPqXaoKCoBxqhb5FcxEsDxJJ5F { width:2.999825rem;height:2.999825rem;top:21.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOAX3kvUeTT9mGW817FLT7aQklixVzhJ { width:20rem;height:2.4375rem;top:24.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkNu1pa2hxoffNEidtZnIomCCb7lH35c { width:15.625rem;height:2.4375rem;top:26.5625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGE8453u6wyxW0IOSuURKNI7HiuXISuk { width:18.6248125rem;height:0;top:45.118960380554rem;left:0.68625700473787rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MCgsDtPv1HO1UH9xsk578D5VsmsvQJXv { width:20rem;height:2.4375rem;top:48.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KytFXdwoFZrEzgZLvFt6bc0xUiD7dHbB { width:3.5617875rem;height:3.5617875rem;top:45.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRuclhSG5F1bNMOy1OiWAKBnuTmtBnoO { width:20rem;height:0;top:73.812143325806rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhTXepBmodFyyNJ1e5QTpZnWrWCCyq8J { width:20rem;height:0;top:67.493783950806rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bikTh8PKL2A5duAtz6dWHAwUWyHUb2UA { width:18.9994375rem;height:4.43714375rem;top:83.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4pMzJwonbzEU843Tu0HimTbvH44cK2g { display:block; }
 }@media only screen and (max-width: 763px) { #co9T1uRhu8v03xGHUv2ym8dkl6tP9Xqr { width:18.6239375rem;height:2.4375rem;top:51.0625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #uPS66MJ7fHCva1y5H3kLWLTQe1LrHwLz { width:20rem;height:1.94921875rem;top:73.4375rem;left:0rem;font-size:1.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #T7SXtMEbtkAEQNhcKFH8Z7MOTnS2nWFm { width:20rem;height:1.4619125rem;top:75.375rem;left:0rem;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #b7B4eiG3v9JSq9BrwTpEy1VuqGOlTanM { width:20rem;height:1.7871125rem;top:78.6875rem;left:0rem;font-size:1.375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #A8ISgFvbqfxhLqyRg0cAqwmDKuD81mru { width:20rem;height:0.9746125rem;top:80.5rem;left:0rem;font-size:0.75rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row .container { background-color: transparent; background-image: none; }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row .container > .video-iframe-container { display: none; }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row > .video-iframe-container { display: none; }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .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); }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row .container { border-width: 0; border-radius: 0; }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lnPP6zVvz4SclyJ9MzJwn7bTVi7iOFof > .row .container { width:20rem;height:240.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFk1Klh2efEe6rQbi4pxXq0F90APuxuF { width:17.4375rem;height:0;top:1.75rem;left:1rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#f1f0ea;display:none; }
 }@media only screen and (max-width: 763px) { #B3TOGK5Bp4pbbt9wKOs5xXnZUAGK0gs7 { width:2.1875rem;height:2.1875rem;top:1.0666885375976rem;left:8.906250834465rem;display:none; }
 }@media only screen and (max-width: 763px) { #ymLXJf9d1Vq7SnJaZOLg0P1uzoN9u2TZ { width:18.5618125rem;height:5.5234375rem;top:2.9375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2.125rem;color:#ff9b26;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #u2LIgzGdpmhafmhvh1bdEcPFtwZe3URd { width:6.0617875rem;height:6.0617875rem;top:68.5rem;left:6.9375rem;font-size:4.1875rem;z-index:15048;color:#ff9b26;display:block; }
 }@media only screen and (max-width: 763px) { #vQocufFzrwx9fSOVr3usTbPERAycVlG8 { top:65.75rem;left:1.4375rem;width:17.0623125rem;height:3.2492875rem;z-index:15051;background-color:#ff9b26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #mezRorPukF5shPlaJ4TmabR4nulT0JDu { display:block; }
 }@media only screen and (max-width: 763px) { #FRLsbtSUU5SwBosZCHEZsZ7nsyomIPxS { width:20rem;height:2.5996125rem;top:37.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:poppins;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ToOmA1cusmO2ocGI0m9SKKXnV3gc4T5J { width:20rem;height:0;top:42.557705163956rem;left:0rem;font-size:1rem;font-family:poppins;font-weight:300;font-style:normal;color:#000000;display:none; }#ToOmA1cusmO2ocGI0m9SKKXnV3gc4T5J li:before{  }
 }@media only screen and (max-width: 763px) { #qUBnHhcVwmK22zLaUiqPW7WUJx9FV29z { width:20rem;height:25.687125rem;top:10.9375rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7decc0f0-608d-4f57-b187-ad595006095b/IgaGlowackaqgfmkd6bxmdk9vrl3ih4vlfw13e7sspftvu7pwwux41.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qUBnHhcVwmK22zLaUiqPW7WUJx9FV29z.adaptive-delivery-prevent-bg, #qUBnHhcVwmK22zLaUiqPW7WUJx9FV29z.lazyload, #qUBnHhcVwmK22zLaUiqPW7WUJx9FV29z.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vStTMmdgyhWBcsTbmodZiUnkvEVJkrRo { width:20rem;height:2.5996125rem;top:102.125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:poppins;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #DNCHHs3RvNp5eWzWH9X9w0b67dOIL0Dq { width:20rem;height:0;top:107.09609603882rem;left:0rem;font-size:1rem;font-family:poppins;font-weight:300;font-style:normal;color:#000000;display:none; }#DNCHHs3RvNp5eWzWH9X9w0b67dOIL0Dq li:before{  }
 }@media only screen and (max-width: 763px) { #sLQhqbnED29b1o90tiTQRArHvlIKpOSd { width:20rem;height:25.687125rem;top:76.313919067381rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/14c2b0c6-9578-4c7b-b847-94f5a3bb3e2a/Krzysztof.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#sLQhqbnED29b1o90tiTQRArHvlIKpOSd.adaptive-delivery-prevent-bg, #sLQhqbnED29b1o90tiTQRArHvlIKpOSd.lazyload, #sLQhqbnED29b1o90tiTQRArHvlIKpOSd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U0V8ewug3REWbU9nzH9v4198ZrTGR6NP { width:20rem;height:0;top:166.01719665528rem;left:0rem;font-size:1rem;font-family:poppins;font-weight:300;font-style:normal;color:#000000;display:none; }#U0V8ewug3REWbU9nzH9v4198ZrTGR6NP li:before{  }
 }@media only screen and (max-width: 763px) { #VQ7mZJG6kbTV7AiTgqLqtTdyDPWVDWNv { width:20rem;height:25.686875rem;top:142.31008076667rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3f80d681-dbe4-4a7a-b61b-e0a3f033a54b/IMG_4215.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VQ7mZJG6kbTV7AiTgqLqtTdyDPWVDWNv.adaptive-delivery-prevent-bg, #VQ7mZJG6kbTV7AiTgqLqtTdyDPWVDWNv.lazyload, #VQ7mZJG6kbTV7AiTgqLqtTdyDPWVDWNv.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uTpHNKZ9KCqzf30RnN6dhTh9qCTfMMqA { width:20rem;height:2.5996125rem;top:168.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:poppins;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TASsl8G48hwQgzBo0xr1oKQ5lHcCA7U2 { width:6.0617875rem;height:6.0617875rem;top:205.6875rem;left:7rem;font-size:4.1875rem;z-index:15050;color:#ff9b26;display:block; }
 }@media only screen and (max-width: 763px) { #aCpsBee0XuZatnACIBwznyDPpac9x78H { top:203.1875rem;left:1.5rem;width:17.0625rem;height:3.25rem;z-index:15053;background-color:#ff9b26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ploWpeHVUkTLXr3KX9PSaO7LA1p49CzR { display:block; }
 }@media only screen and (max-width: 763px) { #VDRMvMkTd1fLPGVrqxVktULQXGl2an7B { width:20rem;height:25.68625rem;top:75.1875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6101ff26-c7af-4ff2-8543-a6a353bb56be/Adamwyszparowanynastronegotowy600x942.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:15037;display:block; }#VDRMvMkTd1fLPGVrqxVktULQXGl2an7B.adaptive-delivery-prevent-bg, #VDRMvMkTd1fLPGVrqxVktULQXGl2an7B.lazyload, #VDRMvMkTd1fLPGVrqxVktULQXGl2an7B.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #al3Qn9y1mFmh5q5RXqQhKqG4qWoyT67Z { width:20rem;height:23.0341875rem;top:41.4375rem;left:0rem;font-size:1rem;font-family:poppins;font-weight:300;font-style:normal;color:#000000;z-index:15046;display:block; }#al3Qn9y1mFmh5q5RXqQhKqG4qWoyT67Z li:before{  }
 }@media only screen and (max-width: 763px) { #yn9NcfUck2VLQkVgQ7GmDV09pG4Hn24S { width:20rem;height:25.6338125rem;top:105.9375rem;left:0rem;font-size:1rem;font-family:poppins;font-weight:300;font-style:normal;color:#000000;z-index:15049;display:block; }#yn9NcfUck2VLQkVgQ7GmDV09pG4Hn24S li:before{  }
 }@media only screen and (max-width: 763px) { #PTc8fV5eQICVEHfec8BwlBb30GGHzrMm { width:20rem;height:28.233375rem;top:172.8125rem;left:0rem;font-size:1rem;font-family:poppins;font-weight:300;font-style:normal;color:#000000;z-index:15052;display:block; }#PTc8fV5eQICVEHfec8BwlBb30GGHzrMm li:before{  }
 }@media only screen and (max-width: 763px) { #CE52PSJ4gxZVazcmfPKzH1LUUphXPpPh { width:6.0617875rem;height:6.0617875rem;top:135.3125rem;left:7rem;font-size:4.1875rem;z-index:15052;color:#ff9b26;display:block; }
 }@media only screen and (max-width: 763px) { #KKgSTyip53ogdyAb6UwvBgypIcAqM1qG { top:132.8125rem;left:1.5rem;width:17.0625rem;height:3.25rem;z-index:15055;background-color:#ff9b26;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #zzXci2J1m7bvNhlZAVN2iVvBgcOnmHHJ { display:block; }
 }@media only screen and (max-width: 763px) { #EZJKpT9VlNvSV8rxF0W96W7G1SELn4VL { width:13.4375rem;height:3.75rem;top:233.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBMOGE6OrMJB2LOLtoLIUBryDisPVJu9 { display:block; }
 }@media only screen and (max-width: 763px) { #QMTAaffRZHequTVk4dDWyQ3hwMTrK6gX { width:13.4375rem;height:3.75rem;top:228.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs19gIB8IGLSUsrKhBr1VsOudN2Kew6c { display:block; }
 }@media only screen and (max-width: 763px) { #JvW9mxSKaPqc66OgJQ7cFNdo2raThP2e { width:13.4375rem;height:3.75rem;top:223.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liPGDZNLv6SaLGA2e303DAMVfBR9uy73 { display:block; }
 }@media only screen and (max-width: 763px) { #XSxTL9bUrPW4n1qS0lTBkUg7s8Kh9Q4G { width:20rem;height:0;top:139.86151695251rem;left:0rem;font-size:1.125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #BnQxWxOHIZbPVTbPOv2b9CVT0efFOro8 { width:13.4375rem;height:3.75rem;top:218.9375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvTdkcfbDBfF5ORHdcuK0nTeMEALaJwN { display:block; }
 }@media only screen and (max-width: 763px) { #QnJ83fTN13fEzmyRq5xairZ8u0HhgoQ7 { width:20rem;height:3.8984375rem;top:213.5625rem;left:0rem;font-size:1.5rem;color:#000000;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M { background-color:#00232f;background-image:none;display:block; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container { background-color: transparent; background-image: none; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container > .video-iframe-container { display: none; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row > .video-iframe-container { display: none; }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .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); }#GeNvEzOFPWpEZCrMvpdClWB8UV2v4B8M > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETJFckCXX2Mat0u6CaAXQ5igolCds915 { width:20rem;height:2.2734375rem;top:0.55078125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }