.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,233,217;--color-primary-1:255,180,128;--color-primary-2:255,105,0;--color-primary-3:128,53,0;--color-primary-4:38,16,0;--color-secondary-0:255,255,255;--color-secondary-1:204,204,204;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:213,217,222;--color-tertiary-2:116,127,146;--color-tertiary-3:58,64,73;--color-tertiary-4:12,13,15;--headlines-font-family:"Proxima Nova";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1c1c1b;background-image:url("https://images.assets-landingi.com/uc/1befb97e-02e6-470c-a8b3-8e45becd20e2/BannerETPOS3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-form-header { font-size:0.8125rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;color:rgba(var(--color-tertiary-1),1);width:16.3125rem;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;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .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:16.3125rem;box-sizing:border-box;height:1.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"proxima nova";vertical-align:top; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-text {padding-top: 0; padding-bottom: 0;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .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:16.3125rem;box-sizing:border-box;height:2.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"proxima nova";vertical-align:top; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .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:16.3125rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;vertical-align:top; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-select {padding-top: 0; padding-bottom: 0;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .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; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-button { border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom: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.125rem;font-weight:bold;color:#ffffff;width:16.3125rem;height:3.25rem;font-family:"proxima nova";overflow:hidden;line-height:1.7; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm [class*="-text"]:-moz-placeholder { color:rgba(var(--color-secondary-4),1);font-family:"proxima nova";font-size:0.875rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm [class*="-text"]::-moz-placeholder { color:rgba(var(--color-secondary-4),1);font-family:"proxima nova";font-size:0.875rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-secondary-4),1);font-family:"proxima nova";font-size:0.875rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-secondary-4),1);font-family:"proxima nova";font-size:0.875rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .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:rgba(var(--color-secondary-4),1);vertical-align:top;width:15.125rem;overflow:hidden;font-style:normal;float:none; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .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; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .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; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-container:first-of-type{padding-top:0;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-container:last-of-type{padding-bottom:0;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;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:12.5rem;left:57.5rem;font-size:0.8125rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.3125rem;display:block;vertical-align:top; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-secondary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm {display:block;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;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:12.5rem;left:57.5rem;font-size:0.8125rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #bKI8q5nVruWdVbBIXRh5GbgIGp9zMXZi { position:relative; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #VfTWNsJcmVkZ8xqrvIfgroDNZMFNXm0T { position:relative;display:block; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #z1JZaD3QKEDOf1xloF4LXN9XVJi3xiAn { position:relative; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #b78oWWWqK92DJfohiyginQEyi7owV1oc { position:relative; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #eZS5hyWIsGDGE0IASTforBreUa5WvAaO { position:relative;display:block; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #N4Q1NDNWNIyPbfxmEWfOnltH9AdxZTPq { position:relative; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #m6nTi9uLZ1ldcBlKCCQWCdxr83039Do5 { position:relative; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #T57XVDTbd8Z26DDKLWfioG4e7EeL5fGx { position:relative;display:block; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #hWopO9R8ZO5tovl71y62EBtG7Co2BZEy { position:relative; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #GwrVzx16hBNPWctbgV8oMJKot4rXmEFk { position:relative; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #JskTRsWfcZ9qsp9cTbWpTIlMXuxs6TyB { position:relative;display:block; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #RqccFxWM3Ra2slqEp9GnamnGmJ5tBnBD { position:relative; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #etKe2L4FKTtfkEgCu7XbFVkBuR0QFdgT { position:relative; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #TQdhWJPM3dMer7n9rPnTTkeFKe4U7Ib8 { position:relative;display:block; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #iLp5BqZQIoIhs5iUH180RykTEGIHkqzQ { position:relative; }
#N3Da33SL6woGGtrnJfU9h8p0ONlo6beb { position:relative;display:block; }
#ttTihB2GTQCHRtXoPGRSTRyp5cwJELGu { position:relative;display:block; }
#TzCumFGeyqG0wMNJ5pkXeeG7ksg7y5FE { position:relative;display:block; }
#Tq9aThwbM8c64yxRInzM504CufyKbB19 { position:relative;display:block; }
#ac5oyuTAs0tPA6SwALzFt9XmLDvzEZNO { position:relative;display:block; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #uQ0GzlPU6DGydrrTlKlXXNm2mrEh1QqG { position:relative; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #GMnBV8lqr38J6T4zhUbgJtv0zUWxVQ3F { position:relative; }
#lxTXBgqiE2DARbFA080e0PEOmRmgiPBz { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:16.3125rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vkLUgchb9k0rCXlBaQxrCab1MCANCC82 { 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:3.4375rem;width:10.3125rem;top:5.8125rem;left:0rem;overflow:hidden;display:block; }
#fmlR45yfOTy07tgyOdx8AB48hgaDRLCP { color:rgba(var(--color-primary-2),1);display:block;width:14.5625rem;position:absolute;font-family:"proxima nova";font-size:1.375rem;font-weight:300;z-index:15018;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-secondary-4),0.5);top:13.375rem;left:1.3125rem;height:1.375rem;font-style:normal;display:block; }
#HH4uy0UePNzQTx8lVJ75cD9NWVBezElW { color:rgba(var(--color-secondary-0),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:8.5625rem;left:59.59375rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ymXgt7Whk68fTXswGMvwq5CDayCHOH7T { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:22.625rem;top:6.75rem;left:54.65rem;overflow:hidden;display:block; }
#hxZdxgg5rhJWF4okpZosOOpcm8CTfehl { box-sizing:content-box;height:2.375rem;width:16.5625rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-secondary-0),0);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:12.8125rem;left:0rem;display:block; }
#OztGTkZR3BFDTV89SWtOAo8ydcuCwBKm { box-sizing:content-box;height:35.4375rem;width:22.0625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(273deg, rgba(var(--color-secondary-3),0.12), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(273deg, rgba(var(--color-secondary-3),0.12), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(273deg, rgba(var(--color-secondary-3),0.12), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(273deg, rgba(var(--color-secondary-3),0.12), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.12)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.12)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(273deg, rgba(var(--color-secondary-3),0.12), rgba(var(--color-secondary-4),0));background-size:auto !important;top:6.75rem;left:55.25rem;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/a9d441d1-7bf5-45d0-a7ac-4e8747892a2a/Artboard5_1.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; }#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf.adaptive-delivery-prevent-bg, #ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf.lazyload, #ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf.lazyloading { background-image: none; }#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf > .row .container { background-color: transparent; background-image: none; }#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf > .row .container > .video-iframe-container { display: none; }#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf > .row > .video-iframe-container { display: none; }#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf > .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); }#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf > .row .container { border-width: 0; border-radius: 0; }#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#qHwyz7C2AFxKyw5uqu7tVKn9UGuQbq2v { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:15.875rem;top:1.875rem;left:29.5625rem;overflow:hidden;display:block; }
#u4vDFXamQS1BJN6TU9qellFiSoVXGxqz { box-sizing:content-box;height:0.25rem;width:3.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5625rem;left:35.625rem;display:block; }
#TgCLFHli8afCywDt78J2J1MJXCAMaVqc { color:rgba(var(--color-secondary-4),1);display:block;width:25.8125rem;position:absolute;font-family:"proxima nova";font-size:2.875rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:9.625rem;left:41.1875rem;height:5.17480625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UFdsnFrAybpy9bLx8CxPddln5dxv14oT { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:31.875rem;top:12.1875rem;left:2.75rem;overflow:hidden;display:block; }
#ryxlNlQzZmr2a9poxTb4upZO9PuCA9iz { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:16.9375rem;top:28.4375rem;left:20.5625rem;overflow:hidden;display:block; }
#aXT5234gtyN9TvCZXdiAygSbDbX2ddd3 { color:rgba(var(--color-primary-2),1);display:block;width:25.8125rem;position:absolute;font-family:"proxima nova";font-size:2.25rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:36.5625rem;left:41.1875rem;height:4.04980625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MJdfuv6flc0nfNfVCOaXSTDsdS2GfPMt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:18.5rem;left:45.875rem;height:1.29980625rem;display:block; }
#a49eSMyhNi95kTQl20xLMzCsqkicqXDX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.125rem;left:45.8125rem;height:1.29980625rem;display:block; }
#sQaSw2pz3KEXNO59AslCdwBCdEeJddZC { color:rgba(var(--color-primary-2),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.8125rem;left:23.5rem;height:1.4624rem;display:block; }
#zT4rWuO16OrH4Rag2xoJVE4GnnzeZcMe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:32.5625rem;left:23.5rem; }
#JzXK8AXbxaVG44Dq3lAoUvCkWpXVE3kx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:32.5625rem;left:24.8125rem; }
#Rcx30ZOwdh6I1Twp7ro9y7ZM1BBdQ1y6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:32.5625rem;left:26.0625rem; }
#VesnFG1sEUz7MOE7IOE2k4M8ql3s49h9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:32.5625rem;left:27.4375rem; }
#GbO74fm48g1HBZyFJZXd8H8Fs1gALcQG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:42.375rem;left:72.9375rem; }
#WvC1xF7wfdDp7Gz8UXw5sPlcHVMF61fQ { color:rgba(var(--color-tertiary-1),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:43.25rem;left:41.1875rem;height:1.0996125rem;display:block; }
#pHNFv2CSStyqWDMtB0RFLTgfJ1Bd3vKR { box-sizing:content-box;height:0.125rem;width:21.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-2),0.11);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.8125rem;left:41.25rem;display:block; }
#f0s5Hig7ByzkwKlSetfOBqsQyNk4ArTF { box-sizing:content-box;height:4.4375rem;width:25.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #f3faff;border-left:0.125rem solid #f3faff;border-right:0.125rem solid #f3faff;border-bottom:0.125rem solid #f3faff;top:25.99365234375rem;left:41.15625rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }
#Oe72d3qo6pw51Ue8255AZC3m0ueHlzRF { box-sizing:content-box;height:4.4375rem;width:25.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #f6fff3;border-left:0.125rem solid #f6fff3;border-right:0.125rem solid #f6fff3;border-bottom:0.125rem solid #f6fff3;top:22.4375rem;left:41.125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#J9HBl1qMtBtz8FtLT2P2Txec7XJHkKLH { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:17.9375rem;left:42.3125rem;overflow:hidden;display:block; }
#Cg9QTvNH8L6n0cdAVcQrshppvtEBtRR6 { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:23.75rem;left:42.3125rem;overflow:hidden;display:block; }
#Tbhu2WMZQ1Jzgsm9ifOmAIcaftRHtvPw { box-sizing:content-box;height:4.4375rem;width:25.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #f3faff;border-left:0.125rem solid #f3faff;border-right:0.125rem solid #f3faff;border-bottom:0.125rem solid #f3faff;top:16.8125rem;left:41.125rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#JpooZTR1qTQiBAGxzlWXXJNBLBhX6Sll { color:rgba(var(--color-tertiary-4),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.125rem;left:46.3125rem;height:2.5996125rem;display:block; }
#mqoPROJHVhoPrxpB0rfC5uQu7VB7qzJy { box-sizing:content-box;height:4.4375rem;width:25.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid #f6fff3;border-left:0.125rem solid #f6fff3;border-right:0.125rem solid #f6fff3;border-bottom:0.125rem solid #f6fff3;top:27.9375rem;left:41.25rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#k3Ek6hd6XFnK5pgqkcwI8QtBwi7XhCJV { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:29.25rem;left:42.4375rem;overflow:hidden;display:block; }
#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6b3ae583-e4cc-4701-909b-870223575c46/DSC09648_editada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai.adaptive-delivery-prevent-bg, #i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai.lazyload, #i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai.lazyloading { background-image: none; }#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai > .row .container { background-color: transparent; background-image: none; }#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai > .row .container > .video-iframe-container { display: none; }#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai > .row > .video-iframe-container { display: none; }#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai > .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); }#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai > .row .container { border-width: 0; border-radius: 0; }#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;position:relative;display:block; }#U9K37dQTCeEBztSGhOJcCC3kzy8kZx4N { color:rgba(var(--color-primary-2),1);display:block;width:23.75rem;position:absolute;font-family:"proxima nova";font-size:3.1875rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:9.25rem;left:44.625rem;height:2.86865rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ArOwff3sq5ROrWlpkZiGxIcTXdJdA28R { box-sizing:content-box;height:1.875rem;width:15.3125rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:5.25rem;left:44.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#yDAUrzfUuCo30zQTDVWEbo0VOsiXrJUL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:5.5rem;left:45.5rem; }
#Qm6ANkh0ZXiiaotaxczzn3li0P3Rzpba { color:rgba(var(--color-secondary-0),1);display:block;width:12rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:5.8125rem;left:47.5rem;height:0.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gcoLt06TWFTkbdfxL0BNTlPfZm4pkWPq { color:rgba(var(--color-tertiary-2),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:21.0625rem;left:44.625rem;height:5.0244125rem;display:block; }#gcoLt06TWFTkbdfxL0BNTlPfZm4pkWPq li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#gcoLt06TWFTkbdfxL0BNTlPfZm4pkWPq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d42f49ea97e1a5a15fd3f2293262bf92f7a7d953.svg); }
#cAa9FETQGhyMC1AouiL9izuo41FH5J6d { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:47.5rem;width:38.625rem;top:-4.22607421875rem;left:0rem;overflow:hidden;display:block; }
#zNwETWN1JSC9r2AyH7CAlwBiGqC22wid { box-sizing:content-box;height:3rem;width:10.0625rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.3125rem;left:2.1875rem;display:block; }
#VzbTZUXUD5z9rDOJxQTklu9fTSvcXXhe { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.3125rem;top:30.75rem;left:3.3125rem;overflow:hidden;display:block; }
#WCqqHVRTRy4zJ5TJg3rl4o5Ef4c2Teki { box-sizing:content-box;height:3rem;width:0.3125rem;position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.3125rem;left:1.875rem;display:block; }
#XFcB33t8i2Pf4gtNrfv0FGC8ziHeTLvB { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.625rem;left:44.625rem;height:6.5rem;display:block; }
#xSkNvweLzwp2WCFawoMihgv9xWDL5Z3J { 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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:29.3125rem;left:44.625rem;display:block; }
#mIWP7O27AR7KPWEU0J6FoxC0lsl4MMP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZLKInyqgHxLToOs5zyXg2G4Cxuz6TGxT { 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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19rem;left:5.6875rem;display:none; }
#K5RV1UnDypO81ehTQK6UGzMkx9TXCoMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wJGLNJqTFcWQXSazutf3GMlhFI6lgByH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#wJGLNJqTFcWQXSazutf3GMlhFI6lgByH > .row .container { background-color: transparent; background-image: none; }#wJGLNJqTFcWQXSazutf3GMlhFI6lgByH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJGLNJqTFcWQXSazutf3GMlhFI6lgByH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJGLNJqTFcWQXSazutf3GMlhFI6lgByH > .row .container > .video-iframe-container { display: none; }#wJGLNJqTFcWQXSazutf3GMlhFI6lgByH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJGLNJqTFcWQXSazutf3GMlhFI6lgByH > .row > .video-iframe-container { display: none; }#wJGLNJqTFcWQXSazutf3GMlhFI6lgByH > .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); }#wJGLNJqTFcWQXSazutf3GMlhFI6lgByH > .row .container { border-width: 0; border-radius: 0; }#wJGLNJqTFcWQXSazutf3GMlhFI6lgByH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wJGLNJqTFcWQXSazutf3GMlhFI6lgByH > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#kve9WXpwh2appkHTNwLhZQ0oK0yr7CET { color:rgba(var(--color-primary-2),1);display:block;width:43.6875rem;position:absolute;font-family:"proxima nova";font-size:2.8125rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:7.9375rem;left:15.6875rem;height:5.0625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gQ4yC57I0SXsaHI1iDCmF5Tp5UZ91oof { color:rgba(var(--color-primary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:4.8125rem;left:21.75rem;height:1.16845625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#Zt9TQ4EedaT7LJWwRf5sU2F0F375WAfN { color:rgba(var(--color-tertiary-2),1);display:block;width:31.1875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:15.1875rem;left:21.9375rem;height:2.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fs0VtQGysvylNfhG6WuctNeI4J2pxBwW { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.4375rem;top:20.5rem;left:14.25rem;overflow:hidden;display:block; }
#p6V8bfhEE4e3g5s8KGMOL3CNSJ6FT27g { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.4375rem;top:20.5rem;left:23rem;overflow:hidden;display:block; }
#hkEJAReXQGlUVVh8HMt6CDzuTy0KPd9p { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.4375rem;top:20.5rem;left:31.6875rem;overflow:hidden;display:block; }
#NzkHTam4AFlo6L8TV1Muk87lRiaRILNO { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.4375rem;top:20.5rem;left:40.4375rem;overflow:hidden;display:block; }
#LNUxN0XSw0ptoH9nTfTUJb4CwEH8fyif { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.4375rem;top:20.5rem;left:48.5625rem;overflow:hidden;display:block; }
#rQc2UsKWmRBH7MwNzhky8EKgLDQytZLo { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.4375rem;top:20.5rem;left:56.3125rem;overflow:hidden;display:block; }
#g20tNFNwwq0kXh3SSPrX2lrVlkTSzk5A { box-sizing:content-box;height:0.125rem;width:0.125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.5rem;left:12.0625rem;display:block; }
#KSGlEmpSkwNkcdGufCaSma7bJFVSGDAx { box-sizing:content-box;height:0.125rem;width:55.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0.35);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23rem;left:9.5625rem;display:block; }
#EWQdPvN5oapauQoAnow4NATh0Gx1xRsr { color:rgba(var(--color-primary-2),1);display:block;width:6.5625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:26.4375rem;left:13.0625rem;height:1.125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TUFMXvfghg86tDyrvyt8BnbTaC0Vmt5e { color:rgba(var(--color-tertiary-2),1);display:block;width:6.875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15007;line-height:.9;letter-spacing:0;top:29.3125rem;left:13.0625rem;height:2.69970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Lk9bacDv8h3qfzRFHuO6V2vahvZ6gJhV { color:rgba(var(--color-tertiary-2),1);display:block;width:8.1875rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15009;line-height:.9;letter-spacing:0;top:29.3125rem;left:21.125rem;height:2.69970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dGDqMDq2oQcaH0sXI49ZdB7FBFr142BR { color:rgba(var(--color-primary-2),1);display:block;width:6.5625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:26.4375rem;left:21.8125rem;height:1.125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kJWmyTkk26bX5JyklpqOiLQp2DPEIIaH { color:rgba(var(--color-tertiary-2),1);display:block;width:6rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15011;line-height:.9;letter-spacing:0;top:29.3125rem;left:30.9375rem;height:2.69970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y5ePphGpg1vK53Zd8MPkN1obGi3BDCQy { color:rgba(var(--color-primary-2),1);display:block;width:6.5625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:26.4375rem;left:30.8125rem;height:1.125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wQB6rA9WCfcspS54qXNvHIFaoakFuOqI { color:rgba(var(--color-tertiary-2),1);display:block;width:6rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15013;line-height:.9;letter-spacing:0;top:29.3125rem;left:39.6875rem;height:3.5996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TmTAqrWFduFc7L6qK7TSnSDOWAVJwmtz { color:rgba(var(--color-primary-2),1);display:block;width:6.5625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:26.4375rem;left:39.375rem;height:2.25rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hdH1uKmrTgAOFJou1fVA1gghaSst2Ba9 { color:rgba(var(--color-tertiary-2),1);display:block;width:7.0625rem;position:absolute;font-family:"proxima nova";font-size:1rem;font-weight:400;z-index:15015;line-height:.9;letter-spacing:0;top:29.3125rem;left:47.25rem;height:2.69970625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#k1oS0nT9HSJt6ASVO7pMN1HZgfT76rlO { color:rgba(var(--color-primary-2),1);display:block;width:6.5625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:15014;line-height:.9;letter-spacing:0;top:26.4375rem;left:47.5rem;height:1.125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#X6M9JOVaVDb4dKg3E9gKVh8fRTweQCtn { color:rgba(var(--color-primary-2),1);display:block;width:6.5625rem;position:absolute;font-family:"proxima nova";font-size:1.25rem;font-weight:700;z-index:15015;line-height:.9;letter-spacing:0;top:26.4375rem;left:55.25rem;height:2.25rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rCd932AgrRadnrhQvP2ltNJCmigmgZx4 { 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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.3125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:35.5625rem;left:29.84375rem;display:block; }
#sO3ekps0TkL9ufnKEFeJZxIlXgnik1ml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NUeHeSIJAUsJVAsokMUi1EKHnO1cWgJp { 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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19rem;left:5.6875rem;display:none; }
#LlHiKhKB7SZip9GPPQ2w9TkJVnaH7r1m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row .container { background-color: transparent; background-image: none; }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row .container > .video-iframe-container { display: none; }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row > .video-iframe-container { display: none; }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .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); }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row .container { border-width: 0; border-radius: 0; }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#mlPQGwLvVSay3L1H51Ir6gXVqqT6NMTm { box-sizing:content-box;height:1.875rem;width:15.3125rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:6.9375rem;left:5.625rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#bpg65vkuWROJZOxIS5MQh88B28MiSLWo { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.875rem;width:52.5rem;top:-0.5625rem;left:26.005694143167rem;overflow:hidden;display:block; }
#XJHGOpolUAAaIUgi3bTQkDEpaDew9ooR { color:rgba(var(--color-secondary-0),1);display:block;width:12rem;position:absolute;font-family:"proxima nova";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:7.5rem;left:8.5rem;height:0.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PWRkW1UNNfXJEHoT9VIOeDGk9kSGJlGF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:7.1875rem;left:6.5rem; }
#aTq9MSAIQPz7PhMQ6OdnTCCS8KG9vMlV { color:rgba(var(--color-secondary-0),1);display:block;width:30.625rem;position:absolute;font-family:"proxima nova";font-size:3.1875rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:10.8125rem;left:5.625rem;height:5.73730625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D3RyyUdLOh063eHZtyrkxmEt8h31UCsy { 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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:2.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19rem;left:5.6875rem;display:block; }
#h2V4V01SSXAl6iMvkX0dBmnyUVyhPhCQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QkgqIH0iRrOn7vOAHgl4AkDyvWIcOH1Z { box-sizing:content-box;height:3rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:64.625rem;display:block; }
#W2byiyvL6FiFe1hzyCZsDXwUz22p2lWM { box-sizing:content-box;height:3rem;width:10.0625rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.375rem;left:64.9375rem;display:block; }
#oLwvTeT5LkT93VJiFmnh9mcFDGWcJrzS { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:7.3125rem;top:18.8125rem;left:66.0625rem;overflow:hidden;display:block; }
#eZ1ePyemXTftUX8seOB532f1lh4y2qmq { box-sizing:content-box;height:5rem;width:21.4375rem;position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.78125rem;left:5rem;border-top-right-radius:1.625rem;border-bottom-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-top-left-radius:1.625rem;display:block; }
#pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff6900;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; }#pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn > .row .container { background-color: transparent; background-image: none; }#pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn > .row .container > .video-iframe-container { display: none; }#pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn > .row > .video-iframe-container { display: none; }#pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn > .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); }#pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn > .row .container { border-width: 0; border-radius: 0; }#pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#CmHNJfoknnDhzKlGUis4I10lSpCTmACR { color:rgba(var(--color-secondary-0),1);display:block;width:34.0625rem;position:absolute;font-family:"proxima nova";font-size:3.1875rem;font-weight:700;z-index:15028;line-height:.9;letter-spacing:0;top:3.83154296875rem;left:4.625rem;height:8.6059375rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XXkhcb8WpFirKfDTWTNZWivxggw8pDw8 { box-sizing:content-box;height:17.5rem;width:14.9375rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),0.23);border-left:0.125rem solid rgba(var(--color-primary-0),0.23);border-right:0.125rem solid rgba(var(--color-primary-0),0.23);border-bottom:0.125rem solid rgba(var(--color-primary-0),0.23);top:15.8125rem;left:4.625rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#paInDqSOZiFceKGZGUEJa47OAbHIOKSl { color:rgba(var(--color-secondary-0),1);display:block;width:11.5625rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:21.6875rem;left:5.6875rem;height:2.8125rem;display:block; }
#PkOBJVtuV2zTaf13D7c1T32GduIt7pPc { box-sizing:content-box;height:17.5rem;width:14.9375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),0.23);border-left:0.125rem solid rgba(var(--color-primary-0),0.23);border-right:0.125rem solid rgba(var(--color-primary-0),0.23);border-bottom:0.125rem solid rgba(var(--color-primary-0),0.23);top:15.8125rem;left:21.6875rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#p967mVo01BswCmkfgPw3t6JAQMcTimb9 { color:rgba(var(--color-secondary-0),1);display:block;width:11.5625rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:.9;letter-spacing:0;top:21.6875rem;left:22.875rem;height:;display:block; }
#mPRRPVbmO2TkZG35tNZhqPmDKc5faJ5c { box-sizing:content-box;height:17.5rem;width:14.9375rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),0.23);border-left:0.125rem solid rgba(var(--color-primary-0),0.23);border-right:0.125rem solid rgba(var(--color-primary-0),0.23);border-bottom:0.125rem solid rgba(var(--color-primary-0),0.23);top:15.9375rem;left:38.625rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#rra0Nk44yTFBpQXpOqkdGH5RsyTnn9Ez { color:rgba(var(--color-secondary-0),1);display:block;width:12.6875rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:.8;letter-spacing:0;top:21.8125rem;left:39.6875rem;height:;display:block; }
#dwUtAPpEXDaQyX25sfyJAnzz8a9wSOJR { box-sizing:content-box;height:17.5625rem;width:14.9375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-0),0.23);border-left:0.125rem solid rgba(var(--color-primary-0),0.23);border-right:0.125rem solid rgba(var(--color-primary-0),0.23);border-bottom:0.125rem solid rgba(var(--color-primary-0),0.23);top:15.9375rem;left:55.4375rem;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#pJehFwq1Q8bhCo8eSIvRpiPTQn1pb2Kh { color:rgba(var(--color-secondary-0),1);display:block;width:9.75rem;position:absolute;font-family:"proxima nova";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:.9;letter-spacing:0;top:21.8125rem;left:56.5rem;height:2.8125rem;display:block; }
#aDgnraMIayTyJpAuTnLnrdaxrtusbQla { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:25.875rem;left:5.8125rem;height:3.8994125rem;display:block; }
#oteazGcTbhMeJXaQCQ9InuUnHMi86lN3 { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:25.75rem;left:22.875rem;height:5.19921875rem;display:block; }
#HhxoKAAyIDOyoV3FaFDpKBSqty5FKmJI { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:25.875rem;left:39.8125rem;height:5.19921875rem;display:block; }
#FVL5mlTe0oKh6ssqD1HulUM0eUEcKTsG { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.875rem;left:56.625rem;height:3.8994125rem;display:block; }
#KePimAfJWncdvSemyWSl0eDyGEaimEbP { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.3125rem;top:17.5rem;left:5.6875rem;overflow:hidden;display:block; }
#Fd7HvbhGpcTDbTMnSdK63KzWwFXLCU82 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.8125rem;top:17.5rem;left:22.875rem;overflow:hidden;display:block; }
#BrRuOiluc1SWa2ZZhG2TBHJJWrErt35e { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:17.5rem;left:39.6875rem;overflow:hidden;display:block; }
#o3tb1gITFrSZm7nen8IIL4nPp25XKmGA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:17.8125rem;left:56.5rem; }
#xfe8fE4L5i2bSZGXTHPxExqg6SGlv69O { 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.125rem solid rgba(var(--color-secondary-0),1);border-left:0.125rem solid rgba(var(--color-secondary-0),1);border-right:0.125rem solid rgba(var(--color-secondary-0),1);border-bottom:0.125rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.8125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:36.65625rem;left:27.28125rem;display:block; }
#TAtWS2q5GHftCBCaWEqyn7RlD9TsDXnV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE > .row .container { background-color: transparent; background-image: none; }#U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE > .row .container > .video-iframe-container { display: none; }#U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE > .row > .video-iframe-container { display: none; }#U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE > .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); }#U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE > .row .container { border-width: 0; border-radius: 0; }#U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#EHlwW1GH0cvSSvOBoMreyimTfinCVpLF { color:rgba(var(--color-primary-2),1);display:block;width:67.25rem;position:absolute;font-family:"proxima nova";font-size:2.875rem;font-weight:700;z-index:15004;line-height:.9;letter-spacing:0;top:5.125rem;left:4.46875rem;height:;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rETmtkGUMrM0fvcux1I0IdMJcXToFbhX { box-sizing:content-box;height:0.25rem;width:3.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5625rem;left:35.625rem;display:block; }
#i0ol889pN5lwQne4ifky9JdxF78LW5DZ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:13.5625rem;left:41.0625rem;height:5.0625rem;font-style:italic;display:block; }
#rzRg4gW6G15JeVUewBoPILPodKUBuxaC { color:rgba(var(--color-tertiary-2),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:19.3134765625rem;left:41.0625rem;height:5.19921875rem;display:block; }
#rAgQvDu8pxT1eeeSLgTGWCt7PIztIAMy { box-sizing:content-box;height:12.375rem;width:53.3125rem;position:absolute;display:block;z-index:15002;background-color:rgba(234,246,246,0.37);background-image:none;box-shadow: none;border-top:0.125rem solid #f8fff1;border-left:0.125rem solid #f8fff1;border-right:0.125rem solid #f8fff1;border-bottom:0.125rem solid #f8fff1;top:27.375rem;left:10.71875rem;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#OugwL0ZF31v6d1zPiD8G5r2tll0Pendy { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:30.4375rem;left:15.1875rem;overflow:hidden;display:block; }
#m5KEwRTUATTKilfuyS2O14DfioFvF18t { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31rem;left:18.8125rem;height:1.29980625rem;display:block; }
#WPhIsHENhX7P0NZIuQbUBpSFqQtWuTdC { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:34.25rem;left:15.1875rem;overflow:hidden;display:block; }
#mvvmzkLnLJuB8Per2mrp1rKWechxgvEx { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:34.8125rem;left:18.8125rem;height:1.29980625rem;display:block; }
#Fz5sCLM4hH5Be6XX67DONycTbN9WMxI1 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:30.4375rem;left:29.9375rem;overflow:hidden;display:block; }
#p0UUK0h1N3mcvFbJk0TEJcPezBlwGnuQ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:31rem;left:33.5625rem;height:1.29980625rem;display:block; }
#ovidipVQZxn8iOJX07uRy6NPq76Gix7h { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:34.8125rem;left:33.5625rem;height:1.29980625rem;display:block; }
#FlKUvR1oohWtClu22Cfd9UonUsE49kc3 { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:34.25rem;left:29.9375rem;overflow:hidden;display:block; }
#ks5bSUzeW10kPOv1GQExL8HZ8NQcwM2X { color:rgba(var(--color-tertiary-4),1);display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:31rem;left:47.9375rem;height:1.29980625rem;display:block; }
#cKiTRhefKfSh9Ni2U7R804re19ahlncv { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:30.4375rem;left:44.3125rem;overflow:hidden;display:block; }
#IN2y03RUX9xrlHQVsT83gSrHwowTILaB { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:34.375rem;left:47.9375rem;height:2.5996125rem;display:block; }
#TQCqJB0yK3XyQ2rluD9catqoTPeThq1q { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:34.25rem;left:44.3125rem;overflow:hidden;display:block; }
#hwlJq8T2bBICMp0nK9wR9zcNzevcoLMz { position:absolute;display:block;z-index:15061;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:13.1875rem;width:10.25rem;top:11.4365234375rem;left:2.1875rem;overflow:hidden;display:none; }
#OX7la7gWvXIAv3NsowO7Bc7kygrZlThW { position:absolute;display:block;z-index:15060;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.75rem;width:15.125rem;top:8.5625rem;left:19.5rem;overflow:hidden;display:block; }
#XBZKcsT8cE9lT1F1AxtxyKOVHcBzg1oC { position:absolute;display:block;z-index:15062;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:13.1875rem;width:10.25rem;top:11.3876953125rem;left:8.625rem;overflow:hidden;display:block; }
#lLXnDEwnnpQa1mUiBWKPEzdalcJuDI8x { 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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:42.21875rem;left:27.28125rem;display:block; }
#EMIWIRw2Fk5O3Jm7VPkrLrLKzs4QSlqf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0e0e;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; }#pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX > .row .container { background-color: transparent; background-image: none; }#pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX > .row .container > .video-iframe-container { display: none; }#pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX > .row > .video-iframe-container { display: none; }#pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX > .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); }#pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX > .row .container { border-width: 0; border-radius: 0; }#pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX > .row .container { font-size:0.875rem;font-family:arial;height:50.4375rem;width:75rem;position:relative;display:block; }#CMSNwTr5iUcPEJERBBBl9GBc8krT2Ra3 { color:rgba(var(--color-primary-2),1);display:block;width:50.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:8.1875rem;left:10.125rem;height:5.625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pVu4imr1FJm863KN3yoxilBbIH1xhvpS { color:rgba(var(--color-tertiary-2),1);display:block;width:49.0625rem;position:absolute;font-family:ubuntu;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:17.375rem;left:12.28125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FA4q4SQI5Ldk0KBLSppimR8mPpNPcvUw { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.125rem;width:2.5rem;top:15.6875rem;left:36.25rem;display:block; }
#UZo8n4qrkCUPF3SQzI2nn4rP3IyiVs3C { color:rgba(var(--color-tertiary-1),0.04);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.6875rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:4rem;left:0rem;height:9.993625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WgzzXZWrvk3ZmGniDxBOH9tP75BrBhax { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:1.7;letter-spacing:0;top:27.5rem;left:19.40625rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTv2l2eRW3X6mIzPtH0B8skmzTdOK6AQ { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.875rem;width:18.9375rem;top:32.3125rem;left:38.5rem;display:block; }
#IZlhDH8TyT81QkpLJC7OHto6raz98MEr { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15017;line-height:1.7;letter-spacing:0;top:27.375rem;left:38.4375rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IT7dEpaHTWTXhBUManw6DyseV8uvanfw { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:1.7;letter-spacing:0;top:33.1875rem;left:39.3125rem;height:5.09911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g204E9kpG0twehw6sJgnpTxXqn9JWnTS { position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.875rem;width:18.9375rem;top:24.75rem;left:18.625rem;display:block; }
#R8B62HAJ59vtV0qu1vkBqfGnCkBkd03f { position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.875rem;width:18.9375rem;top:24.75rem;left:38.4375rem;display:block; }
#iLzNSTimPPxf246FxT5EMK91Bd3J27LD { color:rgba(var(--color-tertiary-2),1);display:block;width:17.5rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15013;line-height:1.7;letter-spacing:0;top:34.5625rem;left:19.4375rem;height:1.69970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N8By7V19ZEp2tgwoMivekIqPTzIJ90HG { position:absolute;display:block;z-index:14998;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ff6900;border-left:0.0625rem solid #ff6900;border-right:0.0625rem solid #ff6900;border-bottom:0.0625rem solid #ff6900;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:6.875rem;width:18.9375rem;top:32.3125rem;left:18.625rem;display:block; }
#B1sPTT1whbh204z7HlvZhBMm7IPD0Kel { 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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.8125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:41.6875rem;left:27.90625rem;display:block; }
#Vn1hzxGuwLNIWs84ZFagwSFFSIhh3lI9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 { 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/6b3ae583-e4cc-4701-909b-870223575c46/DSC09648_editada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1.adaptive-delivery-prevent-bg, #IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1.lazyload, #IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1.lazyloading { background-image: none; }#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 > .row .container { background-color: transparent; background-image: none; }#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 > .row .container > .video-iframe-container { display: none; }#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 > .row > .video-iframe-container { display: none; }#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 > .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); }#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 > .row .container { border-width: 0; border-radius: 0; }#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:75rem;position:relative;display:block; }#LPUm5H15qTVd2B9h6EbdTLdbAKTBiE5b { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:30.1875rem;width:53.8125rem;top:5.15625rem;left:35rem;display:block; }
#t3dxrakRZBcTXqNpAucTTgfu1UCWzSu5 { color:rgba(var(--color-secondary-0),1);display:block;width:23.75rem;position:absolute;font-family:"proxima nova";font-size:3.1875rem;font-weight:700;z-index:15029;line-height:.9;letter-spacing:0;top:3.25rem;left:3.875rem;height:11.474625rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PfTr3vTq0pP3xGGTIzeDank3TOfFy6Wr { color:rgba(var(--color-tertiary-2),1);display:block;width:18.875rem;position:absolute;font-family:"proxima nova";font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:16.0625rem;left:3.875rem;height:3.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gDVovrcGl1nOfiLRs0OTB60i04TWv7tr { color:rgba(var(--color-tertiary-2),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:21rem;left:3.875rem;height:8.9238125rem;display:block; }#gDVovrcGl1nOfiLRs0OTB60i04TWv7tr li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#gDVovrcGl1nOfiLRs0OTB60i04TWv7tr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d42f49ea97e1a5a15fd3f2293262bf92f7a7d953.svg); }
#TuXQ3CszdhWAdUtwCT1ukXR1qDvJKwa4 { 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:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.8125rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:32.28125rem;left:3.875rem;display:block; }
#EA8Bm1trfXFtkKaaTTu41MlE7AzJ71E4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx > .row .container { background-color: transparent; background-image: none; }#A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx > .row .container > .video-iframe-container { display: none; }#A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx > .row > .video-iframe-container { display: none; }#A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx > .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); }#A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx > .row .container { border-width: 0; border-radius: 0; }#A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#IrV0JhcZEZiLtznomT7a7hRziSUGmEyk { 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:3.375rem;width:7.25rem;top:3.8125rem;left:3.9375rem;overflow:hidden;display:block; }
#ed3CQK8MUPXUICGaKCAUJQXwGNzG33OP { color:rgba(var(--color-primary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:9.6875rem;left:23.25rem;height:1.29980625rem;display:block; }
#MZBGTg4aUbAstXUGeOR61dw1WuWltM4J { position:relative;display:none; }#MZBGTg4aUbAstXUGeOR61dw1WuWltM4J { border-width: 0; border-radius: 0; }#MZBGTg4aUbAstXUGeOR61dw1WuWltM4J > .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; }#MZBGTg4aUbAstXUGeOR61dw1WuWltM4J > .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:67.8125rem;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; }#OSbTkv9xS7AG7csUZHdLWoR2bq6ZIRHE { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:9.125rem;left:5.03125rem;display:block; }
#eRTmlm5cZ9dUwT2e8SkKvMvrfJAT33aK { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.6875rem;left:6.21875rem;height:1.29980625rem;display:block; }
#ZVCiSB7S6cQuPuT0VTUPQoVZ41MUMCLR { position:absolute;display:block;z-index:15002;height:21.75rem;width:38.75rem;top:37.1875rem;left:6.21875rem;display:none; }
#PQuroxyG3l2huvLTRFN452g8afB33EOz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:34.875rem;left:6.21875rem;height:1.29980625rem;display:block; }
#HlQ9Q7LVgUXCxXkTPR2dgN7PvulsvuTf { position:absolute;display:block;z-index:15001;height:21.75rem;width:38.75rem;top:38rem;left:5.03125rem;display:block; }
#yspkzdnTVsL5VTgzFT5bCE2Fmb8TiNW1 { position:relative;display:none; }#yspkzdnTVsL5VTgzFT5bCE2Fmb8TiNW1 { border-width: 0; border-radius: 0; }#yspkzdnTVsL5VTgzFT5bCE2Fmb8TiNW1 > .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; }#yspkzdnTVsL5VTgzFT5bCE2Fmb8TiNW1 > .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:34.1875rem;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; }#C8aW7ITimgztdGTTa3tOXiptfWEc0f0C { position:absolute;display:block;z-index:15000;height:10.5625rem;width:18.875rem;top:4.90625rem;left:4.6875rem;display:block; }
#E1LDPzDpTBpy9VDbOCXwfqVFgOgxkA1W { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.90625rem;left:24.6875rem;height:1.625rem;display:block; }
#xeGzV7Tn4JtIzgLm09xAGhZX7mXMQdvv { position:absolute;display:block;z-index:15001;height:10.5625rem;width:18.875rem;top:4.90625rem;left:40.0625rem;display:block; }
#CBvxKQhDluviXAP7DaUv8noQvmEygxmL { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:16.28125rem;left:41.125rem;height:7.7988125rem;display:block; }
#B7OFnlAHfTfceJfmTGafnJ2doSQXsBTf { position:relative;display:none; }#B7OFnlAHfTfceJfmTGafnJ2doSQXsBTf { border-width: 0; border-radius: 0; }#B7OFnlAHfTfceJfmTGafnJ2doSQXsBTf > .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; }#B7OFnlAHfTfceJfmTGafnJ2doSQXsBTf > .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; }#Zf3WlHWTyho4uue01q9VAXpDI78kq8TX { color:rgba(var(--color-primary-2),1);display:block;width:59.1875rem;position:absolute;font-family:"din pro";font-size:2.625rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:3.1875rem;left:8.53125rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kZm1UUc67wLv2WQ6uFlRO4KvAGfMyBRG { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.5rem;left:4.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GWPiqNP0VVxpuHXzf4wm1JfSefDwBlu4 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:21.1875rem;left:4.375rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JL8K48ZTq2bKBHKaxxUBkMQQiQ9T65tX { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:16.25rem;left:8.125rem;display:none; }
#F5tWG6Nr2DmqIbpFefKgNm7Xk0TAUsEr { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.125rem;left:6.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a384pHrLtx3HK8srAtFk29quvaZMeeMx { color:rgba(var(--color-tertiary-2),1);display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:32.04296875rem;left:5rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#a4gqdQiD1wHqxuiTywFXbC3NTmQlXazx { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:27.0625rem;left:8.3125rem;display:none; }
#fdvqQgsGqdu586XpXOWyMSRaUzJ8pkDu { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:28.875rem;left:60rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SPILgk1zR0wliBwpckE10qEznOqkoxz1 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.1875rem;left:62.3125rem;height:1.29980625rem;font-style:normal;display:none; }
#DTZEwGsWIH6hTgdtd17IxWPzz0OxB2f7 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.625rem;top:24.3125rem;left:64.0625rem;overflow:hidden;display:none; }
#s659Eezi11bMEXlwf47SR6Ht37DLEDye { color:rgba(var(--color-tertiary-2),1);display:block;width:13.3125rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:41.25rem;left:6.6875rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RddvpOiobQlq7mc4BrIUFGd9s7PQ5v55 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:39.4375rem;left:7.1875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UBVrWzyB6O2wCtn6URkyf9FqcSovWDDx { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:36.1875rem;left:11.75rem;display:none; }
#y10e2LWWORsU0pdTgsGMEVtDzJTAQItn { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:40.3125rem;left:54.375rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gTKXn7eXLFWAk2Ti2NN3koUB6lEUBwGS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:38.75rem;left:56.0625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gevWfo0wbf2n3wB32NDa0iklDatWQi3h { 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:4.625rem;width:3.5625rem;top:34.875rem;left:58.3125rem;overflow:hidden;display:none; }
#Fwr2OxzyKcIPUfpJDpV8XzoTFkOkQ1F6 { color:rgba(var(--color-tertiary-2),1);display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:43.8212890625rem;left:2.0625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ssXDNioGtharkruH2KtgRGmEKN9pptQR { color:rgba(var(--color-tertiary-4),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:42.14990234375rem;left:1.8125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BP3wpHfaUlsKnFHTiFFccXXQGJ1DCpdV { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:38.1533203125rem;left:5.46875rem;display:none; }
#oOp9nkDkXwV1HcSwsdn2qylRb6lczvUB { 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:27.31225rem;width:36.8124375rem;top:7.4375rem;left:20.5rem;overflow:hidden;display:none; }
#GCHEO14LR892nrTGWX1C85ZgOevBi7K6 { position:absolute;display:block;z-index:15030;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:8.0625rem;width:11.1875rem;top:8.8370056152344rem;left:42.31400680542rem;overflow:hidden;display:none; }
#LWWiZE6ez21JvGCOHTyZWgcBmnl20yiJ { position:absolute;display:block;z-index:15024;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:18.75rem;width:15.9375rem;top:19.5625rem;left:12rem;overflow:hidden;display:none; }
#RfkXZiO2GlGQRhvGTzPILv3excnd4fdg { 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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.323676125rem;height:3.323863625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.604580402374rem;left:26.71830368042rem;display:none; }
#Lg4DhGFRQBziFCaTlO5IGV9zH0puKgTq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#voTgzSIwF2PDUkipJupbZJdvCoMbgLAA { 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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.323676125rem;height:3.323863625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.604580402374rem;left:26.71830368042rem;display:none; }
#axKrJPKw3hO77xuXaeTbzxxc5bc47auD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nL2Hn2rTwfyyPZdT8aMT4lGqRphnppyp { 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.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-1),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.323676125rem;height:3.323863625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.604580402374rem;left:26.71830368042rem;display:none; }
#vEGMLMKlThX6VRwxwvuo8b8TeQAxFlwO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qa3CO748TdMfS9V5RJBkMZLSFBbUM0ux { 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:48.875rem;width:75rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-regular-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-text { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-text {padding-top: 0; padding-bottom: 0;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-textarea { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-select { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-select {padding-top: 0; padding-bottom: 0;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-button { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-checkbox-label { width:15.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm  { width:16.3125rem;height:auto;top:12.5rem;left:28.9375rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .radio-container { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm {display:block;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm { width:16.3125rem;height:auto;top:12.5rem;left:28.9375rem; }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #bKI8q5nVruWdVbBIXRh5GbgIGp9zMXZi {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #VfTWNsJcmVkZ8xqrvIfgroDNZMFNXm0T {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #z1JZaD3QKEDOf1xloF4LXN9XVJi3xiAn {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #b78oWWWqK92DJfohiyginQEyi7owV1oc {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #eZS5hyWIsGDGE0IASTforBreUa5WvAaO {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #N4Q1NDNWNIyPbfxmEWfOnltH9AdxZTPq {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #m6nTi9uLZ1ldcBlKCCQWCdxr83039Do5 {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #T57XVDTbd8Z26DDKLWfioG4e7EeL5fGx {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #hWopO9R8ZO5tovl71y62EBtG7Co2BZEy {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #GwrVzx16hBNPWctbgV8oMJKot4rXmEFk {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #JskTRsWfcZ9qsp9cTbWpTIlMXuxs6TyB {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #RqccFxWM3Ra2slqEp9GnamnGmJ5tBnBD {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #etKe2L4FKTtfkEgCu7XbFVkBuR0QFdgT {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #TQdhWJPM3dMer7n9rPnTTkeFKe4U7Ib8 {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #iLp5BqZQIoIhs5iUH180RykTEGIHkqzQ {  }
 }@media only screen and (max-width: 763px) { #N3Da33SL6woGGtrnJfU9h8p0ONlo6beb { display:block; }
 }@media only screen and (max-width: 763px) { #ttTihB2GTQCHRtXoPGRSTRyp5cwJELGu { display:block; }
 }@media only screen and (max-width: 763px) { #TzCumFGeyqG0wMNJ5pkXeeG7ksg7y5FE { display:block; }
 }@media only screen and (max-width: 763px) { #Tq9aThwbM8c64yxRInzM504CufyKbB19 { display:block; }
 }@media only screen and (max-width: 763px) { #ac5oyuTAs0tPA6SwALzFt9XmLDvzEZNO { display:block; }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #uQ0GzlPU6DGydrrTlKlXXNm2mrEh1QqG {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #GMnBV8lqr38J6T4zhUbgJtv0zUWxVQ3F {  }
 }@media only screen and (max-width: 763px) { #lxTXBgqiE2DARbFA080e0PEOmRmgiPBz { top:16.3125rem;left:0rem;width:30rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkLUgchb9k0rCXlBaQxrCab1MCANCC82 { top:5.8125rem;left:0rem;width:10.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmlR45yfOTy07tgyOdx8AB48hgaDRLCP { top:13.375rem;left:0rem;width:14.5625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH4uy0UePNzQTx8lVJ75cD9NWVBezElW { width:14.625rem;height:4rem;top:8.5625rem;left:33.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymXgt7Whk68fTXswGMvwq5CDayCHOH7T { top:6.75rem;left:22.625rem;width:22.625rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxZdxgg5rhJWF4okpZosOOpcm8CTfehl { top:12.8125rem;left:0rem;width:16.5625rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OztGTkZR3BFDTV89SWtOAo8ydcuCwBKm { top:6.75rem;left:25.6875rem;width:22.0625rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf { display:block; }#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHwyz7C2AFxKyw5uqu7tVKn9UGuQbq2v { top:1.875rem;left:15.9375rem;width:15.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4vDFXamQS1BJN6TU9qellFiSoVXGxqz { top:6.5625rem;left:22rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgCLFHli8afCywDt78J2J1MJXCAMaVqc { top:9.625rem;left:21.9375rem;width:25.8125rem;height:5.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFdsnFrAybpy9bLx8CxPddln5dxv14oT { top:12.1875rem;left:0rem;width:31.875rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryxlNlQzZmr2a9poxTb4upZO9PuCA9iz { top:28.4375rem;left:6.9375rem;width:16.9375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXT5234gtyN9TvCZXdiAygSbDbX2ddd3 { top:36.5625rem;left:21.9375rem;width:25.8125rem;height:4rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJdfuv6flc0nfNfVCOaXSTDsdS2GfPMt { top:18.5rem;left:28.4375rem;width:19.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a49eSMyhNi95kTQl20xLMzCsqkicqXDX { top:24.125rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQaSw2pz3KEXNO59AslCdwBCdEeJddZC { top:30.8125rem;left:9.875rem;width:13.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT4rWuO16OrH4Rag2xoJVE4GnnzeZcMe { top:32.5625rem;left:9.875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzXK8AXbxaVG44Dq3lAoUvCkWpXVE3kx { top:32.5625rem;left:11.1875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcx30ZOwdh6I1Twp7ro9y7ZM1BBdQ1y6 { top:32.5625rem;left:12.4375rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VesnFG1sEUz7MOE7IOE2k4M8ql3s49h9 { top:32.5625rem;left:13.8125rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbO74fm48g1HBZyFJZXd8H8Fs1gALcQG { top:42.375rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvC1xF7wfdDp7Gz8UXw5sPlcHVMF61fQ { top:43.25rem;left:27.5625rem;width:19.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHNFv2CSStyqWDMtB0RFLTgfJ1Bd3vKR { top:45.8125rem;left:25.875rem;width:21.875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0s5Hig7ByzkwKlSetfOBqsQyNk4ArTF { top:25.9375rem;left:21.75rem;width:25.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe72d3qo6pw51Ue8255AZC3m0ueHlzRF { top:22.4375rem;left:21.75rem;width:25.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9HBl1qMtBtz8FtLT2P2Txec7XJHkKLH { top:17.9375rem;left:28.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg9QTvNH8L6n0cdAVcQrshppvtEBtRR6 { top:23.75rem;left:28.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbhu2WMZQ1Jzgsm9ifOmAIcaftRHtvPw { top:16.8125rem;left:21.75rem;width:25.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpooZTR1qTQiBAGxzlWXXJNBLBhX6Sll { top:29.125rem;left:28.3125rem;width:19.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqoPROJHVhoPrxpB0rfC5uQu7VB7qzJy { top:27.9375rem;left:21.75rem;width:25.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3Ek6hd6XFnK5pgqkcwI8QtBwi7XhCJV { top:29.25rem;left:28.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai { display:block; }#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9K37dQTCeEBztSGhOJcCC3kzy8kZx4N { top:9.25rem;left:24rem;width:23.75rem;height:2.8125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArOwff3sq5ROrWlpkZiGxIcTXdJdA28R { top:5.25rem;left:31rem;width:15.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDAUrzfUuCo30zQTDVWEbo0VOsiXrJUL { top:5.5rem;left:31.875rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm6ANkh0ZXiiaotaxczzn3li0P3Rzpba { top:5.8125rem;left:33.875rem;width:12rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoLt06TWFTkbdfxL0BNTlPfZm4pkWPq { top:21.0625rem;left:26.4375rem;width:21.3125rem;height:5rem;font-size:1rem;display:block; }#gcoLt06TWFTkbdfxL0BNTlPfZm4pkWPq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d42f49ea97e1a5a15fd3f2293262bf92f7a7d953.svg); }
 }@media only screen and (max-width: 763px) { #cAa9FETQGhyMC1AouiL9izuo41FH5J6d { top:-4.1875rem;left:0rem;width:38.625rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNwETWN1JSC9r2AyH7CAlwBiGqC22wid { top:30.3125rem;left:0rem;width:10.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzbTZUXUD5z9rDOJxQTklu9fTSvcXXhe { top:30.75rem;left:0rem;width:7.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCqqHVRTRy4zJ5TJg3rl4o5Ef4c2Teki { top:30.3125rem;left:0rem;width:0.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFcB33t8i2Pf4gtNrfv0FGC8ziHeTLvB { top:12.625rem;left:25.9375rem;width:21.8125rem;height:6.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSkNvweLzwp2WCFawoMihgv9xWDL5Z3J { width:15.3125rem;height:2.3125rem;top:29.3125rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIWP7O27AR7KPWEU0J6FoxC0lsl4MMP0 { display:block; }
 }@media only screen and (max-width: 763px) { #ZLKInyqgHxLToOs5zyXg2G4Cxuz6TGxT { width:15.3125rem;height:2.3125rem;top:19rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K5RV1UnDypO81ehTQK6UGzMkx9TXCoMT { display:block; }
 }@media only screen and (max-width: 763px) { #wJGLNJqTFcWQXSazutf3GMlhFI6lgByH { display:block; }#wJGLNJqTFcWQXSazutf3GMlhFI6lgByH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kve9WXpwh2appkHTNwLhZQ0oK0yr7CET { top:7.9375rem;left:2.0625rem;width:43.6875rem;height:5.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQ4yC57I0SXsaHI1iDCmF5Tp5UZ91oof { top:4.8125rem;left:8.125rem;width:31.5625rem;height:1.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt9TQ4EedaT7LJWwRf5sU2F0F375WAfN { top:15.1875rem;left:8.3125rem;width:31.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs0VtQGysvylNfhG6WuctNeI4J2pxBwW { top:20.5rem;left:0.625rem;width:4.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6V8bfhEE4e3g5s8KGMOL3CNSJ6FT27g { top:20.5rem;left:9.375rem;width:4.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkEJAReXQGlUVVh8HMt6CDzuTy0KPd9p { top:20.5rem;left:18.0625rem;width:4.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzkHTam4AFlo6L8TV1Muk87lRiaRILNO { top:20.5rem;left:26.8125rem;width:4.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNUxN0XSw0ptoH9nTfTUJb4CwEH8fyif { top:20.5rem;left:34.9375rem;width:4.4375rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQc2UsKWmRBH7MwNzhky8EKgLDQytZLo { top:20.5rem;left:42.6875rem;width:4.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g20tNFNwwq0kXh3SSPrX2lrVlkTSzk5A { top:22.5rem;left:0rem;width:0.125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSGlEmpSkwNkcdGufCaSma7bJFVSGDAx { top:23rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWQdPvN5oapauQoAnow4NATh0Gx1xRsr { top:26.4375rem;left:0rem;width:6.5625rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUFMXvfghg86tDyrvyt8BnbTaC0Vmt5e { top:29.3125rem;left:0rem;width:6.875rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9bacDv8h3qfzRFHuO6V2vahvZ6gJhV { top:29.3125rem;left:7.5rem;width:8.1875rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGDqMDq2oQcaH0sXI49ZdB7FBFr142BR { top:26.4375rem;left:8.1875rem;width:6.5625rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJWmyTkk26bX5JyklpqOiLQp2DPEIIaH { top:29.3125rem;left:17.3125rem;width:6rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5ePphGpg1vK53Zd8MPkN1obGi3BDCQy { top:26.4375rem;left:17.1875rem;width:6.5625rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQB6rA9WCfcspS54qXNvHIFaoakFuOqI { top:29.3125rem;left:26.0625rem;width:6rem;height:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmTAqrWFduFc7L6qK7TSnSDOWAVJwmtz { top:26.4375rem;left:25.75rem;width:6.5625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdH1uKmrTgAOFJou1fVA1gghaSst2Ba9 { top:29.3125rem;left:33.625rem;width:7.0625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1oS0nT9HSJt6ASVO7pMN1HZgfT76rlO { top:26.4375rem;left:33.875rem;width:6.5625rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6M9JOVaVDb4dKg3E9gKVh8fRTweQCtn { top:26.4375rem;left:41.1875rem;width:6.5625rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCd932AgrRadnrhQvP2ltNJCmigmgZx4 { width:15.3125rem;height:2.3125rem;top:35.5625rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO3ekps0TkL9ufnKEFeJZxIlXgnik1ml { display:block; }
 }@media only screen and (max-width: 763px) { #NUeHeSIJAUsJVAsokMUi1EKHnO1cWgJp { width:15.3125rem;height:2.3125rem;top:19rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LlHiKhKB7SZip9GPPQ2w9TkJVnaH7r1m { display:block; }
 }@media only screen and (max-width: 763px) { #a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA { display:block; }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlPQGwLvVSay3L1H51Ir6gXVqqT6NMTm { top:6.9375rem;left:0rem;width:15.3125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpg65vkuWROJZOxIS5MQh88B28MiSLWo { top:-0.5625rem;left:0rem;width:47.75rem;height:28.081547619048rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJHGOpolUAAaIUgi3bTQkDEpaDew9ooR { top:7.5rem;left:0rem;width:12rem;height:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWRkW1UNNfXJEHoT9VIOeDGk9kSGJlGF { top:7.1875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTq9MSAIQPz7PhMQ6OdnTCCS8KG9vMlV { top:10.8125rem;left:0rem;width:30.625rem;height:5.6875rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3RyyUdLOh063eHZtyrkxmEt8h31UCsy { width:15.3125rem;height:2.3125rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2V4V01SSXAl6iMvkX0dBmnyUVyhPhCQ { display:block; }
 }@media only screen and (max-width: 763px) { #QkgqIH0iRrOn7vOAHgl4AkDyvWIcOH1Z { top:18.375rem;left:47.4375rem;width:0.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2byiyvL6FiFe1hzyCZsDXwUz22p2lWM { top:18.375rem;left:37.6875rem;width:10.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLwvTeT5LkT93VJiFmnh9mcFDGWcJrzS { top:18.8125rem;left:40.4375rem;width:7.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ1ePyemXTftUX8seOB532f1lh4y2qmq { top:29.75rem;left:0rem;width:21.4375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn { display:block; }#pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmHNJfoknnDhzKlGUis4I10lSpCTmACR { top:3.8125rem;left:0rem;width:34.0625rem;height:8.5625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXkhcb8WpFirKfDTWTNZWivxggw8pDw8 { top:15.8125rem;left:0rem;width:14.9375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #paInDqSOZiFceKGZGUEJa47OAbHIOKSl { top:21.6875rem;left:0rem;width:11.5625rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkOBJVtuV2zTaf13D7c1T32GduIt7pPc { top:15.8125rem;left:8.0625rem;width:14.9375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p967mVo01BswCmkfgPw3t6JAQMcTimb9 { top:21.6875rem;left:9.25rem;width:11.5625rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPRRPVbmO2TkZG35tNZhqPmDKc5faJ5c { top:15.9375rem;left:25rem;width:14.9375rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rra0Nk44yTFBpQXpOqkdGH5RsyTnn9Ez { top:21.8125rem;left:26.0625rem;width:12.6875rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwUtAPpEXDaQyX25sfyJAnzz8a9wSOJR { top:15.9375rem;left:32.5625rem;width:14.9375rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJehFwq1Q8bhCo8eSIvRpiPTQn1pb2Kh { top:21.8125rem;left:34.5625rem;width:9.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDgnraMIayTyJpAuTnLnrdaxrtusbQla { top:25.875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oteazGcTbhMeJXaQCQ9InuUnHMi86lN3 { top:25.75rem;left:9.25rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhxoKAAyIDOyoV3FaFDpKBSqty5FKmJI { top:25.875rem;left:26.1875rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVL5mlTe0oKh6ssqD1HulUM0eUEcKTsG { top:25.875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KePimAfJWncdvSemyWSl0eDyGEaimEbP { top:17.5rem;left:0rem;width:2.3125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd7HvbhGpcTDbTMnSdK63KzWwFXLCU82 { top:17.5rem;left:9.25rem;width:2.8125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrRuOiluc1SWa2ZZhG2TBHJJWrErt35e { top:17.5rem;left:26.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3tb1gITFrSZm7nen8IIL4nPp25XKmGA { top:17.8125rem;left:42.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfe8fE4L5i2bSZGXTHPxExqg6SGlv69O { width:20.4375rem;height:3.8125rem;top:36.625rem;left:13.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAtWS2q5GHftCBCaWEqyn7RlD9TsDXnV { display:block; }
 }@media only screen and (max-width: 763px) { #U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE { display:block; }#U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHlwW1GH0cvSSvOBoMreyimTfinCVpLF { top:5.125rem;left:0rem;width:47.75rem;height:;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rETmtkGUMrM0fvcux1I0IdMJcXToFbhX { top:8.5625rem;left:22rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ol889pN5lwQne4ifky9JdxF78LW5DZ { top:13.5625rem;left:25.5625rem;width:22.1875rem;height:5.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzRg4gW6G15JeVUewBoPILPodKUBuxaC { top:19.3125rem;left:25.9375rem;width:21.8125rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAgQvDu8pxT1eeeSLgTGWCt7PIztIAMy { top:27.375rem;left:0rem;width:47.5rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OugwL0ZF31v6d1zPiD8G5r2tll0Pendy { top:30.4375rem;left:1.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5KEwRTUATTKilfuyS2O14DfioFvF18t { top:31rem;left:5.1875rem;width:5.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPhIsHENhX7P0NZIuQbUBpSFqQtWuTdC { top:34.25rem;left:1.5625rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvvmzkLnLJuB8Per2mrp1rKWechxgvEx { top:34.8125rem;left:5.1875rem;width:7.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz5sCLM4hH5Be6XX67DONycTbN9WMxI1 { top:30.4375rem;left:16.3125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0UUK0h1N3mcvFbJk0TEJcPezBlwGnuQ { top:31rem;left:19.9375rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovidipVQZxn8iOJX07uRy6NPq76Gix7h { top:34.8125rem;left:19.9375rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlKUvR1oohWtClu22Cfd9UonUsE49kc3 { top:34.25rem;left:16.3125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks5bSUzeW10kPOv1GQExL8HZ8NQcwM2X { top:31rem;left:34.3125rem;width:7.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKiTRhefKfSh9Ni2U7R804re19ahlncv { top:30.4375rem;left:30.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN2y03RUX9xrlHQVsT83gSrHwowTILaB { top:34.375rem;left:34.3125rem;width:13.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQCqJB0yK3XyQ2rluD9catqoTPeThq1q { top:34.25rem;left:30.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwlJq8T2bBICMp0nK9wR9zcNzevcoLMz { top:11.375rem;left:0rem;width:10.25rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX7la7gWvXIAv3NsowO7Bc7kygrZlThW { top:8.5625rem;left:5.875rem;width:15.125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBZKcsT8cE9lT1F1AxtxyKOVHcBzg1oC { top:11.375rem;left:0rem;width:10.25rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLXnDEwnnpQa1mUiBWKPEzdalcJuDI8x { width:20.4375rem;height:3.8125rem;top:42.1875rem;left:13.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMIWIRw2Fk5O3Jm7VPkrLrLKzs4QSlqf { display:block; }
 }@media only screen and (max-width: 763px) { #pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX { display:block; }#pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMSNwTr5iUcPEJERBBBl9GBc8krT2Ra3 { width:47.75rem;height:5.625rem;top:8.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVu4imr1FJm863KN3yoxilBbIH1xhvpS { width:47.75rem;height:3.25rem;top:17.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA4q4SQI5Ldk0KBLSppimR8mPpNPcvUw { width:2.5rem;height:0.125rem;top:15.6875rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZo8n4qrkCUPF3SQzI2nn4rP3IyiVs3C { width:47.75rem;height:0;top:4rem;left:0rem;font-size:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgzzXZWrvk3ZmGniDxBOH9tP75BrBhax { width:17.5rem;height:1.6875rem;top:27.5rem;left:5.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTv2l2eRW3X6mIzPtH0B8skmzTdOK6AQ { width:18.9375rem;height:6.875rem;top:32.3125rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZlhDH8TyT81QkpLJC7OHto6raz98MEr { width:19rem;height:1.6875rem;top:27.375rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7dEpaHTWTXhBUManw6DyseV8uvanfw { width:17.5rem;height:5.0625rem;top:33.1875rem;left:25.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g204E9kpG0twehw6sJgnpTxXqn9JWnTS { width:18.9375rem;height:6.875rem;top:24.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8B62HAJ59vtV0qu1vkBqfGnCkBkd03f { width:18.9375rem;height:6.875rem;top:24.75rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLzNSTimPPxf246FxT5EMK91Bd3J27LD { width:17.5rem;height:1.6875rem;top:34.5625rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8By7V19ZEp2tgwoMivekIqPTzIJ90HG { width:18.9375rem;height:6.875rem;top:32.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1sPTT1whbh204z7HlvZhBMm7IPD0Kel { width:20.4375rem;height:3.8125rem;top:41.6875rem;left:14.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn1hzxGuwLNIWs84ZFagwSFFSIhh3lI9 { display:block; }
 }@media only screen and (max-width: 763px) { #IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 { display:block; }#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPUm5H15qTVd2B9h6EbdTLdbAKTBiE5b { top:5.125rem;left:0rem;width:47.75rem;height:26.786585365854rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3dxrakRZBcTXqNpAucTTgfu1UCWzSu5 { top:3.25rem;left:0rem;width:23.75rem;height:;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfTr3vTq0pP3xGGTIzeDank3TOfFy6Wr { top:16.0625rem;left:0rem;width:18.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDVovrcGl1nOfiLRs0OTB60i04TWv7tr { top:21rem;left:0rem;width:21.3125rem;height:8.875rem;font-size:1rem;display:block; }#gDVovrcGl1nOfiLRs0OTB60i04TWv7tr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d42f49ea97e1a5a15fd3f2293262bf92f7a7d953.svg); }
 }@media only screen and (max-width: 763px) { #TuXQ3CszdhWAdUtwCT1ukXR1qDvJKwa4 { width:20.4375rem;height:3.8125rem;top:32.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA8Bm1trfXFtkKaaTTu41MlE7AzJ71E4 { display:block; }
 }@media only screen and (max-width: 763px) { #A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx { display:block; }#A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrV0JhcZEZiLtznomT7a7hRziSUGmEyk { top:3.8125rem;left:0rem;width:7.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed3CQK8MUPXUICGaKCAUJQXwGNzG33OP { top:9.6875rem;left:9.625rem;width:22.4375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZBGTg4aUbAstXUGeOR61dw1WuWltM4J { display:block; }#MZBGTg4aUbAstXUGeOR61dw1WuWltM4J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OSbTkv9xS7AG7csUZHdLWoR2bq6ZIRHE { top:9.125rem;left:0rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRTmlm5cZ9dUwT2e8SkKvMvrfJAT33aK { top:6.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCiSB7S6cQuPuT0VTUPQoVZ41MUMCLR { top:37.1875rem;left:0rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQuroxyG3l2huvLTRFN452g8afB33EOz { top:34.875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlQ9Q7LVgUXCxXkTPR2dgN7PvulsvuTf { top:38rem;left:0rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yspkzdnTVsL5VTgzFT5bCE2Fmb8TiNW1 { display:block; }#yspkzdnTVsL5VTgzFT5bCE2Fmb8TiNW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8aW7ITimgztdGTTa3tOXiptfWEc0f0C { top:4.875rem;left:0rem;width:18.875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1LDPzDpTBpy9VDbOCXwfqVFgOgxkA1W { top:4.875rem;left:11.0625rem;width:20rem;height:;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeGzV7Tn4JtIzgLm09xAGhZX7mXMQdvv { top:4.875rem;left:26.4375rem;width:18.875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBvxKQhDluviXAP7DaUv8noQvmEygxmL { top:16.25rem;left:27.5rem;width:20rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7OFnlAHfTfceJfmTGafnJ2doSQXsBTf { display:none; }#B7OFnlAHfTfceJfmTGafnJ2doSQXsBTf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zf3WlHWTyho4uue01q9VAXpDI78kq8TX { top:2.375rem;left:0rem;width:15.6875rem;height:2.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZm1UUc67wLv2WQ6uFlRO4KvAGfMyBRG { width:12.625rem;height:1.25rem;top:19rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWPiqNP0VVxpuHXzf4wm1JfSefDwBlu4 { width:13.625rem;height:2.5625rem;top:20.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #JL8K48ZTq2bKBHKaxxUBkMQQiQ9T65tX { top:16.25rem;left:0rem;width:3.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F5tWG6Nr2DmqIbpFefKgNm7Xk0TAUsEr { width:13.4375rem;height:1.25rem;top:31.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a384pHrLtx3HK8srAtFk29quvaZMeeMx { width:13.75rem;height:3.875rem;top:33.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4gqdQiD1wHqxuiTywFXbC3NTmQlXazx { top:27.0625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fdvqQgsGqdu586XpXOWyMSRaUzJ8pkDu { width:12.25rem;height:3.875rem;top:13.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SPILgk1zR0wliBwpckE10qEznOqkoxz1 { width:12.375rem;height:1.25rem;top:10.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTZEwGsWIH6hTgdtd17IxWPzz0OxB2f7 { top:24.3125rem;left:45.125rem;width:2.625rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #s659Eezi11bMEXlwf47SR6Ht37DLEDye { width:12.5625rem;height:5.1875rem;top:49.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RddvpOiobQlq7mc4BrIUFGd9s7PQ5v55 { width:12.3125rem;height:1.25rem;top:48rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UBVrWzyB6O2wCtn6URkyf9FqcSovWDDx { top:36.1875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y10e2LWWORsU0pdTgsGMEVtDzJTAQItn { width:13.125rem;height:2.5625rem;top:42.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTKXn7eXLFWAk2Ti2NN3koUB6lEUBwGS { width:11.6875rem;height:2.5625rem;top:39.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gevWfo0wbf2n3wB32NDa0iklDatWQi3h { top:34.875rem;left:44.1875rem;width:3.5625rem;height:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fwr2OxzyKcIPUfpJDpV8XzoTFkOkQ1F6 { width:12.5rem;height:2.5625rem;top:26.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ssXDNioGtharkruH2KtgRGmEKN9pptQR { width:11.375rem;height:1.25rem;top:25.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BP3wpHfaUlsKnFHTiFFccXXQGJ1DCpdV { top:38.125rem;left:0rem;width:3.3125rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOp9nkDkXwV1HcSwsdn2qylRb6lczvUB { top:7.4375rem;left:6.875rem;width:36.75rem;height:27.265925748601rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCHEO14LR892nrTGWX1C85ZgOevBi7K6 { top:8.8125rem;left:28.68900680542rem;width:11.1875rem;height:8.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LWWiZE6ez21JvGCOHTyZWgcBmnl20yiJ { top:19.5625rem;left:0rem;width:15.9375rem;height:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfkXZiO2GlGQRhvGTzPILv3excnd4fdg { width:16.3125rem;height:3.3125rem;top:40.5625rem;left:13.09330368042rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lg4DhGFRQBziFCaTlO5IGV9zH0puKgTq { display:block; }
 }@media only screen and (max-width: 763px) { #voTgzSIwF2PDUkipJupbZJdvCoMbgLAA { width:16.3125rem;height:3.3125rem;top:40.5625rem;left:13.09330368042rem;display:none; }
 }@media only screen and (max-width: 763px) { #axKrJPKw3hO77xuXaeTbzxxc5bc47auD { display:block; }
 }@media only screen and (max-width: 763px) { #nL2Hn2rTwfyyPZdT8aMT4lGqRphnppyp { width:16.3125rem;height:3.3125rem;top:40.5625rem;left:13.09330368042rem;display:none; }
 }@media only screen and (max-width: 763px) { #vEGMLMKlThX6VRwxwvuo8b8TeQAxFlwO { display:block; }
 }@media only screen and (max-width: 763px) { #Qa3CO748TdMfS9V5RJBkMZLSFBbUM0ux { width:47.75rem;height:31.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#1c1c1b;background-image:url("https://images.assets-landingi.com/uc/343b918f-ab9c-4f0b-b144-081253819deb/Banner_Mobile_ETPOS_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-regular-label { width:13.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;font-size:0.6875rem;overflow:hidden;color:rgba(var(--color-secondary-0),1); }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-text { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.4375rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-text {padding-top: 0; padding-bottom: 0;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-textarea { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-select { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;font-size:0.75rem;overflow:hidden;height:1.4375rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-select {padding-top: 0; padding-bottom: 0;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-input-button { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.75rem;line-height:1.5;font-family:var(--paragraphs-font-family); }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-checkbox-label { width:12.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;font-size:0; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-container:first-of-type{padding-top:0;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .widget-container:last-of-type{padding-bottom:0;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm  { width:13.625rem;height:auto;top:17.25rem;left:1.8125rem;z-index:15024; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm .radio-container { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm {display:block;}#noy0IHsof2CMVssmRXvhJPcGd5UuZUMm { width:13.625rem;height:auto;top:17.25rem;left:1.8125rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #bKI8q5nVruWdVbBIXRh5GbgIGp9zMXZi {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #VfTWNsJcmVkZ8xqrvIfgroDNZMFNXm0T {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #z1JZaD3QKEDOf1xloF4LXN9XVJi3xiAn {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #b78oWWWqK92DJfohiyginQEyi7owV1oc {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #eZS5hyWIsGDGE0IASTforBreUa5WvAaO {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #N4Q1NDNWNIyPbfxmEWfOnltH9AdxZTPq {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #m6nTi9uLZ1ldcBlKCCQWCdxr83039Do5 {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #T57XVDTbd8Z26DDKLWfioG4e7EeL5fGx {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #hWopO9R8ZO5tovl71y62EBtG7Co2BZEy {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #GwrVzx16hBNPWctbgV8oMJKot4rXmEFk {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #JskTRsWfcZ9qsp9cTbWpTIlMXuxs6TyB {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #RqccFxWM3Ra2slqEp9GnamnGmJ5tBnBD {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #etKe2L4FKTtfkEgCu7XbFVkBuR0QFdgT {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #TQdhWJPM3dMer7n9rPnTTkeFKe4U7Ib8 {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #iLp5BqZQIoIhs5iUH180RykTEGIHkqzQ {  }
 }@media only screen and (max-width: 763px) { #N3Da33SL6woGGtrnJfU9h8p0ONlo6beb { display:block; }
 }@media only screen and (max-width: 763px) { #ttTihB2GTQCHRtXoPGRSTRyp5cwJELGu { display:block; }
 }@media only screen and (max-width: 763px) { #TzCumFGeyqG0wMNJ5pkXeeG7ksg7y5FE { display:block; }
 }@media only screen and (max-width: 763px) { #Tq9aThwbM8c64yxRInzM504CufyKbB19 { display:block; }
 }@media only screen and (max-width: 763px) { #ac5oyuTAs0tPA6SwALzFt9XmLDvzEZNO { display:block; }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #uQ0GzlPU6DGydrrTlKlXXNm2mrEh1QqG {  }
 }@media only screen and (max-width: 763px) { #noy0IHsof2CMVssmRXvhJPcGd5UuZUMm #GMnBV8lqr38J6T4zhUbgJtv0zUWxVQ3F {  }
 }@media only screen and (max-width: 763px) { #lxTXBgqiE2DARbFA080e0PEOmRmgiPBz { width:17.3110625rem;height:3.25rem;top:8.1875rem;left:0.8125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkLUgchb9k0rCXlBaQxrCab1MCANCC82 { width:5.75rem;height:2rem;top:1.93701171875rem;left:6.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmlR45yfOTy07tgyOdx8AB48hgaDRLCP { width:9.8125rem;height:0.875rem;top:6.375rem;left:5.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HH4uy0UePNzQTx8lVJ75cD9NWVBezElW { width:15rem;height:2.625rem;top:15.25rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #ymXgt7Whk68fTXswGMvwq5CDayCHOH7T { width:18.75rem;height:29.25rem;top:13.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxZdxgg5rhJWF4okpZosOOpcm8CTfehl { width:10.6875rem;height:1.375rem;top:6.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OztGTkZR3BFDTV89SWtOAo8ydcuCwBKm { width:17.875rem;height:29.5rem;top:13.375rem;left:1.5rem;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(301deg, rgba(var(--color-secondary-3),0.46), rgba(var(--color-secondary-4),0));background-image: -moz-linear-gradient(301deg, rgba(var(--color-secondary-3),0.46), rgba(var(--color-secondary-4),0));background-image: -ms-linear-gradient(301deg, rgba(var(--color-secondary-3),0.46), rgba(var(--color-secondary-4),0));background-image: -o-linear-gradient(301deg, rgba(var(--color-secondary-3),0.46), rgba(var(--color-secondary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.46)', endColorstr='rgba(var(--color-secondary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.46)', endColorstr='rgba(var(--color-secondary-4),0)' );";background-image: linear-gradient(301deg, rgba(var(--color-secondary-3),0.46), rgba(var(--color-secondary-4),0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf { display:block; }#ENp8JxfB7oIKkpoQ307RgZIZVtqVVNxf > .row .container { width:20rem;height:59.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHwyz7C2AFxKyw5uqu7tVKn9UGuQbq2v { width:15.875rem;height:3.8125rem;top:1.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4vDFXamQS1BJN6TU9qellFiSoVXGxqz { width:5.25rem;height:0.125rem;top:5.875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgCLFHli8afCywDt78J2J1MJXCAMaVqc { width:17.375rem;height:3.5996125rem;top:7.748046875rem;left:1.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UFdsnFrAybpy9bLx8CxPddln5dxv14oT { width:20rem;height:13.8818125rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryxlNlQzZmr2a9poxTb4upZO9PuCA9iz { width:14.1875rem;height:6rem;top:24.125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXT5234gtyN9TvCZXdiAygSbDbX2ddd3 { width:16.75rem;height:3.5996125rem;top:50.5625rem;left:0.75rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MJdfuv6flc0nfNfVCOaXSTDsdS2GfPMt { width:14.25rem;height:2.5996125rem;top:38.375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a49eSMyhNi95kTQl20xLMzCsqkicqXDX { width:13.5rem;height:2.5996125rem;top:32.5625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQaSw2pz3KEXNO59AslCdwBCdEeJddZC { width:11.125rem;height:1.29980625rem;top:25.625rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT4rWuO16OrH4Rag2xoJVE4GnnzeZcMe { display:flex;width:1.125rem;height:1.125rem;top:27.25rem;left:11.3125rem; }
 }@media only screen and (max-width: 763px) { #JzXK8AXbxaVG44Dq3lAoUvCkWpXVE3kx { display:flex;width:1.125rem;height:1.125rem;top:27.25rem;left:12.625rem; }
 }@media only screen and (max-width: 763px) { #Rcx30ZOwdh6I1Twp7ro9y7ZM1BBdQ1y6 { display:flex;width:1.125rem;height:1.125rem;top:27.25rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #VesnFG1sEUz7MOE7IOE2k4M8ql3s49h9 { display:flex;width:1.125rem;height:1.125rem;top:27.25rem;left:13.8125rem; }
 }@media only screen and (max-width: 763px) { #GbO74fm48g1HBZyFJZXd8H8Fs1gALcQG { display:flex;width:1.875rem;height:1.875rem;top:54.875rem;left:17.5rem; }
 }@media only screen and (max-width: 763px) { #WvC1xF7wfdDp7Gz8UXw5sPlcHVMF61fQ { width:7.9375rem;height:1.0996125rem;top:55.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHNFv2CSStyqWDMtB0RFLTgfJ1Bd3vKR { width:7.1875rem;height:0.125rem;top:55.75rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0s5Hig7ByzkwKlSetfOBqsQyNk4ArTF { width:19.75rem;height:4.4375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe72d3qo6pw51Ue8255AZC3m0ueHlzRF { width:19.75rem;height:4.4375rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9HBl1qMtBtz8FtLT2P2Txec7XJHkKLH { width:2.375rem;height:2.375rem;top:38.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg9QTvNH8L6n0cdAVcQrshppvtEBtRR6 { width:2.375rem;height:2.375rem;top:44.5625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbhu2WMZQ1Jzgsm9ifOmAIcaftRHtvPw { width:19.75rem;height:4.4375rem;top:37.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpooZTR1qTQiBAGxzlWXXJNBLBhX6Sll { width:14.125rem;height:2.5996125rem;top:44.3125rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqoPROJHVhoPrxpB0rfC5uQu7VB7qzJy { width:19.75rem;height:4.4375rem;top:113.11181640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k3Ek6hd6XFnK5pgqkcwI8QtBwi7XhCJV { width:2.375rem;height:2.375rem;top:32.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai { display:block; }#i6TFzz7Tbqimd12Qqg6UDOekWVqT8Eai > .row .container { width:20rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9K37dQTCeEBztSGhOJcCC3kzy8kZx4N { width:20rem;height:1.79980625rem;top:8.28857421875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ArOwff3sq5ROrWlpkZiGxIcTXdJdA28R { width:15.3125rem;height:1.875rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDAUrzfUuCo30zQTDVWEbo0VOsiXrJUL { display:flex;width:1.4375rem;height:1.4375rem;top:4.25rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #Qm6ANkh0ZXiiaotaxczzn3li0P3Rzpba { width:12rem;height:0.875rem;top:4.5625rem;left:2.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcoLt06TWFTkbdfxL0BNTlPfZm4pkWPq { width:17.25rem;height:4.125rem;top:17.875rem;left:0.875rem;font-size:1rem;line-height:1;display:block; }#gcoLt06TWFTkbdfxL0BNTlPfZm4pkWPq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d42f49ea97e1a5a15fd3f2293262bf92f7a7d953.svg); }
 }@media only screen and (max-width: 763px) { #cAa9FETQGhyMC1AouiL9izuo41FH5J6d { width:15.125rem;height:18.625rem;top:23.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNwETWN1JSC9r2AyH7CAlwBiGqC22wid { width:6.6875rem;height:1.9375rem;top:40.4375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzbTZUXUD5z9rDOJxQTklu9fTSvcXXhe { width:4.9375rem;height:1.25rem;top:40.8125rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCqqHVRTRy4zJ5TJg3rl4o5Ef4c2Teki { width:0.3125rem;height:1.9375rem;top:40.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFcB33t8i2Pf4gtNrfv0FGC8ziHeTLvB { width:20rem;height:5.8496125rem;top:10.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSkNvweLzwp2WCFawoMihgv9xWDL5Z3J { width:15.3125rem;height:2.3125rem;top:29.3125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIWP7O27AR7KPWEU0J6FoxC0lsl4MMP0 { display:block; }
 }@media only screen and (max-width: 763px) { #ZLKInyqgHxLToOs5zyXg2G4Cxuz6TGxT { width:15.3125rem;height:2.3125rem;top:45.1875rem;left:2.34375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #K5RV1UnDypO81ehTQK6UGzMkx9TXCoMT { display:block; }
 }@media only screen and (max-width: 763px) { #wJGLNJqTFcWQXSazutf3GMlhFI6lgByH { display:block; }#wJGLNJqTFcWQXSazutf3GMlhFI6lgByH > .row .container { width:20rem;height:98.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kve9WXpwh2appkHTNwLhZQ0oK0yr7CET { width:17.625rem;height:7.19925rem;top:4.97998046875rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQ4yC57I0SXsaHI1iDCmF5Tp5UZ91oof { width:20rem;height:1.16845625rem;top:2.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt9TQ4EedaT7LJWwRf5sU2F0F375WAfN { width:20rem;height:5.19921875rem;top:13.3671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fs0VtQGysvylNfhG6WuctNeI4J2pxBwW { width:4.4375rem;height:4.3125rem;top:22.54053125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6V8bfhEE4e3g5s8KGMOL3CNSJ6FT27g { width:4.4375rem;height:4.25rem;top:33.875rem;left:7.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkEJAReXQGlUVVh8HMt6CDzuTy0KPd9p { width:4.4375rem;height:4.3125rem;top:46.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzkHTam4AFlo6L8TV1Muk87lRiaRILNO { width:4.4375rem;height:4.3125rem;top:57.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNUxN0XSw0ptoH9nTfTUJb4CwEH8fyif { width:4.4375rem;height:4.25rem;top:72.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQc2UsKWmRBH7MwNzhky8EKgLDQytZLo { width:4.4375rem;height:4.3125rem;top:83.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g20tNFNwwq0kXh3SSPrX2lrVlkTSzk5A { width:0.125rem;height:0.125rem;top:20.69678125rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSGlEmpSkwNkcdGufCaSma7bJFVSGDAx { width:20rem;height:0.125rem;top:21.16553125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWQdPvN5oapauQoAnow4NATh0Gx1xRsr { width:6.5625rem;height:1.125rem;top:27.8125rem;left:6.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TUFMXvfghg86tDyrvyt8BnbTaC0Vmt5e { width:6.875rem;height:2.69970625rem;top:29.5rem;left:6.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lk9bacDv8h3qfzRFHuO6V2vahvZ6gJhV { width:8.1875rem;height:2.69970625rem;top:41.67724609375rem;left:5.90625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dGDqMDq2oQcaH0sXI49ZdB7FBFr142BR { width:6.5625rem;height:1.125rem;top:39.73974609375rem;left:6.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJWmyTkk26bX5JyklpqOiLQp2DPEIIaH { width:6rem;height:2.69970625rem;top:54.25146484375rem;left:7rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y5ePphGpg1vK53Zd8MPkN1obGi3BDCQy { width:6.5625rem;height:1.125rem;top:52.17724609375rem;left:6.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wQB6rA9WCfcspS54qXNvHIFaoakFuOqI { width:6rem;height:3.5996125rem;top:66.900390625rem;left:7rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TmTAqrWFduFc7L6qK7TSnSDOWAVJwmtz { width:6.5625rem;height:2.25rem;top:63.48974609375rem;left:6.71875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hdH1uKmrTgAOFJou1fVA1gghaSst2Ba9 { width:7.0625rem;height:2.69970625rem;top:79.17529296875rem;left:6.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k1oS0nT9HSJt6ASVO7pMN1HZgfT76rlO { width:6.5625rem;height:1.125rem;top:77.1875rem;left:6.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6M9JOVaVDb4dKg3E9gKVh8fRTweQCtn { width:6.5625rem;height:2.25rem;top:89.0625rem;left:6.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCd932AgrRadnrhQvP2ltNJCmigmgZx4 { width:15.3125rem;height:2.3125rem;top:35.5625rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sO3ekps0TkL9ufnKEFeJZxIlXgnik1ml { display:block; }
 }@media only screen and (max-width: 763px) { #NUeHeSIJAUsJVAsokMUi1EKHnO1cWgJp { width:15.3125rem;height:2.3125rem;top:94.125rem;left:2.34375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #LlHiKhKB7SZip9GPPQ2w9TkJVnaH7r1m { display:block; }
 }@media only screen and (max-width: 763px) { #a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/99be2fee-d4ba-4bcc-abc2-aa098fc280bc/Untitled1copy.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA.adaptive-delivery-prevent-bg, #a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA.lazyload, #a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA.lazyloading { background-image: none; }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row .container { background-color: transparent; background-image: none; }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row .container > .video-iframe-container { display: none; }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row > .video-iframe-container { display: none; }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .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); }#a2HApLn4ro9ZcL9Csy7GHhXrCECBshPA > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlPQGwLvVSay3L1H51Ir6gXVqqT6NMTm { width:15.3125rem;height:1.875rem;top:2.875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpg65vkuWROJZOxIS5MQh88B28MiSLWo { width:20rem;height:11.875rem;top:13.039689781022rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XJHGOpolUAAaIUgi3bTQkDEpaDew9ooR { width:12rem;height:0.875rem;top:3.4375rem;left:5.125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PWRkW1UNNfXJEHoT9VIOeDGk9kSGJlGF { display:flex;width:1.4375rem;height:1.4375rem;top:3.125rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #aTq9MSAIQPz7PhMQ6OdnTCCS8KG9vMlV { width:15.625rem;height:3.5996125rem;top:5.4375rem;left:2.1875rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D3RyyUdLOh063eHZtyrkxmEt8h31UCsy { width:15.3125rem;height:2.3125rem;top:29.75rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2V4V01SSXAl6iMvkX0dBmnyUVyhPhCQ { display:block; }
 }@media only screen and (max-width: 763px) { #QkgqIH0iRrOn7vOAHgl4AkDyvWIcOH1Z { width:0.3125rem;height:2.25rem;top:20.3125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2byiyvL6FiFe1hzyCZsDXwUz22p2lWM { width:7.75rem;height:2.25rem;top:20.3125rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLwvTeT5LkT93VJiFmnh9mcFDGWcJrzS { width:6.0625rem;height:1.6875rem;top:20.625rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ1ePyemXTftUX8seOB532f1lh4y2qmq { width:20rem;height:5rem;top:113.86181640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn { display:block; }#pfa9IF8bfwTItUK07wwg1QOo4A6ZiVHn > .row .container { width:20rem;height:97.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CmHNJfoknnDhzKlGUis4I10lSpCTmACR { width:20rem;height:5.3994125rem;top:5.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XXkhcb8WpFirKfDTWTNZWivxggw8pDw8 { width:15.125rem;height:17.5rem;top:14.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paInDqSOZiFceKGZGUEJa47OAbHIOKSl { width:11.5625rem;height:2.8125rem;top:21rem;left:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkOBJVtuV2zTaf13D7c1T32GduIt7pPc { width:14.9375rem;height:17.5rem;top:33.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p967mVo01BswCmkfgPw3t6JAQMcTimb9 { width:11.5625rem;height:2.8125rem;top:39.5rem;left:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPRRPVbmO2TkZG35tNZhqPmDKc5faJ5c { width:14.9375rem;height:17.5rem;top:52.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rra0Nk44yTFBpQXpOqkdGH5RsyTnn9Ez { width:12.6875rem;height:2.5rem;top:58.5rem;left:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwUtAPpEXDaQyX25sfyJAnzz8a9wSOJR { width:14.9375rem;height:17.5625rem;top:71.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJehFwq1Q8bhCo8eSIvRpiPTQn1pb2Kh { width:9rem;height:2.8125rem;top:77.5rem;left:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDgnraMIayTyJpAuTnLnrdaxrtusbQla { width:11.3125rem;height:5.19921875rem;top:25.3125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oteazGcTbhMeJXaQCQ9InuUnHMi86lN3 { width:12.5rem;height:5.19921875rem;top:43.5625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhxoKAAyIDOyoV3FaFDpKBSqty5FKmJI { width:12.5rem;height:5.19921875rem;top:62.5625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVL5mlTe0oKh6ssqD1HulUM0eUEcKTsG { width:12.5rem;height:3.8994125rem;top:81.5625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KePimAfJWncdvSemyWSl0eDyGEaimEbP { width:2.3125rem;height:2.625rem;top:16.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fd7HvbhGpcTDbTMnSdK63KzWwFXLCU82 { width:2.8125rem;height:2.5rem;top:35.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrRuOiluc1SWa2ZZhG2TBHJJWrErt35e { width:2.8125rem;height:2.8125rem;top:54.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3tb1gITFrSZm7nen8IIL4nPp25XKmGA { display:flex;width:2.0625rem;height:2.0625rem;top:73.5rem;left:3.5625rem; }
 }@media only screen and (max-width: 763px) { #xfe8fE4L5i2bSZGXTHPxExqg6SGlv69O { width:19rem;height:3.8125rem;top:90.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAtWS2q5GHftCBCaWEqyn7RlD9TsDXnV { display:block; }
 }@media only screen and (max-width: 763px) { #U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE { display:block; }#U1PU9Cep23rLSm14PIMwaBF1lA1WIQFE > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EHlwW1GH0cvSSvOBoMreyimTfinCVpLF { width:17.3125rem;height:5.3994125rem;top:3.125rem;left:1.34375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rETmtkGUMrM0fvcux1I0IdMJcXToFbhX { width:3.75rem;height:0.25rem;top:10.25rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0ol889pN5lwQne4ifky9JdxF78LW5DZ { width:14.5625rem;height:6.75rem;top:28.84228515625rem;left:2.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzRg4gW6G15JeVUewBoPILPodKUBuxaC { width:15.25rem;height:5.6860375rem;top:36.59228515625rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAgQvDu8pxT1eeeSLgTGWCt7PIztIAMy { width:18rem;height:25.4375rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OugwL0ZF31v6d1zPiD8G5r2tll0Pendy { width:2.375rem;height:2.375rem;top:46.0625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5KEwRTUATTKilfuyS2O14DfioFvF18t { width:5.9375rem;height:1.29980625rem;top:46.625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPhIsHENhX7P0NZIuQbUBpSFqQtWuTdC { width:2.375rem;height:2.375rem;top:53.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvvmzkLnLJuB8Per2mrp1rKWechxgvEx { width:7.5625rem;height:1.29980625rem;top:65.625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fz5sCLM4hH5Be6XX67DONycTbN9WMxI1 { width:2.375rem;height:2.375rem;top:65.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0UUK0h1N3mcvFbJk0TEJcPezBlwGnuQ { width:7.0625rem;height:1.29980625rem;top:57.75rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovidipVQZxn8iOJX07uRy6NPq76Gix7h { width:7.0625rem;height:1.29980625rem;top:61.625rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlKUvR1oohWtClu22Cfd9UonUsE49kc3 { width:2.375rem;height:2.375rem;top:61.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks5bSUzeW10kPOv1GQExL8HZ8NQcwM2X { width:7.0625rem;height:1.29980625rem;top:49.8125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKiTRhefKfSh9Ni2U7R804re19ahlncv { width:2.375rem;height:2.375rem;top:49.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IN2y03RUX9xrlHQVsT83gSrHwowTILaB { width:13.0625rem;height:2.5996125rem;top:53.4375rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQCqJB0yK3XyQ2rluD9catqoTPeThq1q { width:2.375rem;height:2.375rem;top:57.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwlJq8T2bBICMp0nK9wR9zcNzevcoLMz { width:7.4375rem;height:9.5625rem;top:15.18603515625rem;left:0.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OX7la7gWvXIAv3NsowO7Bc7kygrZlThW { width:10.875rem;height:12.75rem;top:12.84228515625rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBZKcsT8cE9lT1F1AxtxyKOVHcBzg1oC { width:10.25rem;height:13.1875rem;top:11.375rem;left:4.875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #lLXnDEwnnpQa1mUiBWKPEzdalcJuDI8x { width:19rem;height:3.8125rem;top:71.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMIWIRw2Fk5O3Jm7VPkrLrLKzs4QSlqf { display:block; }
 }@media only screen and (max-width: 763px) { #pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX { display:block; }#pHAbCm76WDFCDWKbcbZ7SSwTsCXeUuUX > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CMSNwTr5iUcPEJERBBBl9GBc8krT2Ra3 { width:16.4375rem;height:5.625rem;top:4.625rem;left:1.78125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVu4imr1FJm863KN3yoxilBbIH1xhvpS { width:16.125rem;height:6.09375rem;top:14rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA4q4SQI5Ldk0KBLSppimR8mPpNPcvUw { width:2.5rem;height:0.125rem;top:11.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZo8n4qrkCUPF3SQzI2nn4rP3IyiVs3C { width:20rem;height:4.0625rem;top:3.375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgzzXZWrvk3ZmGniDxBOH9tP75BrBhax { width:17.5rem;height:1.69970625rem;top:25.5625rem;left:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTv2l2eRW3X6mIzPtH0B8skmzTdOK6AQ { width:18.9375rem;height:6.9375rem;top:22.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZlhDH8TyT81QkpLJC7OHto6raz98MEr { width:17.5rem;height:1.69970625rem;top:33.6875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7dEpaHTWTXhBUManw6DyseV8uvanfw { width:17.5rem;height:5.09911875rem;top:40.25rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g204E9kpG0twehw6sJgnpTxXqn9JWnTS { width:18.9375rem;height:6.875rem;top:31rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8B62HAJ59vtV0qu1vkBqfGnCkBkd03f { width:18.9375rem;height:6.875rem;top:39.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLzNSTimPPxf246FxT5EMK91Bd3J27LD { width:17.5rem;height:1.69970625rem;top:49.75rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8By7V19ZEp2tgwoMivekIqPTzIJ90HG { width:18.9375rem;height:6.875rem;top:47.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1sPTT1whbh204z7HlvZhBMm7IPD0Kel { width:15.3125rem;height:2.3125rem;top:57.75rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vn1hzxGuwLNIWs84ZFagwSFFSIhh3lI9 { display:block; }
 }@media only screen and (max-width: 763px) { #IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 { display:block; }#IqzmLBSVnmmqtW6fiqu03kuQH1OasOL1 > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPUm5H15qTVd2B9h6EbdTLdbAKTBiE5b { height:11.25rem;width:20rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3dxrakRZBcTXqNpAucTTgfu1UCWzSu5 { width:20rem;height:5.3994125rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PfTr3vTq0pP3xGGTIzeDank3TOfFy6Wr { width:18.875rem;height:2.69921875rem;top:10.0625rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDVovrcGl1nOfiLRs0OTB60i04TWv7tr { width:17.875rem;height:10.223625rem;top:27.9375rem;left:1.0625rem;font-size:1rem;display:block; }#gDVovrcGl1nOfiLRs0OTB60i04TWv7tr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_d42f49ea97e1a5a15fd3f2293262bf92f7a7d953.svg); }
 }@media only screen and (max-width: 763px) { #TuXQ3CszdhWAdUtwCT1ukXR1qDvJKwa4 { width:19rem;height:3.8125rem;top:39.410625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EA8Bm1trfXFtkKaaTTu41MlE7AzJ71E4 { display:block; }
 }@media only screen and (max-width: 763px) { #A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx { display:block; }#A1QqVbTbaViVlpaS4rEnRTlrbZTGeuHx > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IrV0JhcZEZiLtznomT7a7hRziSUGmEyk { width:7.25rem;height:3.375rem;top:1.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed3CQK8MUPXUICGaKCAUJQXwGNzG33OP { width:20rem;height:2.5996125rem;top:8.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MZBGTg4aUbAstXUGeOR61dw1WuWltM4J { display:none; }#MZBGTg4aUbAstXUGeOR61dw1WuWltM4J > .row .container { width:20rem;height:77.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OSbTkv9xS7AG7csUZHdLWoR2bq6ZIRHE { width:20rem;height:21.75rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRTmlm5cZ9dUwT2e8SkKvMvrfJAT33aK { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVCiSB7S6cQuPuT0VTUPQoVZ41MUMCLR { width:20rem;height:21.75rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQuroxyG3l2huvLTRFN452g8afB33EOz { width:12.5rem;height:0;top:26.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlQ9Q7LVgUXCxXkTPR2dgN7PvulsvuTf { width:20rem;height:21.75rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yspkzdnTVsL5VTgzFT5bCE2Fmb8TiNW1 { display:none; }#yspkzdnTVsL5VTgzFT5bCE2Fmb8TiNW1 > .row .container { width:20rem;height:36.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C8aW7ITimgztdGTTa3tOXiptfWEc0f0C { width:18.875rem;height:10.5625rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1LDPzDpTBpy9VDbOCXwfqVFgOgxkA1W { width:20rem;height:0;top:13.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeGzV7Tn4JtIzgLm09xAGhZX7mXMQdvv { width:18.875rem;height:10.5625rem;top:15.9375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBvxKQhDluviXAP7DaUv8noQvmEygxmL { width:20rem;height:0;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7OFnlAHfTfceJfmTGafnJ2doSQXsBTf { background-color:#1c1c1b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#B7OFnlAHfTfceJfmTGafnJ2doSQXsBTf > .row .container { border-width: 0; border-radius: 0; }#B7OFnlAHfTfceJfmTGafnJ2doSQXsBTf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B7OFnlAHfTfceJfmTGafnJ2doSQXsBTf > .row .container { width:20rem;height:81.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Zf3WlHWTyho4uue01q9VAXpDI78kq8TX { width:14.0625rem;height:3rem;top:3.1245560646057rem;left:2.96875rem;font-size:1.5rem;z-index:15020;font-family:"proxima nova";display:block; }
 }@media only screen and (max-width: 763px) { #kZm1UUc67wLv2WQ6uFlRO4KvAGfMyBRG { width:12.6875rem;height:1.29980625rem;top:19rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15005;color:#f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #GWPiqNP0VVxpuHXzf4wm1JfSefDwBlu4 { width:13.6875rem;height:2.5996125rem;top:20.4375rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #JL8K48ZTq2bKBHKaxxUBkMQQiQ9T65tX { width:2.9375rem;height:2.9375rem;top:18.375rem;left:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #F5tWG6Nr2DmqIbpFefKgNm7Xk0TAUsEr { width:13.5rem;height:1.29980625rem;top:31.875rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15008;color:#f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #a384pHrLtx3HK8srAtFk29quvaZMeeMx { width:13.8125rem;height:3.8994125rem;top:33.375rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #a4gqdQiD1wHqxuiTywFXbC3NTmQlXazx { width:3.0625rem;height:3.0625rem;top:31.375rem;left:0.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #fdvqQgsGqdu586XpXOWyMSRaUzJ8pkDu { width:12.31225rem;height:3.8994125rem;top:12.874656677246rem;left:5.5615229606628rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #SPILgk1zR0wliBwpckE10qEznOqkoxz1 { width:12.4375rem;height:1.29980625rem;top:10.625rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15011;color:#f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #DTZEwGsWIH6hTgdtd17IxWPzz0OxB2f7 { width:2.625rem;height:2.5rem;top:11rem;left:1.5625rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #s659Eezi11bMEXlwf47SR6Ht37DLEDye { width:12.625rem;height:5.19921875rem;top:49.5625rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #RddvpOiobQlq7mc4BrIUFGd9s7PQ5v55 { width:12.375rem;height:1.29980625rem;top:48rem;left:5.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15011;color:#f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #UBVrWzyB6O2wCtn6URkyf9FqcSovWDDx { width:2.5625rem;height:2.5625rem;top:48.125rem;left:1.5625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #y10e2LWWORsU0pdTgsGMEVtDzJTAQItn { width:13.1875rem;height:2.5996125rem;top:42.75rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #gTKXn7eXLFWAk2Ti2NN3koUB6lEUBwGS { width:11.75rem;height:2.5996125rem;top:39.8125rem;left:5.4375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15014;color:#f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #gevWfo0wbf2n3wB32NDa0iklDatWQi3h { width:3.5625rem;height:4.625rem;top:39.125rem;left:1.1875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #Fwr2OxzyKcIPUfpJDpV8XzoTFkOkQ1F6 { width:12.5625rem;height:2.5996125rem;top:26.8125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #ssXDNioGtharkruH2KtgRGmEKN9pptQR { width:11.4375rem;height:1.29980625rem;top:25.3125rem;left:5.375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:15006;color:#f1f1f1;display:block; }
 }@media only screen and (max-width: 763px) { #BP3wpHfaUlsKnFHTiFFccXXQGJ1DCpdV { width:2.5rem;height:2.5rem;top:25.3125rem;left:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #oOp9nkDkXwV1HcSwsdn2qylRb6lczvUB { width:19.6875rem;height:14.4375rem;top:59.812231063843rem;left:4.3449548058432rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #GCHEO14LR892nrTGWX1C85ZgOevBi7K6 { width:11.1875rem;height:8.0624825418019rem;top:15.536227226258rem;left:11.251686096191rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #LWWiZE6ez21JvGCOHTyZWgcBmnl20yiJ { width:7.2491875rem;height:8.624375rem;top:65.681371688844rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #RfkXZiO2GlGQRhvGTzPILv3excnd4fdg { width:16.3125rem;height:3.3125rem;top:72.767311096194rem;left:4.5rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #Lg4DhGFRQBziFCaTlO5IGV9zH0puKgTq { display:block; }
 }@media only screen and (max-width: 763px) { #voTgzSIwF2PDUkipJupbZJdvCoMbgLAA { width:16.3125rem;height:3.3125rem;top:69.079811096194rem;left:6.1875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #axKrJPKw3hO77xuXaeTbzxxc5bc47auD { display:block; }
 }@media only screen and (max-width: 763px) { #nL2Hn2rTwfyyPZdT8aMT4lGqRphnppyp { width:16.084426125rem;height:3.085051125rem;top:75.8740196228rem;left:1.90030169487rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #vEGMLMKlThX6VRwxwvuo8b8TeQAxFlwO { display:block; }
 }@media only screen and (max-width: 763px) { #Qa3CO748TdMfS9V5RJBkMZLSFBbUM0ux { top:55.6748046875rem;left:1.5625rem;width:10.5625rem;height:6.875rem;z-index:15032;overflow:hidden;display:block; }
 }