.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:254,240,208;--color-primary-1:253,209,114;--color-primary-2:252,179,20;--color-primary-3:243,194,23;--color-primary-4:190,130,17;--color-secondary-0:255,255,255;--color-secondary-1:204,204,204;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:17,17,17;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:17,17,17;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { position:relative;display:block; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { background-color: transparent; background-image: none; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container > .video-iframe-container { display: none; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row > .video-iframe-container { display: none; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .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); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { border-width: 0; border-radius: 0; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u3zy24BTTFTT3pdlTGO8eTvWIVrTlKLH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:11.9375rem;top:1.25rem;left:31.53125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5015b5f5-70a5-4e03-9d8c-6f39c8842ef1/DroneHeroshot2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;overflow:visible;position:relative;display:block; }#MiaUoDzoHo5ToIA1Vs96N8vurGeUZLeZ { color:rgba(var(--color-secondary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:5.068359375rem;left:31.25rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hRNPPF5mesAS7i7903g9ePmwiAJlrT0q { box-sizing:content-box;height:2.5rem;width:13.1875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-0),0.3);border-left:0.125rem solid rgba(var(--color-secondary-0),0.3);border-right:0.125rem solid rgba(var(--color-secondary-0),0.3);border-bottom:0.125rem solid rgba(var(--color-secondary-0),0.3);top:4.1875rem;left:30.1875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#GQmyLTWnuBprDaqwqRbZPo8uOdc4uUab { box-sizing:content-box;height:5.625rem;width:0.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.9375rem;left:30.1875rem;display:block; }
#cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1733c3;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; }#cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ > .row .container { background-color: transparent; background-image: none; }#cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ > .row .container > .video-iframe-container { display: none; }#cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ > .row > .video-iframe-container { display: none; }#cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ > .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); }#cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ > .row .container { border-width: 0; border-radius: 0; }#cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #dddddd);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #dddddd);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #dddddd);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-0),1), #dddddd);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#dddddd' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='#dddddd' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-0),1), #dddddd);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#1733c3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21rem;left:25.625rem;display:block; }
#O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wbJfD8fGFBB1nUWbU2azNg84sUEyVyAi { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:20rem;top:2.0625rem;left:27.5rem;overflow:hidden;display:block; }
#VomopW5vVVbetU93rgJW4OTTHlVgnqxp { color:rgba(var(--color-secondary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:13.875rem;left:4.375rem;height:2.798825rem;display:block; }
#AkCv6915kn3zdPiXtSmmVBpR94rCOq32 { color:rgba(var(--color-secondary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:13.875rem;left:29.90625rem;height:2.798825rem;display:block; }
#kgSz1eMoxAG5tUuV6T3r8ENVt3rCOH9y { color:rgba(var(--color-secondary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:13.875rem;left:55.4375rem;height:2.798825rem;display:block; }
#IGslRZbGlPTnlhVXvDQG7iXipur42qdo { box-sizing:content-box;height:4.5625rem;width:23.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-0),0.3);border-left:0.125rem solid rgba(var(--color-secondary-0),0.3);border-right:0.125rem solid rgba(var(--color-secondary-0),0.3);border-bottom:0.125rem solid rgba(var(--color-secondary-0),0.3);top:12.75rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#DLnXs01elMBqktTWSHCgHl52eInObbIc { box-sizing:content-box;height:4.5625rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-0),0.3);border-left:0.125rem solid rgba(var(--color-secondary-0),0.3);border-right:0.125rem solid rgba(var(--color-secondary-0),0.3);border-bottom:0.125rem solid rgba(var(--color-secondary-0),0.3);top:12.75rem;left:51rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#LEJkTWdAgEqVXPHhaM8iI5WduVUiQIn6 { box-sizing:content-box;height:4.5625rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-secondary-0),0.3);border-left:0.125rem solid rgba(var(--color-secondary-0),0.3);border-right:0.125rem solid rgba(var(--color-secondary-0),0.3);border-bottom:0.125rem solid rgba(var(--color-secondary-0),0.3);top:12.8046875rem;left:25.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#JDZiNToSQlZclvmIMUWTGLNMaafTJUcK { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:14.0234375rem;left:26.53125rem; }
#D9CEGSNyP0NwKtqiF9cCOAweClaAFEtF { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:14.0234375rem;left:0.84375rem; }
#XZTsohSSz8dK3xV4PoZxgutt5wHSMsbW { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:14.0234375rem;left:52.0625rem; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:#12299c;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:66.875rem;width:75rem;overflow:visible;position:relative;display:block; }#JVT12346lBX6E9IPLWtJzLnc9NQVig3c { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15051;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:46.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:47.9375rem;left:59.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:48.1875rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { color:#1733c3;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:48.1875rem;left:55.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:48.3125rem;left:47.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:48rem;left:47.1875rem; }
#bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:48.3125rem;left:45.625rem;height:1.29980625rem;display:block; }
#aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { color:#1733c3;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:48rem;left:1.3125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:47.875rem;left:43.5rem; }
#cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:48.3125rem;left:41.875rem;height:1.29980625rem;display:block; }
#rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:48.0625rem;left:39.6875rem; }
#tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { color:rgba(var(--color-tertiary-0),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:27.5625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPL6FKI4ARGNaDUzpoimtNrVg2Q4MZ0x { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#d4yRdN808Mk608CretLrPLlXEdK1xHkd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#TWIh71qmQ8QFA9kzXxxknQWEMSzCfuXa { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#FMSzLoEIONhZPTAydMLVqB89kPQTf63s { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#bWTM28hblDNZ8IRkcmmg7pIrzE3IAkJy { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#tk0bS2ArU4gcvd6r5AXiS86cpADaXPX7 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#nc4PNQsFmekJJLyThPrp6hpniVMEK0KQ { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#Dm0fUeUvpxbVS3JKJB6UT7SyOonxrMgd { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fsmhgMSXRsGD7ir8eKNZGLlG7gO7RxKs { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#vM3p2IEfsTBiPX6DcNTkkK4lMTEydUWM { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#vTboBvKLb1o50nyKVT1OMJz7FATVpGdv { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { box-sizing:content-box;height:20.625rem;width:36.875rem;position:absolute;display:block;z-index:15147;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/77433562-b3d2-4137-a469-a762dd8c1e57/br1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3623046875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.adaptive-delivery-prevent-bg, #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.lazyload, #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.lazyloading { background-image: none; }
#tL76AEMOdCFvSyXCH1wTRxzIrvMJDF42 { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#n9yI7Dx9hKvpytvuT7a3h2nN9KVeBbAB { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#DkgzyfJ9yngsPKlTZmKIC24fdr7kMkTM { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#m1uxEvCDJrsDMD682rfEKvrIPxvcotTb { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#GeI9nl6OcJrTTgVoyzpza5y9xC7WKlUh { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#P30ytD1bUoSfFQix1dbATnTGOa28qwsI { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RTtzFnwg1nzGNbdBUkIflCS28HWLQpJ1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#IrvEKKTLkbTRtwrHZPz8ghKJQcrUDiuW { color:rgba(var(--color-tertiary-4),1);display:block;width:5.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#A210dP0xT6ALgnxMpVTcJCTnTdG9LRxK { color:rgba(var(--color-tertiary-4),1);display:block;width:7.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#KaOdpZWX2TEgNfSQ5gXzIu76gLW9cBXJ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#XTPOH5o6CCvlHw0sb1Deq3RJzvN9WMWq { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#IlqlQT627UcU1FxQ1FxBgTtVby66EBOd { box-sizing:content-box;height:20.625rem;width:36.875rem;position:absolute;display:block;z-index:15148;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/77433562-b3d2-4137-a469-a762dd8c1e57/br1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3623046875rem;left:38.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IlqlQT627UcU1FxQ1FxBgTtVby66EBOd.adaptive-delivery-prevent-bg, #IlqlQT627UcU1FxQ1FxBgTtVby66EBOd.lazyload, #IlqlQT627UcU1FxQ1FxBgTtVby66EBOd.lazyloading { background-image: none; }
#JoJ8UFDpEsIWvCRgNoivBWm6eLMwVak6 { box-sizing:content-box;height:13.375rem;width:24.1875rem;position:absolute;display:block;z-index:15148;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/77433562-b3d2-4137-a469-a762dd8c1e57/br1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.2373046875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JoJ8UFDpEsIWvCRgNoivBWm6eLMwVak6.adaptive-delivery-prevent-bg, #JoJ8UFDpEsIWvCRgNoivBWm6eLMwVak6.lazyload, #JoJ8UFDpEsIWvCRgNoivBWm6eLMwVak6.lazyloading { background-image: none; }
#ed9EaRUzKCqygOa7lozvOcpk1QSJ9KH8 { box-sizing:content-box;height:13.375rem;width:24.1875rem;position:absolute;display:block;z-index:15149;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/77433562-b3d2-4137-a469-a762dd8c1e57/br1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.2373046875rem;left:25.40625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ed9EaRUzKCqygOa7lozvOcpk1QSJ9KH8.adaptive-delivery-prevent-bg, #ed9EaRUzKCqygOa7lozvOcpk1QSJ9KH8.lazyload, #ed9EaRUzKCqygOa7lozvOcpk1QSJ9KH8.lazyloading { background-image: none; }
#M7hhndGMVEL2B15MnMheZT0aAhC78wS8 { box-sizing:content-box;height:13.375rem;width:24.1875rem;position:absolute;display:block;z-index:15150;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/77433562-b3d2-4137-a469-a762dd8c1e57/br1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.2373046875rem;left:50.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#M7hhndGMVEL2B15MnMheZT0aAhC78wS8.adaptive-delivery-prevent-bg, #M7hhndGMVEL2B15MnMheZT0aAhC78wS8.lazyload, #M7hhndGMVEL2B15MnMheZT0aAhC78wS8.lazyloading { background-image: none; }
#l5K6w5OszuuKWC6Lhsq61OyFp0iPPehS { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15062;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:50.6875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#MhNcqE7QLnwU5IEuKl3Df4ilt0y36yRg { color:#1733c3;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:51.8125rem;left:1.3125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ByUnDHt0fBfLUpZyGLSk3qZQTZ1qv3mF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15121;opacity:1;top:51.875rem;left:39.6875rem; }
#yCz3Obem1S6AGig5hdCyJesiNoMdVcdt { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15122;opacity:1;top:51.6875rem;left:43.5rem; }
#DLCenSwvGsgoHUAuUtUFo2TEiIaRogfN { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15109;line-height:1.3;letter-spacing:0;top:52.125rem;left:41.875rem;height:1.29980625rem;display:block; }
#FyRRmP2cX5WSV9F2vnTTtDBkxPi0Xn9I { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15111;line-height:1.3;letter-spacing:0;top:52.125rem;left:47.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#ooU7D6tAsC3N4cZvxnZExB7SyEH9S7g6 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15123;opacity:1;top:51.8125rem;left:47.1875rem; }
#U3UORw6hN0Pdbsik0rBwVrWyXkXhHKkd { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15110;line-height:1.3;letter-spacing:0;top:52.125rem;left:45.625rem;height:1.29980625rem;display:block; }
#NBUifePCsVFqEt6uzJre1JDAMoTgeTiP { color:#1733c3;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:52rem;left:55.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#UpfEEvPKHG0Otr1vNVMysito08LnmzoW { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15135;line-height:1.3;letter-spacing:0;top:51.75rem;left:59.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QBnVGTpqonGZFPqMEDfXPVuTXDnMPaUp { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:52rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#QwuB6pts7IlhB2WfqJeoR1xQ9XceXX5Z { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:54.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#wrevcfCX8thF90I6kp8RwtbkWaJRTfpk { color:#1733c3;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15121;line-height:1.3;letter-spacing:0;top:55.625rem;left:1.3125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CBGgRhu01ZFidPNkbVSvwCIRguRdwugh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15132;opacity:1;top:55.6875rem;left:39.6875rem; }
#VErfU6io1WTIr7EVgpHGX27GIyR0uo7e { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15134;opacity:1;top:55.625rem;left:47.1875rem; }
#v1934O4TbOIcMlKUi8yNQqhXxv6JZI6d { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:55.9375rem;left:41.875rem;height:1.29980625rem;display:block; }
#Tsm7MrMO1119zzBxucSyynMxGTaoJVGC { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:55.9375rem;left:47.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#BxUJQeoDbTBv6LVaztm2wsrwCl7zVoeX { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15121;line-height:1.3;letter-spacing:0;top:55.9375rem;left:45.625rem;height:1.29980625rem;display:block; }
#X0ROyAp1AlrHZiRqUgb5UxlCJVV3giot { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15133;opacity:1;top:55.5rem;left:43.5rem; }
#dNMffs1esHI7evXqL4RCZiUS7dnsFrRT { color:#1733c3;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:55.8125rem;left:55.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#R9sXoZnvesNEKtCfOgougN2ykzo5pE5t { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15146;line-height:1.3;letter-spacing:0;top:55.5625rem;left:59.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TUluvHzNB6vQBxKFVywMeeQERP2DWDpS { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:55.8125rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#tn5eEWt6nzTxQfw95v2CIWB4I5T8akKz { box-sizing:content-box;height:3.75rem;width:75rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:58.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#BzkWLD16iv51BoXmOlxcPsTIIiqwyTP2 { color:#1733c3;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15132;line-height:1.3;letter-spacing:0;top:59.4375rem;left:1.3125rem;height:1.70605625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DwPJ1XH7254szXAxvLBswEeHDNIv2cbk { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:59.5rem;left:39.6875rem; }
#yvkfUHxIVPl4VlElODciBAivowTNJTDd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:59.4375rem;left:47.1875rem; }
#tneufFBKTFT4hi1KoFKTP2TEXNM6hiFM { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:59.75rem;left:41.875rem;height:1.29980625rem;display:block; }
#MvFeNmQweSkILQOQkKAREywNIsefWUbp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15133;line-height:1.3;letter-spacing:0;top:59.75rem;left:47.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#F14Sw2VRZwdCO750adXtBF4OMzo5sFsT { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:59.75rem;left:45.625rem;height:1.29980625rem;display:block; }
#Tgv9dMzHyFa8QWd5PsSws7p7gU9fahlT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:59.3125rem;left:43.5rem; }
#yRep15g2dSl8VmqwWXN9IVkgD4I0v5FP { color:#1733c3;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:59.625rem;left:55.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#NOrxCtFNcBwAcSqIaOA0trKl1bgIwCMF { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:59.375rem;left:59.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OqWA6mB80kITtJWN7saV1qdqhTLd30vU { color:rgba(var(--color-tertiary-4),1);display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:59.625rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/57dd9b96-40d9-486e-8107-4e9c3f59ac3c/Newext.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::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; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.478515625rem;left:0rem;height:17.54294375rem;display:block; }
#WuhPekDwxG5o878noP0gFgU4xI1qAuEs { color:rgba(var(--color-tertiary-0),1);display:block;width:33.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z > .row .container { background-color: transparent; background-image: none; }#f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z > .row .container > .video-iframe-container { display: none; }#f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z > .row > .video-iframe-container { display: none; }#f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z > .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); }#f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z > .row .container { border-width: 0; border-radius: 0; }#f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#coFfUzsfv3Qyr50sERfueKeWT3gCsERO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eee9d9;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; }#coFfUzsfv3Qyr50sERfueKeWT3gCsERO > .row .container { background-color: transparent; background-image: none; }#coFfUzsfv3Qyr50sERfueKeWT3gCsERO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coFfUzsfv3Qyr50sERfueKeWT3gCsERO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coFfUzsfv3Qyr50sERfueKeWT3gCsERO > .row .container > .video-iframe-container { display: none; }#coFfUzsfv3Qyr50sERfueKeWT3gCsERO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#coFfUzsfv3Qyr50sERfueKeWT3gCsERO > .row > .video-iframe-container { display: none; }#coFfUzsfv3Qyr50sERfueKeWT3gCsERO > .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); }#coFfUzsfv3Qyr50sERfueKeWT3gCsERO > .row .container { border-width: 0; border-radius: 0; }#coFfUzsfv3Qyr50sERfueKeWT3gCsERO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#coFfUzsfv3Qyr50sERfueKeWT3gCsERO > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.2);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; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { color:rgba(var(--color-primary-2),1);display:block;width:18.3115rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:28.3427734375rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d4ab46f6-d40d-48b8-bbf6-268c1191e5e0/9Bs86ksANbgGKarx0mWcLr6xBHkikYmetaZ2FsbGVyeTIuanBn.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.adaptive-delivery-prevent-bg, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyload, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyloading { background-image: none; }
#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f96c99d0-42ba-4b4f-8e88-499150afcece/6.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:25.3115234375rem;display:block; }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.adaptive-delivery-prevent-bg, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyload, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyloading { background-image: none; }
#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/c7202521-4ed3-447a-82f1-7fc27ea09c75/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.75rem;left:25.3125rem;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.adaptive-delivery-prevent-bg, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyload, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4797a82-f8fc-4e9d-8b6c-1a8387098956/1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.75rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e5f61a0-1abb-4f61-ae9f-cd303f779a9f/2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:50.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.adaptive-delivery-prevent-bg, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyload, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyloading { background-image: none; }
#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/88769260-02e9-42e9-a0c8-2ce4646b4aab/4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.75rem;left:50.625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.adaptive-delivery-prevent-bg, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyload, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyloading { background-image: none; }
#wniVXG7z1LyebS7sddqgwoIgayBVgRga { box-sizing:content-box;height:3.375rem;width:37rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.1875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#tGhrcrReU6ufLtQiXOKRT0k5ckxKN3My { box-sizing:content-box;height:17.5rem;width:37rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:40.5625rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#pUNZSXdQXVi269zztzzuhgTl2zHDQZaZ { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:38.26953125rem;left:1.34375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HuWNwo7Tc11LsmdBE6kldDnm5T1HiHD9 { box-sizing:content-box;height:17.5rem;width:37rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:40.5625rem;left:38rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#qxZ1dBAMxZ8NrCprOGJZrtMOvLCAhm1P { box-sizing:content-box;height:3.375rem;width:37rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;top:37.1875rem;left:38rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#cQdTUx9oxOTG0avrmkmIKhmH8EPVTAPc { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:38.26953125rem;left:39.34375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RzDWcmGOkLGc3Ddl7CqUfTGUJKutKQBK { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:4.9375rem;overflow:hidden;display:block; }
#JrAMEg4PmNKCnFLQ23xCUTh3LODRTJeD { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:12.75rem;overflow:hidden;display:block; }
#yZQv1CcQqvhU7CZAHosZqtWEuVpXNC0C { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:20.5625rem;overflow:hidden;display:block; }
#Ui6AOZ7mTlmT1xG3Zx7vBAtd1PCDyvLM { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:28.375rem;overflow:hidden;display:block; }
#XvbTVHDNbbb8xmMXMCd0EPQbcc1EvUai { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15026;line-height:2;letter-spacing:0;top:46.1875rem;left:3.0625rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#M8H5XomgJAlbHxX87ThUckQpbi3yD2EW { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:2;letter-spacing:0;top:46.1875rem;left:10.875rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#hbSlASN4C1NJEW3Jv6skyDqowdCvULZm { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15028;line-height:1.1;letter-spacing:0;top:46.6875rem;left:18.6875rem;height:2.19921875rem;text-align:center;text-align-last:center;display:block; }
#cCwHPazATL20zcoQAH65Xd8JonR5IBwp { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:46.6875rem;left:26.5rem;height:2.19965rem;text-align:center;text-align-last:center;display:block; }
#pik3Wd3JXFyk9lfTvoVbk8V2IWfrlVkD { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15033;line-height:2;letter-spacing:0;top:53.5625rem;left:6.9375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#L8eUpPEIffVmm0X1xfkTSOxtyyrpNBtD { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.8125rem;left:8.8125rem;overflow:hidden;display:block; }
#K7Up5f3GM2GBNe9zAmNf1tZTLsXaooKA { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.8125rem;left:16.625rem;overflow:hidden;display:block; }
#xqOIKJqK2Zi2XdfeXmCT3TxvabauqC53 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15035;line-height:1.1;letter-spacing:0;top:54.0625rem;left:22.5625rem;height:2.19921875rem;text-align:center;text-align-last:center;display:block; }
#kuugsvJARgxAmHyGhTwUX7ArSFvuXDtq { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.8125rem;left:24.4375rem;overflow:hidden;display:block; }
#ITBSsE21nwiApdihXkyk1oVDuX3NoXF1 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15034;line-height:2;letter-spacing:0;top:53.5625rem;left:14.75rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#uJzS8T84uvCbOx692ucPfUXzTToLMH0Z { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15047;line-height:1.1;letter-spacing:0;top:54.0625rem;left:44.9375rem;height:2.19965rem;text-align:center;text-align-last:center;display:block; }
#EmnPenK2eX83DBX2F8fXMVcHtoJXSoR3 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.8125rem;left:46.8125rem;overflow:hidden;display:block; }
#o61f6rBeDgyTE17wpym7PTiHzdJWeQp7 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15048;line-height:2;letter-spacing:0;top:53.5625rem;left:52.75rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#idy1UWWB4uEp2IQMliknwtSz0BzrAKBo { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.8125rem;left:54.625rem;overflow:hidden;display:block; }
#gynwB4fI80St8l8ILoUSytavniPUbPQI { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:46.6875rem;left:56.6875rem;height:2.19965rem;text-align:center;text-align-last:center;display:block; }
#Ty1CUBIM4KAXUadWPMZvKwvXey0mT4w2 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:46.6875rem;left:41.0625rem;height:2.19965rem;text-align:center;text-align-last:center;display:block; }
#VQB0FmZqcxlH4SM74WaiW0yDqxWz6Sb8 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15041;line-height:1.1;letter-spacing:0;top:46.6875rem;left:48.875rem;height:2.19921875rem;text-align:center;text-align-last:center;display:block; }
#CsKGgBvVO8bwekyKB6OfHMZ7Kd92Brql { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15049;line-height:1.1;letter-spacing:0;top:54.0625rem;left:60.5625rem;height:2.19921875rem;text-align:center;text-align-last:center;display:block; }
#qTPAR968Aq672T4c4baFqGJ3u1GGqWNP { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.8125rem;left:62.4375rem;overflow:hidden;display:block; }
#PCmeqIhLiQTAaCb3bQMHUOynAqC7CnBI { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:42.9375rem;overflow:hidden;display:block; }
#hZVNqEVdW6xOGK9svXZkpEzSvoTZXida { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:50.75rem;overflow:hidden;display:block; }
#xPm9w9K3xp3c7bTclkubnTiStWTV1LQf { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:58.5625rem;overflow:hidden;display:block; }
#QvP7x6I6L2qvmFkWon0y7PLJAyibmamB { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15043;line-height:2;letter-spacing:0;top:46.1875rem;left:64.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#zVlVKErTyFRoGM93VXPIaoU7hCTJBHMe { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:66.375rem;overflow:hidden;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf3d994b-7646-4881-b71b-d6fd4ebf1881/Gemini_Generated_Image_w91svxw91svxw91s1.png");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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.7); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.7); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b77c36, #543409);background-image: -moz-linear-gradient(180deg, #b77c36, #543409);background-image: -ms-linear-gradient(180deg, #b77c36, #543409);background-image: -o-linear-gradient(180deg, #b77c36, #543409);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b77c36', endColorstr='#543409' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b77c36', endColorstr='#543409' );";background-image: linear-gradient(180deg, #b77c36, #543409);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:20.4375rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8107604980469rem;left:47.967016220093rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8107604980469rem;left:47.967016220093rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#5b3107;display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),0.2);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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:87.5rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { color:rgba(var(--color-primary-2),1);display:block;width:32.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:21.155893325806rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { box-sizing:content-box;height:47.5rem;width:75rem;position:absolute;display:block;z-index:15098;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:9.9765625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BKB2s2ORI9MxWouxmo0ySdzfU4nnP4ye { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:79.0625rem;left:25.875rem;display:block; }
#AbNARkTwi8dPHlLoT8ebenrbAVhLH3Sr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s67IRnQyBCtkh7liA7at79M08vNMbE0t { position:absolute;display:block;z-index:15099;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:43.75rem;width:58.25rem;top:11.8515625rem;left:8.375rem;overflow:hidden;display:block; }
#nQyvTxN9HVrM5zWCS4ULAH6H9zRM5Vwc { box-sizing:content-box;height:3.375rem;width:18.25rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),1);background-image:none;top:58.125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#WPIUQJmsEgqeUk24y6Obp1NGcc6BCBqV { box-sizing:content-box;height:3.375rem;width:18.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:58.125rem;left:18.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#mPp97OimiipQTX42A9ILbUmC0D2dVTna { box-sizing:content-box;height:3.375rem;width:18.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-2),1);background-image:none;top:58.125rem;left:56.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#kqNgmRcUOgTnWH6Xg2kBu4A6FAdN0VxB { box-sizing:content-box;height:3.375rem;width:18.25rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-2),1);background-image:none;top:58.125rem;left:37.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#yFruKAk1yl1pfxPM8wCk9156OUzVBqEO { box-sizing:content-box;height:12.8125rem;width:18.25rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:61.5rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#Lw7rT1S8HDUG4HysOwTTddOp6IF7ROQN { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:62.4375rem;left:0.9375rem;height:8.0625rem;display:block; }
#fDdRR4Cc6FvkSuzcyK83RltJukJL2OzQ { box-sizing:content-box;height:12.8125rem;width:18.25rem;position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:61.5rem;left:18.875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#dMX997ku1hSSavysTGN3u1BcToyKxVft { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:62.4375rem;left:19.8125rem;height:10.6875rem;display:block; }
#QTUApkP0s9eOcDTaKvne3aDzTNis8xM9 { box-sizing:content-box;height:12.8125rem;width:18.25rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:61.5rem;left:37.8125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#QNeXFgpTJL3TkBAzeMRdFUsrclQLV74x { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:62.4375rem;left:38.75rem;height:4.125rem;display:block; }
#U7D3483RTw8JSeCIGvnGHcvGhFcumTU7 { box-sizing:content-box;height:12.8125rem;width:18.25rem;position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:61.5rem;left:56.75rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#yPftXBX1SWDAUGJSu0l5IqMQCV9xXo3d { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:62.4375rem;left:57.6875rem;height:2.8125rem;display:block; }
#DHUZJzFtJZ9wLe1IiHWxfCMF8ImKVCsc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:58.8125rem;left:0.9375rem;height:2.19965rem;font-style:normal;display:block; }
#OdWhExDRJP0adZ54h0504TizvSGi0bHS { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:58.8125rem;left:19.8125rem;height:2.19965rem;font-style:normal;display:block; }
#nAqgSk4FUffNBeJ5yxbdV68lX1DR1EfU { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;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:59.375rem;left:38.75rem;height:1.099825rem;font-style:normal;display:block; }
#STsaQG13PL4T7pR8Al89hac4SagcEn7Q { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:59.375rem;left:57.6875rem;height:1.099825rem;font-style:normal;display:block; }
#TO2k88HCqDuSpkzWTTK2VsqRmD15KSLB { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:58.6875rem;left:15.375rem; }
#irtzqeIQMlP2EWUBmWfy8SOkJaOTPsAC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:58.5rem;left:34rem; }
#TF1ZnELNvV34bclTx6pzqdm83sT2BTCg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:58.625rem;left:52.75rem; }
#SGeM7n299mw4erTRgvocsNPb4tNVIlnM { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:58.8125rem;left:72.0625rem; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { display:block; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3zy24BTTFTT3pdlTGO8eTvWIVrTlKLH { top:1.25rem;left:17.90625rem;width:11.9375rem;height:3.125rem;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) { #MiaUoDzoHo5ToIA1Vs96N8vurGeUZLeZ { top:5.0625rem;left:17.625rem;width:11.25rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRNPPF5mesAS7i7903g9ePmwiAJlrT0q { top:4.1875rem;left:16.5625rem;width:13.1875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQmyLTWnuBprDaqwqRbZPo8uOdc4uUab { top:6.9375rem;left:16.5625rem;width:0.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ { display:block; }#cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { width:23.75rem;height:3.375rem;top:21rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block; }
 }@media only screen and (max-width: 763px) { #wbJfD8fGFBB1nUWbU2azNg84sUEyVyAi { top:2.0625rem;left:13.875rem;width:20rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VomopW5vVVbetU93rgJW4OTTHlVgnqxp { top:13.875rem;left:0rem;width:14.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkCv6915kn3zdPiXtSmmVBpR94rCOq32 { top:13.875rem;left:16.28125rem;width:16.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgSz1eMoxAG5tUuV6T3r8ENVt3rCOH9y { top:13.875rem;left:30.875rem;width:16.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGslRZbGlPTnlhVXvDQG7iXipur42qdo { top:12.75rem;left:0rem;width:23.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLnXs01elMBqktTWSHCgHl52eInObbIc { top:12.75rem;left:23.75rem;width:23.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEJkTWdAgEqVXPHhaM8iI5WduVUiQIn6 { top:12.75rem;left:11.875rem;width:23.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDZiNToSQlZclvmIMUWTGLNMaafTJUcK { top:14rem;left:12.90625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9CEGSNyP0NwKtqiF9cCOAweClaAFEtF { top:14rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZTsohSSz8dK3xV4PoZxgutt5wHSMsbW { top:14rem;left:38.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { top:46.875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { top:47.9375rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { top:48.1875rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { top:48.1875rem;left:41.75rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { top:48.3125rem;left:34.3125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { top:48rem;left:33.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { top:48.3125rem;left:32rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { top:48rem;left:0rem;width:14.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { top:47.875rem;left:29.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { top:48.3125rem;left:28.25rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { top:48.0625rem;left:26.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { top:28.75rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { top:26.5rem;left:0rem;width:8.5rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { top:28.75rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { top:18.8125rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { top:17.6875rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { top:18.8125rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { top:3.75rem;left:13.9375rem;width:19.875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPL6FKI4ARGNaDUzpoimtNrVg2Q4MZ0x { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4yRdN808Mk608CretLrPLlXEdK1xHkd { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWIh71qmQ8QFA9kzXxxknQWEMSzCfuXa { top:22.9375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMSzLoEIONhZPTAydMLVqB89kPQTf63s { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWTM28hblDNZ8IRkcmmg7pIrzE3IAkJy { top:22.9375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tk0bS2ArU4gcvd6r5AXiS86cpADaXPX7 { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nc4PNQsFmekJJLyThPrp6hpniVMEK0KQ { top:22.9375rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dm0fUeUvpxbVS3JKJB6UT7SyOonxrMgd { top:21rem;left:0rem;width:11.4375rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsmhgMSXRsGD7ir8eKNZGLlG7gO7RxKs { top:21.8125rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vM3p2IEfsTBiPX6DcNTkkK4lMTEydUWM { top:22.9375rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTboBvKLb1o50nyKVT1OMJz7FATVpGdv { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { top:10.3125rem;left:0rem;width:36.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL76AEMOdCFvSyXCH1wTRxzIrvMJDF42 { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9yI7Dx9hKvpytvuT7a3h2nN9KVeBbAB { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkgzyfJ9yngsPKlTZmKIC24fdr7kMkTM { top:32.4375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1uxEvCDJrsDMD682rfEKvrIPxvcotTb { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeI9nl6OcJrTTgVoyzpza5y9xC7WKlUh { top:23.5625rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P30ytD1bUoSfFQix1dbATnTGOa28qwsI { top:30.1875rem;left:0rem;width:8.5rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTtzFnwg1nzGNbdBUkIflCS28HWLQpJ1 { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrvEKKTLkbTRtwrHZPz8ghKJQcrUDiuW { top:23.5625rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A210dP0xT6ALgnxMpVTcJCTnTdG9LRxK { top:25.9375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KaOdpZWX2TEgNfSQ5gXzIu76gLW9cBXJ { top:27.0625rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTPOH5o6CCvlHw0sb1Deq3RJzvN9WMWq { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IlqlQT627UcU1FxQ1FxBgTtVby66EBOd { top:10.3125rem;left:10.875rem;width:36.875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoJ8UFDpEsIWvCRgNoivBWm6eLMwVak6 { top:32.1875rem;left:0rem;width:24.1875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed9EaRUzKCqygOa7lozvOcpk1QSJ9KH8 { top:32.1875rem;left:11.78125rem;width:24.1875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7hhndGMVEL2B15MnMheZT0aAhC78wS8 { top:32.1875rem;left:23.5625rem;width:24.1875rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5K6w5OszuuKWC6Lhsq61OyFp0iPPehS { top:50.6875rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhNcqE7QLnwU5IEuKl3Df4ilt0y36yRg { top:51.8125rem;left:0rem;width:14.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByUnDHt0fBfLUpZyGLSk3qZQTZ1qv3mF { top:51.875rem;left:26.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCz3Obem1S6AGig5hdCyJesiNoMdVcdt { top:51.6875rem;left:29.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLCenSwvGsgoHUAuUtUFo2TEiIaRogfN { top:52.125rem;left:28.25rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyRRmP2cX5WSV9F2vnTTtDBkxPi0Xn9I { top:52.125rem;left:34.3125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooU7D6tAsC3N4cZvxnZExB7SyEH9S7g6 { top:51.8125rem;left:33.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3UORw6hN0Pdbsik0rBwVrWyXkXhHKkd { top:52.125rem;left:32rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBUifePCsVFqEt6uzJre1JDAMoTgeTiP { top:52rem;left:41.75rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpfEEvPKHG0Otr1vNVMysito08LnmzoW { top:51.75rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBnVGTpqonGZFPqMEDfXPVuTXDnMPaUp { top:52rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwuB6pts7IlhB2WfqJeoR1xQ9XceXX5Z { top:54.5rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrevcfCX8thF90I6kp8RwtbkWaJRTfpk { top:55.625rem;left:0rem;width:14.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBGgRhu01ZFidPNkbVSvwCIRguRdwugh { top:55.6875rem;left:26.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VErfU6io1WTIr7EVgpHGX27GIyR0uo7e { top:55.625rem;left:33.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1934O4TbOIcMlKUi8yNQqhXxv6JZI6d { top:55.9375rem;left:28.25rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsm7MrMO1119zzBxucSyynMxGTaoJVGC { top:55.9375rem;left:34.3125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxUJQeoDbTBv6LVaztm2wsrwCl7zVoeX { top:55.9375rem;left:32rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0ROyAp1AlrHZiRqUgb5UxlCJVV3giot { top:55.5rem;left:29.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNMffs1esHI7evXqL4RCZiUS7dnsFrRT { top:55.8125rem;left:41.75rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9sXoZnvesNEKtCfOgougN2ykzo5pE5t { top:55.5625rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUluvHzNB6vQBxKFVywMeeQERP2DWDpS { top:55.8125rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn5eEWt6nzTxQfw95v2CIWB4I5T8akKz { top:58.3125rem;left:0rem;width:47.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzkWLD16iv51BoXmOlxcPsTIIiqwyTP2 { top:59.4375rem;left:0rem;width:14.3125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwPJ1XH7254szXAxvLBswEeHDNIv2cbk { top:59.5rem;left:26.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvkfUHxIVPl4VlElODciBAivowTNJTDd { top:59.4375rem;left:33.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tneufFBKTFT4hi1KoFKTP2TEXNM6hiFM { top:59.75rem;left:28.25rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvFeNmQweSkILQOQkKAREywNIsefWUbp { top:59.75rem;left:34.3125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F14Sw2VRZwdCO750adXtBF4OMzo5sFsT { top:59.75rem;left:32rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgv9dMzHyFa8QWd5PsSws7p7gU9fahlT { top:59.3125rem;left:29.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRep15g2dSl8VmqwWXN9IVkgD4I0v5FP { top:59.625rem;left:41.75rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOrxCtFNcBwAcSqIaOA0trKl1bgIwCMF { top:59.375rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqWA6mB80kITtJWN7saV1qdqhTLd30vU { top:59.625rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:13.4375rem;left:0rem;width:34.3125rem;height:17.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuhPekDwxG5o878noP0gFgU4xI1qAuEs { top:8rem;left:0rem;width:33.625rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z { display:block; }#f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coFfUzsfv3Qyr50sERfueKeWT3gCsERO { display:block; }#coFfUzsfv3Qyr50sERfueKeWT3gCsERO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { top:3.75rem;left:14.6875rem;width:18.25rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { top:10.3125rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { top:10.3125rem;left:11.6865234375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { top:23.75rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { top:23.75rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { top:10.3125rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { top:23.75rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wniVXG7z1LyebS7sddqgwoIgayBVgRga { top:37.1875rem;left:0rem;width:37rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGhrcrReU6ufLtQiXOKRT0k5ckxKN3My { top:40.5625rem;left:0rem;width:37rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUNZSXdQXVi269zztzzuhgTl2zHDQZaZ { top:38.25rem;left:0rem;width:34.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuWNwo7Tc11LsmdBE6kldDnm5T1HiHD9 { top:40.5625rem;left:10.75rem;width:37rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxZ1dBAMxZ8NrCprOGJZrtMOvLCAhm1P { top:37.1875rem;left:10.75rem;width:37rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQdTUx9oxOTG0avrmkmIKhmH8EPVTAPc { top:38.25rem;left:13.4375rem;width:34.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzDWcmGOkLGc3Ddl7CqUfTGUJKutKQBK { top:42.4375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrAMEg4PmNKCnFLQ23xCUTh3LODRTJeD { top:42.4375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZQv1CcQqvhU7CZAHosZqtWEuVpXNC0C { top:42.4375rem;left:6.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6AOZ7mTlmT1xG3Zx7vBAtd1PCDyvLM { top:42.4375rem;left:14.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvbTVHDNbbb8xmMXMCd0EPQbcc1EvUai { top:46.1875rem;left:0rem;width:7.5rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8H5XomgJAlbHxX87ThUckQpbi3yD2EW { top:46.1875rem;left:0rem;width:7.5rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbSlASN4C1NJEW3Jv6skyDqowdCvULZm { top:46.6875rem;left:5.0625rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCwHPazATL20zcoQAH65Xd8JonR5IBwp { top:46.6875rem;left:12.875rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pik3Wd3JXFyk9lfTvoVbk8V2IWfrlVkD { top:53.5625rem;left:0rem;width:7.5rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8eUpPEIffVmm0X1xfkTSOxtyyrpNBtD { top:49.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7Up5f3GM2GBNe9zAmNf1tZTLsXaooKA { top:49.8125rem;left:3rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqOIKJqK2Zi2XdfeXmCT3TxvabauqC53 { top:54.0625rem;left:8.9375rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuugsvJARgxAmHyGhTwUX7ArSFvuXDtq { top:49.8125rem;left:10.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBSsE21nwiApdihXkyk1oVDuX3NoXF1 { top:53.5625rem;left:1.125rem;width:7.5rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJzS8T84uvCbOx692ucPfUXzTToLMH0Z { top:54.0625rem;left:31.3125rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmnPenK2eX83DBX2F8fXMVcHtoJXSoR3 { top:49.8125rem;left:33.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o61f6rBeDgyTE17wpym7PTiHzdJWeQp7 { top:53.5625rem;left:39.125rem;width:7.5rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #idy1UWWB4uEp2IQMliknwtSz0BzrAKBo { top:49.8125rem;left:41rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gynwB4fI80St8l8ILoUSytavniPUbPQI { top:46.6875rem;left:40.25rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1CUBIM4KAXUadWPMZvKwvXey0mT4w2 { top:46.6875rem;left:27.4375rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQB0FmZqcxlH4SM74WaiW0yDqxWz6Sb8 { top:46.6875rem;left:35.25rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsKGgBvVO8bwekyKB6OfHMZ7Kd92Brql { top:54.0625rem;left:40.25rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTPAR968Aq672T4c4baFqGJ3u1GGqWNP { top:49.8125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmeqIhLiQTAaCb3bQMHUOynAqC7CnBI { top:42.4375rem;left:29.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZVNqEVdW6xOGK9svXZkpEzSvoTZXida { top:42.4375rem;left:37.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPm9w9K3xp3c7bTclkubnTiStWTV1LQf { top:42.4375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvP7x6I6L2qvmFkWon0y7PLJAyibmamB { top:46.1875rem;left:40.25rem;width:7.5rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVlVKErTyFRoGM93VXPIaoU7hCTJBHMe { top:42.4375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { top:3.5625rem;left:7.5308933258056rem;width:32.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { top:9.9375rem;left:0rem;width:47.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKB2s2ORI9MxWouxmo0ySdzfU4nnP4ye { width:23.25rem;height:3.375rem;top:79.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbNARkTwi8dPHlLoT8ebenrbAVhLH3Sr { display:block; }
 }@media only screen and (max-width: 763px) { #s67IRnQyBCtkh7liA7at79M08vNMbE0t { top:11.8125rem;left:0rem;width:47.75rem;height:35.863733905579rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQyvTxN9HVrM5zWCS4ULAH6H9zRM5Vwc { top:58.125rem;left:0rem;width:18.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPIUQJmsEgqeUk24y6Obp1NGcc6BCBqV { top:58.125rem;left:5.25rem;width:18.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPp97OimiipQTX42A9ILbUmC0D2dVTna { top:58.125rem;left:29.5rem;width:18.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNgmRcUOgTnWH6Xg2kBu4A6FAdN0VxB { top:58.125rem;left:24.1875rem;width:18.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFruKAk1yl1pfxPM8wCk9156OUzVBqEO { top:61.5rem;left:0rem;width:18.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7rT1S8HDUG4HysOwTTddOp6IF7ROQN { top:62.4375rem;left:0rem;width:16.75rem;height:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDdRR4Cc6FvkSuzcyK83RltJukJL2OzQ { top:61.5rem;left:5.25rem;width:18.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMX997ku1hSSavysTGN3u1BcToyKxVft { top:62.4375rem;left:6.1875rem;width:16.75rem;height:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTUApkP0s9eOcDTaKvne3aDzTNis8xM9 { top:61.5rem;left:24.1875rem;width:18.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNeXFgpTJL3TkBAzeMRdFUsrclQLV74x { top:62.4375rem;left:25.125rem;width:16.75rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7D3483RTw8JSeCIGvnGHcvGhFcumTU7 { top:61.5rem;left:29.5rem;width:18.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPftXBX1SWDAUGJSu0l5IqMQCV9xXo3d { top:62.4375rem;left:31rem;width:16.75rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHUZJzFtJZ9wLe1IiHWxfCMF8ImKVCsc { top:58.8125rem;left:0rem;width:16.4375rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdWhExDRJP0adZ54h0504TizvSGi0bHS { top:58.8125rem;left:6.1875rem;width:16.4375rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAqgSk4FUffNBeJ5yxbdV68lX1DR1EfU { top:59.375rem;left:25.125rem;width:16.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STsaQG13PL4T7pR8Al89hac4SagcEn7Q { top:59.375rem;left:34.3125rem;width:13.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO2k88HCqDuSpkzWTTK2VsqRmD15KSLB { top:58.6875rem;left:1.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irtzqeIQMlP2EWUBmWfy8SOkJaOTPsAC { top:58.5rem;left:20.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF1ZnELNvV34bclTx6pzqdm83sT2BTCg { top:58.625rem;left:39.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGeM7n299mw4erTRgvocsNPb4tNVIlnM { top:58.8125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { display:block; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3zy24BTTFTT3pdlTGO8eTvWIVrTlKLH { width:7.125rem;height:1.875rem;top:0.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bd90510-fbd2-4e5f-aeb5-588f71b40918/projectpic.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;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.35); }#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.35); }#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:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiaUoDzoHo5ToIA1Vs96N8vurGeUZLeZ { width:7.8125rem;height:3.71191875rem;top:3.455078125rem;left:6.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRNPPF5mesAS7i7903g9ePmwiAJlrT0q { width:13.1875rem;height:2.5rem;top:8.392578125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQmyLTWnuBprDaqwqRbZPo8uOdc4uUab { width:0.125rem;height:5.625rem;top:12.142578125rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ { display:block; }#cert5ldfFTmRTCPeAUIV3nLBpBzdAbWJ > .row .container { width:20rem;height:54.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { width:17.5rem;height:2.75rem;top:14.5810546875rem;left:1.25rem;font-size:0.8125rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block; }
 }@media only screen and (max-width: 763px) { #wbJfD8fGFBB1nUWbU2azNg84sUEyVyAi { width:20rem;height:9.0625rem;top:18.5810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VomopW5vVVbetU93rgJW4OTTHlVgnqxp { width:14.75rem;height:2.798825rem;top:29.9560546875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkCv6915kn3zdPiXtSmmVBpR94rCOq32 { width:16.875rem;height:2.798825rem;top:35.962890625rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgSz1eMoxAG5tUuV6T3r8ENVt3rCOH9y { width:16.875rem;height:2.798825rem;top:42.080078125rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGslRZbGlPTnlhVXvDQG7iXipur42qdo { width:19.75rem;height:4.5625rem;top:28.8935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLnXs01elMBqktTWSHCgHl52eInObbIc { width:19.75rem;height:4.5625rem;top:41.0185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEJkTWdAgEqVXPHhaM8iI5WduVUiQIn6 { width:19.75rem;height:4.5625rem;top:34.9560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDZiNToSQlZclvmIMUWTGLNMaafTJUcK { display:flex;width:2.5rem;height:2.5rem;top:46.8310546875rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #D9CEGSNyP0NwKtqiF9cCOAweClaAFEtF { display:flex;width:2.5rem;height:2.5rem;top:14rem;left:8.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZTsohSSz8dK3xV4PoZxgutt5wHSMsbW { display:flex;width:2.375rem;height:2.375rem;top:50.5810546875rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf3d994b-7646-4881-b71b-d6fd4ebf1881/Gemini_Generated_Image_w91svxw91svxw91s1.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,179,20,0.7); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,179,20,0.7); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .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); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:98.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { width:20rem;height:5.0625rem;top:97.497335433963rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { width:7.9368125rem;height:0;top:99.372335433963rem;left:12.062322020531rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { width:7.0623125rem;height:0;top:100.87269020081rem;left:12.937676787376rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { width:5.7492875rem;height:0;top:98.122335433963rem;left:14.250709891319rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { width:4.562325rem;height:0;top:100.68536567688rem;left:9.1867898702619rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { display:flex;width:1.5625rem;height:1.5625rem;top:100.37286567688rem;left:7.4360793828963rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { width:1.25rem;height:0;top:100.68536567688rem;left:6.061789393425rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { width:5.499825rem;height:0;top:98.122335433963rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { display:flex;width:1.5625rem;height:1.5625rem;top:100.24769020081rem;left:4.186789393425rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { width:1.31214375rem;height:0;top:100.68536567688rem;left:2.9367896318436rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { display:flex;width:1.5625rem;height:1.5625rem;top:100.43501091003rem;left:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { width:20rem;height:4.0625rem;top:16.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { display:flex;width:1.25rem;height:1.25rem;top:18.6875rem;left:0.9375rem;font-size:0.875rem;z-index:15110; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { width:1.31214375rem;height:1.13671875rem;top:18.8125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { width:8.5rem;height:1.29980625rem;top:16.875rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15099;font-family:montserrat;font-weight:700;font-style:normal;color:#111111;display:block; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { display:flex;width:1.25rem;height:1.25rem;top:18.5625rem;left:3.5625rem;font-size:0.875rem;z-index:15111; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { width:1.25rem;height:1.13671875rem;top:18.8125rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { display:flex;width:1.25rem;height:1.25rem;top:18.6875rem;left:6.25rem;font-size:0.875rem;z-index:15112; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { width:5.75rem;height:1.13671875rem;top:18.8125rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { width:7.9368125rem;height:1.29980625rem;top:17.6875rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { width:7.0623125rem;height:1.13671875rem;top:18.8125rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { width:5.7492875rem;height:1.13671875rem;top:16.5625rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15122;color:#fcb314;display:block; }
 }@media only screen and (max-width: 763px) { #Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { width:19.875rem;height:1.625rem;top:1.25rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #KPL6FKI4ARGNaDUzpoimtNrVg2Q4MZ0x { width:20rem;height:4.0625rem;top:20.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #d4yRdN808Mk608CretLrPLlXEdK1xHkd { display:flex;width:1.25rem;height:1.25rem;top:22.8125rem;left:0.9375rem;font-size:0.875rem;z-index:15132; }
 }@media only screen and (max-width: 763px) { #TWIh71qmQ8QFA9kzXxxknQWEMSzCfuXa { width:1.31214375rem;height:1.13671875rem;top:22.9375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #FMSzLoEIONhZPTAydMLVqB89kPQTf63s { display:flex;width:1.25rem;height:1.25rem;top:22.6875rem;left:3.5625rem;font-size:0.875rem;z-index:15133; }
 }@media only screen and (max-width: 763px) { #bWTM28hblDNZ8IRkcmmg7pIrzE3IAkJy { width:1.25rem;height:1.13671875rem;top:22.9375rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #tk0bS2ArU4gcvd6r5AXiS86cpADaXPX7 { display:flex;width:1.25rem;height:1.25rem;top:22.8125rem;left:6.25rem;font-size:0.875rem;z-index:15134; }
 }@media only screen and (max-width: 763px) { #nc4PNQsFmekJJLyThPrp6hpniVMEK0KQ { width:5.75rem;height:1.13671875rem;top:22.9375rem;left:7.125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #Dm0fUeUvpxbVS3JKJB6UT7SyOonxrMgd { width:11.4375rem;height:1.29980625rem;top:21rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15121;font-family:montserrat;font-weight:700;font-style:normal;color:#111111;display:block; }
 }@media only screen and (max-width: 763px) { #fsmhgMSXRsGD7ir8eKNZGLlG7gO7RxKs { width:7.9368125rem;height:1.29980625rem;top:21.8125rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #vM3p2IEfsTBiPX6DcNTkkK4lMTEydUWM { width:7.0623125rem;height:1.13671875rem;top:22.9375rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #vTboBvKLb1o50nyKVT1OMJz7FATVpGdv { width:5.7492875rem;height:1.13671875rem;top:20.6875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15144;color:#fcb314;display:block; }
 }@media only screen and (max-width: 763px) { #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { width:9.0625rem;height:5rem;top:3.75rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL76AEMOdCFvSyXCH1wTRxzIrvMJDF42 { width:20rem;height:4.0625rem;top:24.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #n9yI7Dx9hKvpytvuT7a3h2nN9KVeBbAB { display:flex;width:1.25rem;height:1.25rem;top:26.9375rem;left:0.9375rem;font-size:0.875rem;z-index:15143; }
 }@media only screen and (max-width: 763px) { #DkgzyfJ9yngsPKlTZmKIC24fdr7kMkTM { width:1.31214375rem;height:1.13671875rem;top:27.0625rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #m1uxEvCDJrsDMD682rfEKvrIPxvcotTb { display:flex;width:1.25rem;height:1.25rem;top:26.8125rem;left:3.5625rem;font-size:0.875rem;z-index:15144; }
 }@media only screen and (max-width: 763px) { #GeI9nl6OcJrTTgVoyzpza5y9xC7WKlUh { width:1.25rem;height:1.13671875rem;top:27.0625rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #P30ytD1bUoSfFQix1dbATnTGOa28qwsI { width:8.5rem;height:1.29980625rem;top:25.125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15132;font-family:montserrat;font-weight:700;font-style:normal;color:#111111;display:block; }
 }@media only screen and (max-width: 763px) { #RTtzFnwg1nzGNbdBUkIflCS28HWLQpJ1 { display:flex;width:1.25rem;height:1.25rem;top:26.9375rem;left:6.25rem;font-size:0.875rem;z-index:15145; }
 }@media only screen and (max-width: 763px) { #IrvEKKTLkbTRtwrHZPz8ghKJQcrUDiuW { width:5.75rem;height:1.13671875rem;top:27.0625rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #A210dP0xT6ALgnxMpVTcJCTnTdG9LRxK { width:7.9368125rem;height:1.29980625rem;top:25.9375rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #KaOdpZWX2TEgNfSQ5gXzIu76gLW9cBXJ { width:7.0623125rem;height:1.13671875rem;top:27.0625rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #XTPOH5o6CCvlHw0sb1Deq3RJzvN9WMWq { width:5.7492875rem;height:1.13671875rem;top:24.8125rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15155;color:#fcb314;display:block; }
 }@media only screen and (max-width: 763px) { #IlqlQT627UcU1FxQ1FxBgTtVby66EBOd { width:19.375rem;height:20.625rem;top:29.8125rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoJ8UFDpEsIWvCRgNoivBWm6eLMwVak6 { width:19.375rem;height:13.375rem;top:52.3125rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed9EaRUzKCqygOa7lozvOcpk1QSJ9KH8 { width:19.375rem;height:13.375rem;top:67.5625rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7hhndGMVEL2B15MnMheZT0aAhC78wS8 { width:19.375rem;height:13.375rem;top:82.8125rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5K6w5OszuuKWC6Lhsq61OyFp0iPPehS { width:20rem;height:3.75rem;top:50.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MhNcqE7QLnwU5IEuKl3Df4ilt0y36yRg { width:14.3125rem;height:auto;top:51.8125rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ByUnDHt0fBfLUpZyGLSk3qZQTZ1qv3mF { display:flex;width:1.625rem;height:1.625rem;top:51.875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yCz3Obem1S6AGig5hdCyJesiNoMdVcdt { display:flex;width:1.625rem;height:1.625rem;top:51.6875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DLCenSwvGsgoHUAuUtUFo2TEiIaRogfN { width:1.375rem;height:auto;top:52.125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FyRRmP2cX5WSV9F2vnTTtDBkxPi0Xn9I { width:6.8125rem;height:auto;top:52.125rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ooU7D6tAsC3N4cZvxnZExB7SyEH9S7g6 { display:flex;width:1.625rem;height:1.625rem;top:51.8125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #U3UORw6hN0Pdbsik0rBwVrWyXkXhHKkd { width:1.3125rem;height:auto;top:52.125rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #NBUifePCsVFqEt6uzJre1JDAMoTgeTiP { width:5.75rem;height:auto;top:52rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #UpfEEvPKHG0Otr1vNVMysito08LnmzoW { width:7.9375rem;height:auto;top:51.75rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #QBnVGTpqonGZFPqMEDfXPVuTXDnMPaUp { width:7.125rem;height:auto;top:52rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #QwuB6pts7IlhB2WfqJeoR1xQ9XceXX5Z { width:20rem;height:3.75rem;top:54.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wrevcfCX8thF90I6kp8RwtbkWaJRTfpk { width:14.3125rem;height:auto;top:55.625rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CBGgRhu01ZFidPNkbVSvwCIRguRdwugh { display:flex;width:1.625rem;height:1.625rem;top:55.6875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VErfU6io1WTIr7EVgpHGX27GIyR0uo7e { display:flex;width:1.625rem;height:1.625rem;top:55.625rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1934O4TbOIcMlKUi8yNQqhXxv6JZI6d { width:1.375rem;height:auto;top:55.9375rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tsm7MrMO1119zzBxucSyynMxGTaoJVGC { width:6.8125rem;height:auto;top:55.9375rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BxUJQeoDbTBv6LVaztm2wsrwCl7zVoeX { width:1.3125rem;height:auto;top:55.9375rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #X0ROyAp1AlrHZiRqUgb5UxlCJVV3giot { display:flex;width:1.625rem;height:1.625rem;top:55.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNMffs1esHI7evXqL4RCZiUS7dnsFrRT { width:5.75rem;height:auto;top:55.8125rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #R9sXoZnvesNEKtCfOgougN2ykzo5pE5t { width:7.9375rem;height:auto;top:55.5625rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #TUluvHzNB6vQBxKFVywMeeQERP2DWDpS { width:7.125rem;height:auto;top:55.8125rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #tn5eEWt6nzTxQfw95v2CIWB4I5T8akKz { width:20rem;height:3.75rem;top:58.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BzkWLD16iv51BoXmOlxcPsTIIiqwyTP2 { width:14.3125rem;height:auto;top:59.4375rem;left:2.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DwPJ1XH7254szXAxvLBswEeHDNIv2cbk { display:flex;width:1.625rem;height:1.625rem;top:59.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvkfUHxIVPl4VlElODciBAivowTNJTDd { display:flex;width:1.625rem;height:1.625rem;top:59.4375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tneufFBKTFT4hi1KoFKTP2TEXNM6hiFM { width:1.375rem;height:auto;top:59.75rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MvFeNmQweSkILQOQkKAREywNIsefWUbp { width:6.8125rem;height:auto;top:59.75rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #F14Sw2VRZwdCO750adXtBF4OMzo5sFsT { width:1.3125rem;height:auto;top:59.75rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Tgv9dMzHyFa8QWd5PsSws7p7gU9fahlT { display:flex;width:1.625rem;height:1.625rem;top:59.3125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRep15g2dSl8VmqwWXN9IVkgD4I0v5FP { width:5.75rem;height:auto;top:59.625rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #NOrxCtFNcBwAcSqIaOA0trKl1bgIwCMF { width:7.9375rem;height:auto;top:59.375rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #OqWA6mB80kITtJWN7saV1qdqhTLd30vU { width:7.125rem;height:auto;top:59.625rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8b79959-2b18-4f87-846d-0f863e99eb9c/aboutpic.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:19.5rem;height:8.9941125rem;top:7.43359375rem;left:0.25rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WuhPekDwxG5o878noP0gFgU4xI1qAuEs { width:20rem;height:0;top:17.62109375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z { display:block; }#f7MuIDKmWtgFrsSzo1Fe7tEW1dqPNs6Z > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #coFfUzsfv3Qyr50sERfueKeWT3gCsERO { display:block; }#coFfUzsfv3Qyr50sERfueKeWT3gCsERO > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:rgba(183,123,50,0.08);background-image:none;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { width:11.937125rem;height:1.625rem;top:1.25rem;left:4.030539393425rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { width:9.6875rem;height:5.625rem;top:3.7317237854004rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { width:9.6875rem;height:5.625rem;top:3.7317190170288rem;left:10.312499403954rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f96c99d0-42ba-4b4f-8e88-499150afcece/6.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.adaptive-delivery-prevent-bg, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyload, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { width:9.6875rem;height:5.625rem;top:10rem;left:10.3125rem;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/a4797a82-f8fc-4e9d-8b6c-1a8387098956/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.adaptive-delivery-prevent-bg, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyload, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { width:9.6875rem;height:5.625rem;top:16.25rem;left:10.3125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/88769260-02e9-42e9-a0c8-2ce4646b4aab/4.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { width:9.6875rem;height:5.625rem;top:10rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e5f61a0-1abb-4f61-ae9f-cd303f779a9f/2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.adaptive-delivery-prevent-bg, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyload, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyloading { background-image: none; }
#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { width:9.6875rem;height:5.625rem;top:16.25rem;left:0rem;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/c7202521-4ed3-447a-82f1-7fc27ea09c75/3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.adaptive-delivery-prevent-bg, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyload, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wniVXG7z1LyebS7sddqgwoIgayBVgRga { width:20rem;height:2.5rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGhrcrReU6ufLtQiXOKRT0k5ckxKN3My { width:20rem;height:16.875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUNZSXdQXVi269zztzzuhgTl2zHDQZaZ { width:20rem;height:1.04980625rem;top:23.224609375rem;left:0rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HuWNwo7Tc11LsmdBE6kldDnm5T1HiHD9 { width:20rem;height:17.8125rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxZ1dBAMxZ8NrCprOGJZrtMOvLCAhm1P { width:20rem;height:2.5rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQdTUx9oxOTG0avrmkmIKhmH8EPVTAPc { width:20rem;height:1.04980625rem;top:43.287109375rem;left:0rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzDWcmGOkLGc3Ddl7CqUfTGUJKutKQBK { width:2.5rem;height:2.5rem;top:26.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrAMEg4PmNKCnFLQ23xCUTh3LODRTJeD { width:2.5rem;height:2.5rem;top:26.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZQv1CcQqvhU7CZAHosZqtWEuVpXNC0C { width:2.5rem;height:2.5rem;top:26.5625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6AOZ7mTlmT1xG3Zx7vBAtd1PCDyvLM { width:2.5rem;height:2.5rem;top:31.5234375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvbTVHDNbbb8xmMXMCd0EPQbcc1EvUai { width:6.25rem;height:0.8994125rem;top:29.6875rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8H5XomgJAlbHxX87ThUckQpbi3yD2EW { width:6.25rem;height:0.8994125rem;top:29.6875rem;left:6.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbSlASN4C1NJEW3Jv6skyDqowdCvULZm { width:6.25rem;height:0.8994125rem;top:29.6875rem;left:13.125rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCwHPazATL20zcoQAH65Xd8JonR5IBwp { width:6.25rem;height:1.798825rem;top:34.6484375rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pik3Wd3JXFyk9lfTvoVbk8V2IWfrlVkD { width:6.25rem;height:0.8994125rem;top:34.6484375rem;left:6.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8eUpPEIffVmm0X1xfkTSOxtyyrpNBtD { width:2.5rem;height:2.5rem;top:31.5234375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7Up5f3GM2GBNe9zAmNf1tZTLsXaooKA { width:2.5rem;height:2.5rem;top:31.5234375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqOIKJqK2Zi2XdfeXmCT3TxvabauqC53 { width:7.5rem;height:0.8994125rem;top:39.609375rem;left:6.25rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuugsvJARgxAmHyGhTwUX7ArSFvuXDtq { width:2.5rem;height:2.5rem;top:36.484375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBSsE21nwiApdihXkyk1oVDuX3NoXF1 { width:6.25rem;height:0.8994125rem;top:34.6484375rem;left:13.125rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJzS8T84uvCbOx692ucPfUXzTToLMH0Z { width:6.25rem;height:1.798825rem;top:55rem;left:6.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmnPenK2eX83DBX2F8fXMVcHtoJXSoR3 { width:2.5rem;height:2.5rem;top:51.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o61f6rBeDgyTE17wpym7PTiHzdJWeQp7 { width:6.25rem;height:0.8994125rem;top:54.875rem;left:13.125rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idy1UWWB4uEp2IQMliknwtSz0BzrAKBo { width:2.5rem;height:2.5rem;top:51.875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #gynwB4fI80St8l8ILoUSytavniPUbPQI { width:6.25rem;height:1.798825rem;top:55rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1CUBIM4KAXUadWPMZvKwvXey0mT4w2 { width:6.25rem;height:1.798825rem;top:49.6875rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQB0FmZqcxlH4SM74WaiW0yDqxWz6Sb8 { width:6.25rem;height:1.798825rem;top:49.6875rem;left:13.125rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CsKGgBvVO8bwekyKB6OfHMZ7Kd92Brql { width:6.25rem;height:0.8994125rem;top:60.5478515625rem;left:6.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTPAR968Aq672T4c4baFqGJ3u1GGqWNP { width:2.5rem;height:2.5rem;top:57.4228515625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmeqIhLiQTAaCb3bQMHUOynAqC7CnBI { width:2.5rem;height:2.5rem;top:46.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZVNqEVdW6xOGK9svXZkpEzSvoTZXida { width:2.5rem;height:2.5rem;top:46.5625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPm9w9K3xp3c7bTclkubnTiStWTV1LQf { width:2.5rem;height:2.5rem;top:51.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvP7x6I6L2qvmFkWon0y7PLJAyibmamB { width:6.25rem;height:0.8994125rem;top:49.6875rem;left:6.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVlVKErTyFRoGM93VXPIaoU7hCTJBHMe { width:2.5rem;height:2.5rem;top:46.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf3d994b-7646-4881-b71b-d6fd4ebf1881/Gemini_Generated_Image_w91svxw91svxw91s1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,179,20,0.5); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,179,20,0.5); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.625rem;line-height:1.2;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:27.1982421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.3994125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { width:18.187125rem;height:1.625rem;top:1.25rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { width:20rem;height:14.6875rem;top:3.7724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKB2s2ORI9MxWouxmo0ySdzfU4nnP4ye { width:19rem;height:3rem;top:63rem;left:0.5rem;font-size:0.875rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbNARkTwi8dPHlLoT8ebenrbAVhLH3Sr { display:block; }
 }@media only screen and (max-width: 763px) { #s67IRnQyBCtkh7liA7at79M08vNMbE0t { width:17.125rem;height:12.8125rem;top:4.7099609375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQyvTxN9HVrM5zWCS4ULAH6H9zRM5Vwc { width:20rem;height:2.5rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPIUQJmsEgqeUk24y6Obp1NGcc6BCBqV { width:20rem;height:2.5rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPp97OimiipQTX42A9ILbUmC0D2dVTna { width:20rem;height:2.5rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNgmRcUOgTnWH6Xg2kBu4A6FAdN0VxB { width:20rem;height:2.5rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFruKAk1yl1pfxPM8wCk9156OUzVBqEO { width:20rem;height:8.75rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7rT1S8HDUG4HysOwTTddOp6IF7ROQN { width:16.75rem;height:6.9834rem;top:22.4375rem;left:0.9375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fDdRR4Cc6FvkSuzcyK83RltJukJL2OzQ { width:20rem;height:11.3125rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMX997ku1hSSavysTGN3u1BcToyKxVft { width:16.75rem;height:9.2568375rem;top:34.375rem;left:0.9375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTUApkP0s9eOcDTaKvne3aDzTNis8xM9 { width:20rem;height:5.625rem;top:47.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNeXFgpTJL3TkBAzeMRdFUsrclQLV74x { width:16.75rem;height:3.57324375rem;top:48.875rem;left:0.9375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U7D3483RTw8JSeCIGvnGHcvGhFcumTU7 { width:20rem;height:4.5rem;top:56.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPftXBX1SWDAUGJSu0l5IqMQCV9xXo3d { width:16.75rem;height:2.436525rem;top:57.6875rem;left:0.9375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DHUZJzFtJZ9wLe1IiHWxfCMF8ImKVCsc { width:16.4375rem;height:0.9746125rem;top:19.86328125rem;left:0.9375rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OdWhExDRJP0adZ54h0504TizvSGi0bHS { width:15.4375rem;height:0.9746125rem;top:31.82421875rem;left:0.9375rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nAqgSk4FUffNBeJ5yxbdV68lX1DR1EfU { width:16.4375rem;height:0.9746125rem;top:46.2001953125rem;left:0.875rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STsaQG13PL4T7pR8Al89hac4SagcEn7Q { width:13.4375rem;height:0.9746125rem;top:55.0751953125rem;left:0.875rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TO2k88HCqDuSpkzWTTK2VsqRmD15KSLB { display:flex;width:1.75rem;height:1.75rem;top:19.40625rem;left:17.625rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #irtzqeIQMlP2EWUBmWfy8SOkJaOTPsAC { display:flex;width:1.9375rem;height:2.0625rem;top:31.03125rem;left:17.373046875rem; }
 }@media only screen and (max-width: 763px) { #TF1ZnELNvV34bclTx6pzqdm83sT2BTCg { display:flex;width:1.75rem;height:1.75rem;top:45.8125rem;left:17.560546875rem; }
 }@media only screen and (max-width: 763px) { #SGeM7n299mw4erTRgvocsNPb4tNVIlnM { display:flex;width:1.6875rem;height:1.4375rem;top:54.78125rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }