.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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;position:relative;display:block; }
#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq > .row > .video-iframe-container { display: none; }#QIRKtXDC3Q7ozMatGwLDBbZttULggwUq > .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); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/477eb297-577a-4b5e-b4f8-237a35709611/20240617BrennschneidtischmitEcoCube1_2560.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.adaptive-delivery-prevent-bg, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyload, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyloading { background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { background-color: transparent; background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .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); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { border-width: 0; border-radius: 0; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { width:1200px;height:587px;font-size:14px;font-family:arial;position:relative;display:block; }#fTgpVQ8GvT2q6JZSveTMCacktHa20ixq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:92px;width:89px;top:10.968749046326px;left:19.987548828125px;overflow:hidden;display:block; }
#gbWDqk0X6km7QIi7P4bwF7p72z716zKh { color:#ffffff;display:block;width:808px;position:absolute;font-family:"roboto condensed";font-size:46px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:5px 3px 12px rgba(0,0,0,0.7);top:88.513893127441px;left:144.84722900391px;height:119.583px;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;text-align:center;text-align-last:center;display:block; }
#ptb39ItCcfiO4AFLzTz3pic56x32JvCf { background-color:#143a84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:295.969px;height:54.975px;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:418.70001220703px;left:156.31253051758px;display:block; }
#Sz9wkZGAfTaX8HGbHS7BnyD2zz8q9xIW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#RSrIhyhGc5HrUzLsHGPi8K6Ie7dEGTzn { background-color:transparent;background-image:none;border-top:3px solid rgba(255,255,255,0.83);border-left:3px solid rgba(255,255,255,0.83);border-right:3px solid rgba(255,255,255,0.83);border-bottom:3px solid rgba(255,255,255,0.83);border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:4px 1px 3px rgba(0,0,0,0.5);padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:17px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:212px;height:54px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:491.28125px;left:156.3125px;display:block; }
#vKadiVCXsRTvLJlTb1VwOeSHwhAgNG9n { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#L096ZDMU7kqbeBWFxaGppthVQidKm1x9 { color:#ffffff;display:block;width:624px;position:absolute;font-family:roboto;font-size:24px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:5px 3px 12px rgba(0,0,0,0.7);top:215.94999694824px;left:236.79992675781px;height:31.2037px;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;text-align:center;text-align-last:center;display:block; }
#x09qrXOy381GXKfT2wCRgJzzFVCr4lda { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:28px;width:28px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:504.27777099609px;left:376.73614501953px; }
#x09qrXOy381GXKfT2wCRgJzzFVCr4lda > img { max-width: 100%;max-height:100%; width:28px; height:28px; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL { 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; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container { background-color: transparent; background-image: none; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container > .video-iframe-container { display: none; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row > .video-iframe-container { display: none; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .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); }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container { border-width: 0; border-radius: 0; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container { font-size:14px;font-family:arial;height:392px;width:1200px;position:relative;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 { color:#ffffff;display:block;width:519.972px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:130.87501907349px;left:139.97222900391px;height:231.556px;font-style:normal;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
#VKZuXxWd7EakeeNfr8dT1oqRAE5ntpaJ { color:#000000;display:block;width:1200px;position:absolute;font-family:"roboto condensed";font-size:36px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.9375px;left:-0.5px;height:46.794px;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;text-align:center;text-align-last:center;display:block; }
#GkT7f5IEOqZDTdnMBH0bqJBhZ1QoXpmg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:392px;width:462px;top:94.666669845581px;left:736.00006103516px;overflow:hidden;display:block; }
#g57T5TKs50anH5T5XCE9pbWyOyCPvenR { 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; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container { background-color: transparent; background-image: none; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container > .video-iframe-container { display: none; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row > .video-iframe-container { display: none; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .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); }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container { border-width: 0; border-radius: 0; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container { font-size:14px;font-family:arial;height:503px;width:1200px;position:relative;display:block; }#DwUFxzL8hrIKieBOhwU3CReXMR3xte3b { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:351px;width:624px;top:95px;left:130px;display:block; }
#fsqd9IuJ9fan44IkqkWqLKXbHC1Z8Qe0 { color:#000000;display:block;width:373px;position:absolute;font-family:"roboto condensed";font-size:34px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:101.00024414062px;left:780.00003051758px;height:88.4028px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pKPf6fDABKLb8K36OGQcyymEon5XxFgc { color:#000000;display:block;width:332px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:201.00024414062px;left:780.00003051758px;height:50.3935px;font-style:normal;display:block; }
#fws8HK95pP3JR9EMNxUTZqhXcDOkpvIE { position:absolute;display:block;z-index:15008;background-color:#143a84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10px;width:180px;top:84.5px;left:525px;display:block; }
#gEwiIQv0xuKagcVuHfUnzNnvnIs70gIh { position:absolute;display:block;z-index:15009;background-color:#143a84;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:180px;width:10px;top:232.5px;left:120px;display:block; }
#rc9IFXPGlL5vgI1CxqxM0aoTBXcEboaQ { background-color:#143a84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:232px;height:55px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:321px;left:850.50003051758px;display:block; }
#LmiAJTvTpSiXLwf3lUHsh6ncSTOT8FEU { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/jZc5eTXnYLU/unsplash/corina-rainer-jZc5eTXnYLU-photo-1585644156378-72d15fa33be5.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN.adaptive-delivery-prevent-bg, #wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN.lazyload, #wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN.lazyloading { background-image: none; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container { background-color: transparent; background-image: none; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container > .video-iframe-container { display: none; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row > .video-iframe-container { display: none; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .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); }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container { border-width: 0; border-radius: 0; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN::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; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container { font-size:14px;font-family:arial;height:396px;width:1200px;position:relative;display:block; }#KKtJZwJBLV5P5hPXqggiWwTb1Og9vXDH { color:#ffffff;display:block;width:210px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:299px;left:47px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7HrXAAAgQRQroyzDKRCb2v0z7LGR2lX { color:#ffffff;display:block;width:185.986px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:374.00003051758px;left:56.972229003906px;height:167.951px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pdL8OT5i7RfRIioKXALuXWBh8CFDqamO { position:absolute;display:block;z-index:15004;background-color:#282525;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:350px;width:250px;top:234px;left:324px;display:block; }
#b4wz99bwLTlwdgcd6PNt6wDkgAg0NcG1 { color:#ffffff;display:block;width:210px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:349px;left:345px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WcZJOPo7suMCJBQ16fflJ5i5O3uV67U6 { color:#ffffff;display:block;width:185.99px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:374px;left:656px;height:95.9722px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wcN7Hghfc0ofhuPBgMDlhEWlTiOZMgHw { color:#ffffff;display:block;width:210px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:304px;left:645px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LndSxk9LQSVyZgX65ttsAVMymef1fS1h { position:absolute;display:block;z-index:15012;background-color:#282525;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:350px;width:250px;top:234px;left:924px;display:block; }
#TWTHOQTiKd7LsenNaFbNR3dVpcgHtU15 { color:#ffffff;display:block;width:199px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:347px;left:952px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRoiLbFgmHUOCiTOwCxuc3i7Aa3UBW1W { color:#000000;display:block;width:1200px;position:absolute;font-family:"roboto condensed";font-size:36px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:61px;left:0px;height:46.794px;text-align:center;text-align-last:center;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; }
#Pl2sfmunv9ORED89r5VgegK4N1oLiJx2 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:232px;left:131px; }
#kBRCUD5mlh44RO00UmE4ftQZBnBvgfGk { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:44px;width:44px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:277px;left:431px; }
#ekCTfZp1XIs7ZnQfa2gigT4Bh9NFsVTO { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:229px;left:726px; }
#zw4oMirn5aCI2RmoW9VGE9GSTWipTGCC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:277px;left:1032px; }
#XFXTHHW3u98gz29kAQwualy8UZfQw6dk { box-sizing:content-box;height:65px;width:65px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15015;background-color:#ffffff;background-image:none;top:267px;left:419px;display:block; }
#cWQVMX8NTMmT7PN34pKUsqouo6m2oHns { box-sizing:content-box;height:65px;width:65px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15017;background-color:#ffffff;background-image:none;top:265px;left:1019px;display:block; }
#fykNbwFNc1eParxNfobt1xLrWs3ELUi1 { color:rgba(0,0,0,0.73);display:block;width:1200px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:116px;left:0px;height:23.3912px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nGnw35vKS4TU0JzSi1d50n0XnVqqQNnv { position:absolute;display:block;z-index:15008;background-color:#4a4a4a;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:362px;width:250px;top:190px;left:624px;display:block; }
#Dl9Vm1miaUlediqdGy3gf66ciflvJk55 { position:absolute;display:block;z-index:15000;background-color:#4a4a4a;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:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-shadow: none;height:362px;width:250px;top:190.00003051758px;left:26px;display:block; }
#OlArEBIQ04vxEWEWWguJTxtmPuLXzs8v { box-sizing:content-box;height:65px;width:65px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15014;background-color:#ffffff;background-image:none;top:220px;left:119px;display:block; }
#zuqzb5JgbvCXrLNof7feNQSobowsk0t5 { box-sizing:content-box;height:65px;width:65px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15016;background-color:#ffffff;background-image:none;top:220px;left:717px;display:block; }
#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs { 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; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container { background-color: transparent; background-image: none; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container > .video-iframe-container { display: none; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row > .video-iframe-container { display: none; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .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); }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container { border-width: 0; border-radius: 0; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container { font-size:14px;font-family:arial;height:225px;width:1200px;position:relative;display:block; }#Le9WE917EA62kpzOiwrZQAbi0moH1iTD { color:#ffffff;display:block;width:185.984px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:22px;left:359px;height:143.958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q15flWlwkoJGv66zoIf3liCeHEn47roN { color:#ffffff;display:block;width:185.984px;position:absolute;font-family:roboto;font-size:15px;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:21px;left:959px;height:143.958px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 { 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; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container { background-color: transparent; background-image: none; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container > .video-iframe-container { display: none; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row > .video-iframe-container { display: none; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .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); }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container { border-width: 0; border-radius: 0; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container { font-size:14px;font-family:arial;height:170px;width:1200px;position:relative;display:block; }#LTDzV10hBmmhEIpQMF6XRteqqiokcTlm { color:#000000;display:block;width:1200px;position:absolute;font-family:"roboto condensed";font-size:34px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:33.337646484375px;left:0px;height:44.2014px;text-align:center;text-align-last:center;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; }
#FEvqd0vaH9zgKOm4k6SL2NNpZHlgPgeT { color:rgba(0,0,0,0.73);display:block;width:1200px;position:absolute;font-family:roboto;font-size:18px;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:91.3125px;left:0px;height:23.3912px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew { 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; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container { background-color: transparent; background-image: none; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container > .video-iframe-container { display: none; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row > .video-iframe-container { display: none; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .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); }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container { border-width: 0; border-radius: 0; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container { font-size:14px;font-family:arial;height:357px;width:1200px;position:relative;display:block; }#qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m { color:#000000;display:block;width:470px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:61px;left:10px;height:;display:block; }#qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#Kdb2J4HBH9QJLGFac3bLEebvmlXGpSO6 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:299px;width:570px;top:7.8564453125px;left:610.19674682617px;overflow:hidden;display:block; }
#UptVH9Q4RxuRJzfrfb7ucv1dpp6XeyGP { color:#4a4a4a;display:block;width:270px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1px;left:40px;height:36.3889px;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; }
#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 { 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; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container { background-color: transparent; background-image: none; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container > .video-iframe-container { display: none; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row > .video-iframe-container { display: none; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .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); }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container { border-width: 0; border-radius: 0; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container { font-size:14px;font-family:arial;height:372px;width:1200px;position:relative;display:block; }#snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv { color:#000000;display:block;width:470px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:86.99072265625px;left:624.98843383789px;height:221.343px;display:block; }#snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#sfygvQKlM5ZGJiwTUTJeVdWBt63NSoLk { color:#4a4a4a;display:block;width:293px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.99072265625px;left:654.98843383789px;height:36.3889px;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; }
#QVuA8yotdIDoU6FUQW0W5amcXz9iDNVT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:288px;width:571px;top:19px;left:20px;overflow:hidden;display:block; }
#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff { 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; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container { background-color: transparent; background-image: none; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container > .video-iframe-container { display: none; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row > .video-iframe-container { display: none; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .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); }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container { border-width: 0; border-radius: 0; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container { font-size:14px;font-family:arial;height:367px;width:1200px;position:relative;display:block; }#crhDT1lSmAbxrRtrGqEt23uvuTAxvIE7 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:286px;width:549px;top:10.828735351562px;left:608.79629516602px;overflow:hidden;display:block; }
#xKE29HibrmEXDJd2aXtll1JkPmNlMeli { color:#000000;display:block;width:470px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:71px;left:10px;height:170.949px;display:block; }#xKE29HibrmEXDJd2aXtll1JkPmNlMeli li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#xKE29HibrmEXDJd2aXtll1JkPmNlMeli li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#XdLZAMWVpJIJgJEXp7EtnIw9kzTlL6hB { color:#4a4a4a;display:block;width:357px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11px;left:40px;height:36.3889px;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; }
#IgniweoXteAQ5f66HP9Q9LrP36NrvtbO { background-color:#143a84;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:302px;height:55px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:270.83334350586px;left:94px;display:block; }
#FsTX0Ph6eyenJN4Zt9ALs9CXyQbm9ZMx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a4a4a;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; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container { background-color: transparent; background-image: none; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container > .video-iframe-container { display: none; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row > .video-iframe-container { display: none; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .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); }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container { border-width: 0; border-radius: 0; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container { font-size:14px;font-family:arial;height:800px;width:1200px;position:relative;display:block; }#u0Un7GbCn7pxXpIhnvq3JT5aVFd5XQsu { position:absolute;display:block;z-index:15008;background-color:#333333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:170px;width:148px;top:59px;left:120px;display:block; }
#bQclAS3AJn9MwvuCxISvMfTQ9TA79s66 { color:#ffffff;display:block;width:117px;position:absolute;font-family:roboto;font-size:36px;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:102.59722137451px;left:142px;height:86.3889px;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; }
#DGe5XlQUi05fmehuyUuODdcBfTWTH8kn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:308px;width:429px;top:58.000007629395px;left:420px;overflow:hidden;display:block; }
#lxPTUqy2vqWs35dRVLoOyPzx0QCQopFS { position:absolute;display:block;z-index:15012;border-top:14px solid #000000;border-left:14px solid #000000;border-right:14px solid #000000;border-bottom:14px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:300px;width:418px;top:265.99999237061px;left:663.00006103516px;overflow:hidden;display:block; }
#B9ZyxZmlOFhNwyIylMDIq07zxmWtl1CD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:299px;width:444px;top:250.00000762939px;left:54.763916015625px;overflow:hidden;display:block; }
#uQe6ywvsQDORCtycOtHpbrcrUEyL7JiT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:283px;width:539px;top:452.00018310547px;left:336.76391601562px;overflow:hidden;display:block; }
#QcQk4wJBnnVKmm5n5VkqK6TeJXsrX7Iy { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:249px;width:346px;top:508.00018310547px;left:29px;overflow:hidden;display:block; }
#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo { 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; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container { background-color: transparent; background-image: none; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container > .video-iframe-container { display: none; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row > .video-iframe-container { display: none; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .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); }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container { border-width: 0; border-radius: 0; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container { font-size:14px;font-family:arial;height:138px;width:1200px;position:relative;display:block; }#FbeqkEvT0ULeRG0p8bgLE8ggJIybxrns { color:#000000;display:block;width:991px;position:absolute;font-family:"roboto condensed";font-size:34px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:49.875px;left:104.5px;height:44.2014px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR { 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; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container { background-color: transparent; background-image: none; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container > .video-iframe-container { display: none; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row > .video-iframe-container { display: none; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .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); }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container { border-width: 0; border-radius: 0; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container { font-size:14px;font-family:arial;height:294px;width:1200px;position:relative;display:block; }#tugaMQB5RhTh7hOebrIdrdLmXbwd0X1E { color:#4a4a4a;display:block;width:217px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:34.95849609375px;left:37.958374023438px;height:36.3889px;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; }
#p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ { color:#000000;display:block;width:396px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:86.990783691406px;left:-0.009246826171875px;height:;display:block; }#p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ { color:#000000;display:block;width:374px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:86px;left:414px;height:155.972px;display:block; }#rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#qafTWpliEn9NwMLrqyM8dfm2kL6XXSED { color:#4a4a4a;display:block;width:166px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.9306640625px;left:442px;height:36.3889px;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; }
#Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE { color:#000000;display:block;width:319px;position:absolute;font-family:roboto;font-size:18px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:87px;left:813.00006103516px;height:155.972px;display:block; }#Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE li:not(:first-child){ padding-top:15px;padding-right:0;padding-bottom:0;padding-left:0; }#Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
#hDOwfpf90CgAO3Eq3ZMlQxotHuTPoxeS { color:#4a4a4a;display:block;width:207px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:34.9306640625px;left:840.00006103516px;height:36.3889px;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; }
#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a4a4a;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA.adaptive-delivery-prevent-bg, #lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA.lazyload, #lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA.lazyloading { background-image: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container { background-color: transparent; background-image: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container > .video-iframe-container { display: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row > .video-iframe-container { display: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .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); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container { border-width: 0; border-radius: 0; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container { font-size:14px;font-family:arial;height:532px;width:1200px;position:relative;display:block; }#dUaNiu0dL3ypbr0RPucK1HQl8cN9fOuf { color:#ffffff;display:block;width:443px;position:absolute;font-family:roboto;font-size:44px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:114px;left:60px;height:171.597px;font-style:normal;display:block; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-form-header {  }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:17px;font-weight:700;color:#373f7d;width:442px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-text { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:2px solid #7f7f7f;border-left:2px solid #7f7f7f;border-right:2px solid #7f7f7f;border-bottom:2px solid #7f7f7f;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:442px;box-sizing:border-box;height:42px;color:#090e36;font-size:18px;overflow:hidden;font-family:"source sans pro";vertical-align:top;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-text {padding-top: 0; padding-bottom: 0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-textarea { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:2px solid #7f7f7f;border-left:2px solid #7f7f7f;border-right:2px solid #7f7f7f;border-bottom:2px solid #7f7f7f;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:442px;box-sizing:border-box;height:70px;color:#090e36;font-size:18px;overflow:hidden;font-family:"source sans pro";vertical-align:top;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-select { background-color:rgba(255,255,255,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:2px solid #7f7f7f;border-left:2px solid #7f7f7f;border-right:2px solid #7f7f7f;border-bottom:2px solid #7f7f7f;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:442px;box-sizing:border-box;height:40px;color:#143a84;font-family:roboto;font-size:15px;overflow:hidden;vertical-align:top; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-select {padding-top: 0; padding-bottom: 0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-button { border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;background-color:#89d533;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:20px;font-weight:bold;color:#143a84;width:442px;height:64px;font-family:"source sans pro";overflow:hidden;line-height:2; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]:-moz-placeholder { color:#143a84;font-family:roboto;font-size:15px; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]::-moz-placeholder { color:#143a84;font-family:roboto;font-size:15px; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]:-ms-input-placeholder { color:#143a84;font-family:roboto;font-size:15px; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]::-webkit-input-placeholder { color:#143a84;font-family:roboto;font-size:15px; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:12px;font-weight:300;color:#000000;vertical-align:top;width:422px;overflow:hidden;font-style:normal;float:none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-container { padding-top:4px;padding-right:0;padding-bottom:3px;padding-left:0;width:100%;font-size:0;height:auto; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-container:first-of-type{padding-top:0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-container:last-of-type{padding-bottom:0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:442px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;left:658.98147583008px;top:32.986328125px;z-index:15025;position:absolute; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:442px;display:block;vertical-align:top; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe {display:block;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:442px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;left:658.98147583008px;top:32.986328125px;z-index:15025;position:absolute; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #mgAv9GyQ4KGAD7fCKT5HZMnTUENJ8LJU { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #ZsF2QiSsyt9uBi7kHW6Olazbld1dq26g { position:relative;display:none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #QBdVmVnTZV24DMeIQMafEsJvfcDK9fZB { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #mPDtiGM9aecZ59y9mV3B0S2d7EHqmRF2 { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #eqWa1R2E2HvH67ROzVN63hFE6ttRD8iE { position:relative;display:none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #eq60UlJTuRy3pwIXiU7AvJDVF89mh0SP { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #aLsLfCAJUizL7JgfHSgTZkM0wK3OXmPE { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #ZyEO6P6UzeHN0eww1TppTbfFELmXCwfd { position:relative;display:none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Z5LBEGN0F9XHxbnQsXBo2Gp2FbUWXQ0b { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #lxWMotOXKfXVI1Z8dNLq7M5ZxuTS4opJ { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #tDQPRmQIIE6Qvi0bOlBoeGzZ5iqGSxMa { position:relative;display:none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #CSMUuZRWbvL8LsGaA7giglguGO5uV3MK { position:relative; }
#fAnyFZ1vzBTdgSS7kZEBcM6Uv4oGhSuQ { position:relative;display:block;z-index:100000;display:block; }
#J9frxArU4VMctRTTmTMxL76JVZu3TT5h { position:relative;display:block;z-index:100000;display:block; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #dEPrG1R1bCsQPNSbTB2eLQqfkCPXJ5k3 { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #DKiKP557JyNEM6cQXSldyoU5TDcEiDLQ { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #KURyBA5Nlquql8cfZ5r4PGSbbFNfNT9E { position:relative; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Mn8b5HrAXGr6kzNUI86AlRXNEV9C3Nwm { position:relative;z-index:2; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Ad5OIcgKcu7i7Bdng4Tdy0PDZK0zJS5d { position:relative; }
#he7vrMP2c5PvzUsEHmoqB9723fJmAevD { color:#ffffff;display:block;width:444px;position:absolute;font-family:roboto;font-size:16px;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:318.5px;left:59.5px;height:116.516px;font-style:normal;display:block; }#he7vrMP2c5PvzUsEHmoqB9723fJmAevD li:not(:first-child){ padding-top:9px;padding-right:0;padding-bottom:0;padding-left:0; }#he7vrMP2c5PvzUsEHmoqB9723fJmAevD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
#tqqkkEscyNJnvBalxlbFiur44B2UIZpR { color:#42a8e5;display:block;width:448px;position:absolute;font-family:"roboto condensed";font-size:16px;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:79px;left:57.5px;height:20.7986px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eAfssIi3QKyxVLMvmAFkksz8VMu6Nfme { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:74px;width:74px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:230.5px;left:527px; }
#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 { 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; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container { background-color: transparent; background-image: none; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container > .video-iframe-container { display: none; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row > .video-iframe-container { display: none; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .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); }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container { border-width: 0; border-radius: 0; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container { font-size:14px;font-family:arial;height:143px;width:1200px;position:relative;display:block; }#hba0vec7Q789Ep49W6GKEI209dHZRkK4 { box-sizing:content-box;height:5px;width:150px;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:114px;left:525.00006103516px;display:block; }
#tagAW1S0urakgTRxn0QdbPfWyEbJ8PCa { color:#000000;display:block;width:1200px;position:absolute;font-family:"roboto condensed";font-size:34px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:49.388885498047px;left:0px;height:44.2014px;text-align:center;text-align-last:center;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; }
#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv { 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; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container { background-color: transparent; background-image: none; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container > .video-iframe-container { display: none; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row > .video-iframe-container { display: none; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .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); }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container { border-width: 0; border-radius: 0; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container { font-size:14px;font-family:arial;height:285px;width:1200px;position:relative;display:block; }#RWzDqEQvP46n6JxQTJW4dgxMusmt8FD6 { position:absolute;display:block;z-index:15009;height:247px;width:1200px;top:37.999938964844px;left:0px;display:block; }
#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg { border-top:5px solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:#f0f2f1;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; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container { background-color: transparent; background-image: none; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container > .video-iframe-container { display: none; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row > .video-iframe-container { display: none; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .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); }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container { border-width: 0; border-radius: 0; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container { font-size:14px;font-family:arial;height:380px;width:1200px;position:relative;display:block; }#X8x7lbGKofHVBownpGTpE9uSfAJUQHaR { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 05px 10px 17px rgba(0,0,0,0.05) ;height:49px;width:49px;top:264px;left:930px;display:block; }
#lDM8T7sg2CtnMaHTCU0k2emPy9T1hrmi { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;box-shadow: 05px 10px 17px rgba(0,0,0,0.05) ;height:49px;width:49px;top:264px;left:993px;display:block; }
#ef4Dz0ZnKmAkH0ZetDBApi6UUPOkHU7H { color:#000000;display:block;width:318px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:136px;left:120px;height:19.6065px;font-style:normal;display:block; }
#B4TF9TiWzozIGwNhJO90ZnbvD8PeQGDC { color:#000000;display:block;width:117px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:135px;left:963px;height:58.8195px;font-style:normal;display:block; }
#zFmkM1rlemBbQGaiBxgey0rSAngOzTFL { color:#000000;display:block;width:362px;position:absolute;font-family:"open sans";font-size:12px;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:247px;left:120px;height:16.8px;font-style:normal;display:block; }
#nKww52wlG9fieebZ1t85yk2GpKlPnWGr { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:570px;top:214px;left:510px;display:block; }
#J5Fi6CUl5MyAaoiJoBNMUVyrwgcspv91 { color:#000000;display:block;width:136px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:135px;left:752px;height:19.6065px;font-style:normal;display:block; }
#TxA7xv1DKGDuSfv4rwuzCP3olUJrcR8w { color:#000000;display:block;width:161px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:135px;left:560px;height:19.6065px;font-style:normal;display:block; }
#NFCAXNhgc5Wn6I6uw25ggTSfRmaXLyN9 { color:#000000;display:block;width:52px;position:absolute;font-family:"open sans";font-size:12px;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:237px;left:962px;height:16.794px;font-style:normal;display:block; }
#rraCg4FrMQy3IB7nX1ThFB3HRwZOAgRJ { color:#000000;display:block;width:189px;position:absolute;font-family:"open sans";font-size:12px;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:101px;left:528px;height:16.8px;font-style:normal;display:block; }
#SuisWlJ6bJz2D1JykvxuHxtpEFalpatS { position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f083e693-0a1f-42a1-825c-f62127fc47cb/TekaLogoClaim1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:79px;width:79px;top:39.587493896484px;left:120px;display:block; }#SuisWlJ6bJz2D1JykvxuHxtpEFalpatS.adaptive-delivery-prevent-bg, #SuisWlJ6bJz2D1JykvxuHxtpEFalpatS.lazyload, #SuisWlJ6bJz2D1JykvxuHxtpEFalpatS.lazyloading { background-image: none; }
#xvw9HKAKxqFITvzRdXwcKksZoDvOwxEd { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:320px;top:214px;left:120px;display:block; }
#LW50TwivvTyhEQ3Wbb4RkZkBBtBVi7XT { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:133px;left:528px; }
#ARObEAvZ6TQmG3fa5Z57aOUa2TWDPygK { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:133px;left:721px; }
#h7WI6is9mpEJ7SE1UVIP0Hgcg24Md0bf { box-sizing:content-box;color:#5d92ff;font-size:17px;font-weight:400;line-height:1;height:25px;width:25px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:132px;left:930px; }
#WLR3SN1FH7qK6FLkPQ49rzlQeSuUmWBn { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:273px;left:120px; }
#DpZ1AmAzZZoE2NCTINr8TAZTTZN3Vhkp { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:282px;left:184px; }
#K24koTTAkrUJa2ViEdCHseld4CEvD8fB { box-sizing:content-box;color:#5d92ff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:276px;left:226px; }
#h1bcHVSG8Eh8hOneypdHdGLt67WhPZvB { box-sizing:content-box;color:#5d92ff;font-size:21px;font-weight:400;line-height:1;height:30px;width:30px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:273px;left:940px; }
#h1bcHVSG8Eh8hOneypdHdGLt67WhPZvB > img { max-width: 100%;max-height:100%; width:30px; height:30px; }#qQucpQCsRiS5AOcQqsRUsbAPSpUc86eP { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:271px;left:1000px; }
#qQucpQCsRiS5AOcQqsRUsbAPSpUc86eP > img { max-width: 100%;max-height:100%; width:35px; height:35px; }#gfb9PIL4oOraA0cnfDW1sH5MA8nKbdtL { color:#000000;display:block;width:161px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:247px;left:528px;height:19.6065px;font-style:normal;display:block; }
#VgTRRvtUFpPC2ItAv1FVdKki8VLVbDH8 { color:#000000;display:block;width:161px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:274px;left:528px;height:19.6065px;font-style:normal;display:block; }
#y8ThSg3duMVQd0uWBEzHyMCZ4MTMUL7Z { color:#000000;display:block;width:161px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:301px;left:528px;height:19.6065px;font-style:normal;display:block; }
#UwgaEAVASp5x1z7TiHWth08cF0kX8d9b { color:#000000;display:block;width:317.998px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:155.59030151367px;left:119.96527099609px;height:19.6065px;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT { display:block; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTgpVQ8GvT2q6JZSveTMCacktHa20ixq { width:89px;height:92px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gbWDqk0X6km7QIi7P4bwF7p72z716zKh { width:764px;height:119px;top:88px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #ptb39ItCcfiO4AFLzTz3pic56x32JvCf { width:295px;height:54px;top:418px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Sz9wkZGAfTaX8HGbHS7BnyD2zz8q9xIW { display:block; }
 }@media only screen and (max-width: 763px) { #RSrIhyhGc5HrUzLsHGPi8K6Ie7dEGTzn { width:212px;height:54px;top:491px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vKadiVCXsRTvLJlTb1VwOeSHwhAgNG9n { display:block; }
 }@media only screen and (max-width: 763px) { #L096ZDMU7kqbeBWFxaGppthVQidKm1x9 { width:624px;height:31px;top:215px;left:18.787506103516px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #x09qrXOy381GXKfT2wCRgJzzFVCr4lda { top:504px;left:158.73614501953px;width:28px;height:28px;display:block; }
#x09qrXOy381GXKfT2wCRgJzzFVCr4lda > img { max-width: 100%;max-height:100%; width:28px; height:28px; } }@media only screen and (max-width: 763px) { #l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL { display:block; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 { width:519px;height:;top:130px;left:0px;font-size:18px;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
 }@media only screen and (max-width: 763px) { #VKZuXxWd7EakeeNfr8dT1oqRAE5ntpaJ { width:764px;height:47px;top:35px;left:0px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #GkT7f5IEOqZDTdnMBH0bqJBhZ1QoXpmg { top:94px;left:300px;width:462px;height:392px;display:block; }
 }@media only screen and (max-width: 763px) { #g57T5TKs50anH5T5XCE9pbWyOyCPvenR { display:block; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwUFxzL8hrIKieBOhwU3CReXMR3xte3b { width:624px;height:351px;top:94px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fsqd9IuJ9fan44IkqkWqLKXbHC1Z8Qe0 { width:373px;height:88px;top:101px;left:391px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #pKPf6fDABKLb8K36OGQcyymEon5XxFgc { width:332px;height:50px;top:201px;left:432px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #fws8HK95pP3JR9EMNxUTZqhXcDOkpvIE { width:180px;height:10px;top:84px;left:307px;display:block; }
 }@media only screen and (max-width: 763px) { #gEwiIQv0xuKagcVuHfUnzNnvnIs70gIh { width:10px;height:180px;top:232px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #rc9IFXPGlL5vgI1CxqxM0aoTBXcEboaQ { width:232px;height:55px;top:321px;left:532px;display:block; }
 }@media only screen and (max-width: 763px) { #LmiAJTvTpSiXLwf3lUHsh6ncSTOT8FEU { display:block; }
 }@media only screen and (max-width: 763px) { #wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN { display:block; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKtJZwJBLV5P5hPXqggiWwTb1Og9vXDH { width:210px;height:52px;top:299px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T7HrXAAAgQRQroyzDKRCb2v0z7LGR2lX { width:185px;height:168px;top:374px;left:2.4722290039062px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pdL8OT5i7RfRIioKXALuXWBh8CFDqamO { width:250px;height:350px;top:234px;left:132px;display:block; }
 }@media only screen and (max-width: 763px) { #b4wz99bwLTlwdgcd6PNt6wDkgAg0NcG1 { width:210px;height:52px;top:349px;left:172px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WcZJOPo7suMCJBQ16fflJ5i5O3uV67U6 { width:185px;height:96px;top:374px;left:383.50006103516px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wcN7Hghfc0ofhuPBgMDlhEWlTiOZMgHw { width:210px;height:52px;top:304px;left:363px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LndSxk9LQSVyZgX65ttsAVMymef1fS1h { width:250px;height:350px;top:234px;left:514px;display:block; }
 }@media only screen and (max-width: 763px) { #TWTHOQTiKd7LsenNaFbNR3dVpcgHtU15 { width:199px;height:52px;top:347px;left:565px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JRoiLbFgmHUOCiTOwCxuc3i7Aa3UBW1W { width:764px;height:46px;top:61px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Pl2sfmunv9ORED89r5VgegK4N1oLiJx2 { top:232px;left:76.5px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #kBRCUD5mlh44RO00UmE4ftQZBnBvgfGk { top:277px;left:267.5px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #ekCTfZp1XIs7ZnQfa2gigT4Bh9NFsVTO { top:229px;left:453.5px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #zw4oMirn5aCI2RmoW9VGE9GSTWipTGCC { top:277px;left:650.5px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #XFXTHHW3u98gz29kAQwualy8UZfQw6dk { top:267px;left:255.5px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #cWQVMX8NTMmT7PN34pKUsqouo6m2oHns { top:265px;left:637.5px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #fykNbwFNc1eParxNfobt1xLrWs3ELUi1 { top:116px;left:0px;width:764px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nGnw35vKS4TU0JzSi1d50n0XnVqqQNnv { width:250px;height:362px;top:190px;left:323px;display:block; }
 }@media only screen and (max-width: 763px) { #Dl9Vm1miaUlediqdGy3gf66ciflvJk55 { width:250px;height:362px;top:190px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OlArEBIQ04vxEWEWWguJTxtmPuLXzs8v { top:220px;left:64.5px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #zuqzb5JgbvCXrLNof7feNQSobowsk0t5 { top:220px;left:444.5px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #kzk7gIUCI3OgTqGhrsszxCCSnvreWffs { display:block; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Le9WE917EA62kpzOiwrZQAbi0moH1iTD { width:185px;height:144px;top:22px;left:141px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #q15flWlwkoJGv66zoIf3liCeHEn47roN { width:185px;height:144px;top:21px;left:579px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 { display:block; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTDzV10hBmmhEIpQMF6XRteqqiokcTlm { width:764px;height:44px;top:33px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #FEvqd0vaH9zgKOm4k6SL2NNpZHlgPgeT { top:91px;left:0px;width:764px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew { display:block; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m { top:61px;left:0px;width:470px;height:;font-size:18px;display:block; }#qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #Kdb2J4HBH9QJLGFac3bLEebvmlXGpSO6 { top:7px;left:194px;width:570px;height:298.99929472199px;display:block; }
 }@media only screen and (max-width: 763px) { #UptVH9Q4RxuRJzfrfb7ucv1dpp6XeyGP { width:270px;height:36px;top:1px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 { display:block; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv { top:86px;left:294px;width:470px;height:;font-size:18px;display:block; }#snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #sfygvQKlM5ZGJiwTUTJeVdWBt63NSoLk { width:293px;height:36px;top:26px;left:382px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #QVuA8yotdIDoU6FUQW0W5amcXz9iDNVT { top:19px;left:0px;width:571px;height:288px;display:block; }
 }@media only screen and (max-width: 763px) { #gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff { display:block; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crhDT1lSmAbxrRtrGqEt23uvuTAxvIE7 { top:10px;left:215px;width:549px;height:286px;display:block; }
 }@media only screen and (max-width: 763px) { #xKE29HibrmEXDJd2aXtll1JkPmNlMeli { top:71px;left:0px;width:470px;height:171px;font-size:18px;display:block; }#xKE29HibrmEXDJd2aXtll1JkPmNlMeli li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #XdLZAMWVpJIJgJEXp7EtnIw9kzTlL6hB { width:357px;height:36px;top:11px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IgniweoXteAQ5f66HP9Q9LrP36NrvtbO { width:302px;height:55px;top:270px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FsTX0Ph6eyenJN4Zt9ALs9CXyQbm9ZMx { display:block; }
 }@media only screen and (max-width: 763px) { #IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa { display:block; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0Un7GbCn7pxXpIhnvq3JT5aVFd5XQsu { width:148px;height:170px;top:59px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bQclAS3AJn9MwvuCxISvMfTQ9TA79s66 { width:117px;height:86px;top:102px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DGe5XlQUi05fmehuyUuODdcBfTWTH8kn { width:429px;height:308px;top:58px;left:202px;display:block; }
 }@media only screen and (max-width: 763px) { #lxPTUqy2vqWs35dRVLoOyPzx0QCQopFS { width:419px;height:301px;top:265px;left:317px;display:block; }
 }@media only screen and (max-width: 763px) { #B9ZyxZmlOFhNwyIylMDIq07zxmWtl1CD { width:444px;height:299px;top:250px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uQe6ywvsQDORCtycOtHpbrcrUEyL7JiT { width:539px;height:283px;top:452px;left:118.76391601562px;display:block; }
 }@media only screen and (max-width: 763px) { #QcQk4wJBnnVKmm5n5VkqK6TeJXsrX7Iy { width:346px;height:249px;top:508px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s3rcNGooftW1Geg5vi54f8QSDiS2JuQo { display:block; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbeqkEvT0ULeRG0p8bgLE8ggJIybxrns { width:764px;height:44px;top:49px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR { display:block; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tugaMQB5RhTh7hOebrIdrdLmXbwd0X1E { width:217px;height:36px;top:34px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ { top:86px;left:0px;width:395px;height:;font-size:18px;display:block; }#p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ { top:86px;left:134px;width:374px;height:156px;font-size:18px;display:block; }#rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #qafTWpliEn9NwMLrqyM8dfm2kL6XXSED { width:166px;height:36px;top:34px;left:254px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE { top:87px;left:443px;width:319px;height:;font-size:18px;display:block; }#Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #hDOwfpf90CgAO3Eq3ZMlQxotHuTPoxeS { width:207px;height:36px;top:34px;left:508px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA { display:block; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUaNiu0dL3ypbr0RPucK1HQl8cN9fOuf { top:114px;left:0px;width:443px;height:171px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-regular-label { width:442px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-text { width:442px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-text {padding-top: 0; padding-bottom: 0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-textarea { width:442px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-select { width:442px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-select {padding-top: 0; padding-bottom: 0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-button { width:442px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-checkbox-label { width:423px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe  { width:442px;height:auto;top:32px;left:282px; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .radio-container { width:442px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe {display:block;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe { width:442px;height:auto;top:32px;left:282px; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #mgAv9GyQ4KGAD7fCKT5HZMnTUENJ8LJU {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #ZsF2QiSsyt9uBi7kHW6Olazbld1dq26g { display:block; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #QBdVmVnTZV24DMeIQMafEsJvfcDK9fZB {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #mPDtiGM9aecZ59y9mV3B0S2d7EHqmRF2 {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #eqWa1R2E2HvH67ROzVN63hFE6ttRD8iE {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #eq60UlJTuRy3pwIXiU7AvJDVF89mh0SP {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #aLsLfCAJUizL7JgfHSgTZkM0wK3OXmPE {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #ZyEO6P6UzeHN0eww1TppTbfFELmXCwfd { display:block; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Z5LBEGN0F9XHxbnQsXBo2Gp2FbUWXQ0b {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #lxWMotOXKfXVI1Z8dNLq7M5ZxuTS4opJ {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #tDQPRmQIIE6Qvi0bOlBoeGzZ5iqGSxMa {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #CSMUuZRWbvL8LsGaA7giglguGO5uV3MK {  }
 }@media only screen and (max-width: 763px) { #fAnyFZ1vzBTdgSS7kZEBcM6Uv4oGhSuQ { display:block; }
 }@media only screen and (max-width: 763px) { #J9frxArU4VMctRTTmTMxL76JVZu3TT5h { display:block; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #dEPrG1R1bCsQPNSbTB2eLQqfkCPXJ5k3 {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #DKiKP557JyNEM6cQXSldyoU5TDcEiDLQ {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #KURyBA5Nlquql8cfZ5r4PGSbbFNfNT9E {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Mn8b5HrAXGr6kzNUI86AlRXNEV9C3Nwm {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Ad5OIcgKcu7i7Bdng4Tdy0PDZK0zJS5d {  }
 }@media only screen and (max-width: 763px) { #he7vrMP2c5PvzUsEHmoqB9723fJmAevD { width:444px;height:;top:318px;left:0px;font-size:16px;display:block; }#he7vrMP2c5PvzUsEHmoqB9723fJmAevD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
 }@media only screen and (max-width: 763px) { #tqqkkEscyNJnvBalxlbFiur44B2UIZpR { top:79px;left:0px;width:448px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #eAfssIi3QKyxVLMvmAFkksz8VMu6Nfme { top:230px;left:308px;width:74px;height:74px;display:block; }
 }@media only screen and (max-width: 763px) { #sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 { display:block; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hba0vec7Q789Ep49W6GKEI209dHZRkK4 { top:114px;left:232px;width:150px;height:5px;display:block; }
 }@media only screen and (max-width: 763px) { #tagAW1S0urakgTRxn0QdbPfWyEbJ8PCa { width:764px;height:44px;top:49px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv { display:block; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWzDqEQvP46n6JxQTJW4dgxMusmt8FD6 { top:37px;left:0px;width:764px;height:247px;display:block; }
 }@media only screen and (max-width: 763px) { #U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg { display:block; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8x7lbGKofHVBownpGTpE9uSfAJUQHaR { top:264px;left:712px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #lDM8T7sg2CtnMaHTCU0k2emPy9T1hrmi { top:264px;left:715px;width:49px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #ef4Dz0ZnKmAkH0ZetDBApi6UUPOkHU7H { top:136px;left:0px;width:318px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #B4TF9TiWzozIGwNhJO90ZnbvD8PeQGDC { top:135px;left:647px;width:117px;height:58px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #zFmkM1rlemBbQGaiBxgey0rSAngOzTFL { top:247px;left:0px;width:362px;height:16px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nKww52wlG9fieebZ1t85yk2GpKlPnWGr { top:214px;left:194px;width:570px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #J5Fi6CUl5MyAaoiJoBNMUVyrwgcspv91 { top:135px;left:534px;width:136px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TxA7xv1DKGDuSfv4rwuzCP3olUJrcR8w { top:135px;left:342px;width:161px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NFCAXNhgc5Wn6I6uw25ggTSfRmaXLyN9 { top:237px;left:712px;width:52px;height:16px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #rraCg4FrMQy3IB7nX1ThFB3HRwZOAgRJ { top:101px;left:310px;width:189px;height:16px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #SuisWlJ6bJz2D1JykvxuHxtpEFalpatS { top:39px;left:0px;width:79px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #xvw9HKAKxqFITvzRdXwcKksZoDvOwxEd { top:214px;left:0px;width:320px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #LW50TwivvTyhEQ3Wbb4RkZkBBtBVi7XT { top:133px;left:310px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ARObEAvZ6TQmG3fa5Z57aOUa2TWDPygK { top:133px;left:503px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #h7WI6is9mpEJ7SE1UVIP0Hgcg24Md0bf { top:132px;left:712px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #WLR3SN1FH7qK6FLkPQ49rzlQeSuUmWBn { top:273px;left:0px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #DpZ1AmAzZZoE2NCTINr8TAZTTZN3Vhkp { top:282px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #K24koTTAkrUJa2ViEdCHseld4CEvD8fB { top:276px;left:8px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #h1bcHVSG8Eh8hOneypdHdGLt67WhPZvB { top:273px;left:722px;width:30px;height:30px;display:block; }
#h1bcHVSG8Eh8hOneypdHdGLt67WhPZvB > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #qQucpQCsRiS5AOcQqsRUsbAPSpUc86eP { top:271px;left:729px;width:35px;height:35px;display:block; }
#qQucpQCsRiS5AOcQqsRUsbAPSpUc86eP > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #gfb9PIL4oOraA0cnfDW1sH5MA8nKbdtL { top:247px;left:310px;width:161px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #VgTRRvtUFpPC2ItAv1FVdKki8VLVbDH8 { top:274px;left:310px;width:161px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #y8ThSg3duMVQd0uWBEzHyMCZ4MTMUL7Z { top:301px;left:310px;width:161px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UwgaEAVASp5x1z7TiHWth08cF0kX8d9b { top:155px;left:0px;width:317px;height:19px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/4d435a07-db5b-4402-b9cb-f020f6a31f21/TEKAPlasmaschneidtischAuflage.webp");background-position:bottom 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.adaptive-delivery-prevent-bg, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyload, #CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT.lazyloading { background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { background-color: transparent; background-image: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { display: none; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .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); }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { border-width: 0; border-radius: 0; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CBJOFpk44QvUZuuXhkXMHU6GGnN5vHlT > .row .container { width:320px;height:558px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTgpVQ8GvT2q6JZSveTMCacktHa20ixq { width:82px;height:85px;top:13.888889312744px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gbWDqk0X6km7QIi7P4bwF7p72z716zKh { width:320px;height:176.806px;top:98px;left:0px;font-size:34px;text-align:center;text-align-last:center;color:#ffffff;z-index:14999;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; }
 }@media only screen and (max-width: 763px) { #ptb39ItCcfiO4AFLzTz3pic56x32JvCf { width:280px;height:55px;top:425px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Sz9wkZGAfTaX8HGbHS7BnyD2zz8q9xIW { display:block; }
 }@media only screen and (max-width: 763px) { #RSrIhyhGc5HrUzLsHGPi8K6Ie7dEGTzn { width:212px;height:54px;top:495px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #vKadiVCXsRTvLJlTb1VwOeSHwhAgNG9n { display:block; }
 }@media only screen and (max-width: 763px) { #L096ZDMU7kqbeBWFxaGppthVQidKm1x9 { width:320px;height:93.6111px;top:287px;left:0px;font-size:24px;text-align:center;text-align-last:center;color:#ffffff;z-index:14999;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x09qrXOy381GXKfT2wCRgJzzFVCr4lda { display:flex;width:28px;height:28px;top:508px;left:246.00001716614px; }
#x09qrXOy381GXKfT2wCRgJzzFVCr4lda > img { max-width: 100%;max-height:100%; width:28px; height:28px; } }@media only screen and (max-width: 763px) { #l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL { display:block; }#l0r8OdLVKVeIDhWbo3mBE7wNa2kTI4GL > .row .container { width:320px;height:723.762134765625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 { width:253.931px;height:515.81px;top:207.97222900391px;left:33.02777671814px;font-size:18px;text-align:left;text-align-last:left;color:#ffffff;line-height:1.5;display:block; }#qKWHbyANgg7uyCRaPMNEd2oWhTT41ew7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
 }@media only screen and (max-width: 763px) { #VKZuXxWd7EakeeNfr8dT1oqRAE5ntpaJ { width:320px;height:161.167px;top:20px;left:0px;font-size:31px;text-align:center;text-align-last:center;color:#000000;z-index:14999;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; }
 }@media only screen and (max-width: 763px) { #GkT7f5IEOqZDTdnMBH0bqJBhZ1QoXpmg { width:318px;height:270px;top:706.48610687256px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #g57T5TKs50anH5T5XCE9pbWyOyCPvenR { display:block; }#g57T5TKs50anH5T5XCE9pbWyOyCPvenR > .row .container { width:320px;height:540px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwUFxzL8hrIKieBOhwU3CReXMR3xte3b { height:172px;width:308px;top:19px;left:11.986110687256px;display:block; }
 }@media only screen and (max-width: 763px) { #fsqd9IuJ9fan44IkqkWqLKXbHC1Z8Qe0 { width:288px;height:115.208px;top:209.99996948242px;left:16px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pKPf6fDABKLb8K36OGQcyymEon5XxFgc { width:288px;height:93.5648px;top:346.15285491943px;left:16px;text-align:center;text-align-last:center;font-size:18px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #fws8HK95pP3JR9EMNxUTZqhXcDOkpvIE { width:120px;height:6px;top:20px;left:100px;background-color:#143a84;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #gEwiIQv0xuKagcVuHfUnzNnvnIs70gIh { width:6px;height:100px;top:46px;left:157px;display:none; }
 }@media only screen and (max-width: 763px) { #rc9IFXPGlL5vgI1CxqxM0aoTBXcEboaQ { width:304px;height:55px;top:472.52779197693px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #LmiAJTvTpSiXLwf3lUHsh6ncSTOT8FEU { display:block; }
 }@media only screen and (max-width: 763px) { #wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN { display:block; }#wrdxcLqo8q8PvUiSOT6rsMFWS6KUPcmN > .row .container { width:320px;height:573px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKtJZwJBLV5P5hPXqggiWwTb1Og9vXDH { width:125px;height:41.5833px;top:359px;left:20px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #T7HrXAAAgQRQroyzDKRCb2v0z7LGR2lX { width:210px;height:134.333px;top:511.3337px;left:82.972229003906px;text-align:center;text-align-last:center;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #pdL8OT5i7RfRIioKXALuXWBh8CFDqamO { width:216px;height:306px;top:797.5837px;left:52px;display:none; }
 }@media only screen and (max-width: 763px) { #b4wz99bwLTlwdgcd6PNt6wDkgAg0NcG1 { width:150px;height:41.5833px;top:528px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WcZJOPo7suMCJBQ16fflJ5i5O3uV67U6 { width:210px;height:89.5556px;top:1307.5837px;left:84px;text-align:center;text-align-last:center;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #wcN7Hghfc0ofhuPBgMDlhEWlTiOZMgHw { width:137px;height:41.5833px;top:528px;left:163.00000190735px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LndSxk9LQSVyZgX65ttsAVMymef1fS1h { width:216px;height:306px;top:1302px;left:52px;display:none; }
 }@media only screen and (max-width: 763px) { #TWTHOQTiKd7LsenNaFbNR3dVpcgHtU15 { width:112px;height:41.5833px;top:366px;left:180.00000190735px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JRoiLbFgmHUOCiTOwCxuc3i7Aa3UBW1W { width:320px;height:116.979px;top:22.000122070312px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Pl2sfmunv9ORED89r5VgegK4N1oLiJx2 { display:flex;width:50px;height:50px;top:296px;left:59.000001907349px; }
 }@media only screen and (max-width: 763px) { #kBRCUD5mlh44RO00UmE4ftQZBnBvgfGk { display:flex;width:50px;height:50px;top:453px;left:60.000001907349px; }
 }@media only screen and (max-width: 763px) { #ekCTfZp1XIs7ZnQfa2gigT4Bh9NFsVTO { display:flex;width:50px;height:50px;top:457px;left:209.00000190735px; }
 }@media only screen and (max-width: 763px) { #zw4oMirn5aCI2RmoW9VGE9GSTWipTGCC { display:flex;width:50px;height:50px;top:296px;left:209.00000190735px; }
 }@media only screen and (max-width: 763px) { #XFXTHHW3u98gz29kAQwualy8UZfQw6dk { width:65px;height:65px;top:448px;left:50.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #cWQVMX8NTMmT7PN34pKUsqouo6m2oHns { width:65px;height:65px;top:288px;left:201.00000190735px;display:block; }
 }@media only screen and (max-width: 763px) { #fykNbwFNc1eParxNfobt1xLrWs3ELUi1 { width:320px;height:107.963px;top:154.16674804688px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nGnw35vKS4TU0JzSi1d50n0XnVqqQNnv { width:216px;height:306px;top:1123.5837px;left:52px;display:none; }
 }@media only screen and (max-width: 763px) { #Dl9Vm1miaUlediqdGy3gf66ciflvJk55 { width:216px;height:306px;top:262.88897705078px;left:52.000001907349px;display:none; }
 }@media only screen and (max-width: 763px) { #OlArEBIQ04vxEWEWWguJTxtmPuLXzs8v { width:65px;height:65px;top:288px;left:50.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #zuqzb5JgbvCXrLNof7feNQSobowsk0t5 { width:65px;height:65px;top:448px;left:200.00000190735px;display:block; }
 }@media only screen and (max-width: 763px) { #kzk7gIUCI3OgTqGhrsszxCCSnvreWffs { background-color:#ffffff;background-image:none;display:none; }#kzk7gIUCI3OgTqGhrsszxCCSnvreWffs > .row .container { width:320px;height:84px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Le9WE917EA62kpzOiwrZQAbi0moH1iTD { width:210px;height:0;top:73.430572509766px;left:90.000001907349px;text-align:center;text-align-last:center;font-size:14px;color:#f8265c;display:none; }
 }@media only screen and (max-width: 763px) { #q15flWlwkoJGv66zoIf3liCeHEn47roN { width:210px;height:0;top:389.66672px;left:55px;text-align:center;text-align-last:center;font-size:14px;color:#000000;display:none; }
 }@media only screen and (max-width: 763px) { #ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 { display:block; }#ldFzO1aeILhcb4luAnHXQKfzN7Z5F4U7 > .row .container { width:320px;height:245.7523259765625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTDzV10hBmmhEIpQMF6XRteqqiokcTlm { width:319.986px;height:124.792px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #FEvqd0vaH9zgKOm4k6SL2NNpZHlgPgeT { width:319.986px;height:80.9722px;top:164.792px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew { display:block; }#LDEbuiJ33NZdHWQbA9DaeNZTUL5mqOew > .row .container { width:320px;height:585.104609375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m { width:319.972px;height:322.139px;top:262.98611450195px;left:0.041666984558105px;font-size:18px;display:block; }#qI1KBHaQ4ccRe8VwaTO128bbc59HMr2m li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #Kdb2J4HBH9QJLGFac3bLEebvmlXGpSO6 { width:314px;height:164px;top:23.000064849854px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UptVH9Q4RxuRJzfrfb7ucv1dpp6XeyGP { width:270px;height:39px;top:203px;left:20px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 { display:block; }#HxeSi5hguwEyFBkWK38Dq7XL5L6trIA5 > .row .container { width:320px;height:556.2038129882812px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv { width:319.986px;height:296.933px;top:259.278px;left:0px;font-size:18px;display:block; }#snpGvoMlRseruCJ1zgoTDTo7vBe9bhuv li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #sfygvQKlM5ZGJiwTUTJeVdWBt63NSoLk { width:292.986px;height:39px;top:200.278px;left:13px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QVuA8yotdIDoU6FUQW0W5amcXz9iDNVT { width:318px;height:160px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff { display:block; }#gntlQ3JfLlkVTrKUHs0xvtVoshSZxRff > .row .container { width:320px;height:633px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crhDT1lSmAbxrRtrGqEt23uvuTAxvIE7 { width:303px;height:157px;top:12px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xKE29HibrmEXDJd2aXtll1JkPmNlMeli { width:319.986px;height:271.736px;top:265px;left:0px;font-size:18px;display:block; }#xKE29HibrmEXDJd2aXtll1JkPmNlMeli li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #XdLZAMWVpJIJgJEXp7EtnIw9kzTlL6hB { width:319.972px;height:77.9861px;top:185.20837402344px;left:0.027777671813965px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IgniweoXteAQ5f66HP9Q9LrP36NrvtbO { width:302px;height:55px;top:558.00018310547px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #FsTX0Ph6eyenJN4Zt9ALs9CXyQbm9ZMx { display:block; }
 }@media only screen and (max-width: 763px) { #IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa { display:block; }#IaPyBkVgVaoJnxayKJirHy6Zk7RiDqoa > .row .container { width:320px;height:771px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u0Un7GbCn7pxXpIhnvq3JT5aVFd5XQsu { width:126px;height:129px;top:20px;left:40.000001907349px;display:none; }
 }@media only screen and (max-width: 763px) { #bQclAS3AJn9MwvuCxISvMfTQ9TA79s66 { width:298px;height:76.8056px;top:20.097229003906px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #DGe5XlQUi05fmehuyUuODdcBfTWTH8kn { width:171px;height:123px;top:225px;left:140px;display:block; }
 }@media only screen and (max-width: 763px) { #lxPTUqy2vqWs35dRVLoOyPzx0QCQopFS { width:209px;height:150px;top:609px;left:20px;border-top:0;border-left:0;border-right:0;border-bottom:0;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #B9ZyxZmlOFhNwyIylMDIq07zxmWtl1CD { width:229px;height:154px;top:109px;left:2px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uQe6ywvsQDORCtycOtHpbrcrUEyL7JiT { width:254px;height:133px;top:489px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #QcQk4wJBnnVKmm5n5VkqK6TeJXsrX7Iy { width:249px;height:179px;top:309px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #s3rcNGooftW1Geg5vi54f8QSDiS2JuQo { display:block; }#s3rcNGooftW1Geg5vi54f8QSDiS2JuQo > .row .container { width:320px;height:97.9629033203125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FbeqkEvT0ULeRG0p8bgLE8ggJIybxrns { width:320px;height:77.9861px;top:20px;left:0px;font-size:30px;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; }
 }@media only screen and (max-width: 763px) { #i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR { display:block; }#i3w6thmBo0Zc4zL98yPQLZUEk7yRyflR > .row .container { width:320px;height:839px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tugaMQB5RhTh7hOebrIdrdLmXbwd0X1E { width:217px;height:36.3889px;top:31px;left:20px;text-align:left;text-align-last:left;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ { width:320px;height:206.361px;top:76.3889px;left:0px;font-size:18px;display:block; }#p29BVSx5vZXZ79dhKynS6sTLTBJQaxdZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ { width:320px;height:181.167px;top:388.31018066406px;left:0px;font-size:18px;display:block; }#rbSsime0vgbeBL2L1zSMnBaQ00vC5AZZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #qafTWpliEn9NwMLrqyM8dfm2kL6XXSED { width:166px;height:36.3889px;top:342.98608398438px;left:19.988428115845px;text-align:left;text-align-last:left;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE { width:319px;height:155.972px;top:671.86340332031px;left:0px;font-size:18px;display:block; }#Rsxlb744HsyrQoIWi1OmgFuxXMTGEHbE li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_232dceb3ebaf2841294ffebc4597509a39fddf11.svg); }
 }@media only screen and (max-width: 763px) { #hDOwfpf90CgAO3Eq3ZMlQxotHuTPoxeS { width:207px;height:36.3889px;top:623.98156738281px;left:19.988428115845px;text-align:left;text-align-last:left;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA { background-color:#143a84;background-image:url("https://images.assets-landingi.com/8Es0tMgu/background.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA.adaptive-delivery-prevent-bg, #lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA.lazyload, #lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA.lazyloading { background-image: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container { background-color: transparent; background-image: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container > .video-iframe-container { display: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row > .video-iframe-container { display: none; }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .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); }#lEBekNmQB9l4Eay1xLQotTXVlOi6iPEA > .row .container { width:320px;height:850px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUaNiu0dL3ypbr0RPucK1HQl8cN9fOuf { width:212px;height:116.979px;top:66px;left:28.000001907349px;font-size:30px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-form-header { font-size:18px; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:20px;font-weight:bold;color:#ffffff;width:280px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-text { background-color:rgba(0,0,0,0.5);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;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:27px;color:#e8eaff;font-size:14px;overflow:hidden;font-family:"source sans pro";vertical-align:top;box-shadow: none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-text {padding-top: 0; padding-bottom: 0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-textarea { background-color:rgba(0,0,0,0.5);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;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:70px;color:#e8eaff;font-size:14px;overflow:hidden;font-family:"source sans pro";vertical-align:top;box-shadow: none; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:280px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-select {padding-top: 0; padding-bottom: 0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#66cc00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#f2f9ff;width:280px;height:55px;font-family:"open sans";overflow:hidden; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:14px; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:"open sans";font-size:14px; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:"open sans";font-size:14px; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:"open sans";font-size:14px; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:16px;font-weight:300;color:rgba(248,248,248,0.89);vertical-align:top;width:260px;overflow:hidden;font-style:normal; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-container { padding-top:10px;padding-right:0;padding-bottom:9px;padding-left:0;width:100%;font-size:0;height:auto; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-container:first-of-type{padding-top:0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-container:last-of-type{padding-bottom:0;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe  { background-color:#4a4a4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;left:0px;top:325.97216796875px;z-index:15002;font-size:18px; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:280px;display:block;vertical-align:top; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:32px;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe {display:block;}#SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe { background-color:#4a4a4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:280px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;left:0px;top:325.97216796875px;z-index:15002;font-size:18px; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #mgAv9GyQ4KGAD7fCKT5HZMnTUENJ8LJU {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #ZsF2QiSsyt9uBi7kHW6Olazbld1dq26g { display:none; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #QBdVmVnTZV24DMeIQMafEsJvfcDK9fZB {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #mPDtiGM9aecZ59y9mV3B0S2d7EHqmRF2 {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #eqWa1R2E2HvH67ROzVN63hFE6ttRD8iE { display:none; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #eq60UlJTuRy3pwIXiU7AvJDVF89mh0SP {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #aLsLfCAJUizL7JgfHSgTZkM0wK3OXmPE {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #ZyEO6P6UzeHN0eww1TppTbfFELmXCwfd { display:none; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Z5LBEGN0F9XHxbnQsXBo2Gp2FbUWXQ0b {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #lxWMotOXKfXVI1Z8dNLq7M5ZxuTS4opJ {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #tDQPRmQIIE6Qvi0bOlBoeGzZ5iqGSxMa { display:none; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #CSMUuZRWbvL8LsGaA7giglguGO5uV3MK {  }
 }@media only screen and (max-width: 763px) { #fAnyFZ1vzBTdgSS7kZEBcM6Uv4oGhSuQ { display:block; }
 }@media only screen and (max-width: 763px) { #J9frxArU4VMctRTTmTMxL76JVZu3TT5h { display:block; }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #dEPrG1R1bCsQPNSbTB2eLQqfkCPXJ5k3 {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #DKiKP557JyNEM6cQXSldyoU5TDcEiDLQ {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #KURyBA5Nlquql8cfZ5r4PGSbbFNfNT9E {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Mn8b5HrAXGr6kzNUI86AlRXNEV9C3Nwm {  }
 }@media only screen and (max-width: 763px) { #SexgHFDVMvEop5l2JSwF5ceDR5RfrMpe #Ad5OIcgKcu7i7Bdng4Tdy0PDZK0zJS5d {  }
 }@media only screen and (max-width: 763px) { #he7vrMP2c5PvzUsEHmoqB9723fJmAevD { width:283px;height:105.405px;top:205.98609924316px;left:20px;font-size:14px;display:block; }#he7vrMP2c5PvzUsEHmoqB9723fJmAevD li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_aa28a26c41490b081694ab72905b388819b4166e.svg); }
 }@media only screen and (max-width: 763px) { #tqqkkEscyNJnvBalxlbFiur44B2UIZpR { width:320px;height:20.7917px;top:20px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAfssIi3QKyxVLMvmAFkksz8VMu6Nfme { display:flex;width:74px;height:74px;top:221.60000610352px;left:222.99999713898px;display:none; }
 }@media only screen and (max-width: 763px) { #sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 { display:block; }#sSRLJJ5mX0tGOs99eJLIfkZiFxEVn5c8 > .row .container { width:320px;height:171.423732734375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hba0vec7Q789Ep49W6GKEI209dHZRkK4 { width:150px;height:5px;top:166.44448852539px;left:80.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #tagAW1S0urakgTRxn0QdbPfWyEbJ8PCa { width:320px;height:116.979px;top:31.444030761719px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv { display:block; }#ZVRAOPXluhyQemmb0GDOXZ37GXomlWgv > .row .container { width:320px;height:266.979525390625px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RWzDqEQvP46n6JxQTJW4dgxMusmt8FD6 { width:320px;height:247px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg { display:block; }#U1kEIG9Xr1GTHzRBEq6e5DJ6opTeSnQg > .row .container { width:320px;height:584px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X8x7lbGKofHVBownpGTpE9uSfAJUQHaR { width:49px;height:49px;top:428px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #lDM8T7sg2CtnMaHTCU0k2emPy9T1hrmi { width:49px;height:49px;top:428px;left:80.000001907349px;display:block; }
 }@media only screen and (max-width: 763px) { #ef4Dz0ZnKmAkH0ZetDBApi6UUPOkHU7H { width:233.972px;height:20.9954px;top:132px;left:0px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B4TF9TiWzozIGwNhJO90ZnbvD8PeQGDC { width:320px;height:67.1529px;top:165px;left:0px;font-size:16px;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zFmkM1rlemBbQGaiBxgey0rSAngOzTFL { width:118px;height:19.6065px;top:400px;left:180.00000190735px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nKww52wlG9fieebZ1t85yk2GpKlPnWGr { width:300px;height:4px;top:369.27758789062px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #J5Fi6CUl5MyAaoiJoBNMUVyrwgcspv91 { width:154px;height:22.3843px;top:302px;left:166px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxA7xv1DKGDuSfv4rwuzCP3olUJrcR8w { width:114px;height:22.3843px;top:301px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFCAXNhgc5Wn6I6uw25ggTSfRmaXLyN9 { width:64px;height:19.6065px;top:400px;left:51.000001907349px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rraCg4FrMQy3IB7nX1ThFB3HRwZOAgRJ { width:320px;height:0;top:126.20832824707px;left:0px;font-size:14px;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SuisWlJ6bJz2D1JykvxuHxtpEFalpatS { width:92.9444px;height:92.9444px;top:23px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xvw9HKAKxqFITvzRdXwcKksZoDvOwxEd { width:300px;height:4px;top:345.27758789062px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #LW50TwivvTyhEQ3Wbb4RkZkBBtBVi7XT { width:25px;height:25px;top:267px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ARObEAvZ6TQmG3fa5Z57aOUa2TWDPygK { width:25px;height:25px;top:268px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #h7WI6is9mpEJ7SE1UVIP0Hgcg24Md0bf { width:25px;height:25px;top:384.09721374512px;left:194.8888874054px;display:none; }
 }@media only screen and (max-width: 763px) { #WLR3SN1FH7qK6FLkPQ49rzlQeSuUmWBn { width:55px;height:55px;top:429.01391601562px;left:259.00001716614px;display:block; }
 }@media only screen and (max-width: 763px) { #DpZ1AmAzZZoE2NCTINr8TAZTTZN3Vhkp { width:30px;height:30px;top:440px;left:219.00000190735px;display:block; }
 }@media only screen and (max-width: 763px) { #K24koTTAkrUJa2ViEdCHseld4CEvD8fB { width:51px;height:51px;top:432px;left:158.22223091125px;display:block; }
 }@media only screen and (max-width: 763px) { #h1bcHVSG8Eh8hOneypdHdGLt67WhPZvB { width:30px;height:30px;top:437px;left:21.000001907349px;display:block; }
#h1bcHVSG8Eh8hOneypdHdGLt67WhPZvB > img { max-width: 100%;max-height:100%; width:30px; height:30px; } }@media only screen and (max-width: 763px) { #qQucpQCsRiS5AOcQqsRUsbAPSpUc86eP { width:35px;height:35px;top:435px;left:87.000001907349px;display:block; }
#qQucpQCsRiS5AOcQqsRUsbAPSpUc86eP > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #gfb9PIL4oOraA0cnfDW1sH5MA8nKbdtL { width:98px;height:22.3889px;top:509.625px;left:20px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VgTRRvtUFpPC2ItAv1FVdKki8VLVbDH8 { width:106px;height:22.3889px;top:509.625px;left:134.00000190735px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y8ThSg3duMVQd0uWBEzHyMCZ4MTMUL7Z { width:38px;height:22.3889px;top:509.625px;left:262.00001716614px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UwgaEAVASp5x1z7TiHWth08cF0kX8d9b { width:109.988px;height:20.9954px;top:232.14122009277px;left:0px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }