.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:247,241,227;--color-primary-1:227,199,135;--color-primary-2:216,185,114;--color-primary-3:130,111,68;--color-primary-4:43,37,23;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:19,19,19;--headlines-font-family:"FuturaPT";--paragraphs-font-family:"FuturaPT"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHP6OOSFnW6ruKLrpA2USTTUshabcCuf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UHP6OOSFnW6ruKLrpA2USTTUshabcCuf > .row .container { background-color: transparent; background-image: none; }#UHP6OOSFnW6ruKLrpA2USTTUshabcCuf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHP6OOSFnW6ruKLrpA2USTTUshabcCuf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHP6OOSFnW6ruKLrpA2USTTUshabcCuf > .row .container > .video-iframe-container { display: none; }#UHP6OOSFnW6ruKLrpA2USTTUshabcCuf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHP6OOSFnW6ruKLrpA2USTTUshabcCuf > .row > .video-iframe-container { display: none; }#UHP6OOSFnW6ruKLrpA2USTTUshabcCuf > .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); }#UHP6OOSFnW6ruKLrpA2USTTUshabcCuf > .row .container { border-width: 0; border-radius: 0; }#UHP6OOSFnW6ruKLrpA2USTTUshabcCuf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHP6OOSFnW6ruKLrpA2USTTUshabcCuf > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#EJQDitBv4ge9V6AvZNJydt258mbDePDV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:18.375rem;top:1.5rem;left:0rem;overflow:hidden;display:block; }
#KUvsEhoLvcbSSzflQu3ZzvkfBKGE5fkO { 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:1.0625rem;width:6.8125rem;top:1.5rem;left:24.71875rem;overflow:hidden;display:block; }
#JNJOZl07z6IMpsIoCMw3HUnuiyPEO02g { color:rgba(var(--color-primary-1),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.51171875rem;left:20.09375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xw4uKG8NmXfr8900D8Xft7eam2iudfW0 { color:rgba(var(--color-primary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.1875rem;left:40.625rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vl8pOJ0CwJvJg73ZFNSX3USOQX3Ud6yQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:3.51171875rem;left:40.65625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EvOk3BC14igaphKQqDIqPlsJ4wOqp5uO { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-1),1);border-left:0.125rem solid rgba(var(--color-primary-1),1);border-right:0.125rem solid rgba(var(--color-primary-1),1);border-bottom:0.125rem solid rgba(var(--color-primary-1),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-1),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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.40625rem;left:57.8125rem;display:block; }
#U7BN6u6RhOLgUsVO5O9mJThcoNqJqMZ3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tD0SkCFlBU8JgOWAxyxnAqJQlpFMVLQb { position:absolute;display:block;z-index:15006;background-color:#282828;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:3.125rem;width:0.125rem;top:1.6875rem;left:19.5rem;display:block; }
#wHA9uXuT8tJtQEfptAwuA5AXCOeWOzNV { position:absolute;display:block;z-index:15007;background-color:#282828;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:3.125rem;width:0.125rem;top:1.5625rem;left:38.15625rem;display:block; }
#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT { 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/e30acc4a-5973-4725-8852-069cf9918763/main2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT.adaptive-delivery-prevent-bg, #IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT.lazyload, #IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT.lazyloading { background-image: none; }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row .container { background-color: transparent; background-image: none; }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row .container > .video-iframe-container { display: none; }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row > .video-iframe-container { display: none; }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .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); }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row .container { border-width: 0; border-radius: 0; }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row .container { font-size:0.875rem;font-family:arial;height:54.6875rem;width:75rem;position:relative;display:block; }#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-form-header {  }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:#000000;width:27.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.8125rem;box-sizing:border-box;height:2.5625rem;color:#242424;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.8125rem;box-sizing:border-box;height:4.375rem;color:#242424;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:300;font-style:normal; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:27.8125rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR [class*="-text"]:-moz-placeholder { color:#242424;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR [class*="-text"]::-moz-placeholder { color:#242424;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR [class*="-text"]:-ms-input-placeholder { color:#242424;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR [class*="-text"]::-webkit-input-placeholder { color:#242424;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:26.625rem;overflow:hidden;font-style:normal;float:none; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-container:first-of-type{padding-top:0;}#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-container:last-of-type{padding-bottom:0;}#WIlMi3cfBTOOV858U43C9sTKTShoKlqR  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.75rem;left:42rem; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.8125rem;display:block;vertical-align:top; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR {display:block;}#WIlMi3cfBTOOV858U43C9sTKTShoKlqR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.75rem;left:42rem; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #qD6RBZfkCR5z7VqEMoCOvrZmKQFX26wZ { position:relative; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #TH9qKegsHAfW2mnPIoeSRIl1w4RZEDRi { position:relative;display:none; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #wzbGpq1I6btGUW3BQA8VNpQwZO9hdeRG { position:relative; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #TTJ092rPdO5ZHeTUw01KBwqD6dBk6Pw0 { position:relative; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #LT0wfLoE7qtQHmyqOLTC2482B44KZwP5 { position:relative;display:none; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #NpuuP31zMZhkanf9Jz1haQftXxxnQtsU { position:relative; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #wakT94Em2Sx4qJ7LN1wbw4TkInN63t5T { position:relative; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #GSPaa8we26AnarK7Qu4HTwni5XbPg0L6 { position:relative;display:none; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #KcHbOT8hArlTpOCNHAVWl2gB57E9z0hE { position:relative; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #uNPi2hOlhv7W9LId350zthS3RucQpGOK { position:relative; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #TtxDukq87zMu7lVv6NRe648dPPAMsTIR { position:relative;display:block; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #XqcwLzu3L6dTcTe7aEeOONS22b5yLdfw { position:relative; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #eagPPRPT6woNdx9XhfgbKWhrcLgirFos { position:relative; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR #Mgp9cranzNROL1dzfpUm2bVTlHhmD1aI { position:relative; }
#UNwbUbHgBLGmUpF6GZSfdSccTJXLOIbU { 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:5.0625rem;width:22.125rem;top:21.25rem;left:0rem;overflow:hidden;display:block; }
#FlzxLSaGu3JU5GIR9N5LL5COepTIWUUV { color:#242424;display:block;width:31.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:16.0625rem;left:0rem;height:3.5996125rem;display:block; }
#IRMReQXeF4y64FvzhvddRDtM1KPCoKgB { color:#242424;display:block;width:37.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:6.3125rem;left:0rem;height:9rem;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; }
#DJE39qRpfpHVh29yklNtpumJ7TTiwKNq { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:30.375rem;top:9.3125rem;left:41.9375rem;overflow:hidden;display:block; }
#G75dfQHVWEl1IbOb2ymZT2GPkeTVTPoB { position:absolute;display:block;z-index:14999;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.9375rem;width:30.375rem;top:4.5625rem;left:42rem;display:block; }
#qT27nBsnoWet6SnJa11TcHQxrw1oe7fJ { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.8125rem;left:43.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s38n3n0Ry31KrDEQieoUQ4pMFEHGpraa { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));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:11.875rem;width:18.3125rem;top:42.8125rem;left:0.875rem;display:block; }
#mZmpgqSl4EnSZTGUJTL443il2Ixo4Lme { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));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:11.875rem;width:18.3125rem;top:42.8125rem;left:19.1875rem;display:block; }
#pmDkkpMJemvfzH2kn4y0rin8RqGFUUx7 { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));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:11.875rem;width:18.3125rem;top:42.8125rem;left:37.5rem;display:block; }
#QkqapT0xyi0HxTGmZ2DNcUVOxB0JwO4K { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));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:11.875rem;width:18.3125rem;top:42.8125rem;left:55.8125rem;display:block; }
#oBQqopUAZDg1sWnoraAGrHtCDTdkP6D4 { color:#242424;display:block;width:8.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:44.1875rem;left:5.78125rem;height:5.25rem;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; }
#OBRXsbwTVEyBHZnXCxKQ1dCiJHtHXJsC { color:#242424;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:49.4375rem;left:3.8125rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iXaMfaN6f7518eR6LMAQiGCv8PwffqOc { color:#242424;display:block;width:10.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:44.1875rem;left:23rem;height:5.25rem;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; }
#AWm5vhOITfFVHTLt9qNFsemf2r6b83Ra { color:#242424;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:49.4375rem;left:22.125rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q3u5cQ4Fnmldf8fkeXZyRmANNTSnK8PE { color:#242424;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:44.1875rem;left:40.4375rem;height:5.25rem;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; }
#zNquGA36NDFEqDWk8fAU7DNovUFuoaBC { color:#242424;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:49.4375rem;left:40.78125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JuR665P9lOsZZea4SMPo0DvbZC3N2nSf { color:#242424;display:block;width:13.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:44.1875rem;left:58.40625rem;height:5.25rem;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; }
#PT0lPny6kUzDbGbicme9xWBKreqgoZhQ { color:#242424;display:block;width:8.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:49.4375rem;left:60.84375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SPJD4lwfFB2NdQK0Eq1caoEqK1c5nwuT { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42rem;width:75rem;top:20.375rem;left:0rem;display:block; }
#ICspovebHmcTIu6cCW1urV9JrF6R5pnR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),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; }#ICspovebHmcTIu6cCW1urV9JrF6R5pnR > .row .container { background-color: transparent; background-image: none; }#ICspovebHmcTIu6cCW1urV9JrF6R5pnR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICspovebHmcTIu6cCW1urV9JrF6R5pnR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICspovebHmcTIu6cCW1urV9JrF6R5pnR > .row .container > .video-iframe-container { display: none; }#ICspovebHmcTIu6cCW1urV9JrF6R5pnR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ICspovebHmcTIu6cCW1urV9JrF6R5pnR > .row > .video-iframe-container { display: none; }#ICspovebHmcTIu6cCW1urV9JrF6R5pnR > .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); }#ICspovebHmcTIu6cCW1urV9JrF6R5pnR > .row .container { border-width: 0; border-radius: 0; }#ICspovebHmcTIu6cCW1urV9JrF6R5pnR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ICspovebHmcTIu6cCW1urV9JrF6R5pnR > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf { 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/15f7a1a9-0ca5-4007-9a27-7d146e1d877c/team.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf.adaptive-delivery-prevent-bg, #SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf.lazyload, #SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf.lazyloading { background-image: none; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row .container { background-color: transparent; background-image: none; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row .container > .video-iframe-container { display: none; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row > .video-iframe-container { display: none; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .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); }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row .container { border-width: 0; border-radius: 0; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;position:relative;display:block; }#cxtrxAwGxMJWc4r1S1iA583fdaV9hsBs { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.5625rem;left:0rem;height:4.04980625rem;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; }
#PmT09XFvuONWt2goJXPycekfnle3Fgxa { color:rgba(var(--color-primary-1),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5625rem;left:31.28125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFO13bzvEK2Q5Cgl09y0WK3sfsGGq5PI { color:rgba(var(--color-tertiary-0),1);display:block;width:73.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.9;letter-spacing:0;top:11.875rem;left:0.84375rem;height:12.823225rem;text-align:center;text-align-last:center;display:block; }
#A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 { position:relative;display:block; }#A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 { background-color: transparent; background-image: none; }#A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 > .row .container > .video-iframe-container { display: none; }#A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 > .row > .video-iframe-container { display: none; }#A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 > .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); }#A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 { border-width: 0; border-radius: 0; }#A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 > .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; }#A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 > .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:19rem;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; }#z7GTfJ2G51I8rWsTZhIyLQDUTnEzybwv { color:rgba(var(--color-tertiary-0),1);display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.849609375rem;left:8.09375rem;height:4.79980625rem;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; }
#zdNAB7Zrw5wdt9IopdTuOVIACJm5c3J8 { color:#242424;display:block;width:52.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:9.74609375rem;left:11.09375rem;height:6.411625rem;text-align:center;text-align-last:center;display:block; }
#nZBvoD00WwXl198KLNcOUUFKmnQo0Ids { position:relative;display:none; }#nZBvoD00WwXl198KLNcOUUFKmnQo0Ids { border-width: 0; border-radius: 0; }#nZBvoD00WwXl198KLNcOUUFKmnQo0Ids > .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; }#nZBvoD00WwXl198KLNcOUUFKmnQo0Ids > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uX0pgUTV47ch2rR0G4D6IC8aAJFyraVT { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7f44fc17-764d-48ff-b3df-16a14973c9e1/Layer1.jpg");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:17.375rem;width:17.375rem;top:0.6875rem;left:19.3125rem;display:block; }#uX0pgUTV47ch2rR0G4D6IC8aAJFyraVT.adaptive-delivery-prevent-bg, #uX0pgUTV47ch2rR0G4D6IC8aAJFyraVT.lazyload, #uX0pgUTV47ch2rR0G4D6IC8aAJFyraVT.lazyloading { background-image: none; }
#uX0pgUTV47ch2rR0G4D6IC8aAJFyraVT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uX0pgUTV47ch2rR0G4D6IC8aAJFyraVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#q2EgXMBzUkOcJTWVuKcTE0X2EIK7XbM8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:12.125rem;left:21.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rrdmW9Sk6r35c0WDVNzpiQ0SVZbHT4m7 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b2613bad-b40a-4275-87b1-3b6ed974af94/Layer2.jpg");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:17.375rem;width:17.375rem;top:0.6875rem;left:38.125rem;display:block; }#rrdmW9Sk6r35c0WDVNzpiQ0SVZbHT4m7.adaptive-delivery-prevent-bg, #rrdmW9Sk6r35c0WDVNzpiQ0SVZbHT4m7.lazyload, #rrdmW9Sk6r35c0WDVNzpiQ0SVZbHT4m7.lazyloading { background-image: none; }
#U63xRa4MhpMNgNaFSkNrJQF7ityi2UAx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:12.125rem;left:40.625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cFyQftdycQLpP1TQ9yFtSRRmcn0xaB9e { position:relative;display:none; }#cFyQftdycQLpP1TQ9yFtSRRmcn0xaB9e { border-width: 0; border-radius: 0; }#cFyQftdycQLpP1TQ9yFtSRRmcn0xaB9e > .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; }#cFyQftdycQLpP1TQ9yFtSRRmcn0xaB9e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#KCXiCTwv3VMlvnegIQMoHrfHWdCAJ13b { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/25491db9-296d-4ea1-b0ad-ba4b12b97ce3/Layer3.jpg");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:17.375rem;width:17.375rem;top:0.6875rem;left:19.3125rem;display:block; }#KCXiCTwv3VMlvnegIQMoHrfHWdCAJ13b.adaptive-delivery-prevent-bg, #KCXiCTwv3VMlvnegIQMoHrfHWdCAJ13b.lazyload, #KCXiCTwv3VMlvnegIQMoHrfHWdCAJ13b.lazyloading { background-image: none; }
#bFxZrKZedebXPM6RRSgZ4nvNUVc8D4oi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:12.25rem;left:21.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#plcTt8hhcvVWVCFfpCc8J3HbAokbK1yC { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2fa5b06e-55bd-4840-b13d-dca8f78be55b/Layer4.jpg");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:17.375rem;width:17.375rem;top:0.6875rem;left:38.1875rem;display:block; }#plcTt8hhcvVWVCFfpCc8J3HbAokbK1yC.adaptive-delivery-prevent-bg, #plcTt8hhcvVWVCFfpCc8J3HbAokbK1yC.lazyload, #plcTt8hhcvVWVCFfpCc8J3HbAokbK1yC.lazyloading { background-image: none; }
#N4oUPVygN8cOwT94PWTnkiA8O3gCwxqX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:12.125rem;left:40.6875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE { position:relative;display:block; }#pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE { background-color: transparent; background-image: none; }#pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE > .row .container > .video-iframe-container { display: none; }#pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE > .row > .video-iframe-container { display: none; }#pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE > .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); }#pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE { border-width: 0; border-radius: 0; }#pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE > .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; }#pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE > .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:21.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; }#TO072mKkJL47V4KFQaiwuWRRAJO9UoMz { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7f44fc17-764d-48ff-b3df-16a14973c9e1/Layer1.jpg");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:17.375rem;width:17.375rem;top:1.9375rem;left:0.6875rem;display:block; }#TO072mKkJL47V4KFQaiwuWRRAJO9UoMz.adaptive-delivery-prevent-bg, #TO072mKkJL47V4KFQaiwuWRRAJO9UoMz.lazyload, #TO072mKkJL47V4KFQaiwuWRRAJO9UoMz.lazyloading { background-image: none; }
#TO072mKkJL47V4KFQaiwuWRRAJO9UoMz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TO072mKkJL47V4KFQaiwuWRRAJO9UoMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#aIW9Vhcq7oN6yCCvZFyhSHqHT6x1Hcyg { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b2613bad-b40a-4275-87b1-3b6ed974af94/Layer2.jpg");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:17.375rem;width:17.375rem;top:1.9375rem;left:19.4375rem;display:block; }#aIW9Vhcq7oN6yCCvZFyhSHqHT6x1Hcyg.adaptive-delivery-prevent-bg, #aIW9Vhcq7oN6yCCvZFyhSHqHT6x1Hcyg.lazyload, #aIW9Vhcq7oN6yCCvZFyhSHqHT6x1Hcyg.lazyloading { background-image: none; }
#CVL5tdw9dRMcHSLwpopkBhkM3h5XLrQu { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/25491db9-296d-4ea1-b0ad-ba4b12b97ce3/Layer3.jpg");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:17.375rem;width:17.375rem;top:1.8125rem;left:38.1875rem;display:block; }#CVL5tdw9dRMcHSLwpopkBhkM3h5XLrQu.adaptive-delivery-prevent-bg, #CVL5tdw9dRMcHSLwpopkBhkM3h5XLrQu.lazyload, #CVL5tdw9dRMcHSLwpopkBhkM3h5XLrQu.lazyloading { background-image: none; }
#fcUydkrFgGQylO1QOod2CP5qepTaghiE { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2fa5b06e-55bd-4840-b13d-dca8f78be55b/Layer4.jpg");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:17.375rem;width:17.375rem;top:1.9375rem;left:56.9375rem;display:block; }#fcUydkrFgGQylO1QOod2CP5qepTaghiE.adaptive-delivery-prevent-bg, #fcUydkrFgGQylO1QOod2CP5qepTaghiE.lazyload, #fcUydkrFgGQylO1QOod2CP5qepTaghiE.lazyloading { background-image: none; }
#SrmMZtHTKGelTiA6EPTpaN23GOJwIS2z { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.375rem;left:3.15625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MH6LJxy9wtvLr4xarxgWngNHEuZK6THz { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:13.375rem;left:21.90625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zTpwaOaMfxbssT2UuW86M75HofJhQR1f { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:13.375rem;left:40.65625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwfUSI0AmZbMF1PwVy1bozNmb2DmLo0C { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:13.375rem;left:59.40625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xsHxMrpeP1vydflTTOBV0XB4bk4RwprN { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:2.75rem;top:7.8125rem;left:8.03125rem;overflow:hidden;display:block; }
#wwZoq9oqM98u3PxhPXVAw6rz3x7wwQSG { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.25rem;top:8.15625rem;left:26rem;overflow:hidden;display:block; }
#gsHWD40quJiTZ3aD9Alr4WJpL2KlLaEM { position:absolute;display:block;z-index:15018;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.8125rem;width:3.3125rem;top:7.625rem;left:45.21875rem;overflow:hidden;display:block; }
#TUMUbNeheoMRmZkDueXQMDEqUtW2bcUA { position:absolute;display:block;z-index:15019;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.75rem;width:3.3125rem;top:7.65625rem;left:63.2578125rem;overflow:hidden;display:block; }
#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO { 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/2c2daf12-b5e6-43f7-a3a1-903449d19f22/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO.adaptive-delivery-prevent-bg, #KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO.lazyload, #KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO.lazyloading { background-image: none; }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row .container { background-color: transparent; background-image: none; }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row .container > .video-iframe-container { display: none; }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row > .video-iframe-container { display: none; }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .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); }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row .container { border-width: 0; border-radius: 0; }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:75rem;position:relative;display:block; }#DE25NnhOJioL7lTXD1HbIbLr3vlLkAKF { color:rgba(var(--color-tertiary-0),1);display:block;width:58.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.099609375rem;left:8.09375rem;height:4.79980625rem;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; }
#DtFsAU12dOgUbGTBl6ovOkJrggz1G2Uc { color:#242424;display:block;width:58.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.9;letter-spacing:0;top:10.62109375rem;left:8.1875rem;height:6.411625rem;text-align:center;text-align-last:center;display:block; }
#xXoyelrnnnOwsyZDpI1BydFTwDgriKHV { position:absolute;display:block;z-index:15004;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.17) ;height:27.5rem;width:23.125rem;top:22.0625rem;left:25.9375rem;display:block; }
#Pg739kRhWs2Vp64VtNhulrJDk3pDIH3M { 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:1rem;width:1.375rem;top:24.875rem;left:27.625rem;overflow:hidden;display:block; }
#bMZE02kl9PLm9qemLiuwU25PTgK4wcrF { 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:4.8125rem;width:4.8125rem;top:23.0625rem;left:35.125rem;overflow:hidden;display:block; }
#z4INXHGlVpW6F6IspR2RrNGkURMAWkLU { position:absolute;display:block;z-index:15007;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:1.375rem;top:46.1875rem;left:45.5rem;overflow:hidden;display:block; }
#iDmPUW1shnuube3O3KFpvkVd7nJzcl23 { color:#242424;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:28.6875rem;left:31.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTTSwkM1Lo6ox3CUTK9DvIqlcOkNXcn4 { 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:1.0625rem;width:6.8125rem;top:45.8125rem;left:34.0625rem;overflow:hidden;display:block; }
#eXKAhvkKFJQP7wfbXRPcCHX2vcupvm9e { color:#494949;display:block;width:20rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:31.4375rem;left:27.5rem;height:11.15625rem;text-align:center;text-align-last:center;display:block; }
#yLqSTW0XfvaMUeSkKCVdVDVyQPqX5IDL { 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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.17) ;height:27.5rem;width:23.125rem;top:22.0625rem;left:51.875rem;display:block; }
#QqF694AOE3mmRLld9yPfd7lgZceWyaeN { 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:1rem;width:1.375rem;top:45.5rem;left:71.4375rem;overflow:hidden;display:block; }
#WRqiqn6eNe0XgQVt8DFppeFTVXN10hn2 { color:#494949;display:block;width:20rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15011;line-height:1.7;letter-spacing:0;top:31.5625rem;left:53.4375rem;height:7.96875rem;text-align:center;text-align-last:center;display:block; }
#kfOVwGwszDaUUBLs3TZFFU4OQpB130B5 { position:absolute;display:block;z-index:15021;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:1.0625rem;width:6.8125rem;top:43.9375rem;left:60rem;overflow:hidden;display:block; }
#T7or0F17uhQtZeRVrhODwULrFevFJp7W { color:#242424;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:28.6875rem;left:57.25rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A0PaEJ3sPqbckrV7VctOyOUHNOKbxvKa { 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:4.8125rem;width:4.8125rem;top:23.0625rem;left:61.0625rem;overflow:hidden;display:block; }
#Stb24mrszoHZoXridsnawXcq79w0lzJQ { 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:1rem;width:1.375rem;top:24.875rem;left:53.5625rem;overflow:hidden;display:block; }
#bveftayRX0ilS8RUgTZ5ZfdJaTZOdX5F { position:absolute;display:block;z-index:15018;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.17) ;height:27.5rem;width:23.125rem;top:22.0625rem;left:0rem;display:block; }
#U5BtfLgLQc8mLoKKWDez3gSNbA5Axwty { position:absolute;display:block;z-index:15021;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:1.375rem;top:44.25rem;left:19.5625rem;overflow:hidden;display:block; }
#v5hWeV4905L4hOq5cObg6kfobvuTCOA6 { color:#494949;display:block;width:20rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:31.5625rem;left:1.5625rem;height:7.96875rem;text-align:center;text-align-last:center;display:block; }
#L12DiJACQwm7gLTsr8I3mruWnua9dV6y { position:absolute;display:block;z-index:15028;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:1.0625rem;width:6.8125rem;top:42.6875rem;left:8.125rem;overflow:hidden;display:block; }
#s3ZKPFuMN7R4EsGolEiUW6mFXcR2p7nM { color:#242424;display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:28.6875rem;left:5.375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ruateIr2Ve0szdQAlL07yIqzv4cLdnRF { position:absolute;display:block;z-index:15020;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.8125rem;width:4.8125rem;top:23.0625rem;left:9.1875rem;overflow:hidden;display:block; }
#JJbGUQMh5A63gua64T4Ot5I5EyvBPJD9 { position:absolute;display:block;z-index:15019;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:1.375rem;top:24.875rem;left:1.6875rem;overflow:hidden;display:block; }
#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS { 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/f62e9610-463d-4b66-868e-4644461e5459/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS.adaptive-delivery-prevent-bg, #GUC09nlKX14JuDJxPHJPF35vLFaHKqVS.lazyload, #GUC09nlKX14JuDJxPHJPF35vLFaHKqVS.lazyloading { background-image: none; }#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS > .row .container { background-color: transparent; background-image: none; }#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS > .row .container > .video-iframe-container { display: none; }#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS > .row > .video-iframe-container { display: none; }#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS > .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); }#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS > .row .container { border-width: 0; border-radius: 0; }#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#P64oCmGf3ZJfNKTPyMJs6EtlUPMdk755 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.3125rem;left:12.875rem;height:9.75rem;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; }
#yaBB0ZaZ0IC0pk1CHIJNyidh7dNs1W9z { color:#242424;display:block;width:33.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.9;letter-spacing:0;top:14.6875rem;left:20.9375rem;height:4.75rem;text-align:center;text-align-last:center;display:block; }
#GfAWmV4E2cRWzMHbmcKlC0mR32I5lxX0 { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:20.5rem;left:24.5rem;display:block; }
#IRIqEna21bLwt46HlQVSuHxtc4QuOJCD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts > .row .container { background-color: transparent; background-image: none; }#SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts > .row .container > .video-iframe-container { display: none; }#SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts > .row > .video-iframe-container { display: none; }#SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts > .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); }#SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts > .row .container { border-width: 0; border-radius: 0; }#SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#CPRQTwcRUtmxZpT8AIMG6igV3iedAWwO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:23.5rem;top:5.21875rem;left:0rem;overflow:hidden;display:block; }
#z0Ep4442gSit7Uenw1NLPKGVZagPX6QG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:3.9375rem;top:5.5rem;left:25.8125rem;overflow:hidden;display:block; }
#z4nzTmreqDuiWLPQeL2ZxAQa8Iw7iJaH { 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:3.8125rem;width:3.9375rem;top:5.4375rem;left:54rem;overflow:hidden;display:block; }
#TqsloW2kb1zPJzWw9ININSHTfJOTBB0v { color:rgba(var(--color-tertiary-0),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.9375rem;left:31.3125rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v4avkR6ec30yPbiDAcnlOsUGT9Gpvk8h { color:rgba(var(--color-primary-1),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.6875rem;left:30.8125rem;height:3.4121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#taZQWSVydNPXlE75aJMTq0THNoCdf1es { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.375rem;left:58.875rem;height:3.8994125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR > .row .container { background-color: transparent; background-image: none; }#LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR > .row .container > .video-iframe-container { display: none; }#LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR > .row > .video-iframe-container { display: none; }#LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR > .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); }#LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR > .row .container { border-width: 0; border-radius: 0; }#LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#RARJ4Xqf28JVCe6IxAO2ZzbQIceWAiBI { color:rgba(var(--color-primary-1),1);display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.380859375rem;left:18.25rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #UHP6OOSFnW6ruKLrpA2USTTUshabcCuf { display:block; }#UHP6OOSFnW6ruKLrpA2USTTUshabcCuf > .row .container { width:47.75rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EJQDitBv4ge9V6AvZNJydt258mbDePDV { width:10.9375rem;height:1.875rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KUvsEhoLvcbSSzflQu3ZzvkfBKGE5fkO { width:6.8125rem;height:1.0625rem;top:1.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JNJOZl07z6IMpsIoCMw3HUnuiyPEO02g { width:9.75rem;height:2.5996125rem;top:3.375rem;left:13.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xw4uKG8NmXfr8900D8Xft7eam2iudfW0 { width:10.5rem;height:1.94921875rem;top:2.125rem;left:24.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vl8pOJ0CwJvJg73ZFNSX3USOQX3Ud6yQ { width:9.8125rem;height:1.0556625rem;top:4.25rem;left:24.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EvOk3BC14igaphKQqDIqPlsJ4wOqp5uO { width:8.6875rem;height:3.4375rem;top:1.96875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U7BN6u6RhOLgUsVO5O9mJThcoNqJqMZ3 { display:block; }
 }@media only screen and (max-width: 1199px) { #tD0SkCFlBU8JgOWAxyxnAqJQlpFMVLQb { width:0.125rem;height:3.125rem;top:1.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wHA9uXuT8tJtQEfptAwuA5AXCOeWOzNV { width:0.125rem;height:3.125rem;top:1.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e30acc4a-5973-4725-8852-069cf9918763/main2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT.adaptive-delivery-prevent-bg, #IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT.lazyload, #IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT.lazyloading { background-image: none; }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row .container { background-color: transparent; background-image: none; }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.73); }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row .container > .video-iframe-container { display: none; }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,40,40,0.73); }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row > .video-iframe-container { display: none; }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .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); }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row .container { width:47.75rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-regular-label { width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-text { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-textarea { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-select { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-button { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-checkbox-label { width:17.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR  { width:19.125rem;height:auto;top:7.4375rem;left:24.6875rem; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .radio-container { width:19.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR {display:block;}#WIlMi3cfBTOOV858U43C9sTKTShoKlqR { width:19.125rem;height:auto;top:7.4375rem;left:24.6875rem; }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #qD6RBZfkCR5z7VqEMoCOvrZmKQFX26wZ {  }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #TH9qKegsHAfW2mnPIoeSRIl1w4RZEDRi {  }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #wzbGpq1I6btGUW3BQA8VNpQwZO9hdeRG {  }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #TTJ092rPdO5ZHeTUw01KBwqD6dBk6Pw0 {  }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #LT0wfLoE7qtQHmyqOLTC2482B44KZwP5 {  }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #NpuuP31zMZhkanf9Jz1haQftXxxnQtsU {  }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #wakT94Em2Sx4qJ7LN1wbw4TkInN63t5T {  }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #GSPaa8we26AnarK7Qu4HTwni5XbPg0L6 {  }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #KcHbOT8hArlTpOCNHAVWl2gB57E9z0hE {  }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #uNPi2hOlhv7W9LId350zthS3RucQpGOK {  }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #TtxDukq87zMu7lVv6NRe648dPPAMsTIR {  }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #XqcwLzu3L6dTcTe7aEeOONS22b5yLdfw {  }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #eagPPRPT6woNdx9XhfgbKWhrcLgirFos {  }
 }@media only screen and (max-width: 1199px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #Mgp9cranzNROL1dzfpUm2bVTlHhmD1aI {  }
 }@media only screen and (max-width: 1199px) { #UNwbUbHgBLGmUpF6GZSfdSccTJXLOIbU { width:16.125rem;height:3.625rem;top:22.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FlzxLSaGu3JU5GIR9N5LL5COepTIWUUV { width:20.3125rem;height:7.19925rem;top:13.4375rem;left:1.75rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #IRMReQXeF4y64FvzhvddRDtM1KPCoKgB { width:20.1875rem;height:4.798825rem;top:7.4375rem;left:1.75rem;font-size:2rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #DJE39qRpfpHVh29yklNtpumJ7TTiwKNq { width:21.625rem;height:1rem;top:6.5rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G75dfQHVWEl1IbOb2ymZT2GPkeTVTPoB { width:21.625rem;height:5.875rem;top:1.875rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qT27nBsnoWet6SnJa11TcHQxrw1oe7fJ { width:20.9375rem;height:1.625rem;top:3.375rem;left:25.0625rem;font-size:1.25rem;color:#282828;display:block; }
 }@media only screen and (max-width: 1199px) { #s38n3n0Ry31KrDEQieoUQ4pMFEHGpraa { width:8.75rem;height:8.125rem;top:37.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mZmpgqSl4EnSZTGUJTL443il2Ixo4Lme { width:8.75rem;height:8.125rem;top:37.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pmDkkpMJemvfzH2kn4y0rin8RqGFUUx7 { width:8.75rem;height:8.125rem;top:37.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QkqapT0xyi0HxTGmZ2DNcUVOxB0JwO4K { width:8.75rem;height:8.125rem;top:37.0625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oBQqopUAZDg1sWnoraAGrHtCDTdkP6D4 { width:8.5rem;height:3rem;top:38.1875rem;left:6.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OBRXsbwTVEyBHZnXCxKQ1dCiJHtHXJsC { width:6.0625rem;height:2.5996125rem;top:41.1875rem;left:7.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iXaMfaN6f7518eR6LMAQiGCv8PwffqOc { width:7.5625rem;height:3rem;top:37.75rem;left:24.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AWm5vhOITfFVHTLt9qNFsemf2r6b83Ra { width:7.75rem;height:2.5996125rem;top:41.1875rem;left:24.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3u5cQ4Fnmldf8fkeXZyRmANNTSnK8PE { width:7.375rem;height:3rem;top:38.9375rem;left:15.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zNquGA36NDFEqDWk8fAU7DNovUFuoaBC { width:7.625rem;height:1.29980625rem;top:42.0625rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JuR665P9lOsZZea4SMPo0DvbZC3N2nSf { width:7.5625rem;height:3rem;top:38.25rem;left:33.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PT0lPny6kUzDbGbicme9xWBKreqgoZhQ { width:5.0625rem;height:2.5996125rem;top:41.1875rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPJD4lwfFB2NdQK0Eq1caoEqK1c5nwuT { width:47.75rem;height:26.74rem;top:20.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ICspovebHmcTIu6cCW1urV9JrF6R5pnR { display:block; }#ICspovebHmcTIu6cCW1urV9JrF6R5pnR > .row .container { width:47.75rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/15f7a1a9-0ca5-4007-9a27-7d146e1d877c/team.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf.adaptive-delivery-prevent-bg, #SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf.lazyload, #SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf.lazyloading { background-image: none; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row .container { background-color: transparent; background-image: none; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row .container > .video-iframe-container { display: none; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row > .video-iframe-container { display: none; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .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); }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row .container { width:47.75rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cxtrxAwGxMJWc4r1S1iA583fdaV9hsBs { width:47.75rem;height:7.349625rem;top:4.4375rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PmT09XFvuONWt2goJXPycekfnle3Fgxa { width:12.4375rem;height:1.4619125rem;top:2.4375rem;left:17.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xFO13bzvEK2Q5Cgl09y0WK3sfsGGq5PI { width:39.375rem;height:16.03125rem;top:13.625rem;left:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 { display:block; }#A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 > .row .container { width:47.75rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #z7GTfJ2G51I8rWsTZhIyLQDUTnEzybwv { width:47.75rem;height:3.67480625rem;top:2.1875rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zdNAB7Zrw5wdt9IopdTuOVIACJm5c3J8 { width:43rem;height:8.546875rem;top:6.4375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nZBvoD00WwXl198KLNcOUUFKmnQo0Ids { display:block; }#nZBvoD00WwXl198KLNcOUUFKmnQo0Ids > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uX0pgUTV47ch2rR0G4D6IC8aAJFyraVT { width:17.375rem;height:17.375rem;top:0.6875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q2EgXMBzUkOcJTWVuKcTE0X2EIK7XbM8 { width:12.4375rem;height:1.7871125rem;top:12.9375rem;left:8.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rrdmW9Sk6r35c0WDVNzpiQ0SVZbHT4m7 { width:17.375rem;height:17.375rem;top:0.6875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U63xRa4MhpMNgNaFSkNrJQF7ityi2UAx { width:12.4375rem;height:1.7871125rem;top:12.9375rem;left:26.71875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cFyQftdycQLpP1TQ9yFtSRRmcn0xaB9e { display:block; }#cFyQftdycQLpP1TQ9yFtSRRmcn0xaB9e > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KCXiCTwv3VMlvnegIQMoHrfHWdCAJ13b { width:17.375rem;height:17.375rem;top:0rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bFxZrKZedebXPM6RRSgZ4nvNUVc8D4oi { width:12.4375rem;height:1.7871125rem;top:11.5625rem;left:8.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #plcTt8hhcvVWVCFfpCc8J3HbAokbK1yC { width:17.375rem;height:17.375rem;top:0rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N4oUPVygN8cOwT94PWTnkiA8O3gCwxqX { width:12.4375rem;height:1.7871125rem;top:11.5625rem;left:26.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE { display:none; }#pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TO072mKkJL47V4KFQaiwuWRRAJO9UoMz { width:17.375rem;height:17.375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aIW9Vhcq7oN6yCCvZFyhSHqHT6x1Hcyg { width:17.375rem;height:17.375rem;top:1.9375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CVL5tdw9dRMcHSLwpopkBhkM3h5XLrQu { width:17.375rem;height:17.375rem;top:1.8125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fcUydkrFgGQylO1QOod2CP5qepTaghiE { width:17.375rem;height:17.375rem;top:1.9375rem;left:30.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SrmMZtHTKGelTiA6EPTpaN23GOJwIS2z { width:12.4375rem;height:1.75rem;top:13.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MH6LJxy9wtvLr4xarxgWngNHEuZK6THz { width:12.4375rem;height:1.75rem;top:13.375rem;left:11.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTpwaOaMfxbssT2UuW86M75HofJhQR1f { width:12.4375rem;height:1.75rem;top:13.375rem;left:23.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zwfUSI0AmZbMF1PwVy1bozNmb2DmLo0C { width:12.4375rem;height:1.75rem;top:13.375rem;left:35.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xsHxMrpeP1vydflTTOBV0XB4bk4RwprN { width:2.75rem;height:4.4375rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wwZoq9oqM98u3PxhPXVAw6rz3x7wwQSG { width:4.25rem;height:3.75rem;top:8.125rem;left:15.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gsHWD40quJiTZ3aD9Alr4WJpL2KlLaEM { width:3.3125rem;height:4.8125rem;top:7.625rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TUMUbNeheoMRmZkDueXQMDEqUtW2bcUA { width:3.3125rem;height:4.75rem;top:7.625rem;left:39.4140625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2c2daf12-b5e6-43f7-a3a1-903449d19f22/bg.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;display:block; }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO.adaptive-delivery-prevent-bg, #KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO.lazyload, #KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO.lazyloading { background-image: none; }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row .container { background-color: transparent; background-image: none; }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row .container > .video-iframe-container { display: none; }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row > .video-iframe-container { display: none; }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .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); }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row .container { width:47.75rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DE25NnhOJioL7lTXD1HbIbLr3vlLkAKF { width:47.75rem;height:3.67480625rem;top:2.5625rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DtFsAU12dOgUbGTBl6ovOkJrggz1G2Uc { width:42.75rem;height:8.546875rem;top:7.5625rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xXoyelrnnnOwsyZDpI1BydFTwDgriKHV { width:46.5625rem;height:20.625rem;top:40.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Pg739kRhWs2Vp64VtNhulrJDk3pDIH3M { width:1.375rem;height:1rem;top:41.9375rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bMZE02kl9PLm9qemLiuwU25PTgK4wcrF { width:4.8125rem;height:4.8125rem;top:41.9375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z4INXHGlVpW6F6IspR2RrNGkURMAWkLU { width:1.375rem;height:1rem;top:58rem;left:43.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iDmPUW1shnuube3O3KFpvkVd7nJzcl23 { width:12.4375rem;height:1.7871125rem;top:46.75rem;left:18.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTTSwkM1Lo6ox3CUTK9DvIqlcOkNXcn4 { width:6.8125rem;height:1.0625rem;top:49.125rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eXKAhvkKFJQP7wfbXRPcCHX2vcupvm9e { width:42.0625rem;height:6.375rem;top:51.625rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yLqSTW0XfvaMUeSkKCVdVDVyQPqX5IDL { width:46.5625rem;height:20.625rem;top:17.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqF694AOE3mmRLld9yPfd7lgZceWyaeN { width:1.375rem;height:1rem;top:36.1875rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WRqiqn6eNe0XgQVt8DFppeFTVXN10hn2 { width:40.4375rem;height:4.78125rem;top:29.25rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kfOVwGwszDaUUBLs3TZFFU4OQpB130B5 { width:6.8125rem;height:1.0625rem;top:26.8125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7or0F17uhQtZeRVrhODwULrFevFJp7W { width:12.4375rem;height:1.7871125rem;top:24.6875rem;left:18.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A0PaEJ3sPqbckrV7VctOyOUHNOKbxvKa { width:4.8125rem;height:4.8125rem;top:19.0625rem;left:22.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Stb24mrszoHZoXridsnawXcq79w0lzJQ { width:1.375rem;height:1rem;top:20.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bveftayRX0ilS8RUgTZ5ZfdJaTZOdX5F { width:46.5625rem;height:20.875rem;top:62.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U5BtfLgLQc8mLoKKWDez3gSNbA5Axwty { width:1.375rem;height:1rem;top:81rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v5hWeV4905L4hOq5cObg6kfobvuTCOA6 { width:41.5rem;height:4.78125rem;top:75.375rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #L12DiJACQwm7gLTsr8I3mruWnua9dV6y { width:6.8125rem;height:1.0625rem;top:72.6875rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s3ZKPFuMN7R4EsGolEiUW6mFXcR2p7nM { width:12.4375rem;height:1.7871125rem;top:70.4375rem;left:16.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ruateIr2Ve0szdQAlL07yIqzv4cLdnRF { width:4.8125rem;height:4.8125rem;top:65.0625rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JJbGUQMh5A63gua64T4Ot5I5EyvBPJD9 { width:1.375rem;height:1rem;top:64.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GUC09nlKX14JuDJxPHJPF35vLFaHKqVS { display:block; }#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS > .row .container { width:47.75rem;height:24.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P64oCmGf3ZJfNKTPyMJs6EtlUPMdk755 { width:40.5rem;height:7.5rem;top:2.8125rem;left:3.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yaBB0ZaZ0IC0pk1CHIJNyidh7dNs1W9z { width:33.125rem;height:4.2734375rem;top:11.875rem;left:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GfAWmV4E2cRWzMHbmcKlC0mR32I5lxX0 { width:23.25rem;height:3.75rem;top:17.75rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IRIqEna21bLwt46HlQVSuHxtc4QuOJCD { display:block; }
 }@media only screen and (max-width: 1199px) { #SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts { display:block; }#SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts > .row .container { width:47.75rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CPRQTwcRUtmxZpT8AIMG6igV3iedAWwO { width:14.6875rem;height:2.5625rem;top:4.4609375rem;left:0.6142578125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z0Ep4442gSit7Uenw1NLPKGVZagPX6QG { width:3.9375rem;height:3.8125rem;top:1.5rem;left:21.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #z4nzTmreqDuiWLPQeL2ZxAQa8Iw7iJaH { width:3.9375rem;height:3.8125rem;top:1.5rem;left:37.822265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqsloW2kb1zPJzWw9ININSHTfJOTBB0v { width:12.3125rem;height:1.29980625rem;top:8.44921875rem;left:17.71875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #v4avkR6ec30yPbiDAcnlOsUGT9Gpvk8h { width:14.125rem;height:2.03125rem;top:6.23046875rem;left:16.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #taZQWSVydNPXlE75aJMTq0THNoCdf1es { width:12.1875rem;height:2.5996125rem;top:6.9609375rem;left:33.697265625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR { display:block; }#LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RARJ4Xqf28JVCe6IxAO2ZzbQIceWAiBI { width:38.5rem;height:1.29980625rem;top:1.380859375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UHP6OOSFnW6ruKLrpA2USTTUshabcCuf { display:block; }#UHP6OOSFnW6ruKLrpA2USTTUshabcCuf > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJQDitBv4ge9V6AvZNJydt258mbDePDV { width:18.375rem;height:3.25rem;top:1.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUvsEhoLvcbSSzflQu3ZzvkfBKGE5fkO { width:6.8125rem;height:1.0625rem;top:7.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNJOZl07z6IMpsIoCMw3HUnuiyPEO02g { width:16.0625rem;height:1.29980625rem;top:9.9375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw4uKG8NmXfr8900D8Xft7eam2iudfW0 { width:12.5rem;height:2.35546875rem;top:13.75rem;left:3.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl8pOJ0CwJvJg73ZFNSX3USOQX3Ud6yQ { width:12.4375rem;height:1.29980625rem;top:16.75rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvOk3BC14igaphKQqDIqPlsJ4wOqp5uO { width:15.625rem;height:3.4375rem;top:19.267578125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7BN6u6RhOLgUsVO5O9mJThcoNqJqMZ3 { display:block; }
 }@media only screen and (max-width: 763px) { #tD0SkCFlBU8JgOWAxyxnAqJQlpFMVLQb { width:18.75rem;height:0.125rem;top:6.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHA9uXuT8tJtQEfptAwuA5AXCOeWOzNV { width:18.75rem;height:0.125rem;top:12.53125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT { display:block; }#IXcFGPMPWQBxXrg1UyUKLoKuf4NXltwT > .row .container { width:20rem;height:120.95rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-text {padding-top: 0; padding-bottom: 0;}#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-select {padding-top: 0; padding-bottom: 0;}#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR  { width:17.5rem;height:auto;top:27.9375rem;left:0rem; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WIlMi3cfBTOOV858U43C9sTKTShoKlqR {display:block;}#WIlMi3cfBTOOV858U43C9sTKTShoKlqR { width:17.5rem;height:auto;top:27.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #qD6RBZfkCR5z7VqEMoCOvrZmKQFX26wZ {  }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #TH9qKegsHAfW2mnPIoeSRIl1w4RZEDRi {  }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #wzbGpq1I6btGUW3BQA8VNpQwZO9hdeRG {  }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #TTJ092rPdO5ZHeTUw01KBwqD6dBk6Pw0 {  }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #LT0wfLoE7qtQHmyqOLTC2482B44KZwP5 {  }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #NpuuP31zMZhkanf9Jz1haQftXxxnQtsU {  }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #wakT94Em2Sx4qJ7LN1wbw4TkInN63t5T {  }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #GSPaa8we26AnarK7Qu4HTwni5XbPg0L6 {  }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #KcHbOT8hArlTpOCNHAVWl2gB57E9z0hE {  }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #uNPi2hOlhv7W9LId350zthS3RucQpGOK {  }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #TtxDukq87zMu7lVv6NRe648dPPAMsTIR {  }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #XqcwLzu3L6dTcTe7aEeOONS22b5yLdfw {  }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #eagPPRPT6woNdx9XhfgbKWhrcLgirFos {  }
 }@media only screen and (max-width: 763px) { #WIlMi3cfBTOOV858U43C9sTKTShoKlqR #Mgp9cranzNROL1dzfpUm2bVTlHhmD1aI {  }
 }@media only screen and (max-width: 763px) { #UNwbUbHgBLGmUpF6GZSfdSccTJXLOIbU { width:20rem;height:4.576175rem;top:16.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlzxLSaGu3JU5GIR9N5LL5COepTIWUUV { width:17.8125rem;height:7.19925rem;top:7.47265625rem;left:1.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IRMReQXeF4y64FvzhvddRDtM1KPCoKgB { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJE39qRpfpHVh29yklNtpumJ7TTiwKNq { width:20rem;height:0.98730625rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G75dfQHVWEl1IbOb2ymZT2GPkeTVTPoB { width:20rem;height:4.9375rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT27nBsnoWet6SnJa11TcHQxrw1oe7fJ { width:20rem;height:1.70605625rem;top:24.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s38n3n0Ry31KrDEQieoUQ4pMFEHGpraa { width:18.3125rem;height:11.875rem;top:56rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZmpgqSl4EnSZTGUJTL443il2Ixo4Lme { width:18.3125rem;height:11.875rem;top:69.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmDkkpMJemvfzH2kn4y0rin8RqGFUUx7 { width:18.3125rem;height:11.875rem;top:82.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkqapT0xyi0HxTGmZ2DNcUVOxB0JwO4K { width:18.3125rem;height:11.875rem;top:95.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBQqopUAZDg1sWnoraAGrHtCDTdkP6D4 { width:8.5rem;height:4.5rem;top:57.375rem;left:5.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBRXsbwTVEyBHZnXCxKQ1dCiJHtHXJsC { width:12.4375rem;height:3.57421875rem;top:62.5rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXaMfaN6f7518eR6LMAQiGCv8PwffqOc { width:10.6875rem;height:4.5rem;top:70.5rem;left:4.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWm5vhOITfFVHTLt9qNFsemf2r6b83Ra { width:12.4375rem;height:3.57421875rem;top:75.75rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3u5cQ4Fnmldf8fkeXZyRmANNTSnK8PE { width:13.125rem;height:4.5rem;top:84.6875rem;left:3.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNquGA36NDFEqDWk8fAU7DNovUFuoaBC { width:12.4375rem;height:1.7871125rem;top:89.9375rem;left:3.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuR665P9lOsZZea4SMPo0DvbZC3N2nSf { width:13.125rem;height:4.5rem;top:96.6875rem;left:3.4375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT0lPny6kUzDbGbicme9xWBKreqgoZhQ { width:8.25rem;height:3.57421875rem;top:102rem;left:5.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPJD4lwfFB2NdQK0Eq1caoEqK1c5nwuT { width:20rem;height:11.2rem;top:108.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICspovebHmcTIu6cCW1urV9JrF6R5pnR { display:block; }#ICspovebHmcTIu6cCW1urV9JrF6R5pnR > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/15f7a1a9-0ca5-4007-9a27-7d146e1d877c/team.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf.adaptive-delivery-prevent-bg, #SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf.lazyload, #SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf.lazyloading { background-image: none; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row .container { background-color: transparent; background-image: none; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row .container > .video-iframe-container { display: none; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row > .video-iframe-container { display: none; }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .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); }#SNKts8nAZL65Fs5m1h1f3OHVm5vtw6tf > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxtrxAwGxMJWc4r1S1iA583fdaV9hsBs { width:18.1875rem;height:7.19825rem;top:4.4609375rem;left:0.90625rem;font-size:2rem;color:#242424;display:block; }
 }@media only screen and (max-width: 763px) { #PmT09XFvuONWt2goJXPycekfnle3Fgxa { width:12.4375rem;height:1.4619125rem;top:1.9375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFO13bzvEK2Q5Cgl09y0WK3sfsGGq5PI { width:20rem;height:26.77148125rem;top:13.7216796875rem;left:0rem;font-size:1.0625rem;line-height:1.4;color:#282828;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 { display:block; }#A8cQM6KtPG57xATgSU2lmTX3KGQEx7B6 > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z7GTfJ2G51I8rWsTZhIyLQDUTnEzybwv { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdNAB7Zrw5wdt9IopdTuOVIACJm5c3J8 { width:18.875rem;height:15.1875rem;top:7.046875rem;left:0.5625rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nZBvoD00WwXl198KLNcOUUFKmnQo0Ids { display:none; }#nZBvoD00WwXl198KLNcOUUFKmnQo0Ids > .row .container { width:20rem;height:38.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uX0pgUTV47ch2rR0G4D6IC8aAJFyraVT { width:17.375rem;height:17.375rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2EgXMBzUkOcJTWVuKcTE0X2EIK7XbM8 { width:12.4375rem;height:0;top:13.5rem;left:3.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrdmW9Sk6r35c0WDVNzpiQ0SVZbHT4m7 { width:17.375rem;height:17.375rem;top:19.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U63xRa4MhpMNgNaFSkNrJQF7ityi2UAx { width:12.4375rem;height:0;top:32.125rem;left:3.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFyQftdycQLpP1TQ9yFtSRRmcn0xaB9e { display:none; }#cFyQftdycQLpP1TQ9yFtSRRmcn0xaB9e > .row .container { width:20rem;height:38.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KCXiCTwv3VMlvnegIQMoHrfHWdCAJ13b { width:17.375rem;height:17.375rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFxZrKZedebXPM6RRSgZ4nvNUVc8D4oi { width:12.4375rem;height:0;top:12.8125rem;left:3.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plcTt8hhcvVWVCFfpCc8J3HbAokbK1yC { width:17.375rem;height:17.375rem;top:19.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4oUPVygN8cOwT94PWTnkiA8O3gCwxqX { width:12.4375rem;height:0;top:31.4375rem;left:3.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE { display:block; }#pi2smfXuNNnKbT2SSWPed3HDxabJ2SZE > .row .container { width:20rem;height:76.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO072mKkJL47V4KFQaiwuWRRAJO9UoMz { width:17.375rem;height:17.375rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIW9Vhcq7oN6yCCvZFyhSHqHT6x1Hcyg { width:17.375rem;height:17.375rem;top:19.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVL5tdw9dRMcHSLwpopkBhkM3h5XLrQu { width:17.375rem;height:17.375rem;top:38.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcUydkrFgGQylO1QOod2CP5qepTaghiE { width:17.375rem;height:17.375rem;top:57.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrmMZtHTKGelTiA6EPTpaN23GOJwIS2z { width:12.4375rem;height:1.7871125rem;top:12.0625rem;left:3.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH6LJxy9wtvLr4xarxgWngNHEuZK6THz { width:12.4375rem;height:1.7871125rem;top:31.3125rem;left:3.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTpwaOaMfxbssT2UuW86M75HofJhQR1f { width:12.4375rem;height:1.7871125rem;top:50.5625rem;left:3.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwfUSI0AmZbMF1PwVy1bozNmb2DmLo0C { width:12.4375rem;height:1.7871125rem;top:68.1875rem;left:3.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsHxMrpeP1vydflTTOBV0XB4bk4RwprN { width:2.75rem;height:4.4375rem;top:5.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwZoq9oqM98u3PxhPXVAw6rz3x7wwQSG { width:4.25rem;height:3.75rem;top:25.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsHWD40quJiTZ3aD9Alr4WJpL2KlLaEM { width:3.3125rem;height:4.8125rem;top:43.875rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUMUbNeheoMRmZkDueXQMDEqUtW2bcUA { width:3.3125rem;height:4.75rem;top:61.9375rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO { display:block; }#KuXPxwyMVsDaB77on8ufFN4OTbh6gkaO > .row .container { width:20rem;height:112.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DE25NnhOJioL7lTXD1HbIbLr3vlLkAKF { width:20rem;height:4.798825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtFsAU12dOgUbGTBl6ovOkJrggz1G2Uc { width:19.25rem;height:19.121125rem;top:7.296875rem;left:0.375rem;font-size:1.125rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #xXoyelrnnnOwsyZDpI1BydFTwDgriKHV { width:20rem;height:28.25rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg739kRhWs2Vp64VtNhulrJDk3pDIH3M { width:1.375rem;height:1rem;top:58.6875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMZE02kl9PLm9qemLiuwU25PTgK4wcrF { width:4.8125rem;height:4.8125rem;top:57.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4INXHGlVpW6F6IspR2RrNGkURMAWkLU { width:1.375rem;height:1rem;top:81.1875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDmPUW1shnuube3O3KFpvkVd7nJzcl23 { width:12.4375rem;height:1.7871125rem;top:62.8125rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTSwkM1Lo6ox3CUTK9DvIqlcOkNXcn4 { width:6.8125rem;height:1.0625rem;top:80.375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXKAhvkKFJQP7wfbXRPcCHX2vcupvm9e { width:18.1875rem;height:14.34375rem;top:65rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLqSTW0XfvaMUeSkKCVdVDVyQPqX5IDL { width:20rem;height:25.75rem;top:85.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqF694AOE3mmRLld9yPfd7lgZceWyaeN { width:1.375rem;height:1rem;top:108.5625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRqiqn6eNe0XgQVt8DFppeFTVXN10hn2 { width:18.25rem;height:11.15625rem;top:94.875rem;left:0.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfOVwGwszDaUUBLs3TZFFU4OQpB130B5 { width:6.8125rem;height:1.0625rem;top:107.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7or0F17uhQtZeRVrhODwULrFevFJp7W { width:12.4375rem;height:1.7871125rem;top:92.4375rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0PaEJ3sPqbckrV7VctOyOUHNOKbxvKa { width:4.8125rem;height:4.8125rem;top:86.8125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stb24mrszoHZoXridsnawXcq79w0lzJQ { width:1.375rem;height:1rem;top:89.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bveftayRX0ilS8RUgTZ5ZfdJaTZOdX5F { width:20rem;height:25.375rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5BtfLgLQc8mLoKKWDez3gSNbA5Axwty { width:1.375rem;height:1rem;top:50.625rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5hWeV4905L4hOq5cObg6kfobvuTCOA6 { width:17.0625rem;height:11.15625rem;top:37.75rem;left:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L12DiJACQwm7gLTsr8I3mruWnua9dV6y { width:6.8125rem;height:1.0625rem;top:49.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ZKPFuMN7R4EsGolEiUW6mFXcR2p7nM { width:12.4375rem;height:1.7871125rem;top:35.4375rem;left:3.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruateIr2Ve0szdQAlL07yIqzv4cLdnRF { width:4.8125rem;height:4.8125rem;top:30rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJbGUQMh5A63gua64T4Ot5I5EyvBPJD9 { width:1.375rem;height:1rem;top:31.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUC09nlKX14JuDJxPHJPF35vLFaHKqVS { display:block; }#GUC09nlKX14JuDJxPHJPF35vLFaHKqVS > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P64oCmGf3ZJfNKTPyMJs6EtlUPMdk755 { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaBB0ZaZ0IC0pk1CHIJNyidh7dNs1W9z { width:17.9375rem;height:6.410125rem;top:6.732421875rem;left:1.03125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfAWmV4E2cRWzMHbmcKlC0mR32I5lxX0 { width:19rem;height:3.75rem;top:14.4375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRIqEna21bLwt46HlQVSuHxtc4QuOJCD { display:block; }
 }@media only screen and (max-width: 763px) { #SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts { display:block; }#SVW4xvXu7oebTrMUn7bBPCwUJEiLv5Ts > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPRQTwcRUtmxZpT8AIMG6igV3iedAWwO { width:18.75rem;height:3.3125rem;top:2rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0Ep4442gSit7Uenw1NLPKGVZagPX6QG { width:3.9375rem;height:3.8125rem;top:7.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4nzTmreqDuiWLPQeL2ZxAQa8Iw7iJaH { width:3.9375rem;height:3.8125rem;top:18.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqsloW2kb1zPJzWw9ININSHTfJOTBB0v { width:17.375rem;height:1.7871125rem;top:15.375rem;left:1.3125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4avkR6ec30yPbiDAcnlOsUGT9Gpvk8h { width:18.4375rem;height:2.4375rem;top:12.9375rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #taZQWSVydNPXlE75aJMTq0THNoCdf1es { width:12.1875rem;height:3.574225rem;top:23.875rem;left:3.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR { display:block; }#LzqqsNVWEHuW9Xvig5M9x89hQDJxQHkR > .row .container { width:20rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RARJ4Xqf28JVCe6IxAO2ZzbQIceWAiBI { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }