.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:246,238,230;--color-primary-1:224,199,172;--color-primary-2:193,143,89;--color-primary-3:97,72,45;--color-primary-4:29,21,13;--color-secondary-0:228,229,230;--color-secondary-1:175,176,181;--color-secondary-2:122,123,131;--color-secondary-3:73,74,79;--color-secondary-4:33,35,49;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Ananda Regukar";--paragraphs-font-family:"Montserrat"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;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); }#T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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;position:relative;z-index:auto;display:block; }#T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 > .row .container { background-color: transparent; background-image: none; }#T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 > .row .container > .video-iframe-container { display: none; }#T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 > .row > .video-iframe-container { display: none; }#T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 > .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); }#T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 > .row .container { border-width: 0; border-radius: 0; }#T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 > .row .container { width:75rem;height:7.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#pAzCQsDX2gGAOyCkL9wayy18p95wR0Fo { 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:5.1875rem;width:15.75rem;top:1.52734375rem;left:0.0615234375rem;overflow:hidden;display:block; }
#tnJPpxetDektwUhfZTxKF8PrdX26v1OD { z-index:15005;top:2.1527779102326rem;left:58.249572753906rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fEBcc1gruTglNWdsAJbQbJNTUgQ0k2HJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/778e3f4e-274c-4292-809b-1f1998723556/bgpheonix.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl.adaptive-delivery-prevent-bg, #IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl.lazyload, #IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl.lazyloading { background-image: none; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row .container { background-color: transparent; background-image: none; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.67); }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row .container > .video-iframe-container { display: none; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.67); }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row > .video-iframe-container { display: none; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .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); }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row .container { border-width: 0; border-radius: 0; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#Er2rUJpmy1ixUxxSrICT3S2oHA7sEFSW { color:rgba(var(--color-tertiary-0),1);display:block;width:17.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:3;letter-spacing:0;top:10.057983398438rem;left:0rem;height:0;font-style:normal;display:none; }#Er2rUJpmy1ixUxxSrICT3S2oHA7sEFSW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Er2rUJpmy1ixUxxSrICT3S2oHA7sEFSW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
#QCKID7zNeBh8TifPQsm1rUDtlLbOvcNg { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.246337890625rem;left:0rem;height:2.92419375rem;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:none; }
#QGoMv2N9KoTEUmQBsZTmSsGa5sMmWNdN { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;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:none; }
#gAQEC7sDqL1WyhzvVs4fzeS4ri8vi3Du { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;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:none; }
#Se5BRJf1GxelsPZneT7yFw0b6Hm0dalZ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42rem;width:35.4375rem;top:7.125rem;left:0rem;overflow:hidden;display:block; }
#XMGl9yaOct2PAJd0tyO8cIOwQZT46JND { color:#ffc07c;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.15625rem;left:34.09375rem;height:7.5625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-form-header {  }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:35.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);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:35.4375rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);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:35.4375rem;box-sizing:border-box;height:4.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .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:35.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .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; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:35.4375rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:1.1; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .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-tertiary-4),1);vertical-align:top;width:34.25rem;overflow:hidden;font-style:normal;float:none; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .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; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .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; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-container:first-of-type{padding-top:0;}#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-container:last-of-type{padding-bottom:0;}#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:25.0498046875rem;left:35.4375rem; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:35.4375rem;display:block;vertical-align:top; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .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-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 {display:block;}#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:35.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:25.0498046875rem;left:35.4375rem; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #zlJvIcRfUbMyPixoUKVGoE9atRViJJHn { position:relative; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #TRhwK2PFV9T2CmGgh0tte8kZAwz41sJD { position:relative;display:none; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #u13hAH1JMKWFruF1PepOiiwx12Q8oIzv { position:relative; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #TdrICPsowkwzCEi7otRzlscL3dGoo6xK { position:relative; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #Q1h5Rmd04JAAnhp4ZgOJQ51ze43rImCT { position:relative;display:none; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #fgngOyu1k73Z3qC1qcR2OTIN6XB90FcD { position:relative; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #CzzkBuXaU1T9rJJPAke9P028TmQaGFdO { position:relative; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #VIT0RfOZ0LKVila4fX5ZRFfvTeVNP44g { position:relative;display:none; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #OhTHoXBPE6qRQToNvz591dQTV2HW7kA1 { position:relative; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #ogKc4XQCC87gsH5xMg2wR5vAAbgTFxAT { position:relative; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #fTqNsoRU8ezuhWUcBTwoWqV4yyP2UCzV { position:relative;display:none; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #VHrhhrU9aSsJs89BtMvipKWObXsWA32W { position:relative; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #P7Rykp7WNbS0sTe199V6W5cewk9TxXip { position:relative; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #rmkNPAe7XueTSi9E1axuu2Ttb26Td1D7 { position:relative; }
#MvOOievf3Oc6QIkgbt2uTpT300xaEebx { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.9375rem;left:41.53125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pNbhEEuuuoSuGFObP4h7PLfaCQtTwBpA { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5625rem;left:35.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kTVFMUD67ukVhrQo4P3wtnX3S3nK9Grb { color:rgba(var(--color-tertiary-0),1);display:block;width:39.375rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:17.125rem;left:34.875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XPTO1IW5Uo7oDFfokcqTbV8qSBw1ypEy { box-sizing:content-box;height:45.6875rem;width:40.6875rem;position:absolute;display:block;z-index:14996;background-color:rgba(37,29,32,0.78);background-image:none;top:2.5625rem;left:34.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#tTSBzoTWPIRKrJu0ioE92zE0zGaPGKrn { z-index:15005;top:2.1527779102326rem;left:58.249572753906rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#yBzJT8ImPlg2uuV0l6A62lr3i7GroP92 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TI2HzpPB1nGfzffqmnp5EzbXlmVD7kCT { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:3.75rem;left:34.375rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TFh3L4wWQatex0897yisyQ47DN2gaTWk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8171ceb5-57b4-45d8-982f-35733684e76e/background22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TFh3L4wWQatex0897yisyQ47DN2gaTWk.adaptive-delivery-prevent-bg, #TFh3L4wWQatex0897yisyQ47DN2gaTWk.lazyload, #TFh3L4wWQatex0897yisyQ47DN2gaTWk.lazyloading { background-image: none; }#TFh3L4wWQatex0897yisyQ47DN2gaTWk > .row .container { border-width: 0; border-radius: 0; }#TFh3L4wWQatex0897yisyQ47DN2gaTWk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TFh3L4wWQatex0897yisyQ47DN2gaTWk > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:75rem;position:relative;display:none; }#kECy3nK0mNgF03Jy4lEgpoTW446z725L { color:rgba(var(--color-tertiary-0),1);display:block;width:17.561625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:3;letter-spacing:0;top:10.057983398438rem;left:0rem;height:0;font-style:normal;display:none; }#kECy3nK0mNgF03Jy4lEgpoTW446z725L li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kECy3nK0mNgF03Jy4lEgpoTW446z725L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
#EBCNnkCc9M7gA3cpdgoTdyAFeh116T3P { color:rgba(var(--color-tertiary-0),1);display:block;width:38.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.246337890625rem;left:0rem;height:2.92419375rem;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:none; }
#Xtz1DsdyuDJNWTsTnczElQSilyfcmH0I { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;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:none; }
#ipZcpnCrS1UQxGWHQWdhpm234NwWbe3h { color:rgba(var(--color-tertiary-0),1);display:block;width:46.9995rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;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:none; }
#PPmqlzXT7idqMeVdgIHmAxybGK99uvk7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.25rem;width:30.6875rem;top:3.3109809160232rem;left:0rem;overflow:hidden;display:block; }
#ehQ6HTFLP8m5SyvFodMXKNLDFrhuWtHu { color:#ffc07c;display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:32.686634063721rem;height:3.087025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-form-header {  }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:38.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);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:38.5625rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-text {padding-top: 0; padding-bottom: 0;}#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);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:38.5625rem;box-sizing:border-box;height:4.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .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:38.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-select {padding-top: 0; padding-bottom: 0;}#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .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; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:38.5625rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:1.1; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .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-tertiary-4),1);vertical-align:top;width:37.375rem;overflow:hidden;font-style:normal;float:none; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .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; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .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; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-container:first-of-type{padding-top:0;}#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-container:last-of-type{padding-bottom:0;}#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:19.541015625rem;left:32.467449188233rem; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.5625rem;display:block;vertical-align:top; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .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-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph {display:block;}#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:19.541015625rem;left:32.467449188233rem; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #FVXhg4dWiTWJeNUNCSNW8fqkDwL6oxsT { position:relative; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #h22FTAhitSAaK3VOM7mFctZpfrXQTk4Z { position:relative;display:none; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #uhhvdg9SMuu58d5ivNa17VX85TZ1vWoH { position:relative; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #HdRX1Un8UQ2sxdVaJKE1EHF4aNTMZhlf { position:relative; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #CdTA6i1RswuIzsPrDWopqcEJsHhZxb8c { position:relative;display:none; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #fC4fIyzCEywZJNZIgduKBizwUqqdvmR1 { position:relative; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #n5RfdHwXbwCmTHTmq11Z5HHsf0HiIctB { position:relative; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #cKqgdsZSXXmOQbZyI4cimwCuFGeuBeyr { position:relative;display:none; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #D9NmMikkan1uKU64SAg2PzFM4mMrAkMb { position:relative; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #p1qrCIIVw9FmKqdo9csqdgl0Ixmwvceu { position:relative; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #ANgZBeotpNK9EsamtgIrqkR3EqtEL0Zx { position:relative;display:none; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #twCObc4GKIsMSAZS8m0k4HbwzRWKOLkE { position:relative; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #iTSvlI2Tlw8aDM3SveOmhOs3vBXwiTuc { position:relative; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #gKMVzmg165sXwl9g9ofRmPtTx6Q5HLty { position:relative; }
#kCaskplKZhkTrDUtZXMGxHbRWJHxdvWZ { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.75390625rem;left:39.967449188233rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZoZITU6cNao8ba1GBeFz1I4MsuedzW0I { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:8.5rem;left:32.686634063721rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PqkMNFbrLk0GNEuhvxb81IatxcV3qnSG { color:rgba(var(--color-tertiary-0),1);display:block;width:36.1870625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.062283404171rem;left:34.904518127441rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTCcwsJs2KAhLk2WXGD6zpbPUwqvkBv0 { box-sizing:content-box;height:39.5rem;width:43.5rem;position:absolute;display:block;z-index:14996;background-color:rgba(37,29,32,0.5);background-image:none;top:2.7766935825348rem;left:31.250003814698rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#q9laEaDWNQg2t6Nz1KAXqDxRmGEdwQXI { position:relative;display:none; }#q9laEaDWNQg2t6Nz1KAXqDxRmGEdwQXI { border-width: 0; border-radius: 0; }#q9laEaDWNQg2t6Nz1KAXqDxRmGEdwQXI > .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; }#q9laEaDWNQg2t6Nz1KAXqDxRmGEdwQXI > .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:28rem;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; }#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-form-header {  }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);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:20rem;box-sizing:border-box;height:2.9375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-text {padding-top: 0; padding-bottom: 0;}#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-left:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-right:0.0625rem solid rgba(var(--color-tertiary-4),0.5);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),0.5);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:20rem;box-sizing:border-box;height:4.6875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .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:20rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-select {padding-top: 0; padding-bottom: 0;}#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .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; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-button { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;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-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:20rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;line-height:1.1; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .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-tertiary-4),1);vertical-align:top;width:18.8125rem;overflow:hidden;font-style:normal;float:none; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .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; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .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; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-container:first-of-type{padding-top:0;}#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-container:last-of-type{padding-bottom:0;}#u8wStdnJPILhog3mQfPABtLQ00AZkQJg  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:4.6006946563721rem;left:26.250003814698rem; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .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-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg {display:block;}#u8wStdnJPILhog3mQfPABtLQ00AZkQJg { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:4.6006946563721rem;left:26.250003814698rem; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #hDSwoVK1eOKCR80Czk5VH4DGzafqh8Vu { position:relative; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #JLCTzOsmvTPLCxafZuhuIIqogyaFWfKf { position:relative;display:none; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #ofPMknORZrsyDn89ODiaFuEI8DLhFZ51 { position:relative; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #ZRgt4VoPoIVDFbWlSWkfG98a21AO7Jry { position:relative; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #NicGRq7drZI6NotO04fZqf3bZw4l8vNs { position:relative;display:none; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #sQhnk5QO5F6vI5DbDiWa6gZPavHJz06k { position:relative; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #BzLdfqnZHhEJTmDPbJVWUKMUeKNhnbBD { position:relative; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #rhPWDIcHW6KtekV7pfrIB24BPiXMsgT7 { position:relative;display:none; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #KJliex2Wx4lPvSxCdE2p9Xpo4hkT3S1i { position:relative; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #AJEOXbsdJKM4HranUWE6JThLC93aQVsy { position:relative; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #IDnwB5qHlqFm5TlRmrMwGLoTq32uyNZw { position:relative;display:none; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #N7TTSCZO9z6DOMxxqOLcH3PBXZ4VA7qI { position:relative; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #sHz9cn7HszXGnCnIxwhNSq0gf0NGZ3pH { position:relative; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg #oS3Em1UFVzit0u9WUt2u0usaRxTpeHw0 { position:relative; }
#wLlNFoT7G2Nia4p3qeGxkPAw4eZgpEwZ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.8135852813721rem;left:26.531036376953rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV { position:relative;display:block; }#n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV { background-color: transparent; background-image: none; }#n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV > .row .container > .video-iframe-container { display: none; }#n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV > .row > .video-iframe-container { display: none; }#n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV > .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); }#n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV { border-width: 0; border-radius: 0; }#n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV > .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; }#n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV > .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:41.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sK2uizsvTXKocurhP0zdwmyhlGRiLrhl { color:rgba(var(--color-tertiary-4),1);display:block;width:48.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.4331588745117rem;left:13.406034469604rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S1MDo2zX5FmHO8zKOuHA2c93W9mDRTVh { color:rgba(var(--color-primary-2),1);display:block;width:63.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.296875rem;left:5.8125rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#daWTMzqDTMTcEMfsnutA96WZnlKzRhSG { color:rgba(var(--color-tertiary-4),1);display:block;width:56.0625rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.2421875rem;left:9.46875rem;height:13rem;text-align:center;text-align-last:center;display:block; }
#q0kMv2MVoRUChqRk5XWIA8JoCzK22lq5 { z-index:15007;top:31.9951171875rem;left:19.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.124rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SCrraSM88m1r2ZG1lzTOVULUQAapQzSS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b4b6f;background-image:url("https://images.assets-landingi.com/uc/481a3d2b-65b8-4a46-ba6e-053ab89ae937/4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8.adaptive-delivery-prevent-bg, #w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8.lazyload, #w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8.lazyloading { background-image: none; }#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 > .row .container { background-color: transparent; background-image: none; }#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 > .row .container > .video-iframe-container { display: none; }#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 > .row > .video-iframe-container { display: none; }#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 > .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); }#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 > .row .container { border-width: 0; border-radius: 0; }#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 > .row .container { font-size:0.875rem;font-family:arial;height:67.875rem;width:75rem;position:relative;display:block; }#UxmpQ29xXg6ZTkICD2KyPlwbVD0IeQI2 { box-sizing:content-box;height:17.5rem;width:23.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(32,37,52,0.6);background-image:none;top:18.625rem;left:50.6875rem;display:block; }
#mMeunFBzP6NgJiPULrRzGrSAsE6acZqU { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:27rem;left:54.25rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZMhhqEgouMWsc8emxNJAFd8ct67cBafe { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:30.1875rem;left:52.96875rem;height:2.69921875rem;text-align:center;text-align-last:center;display:block; }
#xaQRDo5l4UQKZ3nNML9ygrQ2GSX7gPrx { box-sizing:content-box;height:17.5rem;width:23.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(32,37,52,0.6);background-image:none;top:18.625rem;left:25.6875rem;display:block; }
#TCQ6coMqJJhgfgPXeNCBwfCnx9kMwfG9 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.2998046875rem;left:10.875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IKTXoXQGUrzwEh9iUAd7urpkpHiHcl74 { box-sizing:content-box;height:17.5rem;width:22.6248125rem;position:absolute;display:block;z-index:15001;background-color:rgba(32,37,52,0.6);background-image:none;top:18.625rem;left:1.1875rem;display:block; }
#pQpHTBO5DuhBcJtV05Xsc6VKq2wGzvz4 { z-index:15005;top:59.573568344116rem;left:20.500217437744rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cmTvktH0TcaXzoC3cKHTbD4tWwLIRR0b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bvLDBgkEwsUsOiiFgCazsnKVLx4ia9e7 { color:rgba(var(--color-tertiary-0),1);display:block;width:61.6230625rem;position:absolute;font-family:"source sans pro";font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:9.27734375rem;left:6.71875rem;height:6.03661875rem;text-align:center;text-align-last:center;display:block; }
#XoiH7PpmxWkZow6Ol4TfV4KA1AzFEcRZ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:27rem;left:2.8125rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rdRzzUb34Z4lqAEnQEOgJ1FgrGfZsDtq { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:27rem;left:29.25rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#blGhQCMTlmaJrPmE83Lgq28Sk96as6ea { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:30.125rem;left:2.6875rem;height:2.69921875rem;text-align:center;text-align-last:center;display:block; }
#wdstaCQN8KHBo0thEUcqE1V031HuFsDO { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:30.125rem;left:28rem;height:2.69921875rem;text-align:center;text-align-last:center;display:block; }
#Z5wTNeOni2WvFeLkfFgxIevunJmxaDL2 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.3125rem;left:10.625rem; }
#y3Fuv8JhuJt7JgopvbCZu6u9SB79S7qP { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:21.25rem;left:60.625rem;overflow:hidden;display:block; }
#zE9xdN3UfXzh5T1oPSViEGB5noBxvRad { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:21.25rem;left:35.625rem;overflow:hidden;display:block; }
#nZG4Ic2RNrIxuARZXGhs9yDvrv3DbyBn { box-sizing:content-box;height:17.5rem;width:23.624125rem;position:absolute;display:block;z-index:15001;background-color:rgba(32,37,52,0.6);background-image:none;top:37.748481750488rem;left:0.68793487548825rem;display:block; }
#MMQ2aEdMgBeFf9TvVyQe2ntVB3OEndk9 { box-sizing:content-box;height:17.5rem;width:23.6230625rem;position:absolute;display:block;z-index:15002;background-color:rgba(32,37,52,0.6);background-image:none;top:37.748481750488rem;left:50.687934875488rem;display:block; }
#q308gz0nFhgaDZ6EiTTysxWupZErhGTm { box-sizing:content-box;height:17.5rem;width:23.6230625rem;position:absolute;display:block;z-index:15003;background-color:rgba(32,37,52,0.6);background-image:none;top:37.817926406861rem;left:25.687934875488rem;display:block; }
#zyrmDIfLXF6ZTwJJ4NU18UAEkT4BZVO8 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:4rem;top:40.061849594116rem;left:10.499134063721rem;overflow:hidden;display:block; }
#dLJWtNsKrDUs9NBVnTEFm2BeREQRuVsJ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.686625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:45.524089813233rem;left:3.6555995941162rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VOx5vDNB51oIuEbNTfhoM9ELbzyopGTo { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:48.75rem;left:2.9687519073486rem;height:2.69965rem;text-align:center;text-align-last:center;display:block; }
#qBF8JhTqTxdOUed2QD1Q3wNUyCrFTo6S { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.2;letter-spacing:0;top:48.750003814698rem;left:27.968753814698rem;height:2.69965rem;text-align:center;text-align-last:center;display:block; }
#IJoK9Nz3b4cynUT1hWiwFJPzsJ1yWSzy { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:"source sans pro";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:48.750003814698rem;left:52.96875rem;height:2.69965rem;text-align:center;text-align-last:center;display:block; }
#pPTxzgmf52wk4W1LTsdBP6wr0bdneT35 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:45.524089813233rem;left:28.062068939209rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AFGl0kh9A9bnFmE2ZC29BGDatIhECctK { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:45.524089813233rem;left:54.21875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wX37GkeEhA49N8kgu5vDB7ltQznX3al9 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:40.186634063721rem;left:35.625003814698rem;overflow:hidden;display:block; }
#BU7ekKO6zy1TWi99wZXBGf815eJUdUzH { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:40.186634063721rem;left:60.625rem;overflow:hidden;display:block; }
#Epx1ZEWNzadBcPx6eb75NDGekhZmO14v { position:relative;display:block; }#Epx1ZEWNzadBcPx6eb75NDGekhZmO14v { background-color: transparent; background-image: none; }#Epx1ZEWNzadBcPx6eb75NDGekhZmO14v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epx1ZEWNzadBcPx6eb75NDGekhZmO14v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epx1ZEWNzadBcPx6eb75NDGekhZmO14v > .row .container > .video-iframe-container { display: none; }#Epx1ZEWNzadBcPx6eb75NDGekhZmO14v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Epx1ZEWNzadBcPx6eb75NDGekhZmO14v > .row > .video-iframe-container { display: none; }#Epx1ZEWNzadBcPx6eb75NDGekhZmO14v > .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); }#Epx1ZEWNzadBcPx6eb75NDGekhZmO14v { border-width: 0; border-radius: 0; }#Epx1ZEWNzadBcPx6eb75NDGekhZmO14v > .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; }#Epx1ZEWNzadBcPx6eb75NDGekhZmO14v > .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:45rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cmfB41tQqeFMuk2ZaNPax0o3OARVFIUv { 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: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;height:33.5rem;width:30.875rem;top:4.478515625rem;left:40.8125rem;overflow:hidden;display:block; }
#PO9r9AMwRqtzUzcp0I06osuwyQeabTI6 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:6.6590758562087rem;left:0.81271743774412rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t0rNHPnE3qGbNGOiGaFET9FzbNngZ7fp { color:rgba(var(--color-tertiary-4),1);display:block;width:36.749125rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:10.990672230721rem;left:0.81271743774412rem;height:19.9453rem;display:block; }
#tVg9VgE7SUX8TBL8ZPHrqEgEfJJPbRAE { z-index:15006;top:34.16666328907rem;left:0.81271743774412rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9985rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RQPevdzyfSX6oa5HfBruB3dBMAxpxSPS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf { 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/046c344f-6969-43df-aa0d-ac0ccfec1a6e/9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf.adaptive-delivery-prevent-bg, #hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf.lazyload, #hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf.lazyloading { background-image: none; }#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf > .row .container { background-color: transparent; background-image: none; }#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf > .row .container > .video-iframe-container { display: none; }#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf > .row > .video-iframe-container { display: none; }#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf > .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); }#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf > .row .container { border-width: 0; border-radius: 0; }#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#WeVZI6zhcRrJO2tamu9UZveHdmDVOTBc { color:rgba(var(--color-tertiary-0),1);display:block;width:40.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:4.1807729899883rem;left:17.1875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ltFI8uSExsTV02JwlU3JQ4aPUCSVJTgZ { color:rgba(var(--color-tertiary-0),1);display:block;width:31.311875rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:15.625rem;left:3.0935344696045rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#DIpz7BgruAvvaT338LII3i1w6erBvW4F { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:33.249784469604rem;left:1.40625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L3S5TMs8d5ynoqZbr7pEslZBZfUO0OuD { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:"source sans pro";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:15.625rem;left:41.655818939209rem;height:12rem;text-align:center;text-align-last:center;display:block; }
#OUqw02tqiR0W62SytXo3lJJbziBVZqFb { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9998125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:33.249784469604rem;left:41.280384063721rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SlHrnydqPSc6d3HenGeaH733Js2XaRyC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.62435rem;width:6.875rem;top:30.562067031861rem;left:15.3125rem;overflow:hidden;display:block; }
#SRqG01UPCKzCuhdVi6OAqoEEgEHS9vg0 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.62435rem;width:6.875rem;top:30.562067031861rem;left:53.843322753906rem;overflow:hidden;display:block; }
#SBfJOovyVX9VADqbsaCxLCwEPEy1IbET { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.25rem;left:17.1875rem; }
#lLdqrskTHTZdO5wbmuXuh8ArRTLIgJ8h { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:11.25rem;left:55.718322753906rem; }
#om5p1d7wTo9bUTgQmOamyUkt3AJZ32Jh { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#KTl0geBmtlHJJ2TX9EuADSEUdORi65cw { position:relative;display:block; }#KTl0geBmtlHJJ2TX9EuADSEUdORi65cw { background-color: transparent; background-image: none; }#KTl0geBmtlHJJ2TX9EuADSEUdORi65cw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTl0geBmtlHJJ2TX9EuADSEUdORi65cw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTl0geBmtlHJJ2TX9EuADSEUdORi65cw > .row .container > .video-iframe-container { display: none; }#KTl0geBmtlHJJ2TX9EuADSEUdORi65cw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTl0geBmtlHJJ2TX9EuADSEUdORi65cw > .row > .video-iframe-container { display: none; }#KTl0geBmtlHJJ2TX9EuADSEUdORi65cw > .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); }#KTl0geBmtlHJJ2TX9EuADSEUdORi65cw { border-width: 0; border-radius: 0; }#KTl0geBmtlHJJ2TX9EuADSEUdORi65cw > .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; }#KTl0geBmtlHJJ2TX9EuADSEUdORi65cw > .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:48.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RyD5d56b0oPZZIpfT8gKLZT7IuZ0TfXv { 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: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ;height:29.125rem;width:22.1875rem;top:4.724609375rem;left:4.119140625rem;overflow:hidden;display:block; }
#A0iSxTRll4f1Pi5Hh2LidlLWp3ViKEn4 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:4.724609375rem;left:30.8798828125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LILG7ThXcKw6NSrkZTwvM6IFBRqToVnX { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5620625rem;position:absolute;font-family:"source sans pro";font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.6158909797669rem;left:30.879993438721rem;height:23.1518875rem;display:block; }
#KxhsbNDGTmdvenzVJN6ahyNZpKlLIKHC { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:35.1875rem;left:1.875rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfpdJJDMJBuA8WrOrO4kDSnVb1BKNeET { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6873125rem;position:absolute;font-family:"source sans pro";font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:37.375rem;left:1.875rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BLXIiXHWuHJETmVdJ0R3fEsTp99CHfTu { z-index:15006;top:36.10546875rem;left:30.8798828125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.9980625rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vQ5Zzhz7pGRnkUdSXcksQHXisTRwLpFS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hTTAySJySkXrC8rEQA7utR828VvtUTvC { color:rgba(var(--color-tertiary-4),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:4.724609375rem;left:30.8798828125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Rimd2WgaFGaUNi2EV6mTueIlnJTuQiF1 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:4.724609375rem;left:30.8798828125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr { 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/2e568bb1-1c40-48c9-a689-fdd1b2489893/28.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr.adaptive-delivery-prevent-bg, #xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr.lazyload, #xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr.lazyloading { background-image: none; }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row .container { background-color: transparent; background-image: none; }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row .container > .video-iframe-container { display: none; }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row > .video-iframe-container { display: none; }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .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); }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row .container { border-width: 0; border-radius: 0; }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#ZGqlR5U5nDwXT8Pm6cxnPn8EHQpThUB2 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.875rem;left:12.75rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hONDNliON9Z3dtAfGzydr11AJJ5vKz6S { z-index:15007;top:21.5625rem;left:26.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KUIq4zuDKN3y72P2qf1k1LkmGnOhpKNx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cHQrlPdzqZBgJsppDXyJS2RnlFkNXWg1 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.0625rem;position:absolute;font-family:"source sans pro";font-size:1.625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:12.875rem;left:5rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS > .row .container { background-color: transparent; background-image: none; }#GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS > .row .container > .video-iframe-container { display: none; }#GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS > .row > .video-iframe-container { display: none; }#GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS > .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); }#GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS > .row .container { border-width: 0; border-radius: 0; }#GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:75rem;position:relative;display:block; }#xpi4spG22CWMIbTwUibFa76IiNw6xuTf { 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:5.24956875rem;width:15.2495625rem;top:3.5590286254883rem;left:0rem;overflow:hidden;display:block; }
#hurZOCTntAKBUsCMC6F1gxuwwWPEc6Ov { color:rgba(var(--color-tertiary-0),1);display:block;width:15.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:3.5590286254883rem;left:58.747833251953rem;height:3.75rem;display:block; }
#xJklXiQiGCkI30cb8OrQhvauIERL8UFR { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:8.9279518127444rem;left:55rem; }
#xJklXiQiGCkI30cb8OrQhvauIERL8UFR > img { max-width: 100%;max-height:100%; width:1.74913125rem; height:1.74913125rem; }#qsu0vS7tPCAkfHxkATWtCS5MUQlWVZ6k { color:rgba(var(--color-tertiary-0),1);display:block;width:36.372625rem;position:absolute;font-family:"source sans pro";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:20.625rem;left:19.313152313233rem;height:1.69970625rem;text-align:center;text-align-last:center;display:block; }
#uNFbCepOCK4dJVz5MQa0lAOvUfoi4CzW { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:"source sans pro";font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:22.810327529908rem;left:26.406253814698rem;height:1.5rem;text-align:center;text-align-last:center;display:block; }
#v3f1L3rs2wPOf1XByCKhbRBPQaVrnBgB { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99978125rem;width:1.99978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.8125rem;left:55rem; }
#fC7fCDeDKrNSDMT8fJPaWrvsay188cbA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.9485683441163rem;left:58.747833251953rem;height:1.70605625rem;display:block; }
#uq8D54bvWoB07sLMbVbPE8xTUGynTib5 { 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:10.9375rem;width:11.624375rem;top:3.5590286254883rem;left:31.687286376953rem;overflow:hidden;display:block; }
#nJv94GeHUqmELm1EKbM1KeTdvpRJmka3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.4375rem;position:absolute;font-family:"source sans pro";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.675998687744rem;left:0rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#gWWHJxaEuxBoTxWqSe51xRk5pMGzGOxu { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.869358062744rem;left:55rem; }
#gWWHJxaEuxBoTxWqSe51xRk5pMGzGOxu > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#eqX5GQNEFnvTtz6JOvimEHffr6OAqpL6 { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.869358062744rem;left:57.5rem; }
#eqX5GQNEFnvTtz6JOvimEHffr6OAqpL6 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#WzanGBgomN22KOXt0xD9L36zXciglLoT { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.869358062744rem;left:60rem; }
#WzanGBgomN22KOXt0xD9L36zXciglLoT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; }#ds21GIapJgP9SpN7dhJF92aFm7KpJfID { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.869358062744rem;left:62.5rem; }
#ds21GIapJgP9SpN7dhJF92aFm7KpJfID > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }#CPiSxZheITZNdTPCDv4dhgdUzMiUENeZ { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.869359970092rem;left:65rem; }
#CPiSxZheITZNdTPCDv4dhgdUzMiUENeZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 { display:block; }#T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAzCQsDX2gGAOyCkL9wayy18p95wR0Fo { width:15.75rem;height:5.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnJPpxetDektwUhfZTxKF8PrdX26v1OD { top:2.125rem;left:29.3125rem;width:16.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEBcc1gruTglNWdsAJbQbJNTUgQ0k2HJ { display:block; }
 }@media only screen and (max-width: 763px) { #IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl { display:block; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Er2rUJpmy1ixUxxSrICT3S2oHA7sEFSW { width:17.5rem;height:;top:19.4375rem;left:0rem;font-size:1.1875rem;display:block; }#Er2rUJpmy1ixUxxSrICT3S2oHA7sEFSW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #QCKID7zNeBh8TifPQsm1rUDtlLbOvcNg { width:20rem;height:;top:10.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGoMv2N9KoTEUmQBsZTmSsGa5sMmWNdN { width:20rem;height:;top:0.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAQEC7sDqL1WyhzvVs4fzeS4ri8vi3Du { width:20rem;height:;top:3.875rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Se5BRJf1GxelsPZneT7yFw0b6Hm0dalZ { top:7.125rem;left:0rem;width:35.4375rem;height:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMGl9yaOct2PAJd0tyO8cIOwQZT46JND { top:6.125rem;left:7.125rem;width:40.625rem;height:7.5625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-regular-label { width:35.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-text { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-textarea { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-select { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-button { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-checkbox-label { width:34.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3  { width:35.4375rem;height:19.125rem;top:25rem;left:9.8125rem; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .radio-container { width:35.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 {display:block;}#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 { width:35.4375rem;height:19.125rem;top:25rem;left:9.8125rem; }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #zlJvIcRfUbMyPixoUKVGoE9atRViJJHn {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #TRhwK2PFV9T2CmGgh0tte8kZAwz41sJD {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #u13hAH1JMKWFruF1PepOiiwx12Q8oIzv {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #TdrICPsowkwzCEi7otRzlscL3dGoo6xK {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #Q1h5Rmd04JAAnhp4ZgOJQ51ze43rImCT {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #fgngOyu1k73Z3qC1qcR2OTIN6XB90FcD {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #CzzkBuXaU1T9rJJPAke9P028TmQaGFdO {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #VIT0RfOZ0LKVila4fX5ZRFfvTeVNP44g {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #OhTHoXBPE6qRQToNvz591dQTV2HW7kA1 {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #ogKc4XQCC87gsH5xMg2wR5vAAbgTFxAT {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #fTqNsoRU8ezuhWUcBTwoWqV4yyP2UCzV {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #VHrhhrU9aSsJs89BtMvipKWObXsWA32W {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #P7Rykp7WNbS0sTe199V6W5cewk9TxXip {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #rmkNPAe7XueTSi9E1axuu2Ttb26Td1D7 {  }
 }@media only screen and (max-width: 763px) { #MvOOievf3Oc6QIkgbt2uTpT300xaEebx { top:22.9375rem;left:21.75rem;width:26rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNbhEEuuuoSuGFObP4h7PLfaCQtTwBpA { top:14.5625rem;left:9.9375rem;width:37.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTVFMUD67ukVhrQo4P3wtnX3S3nK9Grb { top:17.125rem;left:8.375rem;width:39.375rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPTO1IW5Uo7oDFfokcqTbV8qSBw1ypEy { top:2.5625rem;left:7.0625rem;width:40.6875rem;height:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTSBzoTWPIRKrJu0ioE92zE0zGaPGKrn { top:2.125rem;left:29.3125rem;width:16.6875rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBzJT8ImPlg2uuV0l6A62lr3i7GroP92 { display:block; }
 }@media only screen and (max-width: 763px) { #TI2HzpPB1nGfzffqmnp5EzbXlmVD7kCT { top:3.75rem;left:7.125rem;width:40.625rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFh3L4wWQatex0897yisyQ47DN2gaTWk { display:block; }#TFh3L4wWQatex0897yisyQ47DN2gaTWk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kECy3nK0mNgF03Jy4lEgpoTW446z725L { width:17.5rem;height:;top:19.4375rem;left:0rem;font-size:1.1875rem;display:block; }#kECy3nK0mNgF03Jy4lEgpoTW446z725L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #EBCNnkCc9M7gA3cpdgoTdyAFeh116T3P { width:20rem;height:;top:10.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xtz1DsdyuDJNWTsTnczElQSilyfcmH0I { width:20rem;height:;top:0.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ipZcpnCrS1UQxGWHQWdhpm234NwWbe3h { width:20rem;height:;top:3.875rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPmqlzXT7idqMeVdgIHmAxybGK99uvk7 { top:3.25rem;left:0rem;width:30.6875rem;height:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehQ6HTFLP8m5SyvFodMXKNLDFrhuWtHu { top:5rem;left:7.125rem;width:40.625rem;height:3.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-regular-label { width:38.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-text { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-text {padding-top: 0; padding-bottom: 0;}#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-textarea { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-select { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-select {padding-top: 0; padding-bottom: 0;}#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-button { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-checkbox-label { width:37.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph  { width:38.5625rem;height:auto;top:19.5rem;left:6.6875rem; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .radio-container { width:38.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph {display:block;}#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph { width:38.5625rem;height:auto;top:19.5rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #FVXhg4dWiTWJeNUNCSNW8fqkDwL6oxsT {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #h22FTAhitSAaK3VOM7mFctZpfrXQTk4Z {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #uhhvdg9SMuu58d5ivNa17VX85TZ1vWoH {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #HdRX1Un8UQ2sxdVaJKE1EHF4aNTMZhlf {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #CdTA6i1RswuIzsPrDWopqcEJsHhZxb8c {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #fC4fIyzCEywZJNZIgduKBizwUqqdvmR1 {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #n5RfdHwXbwCmTHTmq11Z5HHsf0HiIctB {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #cKqgdsZSXXmOQbZyI4cimwCuFGeuBeyr {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #D9NmMikkan1uKU64SAg2PzFM4mMrAkMb {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #p1qrCIIVw9FmKqdo9csqdgl0Ixmwvceu {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #ANgZBeotpNK9EsamtgIrqkR3EqtEL0Zx {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #twCObc4GKIsMSAZS8m0k4HbwzRWKOLkE {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #iTSvlI2Tlw8aDM3SveOmhOs3vBXwiTuc {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #gKMVzmg165sXwl9g9ofRmPtTx6Q5HLty {  }
 }@media only screen and (max-width: 763px) { #kCaskplKZhkTrDUtZXMGxHbRWJHxdvWZ { top:17.75rem;left:21.75rem;width:26rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoZITU6cNao8ba1GBeFz1I4MsuedzW0I { top:8.5rem;left:7.125rem;width:40.625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqkMNFbrLk0GNEuhvxb81IatxcV3qnSG { top:11rem;left:11.5625rem;width:36.125rem;height:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTCcwsJs2KAhLk2WXGD6zpbPUwqvkBv0 { top:2.75rem;left:4.25rem;width:43.5rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9laEaDWNQg2t6Nz1KAXqDxRmGEdwQXI { display:block; }#q9laEaDWNQg2t6Nz1KAXqDxRmGEdwQXI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-text {padding-top: 0; padding-bottom: 0;}#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-select {padding-top: 0; padding-bottom: 0;}#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-button { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-checkbox-label { width:18.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg  { width:20rem;height:19.0625rem;top:4.5625rem;left:12.625003814698rem; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg {display:block;}#u8wStdnJPILhog3mQfPABtLQ00AZkQJg { width:20rem;height:19.0625rem;top:4.5625rem;left:12.625003814698rem; }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #hDSwoVK1eOKCR80Czk5VH4DGzafqh8Vu {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #JLCTzOsmvTPLCxafZuhuIIqogyaFWfKf {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #ofPMknORZrsyDn89ODiaFuEI8DLhFZ51 {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #ZRgt4VoPoIVDFbWlSWkfG98a21AO7Jry {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #NicGRq7drZI6NotO04fZqf3bZw4l8vNs {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #sQhnk5QO5F6vI5DbDiWa6gZPavHJz06k {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #BzLdfqnZHhEJTmDPbJVWUKMUeKNhnbBD {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #rhPWDIcHW6KtekV7pfrIB24BPiXMsgT7 {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #KJliex2Wx4lPvSxCdE2p9Xpo4hkT3S1i {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #AJEOXbsdJKM4HranUWE6JThLC93aQVsy {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #IDnwB5qHlqFm5TlRmrMwGLoTq32uyNZw {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #N7TTSCZO9z6DOMxxqOLcH3PBXZ4VA7qI {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #sHz9cn7HszXGnCnIxwhNSq0gf0NGZ3pH {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #oS3Em1UFVzit0u9WUt2u0usaRxTpeHw0 {  }
 }@media only screen and (max-width: 763px) { #wLlNFoT7G2Nia4p3qeGxkPAw4eZgpEwZ { top:2.8125rem;left:12.906036376953rem;width:21.875rem;height:1.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV { display:block; }#n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sK2uizsvTXKocurhP0zdwmyhlGRiLrhl { top:3.375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1MDo2zX5FmHO8zKOuHA2c93W9mDRTVh { top:6.25rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #daWTMzqDTMTcEMfsnutA96WZnlKzRhSG { top:16.1875rem;left:0rem;width:47.75rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0kMv2MVoRUChqRk5XWIA8JoCzK22lq5 { top:31.9375rem;left:6.3125rem;width:35.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCrraSM88m1r2ZG1lzTOVULUQAapQzSS { display:block; }
 }@media only screen and (max-width: 763px) { #w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 { display:block; }#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxmpQ29xXg6ZTkICD2KyPlwbVD0IeQI2 { top:18.625rem;left:24rem;width:23.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMeunFBzP6NgJiPULrRzGrSAsE6acZqU { top:27rem;left:31.0625rem;width:16.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMhhqEgouMWsc8emxNJAFd8ct67cBafe { top:30.1875rem;left:28.5625rem;width:19.0625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaQRDo5l4UQKZ3nNML9ygrQ2GSX7gPrx { top:18.625rem;left:8.125rem;width:23.625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQ6coMqJJhgfgPXeNCBwfCnx9kMwfG9 { top:4.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKTXoXQGUrzwEh9iUAd7urpkpHiHcl74 { top:18.625rem;left:0rem;width:22.5625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQpHTBO5DuhBcJtV05Xsc6VKq2wGzvz4 { top:59.5625rem;left:0rem;width:33.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmTvktH0TcaXzoC3cKHTbD4tWwLIRR0b { display:block; }
 }@media only screen and (max-width: 763px) { #bvLDBgkEwsUsOiiFgCazsnKVLx4ia9e7 { top:9.25rem;left:0rem;width:47.75rem;height:6rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoiH7PpmxWkZow6Ol4TfV4KA1AzFEcRZ { top:27rem;left:0rem;width:19.375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdRzzUb34Z4lqAEnQEOgJ1FgrGfZsDtq { top:27rem;left:15.1875rem;width:16.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #blGhQCMTlmaJrPmE83Lgq28Sk96as6ea { top:30.125rem;left:0rem;width:19.3125rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdstaCQN8KHBo0thEUcqE1V031HuFsDO { top:30.125rem;left:12.6875rem;width:19.0625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5wTNeOni2WvFeLkfFgxIevunJmxaDL2 { top:21.3125rem;left:6.0625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3Fuv8JhuJt7JgopvbCZu6u9SB79S7qP { top:21.25rem;left:37.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE9xdN3UfXzh5T1oPSViEGB5noBxvRad { top:21.25rem;left:21.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZG4Ic2RNrIxuARZXGhs9yDvrv3DbyBn { top:37.6875rem;left:0rem;width:23.5625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMQ2aEdMgBeFf9TvVyQe2ntVB3OEndk9 { top:37.6875rem;left:24.0625rem;width:23.5625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q308gz0nFhgaDZ6EiTTysxWupZErhGTm { top:37.8125rem;left:8.1875rem;width:23.5625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyrmDIfLXF6ZTwJJ4NU18UAEkT4BZVO8 { top:40rem;left:5.9366340637207rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLJWtNsKrDUs9NBVnTEFm2BeREQRuVsJ { top:45.5rem;left:0rem;width:17.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOx5vDNB51oIuEbNTfhoM9ELbzyopGTo { top:48.75rem;left:0rem;width:19.0625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBF8JhTqTxdOUed2QD1Q3wNUyCrFTo6S { top:48.75rem;left:12.6875rem;width:19.0625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJoK9Nz3b4cynUT1hWiwFJPzsJ1yWSzy { top:48.75rem;left:28.5625rem;width:19.0625rem;height:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTxzgmf52wk4W1LTsdBP6wr0bdneT35 { top:45.5rem;left:12.9375rem;width:18.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFGl0kh9A9bnFmE2ZC29BGDatIhECctK { top:45.5rem;left:31.0625rem;width:16.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX37GkeEhA49N8kgu5vDB7ltQznX3al9 { top:40.125rem;left:21.937503814698rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU7ekKO6zy1TWi99wZXBGf815eJUdUzH { top:40.125rem;left:37.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epx1ZEWNzadBcPx6eb75NDGekhZmO14v { display:block; }#Epx1ZEWNzadBcPx6eb75NDGekhZmO14v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmfB41tQqeFMuk2ZaNPax0o3OARVFIUv { top:4.4375rem;left:16.875rem;width:30.875rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO9r9AMwRqtzUzcp0I06osuwyQeabTI6 { top:6.625rem;left:0rem;width:37.8125rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0rNHPnE3qGbNGOiGaFET9FzbNngZ7fp { top:10.9375rem;left:0rem;width:36.6875rem;height:19.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVg9VgE7SUX8TBL8ZPHrqEgEfJJPbRAE { top:34.125rem;left:0rem;width:33.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQPevdzyfSX6oa5HfBruB3dBMAxpxSPS { display:block; }
 }@media only screen and (max-width: 763px) { #hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf { display:block; }#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeVZI6zhcRrJO2tamu9UZveHdmDVOTBc { top:4.125rem;left:0rem;width:40.625rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltFI8uSExsTV02JwlU3JQ4aPUCSVJTgZ { top:15.625rem;left:0rem;width:31.25rem;height:10.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIpz7BgruAvvaT338LII3i1w6erBvW4F { top:33.1875rem;left:0rem;width:34.6875rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3S5TMs8d5ynoqZbr7pEslZBZfUO0OuD { top:15.625rem;left:16.5rem;width:31.25rem;height:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUqw02tqiR0W62SytXo3lJJbziBVZqFb { top:33.1875rem;left:15.8125rem;width:31.9375rem;height:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlHrnydqPSc6d3HenGeaH733Js2XaRyC { top:30.5rem;left:8.5rem;width:6.875rem;height:1.62435rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRqG01UPCKzCuhdVi6OAqoEEgEHS9vg0 { top:30.5rem;left:33.405822753906rem;width:6.875rem;height:1.62435rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBfJOovyVX9VADqbsaCxLCwEPEy1IbET { top:11.25rem;left:10.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLdqrskTHTZdO5wbmuXuh8ArRTLIgJ8h { top:11.25rem;left:35.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #om5p1d7wTo9bUTgQmOamyUkt3AJZ32Jh { display:none; }
 }@media only screen and (max-width: 763px) { #KTl0geBmtlHJJ2TX9EuADSEUdORi65cw { display:block; }#KTl0geBmtlHJJ2TX9EuADSEUdORi65cw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyD5d56b0oPZZIpfT8gKLZT7IuZ0TfXv { top:4.6875rem;left:0rem;width:22.1875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0iSxTRll4f1Pi5Hh2LidlLWp3ViKEn4 { top:4.6875rem;left:0rem;width:41.875rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LILG7ThXcKw6NSrkZTwvM6IFBRqToVnX { top:9.5625rem;left:0rem;width:40.5rem;height:23.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxhsbNDGTmdvenzVJN6ahyNZpKlLIKHC { top:35.1875rem;left:0rem;width:26.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfpdJJDMJBuA8WrOrO4kDSnVb1BKNeET { top:37.375rem;left:0rem;width:26.625rem;height:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLXIiXHWuHJETmVdJ0R3fEsTp99CHfTu { top:36.0625rem;left:0rem;width:33.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ5Zzhz7pGRnkUdSXcksQHXisTRwLpFS { display:block; }
 }@media only screen and (max-width: 763px) { #hTTAySJySkXrC8rEQA7utR828VvtUTvC { top:6.4375rem;left:0rem;width:15.75rem;height:4.1875rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rimd2WgaFGaUNi2EV6mTueIlnJTuQiF1 { top:2.3125rem;left:0rem;width:15.75rem;height:2.0625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr { display:block; }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGqlR5U5nDwXT8Pm6cxnPn8EHQpThUB2 { top:3.875rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hONDNliON9Z3dtAfGzydr11AJJ5vKz6S { top:21.5625rem;left:12.625rem;width:22.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUIq4zuDKN3y72P2qf1k1LkmGnOhpKNx { display:block; }
 }@media only screen and (max-width: 763px) { #cHQrlPdzqZBgJsppDXyJS2RnlFkNXWg1 { top:12.875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS { display:block; }#GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpi4spG22CWMIbTwUibFa76IiNw6xuTf { top:3.5rem;left:0rem;width:15.1875rem;height:5.2282041134377rem;display:block; }
 }@media only screen and (max-width: 763px) { #hurZOCTntAKBUsCMC6F1gxuwwWPEc6Ov { top:3.5rem;left:32.0625rem;width:15.6875rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJklXiQiGCkI30cb8OrQhvauIERL8UFR { top:8.9375rem;left:41.375rem;width:1.6875rem;height:1.6875rem;display:block; }
#xJklXiQiGCkI30cb8OrQhvauIERL8UFR > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #qsu0vS7tPCAkfHxkATWtCS5MUQlWVZ6k { top:20.625rem;left:5.6875rem;width:36.3125rem;height:1.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNFbCepOCK4dJVz5MQa0lAOvUfoi4CzW { top:22.75rem;left:12.781253814698rem;width:22.1875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3f1L3rs2wPOf1XByCKhbRBPQaVrnBgB { top:3.8125rem;left:41.375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC7fCDeDKrNSDMT8fJPaWrvsay188cbA { top:8.9375rem;left:35.25rem;width:12.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq8D54bvWoB07sLMbVbPE8xTUGynTib5 { top:3.5rem;left:18.062286376953rem;width:11.5625rem;height:10.879281144147rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJv94GeHUqmELm1EKbM1KeTdvpRJmka3 { top:10.625rem;left:0rem;width:18.4375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWWHJxaEuxBoTxWqSe51xRk5pMGzGOxu { top:13.875rem;left:41.375rem;width:1.5rem;height:1.5rem;display:block; }
#gWWHJxaEuxBoTxWqSe51xRk5pMGzGOxu > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #eqX5GQNEFnvTtz6JOvimEHffr6OAqpL6 { top:13.875rem;left:43.875rem;width:1.5rem;height:1.5rem;display:block; }
#eqX5GQNEFnvTtz6JOvimEHffr6OAqpL6 > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #WzanGBgomN22KOXt0xD9L36zXciglLoT { top:13.875rem;left:46.0625rem;width:1.375rem;height:1.375rem;display:block; }
#WzanGBgomN22KOXt0xD9L36zXciglLoT > img { max-width: 100%;max-height:100%; width:1.375rem; height:1.375rem; } }@media only screen and (max-width: 763px) { #ds21GIapJgP9SpN7dhJF92aFm7KpJfID { top:13.875rem;left:46.0625rem;width:1.5rem;height:1.5rem;display:block; }
#ds21GIapJgP9SpN7dhJF92aFm7KpJfID > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { #CPiSxZheITZNdTPCDv4dhgdUzMiUENeZ { top:13.875rem;left:46.0625rem;width:1.5rem;height:1.5rem;display:block; }
#CPiSxZheITZNdTPCDv4dhgdUzMiUENeZ > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 { position:relative;z-index:auto;display:block; }#T0JgQZceQlLTPhGVUXnVbGZBpEtfgkD2 > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAzCQsDX2gGAOyCkL9wayy18p95wR0Fo { width:13.4375rem;height:4.375rem;top:0.6552734375rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnJPpxetDektwUhfZTxKF8PrdX26v1OD { top:4.9667984375rem;left:1.625rem;width:16.6875rem;height:3.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fEBcc1gruTglNWdsAJbQbJNTUgQ0k2HJ { display:block; }
 }@media only screen and (max-width: 763px) { #IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8171ceb5-57b4-45d8-982f-35733684e76e/background22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl.adaptive-delivery-prevent-bg, #IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl.lazyload, #IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl.lazyloading { background-image: none; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row .container { background-color: transparent; background-image: none; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row .container > .video-iframe-container { display: none; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row > .video-iframe-container { display: none; }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .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); }#IFEaOiNrNe0fIfz6x9lMgV9rr7TqkcFl > .row .container { width:20rem;height:46rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Er2rUJpmy1ixUxxSrICT3S2oHA7sEFSW { width:19.4995rem;height:0;top:16.625rem;left:0.25rem;text-align:left;text-align-last:left;line-height:1.4;font-size:1.1875rem;display:none; }#Er2rUJpmy1ixUxxSrICT3S2oHA7sEFSW li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #QCKID7zNeBh8TifPQsm1rUDtlLbOvcNg { width:8.75rem;height:0;top:10.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;z-index:15001;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QGoMv2N9KoTEUmQBsZTmSsGa5sMmWNdN { width:20rem;height:0;top:0.9368896484375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.75rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #gAQEC7sDqL1WyhzvVs4fzeS4ri8vi3Du { width:20rem;height:0;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2.375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #Se5BRJf1GxelsPZneT7yFw0b6Hm0dalZ { width:14.9375rem;height:17.6875rem;top:1.375rem;left:2.53125rem;z-index:14995;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #XMGl9yaOct2PAJd0tyO8cIOwQZT46JND { width:20rem;height:4.048825rem;top:21.0615234375rem;left:0rem;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3  { width:17.5rem;height:auto;top:33.333368198395rem;left:0rem; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 {display:block;}#glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 { width:17.5rem;height:auto;top:33.333368198395rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #zlJvIcRfUbMyPixoUKVGoE9atRViJJHn {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #TRhwK2PFV9T2CmGgh0tte8kZAwz41sJD {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #u13hAH1JMKWFruF1PepOiiwx12Q8oIzv {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #TdrICPsowkwzCEi7otRzlscL3dGoo6xK {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #Q1h5Rmd04JAAnhp4ZgOJQ51ze43rImCT {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #fgngOyu1k73Z3qC1qcR2OTIN6XB90FcD {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #CzzkBuXaU1T9rJJPAke9P028TmQaGFdO {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #VIT0RfOZ0LKVila4fX5ZRFfvTeVNP44g {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #OhTHoXBPE6qRQToNvz591dQTV2HW7kA1 {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #ogKc4XQCC87gsH5xMg2wR5vAAbgTFxAT {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #fTqNsoRU8ezuhWUcBTwoWqV4yyP2UCzV {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #VHrhhrU9aSsJs89BtMvipKWObXsWA32W {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #P7Rykp7WNbS0sTe199V6W5cewk9TxXip {  }
 }@media only screen and (max-width: 763px) { #glpaT3yvOI4XHpstUSpxpIZtbKkwi9q3 #rmkNPAe7XueTSi9E1axuu2Ttb26Td1D7 {  }
 }@media only screen and (max-width: 763px) { #MvOOievf3Oc6QIkgbt2uTpT300xaEebx { width:20rem;height:0;top:31.546258823395rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pNbhEEuuuoSuGFObP4h7PLfaCQtTwBpA { width:18.1875rem;height:2.923825rem;top:25.625rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTVFMUD67ukVhrQo4P3wtnX3S3nK9Grb { width:17rem;height:9.44725rem;top:34.490234375rem;left:1.5rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XPTO1IW5Uo7oDFfokcqTbV8qSBw1ypEy { width:20rem;height:26.125rem;top:19rem;left:0rem;background-color:#251d20;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tTSBzoTWPIRKrJu0ioE92zE0zGaPGKrn { top:29.5625rem;left:1.65625rem;width:16.6875rem;height:3.4375rem;font-size:1.125rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #yBzJT8ImPlg2uuV0l6A62lr3i7GroP92 { display:block; }
 }@media only screen and (max-width: 763px) { #TI2HzpPB1nGfzffqmnp5EzbXlmVD7kCT { width:20rem;height:1.3496125rem;top:19.4619140625rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TFh3L4wWQatex0897yisyQ47DN2gaTWk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8171ceb5-57b4-45d8-982f-35733684e76e/background22.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#TFh3L4wWQatex0897yisyQ47DN2gaTWk.adaptive-delivery-prevent-bg, #TFh3L4wWQatex0897yisyQ47DN2gaTWk.lazyload, #TFh3L4wWQatex0897yisyQ47DN2gaTWk.lazyloading { background-image: none; }#TFh3L4wWQatex0897yisyQ47DN2gaTWk > .row .container { width:20rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kECy3nK0mNgF03Jy4lEgpoTW446z725L { width:19.4995rem;height:0;top:16.625rem;left:0.25rem;text-align:left;text-align-last:left;line-height:1.4;font-size:1.1875rem;display:none; }#kECy3nK0mNgF03Jy4lEgpoTW446z725L li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #EBCNnkCc9M7gA3cpdgoTdyAFeh116T3P { width:8.75rem;height:0;top:10.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;z-index:15001;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Xtz1DsdyuDJNWTsTnczElQSilyfcmH0I { width:20rem;height:0;top:0.9368896484375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.75rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #ipZcpnCrS1UQxGWHQWdhpm234NwWbe3h { width:20rem;height:0;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2.375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #PPmqlzXT7idqMeVdgIHmAxybGK99uvk7 { width:20rem;height:27.125rem;top:0.68684947490694rem;left:0rem;z-index:14995;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #ehQ6HTFLP8m5SyvFodMXKNLDFrhuWtHu { width:20rem;height:3.8997375rem;top:24.860026359558rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-text {padding-top: 0; padding-bottom: 0;}#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-select {padding-top: 0; padding-bottom: 0;}#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph  { width:17.5rem;height:auto;top:33.333368198395rem;left:0rem; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph {display:block;}#VRyiFSFPFeZEPseFTtgm08DVhbJmBSph { width:17.5rem;height:auto;top:33.333368198395rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #FVXhg4dWiTWJeNUNCSNW8fqkDwL6oxsT {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #h22FTAhitSAaK3VOM7mFctZpfrXQTk4Z {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #uhhvdg9SMuu58d5ivNa17VX85TZ1vWoH {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #HdRX1Un8UQ2sxdVaJKE1EHF4aNTMZhlf {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #CdTA6i1RswuIzsPrDWopqcEJsHhZxb8c {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #fC4fIyzCEywZJNZIgduKBizwUqqdvmR1 {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #n5RfdHwXbwCmTHTmq11Z5HHsf0HiIctB {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #cKqgdsZSXXmOQbZyI4cimwCuFGeuBeyr {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #D9NmMikkan1uKU64SAg2PzFM4mMrAkMb {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #p1qrCIIVw9FmKqdo9csqdgl0Ixmwvceu {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #ANgZBeotpNK9EsamtgIrqkR3EqtEL0Zx {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #twCObc4GKIsMSAZS8m0k4HbwzRWKOLkE {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #iTSvlI2Tlw8aDM3SveOmhOs3vBXwiTuc {  }
 }@media only screen and (max-width: 763px) { #VRyiFSFPFeZEPseFTtgm08DVhbJmBSph #gKMVzmg165sXwl9g9ofRmPtTx6Q5HLty {  }
 }@media only screen and (max-width: 763px) { #kCaskplKZhkTrDUtZXMGxHbRWJHxdvWZ { width:20rem;height:0;top:31.546258823395rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZoZITU6cNao8ba1GBeFz1I4MsuedzW0I { width:20rem;height:2.599825rem;top:29.511721014976rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqkMNFbrLk0GNEuhvxb81IatxcV3qnSG { width:17.999125rem;height:6.0004375rem;top:33.041450858116rem;left:0.99934905767444rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BTCcwsJs2KAhLk2WXGD6zpbPUwqvkBv0 { width:20rem;height:18.375rem;top:23.686849594116rem;left:0rem;background-color:#251d20;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #q9laEaDWNQg2t6Nz1KAXqDxRmGEdwQXI { display:block; }#q9laEaDWNQg2t6Nz1KAXqDxRmGEdwQXI > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-text {padding-top: 0; padding-bottom: 0;}#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-select {padding-top: 0; padding-bottom: 0;}#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.125rem; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg  { width:17.5rem;height:auto;top:2.25rem;left:0rem; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#u8wStdnJPILhog3mQfPABtLQ00AZkQJg {display:block;}#u8wStdnJPILhog3mQfPABtLQ00AZkQJg { width:17.5rem;height:auto;top:2.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #hDSwoVK1eOKCR80Czk5VH4DGzafqh8Vu {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #JLCTzOsmvTPLCxafZuhuIIqogyaFWfKf {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #ofPMknORZrsyDn89ODiaFuEI8DLhFZ51 {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #ZRgt4VoPoIVDFbWlSWkfG98a21AO7Jry {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #NicGRq7drZI6NotO04fZqf3bZw4l8vNs {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #sQhnk5QO5F6vI5DbDiWa6gZPavHJz06k {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #BzLdfqnZHhEJTmDPbJVWUKMUeKNhnbBD {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #rhPWDIcHW6KtekV7pfrIB24BPiXMsgT7 {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #KJliex2Wx4lPvSxCdE2p9Xpo4hkT3S1i {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #AJEOXbsdJKM4HranUWE6JThLC93aQVsy {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #IDnwB5qHlqFm5TlRmrMwGLoTq32uyNZw {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #N7TTSCZO9z6DOMxxqOLcH3PBXZ4VA7qI {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #sHz9cn7HszXGnCnIxwhNSq0gf0NGZ3pH {  }
 }@media only screen and (max-width: 763px) { #u8wStdnJPILhog3mQfPABtLQ00AZkQJg #oS3Em1UFVzit0u9WUt2u0usaRxTpeHw0 {  }
 }@media only screen and (max-width: 763px) { #wLlNFoT7G2Nia4p3qeGxkPAw4eZgpEwZ { width:20rem;height:1.70605625rem;top:1.1865234375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV { display:block; }#n2Qt0n2ztB45T6VJwfMhxl99hk3goEzV > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sK2uizsvTXKocurhP0zdwmyhlGRiLrhl { width:20rem;height:1.3808625rem;top:1.9997825622559rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1MDo2zX5FmHO8zKOuHA2c93W9mDRTVh { width:19.0625rem;height:5.3994125rem;top:4.3728294372559rem;left:0.46875005960464rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #daWTMzqDTMTcEMfsnutA96WZnlKzRhSG { width:20rem;height:20.3906625rem;top:11.094835281372rem;left:0rem;font-size:1.0625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q0kMv2MVoRUChqRk5XWIA8JoCzK22lq5 { top:32.9599609375rem;left:0.3125rem;width:19.375rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCrraSM88m1r2ZG1lzTOVULUQAapQzSS { display:block; }
 }@media only screen and (max-width: 763px) { #w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 { display:block; }#w69w20TV0LxZ9ggvkQMcOIUqBP5wn7A8 > .row .container { width:20rem;height:107.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxmpQ29xXg6ZTkICD2KyPlwbVD0IeQI2 { width:20rem;height:12.125rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMeunFBzP6NgJiPULrRzGrSAsE6acZqU { width:14.0625rem;height:1.625rem;top:62.9375rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMhhqEgouMWsc8emxNJAFd8ct67cBafe { width:18.9995625rem;height:2.548825rem;top:65.3125rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaQRDo5l4UQKZ3nNML9ygrQ2GSX7gPrx { width:20rem;height:12.125rem;top:57.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQ6coMqJJhgfgPXeNCBwfCnx9kMwfG9 { width:20rem;height:3.5rem;top:1.4990234375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKTXoXQGUrzwEh9iUAd7urpkpHiHcl74 { width:20rem;height:12.25rem;top:17.671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQpHTBO5DuhBcJtV05Xsc6VKq2wGzvz4 { top:101.1875rem;left:0.5615234375rem;width:18.874rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmTvktH0TcaXzoC3cKHTbD4tWwLIRR0b { display:block; }
 }@media only screen and (max-width: 763px) { #bvLDBgkEwsUsOiiFgCazsnKVLx4ia9e7 { width:20rem;height:8.920875rem;top:6.234375rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XoiH7PpmxWkZow6Ol4TfV4KA1AzFEcRZ { width:19.375rem;height:1.625rem;top:22.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdRzzUb34Z4lqAEnQEOgJ1FgrGfZsDtq { width:16.5625rem;height:1.625rem;top:36.3125rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #blGhQCMTlmaJrPmE83Lgq28Sk96as6ea { width:19.2480625rem;height:2.548825rem;top:25rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdstaCQN8KHBo0thEUcqE1V031HuFsDO { width:17.6248125rem;height:2.548825rem;top:38.75rem;left:1.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5wTNeOni2WvFeLkfFgxIevunJmxaDL2 { display:flex;width:2.75rem;height:2.75rem;top:18.75rem;left:8.625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #y3Fuv8JhuJt7JgopvbCZu6u9SB79S7qP { width:3rem;height:3rem;top:58.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE9xdN3UfXzh5T1oPSViEGB5noBxvRad { width:3rem;height:3rem;top:32.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZG4Ic2RNrIxuARZXGhs9yDvrv3DbyBn { width:20rem;height:13.125rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMQ2aEdMgBeFf9TvVyQe2ntVB3OEndk9 { width:20rem;height:13.5625rem;top:84.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q308gz0nFhgaDZ6EiTTysxWupZErhGTm { width:20rem;height:13.1875rem;top:70.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyrmDIfLXF6ZTwJJ4NU18UAEkT4BZVO8 { width:3.4375rem;height:3.4375rem;top:44.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLJWtNsKrDUs9NBVnTEFm2BeREQRuVsJ { width:17.6248125rem;height:1.625rem;top:49.5rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOx5vDNB51oIuEbNTfhoM9ELbzyopGTo { width:17.5rem;height:2.548825rem;top:51.6875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBF8JhTqTxdOUed2QD1Q3wNUyCrFTo6S { width:19.0625rem;height:2.548825rem;top:78.9375rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJoK9Nz3b4cynUT1hWiwFJPzsJ1yWSzy { width:16.624375rem;height:2.548825rem;top:93.625rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTxzgmf52wk4W1LTsdBP6wr0bdneT35 { width:18.811875rem;height:1.625rem;top:76.4375rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFGl0kh9A9bnFmE2ZC29BGDatIhECctK { width:16.5625rem;height:1.625rem;top:91.125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX37GkeEhA49N8kgu5vDB7ltQznX3al9 { width:3rem;height:3rem;top:72.0625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BU7ekKO6zy1TWi99wZXBGf815eJUdUzH { width:3rem;height:3rem;top:86.75rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Epx1ZEWNzadBcPx6eb75NDGekhZmO14v { display:block; }#Epx1ZEWNzadBcPx6eb75NDGekhZmO14v > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cmfB41tQqeFMuk2ZaNPax0o3OARVFIUv { width:16.1875rem;height:17.5625rem;top:7.375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PO9r9AMwRqtzUzcp0I06osuwyQeabTI6 { width:20rem;height:3.5rem;top:2.1875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0rNHPnE3qGbNGOiGaFET9FzbNngZ7fp { width:20rem;height:22.9394125rem;top:26.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tVg9VgE7SUX8TBL8ZPHrqEgEfJJPbRAE { top:51.875rem;left:0.5rem;width:18.9980625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQPevdzyfSX6oa5HfBruB3dBMAxpxSPS { display:block; }
 }@media only screen and (max-width: 763px) { #hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf { display:block; }#hKPbB7XK7V9TWKGvMBUNsfLqt2D6MOrf > .row .container { width:20rem;height:67.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WeVZI6zhcRrJO2tamu9UZveHdmDVOTBc { width:20rem;height:1.75rem;top:2.8103313446045rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltFI8uSExsTV02JwlU3JQ4aPUCSVJTgZ { width:18.75rem;height:14.8456875rem;top:10.870226860046rem;left:0.62500005960463rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DIpz7BgruAvvaT338LII3i1w6erBvW4F { width:20rem;height:1.1875rem;top:29.347874641419rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3S5TMs8d5ynoqZbr7pEslZBZfUO0OuD { width:18.75rem;height:17.5449375rem;top:41.034072875976rem;left:0.62500005960463rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OUqw02tqiR0W62SytXo3lJJbziBVZqFb { width:20rem;height:1.1875rem;top:62.677955627444rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlHrnydqPSc6d3HenGeaH733Js2XaRyC { width:6.311875rem;height:1.49956875rem;top:27.22439289093rem;left:6.8435333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRqG01UPCKzCuhdVi6OAqoEEgEHS9vg0 { width:6.311875rem;height:1.49956875rem;top:60.491539001465rem;left:6.8435333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBfJOovyVX9VADqbsaCxLCwEPEy1IbET { display:flex;width:2.6875rem;height:2.6875rem;top:6.8109810352325rem;left:8.655598938465rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #lLdqrskTHTZdO5wbmuXuh8ArRTLIgJ8h { display:flex;width:3.125rem;height:3.125rem;top:35.973311424256rem;left:8.4375002980231rem; }
 }@media only screen and (max-width: 763px) { #om5p1d7wTo9bUTgQmOamyUkt3AJZ32Jh { top:33.408204078674rem;left:0.62500005960463rem;width:18.75rem;height:0.124783125rem;z-index:15012;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #KTl0geBmtlHJJ2TX9EuADSEUdORi65cw { display:block; }#KTl0geBmtlHJJ2TX9EuADSEUdORi65cw > .row .container { width:20rem;height:75.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RyD5d56b0oPZZIpfT8gKLZT7IuZ0TfXv { width:16.4375rem;height:21.5rem;top:7.685546875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0iSxTRll4f1Pi5Hh2LidlLWp3ViKEn4 { width:15.75rem;height:0;top:1.38671875rem;left:2.125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #LILG7ThXcKw6NSrkZTwvM6IFBRqToVnX { width:20rem;height:34.40916875rem;top:31.1787109375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KxhsbNDGTmdvenzVJN6ahyNZpKlLIKHC { width:20rem;height:0;top:29.6689453125rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfpdJJDMJBuA8WrOrO4kDSnVb1BKNeET { width:20rem;height:0;top:90.0477875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLXIiXHWuHJETmVdJ0R3fEsTp99CHfTu { top:68.4189453125rem;left:0.5rem;width:18.9980625rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQ5Zzhz7pGRnkUdSXcksQHXisTRwLpFS { display:block; }
 }@media only screen and (max-width: 763px) { #hTTAySJySkXrC8rEQA7utR828VvtUTvC { width:19.5625rem;height:2.0996125rem;top:3.875rem;left:0.25rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #Rimd2WgaFGaUNi2EV6mTueIlnJTuQiF1 { width:15.75rem;height:2.0996125rem;top:1.875rem;left:2.125rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e568bb1-1c40-48c9-a689-fdd1b2489893/28.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr.adaptive-delivery-prevent-bg, #xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr.lazyload, #xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr.lazyloading { background-image: none; }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row .container { background-color: transparent; background-image: none; }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row .container > .video-iframe-container { display: none; }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row > .video-iframe-container { display: none; }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .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); }#xuiwMx47H5hOtVtmns62dJIrOu4Xv4cr > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGqlR5U5nDwXT8Pm6cxnPn8EHQpThUB2 { width:20rem;height:6.1875rem;top:1.998046875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hONDNliON9Z3dtAfGzydr11AJJ5vKz6S { top:21.9375rem;left:0.625rem;width:18.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUIq4zuDKN3y72P2qf1k1LkmGnOhpKNx { display:block; }
 }@media only screen and (max-width: 763px) { #cHQrlPdzqZBgJsppDXyJS2RnlFkNXWg1 { width:20rem;height:10.5rem;top:10.0634765625rem;left:0rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS { display:block; }#GTrfWCL7otpP5no6p2oRSTNfr3KZCKbS > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xpi4spG22CWMIbTwUibFa76IiNw6xuTf { width:14.875rem;height:4.875rem;top:1.6640625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hurZOCTntAKBUsCMC6F1gxuwwWPEc6Ov { width:15.3721875rem;height:3.1484375rem;top:15.6875rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xJklXiQiGCkI30cb8OrQhvauIERL8UFR { display:flex;width:1.74805rem;height:1.74805rem;top:20.375rem;left:1rem;font-size:1.1875rem; }
#xJklXiQiGCkI30cb8OrQhvauIERL8UFR > img { max-width: 100%;max-height:100%; width:1.74805rem; height:1.74805rem; } }@media only screen and (max-width: 763px) { #qsu0vS7tPCAkfHxkATWtCS5MUQlWVZ6k { width:20rem;height:1.29980625rem;top:38.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNFbCepOCK4dJVz5MQa0lAOvUfoi4CzW { width:20rem;height:1.29980625rem;top:40.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3f1L3rs2wPOf1XByCKhbRBPQaVrnBgB { display:flex;width:1.74805rem;height:1.74805rem;top:15.875rem;left:1rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #fC7fCDeDKrNSDMT8fJPaWrvsay188cbA { width:12.5rem;height:1.625rem;top:20.375rem;left:3.75rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uq8D54bvWoB07sLMbVbPE8xTUGynTib5 { width:8.624125rem;height:8.125rem;top:28.375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJv94GeHUqmELm1EKbM1KeTdvpRJmka3 { width:17.0615rem;height:5.19921875rem;top:8.375rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gWWHJxaEuxBoTxWqSe51xRk5pMGzGOxu { display:flex;width:1.49956875rem;height:1.49956875rem;top:24.5rem;left:3.75rem;font-size:1.1875rem; }
#gWWHJxaEuxBoTxWqSe51xRk5pMGzGOxu > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; } }@media only screen and (max-width: 763px) { #eqX5GQNEFnvTtz6JOvimEHffr6OAqpL6 { display:flex;width:1.49956875rem;height:1.49956875rem;top:24.5rem;left:6.75rem;font-size:1.1875rem; }
#eqX5GQNEFnvTtz6JOvimEHffr6OAqpL6 > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; } }@media only screen and (max-width: 763px) { #WzanGBgomN22KOXt0xD9L36zXciglLoT { display:flex;width:1.37478125rem;height:1.37478125rem;top:24.5625rem;left:9.3125rem;font-size:1.1875rem; }
#WzanGBgomN22KOXt0xD9L36zXciglLoT > img { max-width: 100%;max-height:100%; width:1.37478125rem; height:1.37478125rem; } }@media only screen and (max-width: 763px) { #ds21GIapJgP9SpN7dhJF92aFm7KpJfID { display:flex;width:1.49956875rem;height:1.49956875rem;top:24.5rem;left:11.9375rem;font-size:1.1875rem; }
#ds21GIapJgP9SpN7dhJF92aFm7KpJfID > img { max-width: 100%;max-height:100%; width:1.49956875rem; height:1.49956875rem; } }@media only screen and (max-width: 763px) { #CPiSxZheITZNdTPCDv4dhgdUzMiUENeZ { display:flex;width:1.499025rem;height:1.499025rem;top:24.5rem;left:14.8125rem;font-size:1.1875rem; }
#CPiSxZheITZNdTPCDv4dhgdUzMiUENeZ > img { max-width: 100%;max-height:100%; width:1.499025rem; height:1.499025rem; } }