.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,244,217;--color-primary-1:255,219,128;--color-primary-2:255,182,0;--color-primary-3:128,91,0;--color-primary-4:38,27,0;--color-secondary-0:252,237,246;--color-secondary-1:246,195,224;--color-secondary-2:236,135,192;--color-secondary-3:118,68,96;--color-secondary-4:35,20,29;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:148,149,150;--color-tertiary-3:89,89,90;--color-tertiary-4:0,0,0;--headlines-font-family:"Times New Roman";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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); }#LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM > .row .container { background-color: transparent; background-image: none; }#LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM > .row .container > .video-iframe-container { display: none; }#LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM > .row > .video-iframe-container { display: none; }#LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM > .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); }#LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM > .row .container { border-width: 0; border-radius: 0; }#LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:60rem;position:relative;display:block; }#KX0Dz8E4qfppgOCLWNknSBIZkCnL14rr { color:#434a54;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.4375rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#URqtIky7v5nrA0nbWTQdEt5UoQCoxHaX { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:0.5625rem;left:51.8125rem;display:block; }
#zKBBs7ZktHW7bF04DQMeortECZOsApVe { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:0.5625rem;left:54.75rem;display:block; }
#oxUTnc6aVg2HnZGceVvkisJQAl47zdIM { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:2.1875rem;width:2.1875rem;top:0.5625rem;left:57.8125rem;display:block; }
#dIIz2wdShiNy3gFcpWUOAtXIxi12kSwg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:1.03125rem;left:52.28125rem; }
#nT86TWhuxFUX4tHhfaDgHDTvP7CUcFaA { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:1.03125rem;left:55.21875rem; }
#yIIrW1Af7Lb9uPRTlD9LlnV1uuzrGDkS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:1.03125rem;left:58.28125rem; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a45d18cb-3776-4bcf-9243-162e977f3127/YellowBlueBoldModernCityVlogYouTubeThumbnail.gif");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-4),0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#Myd3b9ZH1M6e9AtqCCtdXfKeIrxUSo26 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.8125rem;left:19.75rem;display:block; }
#CBve268DrdGS3BXMO5yEO0Ma5CTCD1gN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { background-color: transparent; background-image: none; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container > .video-iframe-container { display: none; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row > .video-iframe-container { display: none; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .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); }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { border-width: 0; border-radius: 0; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#wkbi5DIbifg0tLO8G1ZAVF6E9AvtLBuE { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Mer6FOdd/02.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:34.375rem;top:7.75rem;left:0rem;display:block; }#wkbi5DIbifg0tLO8G1ZAVF6E9AvtLBuE.adaptive-delivery-prevent-bg, #wkbi5DIbifg0tLO8G1ZAVF6E9AvtLBuE.lazyload, #wkbi5DIbifg0tLO8G1ZAVF6E9AvtLBuE.lazyloading { background-image: none; }
#dMaTg0cmn7yUetbBMnsylGsRc1wq7RaB { color:rgba(var(--color-primary-2),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.1875rem;left:35.8125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sevDmxOmTKBGDCOZ9qIpwW4XSgOLMU59 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:ubuntu;font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:13.25rem;left:35.875rem;height:2.6125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c7qaIx95K7F68dMKRJ7ytAtz0TNvkvmn { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:0.3125rem;top:16.84375rem;left:35.812501907349rem;display:block; }
#p6r1JRT1HsdsnXDWiUz0D5Vr6UP5TDy4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:25.987499237061rem;left:35.812501907349rem;display:block; }
#ptRFZ4LvPsATVNuPf0eGaxXKd0mJgN7t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PJ34mREKMo8d3N4cfb1caWIz8SaGwrb0 { color:rgba(var(--color-tertiary-2),1);display:block;width:23.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.6875rem;left:36.875rem;height:6.499rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc { 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/1k22UwRg95g/unsplash/ralph-darabos-1k22UwRg95g-photo-1572283046480-e990be92d301.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; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc.adaptive-delivery-prevent-bg, #RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc.lazyload, #RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc.lazyloading { background-image: none; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container { background-color: transparent; background-image: none; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container > .video-iframe-container { display: none; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row > .video-iframe-container { display: none; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .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); }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container { border-width: 0; border-radius: 0; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:60rem;position:relative;display:block; }#nRkzmohM68C7kk7z5PKOylhx8BKNT3tH { color:rgba(var(--color-primary-2),1);display:block;width:24.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.0625002384186rem;left:2.46875rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ysiTdx3a5PIM2QMgdsDA9c7VSVfKTz0Q { color:rgba(var(--color-tertiary-0),1);display:block;width:24.125rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:8.1875002384187rem;left:2.5rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FVfLJFHXWXQ9Cq1MhIyZDMnndi6TKBU2 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.375000476837rem;left:2.46875rem;height:11.69825625rem;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; }
#Dg3exoE835L39mEmTMdcUdTWCvIVrFiy { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ef623f7d-b1f7-4d46-a74a-4a2a0afdd30e/Screenshot20251013152128.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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:19.25rem;width:14.1875rem;top:6rem;left:28.375rem;display:block; }#Dg3exoE835L39mEmTMdcUdTWCvIVrFiy.adaptive-delivery-prevent-bg, #Dg3exoE835L39mEmTMdcUdTWCvIVrFiy.lazyload, #Dg3exoE835L39mEmTMdcUdTWCvIVrFiy.lazyloading { background-image: none; }
#ZKPLA62hwE0R30ezG3Xoz7svAID7Czki { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2239876c-7683-4c57-95c6-90985e6f5c70/4.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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:19.25rem;width:14.1875rem;top:6rem;left:43.4375rem;display:block; }#ZKPLA62hwE0R30ezG3Xoz7svAID7Czki.adaptive-delivery-prevent-bg, #ZKPLA62hwE0R30ezG3Xoz7svAID7Czki.lazyload, #ZKPLA62hwE0R30ezG3Xoz7svAID7Czki.lazyloading { background-image: none; }
#gHKRKcTkUaqIJQOImkJhp1QyGnlRKg2T { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:1.6875rem;top:25.25rem;left:28.375rem;display:block; }
#tOCNgHGavXfJGKVbTipAvOGaoDXg1rWP { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:1.6875rem;top:25.25rem;left:30.0625rem;display:block; }
#oRJXTDmQOUISCvMiV11JQpVeCiHhHnAg { position:absolute;display:block;z-index:15012;background-color:#4fc2e9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:1.6875rem;top:25.25rem;left:31.6875rem;display:block; }
#vuqCTXzT36rJ6SBb1pUXu6Gf4GSMqI61 { position:absolute;display:block;z-index:15015;background-color:#4fc2e9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:1.6875rem;top:5.75rem;left:56rem;display:block; }
#ew40SsahMwqTEA8GuFTSq9AWamRU88Uf { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:1.6875rem;top:5.75rem;left:54.375rem;display:block; }
#BPVaGqnW1URg2hRAk62bZEKnk9LnfGKy { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:1.6875rem;top:5.75rem;left:52.6875rem;display:block; }
#todBAVUbxrht8eqUs6v4UMQwCqn7hHfs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#todBAVUbxrht8eqUs6v4UMQwCqn7hHfs > .row .container { background-color: transparent; background-image: none; }#todBAVUbxrht8eqUs6v4UMQwCqn7hHfs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#todBAVUbxrht8eqUs6v4UMQwCqn7hHfs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#todBAVUbxrht8eqUs6v4UMQwCqn7hHfs > .row .container > .video-iframe-container { display: none; }#todBAVUbxrht8eqUs6v4UMQwCqn7hHfs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#todBAVUbxrht8eqUs6v4UMQwCqn7hHfs > .row > .video-iframe-container { display: none; }#todBAVUbxrht8eqUs6v4UMQwCqn7hHfs > .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); }#todBAVUbxrht8eqUs6v4UMQwCqn7hHfs > .row .container { border-width: 0; border-radius: 0; }#todBAVUbxrht8eqUs6v4UMQwCqn7hHfs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#todBAVUbxrht8eqUs6v4UMQwCqn7hHfs > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#TUDEbMHmmd9s5lRhPgIqu7ITKdTSCx9G { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CNx7vCBBDCh4XUrNzoK7R8kaNFJavrcC { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#TNDvXoANV3BoKtVm1ZAar5t3t9WCqTEC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#OK06hCWRP0FGnFs8KFraMSFaeuU9aisu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OK06hCWRP0FGnFs8KFraMSFaeuU9aisu > .row .container { background-color: transparent; background-image: none; }#OK06hCWRP0FGnFs8KFraMSFaeuU9aisu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OK06hCWRP0FGnFs8KFraMSFaeuU9aisu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OK06hCWRP0FGnFs8KFraMSFaeuU9aisu > .row .container > .video-iframe-container { display: none; }#OK06hCWRP0FGnFs8KFraMSFaeuU9aisu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OK06hCWRP0FGnFs8KFraMSFaeuU9aisu > .row > .video-iframe-container { display: none; }#OK06hCWRP0FGnFs8KFraMSFaeuU9aisu > .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); }#OK06hCWRP0FGnFs8KFraMSFaeuU9aisu > .row .container { border-width: 0; border-radius: 0; }#OK06hCWRP0FGnFs8KFraMSFaeuU9aisu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OK06hCWRP0FGnFs8KFraMSFaeuU9aisu > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:60rem;position:relative;display:block; }#OD26ym6ZQcr88CzrF2luG2hT5XndP2CH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#OSUdhcdpstwCCUVy7huk8VmwhWaIarwJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:19.6875rem;top:0rem;left:20.15625rem;overflow:hidden;display:block; }
#KuhziAbx2Hwp6abbBTBVrzgqCLf4XRrP { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:19.6875rem;top:0rem;left:40.25rem;overflow:hidden;display:block; }
#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/241ddfac-d480-42fc-addb-4bc0181cba5a/8f3142cea8ff769ec96bc9b2c7b0b9ae.jpg");background-position:bottom right !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; }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz.adaptive-delivery-prevent-bg, #QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz.lazyload, #QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz.lazyloading { background-image: none; }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz > .row .container { background-color: transparent; background-image: none; }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.72); }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz > .row .container > .video-iframe-container { display: none; }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.72); }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz > .row > .video-iframe-container { display: none; }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz > .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); }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz > .row .container { border-width: 0; border-radius: 0; }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz::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; }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#mD4vGDb5Rv306XuLpKeQGgnImkWM7WL0 { position:absolute;display:block;z-index:15008;background-color:#333333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:4.9375rem;left:0rem;display:block; }
#UHAdklMtqZwGvSutR22mCkG2orxGPrRp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:7.875rem;left:2.8125rem;height:4.3984375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#J1l1sMoSNJwnzE7cMdrrQhHuLlTE8Euz { 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:18.125rem;width:32.25rem;top:4.9375rem;left:16.75rem;overflow:hidden;display:block; }
#r8vTwvVmwOwZMTTO9xItNM9TpgzFTzns { position:absolute;display:block;z-index:15012;border-top:1.25rem solid rgba(var(--color-tertiary-4),1);border-left:1.25rem solid rgba(var(--color-tertiary-4),1);border-right:1.25rem solid rgba(var(--color-tertiary-4),1);border-bottom:1.25rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:16.625rem;width:25rem;top:12.75rem;left:27.625rem;overflow:hidden;display:block; }
#IgfVfppXIqwUZrk7316of8gTiZkfkhl5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.625rem;width:26.0625rem;top:30.5rem;left:18.3125rem;overflow:hidden;display:block; }
#GCLHAS10iyuRAukAkJUTkXgOT6HCB2cK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:16.625rem;top:24.625rem;left:0rem;overflow:hidden;display:block; }
#mT0r6rZQDXTq3nr4q2OMn39a9FqgDPMo { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.3125rem;width:16.625rem;top:35.75rem;left:0rem;overflow:hidden;display:block; }
#PTwpXufXkVQDVuI8u9MJnJhVkh9O3CZw { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:9.6875rem;top:12.75rem;left:2.8125rem;display:block; }
#El0wH2m1nV1Wm5o4RCGNVVGNv7secO5J { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.862499952316rem;left:2.8125rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 > .row .container { background-color: transparent; background-image: none; }#lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 > .row .container > .video-iframe-container { display: none; }#lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 > .row > .video-iframe-container { display: none; }#lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 > .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); }#lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 > .row .container { border-width: 0; border-radius: 0; }#lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:60rem;position:relative;display:block; }#SXfmTpxJeWtnWPGVJMfU4utCWvrh9TzS { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/85b58b6c-341e-4e5e-adcc-dbbf5b797771/MetallicFoilLogoMockUp.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:0.6875rem;left:0rem;display:block; }#SXfmTpxJeWtnWPGVJMfU4utCWvrh9TzS.adaptive-delivery-prevent-bg, #SXfmTpxJeWtnWPGVJMfU4utCWvrh9TzS.lazyload, #SXfmTpxJeWtnWPGVJMfU4utCWvrh9TzS.lazyloading { background-image: none; }
#COxZz3MWFoRin9KqS7oUHQ97igP0Ii2Z { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f4068d04-8288-4b40-8774-9c3dab9e2cab/RubberStampPSDMockUp4.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:28.625rem;left:40.25rem;display:block; }#COxZz3MWFoRin9KqS7oUHQ97igP0Ii2Z.adaptive-delivery-prevent-bg, #COxZz3MWFoRin9KqS7oUHQ97igP0Ii2Z.lazyload, #COxZz3MWFoRin9KqS7oUHQ97igP0Ii2Z.lazyloading { background-image: none; }
#Nl5Q93X2IZJs89HcFQAie4dfqqTE9fGt { color:rgba(var(--color-tertiary-1),1);display:block;width:16.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:15.875rem;left:42.093751907349rem;height:1.575rem;font-style:normal;display:block; }
#ThpOVCU9Pv0PU9VnmSSPHeChQcr0tQST { color:rgba(var(--color-tertiary-1),1);display:block;width:16.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:18rem;left:42.125rem;height:5.59765625rem;font-style:normal;display:block; }
#G6IAVr3TVJKvqzyty1qJcVLDwszzOPZU { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/383ec7ff-5141-4e26-9ab4-201e9ee4c1ed/Construction_Fence_Mockup_1.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:0.6875rem;left:20.1875rem;display:block; }#G6IAVr3TVJKvqzyty1qJcVLDwszzOPZU.adaptive-delivery-prevent-bg, #G6IAVr3TVJKvqzyty1qJcVLDwszzOPZU.lazyload, #G6IAVr3TVJKvqzyty1qJcVLDwszzOPZU.lazyloading { background-image: none; }
#G1LVTzKlT4GqKInNDfwWV2mT04aonm9K { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1d8ca27c-9e39-447c-87ec-5ed38c15fa56/Right.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:14.625rem;left:0rem;display:block; }#G1LVTzKlT4GqKInNDfwWV2mT04aonm9K.adaptive-delivery-prevent-bg, #G1LVTzKlT4GqKInNDfwWV2mT04aonm9K.lazyload, #G1LVTzKlT4GqKInNDfwWV2mT04aonm9K.lazyloading { background-image: none; }
#zW102cMTfB6mepTZgk0l4Jf4BLLzfpgM { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/45611426-cf5b-4019-927a-7f1c159b784e/HM_CONSTRUCTION_035_Free.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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.625rem;width:19.75rem;top:14.625rem;left:20.1875rem;display:block; }#zW102cMTfB6mepTZgk0l4Jf4BLLzfpgM.adaptive-delivery-prevent-bg, #zW102cMTfB6mepTZgk0l4Jf4BLLzfpgM.lazyload, #zW102cMTfB6mepTZgk0l4Jf4BLLzfpgM.lazyloading { background-image: none; }
#ZD9zTgTfMHKTs5h6vi266lkTQBwNblhU { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cb7102c7-c49d-452e-b45d-fb049451b587/1.png");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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:28.625rem;left:0rem;display:block; }#ZD9zTgTfMHKTs5h6vi266lkTQBwNblhU.adaptive-delivery-prevent-bg, #ZD9zTgTfMHKTs5h6vi266lkTQBwNblhU.lazyload, #ZD9zTgTfMHKTs5h6vi266lkTQBwNblhU.lazyloading { background-image: none; }
#bhIWao9DDPvksV3ovGuD21XFdmggdJKz { position:absolute;display:block;z-index:15011;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.6875rem;top:3.75rem;left:38.458333333333rem;display:block; }
#AXR3PMqCq6cdHWMWXWIUShA18GoplCIJ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:5.4750013351441rem;left:42.125001907349rem;height:3.986325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#a0zUfKVlJStEZV1zHlV8ZWlrJfueJFU2 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.8500013351437rem;left:42.125001907349rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dASMPVkt7ZU325kgzzMhQoMkuoL1udcf { position:absolute;display:block;z-index:15008;background-color:#333333;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:4.9375rem;left:0rem;display:none; }
#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/h8ZvH1Nf7Bk/unsplash/osman-rana-h8ZvH1Nf7Bk-photo-1494122353634-c310f45a6d3c.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG.adaptive-delivery-prevent-bg, #HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG.lazyload, #HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG.lazyloading { background-image: none; }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG > .row .container { background-color: transparent; background-image: none; }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.63); }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG > .row .container > .video-iframe-container { display: none; }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(12,12,12,0.63); }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG > .row > .video-iframe-container { display: none; }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG > .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); }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG > .row .container { border-width: 0; border-radius: 0; }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG::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; }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG > .row .container { font-size:0.875rem;font-family:arial;height:52.75rem;width:60rem;position:relative;display:block; }#xrJGJGLTJoCctseKzptopcfTfmzq7SfW { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:2.8125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:9.625rem;left:0rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#No70HBOt25uxoalVOy8FmHLUk9p5CmBI { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0.0625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCV4RhTIeiutOy1vdpyfGfkc1DliOV8l { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:45.187501907349rem;left:22.281251907349rem;display:block; }
#pu0QiF9ALO8Hm5VkAdPQTSQlrfPnViCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tpvcRNbTIacATIcltUEO8xPT0I70EdsA { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:33.625rem;left:20.0625rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXFHrLnrfgp1uEa5scsXUBuSwFylAmKh { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:33.625rem;left:40.0625rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#thJMzIiRe2FrE8WVcAreT9roCIlXAC2C { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:31.5rem;left:20rem;height:1.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nCsqEg3Dwcs5G1NdJrb54Va6NZwrn9hR { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:31.5rem;left:40rem;height:1.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gVc2LRlMqB4AD92IyFio8LsduymHmzg3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.1;letter-spacing:0;top:28.5625rem;left:20rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFZ4UBqsewWSJZQPP4msd7mdrxGwmBT1 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:28.5625rem;left:40rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJqxRW4DV8d1CWbbmK6Uat2moQqNFglz { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:28.5625rem;left:0rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XlC2H3axk2enqGFuxuJqKGCbDpQiQ5AI { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:33.625rem;left:0.0625rem;height:6.499rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RmAP344UGGAlfOq0IwwRCJ8LRCbrrExN { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:31.5rem;left:0rem;height:1.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W6iUGlykXxaOX8VJkLETnTM61iMeS0Rw { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/bdbcfd60-9be0-4074-bf3f-370d26ab3a54/a9f4936d8820eee8ef00d5d74264f0ce.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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:10.25rem;width:19rem;top:15.8125rem;left:0.5rem;display:block; }#W6iUGlykXxaOX8VJkLETnTM61iMeS0Rw.adaptive-delivery-prevent-bg, #W6iUGlykXxaOX8VJkLETnTM61iMeS0Rw.lazyload, #W6iUGlykXxaOX8VJkLETnTM61iMeS0Rw.lazyloading { background-image: none; }
#kgZvNZg4ps0AygLc6VWS9RmRipb8zea3 { position:absolute;display:block;z-index:15004;background-color:#4fc2e9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:26.0625rem;left:13.25rem;display:block; }
#A9ihQQXp9HkIoRx3Bn6Dl82QITGR0ii5 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:26.0625rem;left:20.5rem;display:block; }
#SNrhFARkUe4yEPMP8xxWWV2cQs3EKQxX { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.5625rem;top:26.0625rem;left:26.75rem;display:block; }
#MfbQgaEDtZRNsVgIgmxsvUAJg0GmBKBn { position:absolute;display:block;z-index:15013;background-color:#4fc2e9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:26.0625rem;left:33.25rem;display:block; }
#Cl1nVO6ylAQKBJoCW3g9EJMoe34pz0P8 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/04be7df2-ac73-4a63-b452-17aa65c72e00/gradientblackfridayinstagrampostscollection_5268396595.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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:10.25rem;width:19rem;top:15.8125rem;left:20.5rem;display:block; }#Cl1nVO6ylAQKBJoCW3g9EJMoe34pz0P8.adaptive-delivery-prevent-bg, #Cl1nVO6ylAQKBJoCW3g9EJMoe34pz0P8.lazyload, #Cl1nVO6ylAQKBJoCW3g9EJMoe34pz0P8.lazyloading { background-image: none; }
#rF5SkdCzKq8f4VZATNHTqPnH4sx5mtPN { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:26.0625rem;left:40.5rem;display:block; }
#JJG2ETviIVlSvcluOmPWfCNKmFpLqm3A { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.5625rem;top:26.0625rem;left:46.75rem;display:block; }
#tArhrmAurwmXothrM3LriTSTP3P2U7yL { position:absolute;display:block;z-index:15022;background-color:#4fc2e9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:26.0625rem;left:53.25rem;display:block; }
#HHexc1WW7TKkNJcvdx52AV49EXrOSIM9 { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f8eef208-d847-444b-a8b9-2bf409a75ed2/istockphoto1355782331612x612.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !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:10.25rem;width:19rem;top:15.8125rem;left:40.5rem;display:block; }#HHexc1WW7TKkNJcvdx52AV49EXrOSIM9.adaptive-delivery-prevent-bg, #HHexc1WW7TKkNJcvdx52AV49EXrOSIM9.lazyload, #HHexc1WW7TKkNJcvdx52AV49EXrOSIM9.lazyloading { background-image: none; }
#TsTm2bhh9RPwBoq5yK3fxutSVTuNlTu4 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.25rem;top:26.0625rem;left:0.5rem;display:block; }
#dSiRvfev4oeO0SbQucZPuKIzHqrCvwcT { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:6.5625rem;top:26.0625rem;left:6.75rem;display:block; }
#QcecuTi3Gsz7KIACweegFc1oKhgsluH7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/80-IGI1mr24/unsplash/frederico-almeida-80-IGI1mr24-photo-1512386923336-1440f4afe1d9.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; }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7.adaptive-delivery-prevent-bg, #QcecuTi3Gsz7KIACweegFc1oKhgsluH7.lazyload, #QcecuTi3Gsz7KIACweegFc1oKhgsluH7.lazyloading { background-image: none; }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7 > .row .container { background-color: transparent; background-image: none; }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7 > .row .container > .video-iframe-container { display: none; }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.74); }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7 > .row > .video-iframe-container { display: none; }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7 > .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); }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7 > .row .container { border-width: 0; border-radius: 0; }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7::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; }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7 > .row .container { font-size:0.875rem;font-family:arial;height:38.6875rem;width:60rem;position:relative;display:block; }#iNp8BMpWlbQ3hutQ8Em6TR6t4OOt37MR { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XMmb6QE1ZzsH8Pn2TArl2ff6cvzx9me0 { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:6.25rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:15.875000357628rem;left:0rem;height:13.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-form-header {  }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-text {padding-top: 0; padding-bottom: 0;}#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:23rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-select {padding-top: 0; padding-bottom: 0;}#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:23rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .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";line-height:1.3;font-size:0.6875rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:21.8125rem;overflow:hidden;font-style:normal; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-container:first-of-type{padding-top:0;}#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-container:last-of-type{padding-bottom:0;}#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm  { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:34.500001907349rem;top:6.0749998092651rem;z-index:15009;position:absolute; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem;display:block;vertical-align:top; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm {display:block;}#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(var(--color-tertiary-4),0.15) ;left:34.500001907349rem;top:6.0749998092651rem;z-index:15009;position:absolute; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #C8QmoSegAtyT7Wa2SXBI7oCLO4Cvhty3 { position:relative; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #ahF4vhVVwDxRhXlaWbc1MHZP8bt4bGmq { position:relative;display:block; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #db0QnqrRFQVISATRF87P6FInbXwagIk3 { position:relative; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #iFM8RueANge6fCFkHg0uNnrnKlxmIThI { position:relative; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #QroPWXJTnwOMpkCwtNRsVqNEWk6Z1FJo { position:relative;display:block; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #cSsnAs0otC0tRtU2XD4UqsQMUoWZotA5 { position:relative; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #hsFSBJrsof7UKh3PcoSAslnzuoEKVni7 { position:relative; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #UZDFznTaobB4DAHFubWCiTtmsUHU3vAr { position:relative;display:block; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #bCaIzxPPdUlGvB5pdv1c9dhIW6lvlb6Z { position:relative; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #ILe8PmWH46odZmDNWdZcIVVFFfgV8rTF { position:relative; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #xfJuI2tJ6Xxw235bDu5fC34pwpthV9X4 { position:relative;display:block; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #uy3TxwGsmZDufiK0JxxtpelysChlxlQT { position:relative; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #XioxKMxvOZCUAdEHTksSIZOqLGaqUDgv { position:relative; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #xlTD8L5iTzWDMMO4d9mNizSKxftzQz20 { position:relative;z-index:2; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #XTUFHcUmm6DCPCRl0FKtmb1ITttSQQT2 { position:relative; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #V2FnTHXCol3GqyPBvFGFi0gT6TvlvNd8 { position:relative; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #srTl7XnplZV2ugm4p2mTgIaE2a4aUMCr { position:relative; }
#yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN > .row .container { background-color: transparent; background-image: none; }#yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN > .row .container > .video-iframe-container { display: none; }#yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN > .row > .video-iframe-container { display: none; }#yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN > .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); }#yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN > .row .container { border-width: 0; border-radius: 0; }#yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#ISkKB2mlPs4LkFfsE0lgaztx0OEmsBoE { color:#793a4c;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.09375rem;left:42.8125rem;height:2.2734375rem;text-align:right;text-align-last:right;display:block; }
#QOfetk8zFqvh4ZwhaUBwUdRyEz2Ko1tc { color:#793a4c;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.09375rem;left:0rem;height:2.2734375rem;text-align:left;text-align-last:left;display:block; }
#RNhcOxNTgiqu7SURLnB8SGTw9dNQtaAw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:16.875rem;top:1.59375rem;left:21.562501907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM { display:block; }#LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KX0Dz8E4qfppgOCLWNknSBIZkCnL14rr { width:47.75rem;height:2.4375rem;top:0.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URqtIky7v5nrA0nbWTQdEt5UoQCoxHaX { width:2.1875rem;height:2.1875rem;top:0.5625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKBBs7ZktHW7bF04DQMeortECZOsApVe { width:2.1875rem;height:2.1875rem;top:0.5625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUTnc6aVg2HnZGceVvkisJQAl47zdIM { width:2.1875rem;height:2.1875rem;top:0.5625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIIz2wdShiNy3gFcpWUOAtXIxi12kSwg { width:1.25rem;height:1.25rem;top:1rem;left:46.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT86TWhuxFUX4tHhfaDgHDTvP7CUcFaA { width:1.25rem;height:1.25rem;top:1rem;left:46.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIIrW1Af7Lb9uPRTlD9LlnV1uuzrGDkS { width:1.25rem;height:1.25rem;top:1rem;left:46.5rem;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) { #Myd3b9ZH1M6e9AtqCCtdXfKeIrxUSo26 { width:20.5625rem;height:3.75rem;top:33.8125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBve268DrdGS3BXMO5yEO0Ma5CTCD1gN { display:block; }
 }@media only screen and (max-width: 763px) { #izWd19PSZK5DBgxivsB70OHtrcmrX5Ia { display:block; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkbi5DIbifg0tLO8G1ZAVF6E9AvtLBuE { width:34.375rem;height:21.9375rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMaTg0cmn7yUetbBMnsylGsRc1wq7RaB { width:24.1875rem;height:1.4375rem;top:11.1875rem;left:23.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sevDmxOmTKBGDCOZ9qIpwW4XSgOLMU59 { width:24.125rem;height:2.5625rem;top:13.25rem;left:23.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7qaIx95K7F68dMKRJ7ytAtz0TNvkvmn { width:0.3125rem;height:6.1875rem;top:16.8125rem;left:29.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6r1JRT1HsdsnXDWiUz0D5Vr6UP5TDy4 { width:13.8125rem;height:3.75rem;top:25.9375rem;left:29.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptRFZ4LvPsATVNuPf0eGaxXKd0mJgN7t { display:block; }
 }@media only screen and (max-width: 763px) { #PJ34mREKMo8d3N4cfb1caWIz8SaGwrb0 { width:23.125rem;height:7.75rem;top:16.6875rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc { display:block; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRkzmohM68C7kk7z5PKOylhx8BKNT3tH { width:24.1875rem;height:1.4375rem;top:6.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysiTdx3a5PIM2QMgdsDA9c7VSVfKTz0Q { width:24.125rem;height:1.6875rem;top:8.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVfLJFHXWXQ9Cq1MhIyZDMnndi6TKBU2 { width:22.75rem;height:11.6875rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg3exoE835L39mEmTMdcUdTWCvIVrFiy { width:14.1875rem;height:19.25rem;top:6rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKPLA62hwE0R30ezG3Xoz7svAID7Czki { width:14.1875rem;height:19.25rem;top:6rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHKRKcTkUaqIJQOImkJhp1QyGnlRKg2T { width:1.6875rem;height:0.3125rem;top:25.25rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOCNgHGavXfJGKVbTipAvOGaoDXg1rWP { width:1.6875rem;height:0.3125rem;top:25.25rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRJXTDmQOUISCvMiV11JQpVeCiHhHnAg { width:1.6875rem;height:0.3125rem;top:25.25rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuqCTXzT36rJ6SBb1pUXu6Gf4GSMqI61 { width:1.6875rem;height:0.3125rem;top:5.75rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew40SsahMwqTEA8GuFTSq9AWamRU88Uf { width:1.6875rem;height:0.3125rem;top:5.75rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPVaGqnW1URg2hRAk62bZEKnk9LnfGKy { width:1.6875rem;height:0.3125rem;top:5.75rem;left:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #todBAVUbxrht8eqUs6v4UMQwCqn7hHfs { display:block; }#todBAVUbxrht8eqUs6v4UMQwCqn7hHfs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUDEbMHmmd9s5lRhPgIqu7ITKdTSCx9G { width:19.6875rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNx7vCBBDCh4XUrNzoK7R8kaNFJavrcC { width:19.6875rem;height:11.0625rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNDvXoANV3BoKtVm1ZAar5t3t9WCqTEC { width:19.6875rem;height:11.0625rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK06hCWRP0FGnFs8KFraMSFaeuU9aisu { display:block; }#OK06hCWRP0FGnFs8KFraMSFaeuU9aisu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD26ym6ZQcr88CzrF2luG2hT5XndP2CH { width:19.6875rem;height:11.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSUdhcdpstwCCUVy7huk8VmwhWaIarwJ { width:19.6875rem;height:11.0625rem;top:0rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuhziAbx2Hwp6abbBTBVrzgqCLf4XRrP { width:19.6875rem;height:11.0625rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz { display:block; }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mD4vGDb5Rv306XuLpKeQGgnImkWM7WL0 { width:9.25rem;height:10.625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHAdklMtqZwGvSutR22mCkG2orxGPrRp { width:12.4375rem;height:4.375rem;top:7.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1l1sMoSNJwnzE7cMdrrQhHuLlTE8Euz { width:32.25rem;height:18.125rem;top:4.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8vTwvVmwOwZMTTO9xItNM9TpgzFTzns { width:25rem;height:16.625rem;top:12.75rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgfVfppXIqwUZrk7316of8gTiZkfkhl5 { width:26.0625rem;height:14.625rem;top:30.5rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCLHAS10iyuRAukAkJUTkXgOT6HCB2cK { width:16.625rem;height:9.3125rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT0r6rZQDXTq3nr4q2OMn39a9FqgDPMo { width:16.625rem;height:9.3125rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwpXufXkVQDVuI8u9MJnJhVkh9O3CZw { width:9.6875rem;height:0.25rem;top:12.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #El0wH2m1nV1Wm5o4RCGNVVGNv7secO5J { width:11.3125rem;height:1.3125rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 { display:block; }#lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXfmTpxJeWtnWPGVJMfU4utCWvrh9TzS { width:19.75rem;height:13.5625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COxZz3MWFoRin9KqS7oUHQ97igP0Ii2Z { width:19.75rem;height:13.625rem;top:28.625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl5Q93X2IZJs89HcFQAie4dfqqTE9fGt { width:16.5625rem;height:1.5625rem;top:15.875rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpOVCU9Pv0PU9VnmSSPHeChQcr0tQST { width:16.75rem;height:7rem;top:18rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6IAVr3TVJKvqzyty1qJcVLDwszzOPZU { top:0.6875rem;left:12rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1LVTzKlT4GqKInNDfwWV2mT04aonm9K { top:14.625rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW102cMTfB6mepTZgk0l4Jf4BLLzfpgM { top:14.625rem;left:12rem;width:19.75rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9zTgTfMHKTs5h6vi266lkTQBwNblhU { top:28.625rem;left:0rem;width:19.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhIWao9DDPvksV3ovGuD21XFdmggdJKz { top:3.75rem;left:26.125rem;width:7.6875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXR3PMqCq6cdHWMWXWIUShA18GoplCIJ { width:15.1875rem;height:3.9375rem;top:5.4375rem;left:31.812501907349rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0zUfKVlJStEZV1zHlV8ZWlrJfueJFU2 { width:11.3125rem;height:1.25rem;top:9.8125rem;left:31.812501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dASMPVkt7ZU325kgzzMhQoMkuoL1udcf { width:9.25rem;height:10.625rem;top:4.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG { display:block; }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrJGJGLTJoCctseKzptopcfTfmzq7SfW { width:47.75rem;height:3.0625rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #No70HBOt25uxoalVOy8FmHLUk9p5CmBI { width:47.75rem;height:2rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCV4RhTIeiutOy1vdpyfGfkc1DliOV8l { width:15.4375rem;height:3.75rem;top:45.1875rem;left:16.156251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu0QiF9ALO8Hm5VkAdPQTSQlrfPnViCT { display:block; }
 }@media only screen and (max-width: 763px) { #tpvcRNbTIacATIcltUEO8xPT0I70EdsA { width:19.9375rem;height:7.75rem;top:33.625rem;left:13.937501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXFHrLnrfgp1uEa5scsXUBuSwFylAmKh { width:19.9375rem;height:7.75rem;top:33.625rem;left:27.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thJMzIiRe2FrE8WVcAreT9roCIlXAC2C { width:20rem;height:1.0625rem;top:31.5rem;left:13.875001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCsqEg3Dwcs5G1NdJrb54Va6NZwrn9hR { width:20rem;height:1.0625rem;top:31.5rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVc2LRlMqB4AD92IyFio8LsduymHmzg3 { width:20rem;height:2.0625rem;top:28.5625rem;left:13.875001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFZ4UBqsewWSJZQPP4msd7mdrxGwmBT1 { width:20rem;height:2.0625rem;top:28.5625rem;left:27.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJqxRW4DV8d1CWbbmK6Uat2moQqNFglz { width:20rem;height:2.0625rem;top:28.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlC2H3axk2enqGFuxuJqKGCbDpQiQ5AI { width:19.9375rem;height:6.5rem;top:33.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmAP344UGGAlfOq0IwwRCJ8LRCbrrExN { width:20rem;height:1.0625rem;top:31.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6iUGlykXxaOX8VJkLETnTM61iMeS0Rw { width:19rem;height:10.25rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgZvNZg4ps0AygLc6VWS9RmRipb8zea3 { width:6.25rem;height:0.3125rem;top:26.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ihQQXp9HkIoRx3Bn6Dl82QITGR0ii5 { width:6.25rem;height:0.3125rem;top:26.0625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNrhFARkUe4yEPMP8xxWWV2cQs3EKQxX { width:6.5625rem;height:0.3125rem;top:26.0625rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfbQgaEDtZRNsVgIgmxsvUAJg0GmBKBn { width:6.25rem;height:0.3125rem;top:26.0625rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl1nVO6ylAQKBJoCW3g9EJMoe34pz0P8 { width:19rem;height:10.25rem;top:15.8125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF5SkdCzKq8f4VZATNHTqPnH4sx5mtPN { width:6.25rem;height:0.3125rem;top:26.0625rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJG2ETviIVlSvcluOmPWfCNKmFpLqm3A { width:6.5625rem;height:0.3125rem;top:26.0625rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tArhrmAurwmXothrM3LriTSTP3P2U7yL { width:6.25rem;height:0.3125rem;top:26.0625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHexc1WW7TKkNJcvdx52AV49EXrOSIM9 { width:19rem;height:10.25rem;top:15.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTm2bhh9RPwBoq5yK3fxutSVTuNlTu4 { width:6.25rem;height:0.3125rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSiRvfev4oeO0SbQucZPuKIzHqrCvwcT { width:6.5625rem;height:0.3125rem;top:26.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcecuTi3Gsz7KIACweegFc1oKhgsluH7 { display:block; }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNp8BMpWlbQ3hutQ8Em6TR6t4OOt37MR { width:47.75rem;height:2.4375rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMmb6QE1ZzsH8Pn2TArl2ff6cvzx9me0 { width:47.75rem;height:13.75rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-regular-label { display:block;width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-text {padding-top: 0; padding-bottom: 0;}#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-select {padding-top: 0; padding-bottom: 0;}#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-button { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm  { width:23rem;height:24rem;top:6.0625rem;left:22.25rem; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm {display:block;}#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm { width:23rem;height:24rem;top:6.0625rem;left:22.25rem; }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #C8QmoSegAtyT7Wa2SXBI7oCLO4Cvhty3 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #ahF4vhVVwDxRhXlaWbc1MHZP8bt4bGmq { display:block; }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #db0QnqrRFQVISATRF87P6FInbXwagIk3 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #iFM8RueANge6fCFkHg0uNnrnKlxmIThI {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #QroPWXJTnwOMpkCwtNRsVqNEWk6Z1FJo { display:block; }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #cSsnAs0otC0tRtU2XD4UqsQMUoWZotA5 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #hsFSBJrsof7UKh3PcoSAslnzuoEKVni7 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #UZDFznTaobB4DAHFubWCiTtmsUHU3vAr {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #bCaIzxPPdUlGvB5pdv1c9dhIW6lvlb6Z {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #ILe8PmWH46odZmDNWdZcIVVFFfgV8rTF {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #xfJuI2tJ6Xxw235bDu5fC34pwpthV9X4 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #uy3TxwGsmZDufiK0JxxtpelysChlxlQT {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #XioxKMxvOZCUAdEHTksSIZOqLGaqUDgv {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #xlTD8L5iTzWDMMO4d9mNizSKxftzQz20 { z-index:2; }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #XTUFHcUmm6DCPCRl0FKtmb1ITttSQQT2 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #V2FnTHXCol3GqyPBvFGFi0gT6TvlvNd8 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #srTl7XnplZV2ugm4p2mTgIaE2a4aUMCr {  }
 }@media only screen and (max-width: 763px) { #yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN { display:block; }#yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISkKB2mlPs4LkFfsE0lgaztx0OEmsBoE { top:2.0625rem;left:30.5625rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOfetk8zFqvh4ZwhaUBwUdRyEz2Ko1tc { top:2.0625rem;left:0rem;width:17.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNhcOxNTgiqu7SURLnB8SGTw9dNQtaAw { width:16.875rem;height:3.25rem;top:1.5625rem;left:15.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM { display:block; }#LuoHeZmMewKcOSa2MF7c92nIVP9OZXNM > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KX0Dz8E4qfppgOCLWNknSBIZkCnL14rr { width:19.625rem;height:2.1125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #URqtIky7v5nrA0nbWTQdEt5UoQCoxHaX { width:2.1875rem;height:2.1875rem;top:2.125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKBBs7ZktHW7bF04DQMeortECZOsApVe { width:2.1875rem;height:2.1875rem;top:2.125rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUTnc6aVg2HnZGceVvkisJQAl47zdIM { width:2.1875rem;height:2.1875rem;top:2.125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIIz2wdShiNy3gFcpWUOAtXIxi12kSwg { width:1.25rem;height:1.25rem;top:2.5625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT86TWhuxFUX4tHhfaDgHDTvP7CUcFaA { width:1.25rem;height:1.25rem;top:2.5625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIIrW1Af7Lb9uPRTlD9LlnV1uuzrGDkS { width:1.25rem;height:1.25rem;top:2.5625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a45d18cb-3776-4bcf-9243-162e977f3127/YellowBlueBoldModernCityVlogYouTubeThumbnail.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:13.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Myd3b9ZH1M6e9AtqCCtdXfKeIrxUSo26 { width:12.9375rem;height:2.5625rem;top:9.625rem;left:3.5312500596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBve268DrdGS3BXMO5yEO0Ma5CTCD1gN { display:block; }
 }@media only screen and (max-width: 763px) { #izWd19PSZK5DBgxivsB70OHtrcmrX5Ia { display:block; }#izWd19PSZK5DBgxivsB70OHtrcmrX5Ia > .row .container { width:20rem;height:31.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wkbi5DIbifg0tLO8G1ZAVF6E9AvtLBuE { width:17.6875rem;height:10.625rem;top:1.25rem;left:1.125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Mer6FOdd/02.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wkbi5DIbifg0tLO8G1ZAVF6E9AvtLBuE.adaptive-delivery-prevent-bg, #wkbi5DIbifg0tLO8G1ZAVF6E9AvtLBuE.lazyload, #wkbi5DIbifg0tLO8G1ZAVF6E9AvtLBuE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dMaTg0cmn7yUetbBMnsylGsRc1wq7RaB { width:20rem;height:1.3rem;top:13.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sevDmxOmTKBGDCOZ9qIpwW4XSgOLMU59 { width:20rem;height:1.99375rem;top:15.675rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7qaIx95K7F68dMKRJ7ytAtz0TNvkvmn { width:0.3125rem;height:1.6875rem;top:10.34375rem;left:19.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p6r1JRT1HsdsnXDWiUz0D5Vr6UP5TDy4 { width:13.8125rem;height:3.75rem;top:26.99375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptRFZ4LvPsATVNuPf0eGaxXKd0mJgN7t { display:block; }
 }@media only screen and (max-width: 763px) { #PJ34mREKMo8d3N4cfb1caWIz8SaGwrb0 { width:20rem;height:6.825rem;top:18.91875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc { display:block; }#RVXsBG6ew94i4auXKiyn3ImzKmMRuIGc > .row .container { width:20rem;height:76.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRkzmohM68C7kk7z5PKOylhx8BKNT3tH { width:20rem;height:1.3rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysiTdx3a5PIM2QMgdsDA9c7VSVfKTz0Q { width:20rem;height:3.9875rem;top:3.8rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVfLJFHXWXQ9Cq1MhIyZDMnndi6TKBU2 { width:17.1875rem;height:8.775rem;top:8.9749999046325rem;left:1.4062500596046rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dg3exoE835L39mEmTMdcUdTWCvIVrFiy { width:20rem;height:27.625rem;top:19.3125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ef623f7d-b1f7-4d46-a74a-4a2a0afdd30e/Screenshot20251013152128.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Dg3exoE835L39mEmTMdcUdTWCvIVrFiy.adaptive-delivery-prevent-bg, #Dg3exoE835L39mEmTMdcUdTWCvIVrFiy.lazyload, #Dg3exoE835L39mEmTMdcUdTWCvIVrFiy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZKPLA62hwE0R30ezG3Xoz7svAID7Czki { width:20rem;height:27.1875rem;top:48.487499952316rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2239876c-7683-4c57-95c6-90985e6f5c70/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZKPLA62hwE0R30ezG3Xoz7svAID7Czki.adaptive-delivery-prevent-bg, #ZKPLA62hwE0R30ezG3Xoz7svAID7Czki.lazyload, #ZKPLA62hwE0R30ezG3Xoz7svAID7Czki.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gHKRKcTkUaqIJQOImkJhp1QyGnlRKg2T { width:1.6875rem;height:0.3125rem;top:46.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOCNgHGavXfJGKVbTipAvOGaoDXg1rWP { width:1.6875rem;height:0.3125rem;top:46.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRJXTDmQOUISCvMiV11JQpVeCiHhHnAg { width:1.6875rem;height:0.3125rem;top:46.9375rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuqCTXzT36rJ6SBb1pUXu6Gf4GSMqI61 { width:1.6875rem;height:0.3125rem;top:75.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew40SsahMwqTEA8GuFTSq9AWamRU88Uf { width:1.6875rem;height:0.3125rem;top:75.6875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPVaGqnW1URg2hRAk62bZEKnk9LnfGKy { width:1.6875rem;height:0.3125rem;top:75.6875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #todBAVUbxrht8eqUs6v4UMQwCqn7hHfs { display:block; }#todBAVUbxrht8eqUs6v4UMQwCqn7hHfs > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TUDEbMHmmd9s5lRhPgIqu7ITKdTSCx9G { width:19.6875rem;height:11.0625rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNx7vCBBDCh4XUrNzoK7R8kaNFJavrcC { width:19.6875rem;height:11.0625rem;top:13.5625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNDvXoANV3BoKtVm1ZAar5t3t9WCqTEC { width:19.6875rem;height:11.0625rem;top:25.875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK06hCWRP0FGnFs8KFraMSFaeuU9aisu { display:block; }#OK06hCWRP0FGnFs8KFraMSFaeuU9aisu > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OD26ym6ZQcr88CzrF2luG2hT5XndP2CH { width:19.6875rem;height:11.0625rem;top:0rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSUdhcdpstwCCUVy7huk8VmwhWaIarwJ { width:19.6875rem;height:11.0625rem;top:12.125rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuhziAbx2Hwp6abbBTBVrzgqCLf4XRrP { width:19.6875rem;height:11.0625rem;top:24.0625rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz { display:block; }#QnrTXcWQsMuT2FaofhAMk0pF7sWDbsTz > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mD4vGDb5Rv306XuLpKeQGgnImkWM7WL0 { width:9.25rem;height:0.375rem;top:1.25rem;left:5.3750000596046rem;background-color:#ffb600;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) { #UHAdklMtqZwGvSutR22mCkG2orxGPrRp { width:12.4375rem;height:4.4rem;top:2.3125rem;left:3.7812500596046rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1l1sMoSNJwnzE7cMdrrQhHuLlTE8Euz { width:20rem;height:11.125rem;top:10.349219322204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8vTwvVmwOwZMTTO9xItNM9TpgzFTzns { width:20rem;height:13.0625rem;top:34.037499618716rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #IgfVfppXIqwUZrk7316of8gTiZkfkhl5 { width:20rem;height:11.125rem;top:59.537501335144rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #GCLHAS10iyuRAukAkJUTkXgOT6HCB2cK { width:20rem;height:11.125rem;top:22.224999427796rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT0r6rZQDXTq3nr4q2OMn39a9FqgDPMo { width:20rem;height:11.25rem;top:47.712500572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTwpXufXkVQDVuI8u9MJnJhVkh9O3CZw { width:9.6875rem;height:0.25rem;top:12.75rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #El0wH2m1nV1Wm5o4RCGNVVGNv7secO5J { width:11.3125rem;height:1.1375rem;top:7.2750005722044rem;left:4.3437500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 { display:block; }#lPFwKGvlHQmXg0z4Ro3L9TkhcPrHUV38 > .row .container { width:20rem;height:124.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXfmTpxJeWtnWPGVJMfU4utCWvrh9TzS { width:19.75rem;height:13.625rem;top:10.250004768372rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COxZz3MWFoRin9KqS7oUHQ97igP0Ii2Z { width:19.75rem;height:13.625rem;top:109.7625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl5Q93X2IZJs89HcFQAie4dfqqTE9fGt { width:18rem;height:1.7rem;top:97.0625rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ThpOVCU9Pv0PU9VnmSSPHeChQcr0tQST { width:18rem;height:8.5rem;top:99.775000095369rem;left:0.99921876192094rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #G6IAVr3TVJKvqzyty1qJcVLDwszzOPZU { width:20rem;height:13.75rem;top:52.625rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1LVTzKlT4GqKInNDfwWV2mT04aonm9K { width:19.75rem;height:13.5625rem;top:24.625000238419rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zW102cMTfB6mepTZgk0l4Jf4BLLzfpgM { width:20rem;height:28.0625rem;top:67.374461174012rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD9zTgTfMHKTs5h6vi266lkTQBwNblhU { width:19.75rem;height:13.5625rem;top:38.687500953674rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhIWao9DDPvksV3ovGuD21XFdmggdJKz { width:7.6875rem;height:0.3125rem;top:3.1875rem;left:11.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AXR3PMqCq6cdHWMWXWIUShA18GoplCIJ { width:17rem;height:3.9875rem;top:2.5rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0zUfKVlJStEZV1zHlV8ZWlrJfueJFU2 { width:11.3125rem;height:1.1375rem;top:7.5rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dASMPVkt7ZU325kgzzMhQoMkuoL1udcf { width:9.25rem;height:0.375rem;top:1.3749799728394rem;left:5.3750000596046rem;background-color:#ffb600;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG { display:block; }#HlM4wghWh0dA2U1Kt9lc333pZGRp8JuG > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xrJGJGLTJoCctseKzptopcfTfmzq7SfW { width:20rem;height:4.125rem;top:4.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #No70HBOt25uxoalVOy8FmHLUk9p5CmBI { width:20rem;height:1.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCV4RhTIeiutOy1vdpyfGfkc1DliOV8l { width:15.4375rem;height:3.75rem;top:84.325004577638rem;left:2.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu0QiF9ALO8Hm5VkAdPQTSQlrfPnViCT { display:block; }
 }@media only screen and (max-width: 763px) { #tpvcRNbTIacATIcltUEO8xPT0I70EdsA { width:19.9375rem;height:7.8rem;top:37.499219894409rem;left:0.061718702316284rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXFHrLnrfgp1uEa5scsXUBuSwFylAmKh { width:19.9375rem;height:7.8rem;top:62.649876594544rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #thJMzIiRe2FrE8WVcAreT9roCIlXAC2C { width:20rem;height:1.1rem;top:35.437500953674rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCsqEg3Dwcs5G1NdJrb54Va6NZwrn9hR { width:20rem;height:1.1rem;top:60.67258644104rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVc2LRlMqB4AD92IyFio8LsduymHmzg3 { width:20rem;height:1.1rem;top:33.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFZ4UBqsewWSJZQPP4msd7mdrxGwmBT1 { width:20rem;height:1.1rem;top:59.574588775635rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJqxRW4DV8d1CWbbmK6Uat2moQqNFglz { width:20rem;height:1.1rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlC2H3axk2enqGFuxuJqKGCbDpQiQ5AI { width:19.9375rem;height:6.5rem;top:14.23671913147rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmAP344UGGAlfOq0IwwRCJ8LRCbrrExN { width:20rem;height:1.1rem;top:12.437500476837rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6iUGlykXxaOX8VJkLETnTM61iMeS0Rw { width:19rem;height:10.25rem;top:21.36171913147rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgZvNZg4ps0AygLc6VWS9RmRipb8zea3 { width:6.25rem;height:0.3125rem;top:31.548959255219rem;left:13.282292366028rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ihQQXp9HkIoRx3Bn6Dl82QITGR0ii5 { width:6.25rem;height:0.3125rem;top:31.5625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNrhFARkUe4yEPMP8xxWWV2cQs3EKQxX { width:6.5625rem;height:0.3125rem;top:31.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfbQgaEDtZRNsVgIgmxsvUAJg0GmBKBn { width:6.25rem;height:0.3125rem;top:82.75rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl1nVO6ylAQKBJoCW3g9EJMoe34pz0P8 { width:19rem;height:10.25rem;top:46.499219894409rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF5SkdCzKq8f4VZATNHTqPnH4sx5mtPN { width:6.25rem;height:0.3125rem;top:56.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJG2ETviIVlSvcluOmPWfCNKmFpLqm3A { width:6.5625rem;height:0.3125rem;top:56.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tArhrmAurwmXothrM3LriTSTP3P2U7yL { width:6.25rem;height:0.3125rem;top:56.748959541321rem;left:13.282292366028rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHexc1WW7TKkNJcvdx52AV49EXrOSIM9 { width:19rem;height:10.125rem;top:72.40000452995rem;left:0.51384976525823rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsTm2bhh9RPwBoq5yK3fxutSVTuNlTu4 { width:6.25rem;height:0.3125rem;top:82.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSiRvfev4oeO0SbQucZPuKIzHqrCvwcT { width:6.5625rem;height:0.3125rem;top:82.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcecuTi3Gsz7KIACweegFc1oKhgsluH7 { display:block; }#QcecuTi3Gsz7KIACweegFc1oKhgsluH7 > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iNp8BMpWlbQ3hutQ8Em6TR6t4OOt37MR { width:20rem;height:2.03125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMmb6QE1ZzsH8Pn2TArl2ff6cvzx9me0 { width:20rem;height:4.4rem;top:4.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-text {padding-top: 0; padding-bottom: 0;}#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-select {padding-top: 0; padding-bottom: 0;}#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm  { width:15rem;height:auto; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm {display:block;}#t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm { width:15rem;height:24.0375rem;top:10.31875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #C8QmoSegAtyT7Wa2SXBI7oCLO4Cvhty3 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #ahF4vhVVwDxRhXlaWbc1MHZP8bt4bGmq { display:block; }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #db0QnqrRFQVISATRF87P6FInbXwagIk3 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #iFM8RueANge6fCFkHg0uNnrnKlxmIThI {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #QroPWXJTnwOMpkCwtNRsVqNEWk6Z1FJo { display:block; }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #cSsnAs0otC0tRtU2XD4UqsQMUoWZotA5 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #hsFSBJrsof7UKh3PcoSAslnzuoEKVni7 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #UZDFznTaobB4DAHFubWCiTtmsUHU3vAr {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #bCaIzxPPdUlGvB5pdv1c9dhIW6lvlb6Z {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #ILe8PmWH46odZmDNWdZcIVVFFfgV8rTF {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #xfJuI2tJ6Xxw235bDu5fC34pwpthV9X4 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #uy3TxwGsmZDufiK0JxxtpelysChlxlQT {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #XioxKMxvOZCUAdEHTksSIZOqLGaqUDgv {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #xlTD8L5iTzWDMMO4d9mNizSKxftzQz20 { z-index:2; }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #XTUFHcUmm6DCPCRl0FKtmb1ITttSQQT2 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #V2FnTHXCol3GqyPBvFGFi0gT6TvlvNd8 {  }
 }@media only screen and (max-width: 763px) { #t2eRpkiTMLN9SCX6L26Z7P2kTlbdOaSm #srTl7XnplZV2ugm4p2mTgIaE2a4aUMCr {  }
 }@media only screen and (max-width: 763px) { #yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN { display:block; }#yXaGOcqbM7SqHhJcBW1uJFJpV7HKOLbN > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISkKB2mlPs4LkFfsE0lgaztx0OEmsBoE { width:11.3125rem;height:1.95rem;top:6.95rem;left:4.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QOfetk8zFqvh4ZwhaUBwUdRyEz2Ko1tc { width:8.0625rem;height:1.95rem;top:1.25rem;left:5.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RNhcOxNTgiqu7SURLnB8SGTw9dNQtaAw { width:5.875rem;height:1.25rem;top:4.45rem;left:7.0625rem;display:block; }
 }