.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ffffff;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#14213b;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;overflow:visible;position:relative;display:block; }#vn46PUS7UMFamcN1TWPxFmJRvVdN10oD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.0625rem;left:61rem; }
#vn46PUS7UMFamcN1TWPxFmJRvVdN10oD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#RhcawqxPlZEurWcpxsaKEadsk353NexL { color:#b68c5a;display:block;width:11.375rem;position:absolute;font-family:"libre baskerville";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:63.5rem;height:1.7871125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vexQo9HeKHNH9GxCWXa6npqyKx57BlZm { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:23.875rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#m50gCpBc6wKZmrm6985z4KuJIG8GOybC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2ef73f5-86f2-4d6d-9b4d-f56ad44a20b9/topoverlayv01.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC.adaptive-delivery-prevent-bg, #m50gCpBc6wKZmrm6985z4KuJIG8GOybC.lazyload, #m50gCpBc6wKZmrm6985z4KuJIG8GOybC.lazyloading { background-image: none; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row .container { background-color: transparent; background-image: none; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row .container > .video-iframe-container { display: none; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row > .video-iframe-container { display: none; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .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); }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row .container { border-width: 0; border-radius: 0; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC::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; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row .container { font-size:0.875rem;font-family:arial;height:38.125rem;width:75rem;position:relative;display:block; }#PTnh6HSOHS4p58ZeJbdTv0CN5kOTZiIm { color:#ffffff;display:block;width:17.561625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:3;letter-spacing:0;top:10.057983398438rem;left:0rem;height:0;font-style:normal;display:none; }#PTnh6HSOHS4p58ZeJbdTv0CN5kOTZiIm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PTnh6HSOHS4p58ZeJbdTv0CN5kOTZiIm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
#i7dzKJxOgaz8AaSwatBmRX9rJFygKqEk { color:#ffffff;display:block;width:38.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.246337890625rem;left:0rem;height:2.92419375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OdEKV2kCSpihfZsFR5O721PKIrspfnGr { color:#ffffff;display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#DyhDNauqTbaaaX1Z3MVU90Rhnd9tPX8b { color:#ffffff;display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#misTTM1pUThMe0ZhtcKoIxkuSSn6UH3h { box-sizing:content-box;height:23.4375rem;width:17.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:5.125rem;left:57.25rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.5) ;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; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-form-header {  }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:15.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.6; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:15.625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1.2; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-text {padding-top: 0; padding-bottom: 0;}#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:15.625rem;box-sizing:border-box;height:5rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1.2; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .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:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:15.625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-select {padding-top: 0; padding-bottom: 0;}#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#b88c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:15.625rem;height:2.8125rem;font-family:roboto;overflow:hidden;box-shadow: none;font-style:normal; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl [class*="-text"]:-moz-placeholder { color:#161616;font-family:barlow;font-size:0.875rem; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl [class*="-text"]::-moz-placeholder { color:#161616;font-family:barlow;font-size:0.875rem; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:barlow;font-size:0.875rem; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:barlow;font-size:0.875rem; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:14.4375rem;overflow:hidden;font-style:normal;float:none; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .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; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-container:first-of-type{padding-top:0;}#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-container:last-of-type{padding-bottom:0;}#UXuzIVURffFqudVDTSLoc7PliylabAZl  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:56.875rem;top:7.625rem;z-index:15004;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.625rem;display:block;vertical-align:top; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl {display:block;}#UXuzIVURffFqudVDTSLoc7PliylabAZl { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:56.875rem;top:7.625rem;z-index:15004;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #aJwq7qFpxK9QaPrCNE53Wu2OKKpnDCGT { position:relative; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #dr0Z71E0op1qAT9ICh8ObVAZCRRB0Tq8 { position:relative;display:none; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #tkKlezMBquDlq1DrqV3K8ZXt3lpoyv1n { position:relative; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #Vlo5wqZT85JvxI1TTX4XL5kB7znW9LbE { position:relative; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #Q4pTQyDaramvJmHru31pU39BHfigvTRk { position:relative;display:none; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #qmLCLfr1XuLCRxsJsPnEzvHNOUVg2g40 { position:relative; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #If34cPnCy7LzaPApgIn27oM3Eub7gyzB { position:relative; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #sAT1GDwcD9FAyzJIbIyymHNETnE9pZKK { position:relative;display:none; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #RUZo7AyT1WG1S8o4FbksgCeq8TQTl52s { position:relative; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #pqHdiAEX3rAr9HU1xvRGoFxuhuHEC75f { position:relative; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #h6HusPCEg1xvQNhPuldT5BgbBwmK9IBF { position:relative;display:none; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #R96ANKTJXz7wF6g36uTmSJ3tOFrOUaX8 { position:relative; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #rL64Tw5eUZT99NRiOBcyZSvn9oSQVAH1 { position:relative; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl #DBtfH3LehMqN38T57zTXgATN6HOTtLxt { position:relative; }
#gCivAyWhpmx1y8mT1tCPrZLzVaxvJIVd { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"libre baskerville";font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:6.125rem;left:58.0625rem;height:2.0996125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mOylESNK5cSLpNvPXAJdrplzCMbdqa98 { color:#ffffff;display:block;width:45.6875rem;position:absolute;font-family:"libre baskerville";font-size:4.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:11.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Cbp9OspsXSOHSW9ZsEoZuAtnFWfp6Mkn { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:"libre baskerville";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:17.67578125rem;left:0rem;height:5.5234375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lF4xRqPsNSfy9gbDhGct1bM1UnXBEtSM { color:#ffffff;display:block;width:35.5625rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:26.9140625rem;left:0rem;height:5.84765625rem;text-align:left;text-align-last:left;display:block; }
#nQeAT0Q5uVaSrOBl4CsgX4rUCDJW3mPN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.4375rem;width:20.1875rem;top:7.625rem;left:36.21875rem;overflow:hidden;display:block; }
#ieG9UxKXHXZUzkpel782GsQF0XzFCJ5M { color:#000000;display:block;width:15.125rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:26.5390625rem;left:58.40625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MaHpTV8KDCqER44IVddyHerTl8dmelLE { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rP9ybkhDKhiqRNFE8IpyMTMdq7w9eLh1 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:31.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EdCiw1uwyc3Q6NpV0IpCoHnccW7o9q31 { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:44.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b88c5a;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; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container { background-color: transparent; background-image: none; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container > .video-iframe-container { display: none; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row > .video-iframe-container { display: none; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .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); }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container { border-width: 0; border-radius: 0; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#FnuQV1pfEPBfXGqF5ynnZVUG2Xd5DLOJ { color:#ffffff;display:block;width:17.3125rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3125rem;left:8.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oocrPfb8B1lVrb5q6P0lm1QhUviSHrpk { color:#ffffff;display:block;width:22.5rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:44.25rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hIN4SPdoOEG0Rqn2kKAGwkTL7h7po34o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:0.8125rem;left:26.875rem; }
#DC5gB4fvwkxk5eFHdl2ZE7wuBanUmnT0 { color:#ffffff;display:block;width:6.5625rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:31.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETiMzIivC97DqQIOrDfvsBqolOwo5E0g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.8125rem;left:39.0625rem; }
#Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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; }#Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 > .row .container { background-color: transparent; background-image: none; }#Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 > .row .container > .video-iframe-container { display: none; }#Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 > .row > .video-iframe-container { display: none; }#Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 > .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); }#Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 > .row .container { border-width: 0; border-radius: 0; }#Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 > .row .container { font-size:0.875rem;font-family:arial;height:62.9375rem;width:75rem;position:relative;display:block; }#VBc9W5J5IwtFQGNCytGuECHnNFQUfCzR { color:#000000;display:block;width:59.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.0625rem;left:7.71875rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#ELskAnykVauUipVdxyxKFPkPJqqTXsoX { color:#162542;display:block;width:63.125rem;position:absolute;font-family:"libre baskerville";font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5693359375rem;left:5.9375rem;height:3.16796875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iRHavZu97ilN8EUyky8cfSw7J3ATL9RP { color:#000000;display:block;width:55.125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:48.0625rem;left:9.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EuEmiQ01NaTN1CpdtcTT47afW0QTpy35 { background-color:#b88c5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:54.8125rem;left:27.4375rem;display:block; }
#zllcvTAWRPLEmzFO6Vh8AEUrH5NWgkFn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAyiw7uXrQEfz9zTSEMNn9Zl95SWksM1 { color:#000000;display:block;width:59.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.75rem;left:7.71875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ROXG2bNwTR0HD3DXrMRVUfEV5lW8d2x5 { color:#000000;display:block;width:59.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:20.505859375rem;left:7.71875rem;height:6.75rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V47lPf60efeG32HiuAsCi9784TRLrx2S { color:#000000;display:block;width:59.5625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:29.505859375rem;left:7.71875rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T25btgh6iPmam6ldQVsOcDz3ToSMOB7u { color:#000000;display:block;width:59.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:34.130859375rem;left:7.71875rem;height:10.125rem;text-align:left;text-align-last:left;display:block; }
#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 { position:relative;display:none; }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 { border-width: 0; border-radius: 0; }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 > .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; }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v { position:relative;display:block; }#WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v { background-color: transparent; background-image: none; }#WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v > .row .container > .video-iframe-container { display: none; }#WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v > .row > .video-iframe-container { display: none; }#WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v > .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); }#WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v { border-width: 0; border-radius: 0; }#WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v > .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; }#WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:32.4375rem;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; }#gW3S40dUzI3S1h3PClsBDJQoJneQHPya { box-sizing:content-box;height:15.3125rem;width:17.3125rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:5.6875rem;left:0.75rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.25) ;display:block; }
#T7ekTQDFKHn0fdRaoZa2WvrAgJ2lTAN2 { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.125rem;left:2.0625rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D5NxdQtOyRFADEBLcA71hT6OZeKvH3w5 { box-sizing:content-box;height:15.3125rem;width:17.3125rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:5.6875rem;left:19.5rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.25) ;display:block; }
#vhBm5DBQ0fAfL9odT8Kupwdshs9BCJnK { color:#000000;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.125rem;left:20.1875rem;height:7.3095625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6kmxEhgy0GNK1wWORKnwn4ZTESI0u0c { box-sizing:content-box;height:15.3125rem;width:17.3125rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:5.6875rem;left:38.25rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.25) ;display:block; }
#BxgwDy91ktlmeaJxz2vD1MGdR6SvJxu3 { color:#000000;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.125rem;left:38.9375rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qox7CPEe8N4k9MaRIQikOwS7MXm6BqTz { box-sizing:content-box;height:15.3125rem;width:17.3125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:5.6875rem;left:57rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.25) ;display:block; }
#Igqg7e2nsHmZSq99rLQty8tVG5Ad3weM { color:#000000;display:block;width:15.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.125rem;left:57.6875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBCtPHaDhyD970VkAC7OK9paE4zDX3F3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:7.625rem;left:26.5625rem; }
#e5P4qJlchF9lGBeooExWcMW7ZP1EwSIo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:7.125rem;left:44.8125rem; }
#U677nmPUyMceTLTK15zx4Tt7zwRszfH5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:7.625rem;left:64.0625rem; }
#V5z7QHfOCwZHzl8UNSTPlpcptfFgPPZ0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:7.375rem;left:7.5625rem; }
#mTlmqKgPvKOMPMTxTpAKymKKnz5OWDsq { color:#162542;display:block;width:75rem;position:absolute;font-family:"libre baskerville";font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.8193359375rem;left:0rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Auwc31EdsLxdT6hWVdMGIBW37Xuwon1b { background-color:#b88c5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.75rem;left:27.4375rem;display:block; }
#RwBUxUQkNH6m3lxPtRlpmhItZlCE20kp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0aea3c5e-e2f6-4f4b-9501-f4ee1f564f6d/texturegrey.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p.adaptive-delivery-prevent-bg, #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p.lazyload, #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p.lazyloading { background-image: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { background-color: transparent; background-image: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.46); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container > .video-iframe-container { display: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.46); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row > .video-iframe-container { display: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .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); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { border-width: 0; border-radius: 0; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p::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; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#SRTqd4iJvT5ri7kbrrZsWsHQC36TrVVs { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.7255859375rem;left:0rem;height:26.31445rem;display:block; }
#JyL6gbXcq33F0IsNr7Erxm3lZ5CxIg8M { 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:18rem;width:21.5rem;top:4.4375rem;left:49.125rem;overflow:hidden;display:none; }
#Olbmlbl25C0cCph6pKRRTqW0HqkgsVc8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.25) ;height:31.0625rem;width:28.25rem;top:4.0390625rem;left:46.0625rem;overflow:hidden;display:block; }
#Ehkg5aoDmQ0XftCqwPNZnLB7oWfvpfGG { color:#161f48;display:block;width:38.875rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5234375rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q5Z6EGkequJmtEPd86IRWh8XiuTeUHPe { background-color:#b88c5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:39.8125rem;left:0rem;display:block; }
#r3TTCQ4h9eTPhnGf12aQKzbZLBbTx5ns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EhxVsxoA0dyX3Rq0r0Dv1POwOFgRTlw0 { color:#161f48;display:block;width:25.125rem;position:absolute;font-family:"libre baskerville";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4482421875rem;left:0rem;height:2.03125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#162542;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; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { background-color: transparent; background-image: none; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container > .video-iframe-container { display: none; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row > .video-iframe-container { display: none; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .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); }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { border-width: 0; border-radius: 0; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#BsXv736UdSCKRpvy0Ic2Xe56aAAEuuHv { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:12.27197265625rem;left:27.8125rem;height:7.871125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lXCHv0q1BfeB2oa0FQiTVpb1p95ACppm { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:12.27099609375rem;left:52.6875rem;height:7.871125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kT7afHhBtyHQtTwDGTtXUUq4PFGg1716 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:12.27490234375rem;left:2.8125rem;height:9.4453125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vJWEMoPDgsM2IfgdWiqPrfbNXTFC9HqA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.0625rem;top:9.375rem;left:8.46875rem;overflow:hidden;display:block; }
#KChCMmQuPUzdxV5Qkby8gGq7AlvwOucZ { color:#ffffff;display:block;width:66.625rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:4.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiS5PreCFpfQAepsF7hzrEQFwrDXoc2x { box-sizing:content-box;height:14.5rem;width:22.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,54,73,0.51);background-image:none;top:7.8125rem;left:1.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#umGXSyxsR4y0JxiXiPfSzH3SFTSOXmbv { box-sizing:content-box;height:14.5rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(48,54,73,0.51);background-image:none;top:7.8125rem;left:26.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#Sc6CKmSokVui40liitTGFrVxycvDqtBT { box-sizing:content-box;height:14.5rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(48,54,73,0.51);background-image:none;top:7.8125rem;left:51.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#aqNkuJahusn6tQKh68vrQEmUpC5cofDQ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:8.0625rem;top:9.375rem;left:33.46875rem;overflow:hidden;display:block; }
#yU8qW5TSmk5yq38DHzIAJW1NJM0OZ3cR { position:absolute;display:block;z-index:15010;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.75rem;width:8.0625rem;top:9.375rem;left:58.46875rem;overflow:hidden;display:block; }
#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/56329928-9eda-4133-bcee-e5680c573759/WhatsAppImage20250812at25513AM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA.adaptive-delivery-prevent-bg, #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA.lazyload, #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA.lazyloading { background-image: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { background-color: transparent; background-image: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,31,72,0.87); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container > .video-iframe-container { display: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,31,72,0.87); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container { display: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .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); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { border-width: 0; border-radius: 0; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA::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; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:75rem;position:relative;display:block; }#l1s3o2pqGzk4CIDsoIieZVZedOQenOOW { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:"libre baskerville";font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:8.53125rem;height:6.3359375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhaPbslbiCJzAtIeiaAzw2TzvNFJFk4z { color:#ffffff;display:block;width:56.0625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.25rem;left:9.4375rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3oTkB0m70b0I5qZENUevONCqT8eX0eB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:34rem;left:60.0625rem; }
#DEZ1FIsy8QzTBmuyM14Tv9HiWvDsNOtc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:34.375rem;left:10.8125rem; }
#IWLTMTMg6aPuZTyWMaSb2p4aHiGyIiUL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34rem;left:35.375rem; }
#RbmkTvnwFeBaa5R2KQCLK5AAPpouUDoh { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:"libre baskerville";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:39.6875rem;left:3.84375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zy9iOUt1N3b77Oro0T992pSq3EFvQORN { color:#ffffff;display:block;width:18.0625rem;position:absolute;font-family:"libre baskerville";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:39.6875rem;left:28.46875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KvT8741yRxZBQ6k1uDK1ekew4eUPFtyF { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:44.6875rem;left:52.6875rem;height:6.9043125rem;text-align:center;text-align-last:center;display:block; }
#QAgBAnMTy0Q9IvEOPFNf6gwGXp3iWWZR { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#161f48;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:58.3125rem;left:27.4375rem;display:block; }
#Tokm5UJhhvU9l79xTz3yQrMTGJ9F58B8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#niF2xGI40fJ4EWt9J43SAEoA4Z56sqZV { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:44.6875rem;left:3.375rem;height:6.9043125rem;text-align:center;text-align-last:center;display:block; }
#ZclGB2yonFQygNShJZ92MsewMJZFSLS9 { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:44.6875rem;left:28rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#xZKRaZXH5Lw9hq4ra4TXygLle70ezXq9 { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"libre baskerville";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:39.6875rem;left:54.1875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GS1ldepb2F9WutoVAadd91zJKQ5yiN7J { box-sizing:content-box;height:22.9375rem;width:22.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(48,54,73,0.51);background-image:none;top:32rem;left:1.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#vXkf8r98fPbqB9JERpUeoWOw6OqvDZ4R { box-sizing:content-box;height:22.9375rem;width:22.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,54,73,0.51);background-image:none;top:32rem;left:26.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#ZCDqU4wF2qOTlPlq1rbd0aEkuvrlCTcX { box-sizing:content-box;height:22.9375rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(48,54,73,0.51);background-image:none;top:32rem;left:50.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#XmrCPfAkBucoHqfUlIqboaWVb733TIea { color:#ffffff;display:block;width:66.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.4375rem;left:4.5rem;height:10.2334rem;display:block; }
#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { position:relative;display:none; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { border-width: 0; border-radius: 0; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .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; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.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:none; }#dxnpIgdK4CqdakxrcyVOQl3V9MwdyAV5 { color:#162542;display:block;width:66.0625rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7rem;left:4.46875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fy4l99lf793zouDZl9sElBcryq9Zn58a { color:#000000;display:block;width:60.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:13.125rem;left:7.375rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ { color:#000000;display:block;width:38.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:16.5625rem;left:21.8125rem;height:;text-align:left;text-align-last:left;display:block; }#TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ li:before{  }
#pUPXAis4MtZCqdczAImBu5hExf8u8PcI { color:#000000;display:block;width:59.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:27.375rem;left:7.8125rem;height:7.87109375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VpbAb0zg6OIUAgd14BNDg7ttNMg8Kqnb { box-sizing:content-box;height:40.1875rem;width:72.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.75rem;left:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#ZDKVJShpnDwAhUcKgNIvqnmDLJcoUek2 { background-color:#b88c5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:37.1875rem;left:27.4375rem;display:block; }
#V3Gn6fU5hQQvzRUoyicyJxCQSGXacgVd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h { position:relative;display:none; }#QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h { border-width: 0; border-radius: 0; }#QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h > .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; }#QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#a1BlgqimTQVyfMgmeH0O3memBQvv2CNX { color:#162542;display:block;width:23.75rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:25.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb { background-color:#ffffff;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:none; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container { border-width: 0; border-radius: 0; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;overflow:visible;position:relative;display:none; }#aAaX2lwvHBuHkA5kJSXUiPllcCnC66hM { position:absolute;display:block;z-index:15005;background-color:#b88c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.0462245941162rem;left:4.9348945617676rem;display:block; }
#BMFPSrCVQKx6AWe535qChslPeCRBU7yV { color:#000000;display:block;width:15.4373125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:14.375rem;left:0.33854103088379rem;height:5.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JLEJw0xxbSAhy4AenCg2ah3zq2tAXJAf { position:absolute;display:block;z-index:15009;background-color:#b88c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.0462245941162rem;left:44.185115814209rem;display:block; }
#mKyO8vN5OWlC2gbIGEVZITFfTc49pvid { color:#000000;display:block;width:16.124rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:14.375rem;left:39.24609375rem;height:4.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LvN4fHAVdqNl55tTirhcR4rl759bVtov { position:absolute;display:block;z-index:15004;background-color:#b88c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.0462245941162rem;left:24.560546875rem;display:block; }
#GbyIlsL70G0s4XGE4KC5peAt799C3FNJ { color:#000000;display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:14.375rem;left:19.623046875rem;height:5.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Hyf5pVVKLadT17UAgy7i7CV57M3hoZ2t { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:14.375rem;left:57.625rem;height:5.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f20W1A7Bvup4tAaafbNqw8PkqSEx00os { position:absolute;display:block;z-index:15009;background-color:#b88c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.0462245941162rem;left:63.811851501462rem;display:block; }
#HLntkMXoCZnEVA3Mzzwdnhm2GG6zC72e { color:#162542;display:block;width:16.124125rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:11.875rem;left:39.248046875rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oA6XmtWJUXtGGJMvK4iXXcP3xJXO3Oad { color:#162542;display:block;width:16.124rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:11.875rem;left:58.4990234375rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfRDeJd8TJlUtUCkbgH5N92QfDMw6Z1K { color:#162542;display:block;width:16.124125rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:11.875rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o8hVbTFbFPcQHUImTS1M9I4u7PJLk838 { color:#162542;display:block;width:17.061625rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:11.875rem;left:19.153644561767rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zgM2P29tTHQvtcX7CTqfcTpuKplAxste { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem dotted #b88c5a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:62.249375rem;top:6.9672317504881rem;left:6.3736972808837rem;display:block; }
#g8D4ef5dpoptpUSZyyg3iVUDq0VAh58W { background-color:#d2ab67;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:23.038195610046rem;left:27.1875rem;display:none; }
#T0E7vgl2kn8x1UT1T8PguJkFxEVXWUUl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gUL3AZWTbw4KEqn4gg3Egmewy5p158DB { color:#ffffff;display:block;width:1.499025rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:5.7080078125rem;left:7.308349609375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#nuUikVzNzXAKNUf1MdAvu2vXqSnMAtgI { color:#ffffff;display:block;width:1.499025rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:5.784912109375rem;left:66.187744140625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#l7Jr3naEETVSZsbtMTa5OipX5L6nzGhF { color:#ffffff;display:block;width:1.499025rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:5.7080078125rem;left:46.56005859375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#VTBphZ17qXTBEFPu6UCPt2VtzJWAD7FX { color:#ffffff;display:block;width:1.499025rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:5.7080078125rem;left:26.93603515625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#H6FLRdeXccRSmWRvkHgKhuqwtzdmpT8Q { background-color:#b88c5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:27.185546875rem;left:27.4375rem;display:block; }
#TUt0xKLdyTXGsdttoIm5cTOfPGyvotvl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { position:relative;display:block; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { background-color: transparent; background-image: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container > .video-iframe-container { display: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container { display: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .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); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { border-width: 0; border-radius: 0; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .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; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.9375rem;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; }#aaLKqQSUZT8yXOrOF1pMNLJImZspPo0B { background-color:#b88c5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:20.5625rem;left:27.4375rem;display:block; }
#yoxLNLC04M9piXu7Ucau8XLmAwqh76dz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ngOwDsTo4SMQKZzDyPcA9OHsgiwo8LEJ { color:#161f48;display:block;width:46.3125rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:14.34375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ySVd0fpNsslZNieS0ZQ9gVboKOnbnrJm { color:#161f48;display:block;width:35.5rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.0625rem;left:19.75rem;height:9.1845625rem;text-align:center;text-align-last:center;display:block; }
#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#162542;background-image:url("https://images.assets-landingi.com/uc/8cbafca7-1794-4c72-a1db-5a69b6aa5479/footerbg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA.adaptive-delivery-prevent-bg, #JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA.lazyload, #JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA.lazyloading { background-image: none; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container { background-color: transparent; background-image: none; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container > .video-iframe-container { display: none; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row > .video-iframe-container { display: none; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .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); }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container { border-width: 0; border-radius: 0; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#fBl0EwKdisQTWWz3kI9asi9hHIgnvfBg { color:#ffffff;display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.751953125rem;left:53.4423828125rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NW4zukF4T24rnygWVkavLlF3Dh0ucb6u { 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:15010;opacity:1;top:4.1015625rem;left:49.874137878418rem; }
#VTgls4qJb3BMG46bUJcyTJnWt5WxRI8v { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.4375rem;left:33.0625rem; }
#VTgls4qJb3BMG46bUJcyTJnWt5WxRI8v > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#q43lDbJvRxWOlUfKsH8uSn2d8aXOiZHo { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.1875rem;left:23.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#duUWresstWOu9woz462TciRWldP0Rsps { color:#ffffff;display:block;width:27.6855625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.4375rem;left:23.6875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#Kq3CiFnOqlLkWZTP9GqHLeueQw1UcbTC { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:36.4375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QCVrQky82qGEZ4Il5fRHfTk4GrZuARAx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:25.3125rem;top:3.751953125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vn46PUS7UMFamcN1TWPxFmJRvVdN10oD { top:2.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#vn46PUS7UMFamcN1TWPxFmJRvVdN10oD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RhcawqxPlZEurWcpxsaKEadsk353NexL { width:11.375rem;height:1.8125rem;top:2.1875rem;left:36.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexQo9HeKHNH9GxCWXa6npqyKx57BlZm { top:0.5625rem;left:0rem;width:23.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m50gCpBc6wKZmrm6985z4KuJIG8GOybC { display:block; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTnh6HSOHS4p58ZeJbdTv0CN5kOTZiIm { width:17.5rem;height:;top:19.4375rem;left:0rem;font-size:1.1875rem;display:block; }#PTnh6HSOHS4p58ZeJbdTv0CN5kOTZiIm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #i7dzKJxOgaz8AaSwatBmRX9rJFygKqEk { width:20rem;height:;top:10.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OdEKV2kCSpihfZsFR5O721PKIrspfnGr { width:20rem;height:;top:0.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyhDNauqTbaaaX1Z3MVU90Rhnd9tPX8b { width:20rem;height:;top:3.875rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #misTTM1pUThMe0ZhtcKoIxkuSSn6UH3h { top:5.125rem;left:30.3125rem;width:17.4375rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-regular-label { display:block;width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-text {padding-top: 0; padding-bottom: 0;}#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-select {padding-top: 0; padding-bottom: 0;}#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-checkbox-label { width:14.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl  { width:15.625rem;height:auto;top:7.625rem;left:29.625rem; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl {display:block;}#UXuzIVURffFqudVDTSLoc7PliylabAZl { width:15.625rem;height:auto;top:7.625rem;left:29.625rem; }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #aJwq7qFpxK9QaPrCNE53Wu2OKKpnDCGT {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #dr0Z71E0op1qAT9ICh8ObVAZCRRB0Tq8 { display:block; }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #tkKlezMBquDlq1DrqV3K8ZXt3lpoyv1n {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #Vlo5wqZT85JvxI1TTX4XL5kB7znW9LbE {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #Q4pTQyDaramvJmHru31pU39BHfigvTRk {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #qmLCLfr1XuLCRxsJsPnEzvHNOUVg2g40 {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #If34cPnCy7LzaPApgIn27oM3Eub7gyzB {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #sAT1GDwcD9FAyzJIbIyymHNETnE9pZKK { display:block; }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #RUZo7AyT1WG1S8o4FbksgCeq8TQTl52s {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #pqHdiAEX3rAr9HU1xvRGoFxuhuHEC75f {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #h6HusPCEg1xvQNhPuldT5BgbBwmK9IBF { display:block; }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #R96ANKTJXz7wF6g36uTmSJ3tOFrOUaX8 {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #rL64Tw5eUZT99NRiOBcyZSvn9oSQVAH1 {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #DBtfH3LehMqN38T57zTXgATN6HOTtLxt {  }
 }@media only screen and (max-width: 763px) { #gCivAyWhpmx1y8mT1tCPrZLzVaxvJIVd { width:15.75rem;height:2.0625rem;top:6.125rem;left:32rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOylESNK5cSLpNvPXAJdrplzCMbdqa98 { width:45.6875rem;height:11.375rem;top:3.875rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbp9OspsXSOHSW9ZsEoZuAtnFWfp6Mkn { width:36.9375rem;height:5.5rem;top:17.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF4xRqPsNSfy9gbDhGct1bM1UnXBEtSM { top:26.875rem;left:0rem;width:35.5625rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQeAT0Q5uVaSrOBl4CsgX4rUCDJW3mPN { top:7.625rem;left:22.59375rem;width:20.1875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieG9UxKXHXZUzkpel782GsQF0XzFCJ5M { top:26.5rem;left:32.625rem;width:15.125rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaHpTV8KDCqER44IVddyHerTl8dmelLE { top:1.3125rem;left:0rem;width:17.3125rem;height:1.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rP9ybkhDKhiqRNFE8IpyMTMdq7w9eLh1 { top:1.375rem;left:17.6875rem;width:6.5625rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdCiw1uwyc3Q6NpV0IpCoHnccW7o9q31 { top:1.3125rem;left:25.25rem;width:22.5rem;height:2rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 { display:block; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnuQV1pfEPBfXGqF5ynnZVUG2Xd5DLOJ { top:1.3125rem;left:0rem;width:17.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oocrPfb8B1lVrb5q6P0lm1QhUviSHrpk { top:1.3125rem;left:25.25rem;width:22.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIN4SPdoOEG0Rqn2kKAGwkTL7h7po34o { top:0.8125rem;left:13.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC5gB4fvwkxk5eFHdl2ZE7wuBanUmnT0 { top:1.375rem;left:17.6875rem;width:6.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETiMzIivC97DqQIOrDfvsBqolOwo5E0g { top:0.8125rem;left:25.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 { display:block; }#Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBc9W5J5IwtFQGNCytGuECHnNFQUfCzR { top:11.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELskAnykVauUipVdxyxKFPkPJqqTXsoX { width:47.75rem;height:;top:4.5625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRHavZu97ilN8EUyky8cfSw7J3ATL9RP { top:48.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuEmiQ01NaTN1CpdtcTT47afW0QTpy35 { width:20.125rem;height:3.4375rem;top:54.8125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zllcvTAWRPLEmzFO6Vh8AEUrH5NWgkFn { display:block; }
 }@media only screen and (max-width: 763px) { #TAyiw7uXrQEfz9zTSEMNn9Zl95SWksM1 { top:16.75rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROXG2bNwTR0HD3DXrMRVUfEV5lW8d2x5 { top:20.5rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V47lPf60efeG32HiuAsCi9784TRLrx2S { top:29.5rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T25btgh6iPmam6ldQVsOcDz3ToSMOB7u { top:34.125rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 { display:none; }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v { display:block; }#WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gW3S40dUzI3S1h3PClsBDJQoJneQHPya { top:5.6875rem;left:0rem;width:17.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ekTQDFKHn0fdRaoZa2WvrAgJ2lTAN2 { top:12.125rem;left:0rem;width:14.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5NxdQtOyRFADEBLcA71hT6OZeKvH3w5 { top:5.6875rem;left:6.5625rem;width:17.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhBm5DBQ0fAfL9odT8Kupwdshs9BCJnK { top:12.125rem;left:8rem;width:15.875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6kmxEhgy0GNK1wWORKnwn4ZTESI0u0c { top:5.6875rem;left:18.5rem;width:17.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgwDy91ktlmeaJxz2vD1MGdR6SvJxu3 { top:12.125rem;left:19.9375rem;width:15.875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qox7CPEe8N4k9MaRIQikOwS7MXm6BqTz { top:5.6875rem;left:30.4375rem;width:17.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igqg7e2nsHmZSq99rLQty8tVG5Ad3weM { top:12.125rem;left:31.875rem;width:15.875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBCtPHaDhyD970VkAC7OK9paE4zDX3F3 { top:7.625rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5P4qJlchF9lGBeooExWcMW7ZP1EwSIo { top:7.125rem;left:27.78125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U677nmPUyMceTLTK15zx4Tt7zwRszfH5 { top:7.625rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5z7QHfOCwZHzl8UNSTPlpcptfFgPPZ0 { top:7.375rem;left:4.15625rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTlmqKgPvKOMPMTxTpAKymKKnz5OWDsq { width:47.75rem;height:2.4375rem;top:0.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Auwc31EdsLxdT6hWVdMGIBW37Xuwon1b { width:20.125rem;height:3.4375rem;top:24.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwBUxUQkNH6m3lxPtRlpmhItZlCE20kp { display:block; }
 }@media only screen and (max-width: 763px) { #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p { display:block; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRTqd4iJvT5ri7kbrrZsWsHQC36TrVVs { top:10.6875rem;left:0rem;width:42.5625rem;height:26.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyL6gbXcq33F0IsNr7Erxm3lZ5CxIg8M { top:4.4375rem;left:26.25rem;width:21.5rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #Olbmlbl25C0cCph6pKRRTqW0HqkgsVc8 { top:4rem;left:19.5rem;width:28.25rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehkg5aoDmQ0XftCqwPNZnLB7oWfvpfGG { top:2.5rem;left:0rem;width:38.875rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Z6EGkequJmtEPd86IRWh8XiuTeUHPe { width:20.125rem;height:3.4375rem;top:39.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3TTCQ4h9eTPhnGf12aQKzbZLBbTx5ns { display:block; }
 }@media only screen and (max-width: 763px) { #EhxVsxoA0dyX3Rq0r0Dv1POwOFgRTlw0 { top:6.4375rem;left:0rem;width:25.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM { display:block; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsXv736UdSCKRpvy0Ic2Xe56aAAEuuHv { top:12.25rem;left:12.375rem;width:19.375rem;height:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXCHv0q1BfeB2oa0FQiTVpb1p95ACppm { top:12.25rem;left:28rem;width:19.625rem;height:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT7afHhBtyHQtTwDGTtXUUq4PFGg1716 { top:12.25rem;left:0rem;width:19.375rem;height:9.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJWEMoPDgsM2IfgdWiqPrfbNXTFC9HqA { top:9.375rem;left:3.90625rem;width:8.0625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChCMmQuPUzdxV5Qkby8gGq7AlvwOucZ { top:2.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiS5PreCFpfQAepsF7hzrEQFwrDXoc2x { top:7.8125rem;left:0rem;width:22.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umGXSyxsR4y0JxiXiPfSzH3SFTSOXmbv { top:7.8125rem;left:9.25rem;width:22.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc6CKmSokVui40liitTGFrVxycvDqtBT { top:7.8125rem;left:25.125rem;width:22.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqNkuJahusn6tQKh68vrQEmUpC5cofDQ { top:9.375rem;left:19.78125rem;width:8.0625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU8qW5TSmk5yq38DHzIAJW1NJM0OZ3cR { top:9.375rem;left:35.65625rem;width:8.0625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA { display:block; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1s3o2pqGzk4CIDsoIieZVZedOQenOOW { top:3rem;left:0rem;width:47.75rem;height:6.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhaPbslbiCJzAtIeiaAzw2TzvNFJFk4z { top:25.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3oTkB0m70b0I5qZENUevONCqT8eX0eB { top:34rem;left:43.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEZ1FIsy8QzTBmuyM14Tv9HiWvDsNOtc { top:34.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWLTMTMg6aPuZTyWMaSb2p4aHiGyIiUL { top:34rem;left:21.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbmkTvnwFeBaa5R2KQCLK5AAPpouUDoh { top:39.6875rem;left:0rem;width:18.0625rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy9iOUt1N3b77Oro0T992pSq3EFvQORN { top:39.6875rem;left:14.84375rem;width:18.0625rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvT8741yRxZBQ6k1uDK1ekew4eUPFtyF { top:44.6875rem;left:28.8125rem;width:18.9375rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAgBAnMTy0Q9IvEOPFNf6gwGXp3iWWZR { width:20.125rem;height:3.4375rem;top:58.3125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tokm5UJhhvU9l79xTz3yQrMTGJ9F58B8 { display:block; }
 }@media only screen and (max-width: 763px) { #niF2xGI40fJ4EWt9J43SAEoA4Z56sqZV { top:44.6875rem;left:0rem;width:18.9375rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZclGB2yonFQygNShJZ92MsewMJZFSLS9 { top:44.6875rem;left:14.375rem;width:18.9375rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZKRaZXH5Lw9hq4ra4TXygLle70ezXq9 { top:39.6875rem;left:31.875rem;width:15.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS1ldepb2F9WutoVAadd91zJKQ5yiN7J { top:32rem;left:0rem;width:22.5rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXkf8r98fPbqB9JERpUeoWOw6OqvDZ4R { top:32rem;left:12.5625rem;width:22.5rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCDqU4wF2qOTlPlq1rbd0aEkuvrlCTcX { top:32rem;left:25.25rem;width:22.5rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmrCPfAkBucoHqfUlIqboaWVb733TIea { top:11.4375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { display:block; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxnpIgdK4CqdakxrcyVOQl3V9MwdyAV5 { top:7rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy4l99lf793zouDZl9sElBcryq9Zn58a { top:13.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ { top:16.5625rem;left:8.1875rem;width:38.625rem;height:;font-size:1.0625rem;display:block; }#TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ li:before{  }
 }@media only screen and (max-width: 763px) { #pUPXAis4MtZCqdczAImBu5hExf8u8PcI { top:27.375rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpbAb0zg6OIUAgd14BNDg7ttNMg8Kqnb { top:3.75rem;left:0rem;width:47.75rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDKVJShpnDwAhUcKgNIvqnmDLJcoUek2 { width:20.125rem;height:3.4375rem;top:37.1875rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Gn6fU5hQQvzRUoyicyJxCQSGXacgVd { display:block; }
 }@media only screen and (max-width: 763px) { #QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h { display:block; }#QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1BlgqimTQVyfMgmeH0O3memBQvv2CNX { top:2.4375rem;left:12rem;width:23.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb { display:block; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAaX2lwvHBuHkA5kJSXUiPllcCnC66hM { top:4rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMFPSrCVQKx6AWe535qChslPeCRBU7yV { top:14.375rem;left:0rem;width:15.375rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLEJw0xxbSAhy4AenCg2ah3zq2tAXJAf { top:4rem;left:30.560115814209rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKyO8vN5OWlC2gbIGEVZITFfTc49pvid { top:14.375rem;left:25.62109375rem;width:16.0625rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvN4fHAVdqNl55tTirhcR4rl759bVtov { top:4rem;left:10.935546875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyIlsL70G0s4XGE4KC5peAt799C3FNJ { top:14.375rem;left:5.998046875rem;width:16.125rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyf5pVVKLadT17UAgy7i7CV57M3hoZ2t { top:14.375rem;left:30.375rem;width:17.375rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f20W1A7Bvup4tAaafbNqw8PkqSEx00os { top:4rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLntkMXoCZnEVA3Mzzwdnhm2GG6zC72e { top:11.875rem;left:25.623050689698rem;width:16.0625rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA6XmtWJUXtGGJMvK4iXXcP3xJXO3Oad { top:11.875rem;left:31.6875rem;width:16.0625rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfRDeJd8TJlUtUCkbgH5N92QfDMw6Z1K { top:11.875rem;left:0rem;width:16.0625rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8hVbTFbFPcQHUImTS1M9I4u7PJLk838 { top:11.875rem;left:5.5275611877441rem;width:17rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgM2P29tTHQvtcX7CTqfcTpuKplAxste { top:6.9375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #g8D4ef5dpoptpUSZyyg3iVUDq0VAh58W { width:21.875rem;height:3.75rem;top:23rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0E7vgl2kn8x1UT1T8PguJkFxEVXWUUl { display:block; }
 }@media only screen and (max-width: 763px) { #gUL3AZWTbw4KEqn4gg3Egmewy5p158DB { top:5.6875rem;left:0rem;width:1.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuUikVzNzXAKNUf1MdAvu2vXqSnMAtgI { top:5.75rem;left:46.3125rem;width:1.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Jr3naEETVSZsbtMTa5OipX5L6nzGhF { top:5.6875rem;left:32.93505859375rem;width:1.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTBphZ17qXTBEFPu6UCPt2VtzJWAD7FX { top:5.6875rem;left:13.31103515625rem;width:1.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6FLRdeXccRSmWRvkHgKhuqwtzdmpT8Q { width:20.125rem;height:3.4375rem;top:27.125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUt0xKLdyTXGsdttoIm5cTOfPGyvotvl { display:block; }
 }@media only screen and (max-width: 763px) { #xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { display:block; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aaLKqQSUZT8yXOrOF1pMNLJImZspPo0B { width:20.125rem;height:3.4375rem;top:20.5625rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoxLNLC04M9piXu7Ucau8XLmAwqh76dz { display:block; }
 }@media only screen and (max-width: 763px) { #ngOwDsTo4SMQKZzDyPcA9OHsgiwo8LEJ { top:4.0625rem;left:0.71875rem;width:46.3125rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySVd0fpNsslZNieS0ZQ9gVboKOnbnrJm { top:9.0625rem;left:6.125rem;width:35.5rem;height:9.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA { display:block; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBl0EwKdisQTWWz3kI9asi9hHIgnvfBg { top:3.75rem;left:26.5rem;width:21.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW4zukF4T24rnygWVkavLlF3Dh0ucb6u { top:4.0625rem;left:36.249137878418rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTgls4qJb3BMG46bUJcyTJnWt5WxRI8v { top:4.4375rem;left:19.4375rem;width:1.875rem;height:1.875rem;display:block; }
#VTgls4qJb3BMG46bUJcyTJnWt5WxRI8v > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #q43lDbJvRxWOlUfKsH8uSn2d8aXOiZHo { top:11.1875rem;left:9.6875rem;width:28.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duUWresstWOu9woz462TciRWldP0Rsps { top:14.4375rem;left:10.0625rem;width:27.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq3CiFnOqlLkWZTP9GqHLeueQw1UcbTC { top:4.5rem;left:22.8125rem;width:11.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCVrQky82qGEZ4Il5fRHfTk4GrZuARAx { top:3.75rem;left:0rem;width:25.3125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vn46PUS7UMFamcN1TWPxFmJRvVdN10oD { display:flex;width:1.875rem;height:1.875rem;top:4.375rem;left:2.6875rem;display:none; }
#vn46PUS7UMFamcN1TWPxFmJRvVdN10oD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RhcawqxPlZEurWcpxsaKEadsk353NexL { width:11.375rem;height:1.7871125rem;top:4.3125rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexQo9HeKHNH9GxCWXa6npqyKx57BlZm { width:18.5rem;height:3.6875rem;top:0.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m50gCpBc6wKZmrm6985z4KuJIG8GOybC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2ef73f5-86f2-4d6d-9b4d-f56ad44a20b9/topoverlayv01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC.adaptive-delivery-prevent-bg, #m50gCpBc6wKZmrm6985z4KuJIG8GOybC.lazyload, #m50gCpBc6wKZmrm6985z4KuJIG8GOybC.lazyloading { background-image: none; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row .container { background-color: transparent; background-image: none; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row .container > .video-iframe-container { display: none; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row > .video-iframe-container { display: none; }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .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); }#m50gCpBc6wKZmrm6985z4KuJIG8GOybC > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTnh6HSOHS4p58ZeJbdTv0CN5kOTZiIm { width:19.4995rem;height:0;top:16.625rem;left:0.25rem;text-align:left;text-align-last:left;line-height:1.4;font-size:1.1875rem;display:none; }#PTnh6HSOHS4p58ZeJbdTv0CN5kOTZiIm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #i7dzKJxOgaz8AaSwatBmRX9rJFygKqEk { width:8.75rem;height:0;top:51.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;z-index:15001;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OdEKV2kCSpihfZsFR5O721PKIrspfnGr { width:20rem;height:0;top:0.9368896484375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.75rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #DyhDNauqTbaaaX1Z3MVU90Rhnd9tPX8b { width:20rem;height:0;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2.375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #misTTM1pUThMe0ZhtcKoIxkuSSn6UH3h { width:20rem;height:20.875rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.8125rem; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-text {padding-top: 0; padding-bottom: 0;}#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:4.0625rem; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-select {padding-top: 0; padding-bottom: 0;}#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:1.0625rem;overflow:hidden; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-container:first-of-type{padding-top:0;}#UXuzIVURffFqudVDTSLoc7PliylabAZl .widget-container:last-of-type{padding-bottom:0;}#UXuzIVURffFqudVDTSLoc7PliylabAZl  { width:17.5rem;height:auto;top:43.25rem;left:0rem;z-index:15009; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#UXuzIVURffFqudVDTSLoc7PliylabAZl {display:block;}#UXuzIVURffFqudVDTSLoc7PliylabAZl { width:17.5rem;height:auto;top:43.25rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #aJwq7qFpxK9QaPrCNE53Wu2OKKpnDCGT {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #dr0Z71E0op1qAT9ICh8ObVAZCRRB0Tq8 { display:none; }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #tkKlezMBquDlq1DrqV3K8ZXt3lpoyv1n {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #Vlo5wqZT85JvxI1TTX4XL5kB7znW9LbE {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #Q4pTQyDaramvJmHru31pU39BHfigvTRk {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #qmLCLfr1XuLCRxsJsPnEzvHNOUVg2g40 {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #If34cPnCy7LzaPApgIn27oM3Eub7gyzB {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #sAT1GDwcD9FAyzJIbIyymHNETnE9pZKK { display:none; }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #RUZo7AyT1WG1S8o4FbksgCeq8TQTl52s {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #pqHdiAEX3rAr9HU1xvRGoFxuhuHEC75f {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #h6HusPCEg1xvQNhPuldT5BgbBwmK9IBF { display:none; }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #R96ANKTJXz7wF6g36uTmSJ3tOFrOUaX8 {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #rL64Tw5eUZT99NRiOBcyZSvn9oSQVAH1 {  }
 }@media only screen and (max-width: 763px) { #UXuzIVURffFqudVDTSLoc7PliylabAZl #DBtfH3LehMqN38T57zTXgATN6HOTtLxt {  }
 }@media only screen and (max-width: 763px) { #gCivAyWhpmx1y8mT1tCPrZLzVaxvJIVd { width:20rem;height:2.11230625rem;top:42.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mOylESNK5cSLpNvPXAJdrplzCMbdqa98 { width:20rem;height:5.19921875rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Cbp9OspsXSOHSW9ZsEoZuAtnFWfp6Mkn { width:20rem;height:3.0859375rem;top:7.88671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lF4xRqPsNSfy9gbDhGct1bM1UnXBEtSM { width:20rem;height:3.8994125rem;top:11.90234375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQeAT0Q5uVaSrOBl4CsgX4rUCDJW3mPN { width:12.75rem;height:19.1875rem;top:23.9375rem;left:3.625rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ieG9UxKXHXZUzkpel782GsQF0XzFCJ5M { width:15.125rem;height:1.21875rem;top:61rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaHpTV8KDCqER44IVddyHerTl8dmelLE { width:20rem;height:1.625rem;top:16.75rem;left:0rem;font-size:1.25rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #rP9ybkhDKhiqRNFE8IpyMTMdq7w9eLh1 { width:6.5625rem;height:1.94921875rem;top:19.0625rem;left:6.75rem;font-size:1.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #EdCiw1uwyc3Q6NpV0IpCoHnccW7o9q31 { width:20rem;height:1.625rem;top:21.75rem;left:0rem;font-size:1.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 { display:none; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container { width:20rem;height:8.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FnuQV1pfEPBfXGqF5ynnZVUG2Xd5DLOJ { width:20rem;height:1.625rem;top:1.037109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oocrPfb8B1lVrb5q6P0lm1QhUviSHrpk { width:20rem;height:1.625rem;top:6.0869140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIN4SPdoOEG0Rqn2kKAGwkTL7h7po34o { display:flex;width:3.125rem;height:3.125rem;top:0.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DC5gB4fvwkxk5eFHdl2ZE7wuBanUmnT0 { width:6.5625rem;height:1.94921875rem;top:3.3994140625rem;left:6.71875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETiMzIivC97DqQIOrDfvsBqolOwo5E0g { display:flex;width:3.125rem;height:3.125rem;top:2.94970703125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 { display:block; }#Tw18RZEsoVCWz4l8qMtiv1dU7kKqtzm2 > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBc9W5J5IwtFQGNCytGuECHnNFQUfCzR { width:20rem;height:6.9043125rem;top:10.875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ELskAnykVauUipVdxyxKFPkPJqqTXsoX { width:18.75rem;height:6.82325rem;top:2.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iRHavZu97ilN8EUyky8cfSw7J3ATL9RP { width:20rem;height:7.3095625rem;top:70.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EuEmiQ01NaTN1CpdtcTT47afW0QTpy35 { width:19rem;height:2.8125rem;top:80.4375rem;left:0.5rem;background-color:#b88c5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;font-size:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zllcvTAWRPLEmzFO6Vh8AEUrH5NWgkFn { display:block; }
 }@media only screen and (max-width: 763px) { #TAyiw7uXrQEfz9zTSEMNn9Zl95SWksM1 { width:20rem;height:3.25rem;top:19.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ROXG2bNwTR0HD3DXrMRVUfEV5lW8d2x5 { width:20rem;height:15.9375rem;top:23.75rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V47lPf60efeG32HiuAsCi9784TRLrx2S { width:20rem;height:3.25rem;top:41.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T25btgh6iPmam6ldQVsOcDz3ToSMOB7u { width:20rem;height:22.3125rem;top:46.1875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/34e2ad20-62ab-4b8c-9811-da1050302d92/01.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3.adaptive-delivery-prevent-bg, #foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3.lazyload, #foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3.lazyloading { background-image: none; }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 > .row .container { background-color: transparent; background-image: none; }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 > .row .container > .video-iframe-container { display: none; }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 > .row > .video-iframe-container { display: none; }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 > .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); }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 > .row .container { border-width: 0; border-radius: 0; }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foC22NUJUkXsx3GR9Rbdt4mzCX4Bzub3 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v { display:block; }#WTJa7TTMQb7WZ9RbBBOpWgd178V8Kz1v > .row .container { width:20rem;height:75.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gW3S40dUzI3S1h3PClsBDJQoJneQHPya { width:17.3125rem;height:12rem;top:7.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7ekTQDFKHn0fdRaoZa2WvrAgJ2lTAN2 { width:14.6875rem;height:4.38574375rem;top:13.8125rem;left:2.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D5NxdQtOyRFADEBLcA71hT6OZeKvH3w5 { width:17.3125rem;height:14.5rem;top:21.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhBm5DBQ0fAfL9odT8Kupwdshs9BCJnK { width:15.875rem;height:7.3095625rem;top:27.125rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6kmxEhgy0GNK1wWORKnwn4ZTESI0u0c { width:17.3125rem;height:13rem;top:36.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgwDy91ktlmeaJxz2vD1MGdR6SvJxu3 { width:15.875rem;height:5.84765625rem;top:42.5rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qox7CPEe8N4k9MaRIQikOwS7MXm6BqTz { width:17.3125rem;height:13.1875rem;top:51.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igqg7e2nsHmZSq99rLQty8tVG5Ad3weM { width:15.875rem;height:5.84765625rem;top:57rem;left:2.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yBCtPHaDhyD970VkAC7OK9paE4zDX3F3 { display:flex;width:3.125rem;height:3.125rem;top:22.625rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #e5P4qJlchF9lGBeooExWcMW7ZP1EwSIo { display:flex;width:4.1875rem;height:4.1875rem;top:37.5rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #U677nmPUyMceTLTK15zx4Tt7zwRszfH5 { display:flex;width:3.125rem;height:3.125rem;top:52.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #V5z7QHfOCwZHzl8UNSTPlpcptfFgPPZ0 { display:flex;width:3.6875rem;height:3.6875rem;top:9.0625rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #mTlmqKgPvKOMPMTxTpAKymKKnz5OWDsq { width:20rem;height:3.8984375rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Auwc31EdsLxdT6hWVdMGIBW37Xuwon1b { width:17.375rem;height:3.125rem;top:67.5rem;left:1.3125rem;background-color:#b88c5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;font-size:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwBUxUQkNH6m3lxPtRlpmhItZlCE20kp { display:block; }
 }@media only screen and (max-width: 763px) { #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0aea3c5e-e2f6-4f4b-9501-f4ee1f564f6d/texturegrey.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p.adaptive-delivery-prevent-bg, #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p.lazyload, #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p.lazyloading { background-image: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { background-color: transparent; background-image: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.18); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container > .video-iframe-container { display: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.18); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row > .video-iframe-container { display: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .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); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRTqd4iJvT5ri7kbrrZsWsHQC36TrVVs { width:20rem;height:44.1874625rem;top:24.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JyL6gbXcq33F0IsNr7Erxm3lZ5CxIg8M { width:18.875rem;height:15.8125rem;top:6.6162109375rem;left:0.5625rem;z-index:15001;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olbmlbl25C0cCph6pKRRTqW0HqkgsVc8 { width:20rem;height:21.991150442478rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ehkg5aoDmQ0XftCqwPNZnLB7oWfvpfGG { width:20rem;height:2.11230625rem;top:1.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Z6EGkequJmtEPd86IRWh8XiuTeUHPe { width:18.75rem;height:2.8125rem;top:70.875rem;left:0.625rem;background-color:#b88c5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;font-size:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3TTCQ4h9eTPhnGf12aQKzbZLBbTx5ns { display:block; }
 }@media only screen and (max-width: 763px) { #EhxVsxoA0dyX3Rq0r0Dv1POwOFgRTlw0 { width:20rem;height:1.625rem;top:3.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM { display:block; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsXv736UdSCKRpvy0Ic2Xe56aAAEuuHv { width:18.4375rem;height:7.4365rem;top:24.8125rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXCHv0q1BfeB2oa0FQiTVpb1p95ACppm { width:18.4375rem;height:7.4365rem;top:38.375rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kT7afHhBtyHQtTwDGTtXUUq4PFGg1716 { width:18.4375rem;height:8.9238125rem;top:10.0625rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJWEMoPDgsM2IfgdWiqPrfbNXTFC9HqA { width:7.8125rem;height:1.625rem;top:7.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChCMmQuPUzdxV5Qkby8gGq7AlvwOucZ { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiS5PreCFpfQAepsF7hzrEQFwrDXoc2x { width:20rem;height:13.8125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umGXSyxsR4y0JxiXiPfSzH3SFTSOXmbv { width:20rem;height:12.4375rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc6CKmSokVui40liitTGFrVxycvDqtBT { width:20rem;height:12.3125rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqNkuJahusn6tQKh68vrQEmUpC5cofDQ { width:7.8125rem;height:1.5625rem;top:22rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU8qW5TSmk5yq38DHzIAJW1NJM0OZ3cR { width:7.8125rem;height:1.5625rem;top:35.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/56329928-9eda-4133-bcee-e5680c573759/WhatsAppImage20250812at25513AM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA.adaptive-delivery-prevent-bg, #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA.lazyload, #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA.lazyloading { background-image: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { background-color: transparent; background-image: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,31,72,0.8); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container > .video-iframe-container { display: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,31,72,0.8); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container { display: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .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); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { width:20rem;height:113.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1s3o2pqGzk4CIDsoIieZVZedOQenOOW { width:20rem;height:5.84765625rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhaPbslbiCJzAtIeiaAzw2TzvNFJFk4z { width:16.75rem;height:3.25rem;top:39.5rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F3oTkB0m70b0I5qZENUevONCqT8eX0eB { display:flex;width:3.5625rem;height:3.5625rem;top:86.1875rem;left:8.25rem;font-size:2.4375rem; }
 }@media only screen and (max-width: 763px) { #DEZ1FIsy8QzTBmuyM14Tv9HiWvDsNOtc { display:flex;width:3.5625rem;height:3.5625rem;top:46.1875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #IWLTMTMg6aPuZTyWMaSb2p4aHiGyIiUL { display:flex;width:3.5625rem;height:3.5625rem;top:66.8125rem;left:8.25rem;font-size:2.4375rem; }
 }@media only screen and (max-width: 763px) { #RbmkTvnwFeBaa5R2KQCLK5AAPpouUDoh { width:17.0625rem;height:3.5rem;top:50.875rem;left:1.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Zy9iOUt1N3b77Oro0T992pSq3EFvQORN { width:16.625rem;height:3.25rem;top:71.8125rem;left:1.6875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvT8741yRxZBQ6k1uDK1ekew4eUPFtyF { width:16.9375rem;height:6.499rem;top:95.4375rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAgBAnMTy0Q9IvEOPFNf6gwGXp3iWWZR { width:18.75rem;height:2.8125rem;top:105.5625rem;left:0.625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tokm5UJhhvU9l79xTz3yQrMTGJ9F58B8 { display:block; }
 }@media only screen and (max-width: 763px) { #niF2xGI40fJ4EWt9J43SAEoA4Z56sqZV { width:17.5rem;height:7.7988125rem;top:55.125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZclGB2yonFQygNShJZ92MsewMJZFSLS9 { width:16.5625rem;height:6.499rem;top:76.125rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZKRaZXH5Lw9hq4ra4TXygLle70ezXq9 { width:13.9375rem;height:3.25rem;top:90.75rem;left:3.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GS1ldepb2F9WutoVAadd91zJKQ5yiN7J { width:20rem;height:19.5625rem;top:44.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXkf8r98fPbqB9JERpUeoWOw6OqvDZ4R { width:20rem;height:18.375rem;top:65.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCDqU4wF2qOTlPlq1rbd0aEkuvrlCTcX { width:20rem;height:18.0625rem;top:85.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmrCPfAkBucoHqfUlIqboaWVb733TIea { width:20rem;height:27.6172375rem;top:9.95654296875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { display:none; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row .container { width:20rem;height:63.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dxnpIgdK4CqdakxrcyVOQl3V9MwdyAV5 { width:18.8125rem;height:5.84765625rem;top:4.73046875rem;left:0.59375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fy4l99lf793zouDZl9sElBcryq9Zn58a { width:18.4375rem;height:4.4619125rem;top:10.2158203125rem;left:0.78125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ { width:18.4375rem;height:16.1230625rem;top:16.1533203125rem;left:0.78125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ li:before{  }
 }@media only screen and (max-width: 763px) { #pUPXAis4MtZCqdczAImBu5hExf8u8PcI { width:18.4375rem;height:19.33493125rem;top:33.732421875rem;left:0.78125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VpbAb0zg6OIUAgd14BNDg7ttNMg8Kqnb { width:20rem;height:57.625rem;top:2.84128125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDKVJShpnDwAhUcKgNIvqnmDLJcoUek2 { width:18.4375rem;height:2.8125rem;top:54.7783203125rem;left:0.78125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Gn6fU5hQQvzRUoyicyJxCQSGXacgVd { display:block; }
 }@media only screen and (max-width: 763px) { #QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h { display:none; }#QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h > .row .container { width:20rem;height:7.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a1BlgqimTQVyfMgmeH0O3memBQvv2CNX { width:19rem;height:2.5996125rem;top:2.41796875rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb { display:none; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container { width:20rem;height:42.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aAaX2lwvHBuHkA5kJSXUiPllcCnC66hM { width:4.12435rem;height:4.12435rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMFPSrCVQKx6AWe535qChslPeCRBU7yV { width:15.0625rem;height:3.9375rem;top:3.4993515014649rem;left:4.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JLEJw0xxbSAhy4AenCg2ah3zq2tAXJAf { width:4.12435rem;height:4.12435rem;top:18.653430223465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKyO8vN5OWlC2gbIGEVZITFfTc49pvid { width:13.2498125rem;height:2.625rem;top:20.889758348465rem;left:4.9370663762093rem;font-size:0.9375rem;z-index:15004;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LvN4fHAVdqNl55tTirhcR4rl759bVtov { width:4.125rem;height:4.125rem;top:9.5920143127444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyIlsL70G0s4XGE4KC5peAt799C3FNJ { width:14.5rem;height:5.25rem;top:11.373698234558rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Hyf5pVVKLadT17UAgy7i7CV57M3hoZ2t { width:14.8125rem;height:6.5625rem;top:27.623699188233rem;left:5rem;font-size:0.9375rem;z-index:15004;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f20W1A7Bvup4tAaafbNqw8PkqSEx00os { width:4.12435rem;height:4.12435rem;top:25.217016220092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLntkMXoCZnEVA3Mzzwdnhm2GG6zC72e { width:10.3125rem;height:1.59375rem;top:18.653430223465rem;left:4.8437502980232rem;font-size:1.0625rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oA6XmtWJUXtGGJMvK4iXXcP3xJXO3Oad { width:11.936875rem;height:1.59375rem;top:25.374349594116rem;left:4.9370663762093rem;font-size:1.0625rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TfRDeJd8TJlUtUCkbgH5N92QfDMw6Z1K { width:14.561625rem;height:1.59375rem;top:1.494140625rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o8hVbTFbFPcQHUImTS1M9I4u7PJLk838 { width:14.25rem;height:1.59375rem;top:9.4375rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgM2P29tTHQvtcX7CTqfcTpuKplAxste { width:0.5rem;height:24.375rem;top:3.8302993774414rem;left:1.8565538525581rem;border-top:0;border-left:0.375rem dotted #6d20f7;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #g8D4ef5dpoptpUSZyyg3iVUDq0VAh58W { width:18.9995625rem;height:3.4375rem;top:40.106340408325rem;left:0.50021702051162rem;font-size:1.0625rem;font-family:roboto;display:none; }
 }@media only screen and (max-width: 763px) { #T0E7vgl2kn8x1UT1T8PguJkFxEVXWUUl { display:block; }
 }@media only screen and (max-width: 763px) { #gUL3AZWTbw4KEqn4gg3Egmewy5p158DB { width:1.43663125rem;height:1.94970625rem;top:2.4620239734649rem;left:1.3433161377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuUikVzNzXAKNUf1MdAvu2vXqSnMAtgI { width:1.43663125rem;height:1.94970625rem;top:26.304254531861rem;left:1.3433161377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Jr3naEETVSZsbtMTa5OipX5L6nzGhF { width:1.43663125rem;height:1.94970625rem;top:19.740668535233rem;left:1.3433161377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTBphZ17qXTBEFPu6UCPt2VtzJWAD7FX { width:1.43663125rem;height:1.94970625rem;top:10.679252624512rem;left:1.3433161377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6FLRdeXccRSmWRvkHgKhuqwtzdmpT8Q { width:19rem;height:2.8125rem;top:36.380859375rem;left:0.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUt0xKLdyTXGsdttoIm5cTOfPGyvotvl { display:block; }
 }@media only screen and (max-width: 763px) { #xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { display:block; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { background-color: transparent; background-image: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container > .video-iframe-container { display: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container { display: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .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); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container { width:20rem;height:25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aaLKqQSUZT8yXOrOF1pMNLJImZspPo0B { width:19rem;height:2.8125rem;top:19.25rem;left:0.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoxLNLC04M9piXu7Ucau8XLmAwqh76dz { display:block; }
 }@media only screen and (max-width: 763px) { #ngOwDsTo4SMQKZzDyPcA9OHsgiwo8LEJ { width:16.5rem;height:4.2246125rem;top:1.9375rem;left:1.75rem;font-size:1.625rem;color:#161f48;display:block; }
 }@media only screen and (max-width: 763px) { #ySVd0fpNsslZNieS0ZQ9gVboKOnbnrJm { width:18.9375rem;height:10.41113125rem;top:8.037109375rem;left:0.53125rem;font-size:1.0625rem;color:#161f48;display:block; }
 }@media only screen and (max-width: 763px) { #JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA { display:block; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBl0EwKdisQTWWz3kI9asi9hHIgnvfBg { width:17.4375rem;height:2.923825rem;top:8.125rem;left:2.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NW4zukF4T24rnygWVkavLlF3Dh0ucb6u { display:flex;width:2rem;height:2rem;top:8.125rem;left:0rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #VTgls4qJb3BMG46bUJcyTJnWt5WxRI8v { display:flex;width:1.74805rem;height:1.74805rem;top:12.25rem;left:0rem; }
#VTgls4qJb3BMG46bUJcyTJnWt5WxRI8v > img { max-width: 100%;max-height:100%; width:1.74805rem; height:1.74805rem; } }@media only screen and (max-width: 763px) { #q43lDbJvRxWOlUfKsH8uSn2d8aXOiZHo { width:20rem;height:1.21875rem;top:17.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duUWresstWOu9woz462TciRWldP0Rsps { width:20rem;height:1.13671875rem;top:21.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq3CiFnOqlLkWZTP9GqHLeueQw1UcbTC { width:11.125rem;height:1.7871125rem;top:12.25rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCVrQky82qGEZ4Il5fRHfTk4GrZuARAx { width:20rem;height:4rem;top:1.76171875rem;left:0rem;display:block; }
 }