.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:248,239,222;--color-primary-1:234,208,157;--color-primary-2:220,176,91;--color-primary-3:216,15,14;--color-primary-4:118,75,54;--color-secondary-0:221,223,235;--color-secondary-1:152,158,194;--color-secondary-2:83,93,153;--color-secondary-3:40,53,128;--color-secondary-4:1,11,68;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b34661b6-551e-4fd5-9805-e43767c5c838/Screenshot20250421at15238PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M.adaptive-delivery-prevent-bg, #qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M.lazyload, #qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M.lazyloading { background-image: none; }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M > .row .container { background-color: transparent; background-image: none; }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M > .row .container > .video-iframe-container { display: none; }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M > .row > .video-iframe-container { display: none; }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M > .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); }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M > .row .container { border-width: 0; border-radius: 0; }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;overflow:visible;position:relative;display:block; }#pRxiTmQghe0AD9xLH7mAkMCDlmOM87S9 { background-color:transparent;background-image: -webkit-linear-gradient(359deg, rgba(var(--color-secondary-3),1), rgba(0,15,91,0.93));background-image: -moz-linear-gradient(359deg, rgba(var(--color-secondary-3),1), rgba(0,15,91,0.93));background-image: -ms-linear-gradient(359deg, rgba(var(--color-secondary-3),1), rgba(0,15,91,0.93));background-image: -o-linear-gradient(359deg, rgba(var(--color-secondary-3),1), rgba(0,15,91,0.93));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#000f5bed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='#000f5bed' );";background-image: linear-gradient(359deg, rgba(var(--color-secondary-3),1), rgba(0,15,91,0.93));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.4375rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.25rem;left:51.5rem;display:block; }
#M3c9IqXtA4ooQxDRXqylZeCzAqQQP7Un { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XfdosKNDa8Gl6nnFHx3mX8GeLyx2WkEz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#29367f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11rem;height:2.5rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.625rem;left:24.5625rem;display:block; }
#CatANaAPzxMMMLRWRplB6TmJF52IfBE6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fSmSB64h7sUdlb8eH8yVEr4Os4WughOe { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#29367f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.3125rem;height:2.5rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.625rem;left:36.5rem;display:block; }
#VQyVpCSxplE6JgF9ThITPG3Ks7i43yWV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UP4Qvpgfo2Ug3kaNGmodOC7lc3l4furF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#29367f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:2.375rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.6875rem;left:44.8125rem;display:block; }
#PN4yC7Bnbysp1mHaG37kxP0eR3CbJtte { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EsFuuVEfPqvs0x5NGRpXTLvIXRTTQaoV { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.18725625rem;width:12.312rem;top:1.2811279296875rem;left:0rem;overflow:hidden;display:block; }
#lvD5spuEJhBt3TG9sAPuSn7QIZVwSCVC { 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:17.4375rem;width:47.75rem;display:none; }
#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d578d9cc-69d5-41e5-be9a-4ca279909f32/EveningFront2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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;position:relative;z-index:auto;display:block; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA.adaptive-delivery-prevent-bg, #R4kq062tRy8WlSgAtG7dlpTeeyauXkfA.lazyload, #R4kq062tRy8WlSgAtG7dlpTeeyauXkfA.lazyloading { background-image: none; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row .container { background-color: transparent; background-image: none; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,6,0.8); }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row .container > .video-iframe-container { display: none; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,6,0.8); }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row > .video-iframe-container { display: none; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .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); }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row .container { border-width: 0; border-radius: 0; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA::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; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row .container { width:75rem;height:55.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#C9n5HxRSGqN3GeHxN0pWioONDmgIE1da { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:17.25rem;top:26.8125rem;left:33.3125rem;overflow:hidden;display:none; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-form-header {  }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:23.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-text {padding-top: 0; padding-bottom: 0;}#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:23.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-select {padding-top: 0; padding-bottom: 0;}#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-button { 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: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.5rem;overflow:hidden;font-style:normal; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .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; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-container:first-of-type{padding-top:0;}#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-container:last-of-type{padding-bottom:0;}#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:19.1875rem;left:46.875rem; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG {display:block;}#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:19.1875rem;left:46.875rem; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #mNsd8QzbJkmO5THZGzieANAzLMmqJ8e5 { position:relative; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #NO6UH2lNQBHon7kMe8dO0u4sBtg67zNz { position:relative;display:block; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #DUUSsTwLHUpT9MCDfhSBkDMBmVqM3MTV { position:relative; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #HP0ZPQMVCIzCBV7zMQRGkV8P16Fq3IUt { position:relative; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #cRebVAvuRUtr59zEeytkaGrXTmD7Pcc9 { position:relative;display:block; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #Ma2rGScQ9Z8TkQpxTESgmmU6WI6GyPtN { position:relative; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #NhfOdqW3c8m7QA3iPkO47r6xTC6o0Ehe { position:relative; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #TCsZ1db2ELNXPUHlriv4gfEMu3ClSTzy { position:relative;display:block; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #COrKt8qTZ5Wb3B2CFQ9ZnL8snpamEo9Q { position:relative; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #MoakQpGWaTfeiINTFhsfZ15IMdpyaHif { position:relative; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #KugoT2dOBu5kZP4wvgTFE1yVTMu1bQrg { position:relative;display:block; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #GuUpDRiv9lqxpiv9M2eiQWKcO9FfDUEC { position:relative; }
#nr7eRX43CNatmxZF3E7VQodWtqxfaSXx { position:relative;display:block; }
#hiLoFGivLF0TiWF4BbHv4sCH2AtHWV7Z { position:relative;display:block; }
#MFW1GyHoVU1KDBOrh0N4BERD1olyaqMu { position:relative;display:block; }
#upGwdQTxeRRFLo3u09mfSOdX8z0I88Sr { position:relative;display:block; }
#PsHsAD5G9lGUtM6pL2p0hi3IL7nykrOs { position:relative;display:block; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #P4EomT8hAOwP3dTmsn8h7ktwfZ6LctpT { position:relative; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #S5Qke8hapuFQhT5rTOW5WbDFCf1JRqJK { position:relative; }
#ETPA3FmViOM10vxtyKMcWlM8ukCXi67p { color:rgba(var(--color-tertiary-0),1);display:block;width:26.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15055;line-height:1;letter-spacing:0;top:14.0625rem;left:46.75rem;height:4.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LHOblnt3lO4HvwEksLylTNznTxSOs52b { box-sizing:content-box;height:6.125rem;width:26.4375rem;position:absolute;display:block;z-index:15002;background-color:#9e7341;background-image:none;top:13.0625rem;left:46.8125rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#owBOGLSAS6o8P6KdOP0asUweQkUaaR1Z { color:rgba(var(--color-tertiary-0),1);display:block;width:40.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:19.8125rem;left:1.625rem;height:9.692875rem;font-style:normal;display:block; }
#DZBc3CSlZMDO3C8XCq8zt5NEni0364bg { color:#0a204f;display:block;width:31.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:40.6875rem;left:11.125rem;height:3.73730625rem;font-style:italic;display:block; }
#dNa34mOdiNJWzCKy4SWfIAC7TeHZSBOK { box-sizing:content-box;height:5.0625rem;width:40.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b34661b6-551e-4fd5-9805-e43767c5c838/Screenshot20250421at15238PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:39.875rem;left:1.625rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }#dNa34mOdiNJWzCKy4SWfIAC7TeHZSBOK.adaptive-delivery-prevent-bg, #dNa34mOdiNJWzCKy4SWfIAC7TeHZSBOK.lazyload, #dNa34mOdiNJWzCKy4SWfIAC7TeHZSBOK.lazyloading { background-image: none; }
#dNa34mOdiNJWzCKy4SWfIAC7TeHZSBOK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem; }#dNa34mOdiNJWzCKy4SWfIAC7TeHZSBOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.71); }#tddp7vs3fWQ9qa8s9abvhPRDVCGV14N6 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:5.3125rem;top:10.5625rem;left:69.6875rem;overflow:hidden;display:block; }
#eGOh6ZuOHGqfONBOSMTk5qyTr8QAGmvO { color:rgba(var(--color-tertiary-0),1);display:block;width:38.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:31.0625rem;left:1.625rem;height:7.0869375rem;font-style:normal;display:block; }
#TuerIwAX15PK73r3NCgzgvTITwL4WTQx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:7.1875rem;top:0rem;left:0rem;overflow:hidden;display:none; }
#SI0rB3xVxGZVXTUJQeAEmrgmH7kU3mxF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#prausqcI71SSLWdVGcmrNOkgIpLDhF6l { position:absolute;display:block;z-index:15057;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99963125rem;width:7.24975rem;top:40.5rem;left:2.5rem;overflow:hidden;display:block; }
#GsWWikq3mi7x1apcudluTlG421B5zdNx { color:#deb360;display:block;width:43.186625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:47.125rem;left:1.625rem;height:1.71875rem;font-style:italic;display:block; }
#COxulXC5BkhlZrXyScIxAtdI7MKRVf61 { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:29rem;top:11.9375rem;left:1.625rem;overflow:hidden;display:block; }
#uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed30579b-d652-4aab-b149-639cec23c459/Screenshot20250421at44517PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m.adaptive-delivery-prevent-bg, #uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m.lazyload, #uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m.lazyloading { background-image: none; }#uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m > .row .container { border-width: 0; border-radius: 0; }#uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m::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; }#uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:none; }#VU786dgDIyNS0V0HLxTdLlitkf9giPxx { color:#253680;display:block;width:34.125rem;position:absolute;font-family:"1court brand font";font-size:6.875rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:1.5312504768372rem;left:21.875rem;height:19.25rem;font-style:normal;display:block; }
#c3eMmcT7blLVcfpe7TnSLstdWgVDtzoQ { color:rgba(var(--color-secondary-3),1);display:block;width:47.25rem;position:absolute;font-family:"1court brand font";font-size:3.875rem;font-weight:400;z-index:15009;line-height:1.1;letter-spacing:0;top:12.6875rem;left:15.3125rem;height:4.26236875rem;font-style:normal;display:block; }
#sWRoWRnGHHtz4xGTp3yTbiFyGhyiHpGX { position:absolute;display:block;z-index:15057;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:12.6875rem;width:10.125rem;top:0rem;left:1.3125rem;overflow:hidden;display:block; }
#u0s240OhbuT5wH7D7OAN6tubzwgmuq2a { color:#253680;display:block;width:48.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.25rem;left:14rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p93AgaruUFRxUTxWNv5i0yrxkESttUxl { color:#253680;display:block;width:71.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:22.6875rem;left:0rem;height:4.14355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#253680', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#253680', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));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; }#O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak > .row .container { background-color: transparent; background-image: none; }#O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak > .row .container > .video-iframe-container { display: none; }#O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak > .row > .video-iframe-container { display: none; }#O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak > .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); }#O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak > .row .container { border-width: 0; border-radius: 0; }#O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak > .row .container { font-size:0.875rem;font-family:arial;height:62.125rem;width:75rem;position:relative;display:block; }#kGhB469ItfROEU4zlfIGsnP6feSIQO1Q { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:9.3125rem;left:0rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g77foaAgCz6wpdhhDg2MS5rG8863yGsN { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15058;line-height:1.1;letter-spacing:0;top:27.375rem;left:48.4375rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kKqotQmaiWJ4hqv6tygkNKF3XIfcL4xZ { color:rgba(var(--color-tertiary-0),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.875rem;left:14.0625rem;height:3.849825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hts7XxFuX4qozW0TKX28ZsyocuB9fZaR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:17.6875rem;left:9.25rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5v3ehyMJl7k0suF8TkQxINcCTFlPgNp { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:17.6875rem;left:25.8125rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fFRL1ut6Rf2QLeuiVUXuhSfNWyI6LgDG { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.0625rem;top:17.75rem;left:37.0625rem;overflow:hidden;display:block; }
#LgL9WSNV8Ax597e76ALCnCB48FKG86sV { color:rgba(var(--color-tertiary-0),1);display:block;width:10.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:17.6875rem;left:40.875rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f2K2xaB2nlxBmhU40b6EZTUhIlCGEwn0 { position:absolute;display:block;z-index:15019;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.875rem;width:2.1875rem;top:18.1875rem;left:60rem;overflow:hidden;display:none; }
#VebXqX2EJ6uhRFaq8iI2u2Kbvn0O3dNp { color:rgba(var(--color-tertiary-0),1);display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15038;line-height:1.3;letter-spacing:0;top:17.6875rem;left:58.3125rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yNBhqI4t7Wqro8ahb9QfBhQ6L5bdm3u5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.0625rem;top:17.6875rem;left:5.75rem;overflow:hidden;display:block; }
#B6w82fIxnoNWlQJTaXkH1nU2Rv8UP1Qa { box-sizing:content-box;height:6.625rem;width:26.4375rem;position:absolute;display:block;z-index:15003;background-color:#9e7341;background-image:none;top:25.875rem;left:47.6875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0rem;display:block; }
#MlE5lFOcvGs6hLATANiKeAl82PvFVXPg { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.0625rem;top:17.875rem;left:22rem;overflow:hidden;display:block; }
#SEOmfhkU7rBe6EeWJfueCvGTZeE7lL0h { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.0625rem;top:17.875rem;left:54.9375rem;overflow:hidden;display:block; }
#Wm1sPyuydGkKrHL5GwnmirvyR4DuCXTu { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15060;background-color:#e3e3e3;background-image:none;top:7.25rem;left:32.8125rem;display:block; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-form-header {  }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:23.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-text {padding-top: 0; padding-bottom: 0;}#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:23.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-select {padding-top: 0; padding-bottom: 0;}#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-button { 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: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.5rem;overflow:hidden;font-style:normal; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .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; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-container:first-of-type{padding-top:0;}#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-container:last-of-type{padding-bottom:0;}#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:32.5rem;left:47.6875rem; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts {display:block;}#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:32.5rem;left:47.6875rem; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #Wmny4RmXlnD9sOMvpXse1Ep1ylJda1LQ { position:relative; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #TwAyg9H9hrB0WHMQ8g6N7glJW5fR2vI3 { position:relative;display:block; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #f9b0Us6td56LnHFQB3xmN69ohMBA3BT1 { position:relative; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #rMEtewc9ZBvEIFgEnmRbV4sq8bJzRwAe { position:relative; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #xg3pRALu9pxxQVG3SuazsFOlA1zkLrFl { position:relative;display:block; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #hUOUaMhlMNcULHCmcnT5bmXKwwqyS0L8 { position:relative; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #yMqenBoaIpqZP7y5HvAHIdzlnXJahfB9 { position:relative; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #XsZ5FmIiVZ51IzKNdoOVTflUBkvNKwfJ { position:relative;display:block; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #iXegzLDTAkSb8bpUp1kNdLLiIliAV3LK { position:relative; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #tQXLT5kOVCkwbBG2mPVeJZKyeBBBrV0G { position:relative; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #MDLvXlXiLIRvT5uSnLxo3rCIpX2dhUsM { position:relative;display:block; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #F55sk1Fl9aliRDA2B1QMnKIl1aTmbQfe { position:relative; }
#ZRmKarQlZS2b2M8oTLgCBNLGwDTn0uLg { position:relative;display:block; }
#guRdrzNigg6228TE78TtXMTpM0TymzaK { position:relative;display:block; }
#k612Pgpyyfmxcv9IJxb0Ad43PiqpBTIJ { position:relative;display:block; }
#S1zhU0QvAxIhnfXuc4ZMBceQtokbKRvq { position:relative;display:block; }
#lQWGpQpVgPTFQr0H76ETPmX7lQyFZWhT { position:relative;display:block; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #xJ2wv80hPKPvkSVgCpTmaK8ZlpIHocLa { position:relative; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #E5NsqyeSJuA0JlsPH3mXXwKJl7LSUms1 { position:relative; }
#TefuLezqAQBn3foXs6hcBKCycTeKda1N { box-sizing:content-box;height:4.5625rem;width:43.0625rem;position:absolute;display:block;z-index:15064;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.1875rem;left:0.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#yJ7lXvzOhpyUKkfsIikTPKAw2T9K3Bcp { color:#9e7341;display:block;width:42.062375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15064;line-height:1.1;letter-spacing:0;top:54.625rem;left:1.4375rem;height:1.71875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#rSnXw3sSNTOOortwpwblRXHDR5TaUE6g { box-sizing:content-box;height:25.9995rem;width:37.74975rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/42f4184e-35f3-4f15-a2bd-3beadd1ae54e/DaySideView2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.375rem;left:3.5rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#rSnXw3sSNTOOortwpwblRXHDR5TaUE6g.adaptive-delivery-prevent-bg, #rSnXw3sSNTOOortwpwblRXHDR5TaUE6g.lazyload, #rSnXw3sSNTOOortwpwblRXHDR5TaUE6g.lazyloading { background-image: none; }
#HqO4gslNNDbc6otDVK3UMLDinscf42QM { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:5.3125rem;top:20.791666507721rem;left:69.6875rem;overflow:hidden;display:block; }
#W93GWRMqwCDev7SGXggnTTaOMRle3dPF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54ddd8d7-d019-4c54-b353-b8ff79ccdcec/Screenshot20250421at31701PM.png");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; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF.adaptive-delivery-prevent-bg, #W93GWRMqwCDev7SGXggnTTaOMRle3dPF.lazyload, #W93GWRMqwCDev7SGXggnTTaOMRle3dPF.lazyloading { background-image: none; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row .container { background-color: transparent; background-image: none; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.48); }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row .container > .video-iframe-container { display: none; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.48); }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row > .video-iframe-container { display: none; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .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); }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row .container { border-width: 0; border-radius: 0; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF::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; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row .container { font-size:0.875rem;font-family:arial;height:123rem;width:75rem;position:relative;display:block; }#hbTgtTXNXxbDSAkyytx4n9yl77Tdotlc { color:#253680;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.3662109375rem;left:-0.125rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvcwkBAUybJWNJAggTz9xwJwxGnxismi { position:absolute;display:block;z-index:15021;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:36.3125rem;width:73.3125rem;top:11.75rem;left:0.84375rem;overflow:hidden;display:block; }
#BbSQ2WmdC7zGi4baTFruOT3HBRpSrQZ0 { position:absolute;display:block;z-index:15027;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;height:17.6875rem;width:22.6875rem;top:70.0625rem;left:26.4375rem;overflow:hidden;display:block; }
#OCFRylkKL3oBEZUKQ7e2Nw4LH0EpBzA7 { position:absolute;display:block;z-index:15028;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;height:17.5625rem;width:22.5625rem;top:70.125rem;left:50.875rem;overflow:hidden;display:block; }
#nTFBywtwt2N6rdkrS8iLTHKKTzWtRvOV { position:absolute;display:block;z-index:15029;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;height:17.625rem;width:22.5625rem;top:69.96875rem;left:2.375rem;overflow:hidden;display:block; }
#Caq2TayaP2bMXqQe0XVqhXBvomTnfaiq { position:absolute;display:block;z-index:15030;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;height:17.6875rem;width:22.6875rem;top:50.0625rem;left:2.25rem;overflow:hidden;display:block; }
#rAVOaGOO1i5X4yFyNDhGwV6NyBhuCmWa { position:absolute;display:block;z-index:15031;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;height:17.5625rem;width:22.5625rem;top:50.125rem;left:50.875rem;overflow:hidden;display:block; }
#cgS7sn5y7rpWh0D141S4SWQ757rTwPor { position:absolute;display:block;z-index:15032;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;height:17.5625rem;width:22.5625rem;top:50.25rem;left:26.625rem;overflow:hidden;display:block; }
#oTnpIvwxOhroWVs9DUcyue1GuknXVeD2 { color:#b38d49;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:8.015625rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ev0Ge7F3CXPFR46bdTUWFUPX2Jl6xn1i { color:rgba(var(--color-tertiary-4),1);display:block;width:64.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:117.0625rem;left:5.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y0rz8Hu2T3LPb7omg4fB3JMJ88aWXRVT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.312375rem;height:5.187375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:111rem;left:21.125rem;display:block; }
#NmdkWnRZXRnnuKogeHiTZqfNvoRezdgd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQx2lzLFr0oi8cpBoiq3zeToH6w3qyOr { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:68.1875rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:90rem;left:3.4375rem;display:none; }
#HyhL2nMpvtFOS0b61mr2VutWGbW4l0rR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mrxtWUgzv1XWkWod7fqsR0rw95tu24FB { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:22.6875rem;top:89.8125rem;left:1.9375rem;overflow:hidden;display:block; }
#IMZV2MoblavJR6WVEU5kfLkUnbVTTpES { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:22.6875rem;top:89.875rem;left:26.375rem;overflow:hidden;display:block; }
#y3MOQ9RRvCro9LSBwaSy6C7uMeV1XBd0 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.6875rem;width:22.6875rem;top:89.8125rem;left:50.8125rem;overflow:hidden;display:block; }
#hGt1u0SL0CDH0Mi8DZc1llQeLxBpE1De { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15061;background-color:#253680;background-image:none;top:6.8125rem;left:32.8125rem;display:block; }
#Tnwrm9tEZoigLMKR4OTNFMs3qMdVp9ZM { color:#ffffff;display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:66.422119140625rem;left:18.350952148438rem;height:0.8125rem;font-style:normal;display:block; }
#TS5wVsEutm1J5kIWQp0xHbvdc2pLd201 { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:66.421264648438rem;left:42.852294921875rem;height:0.8125rem;font-style:normal;display:block; }
#TFxmZtDfR4OcRk9oOhFIFuedCiRuBo5o { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:66.358764648438rem;left:66.934936523438rem;height:0.8125rem;font-style:normal;display:block; }
#Gzg9eeVtJOJNzJwFTeFN712Jt4ip6KIu { color:#ffffff;display:block;width:5.87463125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:86.218383789062rem;left:66.934204101562rem;height:0.8125rem;font-style:normal;display:block; }
#kTMPLeBue66H2TFOcpe60tO6FzvffLeS { color:#ffffff;display:block;width:5.87463125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:86.34326171875rem;left:42.6875rem;height:0.8125rem;font-style:normal;display:block; }
#AsNpkuhhokEbge9ucIoxgJrKSl7hLTPg { color:#ffffff;display:block;width:5.87463125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15067;line-height:1.3;letter-spacing:0;top:86.21826171875rem;left:18.412475585938rem;height:0.8125rem;font-style:normal;display:block; }
#XdlNWLdctUTeRcpahTPdnEHvbPZTnZ3m { color:#ffffff;display:block;width:5.87463125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:106.14135742188rem;left:18.412475585938rem;height:0.8125rem;font-style:normal;display:block; }
#TB8du8ZDO0WH1ayfdGMilZek0KhlPObc { color:#ffffff;display:block;width:5.87463125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:106.20385742188rem;left:42.625rem;height:0.8125rem;font-style:normal;display:block; }
#uSTQ7HmtR96VIIoqEJbBZ4iDc6vxmJLL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#253680', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#253680', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uSTQ7HmtR96VIIoqEJbBZ4iDc6vxmJLL > .row .container { border-width: 0; border-radius: 0; }#uSTQ7HmtR96VIIoqEJbBZ4iDc6vxmJLL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uSTQ7HmtR96VIIoqEJbBZ4iDc6vxmJLL > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:75rem;position:relative;display:none; }#mwBiVHFyTxP85zGaglHmXfoq4ezx1lOs { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.8997402191162rem;left:22.436199188233rem;height:4.54980625rem;font-style:normal;display:block; }
#HO1rnqsKlFBM8XAe8gv7bmpXvWxaZb3r { 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:3.499025rem;width:4.061525rem;top:12.5615234375rem;left:15.466796875rem;overflow:hidden;display:block; }
#EWP0kghtBB5eh4PtV9GuNUSPlH8ITMB3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:12.9306640625rem;left:2.3125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nkyoUcxkg0sztymDHf2ce4TwRTpdc512 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:12.9306640625rem;left:19.466796875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZSsq4trFiXzqwP8pslTggiu2opc7N4w5 { 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:3.49935rem;width:4.06185rem;top:12.5625rem;left:29.9375rem;overflow:hidden;display:block; }
#UoBTDPFsSSFohbyPGbuGWPyWnVESUFLo { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:12.9306640625rem;left:33.9990234375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LeXOJIXxthHHrOxn3SMnO4fXlUlx1WyP { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.499025rem;width:4.061525rem;top:12.5625rem;left:44.75rem;overflow:hidden;display:block; }
#MRJvuhtxtWLz6TMz1tSdpUy1nlhZ00rh { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:12.9306640625rem;left:48.25rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zcbbqyApEvFCnSMnurGebn49oaixGXDw { 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:3.499025rem;width:4.061525rem;top:12.5625rem;left:61.375rem;overflow:hidden;display:block; }
#JWuZByy1UBbbScBhimuDqxEZanr3Fnu9 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:12.9306640625rem;left:65.5625rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ed9VqvN4PSQBKVRHENWFfNvrFLkBF5FI { color:rgba(var(--color-tertiary-0),1);display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:25.312501907349rem;left:9.4375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sl4Q9EJ0rs6FRXTrzLNoPI2FiB1NVt2z { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:68.1875rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:90rem;left:3.4375rem;display:none; }
#IpWglv4vnEtrB2i0DfD7Cy4MmxH4TGuO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eMoxTOHEF2mX9AqUbKWvG1uNQyLVAbzZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:61.9375rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:20.3125rem;left:7.875rem;display:block; }
#eG5uyqs2bFUlOOwbX2KL97ddIUXu8fy8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#umumD2ucF3y3fxwVdUu1WhNJuMWKq1vm { box-sizing:content-box;height:0.25rem;width:5.3125rem;position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),1);background-image:none;top:22.375rem;left:44.125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#tKIAmrVkhB6lKM4NfGDWxTtdJVACzFn4 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:8.4091796875rem;left:33.529296875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22fa0556-d21d-4d6c-b6d7-a47da217b1c3/Readingroom.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; }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z.adaptive-delivery-prevent-bg, #zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z.lazyload, #zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z.lazyloading { background-image: none; }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z > .row .container { background-color: transparent; background-image: none; }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,49,48,0.87); }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z > .row .container > .video-iframe-container { display: none; }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,49,48,0.87); }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z > .row > .video-iframe-container { display: none; }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z > .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); }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z > .row .container { border-width: 0; border-radius: 0; }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z::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; }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:75rem;position:relative;display:block; }#odcUg1v1VBWC3wpU0FlLKv5hvVEALGqD { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.901611328125rem;left:0rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U0PzfwkUiv8MPOR2b3s5kkek3W36KVNw { box-sizing:content-box;height:9.9375rem;width:12.5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.375rem;left:22.625rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#D9OQXuVm3CoBsCp21mmEIrqxLqEoXtBk { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.62463125rem;width:4.62463125rem;top:22.125rem;left:10rem;overflow:hidden;display:block; }
#XzJARWgKfLWIBFDUtidNZEdZIwxTnXyg { color:#3d3d3d;display:block;width:9.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:27.75rem;left:7.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c3dCEmTkEl3m9pyKbT2uRiJhzSfUluWy { position:absolute;display:block;z-index:15024;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.18725625rem;width:7.2495rem;top:22.375rem;left:25.3125rem;overflow:hidden;display:block; }
#OJ2PFSMoMhKTioRh14Sk9xTiLCOiH4qu { color:#3d3d3d;display:block;width:9.2486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:27.375rem;left:24.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hcybazHLC3ocK9rr0XOm5HbN32JHwE7n { box-sizing:content-box;height:9.9375rem;width:12.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.375rem;left:39.5rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#qshQIBQ12brBUrTg1qHLRLwrIC7NVH9e { box-sizing:content-box;height:9.9375rem;width:12.5rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.4375rem;left:56.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#onxTNbewxxyBKDDUOmhwapHB0MS1XShe { position:absolute;display:block;z-index:15028;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.4375rem;width:5.4375rem;top:22.4375rem;left:43rem;overflow:hidden;display:block; }
#GqMD5vAzwuHb0L4itJHlRblmltiygIRt { color:#3d3d3d;display:block;width:9.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:28.625rem;left:41.125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gOqPr8cen61EJAVtIRJp5dFNfdJ98peJ { position:absolute;display:block;z-index:15029;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.4375rem;width:5.4375rem;top:21.9375rem;left:60rem;overflow:hidden;display:block; }
#ahqaTKtdhQABuaqOGQU1miN3hJDki9uH { color:#3d3d3d;display:block;width:9.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:27.75rem;left:58.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wm3ZuGOWmDrfPBi1LnRJV59pUpOHERSp { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:70.1875rem;height:5.3125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.305297851562rem;left:2.406005859375rem;display:block; }
#QqNZw60TEOsecVstXNIlKTkOybCC3qyM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.81375rem;padding-right:0.69125rem;padding-bottom:0.81375rem;padding-left:0.69125rem;display:block;align-items:center;width:4.145rem;min-width:4.145rem;height:4.36625rem;position:relative;font-family:poppins;font-size:3.251875rem;font-weight:700;line-height:69.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.5075rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.52875rem;height:1.725rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.218125rem;font-weight:400;line-height:27.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.625rem;height:8.35125rem;padding-top:1.525rem;padding-right:1.48125rem;padding-bottom:1.525rem;padding-left:1.48125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:33.186645507812rem;left:22.705688476562rem;z-index:15030; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #GfyJu9HNRDbG9886DgHJknS5u2hrdmk8 { display:flex;position:relative;top:0rem;left:0rem; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #ZwT34Dmq9N279Ly7LbUaTKMMMFzqHS8K { width:auto; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #kEmuu0pWBXRBKqFdipTHuTg2200EA6bq {  }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #c06MT9L5F8eTutViTCfzhHIRAWXt4gMJ { display:flex;position:relative;top:0rem;left:0rem; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #Uq0fDCmqNZ8h5geTe15wBDdBlQPTXB6s {  }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #x8dL7r9dICGiGczkTV6a0ZehHwDSfsHw {  }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #nh47VTNRqVhH3k1rW48TyWqQ5e52QCQt { display:flex;position:relative;top:0rem;left:0rem; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #mQVO9rTRqfO8rfT9T7SctuHufDRTr5r6 {  }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #WL2L17skXxWAJE8TTQz9BJo51qQELJ88 {  }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #qNLGFsqIO09w3TznOCT2TXLMDKKg47W6 { display:flex;position:relative;top:0rem;left:0rem; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #URNW7CWP74C9pRyElReHJn94zgTlizWV {  }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #IA9hBTuTuXPhbSrWcP8QTELbJIJIpIRL {  }
#oXGzJSn4Hc3TkeStcJG0r7amVk3M5dq0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:41.749875rem;height:4.375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:45.8125rem;left:16.625rem;display:block; }
#niz375XXU6U71bMWvFF52izbSZ6PbIvw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H41sTptqLLDpEGOmku6lOOKo5tT36S5U { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#CvEC3pERWRfE0WRRbP0AER7dKVpO0w7U { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15062;background-color:#e3e3e3;background-image:none;top:9.0625rem;left:32.8125rem;display:block; }
#dXBbtVn9W4ZuPRRa4p6ZitxbmamJTcDP { box-sizing:content-box;height:9.937125rem;width:12.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.375rem;left:6rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#dDMG4J4vASiByWm3eWLrLdrATG16h7oV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54ddd8d7-d019-4c54-b353-b8ff79ccdcec/Screenshot20250421at31701PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dDMG4J4vASiByWm3eWLrLdrATG16h7oV.adaptive-delivery-prevent-bg, #dDMG4J4vASiByWm3eWLrLdrATG16h7oV.lazyload, #dDMG4J4vASiByWm3eWLrLdrATG16h7oV.lazyloading { background-image: none; }#dDMG4J4vASiByWm3eWLrLdrATG16h7oV > .row .container { border-width: 0; border-radius: 0; }#dDMG4J4vASiByWm3eWLrLdrATG16h7oV::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; }#dDMG4J4vASiByWm3eWLrLdrATG16h7oV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dDMG4J4vASiByWm3eWLrLdrATG16h7oV > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;position:relative;display:none; }#FOp2ix8kZr7Vt7Kldt1euufM5Wc7zmUa { color:#253680;display:block;width:45.62475rem;position:absolute;font-family:"1court brand font";font-size:4.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.517333984375rem;left:14.997802734375rem;height:5.28125rem;font-style:normal;display:block; }
#pwHOKN0D0TdAn1Rz2RTLgqCcrxZxinl6 { color:#b38d49;display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:7.79817199707rem;left:22.6875rem;height:2.5996125rem;font-style:normal;display:block; }
#pldPxxCy50Du3MS8hZFXXt0Suk36tmrT { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:21.875rem;width:13.75rem;top:12.9375rem;left:0.875rem;overflow:hidden;display:block; }
#Gw8TtMsDlrM1AK8tXmTOqq9kf2veK8g6 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:24.625rem;left:2.125rem;height:2.51823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JLWmrna4kuR0yDDZh8wraaTmydWSqmSx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:15.25rem;left:2.875rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HzOlriCkHiyJ6p7g2E4tRlQ3nOU5IbPd { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:4rem;top:21.0625rem;left:5.1875rem;display:block; }
#UhXLXgRcksMHM0SVfVs5PbhzfBaJxg4z { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:29.0625rem;left:2.1875rem;display:block; }
#rAnTOQerJkAbRpcHopzZBMcifreAOWRV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PMQ7ZsVNahd8iKCwbNmbBsHz6b8u1IDa { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:21.875rem;width:13.75rem;top:12.9375rem;left:15.4375rem;overflow:hidden;display:block; }
#OxeKOEuoZcMIENBB0dpZ4UkuQUxpRsTE { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:14.625rem;left:17.9375rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzX5AUXEsM57LBAtqPc4e5rxS9OSRSp4 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:4rem;top:21.3125rem;left:20.3125rem;display:block; }
#HL7bzeGbTcBHMoSXyw4ysyHTqAc6XWAr { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:23.75rem;left:17.25rem;height:4.26171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tHxIab9KTwO7efK0sU5VqP1h9dlM7Bhc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:29.3125rem;left:17.3125rem;display:block; }
#prUz1aTI4kghWoLamRh5aTUBMxlRPycw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NMCdFJTbnoqh23C5Q1Ff6wLK6TDXbfcq { color:rgba(var(--color-tertiary-0),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:17.75rem;left:18.25rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4iCXtlqA5wcTpZ9dORi6GvzDKHf1Z2v { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:21.875rem;width:13.75rem;top:12.9375rem;left:30.4375rem;overflow:hidden;display:block; }
#lrh4DHZzJywTz1LpgZvDzwQ28cK26A3Q { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:15.25rem;left:32.5625rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FCCEoJ97zUzQvVkAFgTCUwBTHKVwWym5 { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:4rem;top:21.0625rem;left:35.3125rem;display:block; }
#UeuqFqgmL57zmWRNGcc6HEBT1xIoGOE4 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:24.625rem;left:31.875rem;height:2.51823125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J3EaQSEBDgi521WL2hMlmyChiEQTMOTl { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:29.0625rem;left:32.3125rem;display:block; }
#CVRHH9xJhJrdbAoZlNh2OJ5BGLTKRzrZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nr21KH9c51RXbAFt1lbykT4KULeTa7Hh { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:21.875rem;width:13.75rem;top:12.9375rem;left:45.4375rem;overflow:hidden;display:block; }
#GVLncJExEi9yH7whWXZnTT5XMOUJeOTf { color:rgba(var(--color-tertiary-0),1);display:block;width:9.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:15.25rem;left:47.4375rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5Kgxtf1bferrxy8HsFlqUnsG6MJOpTu { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:4rem;top:21.3125rem;left:50.3125rem;display:block; }
#eeoeyZl1I5E1hWI662cyN3r9RwsOgV0l { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15035;line-height:1.1;letter-spacing:0;top:24.8125rem;left:47.1875rem;height:2.1308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kb9T7VHw5mgnJx8e1bNwwTqf2o4AcTwI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:29.3125rem;left:47.3125rem;display:block; }
#DFa7fESb62Pq5KNNf6uakAZJWCGlaoqf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bpEPbIDybew4arxRGvVvVsaQeotM0mol { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:21.875rem;width:13.75rem;top:12.9375rem;left:60.4375rem;overflow:hidden;display:block; }
#GzcotXVoiHRluPtXdrLbMm4gBsFTJ6AK { color:rgba(var(--color-tertiary-0),1);display:block;width:8.7480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:15.25rem;left:62.9375rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kREJ8VvPOfkh4wHeu3GQ4MRbfTsW1JdQ { position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:4rem;top:21.3125rem;left:65.3125rem;display:block; }
#T4XLhl7bw6MV0M6TwGwGnsk8xoNysclG { color:rgba(var(--color-tertiary-0),1);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:400;z-index:15040;line-height:1.1;letter-spacing:0;top:24.8125rem;left:61.9375rem;height:2.1308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ui76H0cpiVD3ChCJeQTECzuikd8HWuSc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:29.3125rem;left:62.3125rem;display:block; }
#F7N5EHrHTXvCl261GkaG7PWaW92ET2lG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rC1N7i0aqwV2MepGcGIE4WoWgFbC8epX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/68a6d06a-17fb-426c-86d0-ad340cf9bb13/LivingArea2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rC1N7i0aqwV2MepGcGIE4WoWgFbC8epX.adaptive-delivery-prevent-bg, #rC1N7i0aqwV2MepGcGIE4WoWgFbC8epX.lazyload, #rC1N7i0aqwV2MepGcGIE4WoWgFbC8epX.lazyloading { background-image: none; }#rC1N7i0aqwV2MepGcGIE4WoWgFbC8epX > .row .container { border-width: 0; border-radius: 0; }#rC1N7i0aqwV2MepGcGIE4WoWgFbC8epX::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; }#rC1N7i0aqwV2MepGcGIE4WoWgFbC8epX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rC1N7i0aqwV2MepGcGIE4WoWgFbC8epX > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:none; }#GBALH5NvHW6GAVg1ygpNmcwg30rB6A9h { color:#253680;display:block;width:45.62475rem;position:absolute;font-family:"1court brand font";font-size:4.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.517333984375rem;left:14.997802734375rem;height:5.28125rem;font-style:normal;display:block; }
#MavgRFPzFMSh0PheknoOAbWT30ZLDiap { color:#b38d49;display:block;width:28.875rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:7.2421875rem;left:23.375rem;height:2.5996125rem;font-style:normal;display:block; }
#oDB8ltMi28bq3Lg9Resg6BmqO68AtJKB { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.4375rem;width:21.75rem;top:13.375rem;left:26.9375rem;overflow:hidden;display:block; }
#DXw6E3ptAEsQVFp3xGGyU8FTP5M9mURg { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.8125rem;left:30.625rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIDLuHTDxkBBugCPLDneNPkumGJSPTwe { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:4rem;top:19.9375rem;left:35.3125rem;display:block; }
#t7p0Avnsw2eArJIhV3ywKDq1yvAQibmK { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.33447265625rem;left:32.5283203125rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P8HrKw4o1vAs9C59fUoqddKqSTcx3TPJ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.4375rem;width:21.75rem;top:13.375rem;left:52.125rem;overflow:hidden;display:block; }
#tdTfsbeThg08ZMUgQ4GtMtTTJMdMJvx1 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:21.33447265625rem;left:57.59375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hP9b4kCs0ikmxL4KELN63wdb8wJn8Cm3 { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:4rem;top:19.9375rem;left:60.5rem;display:block; }
#nhFxq9ZZc4dScPsTFKkgmsTclDfO2lhO { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:15.8125rem;left:55.8125rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S5uce7VHDNe89BBaKkwNbcJGuKPd2kw1 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.75rem;width:13.75rem;top:13.375rem;left:1.125rem;overflow:hidden;display:block; }
#vtuR66AVWPwpat3CKrOAwA2s4EspD7uF { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:21.75rem;left:2.9375rem;height:2.51855625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RC6ZMk2WDmWFtuOCuTGTaK2r7lJDlmHR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.749rem;position:absolute;font-family:poppins;font-size:3rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:15.6875rem;left:3.625rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qsT8ukqRkXZBFOAR2bfuCVGXcLBAWUHn { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:4rem;top:20.125rem;left:6rem;display:block; }
#EEoabWQaMv9fgLzzynQW8nFSO5VzWnr7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:26.25rem;left:3.0625rem;display:block; }
#Hb1HOdWWMTvtb2ploPSJszQ6vn7mSlTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oz4duTT9MnU8aWCzAQ8ppU6Heurkmsxh { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.25rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:25.74951171875rem;left:29.78125rem;display:block; }
#pPvxvRKZ62yomdLTqmttAVbg8Sc3icNR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RZE8AX8OtIfHwdVHnyVICBl97IiWeFTz { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.25rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:25.74951171875rem;left:55.28125rem;display:block; }
#ycH0W5hUzMWad0E7CDo540knd0gTlAfL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eab699a4-dd64-49f7-97dc-1e24d6443587/1000_F_168188143_2zqU2HD2DtbmDTzWDv8OsAKfaQhBfobX.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; }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv.adaptive-delivery-prevent-bg, #pwgwFtfSgLDIUor23qzOPbeA8FAWReGv.lazyload, #pwgwFtfSgLDIUor23qzOPbeA8FAWReGv.lazyloading { background-image: none; }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv > .row .container { background-color: transparent; background-image: none; }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,239,239,0.87); }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv > .row .container > .video-iframe-container { display: none; }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(239,239,239,0.87); }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv > .row > .video-iframe-container { display: none; }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv > .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); }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv > .row .container { border-width: 0; border-radius: 0; }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv::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; }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:block; }#s7zoN5Atacl4SfTGK782NkHIi8Uu7hbp { color:#253680;display:block;width:34.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.7333984375rem;left:20.4375rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n79GeXLrBrkGLvK0ciWPMZOzfZhMtowz { color:#3d3d3d;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:3.00598125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTb3nFv9TUMAxWMNr6GvCQ2qMTPvy1TW { color:#3d3d3d;display:block;width:57.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:13.755859375rem;left:8.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QbPUAcrGwqlENSActkHrJcCOS2BfwsLc { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;box-sizing:border-box;color:#3d3d3d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.0625rem;height:3.6875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.0625rem;left:9.875rem;display:block; }
#txe829mWtKpmJwIv75SuEw3CyDUPxDhz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vc5z1fFH4cF001hBwXCcA38hkNWuU8RX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;box-sizing:border-box;color:#3d3d3d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:20.0625rem;left:26rem;display:block; }
#nzuyGmxnDbpo4aEIPn9kPHlw6JU8qcMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XMUU0bqob5wqcwKkDwa6F1bwoUAkCVi6 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;box-sizing:border-box;color:#3d3d3d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.1858125rem;height:3.65625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:20.0625rem;left:57.6875rem;display:block; }
#RGuEtnW6EZTo7JCBqFU9JqFgoqcgA0Ur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1LuUrD4atqOQyJxtnnUZmBHJrRyO5Ph { color:#3d3d3d;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.875rem;left:10.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BtxONsnUFMmGWT3fIpL1TgrfnGhBsTc3 { color:#3d3d3d;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.875rem;left:26.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aOwhQmKh53WNGca6viRuor7mqnGGgzBK { color:#3d3d3d;display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23.875rem;left:57.6865234375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zd5vTpTwQ7g7oKvUTylokww8r2oURtzT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:51.6875rem;left:31.03125rem;display:block; }
#s97liTp2R3cXzRzWAzodPgagiSV6bXHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mn59e2anLZTcL0UVFHMLJZLyfef90rzW { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);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;box-sizing:border-box;color:#3d3d3d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.375rem;height:3.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:20.0625rem;left:41.9375rem;display:block; }
#fgztPGcBMaOdEnoimQDRQxS0wb8d6EZ1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PtpqA0gcTa9aFlneJlM0T8T24wkfHqSD { color:#3d3d3d;display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.875rem;left:42.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BdCAdfXuRKeAlV8otRQGf1SiK3hZCUnF { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15063;background-color:#253680;background-image:none;top:7.0625rem;left:32.8125rem;display:block; }
#ZsV12IA9XRGI8Asu6PQDbZAXpOl9TLuA { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:21.75rem;top:29.25rem;left:50.1875rem;overflow:hidden;display:block; }
#P71R8KW283Pz9vefUPlABJafySC3s12d { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:21.5rem;top:29.1875rem;left:3.1875rem;overflow:hidden;display:block; }
#AZQfudAqP5O72KbQzHGetHPmpel2NANh { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:21.75rem;top:29.25rem;left:26.625rem;overflow:hidden;display:block; }
#wz0eFRAXBGft25ALLrPoCWz42TsVv6Uy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:51.6875rem;left:7.5625rem;display:block; }
#ra49m5KQgnPdUa492TeQMW8C6OdLTHke { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OToE5aWDscyT2wpMZ8aTTb2Az867qLv5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:51.6875rem;left:55.15625rem;display:block; }
#Doq2ImegGPU25NHdDEapqUma3WVdxEnD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#253680', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#253680', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(180deg, #253680, rgba(var(--color-secondary-4),1));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; }#lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs > .row .container { background-color: transparent; background-image: none; }#lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs > .row .container > .video-iframe-container { display: none; }#lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs > .row > .video-iframe-container { display: none; }#lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs > .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); }#lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs > .row .container { border-width: 0; border-radius: 0; }#lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs > .row .container { font-size:0.875rem;font-family:arial;height:64.1875rem;width:75rem;position:relative;display:block; }#CI9tgbT6GOkKWtGLRuJMl3nyEW0z09bc { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.6875rem;left:22.25rem;height:4.54980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#apN5zdZLTJ0QS2gzTZN3HdDnLNfIqp3m { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:68.1875rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:90rem;left:3.4375rem;display:none; }
#lF7HWdXbhxtiZXVon6a0DfRpuTrOB8kI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zNfFFHFxBKDSMBoT83PlTQDgZbwRNHIh { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.6875rem;width:35.125rem;top:10.5rem;left:1.6875rem;overflow:hidden;display:block; }
#MDb6z34LZ69fPT0hHvo6wg11o5onVXvQ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.6875rem;width:35.125rem;top:10.5rem;left:38.1875rem;overflow:hidden;display:block; }
#Cyuu4pDbTLEyICeFFt2tC7bxIW9LXqIC { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.6875rem;width:35.125rem;top:30.375rem;left:38.1875rem;overflow:hidden;display:block; }
#yrqdGML9NS5CCMDQL0axcEyLH2LXSqcy { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:17.6875rem;width:35.125rem;top:30.375rem;left:1.6875rem;overflow:hidden;display:block; }
#sKhiCbPLf05zA8wLMcb5c3n5z7I3pzUz { box-sizing:content-box;height:2.3125rem;width:14.75rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.875rem;left:1.6875rem;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; }
#x9FaSMi8T0cqV3Jpuz28qTpu9ZmIRJia { position:absolute;display:block;z-index:15043;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.6875rem;width:2.1875rem;top:26.1875rem;left:2.3125rem;overflow:hidden;display:block; }
#X0uIQAdmNvl7fDs2Fo1Ui5Ov782UTiwG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:26.259765625rem;left:5.0625rem;height:1.54361875rem;font-style:normal;display:block; }
#DGNufwcAmz2i0RKvVR6Re0PFfvA7c1cN { box-sizing:content-box;height:2.3125rem;width:14.75rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:25.875rem;left:38.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;display:block; }
#MeFcTD3qBgQXx93PTRls29qP9ZHrzv0B { position:absolute;display:block;z-index:15045;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.6875rem;width:2.1875rem;top:26.1875rem;left:39.125rem;overflow:hidden;display:block; }
#MKfcUZOdWI6z76EWnmxRNsXMxaSsAVAw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:26.1875rem;left:41.75rem;height:1.54361875rem;font-style:normal;display:block; }
#O8BA63PkHrNPTSXfou1eycqdqobQLCQW { box-sizing:content-box;height:2.3125rem;width:9.75rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.8125rem;left:38.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;display:block; }
#kZchMHLuPsxQ918KlHn6Bod7Jy3cIiWF { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.1875rem;top:46.125rem;left:39.125rem;overflow:hidden;display:block; }
#rTb57OPZfIbpaoZsarIt5N6IbcoEdQXN { color:rgba(var(--color-tertiary-4),1);display:block;width:5.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:46.1875rem;left:41.6875rem;height:1.54361875rem;font-style:normal;display:block; }
#L1UwMCwuRt3N2PBcofKcd9klHVKPAKDg { box-sizing:content-box;height:2.3125rem;width:13.6875rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:45.8125rem;left:1.6875rem;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; }
#LTuQMr8hWIzvQ3vM1IzKA3dA2IIhaBQ0 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:2.1875rem;top:46.1875rem;left:2.3125rem;overflow:hidden;display:block; }
#G2C8eUXWPwHP9SmXCbuNLu2HpM32UQ8M { color:rgba(var(--color-tertiary-4),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:46.25rem;left:4.8125rem;height:1.54361875rem;font-style:normal;display:block; }
#XMvlUWIh0hwQFO7IqHBPOypOliTRzT3k { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15064;background-color:#e3e3e3;background-image:none;top:7.1875rem;left:32.8125rem;display:block; }
#OUf26oaZU5Ov0rr2watAgWIwPbSvUdLT { color:rgba(var(--color-tertiary-0),1);display:block;width:68.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:56.99951171875rem;left:3.24951171875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lrkAqT9UrtPVqmW5nsQ5tvsrHUnzIkZO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.937rem;height:4.562375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:51.4375rem;left:16rem;display:block; }
#wQODV5eKfG2Fng0bb7XkZP8WNz6xDlN3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed30579b-d652-4aab-b149-639cec23c459/Screenshot20250421at44517PM.png");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; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk.adaptive-delivery-prevent-bg, #H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk.lazyload, #H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk.lazyloading { background-image: none; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row .container { background-color: transparent; background-image: none; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.5); }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row .container > .video-iframe-container { display: none; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.5); }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row > .video-iframe-container { display: none; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .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); }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row .container { border-width: 0; border-radius: 0; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk::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; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row .container { font-size:0.875rem;font-family:arial;height:58.75rem;width:75rem;position:relative;display:block; }#VgTtQiE5TgcHBph2S6XvKayfLNeK9axp { color:#b38d49;display:block;width:45.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5rem;left:14.78125rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rqTxtb8xOANLUGhRXf8Fh7qLMP8anPeq { position:absolute;display:block;z-index:15009;height:30.9375rem;width:38.749rem;top:13.875rem;left:0rem;display:block; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.3125rem;font-family:var(--paragraphs-font-family);color:#3d3d3d;height:auto; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.4;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family);color:#3d3d3d; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe .accordion-trigger.adaptive-delivery-prevent-bg, #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe .accordion-trigger.lazyload, #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe .accordion-trigger.lazyloading { background-image: none; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe { box-sizing:content-box;height:auto;width:32.6855625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15010;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.9375rem;left:39.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #TD47QwKApC192EzoqiIQJ035EPt41Qxb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #EXfkSFUF2laMsOPsyKItT3gO5ok67ePp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #vvTOffQw9B3tqEnoRxwmx9PKeLwxkPT5 { display:block;position:relative; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #xxOELqZka0vXD4CK2VqQHFFOX6Us4M1E {  }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #kLn52dUwTzanTBwXrLRE86OMMdaOToAg {  }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #uhLOwsiO2eaPsVzao9QPc9AFUCPaGVz8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #xnLM3B5KNefJkpnAdAZ3mXr6OqUkVtIh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #NodH4KZDucmZdicQhCLwN0F1O56q1OdV { display:block;position:relative; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #wGAkxPXVvBSVQxteQQS55Wmxq9HKZmRk {  }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #ToTdPwRLUol9hFV9yx9sZ2ANVlg36kTp { display:none; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #A0nC7au0RTlzSXvIdnt1UuUPz4GgsiFQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #htV75SkwcATh1iXTXPZsF4ttrnOHkfCO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #mb15nBdUQKwkS9TgpVr07DDoOfU5dpZg { display:block;position:relative; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #qmo8S2fFo4FQNXnb3dlM0fir9QGCd7Ti {  }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #XZ2IxNNr5CuNBr60LuW4lPUM19Cid0dT { display:none; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #Spdc5HCToE3ksS9E57vqwptQwZ5LUa4x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #hR76GyOikVmT5bM2ZTaRom2zUwUKB4uI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #gslltsu2SHQmMMnTDV0Snd9MI4p4OkHS { display:block;position:relative; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #yxraeDanJod6NkoIcOPfxPJPyl5BGZt1 {  }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #wVic8ULhePqwtKOaDsD8XnHGV4F1STXs { display:none; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #K85etHbHefyNoXpwiP3A5qsyMP70XyeB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #kRZQdHMSnRNK25wqsT5rawLVdMFB1TuU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #fQ8oSNLPnnclhlWEemJU9ATHWhL40l1b { display:block;position:relative; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #yG4EyT7863buG62l2WnDPz2IXDrVhXiE {  }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #ZvWsqqypOTn3DCFnA2LlPfyT4aaUtWd2 { display:none; }
#pETp2TNVUdtBg4hfyS7T8vPlsU8v1opV { color:#253680;display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.384765625rem;left:14.09375rem;height:3.849825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3JkGqkhhfubws942M4P82RHuLKyCbtZ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:2.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:68.1875rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:90rem;left:3.4375rem;display:none; }
#esABaUBOPOV4Ac69JPSRBrR8i1SqnePv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HgJFNwQdpfRtldUHUAv3WEy0uvTiILox { position:absolute;display:block;z-index:15009;height:30.9375rem;width:38.7495rem;top:13.5rem;left:0rem;display:none; }
#g0ACWkfsNmAt76Vqmrum7dS7BUleJIEE { color:rgba(var(--color-tertiary-4),1);display:block;width:71.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:53.56201171875rem;left:2.1240234375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qXfH9mK3dQiTpATkO7wNWbXTVoQd0SIG { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:42.9375rem;height:5.1875rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:47.375rem;left:16.3125rem;display:block; }
#gWPsSwwUGaf6X5EHcnX9eeABOR6D3z98 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xu391ABJPiTx52mQsIVfrfy9POach1id { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15065;background-color:#253680;background-image:none;top:7.0625rem;left:32.8125rem;display:block; }
#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eeb48597-de99-43f6-bc38-8fce04a4286d/Untitleddesign11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe.adaptive-delivery-prevent-bg, #lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe.lazyload, #lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe.lazyloading { background-image: none; }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe > .row .container { background-color: transparent; background-image: none; }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,49,48,0.87); }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe > .row .container > .video-iframe-container { display: none; }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,49,48,0.87); }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe > .row > .video-iframe-container { display: none; }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe > .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); }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe > .row .container { border-width: 0; border-radius: 0; }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe::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; }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:75rem;position:relative;display:block; }#fflqFQl5DgAcHSMT5eqZ1WEmXFz0vV9z { color:rgba(var(--color-tertiary-4),1);display:block;width:74.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.4761962890625rem;left:0rem;height:6.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ccVRJ1tbAnL2u46kAxvZAaNX0Q6CGDTv { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:14.4375rem;width:38.25rem;top:17rem;left:2.625rem;display:block; }
#eU8eOPwekXfuaz5bUxKBob4g5LDAmhkb { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:29rem;left:18.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XNctqbQCrZgPf5C2rd3aTPJFzazCrOBV { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:25.125rem;left:18.4375rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZdVobcu0sbWDT0MIVTGSofQTJZ1NfsOF { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:21.0625rem;left:18.5rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XyXaKhTq87yCTcdqx8ou4kTJ9uT4Qlak { color:rgba(var(--color-tertiary-4),1);display:block;width:24.81225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.1875rem;left:18.5rem;height:2.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ATbVHve79tICP4bVTQQKmbNFkqTQprN2 { box-sizing:content-box;height:6.5625rem;width:26.4375rem;position:absolute;display:block;z-index:15005;background-color:#9e7341;background-image:none;top:13.5625rem;left:47.0625rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#W8hATuFA4DcX6Tx1srtpassAL8Zsgcbc { color:rgba(var(--color-tertiary-0),1);display:block;width:20.499875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15058;line-height:1.1;letter-spacing:0;top:14.226684570312rem;left:50.029907226562rem;height:4.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WN0O78R2lHMTlyqo76klsrfRwk9F6KX0 { color:rgba(var(--color-tertiary-4),1);display:block;width:73.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.498291015625rem;left:0.84375rem;height:5.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AmoxkTeznWfwZAMVbuoTPuJSqkfKTP8n { color:rgba(var(--color-tertiary-4),1);display:block;width:73.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.498291015625rem;left:0.84375rem;height:5.84895625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IdFzvpyrmeNnGucQSeNRR30usz7bTE39 { box-sizing:content-box;height:0.1875rem;width:9.375rem;position:absolute;display:block;z-index:15066;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.5rem;left:32.6875rem;display:block; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-form-header {  }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:23.875rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-text {padding-top: 0; padding-bottom: 0;}#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:23.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-select {padding-top: 0; padding-bottom: 0;}#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-button { 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: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-4),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:poppins;font-size:0.875rem; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22.5rem;overflow:hidden;font-style:normal; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .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; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-container:first-of-type{padding-top:0;}#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-container:last-of-type{padding-bottom:0;}#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:19.8740234375rem;left:47.0908203125rem; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.875rem; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN {display:block;}#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:absolute;top:19.8740234375rem;left:47.0908203125rem; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #vXedTH2zFlHr2PM9OHl0EuorOrRuQxM7 { position:relative; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #D8wt7oSUmfN0EhDTfggtJFxioDtVQ2tF { position:relative;display:block; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #buTR0QTJJT85OVbyeU8VXhTuiPzoKFyf { position:relative; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #QB82n2p7N4TOwSgz9IAVXm2AUMXuUGVT { position:relative; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #HkA8WlQIARP1UXt3OrrhsKGACXnFOPNZ { position:relative;display:block; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #pVrZlibKFADxaeHEhMnheIahnOZGhVHX { position:relative; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #Q7ObOuFkTwhyBvBpafyDfPfd9yOBqz4B { position:relative; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #yFFOmUEJr21y5PEpGnNXnCu8DwIl7iKx { position:relative;display:block; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #nKD5EkCEXlo5v126sZVyanG47V510z09 { position:relative; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #oSCwOKhVR0oyXMFWdQyRQpz7kqW9kOZl { position:relative; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #gQvMvpmoN6smqg6tTDWg5eZkIfIbebSK { position:relative;display:block; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #NKhXJIp8CsW52FvX0KlN280zxuRIfrgv { position:relative; }
#LD3ATeGGkFLmuzJoRpttHHZChHmIF0yw { position:relative;display:block; }
#T3vRGJDUMKsqz7gbUNUcxoJhKQpLyy32 { position:relative;display:block; }
#Wy3FAegKwEdiTNN31o19IuqiMXdBM65k { position:relative;display:block; }
#a1QwRd5hBJHmt6b6shyiv4NTzECMRgZX { position:relative;display:block; }
#h2ByytlNs8s1cEg08ACqlrobfIBbgbTh { position:relative;display:block; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #EdmiyC4bJPHq4p0foVMMBdLUezuisWWH { position:relative; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #UuLkUHRA6yGPqWRMhVzTwmyWNOZIA3dm { position:relative; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi .widget-text.counter-number { border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.81375rem;padding-right:0.69125rem;padding-bottom:0.81375rem;padding-left:0.69125rem;display:block;align-items:center;width:4.145rem;min-width:4.145rem;height:4.36625rem;position:relative;font-family:poppins;font-size:3.251875rem;font-weight:700;line-height:69.86px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.5075rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.52875rem;height:1.725rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.218125rem;font-weight:400;line-height:27.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:26.625rem;height:8.35125rem;padding-top:1.525rem;padding-right:1.48125rem;padding-bottom:1.525rem;padding-left:1.48125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:32.59521484375rem;left:6.9549560546875rem;z-index:15031; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #VKKGVHlrs3T46TgKFqfyAaZyObR4FiA8 { display:flex;position:relative;top:0rem;left:0rem; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #sPd9O67OGzsz7mTU6IZZikJpOZIHzMNN { width:auto; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #CRiZmX2Ow4z2WvKKfWbBZWWzvroML8U2 {  }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #fQlTgUzTpKPE7N9bDTCwFWBqIH992HOa { display:flex;position:relative;top:0rem;left:0rem; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #QM7LfQIz2cdTdD4GLZQdew8S9wcgaIRi {  }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #tVxUNu2XXzTGXcTTd0oUaR8nwzskEo04 {  }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #XDclbTvhQwdOPr8GqsqR7kCGiAUJ6WnT { display:flex;position:relative;top:0rem;left:0rem; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #SmAFymD8zmSuiTotEMbOlF5oTAzgvIO4 {  }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #vecWtIaI5rTtKwOPGGCX2aOmpOc3HirC {  }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #xFqesMNZqgATKaFQhvJGEdeKg47pT77Z { display:flex;position:relative;top:0rem;left:0rem; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #SifxvFCenVBdrhKcslo7f4rLL9hwvqOF {  }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #ryKvMLSmqTt8mSLcACITrIRx7892qegA {  }
#Z9DFxeCT8TuwRNayxGd6ThGTQGS82fTP { position:absolute;display:block;z-index:15058;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:14.3125rem;top:20.71875rem;left:3.28466796875rem;overflow:hidden;display:block; }
#cxl9sq06BmJVekGpa9TfvpUaOibxc8wx { position:absolute;display:block;z-index:15058;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:7rem;width:5.5rem;top:9.3502607345581rem;left:69.426041634431rem;overflow:hidden;display:block; }
#oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 > .row .container { background-color: transparent; background-image: none; }#oscOJZxoA6O7N4c1LkfUTbWe07phX4b3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 > .row .container > .video-iframe-container { display: none; }#oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 > .row > .video-iframe-container { display: none; }#oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 > .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); }#oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 > .row .container { border-width: 0; border-radius: 0; }#oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:75rem;position:relative;display:block; }#dwIXvZVzl91oyPFFSKkF6D1TnM6PBpQN { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.8736875rem;top:4.3125rem;left:0rem;overflow:hidden;display:block; }
#cnJ8tvBMWBuR2N3nonEuTBTvKNsh28Vg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:0.875rem;left:31.4375rem; }
#md7K2M2nuTlVS21VNGGX8tf6ToslbhmL { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:1.125rem;left:34.4375rem;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;font-style:normal;display:block; }
#if1En6SiEqABcI95sAGi2milQ3JrWRcx { color:#3d3d3d;display:block;width:60.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.375rem;left:8rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M { display:block; }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRxiTmQghe0AD9xLH7mAkMCDlmOM87S9 { width:22.4375rem;height:3.25rem;top:1.25rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3c9IqXtA4ooQxDRXqylZeCzAqQQP7Un { display:block; }
 }@media only screen and (max-width: 763px) { #XfdosKNDa8Gl6nnFHx3mX8GeLyx2WkEz { width:10.9375rem;height:2.5rem;top:1.625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CatANaAPzxMMMLRWRplB6TmJF52IfBE6 { display:block; }
 }@media only screen and (max-width: 763px) { #fSmSB64h7sUdlb8eH8yVEr4Os4WughOe { width:7.25rem;height:2.5rem;top:1.625rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQyVpCSxplE6JgF9ThITPG3Ks7i43yWV { display:block; }
 }@media only screen and (max-width: 763px) { #UP4Qvpgfo2Ug3kaNGmodOC7lc3l4furF { width:5.75rem;height:2.3125rem;top:1.6875rem;left:31.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN4yC7Bnbysp1mHaG37kxP0eR3CbJtte { display:block; }
 }@media only screen and (max-width: 763px) { #EsFuuVEfPqvs0x5NGRpXTLvIXRTTQaoV { top:1.25rem;left:0rem;width:12.25rem;height:3.1712060642057rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvD5spuEJhBt3TG9sAPuSn7QIZVwSCVC { width:30.3125rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R4kq062tRy8WlSgAtG7dlpTeeyauXkfA { display:block; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9n5HxRSGqN3GeHxN0pWioONDmgIE1da { top:26.8125rem;left:19.6875rem;width:17.25rem;height:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-regular-label { width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-text { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-text {padding-top: 0; padding-bottom: 0;}#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-textarea { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-select { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-select {padding-top: 0; padding-bottom: 0;}#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-button { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-checkbox-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG  { width:23.875rem;height:auto;top:19.1875rem;left:21.375rem; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .radio-container { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG {display:block;}#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG { width:23.875rem;height:auto;top:19.1875rem;left:21.375rem; }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #mNsd8QzbJkmO5THZGzieANAzLMmqJ8e5 {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #NO6UH2lNQBHon7kMe8dO0u4sBtg67zNz {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #DUUSsTwLHUpT9MCDfhSBkDMBmVqM3MTV {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #HP0ZPQMVCIzCBV7zMQRGkV8P16Fq3IUt {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #cRebVAvuRUtr59zEeytkaGrXTmD7Pcc9 {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #Ma2rGScQ9Z8TkQpxTESgmmU6WI6GyPtN {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #NhfOdqW3c8m7QA3iPkO47r6xTC6o0Ehe {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #TCsZ1db2ELNXPUHlriv4gfEMu3ClSTzy {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #COrKt8qTZ5Wb3B2CFQ9ZnL8snpamEo9Q {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #MoakQpGWaTfeiINTFhsfZ15IMdpyaHif {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #KugoT2dOBu5kZP4wvgTFE1yVTMu1bQrg {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #GuUpDRiv9lqxpiv9M2eiQWKcO9FfDUEC {  }
 }@media only screen and (max-width: 763px) { #nr7eRX43CNatmxZF3E7VQodWtqxfaSXx { display:block; }
 }@media only screen and (max-width: 763px) { #hiLoFGivLF0TiWF4BbHv4sCH2AtHWV7Z { display:block; }
 }@media only screen and (max-width: 763px) { #MFW1GyHoVU1KDBOrh0N4BERD1olyaqMu { display:block; }
 }@media only screen and (max-width: 763px) { #upGwdQTxeRRFLo3u09mfSOdX8z0I88Sr { display:block; }
 }@media only screen and (max-width: 763px) { #PsHsAD5G9lGUtM6pL2p0hi3IL7nykrOs { display:block; }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #P4EomT8hAOwP3dTmsn8h7ktwfZ6LctpT {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #S5Qke8hapuFQhT5rTOW5WbDFCf1JRqJK {  }
 }@media only screen and (max-width: 763px) { #ETPA3FmViOM10vxtyKMcWlM8ukCXi67p { width:26.5625rem;height:4.0625rem;top:14.0625rem;left:21.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHOblnt3lO4HvwEksLylTNznTxSOs52b { top:13.0625rem;left:21.3125rem;width:26.375rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #owBOGLSAS6o8P6KdOP0asUweQkUaaR1Z { top:19.8125rem;left:0rem;width:40.5625rem;height:9.6875rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZBc3CSlZMDO3C8XCq8zt5NEni0364bg { top:40.6875rem;left:0rem;width:31.75rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNa34mOdiNJWzCKy4SWfIAC7TeHZSBOK { top:39.875rem;left:0rem;width:40.4375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tddp7vs3fWQ9qa8s9abvhPRDVCGV14N6 { top:10.5625rem;left:42.4375rem;width:5.3125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGOh6ZuOHGqfONBOSMTk5qyTr8QAGmvO { top:31.0625rem;left:0rem;width:38.125rem;height:7.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuerIwAX15PK73r3NCgzgvTITwL4WTQx { top:0rem;left:0rem;width:7.1875rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SI0rB3xVxGZVXTUJQeAEmrgmH7kU3mxF { display:none; }
 }@media only screen and (max-width: 763px) { #prausqcI71SSLWdVGcmrNOkgIpLDhF6l { top:40.5rem;left:0rem;width:7.1875rem;height:3.9654315565997rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsWWikq3mi7x1apcudluTlG421B5zdNx { top:47.125rem;left:0rem;width:43.125rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COxulXC5BkhlZrXyScIxAtdI7MKRVf61 { top:11.9375rem;left:0rem;width:29rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m { display:block; }#uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VU786dgDIyNS0V0HLxTdLlitkf9giPxx { top:1.5rem;left:8.25rem;width:34.125rem;height:9.625rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3eMmcT7blLVcfpe7TnSLstdWgVDtzoQ { top:12.6875rem;left:0.5rem;width:47.25rem;height:4.25rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWRoWRnGHHtz4xGTp3yTbiFyGhyiHpGX { top:0rem;left:0rem;width:10.125rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0s240OhbuT5wH7D7OAN6tubzwgmuq2a { top:19.25rem;left:0rem;width:47.75rem;height:3rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p93AgaruUFRxUTxWNv5i0yrxkESttUxl { top:22.6875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak { display:block; }#O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGhB469ItfROEU4zlfIGsnP6feSIQO1Q { top:9.3125rem;left:0rem;width:47.75rem;height:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g77foaAgCz6wpdhhDg2MS5rG8863yGsN { width:24.875rem;height:3.5625rem;top:27.375rem;left:22.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKqotQmaiWJ4hqv6tygkNKF3XIfcL4xZ { top:1.875rem;left:0.4375rem;width:46.875rem;height:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hts7XxFuX4qozW0TKX28ZsyocuB9fZaR { top:17.6875rem;left:0rem;width:8.5rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5v3ehyMJl7k0suF8TkQxINcCTFlPgNp { top:17.6875rem;left:12.1875rem;width:7.6875rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFRL1ut6Rf2QLeuiVUXuhSfNWyI6LgDG { top:17.75rem;left:23.4375rem;width:3rem;height:2.5712606211768rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgL9WSNV8Ax597e76ALCnCB48FKG86sV { top:17.6875rem;left:27.25rem;width:10.625rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2K2xaB2nlxBmhU40b6EZTUhIlCGEwn0 { top:18.1875rem;left:45.5625rem;width:2.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VebXqX2EJ6uhRFaq8iI2u2Kbvn0O3dNp { top:17.6875rem;left:38.5625rem;width:9.1875rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNBhqI4t7Wqro8ahb9QfBhQ6L5bdm3u5 { top:17.6875rem;left:0rem;width:3rem;height:2.5712606211768rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6w82fIxnoNWlQJTaXkH1nU2Rv8UP1Qa { top:25.875rem;left:21.3125rem;width:26.375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlE5lFOcvGs6hLATANiKeAl82PvFVXPg { top:17.875rem;left:8.375rem;width:3rem;height:2.5712606211768rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEOmfhkU7rBe6EeWJfueCvGTZeE7lL0h { top:17.875rem;left:41.3125rem;width:3rem;height:2.5712606211768rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm1sPyuydGkKrHL5GwnmirvyR4DuCXTu { top:7.25rem;left:19.1875rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-regular-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-text { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-text {padding-top: 0; padding-bottom: 0;}#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-textarea { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-select { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-select {padding-top: 0; padding-bottom: 0;}#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-button { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-checkbox-label { width:22.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts  { width:23.8125rem;height:23.75rem;top:32.5rem;left:21.375rem; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .radio-container { width:23.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts {display:block;}#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts { width:23.8125rem;height:23.75rem;top:32.5rem;left:21.375rem; }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #Wmny4RmXlnD9sOMvpXse1Ep1ylJda1LQ {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #TwAyg9H9hrB0WHMQ8g6N7glJW5fR2vI3 {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #f9b0Us6td56LnHFQB3xmN69ohMBA3BT1 {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #rMEtewc9ZBvEIFgEnmRbV4sq8bJzRwAe {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #xg3pRALu9pxxQVG3SuazsFOlA1zkLrFl {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #hUOUaMhlMNcULHCmcnT5bmXKwwqyS0L8 {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #yMqenBoaIpqZP7y5HvAHIdzlnXJahfB9 {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #XsZ5FmIiVZ51IzKNdoOVTflUBkvNKwfJ {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #iXegzLDTAkSb8bpUp1kNdLLiIliAV3LK {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #tQXLT5kOVCkwbBG2mPVeJZKyeBBBrV0G {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #MDLvXlXiLIRvT5uSnLxo3rCIpX2dhUsM {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #F55sk1Fl9aliRDA2B1QMnKIl1aTmbQfe {  }
 }@media only screen and (max-width: 763px) { #ZRmKarQlZS2b2M8oTLgCBNLGwDTn0uLg { display:block; }
 }@media only screen and (max-width: 763px) { #guRdrzNigg6228TE78TtXMTpM0TymzaK { display:block; }
 }@media only screen and (max-width: 763px) { #k612Pgpyyfmxcv9IJxb0Ad43PiqpBTIJ { display:block; }
 }@media only screen and (max-width: 763px) { #S1zhU0QvAxIhnfXuc4ZMBceQtokbKRvq { display:block; }
 }@media only screen and (max-width: 763px) { #lQWGpQpVgPTFQr0H76ETPmX7lQyFZWhT { display:block; }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #xJ2wv80hPKPvkSVgCpTmaK8ZlpIHocLa {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #E5NsqyeSJuA0JlsPH3mXXwKJl7LSUms1 {  }
 }@media only screen and (max-width: 763px) { #TefuLezqAQBn3foXs6hcBKCycTeKda1N { top:53.1875rem;left:0rem;width:43rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ7lXvzOhpyUKkfsIikTPKAw2T9K3Bcp { top:54.625rem;left:0rem;width:42rem;height:1.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSnXw3sSNTOOortwpwblRXHDR5TaUE6g { top:27.375rem;left:0rem;width:37.6875rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqO4gslNNDbc6otDVK3UMLDinscf42QM { top:20.75rem;left:42.4375rem;width:5.3125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W93GWRMqwCDev7SGXggnTTaOMRle3dPF { display:block; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbTgtTXNXxbDSAkyytx4n9yl77Tdotlc { top:1.3125rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvcwkBAUybJWNJAggTz9xwJwxGnxismi { top:11.75rem;left:0rem;width:47.75rem;height:23.651108269395rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbSQ2WmdC7zGi4baTFruOT3HBRpSrQZ0 { top:70.0625rem;left:12.8125rem;width:22.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCFRylkKL3oBEZUKQ7e2Nw4LH0EpBzA7 { top:70.125rem;left:25.1875rem;width:22.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTFBywtwt2N6rdkrS8iLTHKKTzWtRvOV { top:69.9375rem;left:0rem;width:22.5625rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Caq2TayaP2bMXqQe0XVqhXBvomTnfaiq { top:50.0625rem;left:0rem;width:22.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAVOaGOO1i5X4yFyNDhGwV6NyBhuCmWa { top:50.125rem;left:25.1875rem;width:22.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgS7sn5y7rpWh0D141S4SWQ757rTwPor { top:50.25rem;left:13rem;width:22.5625rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTnpIvwxOhroWVs9DUcyue1GuknXVeD2 { top:8rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev0Ge7F3CXPFR46bdTUWFUPX2Jl6xn1i { top:117.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0rz8Hu2T3LPb7omg4fB3JMJ88aWXRVT { width:33.25rem;height:5.125rem;top:111rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmdkWnRZXRnnuKogeHiTZqfNvoRezdgd { display:block; }
 }@media only screen and (max-width: 763px) { #IQx2lzLFr0oi8cpBoiq3zeToH6w3qyOr { width:46.75rem;height:4.375rem;top:90rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyhL2nMpvtFOS0b61mr2VutWGbW4l0rR { display:block; }
 }@media only screen and (max-width: 763px) { #mrxtWUgzv1XWkWod7fqsR0rw95tu24FB { top:89.8125rem;left:0rem;width:22.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZV2MoblavJR6WVEU5kfLkUnbVTTpES { top:89.875rem;left:12.75rem;width:22.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3MOQ9RRvCro9LSBwaSy6C7uMeV1XBd0 { top:89.8125rem;left:25.0625rem;width:22.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGt1u0SL0CDH0Mi8DZc1llQeLxBpE1De { top:6.8125rem;left:19.1875rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnwrm9tEZoigLMKR4OTNFMs3qMdVp9ZM { top:66.375rem;left:4.7259521484375rem;width:6rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5wVsEutm1J5kIWQp0xHbvdc2pLd201 { top:66.375rem;left:29.227294921875rem;width:5.875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxmZtDfR4OcRk9oOhFIFuedCiRuBo5o { top:66.3125rem;left:41.875rem;width:5.875rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzg9eeVtJOJNzJwFTeFN712Jt4ip6KIu { top:86.1875rem;left:41.9375rem;width:5.8125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMPLeBue66H2TFOcpe60tO6FzvffLeS { top:86.3125rem;left:29.0625rem;width:5.8125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsNpkuhhokEbge9ucIoxgJrKSl7hLTPg { top:86.1875rem;left:4.7874755859375rem;width:5.8125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdlNWLdctUTeRcpahTPdnEHvbPZTnZ3m { top:106.125rem;left:4.7874755859375rem;width:5.8125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB8du8ZDO0WH1ayfdGMilZek0KhlPObc { top:106.1875rem;left:29rem;width:5.8125rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSTQ7HmtR96VIIoqEJbBZ4iDc6vxmJLL { display:block; }#uSTQ7HmtR96VIIoqEJbBZ4iDc6vxmJLL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwBiVHFyTxP85zGaglHmXfoq4ezx1lOs { top:3.875rem;left:8.8111991882325rem;width:33.5rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO1rnqsKlFBM8XAe8gv7bmpXvWxaZb3r { top:12.5rem;left:1.841796875rem;width:4rem;height:3.4460208911678rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWP0kghtBB5eh4PtV9GuNUSPlH8ITMB3 { top:12.875rem;left:0rem;width:11.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkyoUcxkg0sztymDHf2ce4TwRTpdc512 { top:12.875rem;left:5.841796875rem;width:9.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSsq4trFiXzqwP8pslTggiu2opc7N4w5 { top:12.5625rem;left:16.3125rem;width:4rem;height:3.4460208911678rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoBTDPFsSSFohbyPGbuGWPyWnVESUFLo { top:12.875rem;left:20.3740234375rem;width:10.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeXOJIXxthHHrOxn3SMnO4fXlUlx1WyP { top:12.5625rem;left:31.125rem;width:4rem;height:3.4460208911678rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRJvuhtxtWLz6TMz1tSdpUy1nlhZ00rh { top:12.875rem;left:34.625rem;width:13.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcbbqyApEvFCnSMnurGebn49oaixGXDw { top:12.5625rem;left:43.75rem;width:4rem;height:3.4460208911678rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWuZByy1UBbbScBhimuDqxEZanr3Fnu9 { top:12.875rem;left:39.875rem;width:7.875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed9VqvN4PSQBKVRHENWFfNvrFLkBF5FI { top:25.3125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl4Q9EJ0rs6FRXTrzLNoPI2FiB1NVt2z { width:46.75rem;height:4.375rem;top:90rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IpWglv4vnEtrB2i0DfD7Cy4MmxH4TGuO { display:block; }
 }@media only screen and (max-width: 763px) { #eMoxTOHEF2mX9AqUbKWvG1uNQyLVAbzZ { width:46.75rem;height:4.375rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eG5uyqs2bFUlOOwbX2KL97ddIUXu8fy8 { display:block; }
 }@media only screen and (max-width: 763px) { #umumD2ucF3y3fxwVdUu1WhNJuMWKq1vm { top:22.375rem;left:30.5rem;width:5.3125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKIAmrVkhB6lKM4NfGDWxTtdJVACzFn4 { top:8.375rem;left:19.904296875rem;width:10.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z { display:block; }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odcUg1v1VBWC3wpU0FlLKv5hvVEALGqD { top:2.875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0PzfwkUiv8MPOR2b3s5kkek3W36KVNw { top:21.375rem;left:9rem;width:12.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9OQXuVm3CoBsCp21mmEIrqxLqEoXtBk { top:22.125rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzJARWgKfLWIBFDUtidNZEdZIwxTnXyg { top:27.75rem;left:0rem;width:9.1875rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3dCEmTkEl3m9pyKbT2uRiJhzSfUluWy { top:22.375rem;left:11.6875rem;width:7.1875rem;height:4.1514185979342rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ2PFSMoMhKTioRh14Sk9xTiLCOiH4qu { top:27.375rem;left:10.625rem;width:9.1875rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcybazHLC3ocK9rr0XOm5HbN32JHwE7n { top:21.375rem;left:25.875rem;width:12.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qshQIBQ12brBUrTg1qHLRLwrIC7NVH9e { top:21.4375rem;left:35.25rem;width:12.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onxTNbewxxyBKDDUOmhwapHB0MS1XShe { top:22.4375rem;left:29.375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqMD5vAzwuHb0L4itJHlRblmltiygIRt { top:28.625rem;left:27.5rem;width:9.1875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOqPr8cen61EJAVtIRJp5dFNfdJ98peJ { top:21.9375rem;left:42.375rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahqaTKtdhQABuaqOGQU1miN3hJDki9uH { top:27.75rem;left:38.5625rem;width:9.1875rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm3ZuGOWmDrfPBi1LnRJV59pUpOHERSp { width:46.75rem;height:5.3125rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqNZw60TEOsecVstXNIlKTkOybCC3qyM { display:block; }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V { display:flex;width:18.5rem;height:5.1875rem;top:21.625rem;left:23.9375rem; }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #GfyJu9HNRDbG9886DgHJknS5u2hrdmk8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #ZwT34Dmq9N279Ly7LbUaTKMMMFzqHS8K {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #kEmuu0pWBXRBKqFdipTHuTg2200EA6bq {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #c06MT9L5F8eTutViTCfzhHIRAWXt4gMJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #Uq0fDCmqNZ8h5geTe15wBDdBlQPTXB6s {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #x8dL7r9dICGiGczkTV6a0ZehHwDSfsHw {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #nh47VTNRqVhH3k1rW48TyWqQ5e52QCQt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #mQVO9rTRqfO8rfT9T7SctuHufDRTr5r6 {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #WL2L17skXxWAJE8TTQz9BJo51qQELJ88 {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #qNLGFsqIO09w3TznOCT2TXLMDKKg47W6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #URNW7CWP74C9pRyElReHJn94zgTlizWV {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #IA9hBTuTuXPhbSrWcP8QTELbJIJIpIRL {  }
 }@media only screen and (max-width: 763px) { #oXGzJSn4Hc3TkeStcJG0r7amVk3M5dq0 { width:41.6875rem;height:4.375rem;top:45.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #niz375XXU6U71bMWvFF52izbSZ6PbIvw { display:block; }
 }@media only screen and (max-width: 763px) { #H41sTptqLLDpEGOmku6lOOKo5tT36S5U { display:none; }
 }@media only screen and (max-width: 763px) { #CvEC3pERWRfE0WRRbP0AER7dKVpO0w7U { top:9.0625rem;left:19.1875rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXBbtVn9W4ZuPRRa4p6ZitxbmamJTcDP { top:21.375rem;left:0rem;width:12.5rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDMG4J4vASiByWm3eWLrLdrATG16h7oV { display:block; }#dDMG4J4vASiByWm3eWLrLdrATG16h7oV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FOp2ix8kZr7Vt7Kldt1euufM5Wc7zmUa { top:2.5rem;left:1.372802734375rem;width:45.5625rem;height:5.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwHOKN0D0TdAn1Rz2RTLgqCcrxZxinl6 { top:7.75rem;left:9.0625rem;width:31.25rem;height:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pldPxxCy50Du3MS8hZFXXt0Suk36tmrT { top:12.9375rem;left:0rem;width:13.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw8TtMsDlrM1AK8tXmTOqq9kf2veK8g6 { top:24.625rem;left:0rem;width:10.125rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLWmrna4kuR0yDDZh8wraaTmydWSqmSx { top:15.25rem;left:0rem;width:9.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzOlriCkHiyJ6p7g2E4tRlQ3nOU5IbPd { top:21.0625rem;left:0rem;width:4rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhXLXgRcksMHM0SVfVs5PbhzfBaJxg4z { width:9.9375rem;height:3.25rem;top:29.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAnTOQerJkAbRpcHopzZBMcifreAOWRV { display:block; }
 }@media only screen and (max-width: 763px) { #PMQ7ZsVNahd8iKCwbNmbBsHz6b8u1IDa { top:12.9375rem;left:1.8125rem;width:13.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxeKOEuoZcMIENBB0dpZ4UkuQUxpRsTE { top:14.625rem;left:4.3125rem;width:9.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzX5AUXEsM57LBAtqPc4e5rxS9OSRSp4 { top:21.3125rem;left:6.6875rem;width:4rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL7bzeGbTcBHMoSXyw4ysyHTqAc6XWAr { top:23.75rem;left:3.625rem;width:10.125rem;height:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHxIab9KTwO7efK0sU5VqP1h9dlM7Bhc { width:9.9375rem;height:3.25rem;top:29.3125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prUz1aTI4kghWoLamRh5aTUBMxlRPycw { display:block; }
 }@media only screen and (max-width: 763px) { #NMCdFJTbnoqh23C5Q1Ff6wLK6TDXbfcq { top:17.75rem;left:4.625rem;width:8.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4iCXtlqA5wcTpZ9dORi6GvzDKHf1Z2v { top:12.9375rem;left:16.8125rem;width:13.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrh4DHZzJywTz1LpgZvDzwQ28cK26A3Q { top:15.25rem;left:18.9375rem;width:9.875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCCEoJ97zUzQvVkAFgTCUwBTHKVwWym5 { top:21.0625rem;left:21.6875rem;width:4rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeuqFqgmL57zmWRNGcc6HEBT1xIoGOE4 { top:24.625rem;left:18.25rem;width:10.875rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3EaQSEBDgi521WL2hMlmyChiEQTMOTl { width:9.9375rem;height:3.25rem;top:29.0625rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVRHH9xJhJrdbAoZlNh2OJ5BGLTKRzrZ { display:block; }
 }@media only screen and (max-width: 763px) { #Nr21KH9c51RXbAFt1lbykT4KULeTa7Hh { top:12.9375rem;left:31.8125rem;width:13.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVLncJExEi9yH7whWXZnTT5XMOUJeOTf { top:15.25rem;left:33.8125rem;width:9.75rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5Kgxtf1bferrxy8HsFlqUnsG6MJOpTu { top:21.3125rem;left:36.6875rem;width:4rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeoeyZl1I5E1hWI662cyN3r9RwsOgV0l { top:24.8125rem;left:33.5625rem;width:10.375rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kb9T7VHw5mgnJx8e1bNwwTqf2o4AcTwI { width:9.9375rem;height:3.25rem;top:29.3125rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFa7fESb62Pq5KNNf6uakAZJWCGlaoqf { display:block; }
 }@media only screen and (max-width: 763px) { #bpEPbIDybew4arxRGvVvVsaQeotM0mol { top:12.9375rem;left:34rem;width:13.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzcotXVoiHRluPtXdrLbMm4gBsFTJ6AK { top:15.25rem;left:39.0625rem;width:8.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #kREJ8VvPOfkh4wHeu3GQ4MRbfTsW1JdQ { top:21.3125rem;left:43.75rem;width:4rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4XLhl7bw6MV0M6TwGwGnsk8xoNysclG { top:24.8125rem;left:37rem;width:10.75rem;height:2.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui76H0cpiVD3ChCJeQTECzuikd8HWuSc { width:9.9375rem;height:3.25rem;top:29.3125rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7N5EHrHTXvCl261GkaG7PWaW92ET2lG { display:block; }
 }@media only screen and (max-width: 763px) { #rC1N7i0aqwV2MepGcGIE4WoWgFbC8epX { display:block; }#rC1N7i0aqwV2MepGcGIE4WoWgFbC8epX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GBALH5NvHW6GAVg1ygpNmcwg30rB6A9h { top:2.5rem;left:1.372802734375rem;width:45.5625rem;height:5.25rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MavgRFPzFMSh0PheknoOAbWT30ZLDiap { top:7.1875rem;left:9.75rem;width:28.875rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDB8ltMi28bq3Lg9Resg6BmqO68AtJKB { top:13.375rem;left:13.3125rem;width:21.75rem;height:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXw6E3ptAEsQVFp3xGGyU8FTP5M9mURg { top:15.75rem;left:16.999755859375rem;width:13.3125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIDLuHTDxkBBugCPLDneNPkumGJSPTwe { top:19.9375rem;left:21.6875rem;width:3.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7p0Avnsw2eArJIhV3ywKDq1yvAQibmK { top:21.3125rem;left:18.9033203125rem;width:10.5625rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8HrKw4o1vAs9C59fUoqddKqSTcx3TPJ { top:13.375rem;left:26rem;width:21.75rem;height:18.43725rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdTfsbeThg08ZMUgQ4GtMtTTJMdMJvx1 { top:21.3125rem;left:36.9375rem;width:10.8125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP9b4kCs0ikmxL4KELN63wdb8wJn8Cm3 { top:19.9375rem;left:43.8125rem;width:3.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhFxq9ZZc4dScPsTFKkgmsTclDfO2lhO { top:15.75rem;left:34.4375rem;width:13.3125rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5uce7VHDNe89BBaKkwNbcJGuKPd2kw1 { top:13.375rem;left:0rem;width:13.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtuR66AVWPwpat3CKrOAwA2s4EspD7uF { top:21.75rem;left:0rem;width:10.125rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC6ZMk2WDmWFtuOCuTGTaK2r7lJDlmHR { top:15.6875rem;left:0rem;width:8.6875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsT8ukqRkXZBFOAR2bfuCVGXcLBAWUHn { top:20.125rem;left:0rem;width:4rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEoabWQaMv9fgLzzynQW8nFSO5VzWnr7 { width:9.9375rem;height:3.25rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb1HOdWWMTvtb2ploPSJszQ6vn7mSlTU { display:block; }
 }@media only screen and (max-width: 763px) { #oz4duTT9MnU8aWCzAQ8ppU6Heurkmsxh { width:15.4375rem;height:3.25rem;top:25.6875rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPvxvRKZ62yomdLTqmttAVbg8Sc3icNR { display:block; }
 }@media only screen and (max-width: 763px) { #RZE8AX8OtIfHwdVHnyVICBl97IiWeFTz { width:15.4375rem;height:3.25rem;top:25.6875rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycH0W5hUzMWad0E7CDo540knd0gTlAfL { display:block; }
 }@media only screen and (max-width: 763px) { #pwgwFtfSgLDIUor23qzOPbeA8FAWReGv { display:block; }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7zoN5Atacl4SfTGK782NkHIi8Uu7hbp { top:1.6875rem;left:6.8125rem;width:34.125rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n79GeXLrBrkGLvK0ciWPMZOzfZhMtowz { top:10.0625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTb3nFv9TUMAxWMNr6GvCQ2qMTPvy1TW { top:13.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbPUAcrGwqlENSActkHrJcCOS2BfwsLc { width:8.0625rem;height:3.6875rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txe829mWtKpmJwIv75SuEw3CyDUPxDhz { display:block; }
 }@media only screen and (max-width: 763px) { #vc5z1fFH4cF001hBwXCcA38hkNWuU8RX { width:8.125rem;height:3.75rem;top:20.0625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzuyGmxnDbpo4aEIPn9kPHlw6JU8qcMd { display:block; }
 }@media only screen and (max-width: 763px) { #XMUU0bqob5wqcwKkDwa6F1bwoUAkCVi6 { width:7.125rem;height:3.625rem;top:20.0625rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGuEtnW6EZTo7JCBqFU9JqFgoqcgA0Ur { display:block; }
 }@media only screen and (max-width: 763px) { #n1LuUrD4atqOQyJxtnnUZmBHJrRyO5Ph { top:23.875rem;left:0rem;width:7.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtxONsnUFMmGWT3fIpL1TgrfnGhBsTc3 { top:23.875rem;left:12.6875rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOwhQmKh53WNGca6viRuor7mqnGGgzBK { top:23.875rem;left:40.5625rem;width:7.1875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd5vTpTwQ7g7oKvUTylokww8r2oURtzT { width:12.9375rem;height:4.375rem;top:51.6875rem;left:17.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s97liTp2R3cXzRzWAzodPgagiSV6bXHA { display:block; }
 }@media only screen and (max-width: 763px) { #Mn59e2anLZTcL0UVFHMLJZLyfef90rzW { width:8.375rem;height:3.75rem;top:20.0625rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgztPGcBMaOdEnoimQDRQxS0wb8d6EZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #PtpqA0gcTa9aFlneJlM0T8T24wkfHqSD { top:23.875rem;left:28.75rem;width:7.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdCAdfXuRKeAlV8otRQGf1SiK3hZCUnF { top:7.0625rem;left:19.1875rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsV12IA9XRGI8Asu6PQDbZAXpOl9TLuA { top:29.25rem;left:26rem;width:21.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P71R8KW283Pz9vefUPlABJafySC3s12d { top:29.1875rem;left:0rem;width:21.5rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZQfudAqP5O72KbQzHGetHPmpel2NANh { top:29.25rem;left:13rem;width:21.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz0eFRAXBGft25ALLrPoCWz42TsVv6Uy { width:12.9375rem;height:4.375rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra49m5KQgnPdUa492TeQMW8C6OdLTHke { display:block; }
 }@media only screen and (max-width: 763px) { #OToE5aWDscyT2wpMZ8aTTb2Az867qLv5 { width:12.9375rem;height:4.375rem;top:51.6875rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Doq2ImegGPU25NHdDEapqUma3WVdxEnD { display:block; }
 }@media only screen and (max-width: 763px) { #lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs { display:block; }#lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CI9tgbT6GOkKWtGLRuJMl3nyEW0z09bc { top:1.6875rem;left:8.625rem;width:30.5625rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #apN5zdZLTJ0QS2gzTZN3HdDnLNfIqp3m { width:46.75rem;height:4.375rem;top:90rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lF7HWdXbhxtiZXVon6a0DfRpuTrOB8kI { display:block; }
 }@media only screen and (max-width: 763px) { #zNfFFHFxBKDSMBoT83PlTQDgZbwRNHIh { top:10.5rem;left:0rem;width:35.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDb6z34LZ69fPT0hHvo6wg11o5onVXvQ { top:10.5rem;left:12.625rem;width:35.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyuu4pDbTLEyICeFFt2tC7bxIW9LXqIC { top:30.375rem;left:12.625rem;width:35.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrqdGML9NS5CCMDQL0axcEyLH2LXSqcy { top:30.375rem;left:0rem;width:35.125rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKhiCbPLf05zA8wLMcb5c3n5z7I3pzUz { top:25.875rem;left:0rem;width:14.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9FaSMi8T0cqV3Jpuz28qTpu9ZmIRJia { top:26.1875rem;left:0rem;width:2.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0uIQAdmNvl7fDs2Fo1Ui5Ov782UTiwG { top:26.25rem;left:0rem;width:10.25rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGNufwcAmz2i0RKvVR6Re0PFfvA7c1cN { top:25.875rem;left:24.5625rem;width:14.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeFcTD3qBgQXx93PTRls29qP9ZHrzv0B { top:26.1875rem;left:25.5rem;width:2.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKfcUZOdWI6z76EWnmxRNsXMxaSsAVAw { top:26.1875rem;left:28.125rem;width:10.8125rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8BA63PkHrNPTSXfou1eycqdqobQLCQW { top:45.8125rem;left:24.5625rem;width:9.75rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZchMHLuPsxQ918KlHn6Bod7Jy3cIiWF { top:46.125rem;left:25.5rem;width:2.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTb57OPZfIbpaoZsarIt5N6IbcoEdQXN { top:46.1875rem;left:28.0625rem;width:5.1875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1UwMCwuRt3N2PBcofKcd9klHVKPAKDg { top:45.8125rem;left:0rem;width:13.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTuQMr8hWIzvQ3vM1IzKA3dA2IIhaBQ0 { top:46.1875rem;left:0rem;width:2.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2C8eUXWPwHP9SmXCbuNLu2HpM32UQ8M { top:46.25rem;left:0rem;width:9.875rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMvlUWIh0hwQFO7IqHBPOypOliTRzT3k { top:7.1875rem;left:19.1875rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUf26oaZU5Ov0rr2watAgWIwPbSvUdLT { top:56.9375rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrkAqT9UrtPVqmW5nsQ5tvsrHUnzIkZO { width:42.875rem;height:4.5rem;top:51.4375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQODV5eKfG2Fng0bb7XkZP8WNz6xDlN3 { display:block; }
 }@media only screen and (max-width: 763px) { #H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk { display:block; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgTtQiE5TgcHBph2S6XvKayfLNeK9axp { top:8.5rem;left:1.15625rem;width:45.4375rem;height:2.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqTxtb8xOANLUGhRXf8Fh7qLMP8anPeq { top:13.875rem;left:0rem;width:38.6875rem;height:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe { display:flex;height:auto;width:31.5rem;top:14.5rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #TD47QwKApC192EzoqiIQJ035EPt41Qxb {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #EXfkSFUF2laMsOPsyKItT3gO5ok67ePp {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #vvTOffQw9B3tqEnoRxwmx9PKeLwxkPT5 {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #xxOELqZka0vXD4CK2VqQHFFOX6Us4M1E {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #kLn52dUwTzanTBwXrLRE86OMMdaOToAg {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #uhLOwsiO2eaPsVzao9QPc9AFUCPaGVz8 {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #xnLM3B5KNefJkpnAdAZ3mXr6OqUkVtIh {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #NodH4KZDucmZdicQhCLwN0F1O56q1OdV {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #wGAkxPXVvBSVQxteQQS55Wmxq9HKZmRk {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #ToTdPwRLUol9hFV9yx9sZ2ANVlg36kTp {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #A0nC7au0RTlzSXvIdnt1UuUPz4GgsiFQ {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #htV75SkwcATh1iXTXPZsF4ttrnOHkfCO {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #mb15nBdUQKwkS9TgpVr07DDoOfU5dpZg {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #qmo8S2fFo4FQNXnb3dlM0fir9QGCd7Ti {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #XZ2IxNNr5CuNBr60LuW4lPUM19Cid0dT {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #Spdc5HCToE3ksS9E57vqwptQwZ5LUa4x {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #hR76GyOikVmT5bM2ZTaRom2zUwUKB4uI {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #gslltsu2SHQmMMnTDV0Snd9MI4p4OkHS {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #yxraeDanJod6NkoIcOPfxPJPyl5BGZt1 {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #wVic8ULhePqwtKOaDsD8XnHGV4F1STXs {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #K85etHbHefyNoXpwiP3A5qsyMP70XyeB {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #kRZQdHMSnRNK25wqsT5rawLVdMFB1TuU {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #fQ8oSNLPnnclhlWEemJU9ATHWhL40l1b {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #yG4EyT7863buG62l2WnDPz2IXDrVhXiE {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #ZvWsqqypOTn3DCFnA2LlPfyT4aaUtWd2 {  }
 }@media only screen and (max-width: 763px) { #pETp2TNVUdtBg4hfyS7T8vPlsU8v1opV { top:2.375rem;left:0.46875rem;width:46.8125rem;height:3.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3JkGqkhhfubws942M4P82RHuLKyCbtZ { width:46.75rem;height:4.375rem;top:90rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #esABaUBOPOV4Ac69JPSRBrR8i1SqnePv { display:block; }
 }@media only screen and (max-width: 763px) { #HgJFNwQdpfRtldUHUAv3WEy0uvTiILox { top:13.5rem;left:0rem;width:38.6875rem;height:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g0ACWkfsNmAt76Vqmrum7dS7BUleJIEE { top:53.5rem;left:0rem;width:47.75rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXfH9mK3dQiTpATkO7wNWbXTVoQd0SIG { width:42.9375rem;height:5.1875rem;top:47.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWPsSwwUGaf6X5EHcnX9eeABOR6D3z98 { display:block; }
 }@media only screen and (max-width: 763px) { #xu391ABJPiTx52mQsIVfrfy9POach1id { top:7.0625rem;left:19.1875rem;width:9.375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe { display:block; }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fflqFQl5DgAcHSMT5eqZ1WEmXFz0vV9z { top:2.4375rem;left:0rem;width:47.75rem;height:6.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccVRJ1tbAnL2u46kAxvZAaNX0Q6CGDTv { top:17rem;left:0rem;width:38.25rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU8eOPwekXfuaz5bUxKBob4g5LDAmhkb { top:29rem;left:4.8125rem;width:21rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNctqbQCrZgPf5C2rd3aTPJFzazCrOBV { top:25.125rem;left:4.8125rem;width:18rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVobcu0sbWDT0MIVTGSofQTJZ1NfsOF { top:21rem;left:4.874755859375rem;width:22.9375rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyXaKhTq87yCTcdqx8ou4kTJ9uT4Qlak { top:18.1875rem;left:4.875rem;width:24.75rem;height:2.3125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATbVHve79tICP4bVTQQKmbNFkqTQprN2 { top:13.5625rem;left:21.3125rem;width:26.4375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8hATuFA4DcX6Tx1srtpassAL8Zsgcbc { width:20.4375rem;height:4.75rem;top:14.1875rem;left:27.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN0O78R2lHMTlyqo76klsrfRwk9F6KX0 { top:1.125rem;left:0rem;width:20rem;height:6rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AmoxkTeznWfwZAMVbuoTPuJSqkfKTP8n { top:1.8125rem;left:0rem;width:20rem;height:9.375rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IdFzvpyrmeNnGucQSeNRR30usz7bTE39 { top:10.5rem;left:19.0625rem;width:9.375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-regular-label { width:23.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-text { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-text {padding-top: 0; padding-bottom: 0;}#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-textarea { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-select { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-select {padding-top: 0; padding-bottom: 0;}#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-button { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-checkbox-label { width:22.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN  { width:23.875rem;height:auto;top:19.8125rem;left:21.375rem; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .radio-container { width:23.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN {display:block;}#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN { width:23.875rem;height:auto;top:19.8125rem;left:21.375rem; }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #vXedTH2zFlHr2PM9OHl0EuorOrRuQxM7 {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #D8wt7oSUmfN0EhDTfggtJFxioDtVQ2tF {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #buTR0QTJJT85OVbyeU8VXhTuiPzoKFyf {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #QB82n2p7N4TOwSgz9IAVXm2AUMXuUGVT {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #HkA8WlQIARP1UXt3OrrhsKGACXnFOPNZ {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #pVrZlibKFADxaeHEhMnheIahnOZGhVHX {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #Q7ObOuFkTwhyBvBpafyDfPfd9yOBqz4B {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #yFFOmUEJr21y5PEpGnNXnCu8DwIl7iKx {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #nKD5EkCEXlo5v126sZVyanG47V510z09 {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #oSCwOKhVR0oyXMFWdQyRQpz7kqW9kOZl {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #gQvMvpmoN6smqg6tTDWg5eZkIfIbebSK {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #NKhXJIp8CsW52FvX0KlN280zxuRIfrgv {  }
 }@media only screen and (max-width: 763px) { #LD3ATeGGkFLmuzJoRpttHHZChHmIF0yw { display:block; }
 }@media only screen and (max-width: 763px) { #T3vRGJDUMKsqz7gbUNUcxoJhKQpLyy32 { display:block; }
 }@media only screen and (max-width: 763px) { #Wy3FAegKwEdiTNN31o19IuqiMXdBM65k { display:block; }
 }@media only screen and (max-width: 763px) { #a1QwRd5hBJHmt6b6shyiv4NTzECMRgZX { display:block; }
 }@media only screen and (max-width: 763px) { #h2ByytlNs8s1cEg08ACqlrobfIBbgbTh { display:block; }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #EdmiyC4bJPHq4p0foVMMBdLUezuisWWH {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #UuLkUHRA6yGPqWRMhVzTwmyWNOZIA3dm {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi { display:flex;width:18.5rem;height:5.1875rem;top:21.625rem;left:23.9375rem; }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #VKKGVHlrs3T46TgKFqfyAaZyObR4FiA8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #sPd9O67OGzsz7mTU6IZZikJpOZIHzMNN {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #CRiZmX2Ow4z2WvKKfWbBZWWzvroML8U2 {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #fQlTgUzTpKPE7N9bDTCwFWBqIH992HOa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #QM7LfQIz2cdTdD4GLZQdew8S9wcgaIRi {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #tVxUNu2XXzTGXcTTd0oUaR8nwzskEo04 {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #XDclbTvhQwdOPr8GqsqR7kCGiAUJ6WnT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #SmAFymD8zmSuiTotEMbOlF5oTAzgvIO4 {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #vecWtIaI5rTtKwOPGGCX2aOmpOc3HirC {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #xFqesMNZqgATKaFQhvJGEdeKg47pT77Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #SifxvFCenVBdrhKcslo7f4rLL9hwvqOF {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #ryKvMLSmqTt8mSLcACITrIRx7892qegA {  }
 }@media only screen and (max-width: 763px) { #Z9DFxeCT8TuwRNayxGd6ThGTQGS82fTP { top:20.6875rem;left:0rem;width:14.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxl9sq06BmJVekGpa9TfvpUaOibxc8wx { top:9.3125rem;left:42.25rem;width:5.5rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 { display:block; }#oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwIXvZVzl91oyPFFSKkF6D1TnM6PBpQN { top:4.3125rem;left:0rem;width:6.8125rem;height:6.6899135289463rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnJ8tvBMWBuR2N3nonEuTBTvKNsh28Vg { top:0.875rem;left:17.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #md7K2M2nuTlVS21VNGGX8tf6ToslbhmL { top:1.0625rem;left:20.812255859375rem;width:9.125rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #if1En6SiEqABcI95sAGi2milQ3JrWRcx { top:4.375rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qJspqD2nNb2HdWAb9FOc9BKHxfOFbU6M > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRxiTmQghe0AD9xLH7mAkMCDlmOM87S9 { width:12.1875rem;height:2.5rem;top:1.5rem;left:7.8125rem;font-size:0.625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3c9IqXtA4ooQxDRXqylZeCzAqQQP7Un { display:block; }
 }@media only screen and (max-width: 763px) { #XfdosKNDa8Gl6nnFHx3mX8GeLyx2WkEz { width:10.9375rem;height:2.5rem;top:1.625rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CatANaAPzxMMMLRWRplB6TmJF52IfBE6 { display:block; }
 }@media only screen and (max-width: 763px) { #fSmSB64h7sUdlb8eH8yVEr4Os4WughOe { width:7.25rem;height:2.5rem;top:1.625rem;left:6.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VQyVpCSxplE6JgF9ThITPG3Ks7i43yWV { display:block; }
 }@media only screen and (max-width: 763px) { #UP4Qvpgfo2Ug3kaNGmodOC7lc3l4furF { width:5.75rem;height:2.3125rem;top:1.6875rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PN4yC7Bnbysp1mHaG37kxP0eR3CbJtte { display:block; }
 }@media only screen and (max-width: 763px) { #EsFuuVEfPqvs0x5NGRpXTLvIXRTTQaoV { width:7.375rem;height:1.875rem;top:7.53125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvD5spuEJhBt3TG9sAPuSn7QIZVwSCVC { top:1.5rem;left:0rem;width:7.375rem;height:2.4375rem;z-index:15057;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) { #R4kq062tRy8WlSgAtG7dlpTeeyauXkfA { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2507b77f-95f1-4e76-b734-137696e1fa20/Yourparagraphtext7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA.adaptive-delivery-prevent-bg, #R4kq062tRy8WlSgAtG7dlpTeeyauXkfA.lazyload, #R4kq062tRy8WlSgAtG7dlpTeeyauXkfA.lazyloading { background-image: none; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row .container { background-color: transparent; background-image: none; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,6,0.79); }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row .container > .video-iframe-container { display: none; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,6,0.79); }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row > .video-iframe-container { display: none; }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .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); }#R4kq062tRy8WlSgAtG7dlpTeeyauXkfA > .row .container { width:20rem;height:73.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9n5HxRSGqN3GeHxN0pWioONDmgIE1da { width:9.625rem;height:4.875rem;top:49.5rem;left:5.1875rem;z-index:15012;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-text {padding-top: 0; padding-bottom: 0;}#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-select {padding-top: 0; padding-bottom: 0;}#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5rem;overflow:hidden; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG  { width:17.5rem;height:auto;top:40.5625rem;left:0rem; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG {display:block;}#TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG { width:17.5rem;height:auto;top:40.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #mNsd8QzbJkmO5THZGzieANAzLMmqJ8e5 {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #NO6UH2lNQBHon7kMe8dO0u4sBtg67zNz {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #DUUSsTwLHUpT9MCDfhSBkDMBmVqM3MTV {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #HP0ZPQMVCIzCBV7zMQRGkV8P16Fq3IUt {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #cRebVAvuRUtr59zEeytkaGrXTmD7Pcc9 {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #Ma2rGScQ9Z8TkQpxTESgmmU6WI6GyPtN {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #NhfOdqW3c8m7QA3iPkO47r6xTC6o0Ehe {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #TCsZ1db2ELNXPUHlriv4gfEMu3ClSTzy {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #COrKt8qTZ5Wb3B2CFQ9ZnL8snpamEo9Q {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #MoakQpGWaTfeiINTFhsfZ15IMdpyaHif {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #KugoT2dOBu5kZP4wvgTFE1yVTMu1bQrg {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #GuUpDRiv9lqxpiv9M2eiQWKcO9FfDUEC {  }
 }@media only screen and (max-width: 763px) { #nr7eRX43CNatmxZF3E7VQodWtqxfaSXx { display:block; }
 }@media only screen and (max-width: 763px) { #hiLoFGivLF0TiWF4BbHv4sCH2AtHWV7Z { display:block; }
 }@media only screen and (max-width: 763px) { #MFW1GyHoVU1KDBOrh0N4BERD1olyaqMu { display:block; }
 }@media only screen and (max-width: 763px) { #upGwdQTxeRRFLo3u09mfSOdX8z0I88Sr { display:block; }
 }@media only screen and (max-width: 763px) { #PsHsAD5G9lGUtM6pL2p0hi3IL7nykrOs { display:block; }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #P4EomT8hAOwP3dTmsn8h7ktwfZ6LctpT {  }
 }@media only screen and (max-width: 763px) { #TCLm6hTAbx3G9dtohECwdxkKQ8ySCWFG #S5Qke8hapuFQhT5rTOW5WbDFCf1JRqJK {  }
 }@media only screen and (max-width: 763px) { #ETPA3FmViOM10vxtyKMcWlM8ukCXi67p { width:20rem;height:3.59985rem;top:36.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LHOblnt3lO4HvwEksLylTNznTxSOs52b { width:20rem;height:4.9375rem;top:35.625rem;left:0rem;background-color:#9e7341;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #owBOGLSAS6o8P6KdOP0asUweQkUaaR1Z { width:20rem;height:5.5682375rem;top:7.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DZBc3CSlZMDO3C8XCq8zt5NEni0364bg { width:18.561375rem;height:2.99926875rem;top:28.75rem;left:0.75rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dNa34mOdiNJWzCKy4SWfIAC7TeHZSBOK { width:18.5rem;height:9.3125rem;top:23.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tddp7vs3fWQ9qa8s9abvhPRDVCGV14N6 { width:5.625rem;height:7.0625rem;top:7.5416669845581rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGOh6ZuOHGqfONBOSMTk5qyTr8QAGmvO { width:20rem;height:5.70068125rem;top:15.436401367188rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TuerIwAX15PK73r3NCgzgvTITwL4WTQx { width:2.75rem;height:2.125rem;top:1.03125rem;left:16.125rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #SI0rB3xVxGZVXTUJQeAEmrgmH7kU3mxF { top:0.8125rem;left:15.8125rem;width:3.375rem;height:2.5625rem;z-index:14999;background-color:#ffffff;background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #prausqcI71SSLWdVGcmrNOkgIpLDhF6l { width:7.1875rem;height:3.96484375rem;top:24.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsWWikq3mi7x1apcudluTlG421B5zdNx { width:20rem;height:0;top:47.094827586207rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COxulXC5BkhlZrXyScIxAtdI7MKRVf61 { width:20rem;height:4.0948275862069rem;top:41.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed30579b-d652-4aab-b149-639cec23c459/Screenshot20250421at44517PM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m.adaptive-delivery-prevent-bg, #uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m.lazyload, #uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m.lazyloading { background-image: none; }#uJSFwRUCh4CIIvh0V4HDV6bUUBoZLT6m > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VU786dgDIyNS0V0HLxTdLlitkf9giPxx { width:20rem;height:5.07486875rem;top:11.5rem;left:0rem;font-size:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3eMmcT7blLVcfpe7TnSLstdWgVDtzoQ { width:20rem;height:4.3997375rem;top:17.011719942093rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sWRoWRnGHHtz4xGTp3yTbiFyGhyiHpGX { width:10.125rem;height:12.6875rem;top:0rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0s240OhbuT5wH7D7OAN6tubzwgmuq2a { width:20rem;height:3.73698125rem;top:22.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p93AgaruUFRxUTxWNv5i0yrxkESttUxl { width:20rem;height:4.38671875rem;top:26.5625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak { display:block; }#O1xtiITfhLD8JaGcRfTqTzAibOFS0Jak > .row .container { width:20rem;height:119.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGhB469ItfROEU4zlfIGsnP6feSIQO1Q { width:20rem;height:4.87305rem;top:32.873698234558rem;left:0rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g77foaAgCz6wpdhhDg2MS5rG8863yGsN { width:20rem;height:2.749025rem;top:57.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKqotQmaiWJ4hqv6tygkNKF3XIfcL4xZ { width:17.75rem;height:4.12475625rem;top:1.25rem;left:1.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hts7XxFuX4qozW0TKX28ZsyocuB9fZaR { width:5.6875rem;height:2.436525rem;top:43.375rem;left:7.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5v3ehyMJl7k0suF8TkQxINcCTFlPgNp { width:5.8125rem;height:2.436525rem;top:43.375rem;left:14.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFRL1ut6Rf2QLeuiVUXuhSfNWyI6LgDG { width:3.0625rem;height:2.625rem;top:48.375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgL9WSNV8Ax597e76ALCnCB48FKG86sV { width:8.25rem;height:2.436525rem;top:51.75rem;left:9.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2K2xaB2nlxBmhU40b6EZTUhIlCGEwn0 { width:2.1875rem;height:1.4375rem;top:44.9375rem;left:8.90625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VebXqX2EJ6uhRFaq8iI2u2Kbvn0O3dNp { width:7rem;height:2.436525rem;top:51.6875rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNBhqI4t7Wqro8ahb9QfBhQ6L5bdm3u5 { width:3.0625rem;height:2.625rem;top:39.375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6w82fIxnoNWlQJTaXkH1nU2Rv8UP1Qa { width:20rem;height:5rem;top:56.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlE5lFOcvGs6hLATANiKeAl82PvFVXPg { width:3.0625rem;height:2.5rem;top:48.1875rem;left:3.75rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #SEOmfhkU7rBe6EeWJfueCvGTZeE7lL0h { width:3.0625rem;height:2.625rem;top:39.375rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm1sPyuydGkKrHL5GwnmirvyR4DuCXTu { width:9.375rem;height:0.1875rem;top:6.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-text {padding-top: 0; padding-bottom: 0;}#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-select {padding-top: 0; padding-bottom: 0;}#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5rem;overflow:hidden; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts  { width:17.5rem;height:auto;top:61.5625rem;left:0rem; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts {display:block;}#xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts { width:17.5rem;height:auto;top:61.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #Wmny4RmXlnD9sOMvpXse1Ep1ylJda1LQ {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #TwAyg9H9hrB0WHMQ8g6N7glJW5fR2vI3 {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #f9b0Us6td56LnHFQB3xmN69ohMBA3BT1 {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #rMEtewc9ZBvEIFgEnmRbV4sq8bJzRwAe {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #xg3pRALu9pxxQVG3SuazsFOlA1zkLrFl {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #hUOUaMhlMNcULHCmcnT5bmXKwwqyS0L8 {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #yMqenBoaIpqZP7y5HvAHIdzlnXJahfB9 {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #XsZ5FmIiVZ51IzKNdoOVTflUBkvNKwfJ {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #iXegzLDTAkSb8bpUp1kNdLLiIliAV3LK {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #tQXLT5kOVCkwbBG2mPVeJZKyeBBBrV0G {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #MDLvXlXiLIRvT5uSnLxo3rCIpX2dhUsM {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #F55sk1Fl9aliRDA2B1QMnKIl1aTmbQfe {  }
 }@media only screen and (max-width: 763px) { #ZRmKarQlZS2b2M8oTLgCBNLGwDTn0uLg { display:block; }
 }@media only screen and (max-width: 763px) { #guRdrzNigg6228TE78TtXMTpM0TymzaK { display:block; }
 }@media only screen and (max-width: 763px) { #k612Pgpyyfmxcv9IJxb0Ad43PiqpBTIJ { display:block; }
 }@media only screen and (max-width: 763px) { #S1zhU0QvAxIhnfXuc4ZMBceQtokbKRvq { display:block; }
 }@media only screen and (max-width: 763px) { #lQWGpQpVgPTFQr0H76ETPmX7lQyFZWhT { display:block; }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #xJ2wv80hPKPvkSVgCpTmaK8ZlpIHocLa {  }
 }@media only screen and (max-width: 763px) { #xhgBFUF4uSm4TL1ySRbWKP6xaIQ8Z7Ts #E5NsqyeSJuA0JlsPH3mXXwKJl7LSUms1 {  }
 }@media only screen and (max-width: 763px) { #TefuLezqAQBn3foXs6hcBKCycTeKda1N { width:20rem;height:4.5rem;top:86.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ7lXvzOhpyUKkfsIikTPKAw2T9K3Bcp { width:20rem;height:0;top:88rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSnXw3sSNTOOortwpwblRXHDR5TaUE6g { width:20rem;height:25.9375rem;top:92.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqO4gslNNDbc6otDVK3UMLDinscf42QM { width:5.3125rem;height:6.75rem;top:20.75rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #W93GWRMqwCDev7SGXggnTTaOMRle3dPF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ad8cd7e-c571-477b-99f9-47cfc1dc43e8/Yourparagraphtext.crop_320x1466_0,29.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF.adaptive-delivery-prevent-bg, #W93GWRMqwCDev7SGXggnTTaOMRle3dPF.lazyload, #W93GWRMqwCDev7SGXggnTTaOMRle3dPF.lazyloading { background-image: none; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row .container { background-color: transparent; background-image: none; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row .container > .video-iframe-container { display: none; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.48); }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row > .video-iframe-container { display: none; }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .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); }#W93GWRMqwCDev7SGXggnTTaOMRle3dPF > .row .container { width:20rem;height:186rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hbTgtTXNXxbDSAkyytx4n9yl77Tdotlc { width:20rem;height:2.4375rem;top:0.99088478088381rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvcwkBAUybJWNJAggTz9xwJwxGnxismi { width:20rem;height:9.875rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbSQ2WmdC7zGi4baTFruOT3HBRpSrQZ0 { width:20rem;height:15.5625rem;top:89.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCFRylkKL3oBEZUKQ7e2Nw4LH0EpBzA7 { width:19.5625rem;height:15.25rem;top:106.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTFBywtwt2N6rdkrS8iLTHKKTzWtRvOV { width:19.5rem;height:15.1875rem;top:73.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Caq2TayaP2bMXqQe0XVqhXBvomTnfaiq { width:20rem;height:15.5625rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAVOaGOO1i5X4yFyNDhGwV6NyBhuCmWa { width:20rem;height:15.5625rem;top:56.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgS7sn5y7rpWh0D141S4SWQ757rTwPor { width:20rem;height:15.5625rem;top:39.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTnpIvwxOhroWVs9DUcyue1GuknXVeD2 { width:20rem;height:4.87426875rem;top:5.5390625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ev0Ge7F3CXPFR46bdTUWFUPX2Jl6xn1i { width:20rem;height:2.76245rem;top:180.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0rz8Hu2T3LPb7omg4fB3JMJ88aWXRVT { width:19rem;height:4.375rem;top:175.375rem;left:0.5rem;font-size:1.625rem;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #dcb05b, #764b36);background-image: -moz-linear-gradient(148deg, #dcb05b, #764b36);background-image: -ms-linear-gradient(148deg, #dcb05b, #764b36);background-image: -o-linear-gradient(148deg, #dcb05b, #764b36);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );";background-image: linear-gradient(148deg, #dcb05b, #764b36);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmdkWnRZXRnnuKogeHiTZqfNvoRezdgd { display:block; }
 }@media only screen and (max-width: 763px) { #IQx2lzLFr0oi8cpBoiq3zeToH6w3qyOr { width:19rem;height:4.375rem;top:175.25rem;left:0.5rem;font-size:1.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dcb05b, #764b36);background-image: -moz-linear-gradient(180deg, #dcb05b, #764b36);background-image: -ms-linear-gradient(180deg, #dcb05b, #764b36);background-image: -o-linear-gradient(180deg, #dcb05b, #764b36);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );";background-image: linear-gradient(180deg, #dcb05b, #764b36);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15018;display:none; }
 }@media only screen and (max-width: 763px) { #HyhL2nMpvtFOS0b61mr2VutWGbW4l0rR { display:block; }
 }@media only screen and (max-width: 763px) { #mrxtWUgzv1XWkWod7fqsR0rw95tu24FB { width:20rem;height:15.5918125rem;top:157.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMZV2MoblavJR6WVEU5kfLkUnbVTTpES { width:20rem;height:15.5918125rem;top:123.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3MOQ9RRvCro9LSBwaSy6C7uMeV1XBd0 { width:20rem;height:15.5918125rem;top:140.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGt1u0SL0CDH0Mi8DZc1llQeLxBpE1De { width:9.375rem;height:0.1875rem;top:4.26171875rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnwrm9tEZoigLMKR4OTNFMs3qMdVp9ZM { width:5.99975625rem;height:0.812375rem;top:172.25610351562rem;left:13.60107421875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS5wVsEutm1J5kIWQp0xHbvdc2pLd201 { width:5.874025rem;height:0.812375rem;top:155.00573730469rem;left:13.60107421875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFxmZtDfR4OcRk9oOhFIFuedCiRuBo5o { width:5.874025rem;height:0.812375rem;top:138.18676757812rem;left:13.726196289062rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzg9eeVtJOJNzJwFTeFN712Jt4ip6KIu { width:5.81176875rem;height:0.812375rem;top:87.351806640625rem;left:12.874145507812rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTMPLeBue66H2TFOcpe60tO6FzvffLeS { width:5.81176875rem;height:0.812375rem;top:104.12487792969rem;left:12.874145507812rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsNpkuhhokEbge9ucIoxgJrKSl7hLTPg { width:5.81176875rem;height:0.812375rem;top:120.37475585938rem;left:12.874145507812rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdlNWLdctUTeRcpahTPdnEHvbPZTnZ3m { width:5.81176875rem;height:0.812375rem;top:70.937255859375rem;left:13.124145507812rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB8du8ZDO0WH1ayfdGMilZek0KhlPObc { width:5.81176875rem;height:0.812375rem;top:53.944213867188rem;left:13.663452148438rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSTQ7HmtR96VIIoqEJbBZ4iDc6vxmJLL { display:none; }#uSTQ7HmtR96VIIoqEJbBZ4iDc6vxmJLL > .row .container { width:20rem;height:52.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mwBiVHFyTxP85zGaglHmXfoq4ezx1lOs { width:20rem;height:2.4375rem;top:1.6875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HO1rnqsKlFBM8XAe8gv7bmpXvWxaZb3r { width:4rem;height:3.4453125rem;top:10.211588382721rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWP0kghtBB5eh4PtV9GuNUSPlH8ITMB3 { width:16.75rem;height:3.73698125rem;top:5.5371098518372rem;left:1.625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nkyoUcxkg0sztymDHf2ce4TwRTpdc512 { width:20rem;height:1.8684875rem;top:14.719400882721rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZSsq4trFiXzqwP8pslTggiu2opc7N4w5 { width:4rem;height:3.4453125rem;top:18.207031726837rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoBTDPFsSSFohbyPGbuGWPyWnVESUFLo { width:20rem;height:1.8684875rem;top:22.714844226837rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LeXOJIXxthHHrOxn3SMnO4fXlUlx1WyP { width:4rem;height:3.4453125rem;top:26.007814884186rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRJvuhtxtWLz6TMz1tSdpUy1nlhZ00rh { width:19.125rem;height:1.8684875rem;top:30.783834934234rem;left:0.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcbbqyApEvFCnSMnurGebn49oaixGXDw { width:4rem;height:3.4453125rem;top:33.752605438233rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWuZByy1UBbbScBhimuDqxEZanr3Fnu9 { width:14.6875rem;height:1.8684875rem;top:38.447917938233rem;left:2.65625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ed9VqvN4PSQBKVRHENWFfNvrFLkBF5FI { width:20rem;height:4.14258125rem;top:47.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sl4Q9EJ0rs6FRXTrzLNoPI2FiB1NVt2z { width:19rem;height:4.375rem;top:42.3125rem;left:0.5rem;font-size:1.625rem;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -moz-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -ms-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -o-linear-gradient(148deg, #e0a36c, #ab7962);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );";background-image: linear-gradient(148deg, #e0a36c, #ab7962);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #IpWglv4vnEtrB2i0DfD7Cy4MmxH4TGuO { display:block; }
 }@media only screen and (max-width: 763px) { #eMoxTOHEF2mX9AqUbKWvG1uNQyLVAbzZ { width:19rem;height:4.375rem;top:20.3125rem;left:0rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -moz-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -ms-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -o-linear-gradient(148deg, #e0a36c, #ab7962);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );";background-image: linear-gradient(148deg, #e0a36c, #ab7962);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #eG5uyqs2bFUlOOwbX2KL97ddIUXu8fy8 { display:block; }
 }@media only screen and (max-width: 763px) { #umumD2ucF3y3fxwVdUu1WhNJuMWKq1vm { width:5.3125rem;height:0.25rem;top:22.375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tKIAmrVkhB6lKM4NfGDWxTtdJVACzFn4 { width:10.6875rem;height:auto;top:8.375rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z { display:block; }#zPNAXbwDGPkcGTXuXR5oLRLW95Uk5B6Z > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odcUg1v1VBWC3wpU0FlLKv5hvVEALGqD { width:19.375rem;height:4.87426875rem;top:1rem;left:0.3125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0PzfwkUiv8MPOR2b3s5kkek3W36KVNw { width:7.8125rem;height:9.25rem;top:14.75rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9OQXuVm3CoBsCp21mmEIrqxLqEoXtBk { width:3.75rem;height:3.75rem;top:15.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzJARWgKfLWIBFDUtidNZEdZIwxTnXyg { width:7.75rem;height:2.76245rem;top:20.25rem;left:1.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c3dCEmTkEl3m9pyKbT2uRiJhzSfUluWy { width:3.75rem;height:3.75rem;top:15.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJ2PFSMoMhKTioRh14Sk9xTiLCOiH4qu { width:6.0625rem;height:2.76245rem;top:20.375rem;left:11.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcybazHLC3ocK9rr0XOm5HbN32JHwE7n { width:7.8125rem;height:9.25rem;top:25.6875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qshQIBQ12brBUrTg1qHLRLwrIC7NVH9e { width:7.8125rem;height:9.25rem;top:25.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #onxTNbewxxyBKDDUOmhwapHB0MS1XShe { width:3.75rem;height:3.75rem;top:26.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqMD5vAzwuHb0L4itJHlRblmltiygIRt { width:5.25rem;height:1.381225rem;top:32.25rem;left:2.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gOqPr8cen61EJAVtIRJp5dFNfdJ98peJ { width:3.75rem;height:3.75rem;top:26.875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahqaTKtdhQABuaqOGQU1miN3hJDki9uH { width:6.125rem;height:2.76245rem;top:31.5625rem;left:11.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wm3ZuGOWmDrfPBi1LnRJV59pUpOHERSp { width:18.5625rem;height:3.875rem;top:8.875rem;left:0.71875rem;font-size:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dcb05b, #764b36);background-image: -moz-linear-gradient(180deg, #dcb05b, #764b36);background-image: -ms-linear-gradient(180deg, #dcb05b, #764b36);background-image: -o-linear-gradient(180deg, #dcb05b, #764b36);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );";background-image: linear-gradient(180deg, #dcb05b, #764b36);background-size:auto !important;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QqNZw60TEOsecVstXNIlKTkOybCC3qyM { display:block; }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V .widget-text.counter-number { padding-top:0.42375rem;padding-right:0.376875rem;padding-bottom:0.42375rem;padding-left:0.376875rem;width:2.259375rem;min-width:2.259375rem;height:2.278125rem;font-size:1.695rem;line-height:36.45px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.083125rem solid #a57d41;border-right:0.084375rem solid #a57d41;border-bottom:0.083125rem solid #a57d41;border-left:0.084375rem solid #a57d41; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.0125rem;height:0.900625rem;font-size:0.63625rem;line-height:14.41px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#n5O1k58UR5D9gpIFlAkLElme4FOydQ1V { display:flex;width:16.75rem;height:4.4575rem;top:37rem;left:0.5rem;padding-top:0.833125rem;padding-right:0.829375rem;padding-bottom:0.833125rem;padding-left:0.829375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #GfyJu9HNRDbG9886DgHJknS5u2hrdmk8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #ZwT34Dmq9N279Ly7LbUaTKMMMFzqHS8K {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #kEmuu0pWBXRBKqFdipTHuTg2200EA6bq {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #c06MT9L5F8eTutViTCfzhHIRAWXt4gMJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #Uq0fDCmqNZ8h5geTe15wBDdBlQPTXB6s {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #x8dL7r9dICGiGczkTV6a0ZehHwDSfsHw {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #nh47VTNRqVhH3k1rW48TyWqQ5e52QCQt { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #mQVO9rTRqfO8rfT9T7SctuHufDRTr5r6 {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #WL2L17skXxWAJE8TTQz9BJo51qQELJ88 {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #qNLGFsqIO09w3TznOCT2TXLMDKKg47W6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #URNW7CWP74C9pRyElReHJn94zgTlizWV {  }
 }@media only screen and (max-width: 763px) { #n5O1k58UR5D9gpIFlAkLElme4FOydQ1V #IA9hBTuTuXPhbSrWcP8QTELbJIJIpIRL {  }
 }@media only screen and (max-width: 763px) { #oXGzJSn4Hc3TkeStcJG0r7amVk3M5dq0 { width:19.375rem;height:3.25rem;top:43.6875rem;left:0.3125rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dcb05b, #764b36);background-image: -moz-linear-gradient(180deg, #dcb05b, #764b36);background-image: -ms-linear-gradient(180deg, #dcb05b, #764b36);background-image: -o-linear-gradient(180deg, #dcb05b, #764b36);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );";background-image: linear-gradient(180deg, #dcb05b, #764b36);background-size:auto !important;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #niz375XXU6U71bMWvFF52izbSZ6PbIvw { display:block; }
 }@media only screen and (max-width: 763px) { #H41sTptqLLDpEGOmku6lOOKo5tT36S5U { top:14.75rem;left:1.375rem;width:7.8125rem;height:9.25rem;z-index:15004;background-color:#ffffff;background-image:none;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvEC3pERWRfE0WRRbP0AER7dKVpO0w7U { width:9.375rem;height:0.1875rem;top:6.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXBbtVn9W4ZuPRRa4p6ZitxbmamJTcDP { width:12.5rem;height:9.875rem;top:58.186646289063rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDMG4J4vASiByWm3eWLrLdrATG16h7oV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ad8cd7e-c571-477b-99f9-47cfc1dc43e8/Yourparagraphtext.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#dDMG4J4vASiByWm3eWLrLdrATG16h7oV.adaptive-delivery-prevent-bg, #dDMG4J4vASiByWm3eWLrLdrATG16h7oV.lazyload, #dDMG4J4vASiByWm3eWLrLdrATG16h7oV.lazyloading { background-image: none; }#dDMG4J4vASiByWm3eWLrLdrATG16h7oV > .row .container { width:20rem;height:93.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FOp2ix8kZr7Vt7Kldt1euufM5Wc7zmUa { width:20rem;height:5.5247375rem;top:1.25rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwHOKN0D0TdAn1Rz2RTLgqCcrxZxinl6 { width:17.0625rem;height:2.92448125rem;top:7.69921875rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pldPxxCy50Du3MS8hZFXXt0Suk36tmrT { width:12.5rem;height:15.0625rem;top:11.16064453125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gw8TtMsDlrM1AK8tXmTOqq9kf2veK8g6 { width:10.125rem;height:2.03125rem;top:17.87158203125rem;left:4.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JLWmrna4kuR0yDDZh8wraaTmydWSqmSx { width:6.8125rem;height:2.5996125rem;top:12.597656488419rem;left:6.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzOlriCkHiyJ6p7g2E4tRlQ3nOU5IbPd { width:3.9375rem;height:0.25rem;top:16.16064453125rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhXLXgRcksMHM0SVfVs5PbhzfBaJxg4z { width:10.375rem;height:3.25rem;top:21.1142578125rem;left:4.8125rem;font-size:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -moz-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -ms-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -o-linear-gradient(148deg, #e0a36c, #ab7962);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );";background-image: linear-gradient(148deg, #e0a36c, #ab7962);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAnTOQerJkAbRpcHopzZBMcifreAOWRV { display:block; }
 }@media only screen and (max-width: 763px) { #PMQ7ZsVNahd8iKCwbNmbBsHz6b8u1IDa { width:12.5rem;height:15.0625rem;top:27.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxeKOEuoZcMIENBB0dpZ4UkuQUxpRsTE { width:7.0625rem;height:2.5996125rem;top:28.312501192093rem;left:6.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TzX5AUXEsM57LBAtqPc4e5rxS9OSRSp4 { width:4rem;height:0.3125rem;top:33.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #HL7bzeGbTcBHMoSXyw4ysyHTqAc6XWAr { width:10.125rem;height:1.375rem;top:34.9375rem;left:4.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tHxIab9KTwO7efK0sU5VqP1h9dlM7Bhc { width:10.375rem;height:3.25rem;top:37.8125rem;left:4.8125rem;font-size:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -moz-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -ms-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -o-linear-gradient(148deg, #e0a36c, #ab7962);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );";background-image: linear-gradient(148deg, #e0a36c, #ab7962);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #prUz1aTI4kghWoLamRh5aTUBMxlRPycw { display:block; }
 }@media only screen and (max-width: 763px) { #NMCdFJTbnoqh23C5Q1Ff6wLK6TDXbfcq { width:7.8125rem;height:2.03125rem;top:30.25rem;left:6.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4iCXtlqA5wcTpZ9dORi6GvzDKHf1Z2v { width:12.5rem;height:15.0625rem;top:43.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrh4DHZzJywTz1LpgZvDzwQ28cK26A3Q { width:8.6875rem;height:2.5996125rem;top:45.0625rem;left:5.65625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FCCEoJ97zUzQvVkAFgTCUwBTHKVwWym5 { width:4rem;height:0.3125rem;top:48.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeuqFqgmL57zmWRNGcc6HEBT1xIoGOE4 { width:10.875rem;height:2.03125rem;top:50.078125rem;left:4.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3EaQSEBDgi521WL2hMlmyChiEQTMOTl { width:9.9375rem;height:3.25rem;top:53.75rem;left:5.03125rem;font-size:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -moz-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -ms-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -o-linear-gradient(148deg, #e0a36c, #ab7962);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );";background-image: linear-gradient(148deg, #e0a36c, #ab7962);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVRHH9xJhJrdbAoZlNh2OJ5BGLTKRzrZ { display:block; }
 }@media only screen and (max-width: 763px) { #Nr21KH9c51RXbAFt1lbykT4KULeTa7Hh { width:12.5rem;height:15.0625rem;top:59.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVLncJExEi9yH7whWXZnTT5XMOUJeOTf { width:8.6875rem;height:2.5996125rem;top:60.9375rem;left:5.65625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5Kgxtf1bferrxy8HsFlqUnsG6MJOpTu { width:4rem;height:0.3125rem;top:64.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeoeyZl1I5E1hWI662cyN3r9RwsOgV0l { width:8.1875rem;height:1.71875rem;top:65.625rem;left:5.90625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kb9T7VHw5mgnJx8e1bNwwTqf2o4AcTwI { width:9.9375rem;height:3.25rem;top:69.3125rem;left:5.03125rem;font-size:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -moz-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -ms-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -o-linear-gradient(148deg, #e0a36c, #ab7962);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );";background-image: linear-gradient(148deg, #e0a36c, #ab7962);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFa7fESb62Pq5KNNf6uakAZJWCGlaoqf { display:block; }
 }@media only screen and (max-width: 763px) { #bpEPbIDybew4arxRGvVvVsaQeotM0mol { width:12.5rem;height:15.0625rem;top:75.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzcotXVoiHRluPtXdrLbMm4gBsFTJ6AK { width:5rem;height:2.5996125rem;top:76.8125rem;left:7.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kREJ8VvPOfkh4wHeu3GQ4MRbfTsW1JdQ { width:4rem;height:0.3125rem;top:80.5rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4XLhl7bw6MV0M6TwGwGnsk8xoNysclG { width:9.1875rem;height:1.71875rem;top:81.75rem;left:5.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ui76H0cpiVD3ChCJeQTECzuikd8HWuSc { width:9.9375rem;height:3.25rem;top:85.1875rem;left:5rem;font-size:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -moz-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -ms-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -o-linear-gradient(148deg, #e0a36c, #ab7962);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );";background-image: linear-gradient(148deg, #e0a36c, #ab7962);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7N5EHrHTXvCl261GkaG7PWaW92ET2lG { display:block; }
 }@media only screen and (max-width: 763px) { #rC1N7i0aqwV2MepGcGIE4WoWgFbC8epX { display:none; }#rC1N7i0aqwV2MepGcGIE4WoWgFbC8epX > .row .container { width:20rem;height:68.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GBALH5NvHW6GAVg1ygpNmcwg30rB6A9h { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MavgRFPzFMSh0PheknoOAbWT30ZLDiap { width:20rem;height:5.19921875rem;top:7.69921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oDB8ltMi28bq3Lg9Resg6BmqO68AtJKB { width:20rem;height:16.954022988506rem;top:32.3521875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXw6E3ptAEsQVFp3xGGyU8FTP5M9mURg { width:13.3125rem;height:2.5996125rem;top:34.7896875rem;left:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIDLuHTDxkBBugCPLDneNPkumGJSPTwe { width:3.9375rem;height:0.25rem;top:38.9146875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7p0Avnsw2eArJIhV3ywKDq1yvAQibmK { width:10.5625rem;height:2.51823125rem;top:40.311171875rem;left:5.5904960632324rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8HrKw4o1vAs9C59fUoqddKqSTcx3TPJ { width:20rem;height:16.954022988506rem;top:50.5559375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdTfsbeThg08ZMUgQ4GtMtTTJMdMJvx1 { width:10.8125rem;height:2.51823125rem;top:58.514921875rem;left:5.46875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP9b4kCs0ikmxL4KELN63wdb8wJn8Cm3 { width:3.9375rem;height:0.25rem;top:57.1184375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhFxq9ZZc4dScPsTFKkgmsTclDfO2lhO { width:13.3125rem;height:2.5996125rem;top:52.9934375rem;left:3.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5uce7VHDNe89BBaKkwNbcJGuKPd2kw1 { width:20rem;height:16.954022988506rem;top:14.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtuR66AVWPwpat3CKrOAwA2s4EspD7uF { width:10.125rem;height:2.51823125rem;top:22.107421875rem;left:5.8125rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC6ZMk2WDmWFtuOCuTGTaK2r7lJDlmHR { width:8.6875rem;height:2.5996125rem;top:16.421875rem;left:6.4986972808837rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsT8ukqRkXZBFOAR2bfuCVGXcLBAWUHn { width:3.9375rem;height:0.25rem;top:20.7109375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEoabWQaMv9fgLzzynQW8nFSO5VzWnr7 { width:15.4375rem;height:3.25rem;top:26.52278137207rem;left:3.15625rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -moz-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -ms-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -o-linear-gradient(148deg, #e0a36c, #ab7962);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );";background-image: linear-gradient(148deg, #e0a36c, #ab7962);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hb1HOdWWMTvtb2ploPSJszQ6vn7mSlTU { display:block; }
 }@media only screen and (max-width: 763px) { #oz4duTT9MnU8aWCzAQ8ppU6Heurkmsxh { width:15.4375rem;height:3.25rem;top:44.72653137207rem;left:2.84375rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -moz-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -ms-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -o-linear-gradient(148deg, #e0a36c, #ab7962);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );";background-image: linear-gradient(148deg, #e0a36c, #ab7962);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPvxvRKZ62yomdLTqmttAVbg8Sc3icNR { display:block; }
 }@media only screen and (max-width: 763px) { #RZE8AX8OtIfHwdVHnyVICBl97IiWeFTz { width:15.4375rem;height:3.25rem;top:62.930281372069rem;left:3.15625rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -moz-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -ms-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -o-linear-gradient(148deg, #e0a36c, #ab7962);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );";background-image: linear-gradient(148deg, #e0a36c, #ab7962);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycH0W5hUzMWad0E7CDo540knd0gTlAfL { display:block; }
 }@media only screen and (max-width: 763px) { #pwgwFtfSgLDIUor23qzOPbeA8FAWReGv { display:block; }#pwgwFtfSgLDIUor23qzOPbeA8FAWReGv > .row .container { width:20rem;height:97.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s7zoN5Atacl4SfTGK782NkHIi8Uu7hbp { width:20rem;height:2.4375rem;top:0.78255224227906rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n79GeXLrBrkGLvK0ciWPMZOzfZhMtowz { width:19.3125rem;height:2.749025rem;top:5.099609375rem;left:0.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vTb3nFv9TUMAxWMNr6GvCQ2qMTPvy1TW { width:20rem;height:6.09130625rem;top:8.755859375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QbPUAcrGwqlENSActkHrJcCOS2BfwsLc { width:5.25rem;height:2.9375rem;top:16.25rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #txe829mWtKpmJwIv75SuEw3CyDUPxDhz { display:block; }
 }@media only screen and (max-width: 763px) { #vc5z1fFH4cF001hBwXCcA38hkNWuU8RX { width:5.3125rem;height:2.875rem;top:22.6875rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzuyGmxnDbpo4aEIPn9kPHlw6JU8qcMd { display:block; }
 }@media only screen and (max-width: 763px) { #XMUU0bqob5wqcwKkDwa6F1bwoUAkCVi6 { width:5.25rem;height:3rem;top:16.25rem;left:11.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGuEtnW6EZTo7JCBqFU9JqFgoqcgA0Ur { display:block; }
 }@media only screen and (max-width: 763px) { #n1LuUrD4atqOQyJxtnnUZmBHJrRyO5Ph { width:5.5625rem;height:1.21875rem;top:19.875rem;left:3.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BtxONsnUFMmGWT3fIpL1TgrfnGhBsTc3 { width:5.3125rem;height:1.21875rem;top:26.625rem;left:3.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aOwhQmKh53WNGca6viRuor7mqnGGgzBK { width:5.4375rem;height:1.21875rem;top:19.875rem;left:11.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zd5vTpTwQ7g7oKvUTylokww8r2oURtzT { width:12.625rem;height:3.1875rem;top:28.8125rem;left:3.6875rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dcb05b, #764b36);background-image: -moz-linear-gradient(180deg, #dcb05b, #764b36);background-image: -ms-linear-gradient(180deg, #dcb05b, #764b36);background-image: -o-linear-gradient(180deg, #dcb05b, #764b36);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );";background-image: linear-gradient(180deg, #dcb05b, #764b36);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s97liTp2R3cXzRzWAzodPgagiSV6bXHA { display:block; }
 }@media only screen and (max-width: 763px) { #Mn59e2anLZTcL0UVFHMLJZLyfef90rzW { width:5.1875rem;height:3.125rem;top:22.625rem;left:11.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgztPGcBMaOdEnoimQDRQxS0wb8d6EZ1 { display:block; }
 }@media only screen and (max-width: 763px) { #PtpqA0gcTa9aFlneJlM0T8T24wkfHqSD { width:5.25rem;height:1.21875rem;top:26.5rem;left:11.125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BdCAdfXuRKeAlV8otRQGf1SiK3hZCUnF { width:9.375rem;height:0.1875rem;top:3.8115234375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsV12IA9XRGI8Asu6PQDbZAXpOl9TLuA { width:20rem;height:20rem;top:76.357421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P71R8KW283Pz9vefUPlABJafySC3s12d { width:20rem;height:20.232558139535rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZQfudAqP5O72KbQzHGetHPmpel2NANh { width:20rem;height:20rem;top:55.294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wz0eFRAXBGft25ALLrPoCWz42TsVv6Uy { width:12.9375rem;height:4.375rem;top:112.7324375rem;left:3.5rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dcb05b, #764b36);background-image: -moz-linear-gradient(180deg, #dcb05b, #764b36);background-image: -ms-linear-gradient(180deg, #dcb05b, #764b36);background-image: -o-linear-gradient(180deg, #dcb05b, #764b36);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );";background-image: linear-gradient(180deg, #dcb05b, #764b36);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ra49m5KQgnPdUa492TeQMW8C6OdLTHke { display:block; }
 }@media only screen and (max-width: 763px) { #OToE5aWDscyT2wpMZ8aTTb2Az867qLv5 { width:12.9375rem;height:4.375rem;top:118.3574375rem;left:3.5rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dcb05b, #764b36);background-image: -moz-linear-gradient(180deg, #dcb05b, #764b36);background-image: -ms-linear-gradient(180deg, #dcb05b, #764b36);background-image: -o-linear-gradient(180deg, #dcb05b, #764b36);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );";background-image: linear-gradient(180deg, #dcb05b, #764b36);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Doq2ImegGPU25NHdDEapqUma3WVdxEnD { display:block; }
 }@media only screen and (max-width: 763px) { #lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs { display:block; }#lcwKJdUDvAg9U5bq1PCQEHA9ODQw9FHs > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CI9tgbT6GOkKWtGLRuJMl3nyEW0z09bc { width:20rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #apN5zdZLTJ0QS2gzTZN3HdDnLNfIqp3m { width:19rem;height:4.375rem;top:54.62451171875rem;left:0.4998779296875rem;font-size:1.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dcb05b, #764b36);background-image: -moz-linear-gradient(180deg, #dcb05b, #764b36);background-image: -ms-linear-gradient(180deg, #dcb05b, #764b36);background-image: -o-linear-gradient(180deg, #dcb05b, #764b36);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );";background-image: linear-gradient(180deg, #dcb05b, #764b36);background-size:auto !important;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #lF7HWdXbhxtiZXVon6a0DfRpuTrOB8kI { display:block; }
 }@media only screen and (max-width: 763px) { #zNfFFHFxBKDSMBoT83PlTQDgZbwRNHIh { width:20rem;height:10.071174377224rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDb6z34LZ69fPT0hHvo6wg11o5onVXvQ { width:20rem;height:10.071174377224rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyuu4pDbTLEyICeFFt2tC7bxIW9LXqIC { width:20rem;height:10.071174377224rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrqdGML9NS5CCMDQL0axcEyLH2LXSqcy { width:20rem;height:10.071174377224rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKhiCbPLf05zA8wLMcb5c3n5z7I3pzUz { width:10.6875rem;height:1.875rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9FaSMi8T0cqV3Jpuz28qTpu9ZmIRJia { width:1.75rem;height:1.3125rem;top:15.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0uIQAdmNvl7fDs2Fo1Ui5Ov782UTiwG { width:10.25rem;height:1.21875rem;top:15.375rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGNufwcAmz2i0RKvVR6Re0PFfvA7c1cN { width:11.375rem;height:1.875rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeFcTD3qBgQXx93PTRls29qP9ZHrzv0B { width:1.75rem;height:1.3125rem;top:27.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKfcUZOdWI6z76EWnmxRNsXMxaSsAVAw { width:10.6875rem;height:1.21875rem;top:27.5625rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8BA63PkHrNPTSXfou1eycqdqobQLCQW { width:7.375rem;height:1.875rem;top:50.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZchMHLuPsxQ918KlHn6Bod7Jy3cIiWF { width:1.75rem;height:1.3125rem;top:51.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTb57OPZfIbpaoZsarIt5N6IbcoEdQXN { width:5.1875rem;height:1.21875rem;top:51.0625rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1UwMCwuRt3N2PBcofKcd9klHVKPAKDg { width:10.75rem;height:1.875rem;top:38.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTuQMr8hWIzvQ3vM1IzKA3dA2IIhaBQ0 { width:1.75rem;height:1.3125rem;top:39.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2C8eUXWPwHP9SmXCbuNLu2HpM32UQ8M { width:9.875rem;height:1.21875rem;top:39.1875rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMvlUWIh0hwQFO7IqHBPOypOliTRzT3k { width:9.375rem;height:0.1875rem;top:4.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUf26oaZU5Ov0rr2watAgWIwPbSvUdLT { width:20rem;height:2.76245rem;top:59.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lrkAqT9UrtPVqmW5nsQ5tvsrHUnzIkZO { width:19rem;height:4.5rem;top:51.4375rem;left:0rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -moz-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -ms-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -o-linear-gradient(148deg, #e0a36c, #ab7962);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );";background-image: linear-gradient(148deg, #e0a36c, #ab7962);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wQODV5eKfG2Fng0bb7XkZP8WNz6xDlN3 { display:block; }
 }@media only screen and (max-width: 763px) { #H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2ad8cd7e-c571-477b-99f9-47cfc1dc43e8/Yourparagraphtext.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk.adaptive-delivery-prevent-bg, #H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk.lazyload, #H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk.lazyloading { background-image: none; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row .container { background-color: transparent; background-image: none; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.49); }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row .container > .video-iframe-container { display: none; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.49); }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row > .video-iframe-container { display: none; }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .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); }#H1LZo4fdCTXw1Qh16NB0pdoUZf6xADNk > .row .container { width:20rem;height:88rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgTtQiE5TgcHBph2S6XvKayfLNeK9axp { width:18.6875rem;height:3.4121125rem;top:6.9140625rem;left:0.65625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rqTxtb8xOANLUGhRXf8Fh7qLMP8anPeq { width:20rem;height:30.9375rem;top:10.264303207398rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe { display:flex;height:auto;width:17.5rem;top:43.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #TD47QwKApC192EzoqiIQJ035EPt41Qxb {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #EXfkSFUF2laMsOPsyKItT3gO5ok67ePp {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #vvTOffQw9B3tqEnoRxwmx9PKeLwxkPT5 {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #xxOELqZka0vXD4CK2VqQHFFOX6Us4M1E {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #kLn52dUwTzanTBwXrLRE86OMMdaOToAg {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #uhLOwsiO2eaPsVzao9QPc9AFUCPaGVz8 {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #xnLM3B5KNefJkpnAdAZ3mXr6OqUkVtIh {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #NodH4KZDucmZdicQhCLwN0F1O56q1OdV {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #wGAkxPXVvBSVQxteQQS55Wmxq9HKZmRk {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #ToTdPwRLUol9hFV9yx9sZ2ANVlg36kTp {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #A0nC7au0RTlzSXvIdnt1UuUPz4GgsiFQ {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #htV75SkwcATh1iXTXPZsF4ttrnOHkfCO {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #mb15nBdUQKwkS9TgpVr07DDoOfU5dpZg {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #qmo8S2fFo4FQNXnb3dlM0fir9QGCd7Ti {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #XZ2IxNNr5CuNBr60LuW4lPUM19Cid0dT {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #Spdc5HCToE3ksS9E57vqwptQwZ5LUa4x {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #hR76GyOikVmT5bM2ZTaRom2zUwUKB4uI {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #gslltsu2SHQmMMnTDV0Snd9MI4p4OkHS {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #yxraeDanJod6NkoIcOPfxPJPyl5BGZt1 {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #wVic8ULhePqwtKOaDsD8XnHGV4F1STXs {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #K85etHbHefyNoXpwiP3A5qsyMP70XyeB {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #kRZQdHMSnRNK25wqsT5rawLVdMFB1TuU {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #fQ8oSNLPnnclhlWEemJU9ATHWhL40l1b {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #yG4EyT7863buG62l2WnDPz2IXDrVhXiE {  }
 }@media only screen and (max-width: 763px) { #ZAeU4GDGntbRgyqdGBlKxARaFTitWiwe #ZvWsqqypOTn3DCFnA2LlPfyT4aaUtWd2 {  }
 }@media only screen and (max-width: 763px) { #pETp2TNVUdtBg4hfyS7T8vPlsU8v1opV { width:20rem;height:4.125rem;top:0.904296875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N3JkGqkhhfubws942M4P82RHuLKyCbtZ { width:19rem;height:4.375rem;top:77.31201171875rem;left:0.4998779296875rem;font-size:1.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dcb05b, #764b36);background-image: -moz-linear-gradient(180deg, #dcb05b, #764b36);background-image: -ms-linear-gradient(180deg, #dcb05b, #764b36);background-image: -o-linear-gradient(180deg, #dcb05b, #764b36);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcb05b', endColorstr='#764b36' );";background-image: linear-gradient(180deg, #dcb05b, #764b36);background-size:auto !important;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #esABaUBOPOV4Ac69JPSRBrR8i1SqnePv { display:block; }
 }@media only screen and (max-width: 763px) { #HgJFNwQdpfRtldUHUAv3WEy0uvTiILox { width:20rem;height:30.9375rem;top:12.25rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #g0ACWkfsNmAt76Vqmrum7dS7BUleJIEE { width:20rem;height:2.76245rem;top:82.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXfH9mK3dQiTpATkO7wNWbXTVoQd0SIG { width:19rem;height:5.1875rem;top:47.375rem;left:0rem;font-size:1.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -moz-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -ms-linear-gradient(148deg, #e0a36c, #ab7962);background-image: -o-linear-gradient(148deg, #e0a36c, #ab7962);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0a36c', endColorstr='#ab7962' );";background-image: linear-gradient(148deg, #e0a36c, #ab7962);background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gWPsSwwUGaf6X5EHcnX9eeABOR6D3z98 { display:block; }
 }@media only screen and (max-width: 763px) { #xu391ABJPiTx52mQsIVfrfy9POach1id { width:9.375rem;height:0.1875rem;top:5.69921875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe { display:block; }#lnqFlohG9q7gPJzQpXaqdUFnRmNCkwTe > .row .container { width:20rem;height:93.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fflqFQl5DgAcHSMT5eqZ1WEmXFz0vV9z { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #ccVRJ1tbAnL2u46kAxvZAaNX0Q6CGDTv { width:19.875rem;height:19.1875rem;top:15.249633789062rem;left:0.062255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU8eOPwekXfuaz5bUxKBob4g5LDAmhkb { width:16.4361875rem;height:1.78161875rem;top:30.936279296875rem;left:1.5625rem;font-size:1.1875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XNctqbQCrZgPf5C2rd3aTPJFzazCrOBV { width:16.875rem;height:1.78161875rem;top:28.187133789062rem;left:1.5625rem;font-size:1.1875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVobcu0sbWDT0MIVTGSofQTJZ1NfsOF { width:16.6875rem;height:3.56323125rem;top:24.1875rem;left:1.625rem;font-size:1.1875rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XyXaKhTq87yCTcdqx8ou4kTJ9uT4Qlak { width:19.8730625rem;height:2.15625rem;top:21.3125rem;left:0rem;font-size:1.4375rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ATbVHve79tICP4bVTQQKmbNFkqTQprN2 { width:20rem;height:5.8125rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8hATuFA4DcX6Tx1srtpassAL8Zsgcbc { width:16.875rem;height:3.4375rem;top:45.3125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN0O78R2lHMTlyqo76klsrfRwk9F6KX0 { width:20rem;height:0;top:1.3749580383301rem;left:0.0625rem;font-size:1rem;line-height:1.2;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #AmoxkTeznWfwZAMVbuoTPuJSqkfKTP8n { width:20rem;height:9.375rem;top:1.873046875rem;left:0rem;font-size:1.5625rem;line-height:1.2;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #IdFzvpyrmeNnGucQSeNRR30usz7bTE39 { width:9.375rem;height:0.1875rem;top:13.060546875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-text {padding-top: 0; padding-bottom: 0;}#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-select {padding-top: 0; padding-bottom: 0;}#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.5rem;overflow:hidden; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN  { width:17.5rem;height:auto;top:49.9375rem;left:0rem; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN {display:block;}#vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN { width:17.5rem;height:auto;top:49.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #vXedTH2zFlHr2PM9OHl0EuorOrRuQxM7 {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #D8wt7oSUmfN0EhDTfggtJFxioDtVQ2tF {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #buTR0QTJJT85OVbyeU8VXhTuiPzoKFyf {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #QB82n2p7N4TOwSgz9IAVXm2AUMXuUGVT {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #HkA8WlQIARP1UXt3OrrhsKGACXnFOPNZ {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #pVrZlibKFADxaeHEhMnheIahnOZGhVHX {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #Q7ObOuFkTwhyBvBpafyDfPfd9yOBqz4B {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #yFFOmUEJr21y5PEpGnNXnCu8DwIl7iKx {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #nKD5EkCEXlo5v126sZVyanG47V510z09 {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #oSCwOKhVR0oyXMFWdQyRQpz7kqW9kOZl {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #gQvMvpmoN6smqg6tTDWg5eZkIfIbebSK {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #NKhXJIp8CsW52FvX0KlN280zxuRIfrgv {  }
 }@media only screen and (max-width: 763px) { #LD3ATeGGkFLmuzJoRpttHHZChHmIF0yw { display:block; }
 }@media only screen and (max-width: 763px) { #T3vRGJDUMKsqz7gbUNUcxoJhKQpLyy32 { display:block; }
 }@media only screen and (max-width: 763px) { #Wy3FAegKwEdiTNN31o19IuqiMXdBM65k { display:block; }
 }@media only screen and (max-width: 763px) { #a1QwRd5hBJHmt6b6shyiv4NTzECMRgZX { display:block; }
 }@media only screen and (max-width: 763px) { #h2ByytlNs8s1cEg08ACqlrobfIBbgbTh { display:block; }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #EdmiyC4bJPHq4p0foVMMBdLUezuisWWH {  }
 }@media only screen and (max-width: 763px) { #vI2Ol6LSv2ztMV4WGoOTtWHTlsd5VuLN #UuLkUHRA6yGPqWRMhVzTwmyWNOZIA3dm {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi .widget-text.counter-number { padding-top:0.42375rem;padding-right:0.376875rem;padding-bottom:0.42375rem;padding-left:0.376875rem;width:2.259375rem;min-width:2.259375rem;height:2.278125rem;font-size:1.695rem;line-height:36.45px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.083125rem solid #a57d41;border-right:0.084375rem solid #a57d41;border-bottom:0.083125rem solid #a57d41;border-left:0.084375rem solid #a57d41; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.265rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.0125rem;height:0.900625rem;font-size:0.63625rem;line-height:14.41px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi { display:flex;width:16.75rem;height:4.4575rem;top:0rem;left:9.1875rem;padding-top:0.833125rem;padding-right:0.829375rem;padding-bottom:0.833125rem;padding-left:0.829375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #VKKGVHlrs3T46TgKFqfyAaZyObR4FiA8 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #sPd9O67OGzsz7mTU6IZZikJpOZIHzMNN {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #CRiZmX2Ow4z2WvKKfWbBZWWzvroML8U2 {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #fQlTgUzTpKPE7N9bDTCwFWBqIH992HOa { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #QM7LfQIz2cdTdD4GLZQdew8S9wcgaIRi {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #tVxUNu2XXzTGXcTTd0oUaR8nwzskEo04 {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #XDclbTvhQwdOPr8GqsqR7kCGiAUJ6WnT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #SmAFymD8zmSuiTotEMbOlF5oTAzgvIO4 {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #vecWtIaI5rTtKwOPGGCX2aOmpOc3HirC {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #xFqesMNZqgATKaFQhvJGEdeKg47pT77Z { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #SifxvFCenVBdrhKcslo7f4rLL9hwvqOF {  }
 }@media only screen and (max-width: 763px) { #RbJelLcWKmibbxmmqGnQ62ORyRUdVMdi #ryKvMLSmqTt8mSLcACITrIRx7892qegA {  }
 }@media only screen and (max-width: 763px) { #Z9DFxeCT8TuwRNayxGd6ThGTQGS82fTP { width:14.3125rem;height:7.75rem;top:74.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxl9sq06BmJVekGpa9TfvpUaOibxc8wx { width:5.5rem;height:7rem;top:9.3125rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 { display:block; }#oscOJZxoA6O7N4c1LkfUTbWe07phX4b3 > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwIXvZVzl91oyPFFSKkF6D1TnM6PBpQN { width:3.2495125rem;height:3.2495125rem;top:4.4989013671875rem;left:8.375244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnJ8tvBMWBuR2N3nonEuTBTvKNsh28Vg { display:flex;width:2.375rem;height:2.375rem;top:1.4375rem;left:4.5rem; }
 }@media only screen and (max-width: 763px) { #md7K2M2nuTlVS21VNGGX8tf6ToslbhmL { width:9.1875rem;height:1.96838125rem;top:1.625rem;left:7.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #if1En6SiEqABcI95sAGi2milQ3JrWRcx { width:20rem;height:13.6376875rem;top:8.3123779296875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }