.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:241,238,232;--color-primary-1:214,203,187;--color-primary-2:187,169,141;--color-primary-3:112,101,85;--color-primary-4:27,20,9;--color-secondary-0:255,255,255;--color-secondary-1:243,243,243;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:214,203,187;--color-tertiary-2:187,169,141;--color-tertiary-3:112,101,85;--color-tertiary-4:42,32,15;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/8dpfeeUx/Test_1_2_c2_min.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.13); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.13); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:75rem;overflow:visible;position:relative;display:block; }#GJFvB8T9wKoXiEZc31kRZZK4KMNWTdTw { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),0.95);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.625rem 0.8125rem 2rem rgba(0,0,0,0.21) ;height:26.4375rem;width:22.875rem;top:16.9375rem;left:1.625rem;display:block; }
#GIrQcCqrQWhbiXJTbGTAkLPB9T7wr4ti { position:absolute;display:block;z-index:15001;background-color:#332614;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6rem;width:22.875rem;top:16.25rem;left:1.6247844696045rem;display:block; }
#MT8IzhIcqLf5BAXPRr5nodB64EqPemTs { color:rgba(var(--color-tertiary-0),1);display:block;width:22.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:16.9375rem;left:2rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kv50y8QIBNAOQbQflfhV1fmsndVQnOMl { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.375rem;left:26.25rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ue9s8CAelRMq0Op5u0zDsvVGofN7OzVa { color:rgba(var(--color-tertiary-0),1);display:block;width:29.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.75rem;left:26.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSpVLl5KV72VHlw2H4eTuBtmOGH594ml { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-4),0.68);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:12.4375rem;width:29.5625rem;top:16.25rem;left:26.1875rem;display:block; }
#tdt6Pu7P51pJmGcKrQd9Sh6nLd09fQK0 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:23.75rem;left:26.25rem;height:2.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RsVMLbhSOK2ryCbKc1A7WL4MqBVwZpcF { color:rgba(var(--color-tertiary-0),1);display:block;width:30.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:0rem;left:33.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#APNCOhJEPQ1TgSv2aRuAMuuB1WclZ5Zn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:20.375rem;left:48.0625rem;display:none; }
#ehvI9Rf2X8fly9duso74kmgpyC4eJHm8 { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.2;letter-spacing:0;top:5rem;left:2rem;height:7.875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#SqxTdWbCOTqkrl5P2mPivTbKgrAWL4bC { color:#332614;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:8rem;left:27.4375rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-form-header {  }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:19.125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.7; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-text { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #53585e;border-left:0.125rem solid #53585e;border-right:0.125rem solid #53585e;border-bottom:0.125rem solid #53585e;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:19.125rem;box-sizing:border-box;height:2.8125rem;vertical-align:top;box-shadow: none;font-size:1.125rem;overflow:hidden;color:#202020; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-text {padding-top: 0; padding-bottom: 0;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-textarea { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #53585e;border-left:0.125rem solid #53585e;border-right:0.125rem solid #53585e;border-bottom:0.125rem solid #53585e;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:19.125rem;box-sizing:border-box;height:5.3125rem;vertical-align:top;box-shadow: none;font-size:1.125rem;overflow:hidden;color:#202020; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #dad6c1;border-right:0.125rem solid #dad6c1;border-bottom:0.125rem solid #dad6c1;border-left:0.125rem solid #dad6c1;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:19.125rem;box-sizing:border-box;height:2.5625rem;vertical-align:top; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-select {padding-top: 0; padding-bottom: 0;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-button { border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat: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:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:19.125rem;height:2.8125rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:18.0625rem;line-height:1.3;overflow:hidden;font-style:normal; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .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:top; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:"open sans";font-size:0.625rem;font-weight:bold;color:#040404; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-container:first-of-type{padding-top:0;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-container:last-of-type{padding-bottom:0;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd  { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.125rem;height:auto;position:absolute;z-index:15020;top:23.1767578125rem;left:2.21875rem; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;width:19.125rem; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:300;color:#040404;vertical-align:top;overflow:hidden;font-style:normal; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd {display:block;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.125rem;height:auto;position:absolute;z-index:15020;top:23.1767578125rem;left:2.21875rem; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #qBTZDtfSWaK83qeCVnGRFHFI8gG5aB7R { position:relative; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #bFAob5t3AQoK9HyuvzBXpFt7bsfotrai { position:relative;display:block; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #A9r2N5aNtHF5ACqbsVGze67dQE6BXPD6 { position:relative; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #CC5TCNsGihk7mocZey0DLcVMvD3TyOi7 { position:relative; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #yK8lP6wqt4li2plMe0yuVl8Z0cCUPyRO { position:relative;display:block; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #MCo7eVRuseJd7rVv4fnqe0BdDFK9pLiv { position:relative; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #ChTVZe0ed0vdJ3DveBWP9M9TREbA8BIy { position:relative; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #gE18Onf4LzOr0QdQ5DK6DyEiGxw3wybh { position:relative;z-index:2; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #QPHAStw9BHbDVN5VUyt5ST4TgUKTpewQ { position:relative; }
#ayrLykc9qTN8MX4kproep8ePXMkreEE1 { position:relative;display:block; }
#FWwH9hDevVDye0yI1S8foiApRTiHvcNF { position:relative;display:block; }
#HpAvhJ7GGqlRWfRfJESeAbKgZrko5uG4 { position:relative;display:block; }
#iZxJ6mbtmoKxJOGDhGKH9zpKh17nBVQy { position:relative;display:block; }
#vINi91toI7iwyknPXTX92Maua9IvWUmu { position:relative;display:block; }
#GLrBsKlqofGqruOAPs39EPH0vAwwrmxT { position:relative;display:block; }
#hEuGuMaGV586wPL63AhxN4RyNofkZ0Nw { position:relative;display:block; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #E4eSq0tGUvpWqvI6PSM8grecUwGfdRfT { position:relative; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #rKPng0qAuulBvRpnq05N1uC6JrobNLAV { position:relative; }
#kebc10a0e731761d7a679c15eaca21ee7a738d02 { 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/1yhpek97/02.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; }#kebc10a0e731761d7a679c15eaca21ee7a738d02.adaptive-delivery-prevent-bg, #kebc10a0e731761d7a679c15eaca21ee7a738d02.lazyload, #kebc10a0e731761d7a679c15eaca21ee7a738d02.lazyloading { background-image: none; }#kebc10a0e731761d7a679c15eaca21ee7a738d02 > .row .container { background-color: transparent; background-image: none; }#kebc10a0e731761d7a679c15eaca21ee7a738d02::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kebc10a0e731761d7a679c15eaca21ee7a738d02 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kebc10a0e731761d7a679c15eaca21ee7a738d02 > .row .container > .video-iframe-container { display: none; }#kebc10a0e731761d7a679c15eaca21ee7a738d02 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kebc10a0e731761d7a679c15eaca21ee7a738d02 > .row > .video-iframe-container { display: none; }#kebc10a0e731761d7a679c15eaca21ee7a738d02 > .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); }#kebc10a0e731761d7a679c15eaca21ee7a738d02 > .row .container { border-width: 0; border-radius: 0; }#kebc10a0e731761d7a679c15eaca21ee7a738d02 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kebc10a0e731761d7a679c15eaca21ee7a738d02 > .row .container { font-size:0.875rem;font-family:arial;height:64.6875rem;width:75rem;position:relative;display:block; }#K35f527f572cc26b136b7843ea83875e4561e2f4 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.6875rem;left:0rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c2fd9f05bbda5acf5ce4e2d9d0049d259f7e2374 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:18.1875rem;top:14.6875rem;left:28.406251907349rem;overflow:hidden;display:block; }
#f3fc3abb3bc3d8dcdc7b795c907b5f54bbca4499 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:20.5625rem;left:8.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a57d439089a3715f5e157117e166150e53108c6d { color:#332614;display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:22.625rem;left:5.40625rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d9e9f85085d40795a2689bffcca60c5690e90873 { color:#332614;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:22.75rem;left:51.937501907349rem;height:6.9970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z7522b2a744afa146533fdfa792958b39b1957c8 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20.5625rem;left:53.156251907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h1f555174c63c400cf96b913d13ec88a25063504 { color:#332614;display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:39.250001907349rem;left:51.875001907349rem;height:8.3965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T799de3afe043563b8c847f16bf7b40da8b8f7ba { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:37.125rem;left:53.875001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lc7a7a8f77682f9575f85af7627ba04e92494b7f { color:#332614;display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:39.187501907349rem;left:6.3125rem;height:8.39648125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ad81c407fa662ff676cc5b6854d9876cd6f9df1e { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:37.125rem;left:8.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d0dbfaa331cb8a7cce78f1ce5d4e884c2071d4e4 { 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:15016;top:15.5rem;left:13.75rem; }
#baa3f8c98ed08ba70d5af91cfe3c2eb533f0c79d { 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:15018;top:15.5rem;left:59.124998092651rem; }
#V7aec27ca530936b9440133232bb5a6bb69e3af8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:32.5rem;left:58.937498092651rem; }
#dd0e328fd2d7451b5c6ced38f3f18a1d2bc0359c { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.875rem;top:32.875001907349rem;left:13.875rem;overflow:hidden;display:block; }
#cb35a0ca94dfd20d0f2606aae177fcd0161bf46c { color:#332614;display:block;width:49rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:57.9375rem;left:13rem;height:2.799475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c690afd9a209a78209184d859395364bb4b998bf { color:#332614;display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:8.8125rem;left:15.21875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fb9ae2c18538a1a66385a92281a0753f4819a95d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:51.0625rem;left:35.750001907349rem; }
#eef0a82b85d083057c11a6b788bd444506abfd45 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:55.75rem;left:27.750001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c80d6f0caf3ec229eb0ca05911a28134701a1e1d { color:#2d3238;display:block;width:24.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:47.4375rem;left:42.6875rem;height:4.1982375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/8dpfeeUx/Test_1_2_c2_min.jpeg");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; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ.adaptive-delivery-prevent-bg, #un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ.lazyload, #un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ.lazyloading { background-image: none; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container { background-color: transparent; background-image: none; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.13); }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container > .video-iframe-container { display: none; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .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.13); }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row > .video-iframe-container { display: none; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .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); }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container { border-width: 0; border-radius: 0; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ::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; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#DgcE0bRR0He1OkuCbl3PvRr8VFAnNld6 { color:rgba(var(--color-tertiary-0),1);display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:6.625rem;left:9rem;height:2.1308625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KgfIuHoyf55hcOvRNZsphrGbhRfJDlVr { color:rgba(var(--color-tertiary-0),1);display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:12.75rem;left:34.6875rem;height:9.4970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7VJBWefWn8Z3nhrtm8IoFOpCPlCntXb { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.875rem;left:39.8125rem;height:2.6806625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vf8Kvpzna2dtsBoFpGqiiwbyxoPzbWss { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.75rem;width:63.125rem;top:2.40625rem;left:5.9375rem;display:block; }
#p4pByKcFdgPhPvZX5uVAyEKvnvPM6qOW { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c4b995b7-09a2-4f05-8adb-6ea067e967b3/Said_Othman.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.875rem 0.8125rem 0.875rem rgba(0,0,0,0.5) ;height:16.125rem;width:22.25rem;top:12.75rem;left:11rem;display:block; }#p4pByKcFdgPhPvZX5uVAyEKvnvPM6qOW.adaptive-delivery-prevent-bg, #p4pByKcFdgPhPvZX5uVAyEKvnvPM6qOW.lazyload, #p4pByKcFdgPhPvZX5uVAyEKvnvPM6qOW.lazyloading { background-image: none; }
#EIdERgF6RUCL6N9L5tdLImDn2h3noQbT { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.3125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:34rem;left:30.375rem;display:block; }
#mHRPcBTDIi8gZBTNidN20KxpRfFKPfSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 > .row .container { background-color: transparent; background-image: none; }#Q7d30d6ca99180347b1a81a7b73eade8dcb7f295::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 > .row .container > .video-iframe-container { display: none; }#Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 > .row > .video-iframe-container { display: none; }#Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 > .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); }#Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 > .row .container { border-width: 0; border-radius: 0; }#Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#x00a1e69ee61cdc9b53daca74f98b649d50eb5b5 { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.87109375rem;left:12.5rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c7c3b80dd4bd0aeb14f8781065acb64a9897a65b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c7c3b80dd4bd0aeb14f8781065acb64a9897a65b > .row .container { background-color: transparent; background-image: none; }#c7c3b80dd4bd0aeb14f8781065acb64a9897a65b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7c3b80dd4bd0aeb14f8781065acb64a9897a65b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7c3b80dd4bd0aeb14f8781065acb64a9897a65b > .row .container > .video-iframe-container { display: none; }#c7c3b80dd4bd0aeb14f8781065acb64a9897a65b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7c3b80dd4bd0aeb14f8781065acb64a9897a65b > .row > .video-iframe-container { display: none; }#c7c3b80dd4bd0aeb14f8781065acb64a9897a65b > .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); }#c7c3b80dd4bd0aeb14f8781065acb64a9897a65b > .row .container { border-width: 0; border-radius: 0; }#c7c3b80dd4bd0aeb14f8781065acb64a9897a65b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7c3b80dd4bd0aeb14f8781065acb64a9897a65b > .row .container { font-size:0.875rem;font-family:arial;height:34rem;width:75rem;position:relative;display:block; }#A14a793e2d239f3b4384aa15e0c197e548b7a95c { position:absolute;display:block;z-index:15025;background-color:transparent;background-image:url("https://images.assets-landingi.com/z7hjjCWP/Temi_c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12rem;width:12.25rem;top:3.75rem;left:6.6875rem;display:block; }#A14a793e2d239f3b4384aa15e0c197e548b7a95c.adaptive-delivery-prevent-bg, #A14a793e2d239f3b4384aa15e0c197e548b7a95c.lazyload, #A14a793e2d239f3b4384aa15e0c197e548b7a95c.lazyloading { background-image: none; }
#Qfbb5c804315cedab14e49ce365d319f342af833 { color:#332614;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:19.6875rem;left:6.5rem;height:6.9970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qe5378736b72d2ee42f41ca16691c29b5ea35196 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.1875rem;left:5.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t796115c7cc9d22613a3aa8f16b4a7ab322da9b5 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.625rem 0.8125rem 2rem rgba(0,0,0,0.1) ;height:27.375rem;width:13.75rem;top:3.0625rem;left:55.3125rem;display:block; }
#q44692b85bff8a8b656115bdb962894719c648f2 { color:#332614;display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:19.6875rem;left:56rem;height:9.795875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fc106037a3417447711e1864b8127ea75f96ffba { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.1875rem;left:55.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b6169016d0668c85131df002e96b8ccce8261f8e { color:#332614;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:19.5625rem;left:31.625rem;height:5.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c503ccade6b491944e9dedbf857fe875809d6eb9 { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.1875rem;left:30.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bae17940ae20c1747df0cdd60aa79f97af8db85e { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3Nm9BDz0/Edison_Grace.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12rem;width:12.25rem;top:3.8125rem;left:31.593751907349rem;display:block; }#bae17940ae20c1747df0cdd60aa79f97af8db85e.adaptive-delivery-prevent-bg, #bae17940ae20c1747df0cdd60aa79f97af8db85e.lazyload, #bae17940ae20c1747df0cdd60aa79f97af8db85e.lazyloading { background-image: none; }
#e7467e81fe9c6f11768f7b57006c59c99374011c { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.625rem 0.8125rem 2rem rgba(0,0,0,0.21) ;height:27.375rem;width:13.75rem;top:3.0625rem;left:30.8125rem;display:block; }
#efb50637ad6bcff6d25f3941309b7b2cc45d7724 { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XTudhPXp/2021_8_24_10.11.32.949.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:12rem;width:12.25rem;top:3.75rem;left:56.062498092651rem;display:block; }#efb50637ad6bcff6d25f3941309b7b2cc45d7724.adaptive-delivery-prevent-bg, #efb50637ad6bcff6d25f3941309b7b2cc45d7724.lazyload, #efb50637ad6bcff6d25f3941309b7b2cc45d7724.lazyloading { background-image: none; }
#k3bd8fcb5f9376787077559abb7db940f20123f1 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-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-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.625rem 0.8125rem 2rem rgba(0,0,0,0.1) ;height:27.375rem;width:13.75rem;top:2.9375rem;left:5.9375rem;display:block; }
#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row .container { background-color: transparent; background-image: none; }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row .container > .video-iframe-container { display: none; }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row > .video-iframe-container { display: none; }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .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); }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row .container { border-width: 0; border-radius: 0; }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#kEGW1WaKk6FOhN1ox4QPKAeorMgwEWIr { color:rgba(var(--color-tertiary-0),1);display:block;width:51.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.125rem;left:11.5625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#X4LUmMTISs1N1ShBolJxDencZuivR5KN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:4.59375rem;left:36.5625rem; }
#X4LUmMTISs1N1ShBolJxDencZuivR5KN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#nCpLGxFeP9bmKghO1UdBoRvnfaoEuIbC { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.875rem;left:28.4375rem;height:1.54361875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LrCQ2QHDzgaGwDRgaD97XwaH25xsUMNe { z-index:15002;top:10.75rem;left:28.375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eC2dIlaiNX2tz5aUDrpTKDkaXSJQbckM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJFvB8T9wKoXiEZc31kRZZK4KMNWTdTw { width:22.875rem;height:26.4375rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIrQcCqrQWhbiXJTbGTAkLPB9T7wr4ti { width:22.875rem;height:6rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8IzhIcqLf5BAXPRr5nodB64EqPemTs { width:22.125rem;height:4.875rem;top:16.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv50y8QIBNAOQbQflfhV1fmsndVQnOMl { width:29.5rem;height:2.4375rem;top:17.375rem;left:12.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue9s8CAelRMq0Op5u0zDsvVGofN7OzVa { width:29.5625rem;height:1.625rem;top:19.75rem;left:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSpVLl5KV72VHlw2H4eTuBtmOGH594ml { top:16.25rem;left:12.5625rem;width:29.5625rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdt6Pu7P51pJmGcKrQd9Sh6nLd09fQK0 { width:29.4375rem;height:2.9375rem;top:23.75rem;left:12.625000953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsVMLbhSOK2ryCbKc1A7WL4MqBVwZpcF { width:16.5rem;height:5.5625rem;top:23.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #APNCOhJEPQ1TgSv2aRuAMuuB1WclZ5Zn { top:20.375rem;left:34.4375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehvI9Rf2X8fly9duso74kmgpyC4eJHm8 { width:47.75rem;height:7.875rem;top:5rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqxTdWbCOTqkrl5P2mPivTbKgrAWL4bC { width:29.875rem;height:8.375rem;top:8rem;left:13.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-regular-label { width:19.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-text { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-text {padding-top: 0; padding-bottom: 0;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-textarea { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-select { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-select {padding-top: 0; padding-bottom: 0;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-button { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-checkbox-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd  { width:19.1875rem;height:auto;top:3.375rem;left:25.25rem; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .radio-container { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd {display:block;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd { width:19.1875rem;height:auto;top:3.375rem;left:25.25rem; }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #qBTZDtfSWaK83qeCVnGRFHFI8gG5aB7R {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #bFAob5t3AQoK9HyuvzBXpFt7bsfotrai { display:block; }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #A9r2N5aNtHF5ACqbsVGze67dQE6BXPD6 {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #CC5TCNsGihk7mocZey0DLcVMvD3TyOi7 {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #yK8lP6wqt4li2plMe0yuVl8Z0cCUPyRO { display:block; }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #MCo7eVRuseJd7rVv4fnqe0BdDFK9pLiv {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #ChTVZe0ed0vdJ3DveBWP9M9TREbA8BIy {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #gE18Onf4LzOr0QdQ5DK6DyEiGxw3wybh {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #QPHAStw9BHbDVN5VUyt5ST4TgUKTpewQ {  }
 }@media only screen and (max-width: 763px) { #ayrLykc9qTN8MX4kproep8ePXMkreEE1 { display:block; }
 }@media only screen and (max-width: 763px) { #FWwH9hDevVDye0yI1S8foiApRTiHvcNF { display:block; }
 }@media only screen and (max-width: 763px) { #HpAvhJ7GGqlRWfRfJESeAbKgZrko5uG4 { display:block; }
 }@media only screen and (max-width: 763px) { #iZxJ6mbtmoKxJOGDhGKH9zpKh17nBVQy { display:block; }
 }@media only screen and (max-width: 763px) { #vINi91toI7iwyknPXTX92Maua9IvWUmu { display:block; }
 }@media only screen and (max-width: 763px) { #GLrBsKlqofGqruOAPs39EPH0vAwwrmxT { display:block; }
 }@media only screen and (max-width: 763px) { #hEuGuMaGV586wPL63AhxN4RyNofkZ0Nw { display:block; }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #E4eSq0tGUvpWqvI6PSM8grecUwGfdRfT {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #rKPng0qAuulBvRpnq05N1uC6JrobNLAV {  }
 }@media only screen and (max-width: 763px) { #kebc10a0e731761d7a679c15eaca21ee7a738d02 { display:block; }#kebc10a0e731761d7a679c15eaca21ee7a738d02 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K35f527f572cc26b136b7843ea83875e4561e2f4 { width:47.75rem;height:2.75rem;top:3.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2fd9f05bbda5acf5ce4e2d9d0049d259f7e2374 { width:18.1875rem;height:35.3125rem;top:14.6875rem;left:14.781251907349rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3fc3abb3bc3d8dcdc7b795c907b5f54bbca4499 { width:13.625rem;height:1.625rem;top:20.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a57d439089a3715f5e157117e166150e53108c6d { width:19.8125rem;height:4.1875rem;top:22.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9e9f85085d40795a2689bffcca60c5690e90873 { width:17.5rem;height:7rem;top:22.75rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7522b2a744afa146533fdfa792958b39b1957c8 { width:15.0625rem;height:1.625rem;top:20.5625rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1f555174c63c400cf96b913d13ec88a25063504 { width:17.6875rem;height:8.375rem;top:39.25rem;left:30.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T799de3afe043563b8c847f16bf7b40da8b8f7ba { width:13.625rem;height:1.625rem;top:37.125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc7a7a8f77682f9575f85af7627ba04e92494b7f { width:18.0625rem;height:8.375rem;top:39.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ad81c407fa662ff676cc5b6854d9876cd6f9df1e { width:13.625rem;height:1.625rem;top:37.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0dbfaa331cb8a7cce78f1ce5d4e884c2071d4e4 { width:3.125rem;height:3.125rem;top:15.5rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #baa3f8c98ed08ba70d5af91cfe3c2eb533f0c79d { width:3.125rem;height:3.125rem;top:15.5rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7aec27ca530936b9440133232bb5a6bb69e3af8 { width:3.5rem;height:3.5rem;top:32.5rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd0e328fd2d7451b5c6ced38f3f18a1d2bc0359c { top:32.875rem;left:0.25rem;width:2.875rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb35a0ca94dfd20d0f2606aae177fcd0161bf46c { width:47.75rem;height:2.75rem;top:57.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c690afd9a209a78209184d859395364bb4b998bf { width:44.5625rem;height:2.75rem;top:8.8125rem;left:1.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb9ae2c18538a1a66385a92281a0753f4819a95d { width:3.5rem;height:3.5rem;top:51.0625rem;left:22.125001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #eef0a82b85d083057c11a6b788bd444506abfd45 { width:19.5rem;height:1.625rem;top:55.75rem;left:14.125001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c80d6f0caf3ec229eb0ca05911a28134701a1e1d { width:24.8125rem;height:4.1875rem;top:47.4375rem;left:22.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ { display:block; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgcE0bRR0He1OkuCbl3PvRr8VFAnNld6 { width:47.75rem;height:2.125rem;top:6.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgfIuHoyf55hcOvRNZsphrGbhRfJDlVr { width:29.6875rem;height:9.4375rem;top:12.75rem;left:18.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7VJBWefWn8Z3nhrtm8IoFOpCPlCntXb { width:19.4375rem;height:2.625rem;top:23.875rem;left:26.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf8Kvpzna2dtsBoFpGqiiwbyxoPzbWss { top:2.375rem;left:0rem;width:47.75rem;height:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4pByKcFdgPhPvZX5uVAyEKvnvPM6qOW { width:22.25rem;height:16.125rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIdERgF6RUCL6N9L5tdLImDn2h3noQbT { width:14.3125rem;height:3.4375rem;top:34rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHRPcBTDIi8gZBTNidN20KxpRfFKPfSK { display:block; }
 }@media only screen and (max-width: 763px) { #Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 { display:block; }#Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x00a1e69ee61cdc9b53daca74f98b649d50eb5b5 { width:47.75rem;height:2.75rem;top:2.8125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7c3b80dd4bd0aeb14f8781065acb64a9897a65b { display:block; }#c7c3b80dd4bd0aeb14f8781065acb64a9897a65b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A14a793e2d239f3b4384aa15e0c197e548b7a95c { width:12.25rem;height:12rem;top:3.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qfbb5c804315cedab14e49ce365d319f342af833 { width:12.625rem;height:7rem;top:19.6875rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe5378736b72d2ee42f41ca16691c29b5ea35196 { width:13.5625rem;height:1.625rem;top:17.1875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t796115c7cc9d22613a3aa8f16b4a7ab322da9b5 { width:13.75rem;height:27.375rem;top:3.0625rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q44692b85bff8a8b656115bdb962894719c648f2 { width:12.375rem;height:9.75rem;top:19.6875rem;left:33.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc106037a3417447711e1864b8127ea75f96ffba { width:13.625rem;height:1.625rem;top:17.1875rem;left:32.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6169016d0668c85131df002e96b8ccce8261f8e { width:12.1875rem;height:5.5625rem;top:19.5625rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c503ccade6b491944e9dedbf857fe875809d6eb9 { width:13.625rem;height:1.625rem;top:17.1875rem;left:17.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bae17940ae20c1747df0cdd60aa79f97af8db85e { width:12.25rem;height:12rem;top:3.8125rem;left:17.906251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7467e81fe9c6f11768f7b57006c59c99374011c { width:13.75rem;height:27.375rem;top:3.0625rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efb50637ad6bcff6d25f3941309b7b2cc45d7724 { width:12.25rem;height:12rem;top:3.75rem;left:33.249998092651rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3bd8fcb5f9376787077559abb7db940f20123f1 { width:13.75rem;height:27.375rem;top:2.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ { display:block; }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEGW1WaKk6FOhN1ox4QPKAeorMgwEWIr { top:8.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4LUmMTISs1N1ShBolJxDencZuivR5KN { top:4.5625rem;left:22.9375rem;width:1.875rem;height:1.875rem;display:block; }
#X4LUmMTISs1N1ShBolJxDencZuivR5KN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #nCpLGxFeP9bmKghO1UdBoRvnfaoEuIbC { width:18.125rem;height:1.5rem;top:1.875rem;left:14.812500953674rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrCQ2QHDzgaGwDRgaD97XwaH25xsUMNe { top:10.75rem;left:14.75rem;width:18.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC2dIlaiNX2tz5aUDrpTKDkaXSJQbckM { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/g5a5mR9q/Test_1_m_c_.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.13); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.13); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJFvB8T9wKoXiEZc31kRZZK4KMNWTdTw { width:20rem;height:21.375rem;top:37.750000953674rem;left:0rem;z-index:14997;background-color:rgba(187,169,141,0.95);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GIrQcCqrQWhbiXJTbGTAkLPB9T7wr4ti { width:20rem;height:5.1875rem;top:33.500000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT8IzhIcqLf5BAXPRr5nodB64EqPemTs { width:18.875rem;height:3.375rem;top:34.4375rem;left:0.5625rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv50y8QIBNAOQbQflfhV1fmsndVQnOMl { width:20rem;height:1.462675rem;top:14.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue9s8CAelRMq0Op5u0zDsvVGofN7OzVa { width:18.875rem;height:2.923825rem;top:16.5rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HSpVLl5KV72VHlw2H4eTuBtmOGH594ml { width:20rem;height:18.125rem;top:12.8125rem;left:0rem;background-color:rgba(27,20,9,0.57);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tdt6Pu7P51pJmGcKrQd9Sh6nLd09fQK0 { width:19.6875rem;height:0;top:13.125rem;left:0.28125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RsVMLbhSOK2ryCbKc1A7WL4MqBVwZpcF { width:18.1875rem;height:4.19824375rem;top:24.875001907349rem;left:0.90625005960463rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #APNCOhJEPQ1TgSv2aRuAMuuB1WclZ5Zn { width:2.25rem;height:2.25rem;top:20.625rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehvI9Rf2X8fly9duso74kmgpyC4eJHm8 { width:20rem;height:9.18456875rem;top:0.52734375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SqxTdWbCOTqkrl5P2mPivTbKgrAWL4bC { width:20rem;height:8.75rem;top:2.4085938930511rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-text {padding-top: 0; padding-bottom: 0;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-select {padding-top: 0; padding-bottom: 0;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden;height:2.8125rem; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-container:first-of-type{padding-top:0;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .widget-container:last-of-type{padding-bottom:0;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd  { width:17.5rem;height:auto;top:39.150000572204rem;left:0rem; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd {display:block;}#JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd { width:17.5rem;height:auto;top:39.150000572204rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #qBTZDtfSWaK83qeCVnGRFHFI8gG5aB7R {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #bFAob5t3AQoK9HyuvzBXpFt7bsfotrai { display:block; }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #A9r2N5aNtHF5ACqbsVGze67dQE6BXPD6 {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #CC5TCNsGihk7mocZey0DLcVMvD3TyOi7 {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #yK8lP6wqt4li2plMe0yuVl8Z0cCUPyRO { display:block; }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #MCo7eVRuseJd7rVv4fnqe0BdDFK9pLiv {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #ChTVZe0ed0vdJ3DveBWP9M9TREbA8BIy {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #gE18Onf4LzOr0QdQ5DK6DyEiGxw3wybh {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #QPHAStw9BHbDVN5VUyt5ST4TgUKTpewQ {  }
 }@media only screen and (max-width: 763px) { #ayrLykc9qTN8MX4kproep8ePXMkreEE1 { display:block; }
 }@media only screen and (max-width: 763px) { #FWwH9hDevVDye0yI1S8foiApRTiHvcNF { display:block; }
 }@media only screen and (max-width: 763px) { #HpAvhJ7GGqlRWfRfJESeAbKgZrko5uG4 { display:block; }
 }@media only screen and (max-width: 763px) { #iZxJ6mbtmoKxJOGDhGKH9zpKh17nBVQy { display:block; }
 }@media only screen and (max-width: 763px) { #vINi91toI7iwyknPXTX92Maua9IvWUmu { display:block; }
 }@media only screen and (max-width: 763px) { #GLrBsKlqofGqruOAPs39EPH0vAwwrmxT { display:block; }
 }@media only screen and (max-width: 763px) { #hEuGuMaGV586wPL63AhxN4RyNofkZ0Nw { display:block; }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #E4eSq0tGUvpWqvI6PSM8grecUwGfdRfT {  }
 }@media only screen and (max-width: 763px) { #JzhTcnCi3xQcbMyaCWHwhEZvV3vWC6Dd #rKPng0qAuulBvRpnq05N1uC6JrobNLAV {  }
 }@media only screen and (max-width: 763px) { #kebc10a0e731761d7a679c15eaca21ee7a738d02 { display:block; }#kebc10a0e731761d7a679c15eaca21ee7a738d02 > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K35f527f572cc26b136b7843ea83875e4561e2f4 { width:18.3125rem;height:3.8984375rem;top:1.8486328125rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #c2fd9f05bbda5acf5ce4e2d9d0049d259f7e2374 { width:18.1875rem;height:35.3125rem;top:14.6875rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #f3fc3abb3bc3d8dcdc7b795c907b5f54bbca4499 { width:13.625rem;height:1.3rem;top:20.5625rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a57d439089a3715f5e157117e166150e53108c6d { width:17.375rem;height:3.673825rem;top:22.6875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #d9e9f85085d40795a2689bffcca60c5690e90873 { width:16.875rem;height:6.12305rem;top:36.8125rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Z7522b2a744afa146533fdfa792958b39b1957c8 { width:13.625rem;height:1.3rem;top:34.5625rem;left:3.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1f555174c63c400cf96b913d13ec88a25063504 { width:18.375rem;height:6.12305rem;top:71.375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #T799de3afe043563b8c847f16bf7b40da8b8f7ba { width:13.625rem;height:1.3rem;top:68.8125rem;left:3.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lc7a7a8f77682f9575f85af7627ba04e92494b7f { width:18.375rem;height:7.34765625rem;top:53.5625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ad81c407fa662ff676cc5b6854d9876cd6f9df1e { width:13.625rem;height:1.3rem;top:50.5625rem;left:3.1875001192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0dbfaa331cb8a7cce78f1ce5d4e884c2071d4e4 { width:3.125rem;height:3.125rem;top:16.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baa3f8c98ed08ba70d5af91cfe3c2eb533f0c79d { width:3.125rem;height:3.125rem;top:30rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7aec27ca530936b9440133232bb5a6bb69e3af8 { width:3.125rem;height:3.125rem;top:64.3125rem;left:8.4375003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd0e328fd2d7451b5c6ced38f3f18a1d2bc0359c { width:2.875rem;height:2.75rem;top:46.5625rem;left:8.5625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #cb35a0ca94dfd20d0f2606aae177fcd0161bf46c { width:16.125rem;height:6.99706875rem;top:85.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #c690afd9a209a78209184d859395364bb4b998bf { width:17.9375rem;height:4.8984375rem;top:8rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #fb9ae2c18538a1a66385a92281a0753f4819a95d { width:3.5rem;height:3.5rem;top:81.125rem;left:8.2500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #eef0a82b85d083057c11a6b788bd444506abfd45 { width:19.5rem;height:1.3rem;top:86.375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c80d6f0caf3ec229eb0ca05911a28134701a1e1d { width:20rem;height:3.67383125rem;top:88.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ { background-color:transparent;background-image: -webkit-linear-gradient(98deg, #cccccc, #000000);background-image: -moz-linear-gradient(98deg, #cccccc, #000000);background-image: -ms-linear-gradient(98deg, #cccccc, #000000);background-image: -o-linear-gradient(98deg, #cccccc, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#000000' );";background-image: linear-gradient(98deg, #cccccc, #000000);background-size:cover !important;display:block; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container { background-color: transparent; background-image: none; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container > .video-iframe-container { display: none; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row > .video-iframe-container { display: none; }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .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); }#un4WT5SopoylZUnD1fBHy5R8mx0bzSIZ > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgcE0bRR0He1OkuCbl3PvRr8VFAnNld6 { width:20rem;height:3.736325rem;top:4.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KgfIuHoyf55hcOvRNZsphrGbhRfJDlVr { width:19.5625rem;height:12.598625rem;top:26.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #B7VJBWefWn8Z3nhrtm8IoFOpCPlCntXb { width:19.6875rem;height:2.11230625rem;top:41.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vf8Kvpzna2dtsBoFpGqiiwbyxoPzbWss { width:20rem;height:42.5625rem;top:2.5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #p4pByKcFdgPhPvZX5uVAyEKvnvPM6qOW { width:18.875rem;height:13.75rem;top:9.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIdERgF6RUCL6N9L5tdLImDn2h3noQbT { width:12.3125rem;height:2.875rem;top:45.8125rem;left:3.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mHRPcBTDIi8gZBTNidN20KxpRfFKPfSK { display:block; }
 }@media only screen and (max-width: 763px) { #Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 { display:block; }#Q7d30d6ca99180347b1a81a7b73eade8dcb7f295 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x00a1e69ee61cdc9b53daca74f98b649d50eb5b5 { width:20rem;height:1.7875rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #c7c3b80dd4bd0aeb14f8781065acb64a9897a65b { display:block; }#c7c3b80dd4bd0aeb14f8781065acb64a9897a65b > .row .container { width:20rem;height:84.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A14a793e2d239f3b4384aa15e0c197e548b7a95c { width:13rem;height:9.75rem;top:2.5rem;left:3.4999998807907rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/z7hjjCWP/Temi_c.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#A14a793e2d239f3b4384aa15e0c197e548b7a95c.adaptive-delivery-prevent-bg, #A14a793e2d239f3b4384aa15e0c197e548b7a95c.lazyload, #A14a793e2d239f3b4384aa15e0c197e548b7a95c.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Qfbb5c804315cedab14e49ce365d319f342af833 { width:12.8125rem;height:6.9970625rem;top:16.1259765625rem;left:3.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe5378736b72d2ee42f41ca16691c29b5ea35196 { width:20rem;height:1.3rem;top:13.637493133545rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t796115c7cc9d22613a3aa8f16b4a7ab322da9b5 { width:13.6875rem;height:25rem;top:57.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q44692b85bff8a8b656115bdb962894719c648f2 { width:12.5625rem;height:9.795875rem;top:71.1875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fc106037a3417447711e1864b8127ea75f96ffba { width:20rem;height:1.3rem;top:68.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6169016d0668c85131df002e96b8ccce8261f8e { width:12.625rem;height:5.59765625rem;top:43.75rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c503ccade6b491944e9dedbf857fe875809d6eb9 { width:20rem;height:1.3rem;top:41.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bae17940ae20c1747df0cdd60aa79f97af8db85e { width:13rem;height:9.75rem;top:30.3125rem;left:3.5rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/3Nm9BDz0/Edison_Grace.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bae17940ae20c1747df0cdd60aa79f97af8db85e.adaptive-delivery-prevent-bg, #bae17940ae20c1747df0cdd60aa79f97af8db85e.lazyload, #bae17940ae20c1747df0cdd60aa79f97af8db85e.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #e7467e81fe9c6f11768f7b57006c59c99374011c { width:13.6875rem;height:25rem;top:29.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efb50637ad6bcff6d25f3941309b7b2cc45d7724 { width:13rem;height:9.75rem;top:57.812508583069rem;left:3.4999998807907rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XTudhPXp/2021_8_24_10.11.32.949.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#efb50637ad6bcff6d25f3941309b7b2cc45d7724.adaptive-delivery-prevent-bg, #efb50637ad6bcff6d25f3941309b7b2cc45d7724.lazyload, #efb50637ad6bcff6d25f3941309b7b2cc45d7724.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k3bd8fcb5f9376787077559abb7db940f20123f1 { width:13.6875rem;height:25rem;top:2.1875rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ { position:relative;z-index:auto;background-color:#2a200f;background-image:none;display:block; }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row .container { background-color: transparent; background-image: none; }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row .container > .video-iframe-container { display: none; }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row > .video-iframe-container { display: none; }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .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); }#WGMamfz2zolRyaACGE4yRdBU5KX6xHJQ > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kEGW1WaKk6FOhN1ox4QPKAeorMgwEWIr { width:20rem;height:3.89941875rem;top:7.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4LUmMTISs1N1ShBolJxDencZuivR5KN { width:1.875rem;height:1.875rem;top:3.875rem;left:9.0625rem;display:block; }
#X4LUmMTISs1N1ShBolJxDencZuivR5KN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #nCpLGxFeP9bmKghO1UdBoRvnfaoEuIbC { width:18.125rem;height:1.13736875rem;top:1.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrCQ2QHDzgaGwDRgaD97XwaH25xsUMNe { top:12.4375rem;left:0.875rem;width:18.25rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC2dIlaiNX2tz5aUDrpTKDkaXSJQbckM { display:block; }
 }