.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:245,242,236;--color-primary-1:221,212,191;--color-primary-2:186,169,127;--color-primary-3:93,85,64;--color-primary-4:28,25,19;--color-secondary-0:255,255,255;--color-secondary-1:241,239,239;--color-secondary-2:224,222,222;--color-secondary-3:213,213,213;--color-secondary-4:155,155,155;--color-tertiary-0:255,255,255;--color-tertiary-1:241,241,241;--color-tertiary-2:111,110,112;--color-tertiary-3:86,86,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-4),0);background-image:url("https://images.assets-landingi.com/uc/6b36d988-1f1c-4f66-862c-3b6c41f8d295/Flipnagruncie6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;overflow:visible;position:relative;display:block; }#RFJ7CMVOoeCTbkm5oeGnanDCStW7sQ3t { color:rgba(var(--color-tertiary-0),1);display:block;width:34.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.2728593349456rem;left:9.18475151062rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnQOULp7TpMfe9q8cInyU87duyvHLBNk { color:rgba(var(--color-tertiary-0),1);display:block;width:34.249875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:11.065538644791rem;left:9.1854743957519rem;height:15.74869375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { color:rgba(var(--color-tertiary-1),1);display:block;width:20.2495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28.541668176651rem;left:16.184171676636rem;height:2.11154375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { background-color:rgba(var(--color-secondary-0),0.36);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.9994375rem;height:3.62485625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:35.529516458511rem;left:17.183160781861rem;display:block; }
#ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe .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; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-primary-4),1);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;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe { 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;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0.125rem;padding-right:0.125rem;padding-bottom:0.125rem;padding-left:0.125rem;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:37.3125rem;left:50.75rem;z-index:15020; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #IESvrscuhg6TySHiWD5BD4ClRU0uC20R { display:flex;position:relative;top:0rem;left:0rem; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #q4wgTTgPSH9BfowN6eh9cENHcu8WPwm2 { width:auto; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #BmIVahEaKNgCcXHgtfvyLC66nLZLTl5b {  }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #rbwdZFd1Q08foW9oBa0g2DTy9GSKfl5Z { display:flex;position:relative;top:0rem;left:0rem; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #al34pBAffBSTEMMFlDWF3DKqZ00xrXKg {  }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #KwM3LKq4tnauDaZQbfFHfcEwZbrzvRHK {  }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #kiStkopSuQkgbgvu4OztOpXpm7TbKDXZ { display:flex;position:relative;top:0rem;left:0rem; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #OnyIzRSSWsaKiLPMpJfFuozszO1C2Kne {  }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #RIcwBiZdtQADgD6nOSXE7cBOMn7QFVDu {  }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #H7oRZqLEyHQLZf4Ibt734lB88dvzXfSC { display:flex;position:relative;top:0rem;left:0rem; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #oCXTTOXI4MEZqvoKNchG4B1Fpgk9OvL8 {  }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #nH2CvPBDs1ma5BU9W2EwbrJTmLa8NrEm {  }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-form-header {  }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:19.5625rem;box-sizing:border-box;height:3.5rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-text {padding-top: 0; padding-bottom: 0;}#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:19.5625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-select {padding-top: 0; padding-bottom: 0;}#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:19.5625rem;height:3.625rem;font-family:var(--headlines-font-family);overflow:hidden; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.5rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .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; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-container:first-of-type{padding-top:0;}#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-container:last-of-type{padding-bottom:0;}#vxMKpUxfL56uBal734TFUnowBBKk4gcb  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10rem;left:49.0625rem; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5625rem;display:block;vertical-align:top; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-info-text { font-size:0.75rem; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb {display:block;}#vxMKpUxfL56uBal734TFUnowBBKk4gcb { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10rem;left:49.0625rem; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #VmBcqByQLwnTcFrfqcoce8ph6mXWu3gp { position:relative; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #RW41xJoxnG6VF4c10leES0AzdrXpysW2 { position:relative;display:none; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #nyP30DwfDQ7gSQBB7FrdbicqBfquNfms { position:relative; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #y6ABHrUOkMbQbpyNmDbTbW8huanydvLK { position:relative; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #FbeOdU6SNofcdac9swGADfB3f72ttXyA { position:relative;display:none; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #SOU3oyt5NMb75lnickSnfevt7s6M5OKR { position:relative; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #PNmJnZGhIqEIWPggBclTGUDCAkBTMMh2 { position:relative; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #C92ROzvKTqLupMvynR3LeRxBJJLoBU3o { position:relative;display:none; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #f2s6Jw1gbyT5yAymeDJTePq5Gzk6hPC7 { position:relative; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #G8vAGQQKmWvDp9u4nSlmpa44meePdx9q { position:relative; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #ZJDDL5ITOcz10fw4l6IsRRuffuT9noJx { position:relative;z-index:2; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #MTZsZAptnhobTpM2MyXNx4ZAMDT42aRn { position:relative; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #urcG2Dm6gL7oXw0TViSa5rQyeh0aXLPI { position:relative; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb #t2ZVC6ysoy6ILuZTxCFB0RT09D3Z4Ncg { position:relative; }
#XsgS850wLKGCxIE6pvUG8nit7kUevmE5 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.3125rem;left:45.125rem;height:2.43706875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pW9783wiWdaPK0OCP0v2U7LqtaL8nTWG { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-0),0.79);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:39.4375rem;width:25.6875rem;top:4.3125rem;left:47.25rem;display:block; }
#XGmf6CAl6EkA03p5hL80BP0P0i10Oo6p { color:rgba(var(--color-tertiary-4),1);display:block;width:22.7495625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:35.125rem;left:48.6875rem;height:1.46195rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rls8TCdQPqyTElCWW9J7COoifzL7EK7d { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.87355625rem;width:1.87355625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:28.659578561783rem;left:13.749277114868rem; }
#d0ASMAO5ruNc6J078JBZbdkbwAwSvz7b { color:rgba(var(--color-tertiary-0),1);display:block;width:18.2494375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:30.652490854263rem;left:17.183881759644rem;height:2.09996875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI { 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; }#tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI > .row .container { background-color: transparent; background-image: none; }#tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI > .row .container > .video-iframe-container { display: none; }#tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI > .row > .video-iframe-container { display: none; }#tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI > .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); }#tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI > .row .container { border-width: 0; border-radius: 0; }#tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#AxxAE7ksmOOnI97wpDAKgMRw43O1MiOf { color:rgba(var(--color-primary-4),1);display:block;width:74.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:4.645544052124rem;left:0rem;height:3.6559625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S { 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; }#TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S > .row .container { background-color: transparent; background-image: none; }#TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S > .row .container > .video-iframe-container { display: none; }#TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S > .row > .video-iframe-container { display: none; }#TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S > .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); }#TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S > .row .container { border-width: 0; border-radius: 0; }#TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S > .row .container { font-size:0.875rem;font-family:arial;height:19.5rem;width:75rem;position:relative;display:block; }#mTvICT6SAg7a595LNXXz3MC8lDSdTEut { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/bf2bf275-0a61-4d3b-a5d4-c36390578184/ElbietaLiberda5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.4375rem;width:13.4375rem;top:1.4367771148682rem;left:1.2478294372559rem;display:block; }#mTvICT6SAg7a595LNXXz3MC8lDSdTEut.adaptive-delivery-prevent-bg, #mTvICT6SAg7a595LNXXz3MC8lDSdTEut.lazyload, #mTvICT6SAg7a595LNXXz3MC8lDSdTEut.lazyloading { background-image: none; }
#R99p4GsuTPHkHQvNVZJ1bG56G0RTVgAf { color:rgba(var(--color-primary-2),1);display:block;width:14.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:1.4375rem;left:16rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WX3D5mT2Q71JmFRVBVSUX3P5xTErhwC6 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4367752075195rem;left:15.999711990356rem;height:3.24941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IwpnXHlGL1UraoVBNIOOOBwsN0aWtGzg { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/c1919f9e-4f2b-4c62-b950-aad14f89aa43/PiotrTuralski4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:13.43675rem;width:13.43675rem;top:1.4359092712402rem;left:38.746385574341rem;display:block; }#IwpnXHlGL1UraoVBNIOOOBwsN0aWtGzg.adaptive-delivery-prevent-bg, #IwpnXHlGL1UraoVBNIOOOBwsN0aWtGzg.lazyload, #IwpnXHlGL1UraoVBNIOOOBwsN0aWtGzg.lazyloading { background-image: none; }
#cQw8NfLiJU9871fI5Z1vvROsHhSlJyR7 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:7.6099548339844rem;left:15.999711990356rem;height:7.30975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NGnRxNdfPmsoHFdDwnVoBhWT7BuEe4Hf { color:rgba(var(--color-primary-2),1);display:block;width:14.6238125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:1.4366321563721rem;left:53.561201095581rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jx8TvvSKBkqUx6OV4VsA69wA4ucgblNh { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6238125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4367771148682rem;left:53.561201095581rem;height:1.6247125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTxF06O6J0QeZTpqNE2inITRzMa1UR8z { color:rgba(var(--color-tertiary-4),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:5.8246555328369rem;left:53.561201095581rem;height:7.30975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTOX3JycGCbXp9xzeMQighGnty3gV50n { 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; }#TTOX3JycGCbXp9xzeMQighGnty3gV50n > .row .container { background-color: transparent; background-image: none; }#TTOX3JycGCbXp9xzeMQighGnty3gV50n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTOX3JycGCbXp9xzeMQighGnty3gV50n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTOX3JycGCbXp9xzeMQighGnty3gV50n > .row .container > .video-iframe-container { display: none; }#TTOX3JycGCbXp9xzeMQighGnty3gV50n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTOX3JycGCbXp9xzeMQighGnty3gV50n > .row > .video-iframe-container { display: none; }#TTOX3JycGCbXp9xzeMQighGnty3gV50n > .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); }#TTOX3JycGCbXp9xzeMQighGnty3gV50n > .row .container { border-width: 0; border-radius: 0; }#TTOX3JycGCbXp9xzeMQighGnty3gV50n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTOX3JycGCbXp9xzeMQighGnty3gV50n > .row .container { font-size:0.875rem;font-family:arial;height:29.125rem;width:75rem;position:relative;display:block; }#aVDcPDlSi5VgJ8Zv8TenQ5aoBgt0NEGL { color:rgba(var(--color-primary-4),1);display:block;width:74.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.6;letter-spacing:0;top:7.5625rem;left:0rem;height:1.99941875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#InGUEdUUhOTphEykRxTCbykpLXJthvoT { color:rgba(var(--color-primary-4),1);display:block;width:59.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15026;line-height:1.6;letter-spacing:0;top:11.375rem;left:2.875rem;height:13.5554375rem;font-style:normal;display:block; }#InGUEdUUhOTphEykRxTCbykpLXJthvoT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#InGUEdUUhOTphEykRxTCbykpLXJthvoT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fa60a7e978863b3205c6c6431f79335e896878d.svg); }
#PBrhhzsvMB3ucbELcbfegpLH0rAPkWdU { color:rgba(var(--color-primary-4),1);display:block;width:74.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.458044052124rem;left:0rem;height:3.6559625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B > .row .container { background-color: transparent; background-image: none; }#OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B > .row .container > .video-iframe-container { display: none; }#OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B > .row > .video-iframe-container { display: none; }#OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B > .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); }#OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B > .row .container { border-width: 0; border-radius: 0; }#OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#qumn7LtEkMBrSKAbrvAnNECwzJN5B6NZ { color:#242629;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:3.6559625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NqsW12xRTb8LvhFFxAyUzHBTzdfTsNBH { color:rgba(var(--color-tertiary-4),1);display:block;width:74.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:9.5625rem;left:0rem;height:5.9982625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LX8PsLexXPTUu7gKhud5cNT0bXPO02Bu { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:17.875rem;left:0rem;height:3.9988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QhpeuHLflta39OVVazxI7hnPdlQhTaw9 { color:rgba(var(--color-primary-4),1);display:block;width:59.249875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:23.5625rem;left:2.6875rem;height:13.5554375rem;font-style:normal;display:block; }#QhpeuHLflta39OVVazxI7hnPdlQhTaw9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QhpeuHLflta39OVVazxI7hnPdlQhTaw9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fa60a7e978863b3205c6c6431f79335e896878d.svg); }
#FzRcoWUnsKXUD7f8Sg98amSdeEgQ8KCE { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:40rem;left:0rem;height:1.99941875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GTPVCGtCTGspAsfpQt9JWarRVFG0mx7b { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:43.0625rem;left:0rem;height:3.99884375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#ErPeagkey2wGu8s0DP81JnPteu2TIuHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab597600-ad44-484a-9b00-ed1a0137a12d/Projektbeznazwy14.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH.adaptive-delivery-prevent-bg, #ErPeagkey2wGu8s0DP81JnPteu2TIuHH.lazyload, #ErPeagkey2wGu8s0DP81JnPteu2TIuHH.lazyloading { background-image: none; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row .container { background-color: transparent; background-image: none; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.7); }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row .container > .video-iframe-container { display: none; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.7); }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row > .video-iframe-container { display: none; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .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); }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row .container { border-width: 0; border-radius: 0; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:block; }#y5ZBJECHVQTD4GPfZsv0D1l3AdSLiNDs { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.4364910125733rem;left:0rem;height:3.6559625rem;font-style:normal;display:block; }
#UlvOtTMh0tNqCopQXzwWAlJG69JXpWte { color:#ffffff;display:block;width:69.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:10.258974075318rem;left:0rem;height:;font-style:normal;display:block; }#UlvOtTMh0tNqCopQXzwWAlJG69JXpWte li:not(:first-child){ padding-top:0.8125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UlvOtTMh0tNqCopQXzwWAlJG69JXpWte li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1850ab0ccbf58dffe40a90344939e28095382eb4.svg); }
#arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe > .row .container { background-color: transparent; background-image: none; }#arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe > .row .container > .video-iframe-container { display: none; }#arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe > .row > .video-iframe-container { display: none; }#arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe > .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); }#arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe > .row .container { border-width: 0; border-radius: 0; }#arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#PcTLZ3Fnfm9NqEHB245PtsWr6vwcdTeb { color:#242629;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:3.9375rem;left:0rem;height:3.24941875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iFg3Fve7wOXFmC6Z0B2oDELNxIRqXleo { color:rgba(var(--color-primary-4),1);display:block;width:69.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15028;line-height:1.6;letter-spacing:0;top:10.001447677613rem;left:2.6851844787598rem;height:20.4940625rem;font-style:normal;display:block; }#iFg3Fve7wOXFmC6Z0B2oDELNxIRqXleo li:not(:first-child){ padding-top:0.5rem;padding-right:0;padding-bottom:0;padding-left:0; }#iFg3Fve7wOXFmC6Z0B2oDELNxIRqXleo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fa60a7e978863b3205c6c6431f79335e896878d.svg); }
#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/tfB9c5b5/04.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh.adaptive-delivery-prevent-bg, #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh.lazyload, #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh.lazyloading { background-image: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { background-color: transparent; background-image: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container > .video-iframe-container { display: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row > .video-iframe-container { display: none; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .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); }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { border-width: 0; border-radius: 0; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { font-size:0.875rem;font-family:arial;height:56rem;width:75rem;position:relative;display:block; }#JP3Uhf3WwfV7GdaMLmODiJqtR1B6ovUx { color:rgba(var(--color-primary-4),1);display:block;width:74.999375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:7.1238460540769rem;left:0rem;height:6.18634375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TIDORgWITn2WXAZDT9mf8B5HXaGyFsWR { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.5625rem;left:26rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#E5E1KT1cRx43xO43zOFF0DDhqvzKXOMr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:24.625rem;left:28rem; }
#iUXvMN7aWhW7i9vKrVXkLJRuxGtkQQ7N { color:rgba(var(--color-tertiary-4),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:23.125rem;left:30.875rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s3sGlwsSRVAuum92DTrd6L1LmXIKxCkL { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.3125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#uUh5kB3ux8r2E48cCKghb7OGxnyp7zBZ { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.3125rem;left:25.9375rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#SPqTELK9hCMDfE7GZaZcGtWBPFl9WkS1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.874275rem;width:1.874275rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:39.356931686401rem;left:2.0616302490234rem; }
#LRlFXXEdBGL5TiCxveJwlhAu6R35Q60u { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:38.888164520264rem;left:4.9493637084961rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UafDpTgUWqR2DUAqezZvEe8R86bo1X6L { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.874275rem;width:1.874275rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:39.356931686401rem;left:27.999132156372rem; }
#STVkqKfkBTTlfgDW4QktuGOkr0w2s1hf { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:37.9375rem;left:30.9375rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LhCtTvGZtP5Fi9PuVgJRLwr3p2VNBA5M { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.5625rem;left:51.8125rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#vdR2rMihCuPUXlukS9ht6RaB8vdKAOr3 { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:34.3125rem;left:51.75rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#B2pbL76ceu373WDEBaJB09X2PVt0Crss { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:24.625rem;left:53.8125rem; }
#DON7HpImPFc2Hvt4Xh5yloDH5WEtV0Rm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.874275rem;width:1.874275rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:39.356931686401rem;left:53.811491012573rem; }
#T59x9T1Auk76kPfm93OSA1cS0s8a4p8V { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:24.124710083007rem;left:56.436925888061rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gOq639wCSlPlyWWtvcJKDLV90iy4SWIr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:37.263456821442rem;left:56.686925888061rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wOO7fdTrnVbP4kyhgEMwnc3PHav0xbtq { box-sizing:content-box;height:11.875rem;width:23.125rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:19.5625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#i3XLMbaXdTQ3URSPzedhGo1Qdfi10MZu { color:rgba(var(--color-tertiary-4),1);display:block;width:18.1871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:22.731480121612rem;left:5.075231552124rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DZhuOWBvCXlOhIWTTtbbrWIzLX1JtOgn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:24.625rem;left:2rem; }
#HZ0oi2S9cbzrIbUFFUdp342OkgWvXnXw { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15035;line-height:1.5;letter-spacing:0;top:40.75rem;left:31rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ddar0WCprdADc15ROxHnb18ApAmChhJD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:40.075956821442rem;left:56.811925888061rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EgbysCmc7Q3ME1iC2mkWylXaTvGQxUCX { color:rgba(var(--color-tertiary-4),1);display:block;width:18.12425rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15036;line-height:1.5;letter-spacing:0;top:26.0625rem;left:31rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { 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; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { background-color: transparent; background-image: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { display: none; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .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); }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { border-width: 0; border-radius: 0; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#w5yGacKTIwVRQwcsqbRSeTnFIW5Gq2hi { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5rem;left:0rem;height:2.84360625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rZ24Me6yvrmRpv7oE4AauhJlTk6VenSx { color:rgba(var(--color-tertiary-3),1);display:block;width:29.9370625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.75rem;left:0rem;height:1.38093125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yHX2r8izcybxuN8t1FharBLMWL0qKrZL { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5622125rem;width:2.5622125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:15.530237674713rem;left:0rem;display:block; }
#sIrzZuALgTPpKSe4UpQGxVlDhobVkIMi { color:rgba(var(--color-tertiary-3),1);display:block;width:27.81175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:15.5625rem;left:2.5625rem;height:2.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#unWt8qZvfCgMHqyEewbi9fE1O1y2zLLW { position:absolute;display:block;z-index:15010;height:22.374875rem;width:39.9370625rem;top:6.5rem;left:35.0625rem;display:block; }
#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/5FdcML6t/webinar_02.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !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; }#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO.adaptive-delivery-prevent-bg, #VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO.lazyload, #VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO.lazyloading { background-image: none; }#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO > .row .container { background-color: transparent; background-image: none; }#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO > .row .container > .video-iframe-container { display: none; }#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO > .row > .video-iframe-container { display: none; }#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO > .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); }#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO > .row .container { border-width: 0; border-radius: 0; }#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:75rem;position:relative;display:block; }#D6Hsnq46MVcS3Wu6qoqZCRUyTRioQmNq { color:rgba(var(--color-primary-2),1);display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:8.75rem;height:4.87485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#c5tXwcEd0U5v1TcG8aZvtqBxVbcS1wbo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8125rem;left:2.0625rem;height:5.85069375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UxVrP55Lt4Psm1Ix4NbpEPxscPlxMbME { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:20.8125rem;height:3.9004625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rky8TNLnUsMHXmHCcSuXEmwUJGFWaWGQ { color:rgba(var(--color-primary-2),1);display:block;width:4.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.625rem;left:25.75rem;height:4.87485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PIvikGzW4xHWdfMlb4Ds1siiT52NxZ30 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:39.5625rem;height:3.9004625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UvhTLMKDP896TNU0qyhnncKTl5mFRPPB { color:rgba(var(--color-primary-2),1);display:block;width:7.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.625rem;left:42.9375rem;height:4.87485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#prkTi6Lp4a8CZvZRb8OL97mD354zyJJx { color:rgba(var(--color-primary-2),1);display:block;width:13.312375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6232643127441rem;left:58.967741012573rem;height:4.87485625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqqZA14QbZKZn35fTnqXdnLdWSqXhzrB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:6.8125rem;left:58.3125rem;height:3.9004625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/tfB9c5b5/04.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv.adaptive-delivery-prevent-bg, #GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv.lazyload, #GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv.lazyloading { background-image: none; }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row .container { background-color: transparent; background-image: none; }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row .container > .video-iframe-container { display: none; }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row > .video-iframe-container { display: none; }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .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); }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row .container { border-width: 0; border-radius: 0; }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#kbusAgn5QzFJGcfUsPHldVOcmHc2rN4F { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8544dcd1-2608-4ee3-92e0-ecc07b4d4267/Kogo2landingi.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:38.12425rem;width:29.249875rem;top:5.3739876747131rem;left:41.623266220093rem;display:block; }#kbusAgn5QzFJGcfUsPHldVOcmHc2rN4F.adaptive-delivery-prevent-bg, #kbusAgn5QzFJGcfUsPHldVOcmHc2rN4F.lazyload, #kbusAgn5QzFJGcfUsPHldVOcmHc2rN4F.lazyloading { background-image: none; }
#gtyW4EiX5bb9Pe2JUGO7aOJGpQbdLG7M { color:rgba(var(--color-tertiary-3),1);display:block;width:37.4985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:17.0625rem;left:0rem;height:26.7252375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kXIdwcXNva21pxXwk8QDoz31iRIw1bEo { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.499rem;width:20.812375rem;top:5.3739876747131rem;left:8.3427371978763rem;overflow:hidden;display:block; }
#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/ZH4FUYiaczY/unsplash/dimitri-karastelev-ZH4FUYiaczY-photo-1635859890085-ec8cb5466806.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU.adaptive-delivery-prevent-bg, #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU.lazyload, #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU.lazyloading { background-image: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { background-color: transparent; background-image: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .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); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { border-width: 0; border-radius: 0; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#arzK17soJTEEFM86AgGIRQJuk2QXN934 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.8747119903562rem;left:0.12427520751953rem;height:7.3119375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MTic2u8hr0SVZMnyrnsnLld9ivQ3P6PT { box-sizing:content-box;color:#ffd300;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:16.6875rem;left:13.6875rem;display:block; }
#xZFuWzliWgGzv6JBt3AGCLMIHR9oQd7x { box-sizing:content-box;color:#ffd300;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:16.6875rem;left:15.8125rem;display:block; }
#dwqEh5AKI9bhqpZHxi4Da75NdC1zk3iM { box-sizing:content-box;color:#ffd300;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:16.6875rem;left:17.8125rem;display:block; }
#RSVuxTeFVOx8ReRn1KSnhyTDVViGgeUC { box-sizing:content-box;color:#ffd300;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:16.6875rem;left:19.75rem;display:block; }
#AzSxyEXwsDz5ykxOoeDhQnJQsLS1UTpk { box-sizing:content-box;color:#ffd300;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:16.6875rem;left:21.75rem;display:block; }
#T4gcz8ySUAp1lznzRElA2SJicRUSn4X9 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9370625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.436923980713rem;left:3.7803821563721rem;height:7.3111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZFOt274maqNrlzxaFlTTx7i1l93znUWz { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:32.999875rem;width:25.6871875rem;top:3.7803812026977rem;left:43.404951095581rem;display:block; }
#MCxTEuQv5IpDyAh5dG9pX2v76GBHO9UJ { color:rgba(var(--color-primary-2),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:7.875rem;left:41.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-form-header {  }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:19.5625rem;box-sizing:border-box;height:3.5rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-text {padding-top: 0; padding-bottom: 0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid rgba(var(--color-tertiary-2),1);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:19.5625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--headlines-font-family);vertical-align:top; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-select {padding-top: 0; padding-bottom: 0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:19.5625rem;height:3.625rem;font-family:var(--headlines-font-family);overflow:hidden; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.3);font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:18.5rem;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .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; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-container:first-of-type{padding-top:0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-container:last-of-type{padding-bottom:0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.749420166016rem;left:45.187353134155rem; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.5625rem;display:block;vertical-align:top; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-info-text { font-size:0.75rem; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu {display:block;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.749420166016rem;left:45.187353134155rem; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #B3KDR3HsiIgPENNmJFLgbmrXmbIcMBPM { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #WrVWgkgADWEUpBhzBGhlpL0Zknmt2e17 { position:relative;display:none; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #HHgNcGi31W5liPuUzLvvfeky7bTKhTTs { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #s5kAnP7v1vKDIgUVp54GLU9bzLk68mfJ { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #KgmTokKIRPzInQmCOOwb9up3Qp8lolCI { position:relative;display:none; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Fzbpn8Iq8pdNPcH28zk7bwgxbUQnBNJl { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #iabiDdXWgsygfwpwZEZepqViW7go11yg { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #JDuuC3vCEAnI62BTVOuFz3fVCTLZCkGN { position:relative;display:none; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Ognk03a1f2wDAgJx2bOtBvFODBUMU5gA { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Od8fbvkVrxNyT6a4OxoS2T88nw0gztyt { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #CF2GeTGQnwXISTIMH2spTdNh77MCL8Ra { position:relative;z-index:2; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #nS2CSIqRXDUiWL0lBTO2Gh7c2oTdt4rt { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #HAaf6P2gu4xUx1yWdphDwH13y1509qg6 { position:relative; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #iQkOCnbRJ8cTOacLy2yWerNGtepPWHXy { position:relative; }
@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) { #RFJ7CMVOoeCTbkm5oeGnanDCStW7sQ3t { width:34.1875rem;height:2.375rem;top:7.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQOULp7TpMfe9q8cInyU87duyvHLBNk { width:34.1875rem;height:15.6875rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { width:20.1875rem;height:2.0625rem;top:28.5rem;left:2.5591716766358rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { width:16.9375rem;height:3.5625rem;top:35.5rem;left:3.5581607818604rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe .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; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe .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; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe { width:18.5rem;height:5.1875rem;display:flex;top:37.75rem;left:13.374422073364rem;z-index:15005; }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #IESvrscuhg6TySHiWD5BD4ClRU0uC20R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #q4wgTTgPSH9BfowN6eh9cENHcu8WPwm2 {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #BmIVahEaKNgCcXHgtfvyLC66nLZLTl5b {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #rbwdZFd1Q08foW9oBa0g2DTy9GSKfl5Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #al34pBAffBSTEMMFlDWF3DKqZ00xrXKg {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #KwM3LKq4tnauDaZQbfFHfcEwZbrzvRHK {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #kiStkopSuQkgbgvu4OztOpXpm7TbKDXZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #OnyIzRSSWsaKiLPMpJfFuozszO1C2Kne {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #RIcwBiZdtQADgD6nOSXE7cBOMn7QFVDu {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #H7oRZqLEyHQLZf4Ibt734lB88dvzXfSC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #oCXTTOXI4MEZqvoKNchG4B1Fpgk9OvL8 {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #nH2CvPBDs1ma5BU9W2EwbrJTmLa8NrEm {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-regular-label { width:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-text { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-text {padding-top: 0; padding-bottom: 0;}#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-textarea { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-select { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-select {padding-top: 0; padding-bottom: 0;}#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-button { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-checkbox-label { width:18.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb  { width:19.5rem;height:20.8125rem;top:10rem;left:25.6875rem; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .radio-container { width:19.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb {display:block;}#vxMKpUxfL56uBal734TFUnowBBKk4gcb { width:19.5rem;height:20.8125rem;top:10rem;left:25.6875rem; }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #VmBcqByQLwnTcFrfqcoce8ph6mXWu3gp {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #RW41xJoxnG6VF4c10leES0AzdrXpysW2 { display:none; }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #nyP30DwfDQ7gSQBB7FrdbicqBfquNfms {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #y6ABHrUOkMbQbpyNmDbTbW8huanydvLK {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #FbeOdU6SNofcdac9swGADfB3f72ttXyA { display:none; }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #SOU3oyt5NMb75lnickSnfevt7s6M5OKR {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #PNmJnZGhIqEIWPggBclTGUDCAkBTMMh2 {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #C92ROzvKTqLupMvynR3LeRxBJJLoBU3o { display:none; }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #f2s6Jw1gbyT5yAymeDJTePq5Gzk6hPC7 {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #G8vAGQQKmWvDp9u4nSlmpa44meePdx9q {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #ZJDDL5ITOcz10fw4l6IsRRuffuT9noJx {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #MTZsZAptnhobTpM2MyXNx4ZAMDT42aRn {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #urcG2Dm6gL7oXw0TViSa5rQyeh0aXLPI {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #t2ZVC6ysoy6ILuZTxCFB0RT09D3Z4Ncg {  }
 }@media only screen and (max-width: 763px) { #XsgS850wLKGCxIE6pvUG8nit7kUevmE5 { width:29.875rem;height:2.375rem;top:6.3125rem;left:17.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW9783wiWdaPK0OCP0v2U7LqtaL8nTWG { width:25.625rem;height:39.375rem;top:4.3125rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGmf6CAl6EkA03p5hL80BP0P0i10Oo6p { width:23.125rem;height:1.4375rem;top:30.3125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rls8TCdQPqyTElCWW9J7COoifzL7EK7d { width:1.8125rem;height:1.8125rem;top:28.625rem;left:0.12427711486816rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ASMAO5ruNc6J078JBZbdkbwAwSvz7b { width:19.4375rem;height:4.125rem;top:29rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI { display:block; }#tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxxAE7ksmOOnI97wpDAKgMRw43O1MiOf { top:4.625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S { display:block; }#TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTvICT6SAg7a595LNXXz3MC8lDSdTEut { width:11.25rem;height:11.25rem;top:1.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R99p4GsuTPHkHQvNVZJ1bG56G0RTVgAf { width:14.5625rem;height:2.5rem;top:1.375rem;left:9.1872119903562rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX3D5mT2Q71JmFRVBVSUX3P5xTErhwC6 { width:21.4375rem;height:3.1875rem;top:3.375rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwpnXHlGL1UraoVBNIOOOBwsN0aWtGzg { width:11.25rem;height:11.25rem;top:1.0625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQw8NfLiJU9871fI5Z1vvROsHhSlJyR7 { width:21.5rem;height:7.25rem;top:7.5625rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGnRxNdfPmsoHFdDwnVoBhWT7BuEe4Hf { width:14.5625rem;height:2.5rem;top:1.375rem;left:33.123701095581rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx8TvvSKBkqUx6OV4VsA69wA4ucgblNh { width:14.5625rem;height:1.5625rem;top:3.375rem;left:33.123701095581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTxF06O6J0QeZTpqNE2inITRzMa1UR8z { width:21.4375rem;height:7.25rem;top:5.8125rem;left:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOX3JycGCbXp9xzeMQighGnty3gV50n { display:block; }#TTOX3JycGCbXp9xzeMQighGnty3gV50n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVDcPDlSi5VgJ8Zv8TenQ5aoBgt0NEGL { top:7.5625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InGUEdUUhOTphEykRxTCbykpLXJthvoT { top:11.375rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1.125rem;display:block; }#InGUEdUUhOTphEykRxTCbykpLXJthvoT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fa60a7e978863b3205c6c6431f79335e896878d.svg); }
 }@media only screen and (max-width: 763px) { #PBrhhzsvMB3ucbELcbfegpLH0rAPkWdU { top:2.4375rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B { display:block; }#OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qumn7LtEkMBrSKAbrvAnNECwzJN5B6NZ { width:47.75rem;height:3.625rem;top:3.875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqsW12xRTb8LvhFFxAyUzHBTzdfTsNBH { top:9.5625rem;left:0rem;width:47.75rem;height:5.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LX8PsLexXPTUu7gKhud5cNT0bXPO02Bu { top:17.875rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhpeuHLflta39OVVazxI7hnPdlQhTaw9 { top:23.5625rem;left:0rem;width:47.75rem;height:13.5rem;font-size:1.125rem;display:block; }#QhpeuHLflta39OVVazxI7hnPdlQhTaw9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fa60a7e978863b3205c6c6431f79335e896878d.svg); }
 }@media only screen and (max-width: 763px) { #FzRcoWUnsKXUD7f8Sg98amSdeEgQ8KCE { top:40rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTPVCGtCTGspAsfpQt9JWarRVFG0mx7b { top:43.0625rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErPeagkey2wGu8s0DP81JnPteu2TIuHH { display:block; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5ZBJECHVQTD4GPfZsv0D1l3AdSLiNDs { width:47.75rem;height:3.625rem;top:4.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlvOtTMh0tNqCopQXzwWAlJG69JXpWte { width:47.75rem;height:;top:10.25rem;left:0rem;font-size:1.25rem;display:block; }#UlvOtTMh0tNqCopQXzwWAlJG69JXpWte li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1850ab0ccbf58dffe40a90344939e28095382eb4.svg); }
 }@media only screen and (max-width: 763px) { #arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe { display:block; }#arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcTLZ3Fnfm9NqEHB245PtsWr6vwcdTeb { width:47.75rem;height:;top:3.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFg3Fve7wOXFmC6Z0B2oDELNxIRqXleo { top:10rem;left:0rem;width:47.75rem;height:20.4375rem;font-size:1.125rem;display:block; }#iFg3Fve7wOXFmC6Z0B2oDELNxIRqXleo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fa60a7e978863b3205c6c6431f79335e896878d.svg); }
 }@media only screen and (max-width: 763px) { #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh { display:block; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JP3Uhf3WwfV7GdaMLmODiJqtR1B6ovUx { width:47.75rem;height:6.125rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIDORgWITn2WXAZDT9mf8B5HXaGyFsWR { top:19.5625rem;left:0.6875rem;width:23.0625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5E1KT1cRx43xO43zOFF0DDhqvzKXOMr { top:24.625rem;left:21.1875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUXvMN7aWhW7i9vKrVXkLJRuxGtkQQ7N { top:23.125rem;left:5.5rem;width:18.3125rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3sGlwsSRVAuum92DTrd6L1LmXIKxCkL { top:34.3125rem;left:0rem;width:23.0625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUh5kB3ux8r2E48cCKghb7OGxnyp7zBZ { top:34.3125rem;left:0.6875rem;width:23.0625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPqTELK9hCMDfE7GZaZcGtWBPFl9WkS1 { top:39.3125rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRlFXXEdBGL5TiCxveJwlhAu6R35Q60u { top:38.875rem;left:0rem;width:18.1875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UafDpTgUWqR2DUAqezZvEe8R86bo1X6L { top:39.3125rem;left:21.186632156372rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STVkqKfkBTTlfgDW4QktuGOkr0w2s1hf { top:37.9375rem;left:6.25rem;width:18.1875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhCtTvGZtP5Fi9PuVgJRLwr3p2VNBA5M { top:19.5625rem;left:24.5625rem;width:23.0625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdR2rMihCuPUXlukS9ht6RaB8vdKAOr3 { top:34.3125rem;left:24.5625rem;width:23.0625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2pbL76ceu373WDEBaJB09X2PVt0Crss { top:24.625rem;left:33.375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DON7HpImPFc2Hvt4Xh5yloDH5WEtV0Rm { top:39.3125rem;left:33.373991012573rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T59x9T1Auk76kPfm93OSA1cS0s8a4p8V { top:24.0625rem;left:29.3125rem;width:18.4375rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOq639wCSlPlyWWtvcJKDLV90iy4SWIr { top:37.25rem;left:29.5625rem;width:18.1875rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOO7fdTrnVbP4kyhgEMwnc3PHav0xbtq { top:19.5625rem;left:0rem;width:23.0625rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3XLMbaXdTQ3URSPzedhGo1Qdfi10MZu { top:22.6875rem;left:0rem;width:18.125rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZhuOWBvCXlOhIWTTtbbrWIzLX1JtOgn { top:24.625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ0oi2S9cbzrIbUFFUdp342OkgWvXnXw { top:40.75rem;left:6.25rem;width:18.125rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddar0WCprdADc15ROxHnb18ApAmChhJD { top:40.0625rem;left:29.6875rem;width:18.0625rem;height:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgbysCmc7Q3ME1iC2mkWylXaTvGQxUCX { top:26.0625rem;left:5.8125rem;width:18.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { display:block; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5yGacKTIwVRQwcsqbRSeTnFIW5Gq2hi { width:34.5625rem;height:2.8125rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ24Me6yvrmRpv7oE4AauhJlTk6VenSx { width:29.875rem;height:1.375rem;top:10.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHX2r8izcybxuN8t1FharBLMWL0qKrZL { width:2.5rem;height:2.5rem;top:15.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIrzZuALgTPpKSe4UpQGxVlDhobVkIMi { width:27.75rem;height:2.5rem;top:15.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unWt8qZvfCgMHqyEewbi9fE1O1y2zLLW { top:6.5rem;left:7.875rem;width:39.875rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO { display:block; }#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6Hsnq46MVcS3Wu6qoqZCRUyTRioQmNq { width:2.375rem;height:4.875rem;top:1.375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5tXwcEd0U5v1TcG8aZvtqBxVbcS1wbo { width:14.5625rem;height:5.8125rem;top:6.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxVrP55Lt4Psm1Ix4NbpEPxscPlxMbME { width:14.5625rem;height:3.875rem;top:6.75rem;left:9.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rky8TNLnUsMHXmHCcSuXEmwUJGFWaWGQ { width:4.6875rem;height:4.875rem;top:1.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIvikGzW4xHWdfMlb4Ds1siiT52NxZ30 { width:14.5625rem;height:3.875rem;top:6.75rem;left:21.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvhTLMKDP896TNU0qyhnncKTl5mFRPPB { width:2.375rem;height:4.875rem;top:1.625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #prkTi6Lp4a8CZvZRb8OL97mD354zyJJx { width:4.6875rem;height:4.875rem;top:1.4375rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqqZA14QbZKZn35fTnqXdnLdWSqXhzrB { width:14.5625rem;height:3.875rem;top:6.75rem;left:33.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv { display:block; }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbusAgn5QzFJGcfUsPHldVOcmHc2rN4F { width:29.1875rem;height:38.0625rem;top:5.3125rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtyW4EiX5bb9Pe2JUGO7aOJGpQbdLG7M { width:37.4375rem;height:26.6875rem;top:17.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXIdwcXNva21pxXwk8QDoz31iRIw1bEo { top:5.3125rem;left:1.530237197876rem;width:20.75rem;height:8.4735283695398rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arzK17soJTEEFM86AgGIRQJuk2QXN934 { width:37.375rem;height:7.3125rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTic2u8hr0SVZMnyrnsnLld9ivQ3P6PT { width:2.0625rem;height:2.0625rem;top:16.6875rem;left:6.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZFuWzliWgGzv6JBt3AGCLMIHR9oQd7x { width:2.0625rem;height:2.0625rem;top:16.6875rem;left:9rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwqEh5AKI9bhqpZHxi4Da75NdC1zk3iM { width:2.0625rem;height:2.0625rem;top:16.6875rem;left:11rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSVuxTeFVOx8ReRn1KSnhyTDVViGgeUC { width:2.0625rem;height:2.0625rem;top:16.6875rem;left:12.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzSxyEXwsDz5ykxOoeDhQnJQsLS1UTpk { width:2.0625rem;height:2.0625rem;top:16.6875rem;left:14.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4gcz8ySUAp1lznzRElA2SJicRUSn4X9 { width:29.875rem;height:7.25rem;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFOt274maqNrlzxaFlTTx7i1l93znUWz { width:25.625rem;height:32.9375rem;top:3.75rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCxTEuQv5IpDyAh5dG9pX2v76GBHO9UJ { width:29.875rem;height:2.375rem;top:7.8125rem;left:17.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-regular-label { width:19.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-text { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-text {padding-top: 0; padding-bottom: 0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-textarea { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-select { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-select {padding-top: 0; padding-bottom: 0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-button { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-checkbox-label { width:18.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu  { width:19.5625rem;height:auto;top:10.6875rem;left:24.749853134155rem; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .radio-container { width:19.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu {display:block;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu { width:19.5625rem;height:auto;top:10.6875rem;left:24.749853134155rem; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #B3KDR3HsiIgPENNmJFLgbmrXmbIcMBPM {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #WrVWgkgADWEUpBhzBGhlpL0Zknmt2e17 { display:none; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #HHgNcGi31W5liPuUzLvvfeky7bTKhTTs {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #s5kAnP7v1vKDIgUVp54GLU9bzLk68mfJ {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #KgmTokKIRPzInQmCOOwb9up3Qp8lolCI { display:none; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Fzbpn8Iq8pdNPcH28zk7bwgxbUQnBNJl {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #iabiDdXWgsygfwpwZEZepqViW7go11yg {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #JDuuC3vCEAnI62BTVOuFz3fVCTLZCkGN { display:none; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Ognk03a1f2wDAgJx2bOtBvFODBUMU5gA {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Od8fbvkVrxNyT6a4OxoS2T88nw0gztyt {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #CF2GeTGQnwXISTIMH2spTdNh77MCL8Ra {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #nS2CSIqRXDUiWL0lBTO2Gh7c2oTdt4rt {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #HAaf6P2gu4xUx1yWdphDwH13y1509qg6 {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #iQkOCnbRJ8cTOacLy2yWerNGtepPWHXy {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b36d988-1f1c-4f66-862c-3b6c41f8d295/Flipnagruncie6.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:69.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RFJ7CMVOoeCTbkm5oeGnanDCStW7sQ3t { width:19.9985625rem;height:1.6247125rem;top:4.1247125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnQOULp7TpMfe9q8cInyU87duyvHLBNk { width:19.9985625rem;height:7.200525rem;top:6.999425rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #frytgU0DJIfJEKy3fobhVzDS53zVB2C2 { width:13.9995625rem;height:1.46195rem;top:16.7976125rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufFo70xhXP27a9GHZTbf2QETm8sTl9Xq { width:16.9994375rem;height:3.62485625rem;top:22.582466125488rem;left:1.4981192350387rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANFHO8WzDIpDOTMVeyQxVHd8yV0CeGd4 { display:block; }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe .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; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe .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; }
#ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe { width:18.499rem;height:5.18735625rem;display:flex;top:61.394680023193rem;left:0.62355327606201rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #IESvrscuhg6TySHiWD5BD4ClRU0uC20R { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #q4wgTTgPSH9BfowN6eh9cENHcu8WPwm2 {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #BmIVahEaKNgCcXHgtfvyLC66nLZLTl5b {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #rbwdZFd1Q08foW9oBa0g2DTy9GSKfl5Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #al34pBAffBSTEMMFlDWF3DKqZ00xrXKg {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #KwM3LKq4tnauDaZQbfFHfcEwZbrzvRHK {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #kiStkopSuQkgbgvu4OztOpXpm7TbKDXZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #OnyIzRSSWsaKiLPMpJfFuozszO1C2Kne {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #RIcwBiZdtQADgD6nOSXE7cBOMn7QFVDu {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #H7oRZqLEyHQLZf4Ibt734lB88dvzXfSC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #oCXTTOXI4MEZqvoKNchG4B1Fpgk9OvL8 {  }
 }@media only screen and (max-width: 763px) { #ZX9eL7erQWN9dTxTfxFtuPQ4chKZDrwe #nH2CvPBDs1ma5BU9W2EwbrJTmLa8NrEm {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-text {padding-top: 0; padding-bottom: 0;}#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-select {padding-top: 0; padding-bottom: 0;}#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb  { width:17.4375rem;height:auto;top:33.855613708496rem;left:0rem; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vxMKpUxfL56uBal734TFUnowBBKk4gcb {display:block;}#vxMKpUxfL56uBal734TFUnowBBKk4gcb { width:17.4375rem;height:auto;top:33.855613708496rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #VmBcqByQLwnTcFrfqcoce8ph6mXWu3gp {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #RW41xJoxnG6VF4c10leES0AzdrXpysW2 { display:none; }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #nyP30DwfDQ7gSQBB7FrdbicqBfquNfms {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #y6ABHrUOkMbQbpyNmDbTbW8huanydvLK {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #FbeOdU6SNofcdac9swGADfB3f72ttXyA { display:none; }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #SOU3oyt5NMb75lnickSnfevt7s6M5OKR {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #PNmJnZGhIqEIWPggBclTGUDCAkBTMMh2 {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #C92ROzvKTqLupMvynR3LeRxBJJLoBU3o { display:none; }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #f2s6Jw1gbyT5yAymeDJTePq5Gzk6hPC7 {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #G8vAGQQKmWvDp9u4nSlmpa44meePdx9q {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #ZJDDL5ITOcz10fw4l6IsRRuffuT9noJx {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #MTZsZAptnhobTpM2MyXNx4ZAMDT42aRn {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #urcG2Dm6gL7oXw0TViSa5rQyeh0aXLPI {  }
 }@media only screen and (max-width: 763px) { #vxMKpUxfL56uBal734TFUnowBBKk4gcb #t2ZVC6ysoy6ILuZTxCFB0RT09D3Z4Ncg {  }
 }@media only screen and (max-width: 763px) { #XsgS850wLKGCxIE6pvUG8nit7kUevmE5 { width:19.9985625rem;height:1.6247125rem;top:31.12340927124rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW9783wiWdaPK0OCP0v2U7LqtaL8nTWG { width:19.99925rem;height:37.8746875rem;top:29.623845100403rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #XGmf6CAl6EkA03p5hL80BP0P0i10Oo6p { width:19.9985625rem;height:1.2991875rem;top:59.457466125488rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rls8TCdQPqyTElCWW9J7COoifzL7EK7d { width:1.49956875rem;height:1.49956875rem;top:16.778068542481rem;left:1.2500001192093rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0ASMAO5ruNc6J078JBZbdkbwAwSvz7b { width:13.8115rem;height:1.5748rem;top:19.133392333984rem;left:3.0924481153488rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI { display:block; }#tvrWvTHiug9mnX9Mzeb2v73qioLZTxSI > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxxAE7ksmOOnI97wpDAKgMRw43O1MiOf { width:19.9985625rem;height:5.19965625rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S { display:block; }#TuUMTP4exlyfy2X8VOTzCsFFG6M8P16S > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mTvICT6SAg7a595LNXXz3MC8lDSdTEut { width:19.4994375rem;height:19.4994375rem;top:1.25rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R99p4GsuTPHkHQvNVZJ1bG56G0RTVgAf { width:19.99925rem;height:2.5rem;top:21.9994375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WX3D5mT2Q71JmFRVBVSUX3P5xTErhwC6 { width:19.9985625rem;height:2.59838125rem;top:24.497975349426rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IwpnXHlGL1UraoVBNIOOOBwsN0aWtGzg { width:19.562375rem;height:19.562375rem;top:36.265916824341rem;left:0.21701395511627rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQw8NfLiJU9871fI5Z1vvROsHhSlJyR7 { width:19.9985625rem;height:5.1967625rem;top:28.29790625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NGnRxNdfPmsoHFdDwnVoBhWT7BuEe4Hf { width:19.9985625rem;height:2.5rem;top:57.390772819519rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jx8TvvSKBkqUx6OV4VsA69wA4ucgblNh { width:19.936375rem;height:1.2991875rem;top:59.889326095581rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dTxF06O6J0QeZTpqNE2inITRzMa1UR8z { width:19.9985625rem;height:6.49595rem;top:62.751733779906rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTOX3JycGCbXp9xzeMQighGnty3gV50n { display:block; }#TTOX3JycGCbXp9xzeMQighGnty3gV50n > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aVDcPDlSi5VgJ8Zv8TenQ5aoBgt0NEGL { width:19.9985625rem;height:5.9982625rem;top:7.69965625rem;left:0rem;font-size:1.25rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #InGUEdUUhOTphEykRxTCbykpLXJthvoT { width:19.9985625rem;height:21.3563125rem;top:14.9472rem;left:0rem;font-size:1.125rem;display:block; }#InGUEdUUhOTphEykRxTCbykpLXJthvoT li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fa60a7e978863b3205c6c6431f79335e896878d.svg); }
 }@media only screen and (max-width: 763px) { #PBrhhzsvMB3ucbELcbfegpLH0rAPkWdU { width:19.9985625rem;height:5.19965625rem;top:1.25rem;left:0rem;font-size:2rem;z-index:15001;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B { display:block; }#OExyk3IkMxeGJ6AXRldvnTRMQ6fTaI1B > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qumn7LtEkMBrSKAbrvAnNECwzJN5B6NZ { width:19.99925rem;height:7.7995rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqsW12xRTb8LvhFFxAyUzHBTzdfTsNBH { width:19.9985625rem;height:17.9948125rem;top:10.2995rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LX8PsLexXPTUu7gKhud5cNT0bXPO02Bu { width:19.9985625rem;height:11.99653125rem;top:29.5443125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QhpeuHLflta39OVVazxI7hnPdlQhTaw9 { width:19.9985625rem;height:12.3575rem;top:42.7908125rem;left:0rem;font-size:1.125rem;display:block; }#QhpeuHLflta39OVVazxI7hnPdlQhTaw9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fa60a7e978863b3205c6c6431f79335e896878d.svg); }
 }@media only screen and (max-width: 763px) { #FzRcoWUnsKXUD7f8Sg98amSdeEgQ8KCE { width:19.9985625rem;height:7.9976875rem;top:56.3983125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GTPVCGtCTGspAsfpQt9JWarRVFG0mx7b { width:19.9985625rem;height:9.997125rem;top:65.646rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ErPeagkey2wGu8s0DP81JnPteu2TIuHH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3gXLeccG/bg-3.png");background-position:top right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH.adaptive-delivery-prevent-bg, #ErPeagkey2wGu8s0DP81JnPteu2TIuHH.lazyload, #ErPeagkey2wGu8s0DP81JnPteu2TIuHH.lazyloading { background-image: none; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row .container { background-color: transparent; background-image: none; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row .container > .video-iframe-container { display: none; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row > .video-iframe-container { display: none; }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .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); }#ErPeagkey2wGu8s0DP81JnPteu2TIuHH > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5ZBJECHVQTD4GPfZsv0D1l3AdSLiNDs { width:19.9985625rem;height:2.27430625rem;top:7.0616326332094rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlvOtTMh0tNqCopQXzwWAlJG69JXpWte { width:18.7485625rem;height:27.9296875rem;top:12.086227893829rem;left:0.62355327606201rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#UlvOtTMh0tNqCopQXzwWAlJG69JXpWte li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1850ab0ccbf58dffe40a90344939e28095382eb4.svg); }
 }@media only screen and (max-width: 763px) { #arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe { display:block; }#arOTsHaRw4ArqWJ0aHPHVf0GT7UruDKe > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PcTLZ3Fnfm9NqEHB245PtsWr6vwcdTeb { width:19.9985625rem;height:5.19965625rem;top:2.8110575675964rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFg3Fve7wOXFmC6Z0B2oDELNxIRqXleo { width:19.9985625rem;height:58.292125rem;top:9.3243670463562rem;left:0rem;font-size:1.125rem;display:block; }#iFg3Fve7wOXFmC6Z0B2oDELNxIRqXleo li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_6fa60a7e978863b3205c6c6431f79335e896878d.svg); }
 }@media only screen and (max-width: 763px) { #DHJVoWO2L6PtLF45IwhL412lHvq3OCfh { display:block; }#DHJVoWO2L6PtLF45IwhL412lHvq3OCfh > .row .container { width:20rem;height:52.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JP3Uhf3WwfV7GdaMLmODiJqtR1B6ovUx { width:19.9985625rem;height:8.2494375rem;top:3.2486884593964rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIDORgWITn2WXAZDT9mf8B5HXaGyFsWR { width:19.874875rem;height:5rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5E1KT1cRx43xO43zOFF0DDhqvzKXOMr { display:flex;width:1.81206875rem;height:1.81206875rem;top:21.25rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #iUXvMN7aWhW7i9vKrVXkLJRuxGtkQQ7N { width:10.999rem;height:1.49956875rem;top:20.625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3sGlwsSRVAuum92DTrd6L1LmXIKxCkL { width:19.874875rem;height:5rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUh5kB3ux8r2E48cCKghb7OGxnyp7zBZ { width:19.874875rem;height:5rem;top:31.9375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPqTELK9hCMDfE7GZaZcGtWBPFl9WkS1 { display:flex;width:1.81206875rem;height:1.81206875rem;top:27.375rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #LRlFXXEdBGL5TiCxveJwlhAu6R35Q60u { width:12.999875rem;height:1.49956875rem;top:27.5rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UafDpTgUWqR2DUAqezZvEe8R86bo1X6L { display:flex;width:1.81206875rem;height:1.81206875rem;top:33.5625rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #STVkqKfkBTTlfgDW4QktuGOkr0w2s1hf { width:10.560625rem;height:1.49956875rem;top:33rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhCtTvGZtP5Fi9PuVgJRLwr3p2VNBA5M { width:19.874875rem;height:5rem;top:38.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdR2rMihCuPUXlukS9ht6RaB8vdKAOr3 { width:19.874875rem;height:5rem;top:44.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2pbL76ceu373WDEBaJB09X2PVt0Crss { display:flex;width:1.81206875rem;height:1.81206875rem;top:40rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #DON7HpImPFc2Hvt4Xh5yloDH5WEtV0Rm { display:flex;width:1.81206875rem;height:1.81206875rem;top:46.1875rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #T59x9T1Auk76kPfm93OSA1cS0s8a4p8V { width:10.248125rem;height:1.49956875rem;top:40.125rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOq639wCSlPlyWWtvcJKDLV90iy4SWIr { width:11.624rem;height:1.49956875rem;top:44.9375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOO7fdTrnVbP4kyhgEMwnc3PHav0xbtq { width:19.874875rem;height:5rem;top:13.6875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3XLMbaXdTQ3URSPzedhGo1Qdfi10MZu { width:13.312375rem;height:1.49956875rem;top:15.5rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZhuOWBvCXlOhIWTTtbbrWIzLX1JtOgn { display:flex;width:1.81206875rem;height:1.81206875rem;top:15.3125rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #HZ0oi2S9cbzrIbUFFUdp342OkgWvXnXw { width:11.5610625rem;height:1.40625rem;top:34.4375rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddar0WCprdADc15ROxHnb18ApAmChhJD { width:13.5619375rem;height:2.8125rem;top:46.5rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgbysCmc7Q3ME1iC2mkWylXaTvGQxUCX { width:12.3119375rem;height:1.40625rem;top:22.125rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 { display:block; }#DO8vshUgqGmZs0mRc66AfylEKFTIwZU6 > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w5yGacKTIwVRQwcsqbRSeTnFIW5Gq2hi { width:19.4994375rem;height:1.6247125rem;top:2.375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZ24Me6yvrmRpv7oE4AauhJlTk6VenSx { width:19.4994375rem;height:2.59838125rem;top:5.25rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHX2r8izcybxuN8t1FharBLMWL0qKrZL { width:1.9372125rem;height:1.9372125rem;top:9.8125rem;left:0.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIrzZuALgTPpKSe4UpQGxVlDhobVkIMi { width:15.999rem;height:1.99941875rem;top:9.75rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #unWt8qZvfCgMHqyEewbi9fE1O1y2zLLW { width:19.9985625rem;height:18.7485625rem;top:14.40900625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO { display:block; }#VTwLTLKczLtDQRNyqyIH5fHluaTKKJaO > .row .container { width:20rem;height:31.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D6Hsnq46MVcS3Wu6qoqZCRUyTRioQmNq { width:2.37485625rem;height:2.599825rem;top:1.8836851119995rem;left:8.8100410699844rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c5tXwcEd0U5v1TcG8aZvtqBxVbcS1wbo { width:13.875rem;height:3.0873875rem;top:4.4372177124024rem;left:2.6859086751938rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UxVrP55Lt4Psm1Ix4NbpEPxscPlxMbME { width:14.6238125rem;height:1.54369375rem;top:12.52242565155rem;left:2.6859086751938rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rky8TNLnUsMHXmHCcSuXEmwUJGFWaWGQ { width:4.686775rem;height:2.599825rem;top:9.923325rem;left:7.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIvikGzW4xHWdfMlb4Ds1siiT52NxZ30 { width:14.6238125rem;height:1.54369375rem;top:19.882813453674rem;left:2.6859086751938rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvhTLMKDP896TNU0qyhnncKTl5mFRPPB { width:2.37485625rem;height:2.599825rem;top:17.283711433411rem;left:8.8100410699844rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #prkTi6Lp4a8CZvZRb8OL97mD354zyJJx { width:7.062375rem;height:2.599825rem;top:24.126881599426rem;left:6.4670144319531rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqqZA14QbZKZn35fTnqXdnLdWSqXhzrB { width:15.8745625rem;height:1.54369375rem;top:26.680413246155rem;left:2.0601853132248rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv { background-color:rgba(var(--color-tertiary-1),1);background-image:none;display:block; }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row .container { background-color: transparent; background-image: none; }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row .container > .video-iframe-container { display: none; }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row > .video-iframe-container { display: none; }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .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); }#GHFfKTl661Nprz28Iw4Rl2WZZX7Pveiv > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbusAgn5QzFJGcfUsPHldVOcmHc2rN4F { width:19.9985625rem;height:25.6235625rem;top:47.623701095581rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtyW4EiX5bb9Pe2JUGO7aOJGpQbdLG7M { width:19.9985625rem;height:30.1975rem;top:14.792397391051rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXIdwcXNva21pxXwk8QDoz31iRIw1bEo { width:19.9985625rem;height:8.1676875rem;top:4.8111581802368rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b36d988-1f1c-4f66-862c-3b6c41f8d295/Flipnagruncie6.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU.adaptive-delivery-prevent-bg, #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU.lazyload, #MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU.lazyloading { background-image: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { background-color: transparent; background-image: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row > .video-iframe-container { display: none; }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .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); }#MlUZhRSb7zk4ewHdm7ywtmRz5PmZbZwU > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arzK17soJTEEFM86AgGIRQJuk2QXN934 { width:19.99925rem;height:7.3111875rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTic2u8hr0SVZMnyrnsnLld9ivQ3P6PT { width:2.12456875rem;height:2.12456875rem;top:14rem;left:6.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZFuWzliWgGzv6JBt3AGCLMIHR9oQd7x { width:2.12456875rem;height:2.12456875rem;top:14rem;left:8.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwqEh5AKI9bhqpZHxi4Da75NdC1zk3iM { width:2.12456875rem;height:2.12456875rem;top:13.9375rem;left:4.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSVuxTeFVOx8ReRn1KSnhyTDVViGgeUC { width:2.12456875rem;height:2.12456875rem;top:14rem;left:11.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzSxyEXwsDz5ykxOoeDhQnJQsLS1UTpk { width:2.12456875rem;height:2.12456875rem;top:14rem;left:13.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4gcz8ySUAp1lznzRElA2SJicRUSn4X9 { width:19.9985625rem;height:7.4739375rem;top:19.309171676636rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFOt274maqNrlzxaFlTTx7i1l93znUWz { width:20rem;height:33.5rem;top:30.1875rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MCxTEuQv5IpDyAh5dG9pX2v76GBHO9UJ { width:19.9985625rem;height:2.03125rem;top:32.374109268189rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-text {padding-top: 0; padding-bottom: 0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-select {padding-top: 0; padding-bottom: 0;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-input-button { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu  { width:17.4375rem;height:auto;top:36.686218261719rem;left:0.00072342157363894rem; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu {display:block;}#qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu { width:17.4375rem;height:auto;top:36.686218261719rem;left:0.00072342157363894rem; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #B3KDR3HsiIgPENNmJFLgbmrXmbIcMBPM {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #WrVWgkgADWEUpBhzBGhlpL0Zknmt2e17 { display:none; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #HHgNcGi31W5liPuUzLvvfeky7bTKhTTs {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #s5kAnP7v1vKDIgUVp54GLU9bzLk68mfJ {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #KgmTokKIRPzInQmCOOwb9up3Qp8lolCI { display:none; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Fzbpn8Iq8pdNPcH28zk7bwgxbUQnBNJl {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #iabiDdXWgsygfwpwZEZepqViW7go11yg {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #JDuuC3vCEAnI62BTVOuFz3fVCTLZCkGN { display:none; }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Ognk03a1f2wDAgJx2bOtBvFODBUMU5gA {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #Od8fbvkVrxNyT6a4OxoS2T88nw0gztyt {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #CF2GeTGQnwXISTIMH2spTdNh77MCL8Ra {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #nS2CSIqRXDUiWL0lBTO2Gh7c2oTdt4rt {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #HAaf6P2gu4xUx1yWdphDwH13y1509qg6 {  }
 }@media only screen and (max-width: 763px) { #qPIOu7PhdsAS9pFkOR75PDR0JgyNZDEu #iQkOCnbRJ8cTOacLy2yWerNGtepPWHXy {  }
 }