.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,246,217;--color-primary-1:255,226,128;--color-primary-2:254,197,0;--color-primary-3:127,99,0;--color-primary-4:38,30,0;--color-secondary-0:217,233,241;--color-secondary-1:128,181,207;--color-secondary-2:0,106,159;--color-secondary-3:0,53,80;--color-secondary-4:0,16,24;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H { position:relative;display:block; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H { background-color: transparent; background-image: none; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row .container > .video-iframe-container { display: none; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row > .video-iframe-container { display: none; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .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); }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H { border-width: 0; border-radius: 0; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RF7KIok3KrXnthKGq6yG4mq9kPXDNAyz { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid rgba(209,209,209,0.5);border-left:0.0625rem solid rgba(209,209,209,0.5);border-right:0.0625rem solid rgba(209,209,209,0.5);border-bottom:0.0625rem solid rgba(209,209,209,0.5);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#piLSXZuuCHa4fsiFuXtgIiGqMqVnnTCE { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:14.5rem;top:1rem;left:12.78125rem;overflow:hidden;display:block; }
#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bb99fe2c-ab45-449e-855b-8b2c7a909b7e/tlo.png");background-position:bottom 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; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.adaptive-delivery-prevent-bg, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyload, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyloading { background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { border-width: 0; border-radius: 0; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3125rem;left:0.875rem;height:5.8496125rem;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; }
#IX8eG6RQSBc8M8LJgCEAiegbTPVcwS1Z { color:rgba(var(--color-tertiary-0),1);display:block;width:21.6873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:2.8472223281861rem;left:0.87456703186037rem;height:2.19375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wwlZmsDwStnwNleLN1rebSh0wkq5S82J { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:3.375rem;width:20.3125rem;top:2.1875rem;left:1.1875rem;display:block; }
#fIwTFfVXiNI9APw5lCTAUXzBwL51k1EX { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.125rem;height:3.625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:22.375rem;left:0.875rem;display:block; }
#QFMzwSzTr9cQDvDtBhSvZzppXhRbRTrk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kGv8w68WBHynoiVL06LVgUc2TMDJ7NyC { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.874025rem;width:2.249025rem;top:23.75rem;left:21.625rem;overflow:hidden;display:block; }
#XTPATLtTpw1pRsh2uim1GkVW58KXmzIZ { position:absolute;display:block;z-index:15013;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:43.25rem;width:27.6875rem;top:2.5341796875rem;left:44.8125rem;overflow:hidden;display:block; }
#dJmvgGUqDiTu8kcONAahtX7RPLhPyS46 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.25rem;top:0.880859375rem;left:56.53125rem;overflow:hidden;display:block; }
#ETavxziRG3y1lVDzrGOiS00QyA8kLQXF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.25rem;top:0.880859375rem;left:65.28125rem;overflow:hidden;display:block; }
#TgcuAuucLiCJ9aobAXrmq22lM5sMTSy2 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.9375rem;left:0.875rem;height:4.0625rem;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; }
#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { background-color: transparent; background-image: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { display: none; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .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); }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { border-width: 0; border-radius: 0; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z { color:#192855;display:block;width:68.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:14.625rem;left:1.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9b8f900-6ce6-4bdb-b5e2-096c8aee9916/Iconionicioscheckmarkcircleoutline.png); }
#LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.4375rem;left:1.1875rem;display:block; }
#S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qFJTiJOvifkgsBxpraWd0T21MJkuok3C { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.375rem 0.625rem rgba(0,0,0,0.29) ;height:6.625rem;width:75rem;top:40.3125rem;left:0rem;display:block; }
#HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { color:rgba(var(--color-tertiary-0),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:41.3125rem;left:1.9375rem;height:4.6875rem;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; }
#l89iEVN5b1bhSTMoR0nr1Anz28veKnZh { position:absolute;display:block;z-index:15010;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:1rem;width:2.8125rem;top:35.75rem;left:22.125rem;overflow:hidden;display:block; }
#gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { color:#192855;display:block;width:39.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.625rem;left:1.1875rem;height:2.4375rem;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; }
#r3DGN2gMyh95m1oGvNliA42LCnw25vHb { color:#192855;display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.9;letter-spacing:0;top:1.5rem;left:1.1875rem;height:8.07425rem;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; }
#m19T59qsECJRHTyTMJoEErXI12k0rIUp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { border-width: 0; border-radius: 0; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { font-size:0.875rem;font-family:"open sans";height:8.625rem;width:75rem;position:relative;display:none; }#RJV0DXXGR3FT5vKHPNJlTx6dZtoMB7y5 { position:absolute;z-index:15003;top:1.3125rem;left:8.75rem;width:6.25rem;height:6.25rem;display:block; }
#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#303030;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; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { background-color: transparent; background-image: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { display: none; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .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); }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { border-width: 0; border-radius: 0; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { 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:4.4375rem;width:12.375rem;top:1.9375rem;left:1.4365234375rem;overflow:hidden;display:block; }
#LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5549049377441rem;left:18.005645751953rem;height:5.199225rem;display:block; }
#yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5047721862793rem;left:34.380428314209rem;height:1.3rem;display:block; }
#rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { color:rgba(var(--color-tertiary-0),1);display:block;width:9.249125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.5047721862793rem;left:53.561199188233rem;height:1.3rem;display:block; }
#TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:2.1875rem;left:65.6875rem;overflow:hidden;display:block; }
#b4usbdVaCXgySdNIrOvxP33s1OggnbbF { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:3.75rem;width:3.75rem;top:2.25rem;left:65.75rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H { display:block; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RF7KIok3KrXnthKGq6yG4mq9kPXDNAyz { width:9.3125rem;height:3.375rem;top:0rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #piLSXZuuCHa4fsiFuXtgIiGqMqVnnTCE { width:14.5rem;height:2.25rem;top:1rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/713faf39-e8b8-4de7-bd80-99da459d071d/maska.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.adaptive-delivery-prevent-bg, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyload, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyloading { background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:47.75rem;height:29.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:23.3125rem;height:4.38671875rem;top:6.0625rem;left:1.5625rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #IX8eG6RQSBc8M8LJgCEAiegbTPVcwS1Z { width:15.811625rem;height:1.7875rem;top:1.0625rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wwlZmsDwStnwNleLN1rebSh0wkq5S82J { width:16.625rem;height:2.75rem;top:0.50000047683716rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fIwTFfVXiNI9APw5lCTAUXzBwL51k1EX { width:22.5625rem;height:3.3125rem;top:20.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QFMzwSzTr9cQDvDtBhSvZzppXhRbRTrk { display:block; }
 }@media only screen and (max-width: 1199px) { #kGv8w68WBHynoiVL06LVgUc2TMDJ7NyC { width:2.1875rem;height:0.8496125rem;top:21.73046875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XTPATLtTpw1pRsh2uim1GkVW58KXmzIZ { width:18.4375rem;height:28.75rem;top:0.17916625rem;left:27.484630273696rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dJmvgGUqDiTu8kcONAahtX7RPLhPyS46 { width:5rem;height:4.8125rem;top:7.625rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ETavxziRG3y1lVDzrGOiS00QyA8kLQXF { width:5rem;height:4.875rem;top:13.393750548362rem;left:42.750003039837rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TgcuAuucLiCJ9aobAXrmq22lM5sMTSy2 { width:19.5625rem;height:3.4121125rem;top:12.4375rem;left:1.53125rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:47.75rem;height:46.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z { width:45.1875rem;height:18.21875rem;top:11.0625rem;left:1.3125rem;font-size:0.9375rem;display:block; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9b8f900-6ce6-4bdb-b5e2-096c8aee9916/Iconionicioscheckmarkcircleoutline.png); }
 }@media only screen and (max-width: 1199px) { #LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { width:23.375rem;height:3.3125rem;top:31.125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block; }
 }@media only screen and (max-width: 1199px) { #qFJTiJOvifkgsBxpraWd0T21MJkuok3C { width:45.4375rem;height:8.1875rem;top:35.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { width:38.5625rem;height:6.1875rem;top:36.875rem;left:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l89iEVN5b1bhSTMoR0nr1Anz28veKnZh { width:2.25rem;height:0.875rem;top:32.375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { width:34.9355625rem;height:1.94921875rem;top:7.9375rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r3DGN2gMyh95m1oGvNliA42LCnw25vHb { width:45.5605625rem;height:5.34375rem;top:1.4375rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m19T59qsECJRHTyTMJoEErXI12k0rIUp { display:none; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #RJV0DXXGR3FT5vKHPNJlTx6dZtoMB7y5 { width:6.25rem;height:6.25rem;top:1.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:47.75rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:10rem;height:3.625rem;top:1.185546875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { width:16.3748125rem;height:5.84765rem;top:5.6174049377441rem;left:0.818142414093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { width:12.8125rem;height:1.462675rem;top:7.8125rem;left:17.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { width:9.249125rem;height:1.462675rem;top:7.8092460632325rem;left:33.498263835907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { width:3.99956875rem;height:3.99956875rem;top:12.4375rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b4usbdVaCXgySdNIrOvxP33s1OggnbbF { width:3.75rem;height:3.75rem;top:12.5625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H { display:block; }#eQOVcUPVNo44DeTxZcyVr4vxLG5rcF5H > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RF7KIok3KrXnthKGq6yG4mq9kPXDNAyz { width:8.75rem;height:3.1875rem;top:1.52587890625E-5rem;left:5.5572918653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #piLSXZuuCHa4fsiFuXtgIiGqMqVnnTCE { width:14.5rem;height:2.25rem;top:4.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5dd5cc93-54e0-4d3e-9494-828679005a94/topmobile.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.adaptive-delivery-prevent-bg, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyload, #FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS.lazyloading { background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { background-color: transparent; background-image: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row > .video-iframe-container { display: none; }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .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); }#FTNPgLT3XCbqSGDZyET3clWJQ5R0zFsS > .row .container { width:20rem;height:36.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dUnG5uxTtDSSxJvPRkCzEituQSLRkWF3 { width:19.75rem;height:3.8984375rem;top:5.125rem;left:0.25000011920929rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IX8eG6RQSBc8M8LJgCEAiegbTPVcwS1Z { width:19.249125rem;height:1.70625rem;top:1.9375rem;left:0.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwlZmsDwStnwNleLN1rebSh0wkq5S82J { width:14.8123125rem;height:2.74956875rem;top:1.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIwTFfVXiNI9APw5lCTAUXzBwL51k1EX { width:19rem;height:3.5625rem;top:31.6875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFMzwSzTr9cQDvDtBhSvZzppXhRbRTrk { display:block; }
 }@media only screen and (max-width: 763px) { #kGv8w68WBHynoiVL06LVgUc2TMDJ7NyC { width:2.1875rem;height:0.8496125rem;top:33.0439453125rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTPATLtTpw1pRsh2uim1GkVW58KXmzIZ { width:11.75rem;height:18.375rem;top:13.0625rem;left:4.1250003576279rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJmvgGUqDiTu8kcONAahtX7RPLhPyS46 { width:3.75rem;height:3.5625rem;top:25.187501907349rem;left:14.816667437553rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETavxziRG3y1lVDzrGOiS00QyA8kLQXF { width:3.75rem;height:3.5625rem;top:13.75rem;left:14.816667437553rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgcuAuucLiCJ9aobAXrmq22lM5sMTSy2 { width:16rem;height:2.76171875rem;top:9.7744140625rem;left:2rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg { display:block; }#rxTqeTmaqC2wUqDOVudBFmoVVJaIvSTg > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z { width:18.75rem;height:41.375rem;top:14.25rem;left:0.625rem;font-size:0.9375rem;display:block; }#FsdN39krHIIkbTdWSRl2NdhBoyNKnz7Z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/a9b8f900-6ce6-4bdb-b5e2-096c8aee9916/Iconionicioscheckmarkcircleoutline.png); }
 }@media only screen and (max-width: 763px) { #LtZHVhbsrV4PLwVrBuWpFuT3TSghcOQE { width:18.6230625rem;height:3.624025rem;top:56.5rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S96UKtShhJTRgt0tNcrUioE0K9ACXaxP { display:block; }
 }@media only screen and (max-width: 763px) { #qFJTiJOvifkgsBxpraWd0T21MJkuok3C { width:20rem;height:9rem;top:61.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpqJwUluOKitsfcZxZXXtilJ7c7QP5sF { width:17.75rem;height:7.96875rem;top:61.953125rem;left:1.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l89iEVN5b1bhSTMoR0nr1Anz28veKnZh { width:2.25rem;height:0.874025rem;top:57.875rem;left:17.123046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gokR0nZU47gJ9HahePbDN3lFSlfqHtgJ { width:18.75rem;height:1.29980625rem;top:12.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3DGN2gMyh95m1oGvNliA42LCnw25vHb { width:19.1875rem;height:10.6875rem;top:0.78125rem;left:0.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m19T59qsECJRHTyTMJoEErXI12k0rIUp { display:none; }#m19T59qsECJRHTyTMJoEErXI12k0rIUp > .row .container { width:20rem;height:23.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RJV0DXXGR3FT5vKHPNJlTx6dZtoMB7y5 { width:6.25rem;height:6.25rem;top:17rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb { display:block; }#gbsueLWKBPzuIw1l3PNOomDfP5ZbhGnb > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZH3BGAdZspSgMmha7CpGTn3gqlk2fUZ { width:8.25rem;height:2.9375rem;top:0.8125rem;left:4.9658203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAA2BpkGVoXkHgnKhU5SNUwwSzMO7P1T { width:16.3748125rem;height:5.84765rem;top:4.8111991882324rem;left:0.90494793653488rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQlSXbPnIUoxRwRME7OcG6irCwWSg5Nh { width:12.8125rem;height:1.462675rem;top:11.547309875488rem;left:2.6866319775581rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGfvkw4XrRxiVnGnnE4cOoNxXhwN63dE { width:9.249125rem;height:1.462675rem;top:13.607860565186rem;left:4.4672313332558rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TruMkPhIxBH3AdVFKEPeKEZKEDQFRyzL { width:3.93663125rem;height:3.93663125rem;top:16.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4usbdVaCXgySdNIrOvxP33s1OggnbbF { width:3.75rem;height:3.75rem;top:16.75rem;left:7.25rem;display:block; }
 }