.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { position:relative;display:block; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { background-color: transparent; background-image: none; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container > .video-iframe-container { display: none; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row > .video-iframe-container { display: none; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { border-width: 0; border-radius: 0; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u3zy24BTTFTT3pdlTGO8eTvWIVrTlKLH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:11.9375rem;top:1.25rem;left:31.53125rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/83075182-3a82-422f-b9c3-7cbcf6892f49/HeroNew.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.0625rem;left:47.78125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:3.125rem;width:23.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(17,17,17,0.1);background-image:none;top:27.25rem;left:40.15625rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#fcb314;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:28.3125rem;left:40.46875rem;height:1.1684rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:28.375rem;left:54.96875rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k5u0qpCxQeniF4ar8sS4XQhl6fnambBw { 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:10.9375rem;width:11.375rem;top:6.4375rem;left:46.28125rem;overflow:hidden;display:block; }
#rqPhFAv5zSOBvgvTNasqQ4DMUL8IgJk9 { color:#fcb314;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:19.4375rem;left:38.625rem;height:5.52430625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fcb314, #be8211);background-image: -moz-linear-gradient(180deg, #fcb314, #be8211);background-image: -ms-linear-gradient(180deg, #fcb314, #be8211);background-image: -o-linear-gradient(180deg, #fcb314, #be8211);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb314', endColorstr='#be8211' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb314', endColorstr='#be8211' );";background-image: linear-gradient(180deg, #fcb314, #be8211);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:32rem;left:40.34375rem;display:block; }
#O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf3d994b-7646-4881-b71b-d6fd4ebf1881/Gemini_Generated_Image_w91svxw91svxw91s1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,179,20,0.7); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,179,20,0.7); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { border-width: 0; border-radius: 0; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { font-size:0.875rem;font-family:arial;height:74.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#JVT12346lBX6E9IPLWtJzLnc9NQVig3c { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15051;background-color:#ffffff;background-image:none;top:56.375rem;left:0rem;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:0rem;border-bottom-right-radius:0rem;display:block; }
#aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { color:#111111;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15124;line-height:1.3;letter-spacing:0;top:57.875rem;left:59.6875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:58.125rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { color:#fcb314;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15122;line-height:1.3;letter-spacing:0;top:58.125rem;left:55.375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15100;line-height:1.3;letter-spacing:0;top:58.25rem;left:47.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:57.9375rem;left:47.1875rem; }
#bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:58.25rem;left:45.625rem;height:1.29980625rem;display:block; }
#aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { color:#111111;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:57.875rem;left:3.1875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:57.8125rem;left:43.5rem; }
#cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:58.25rem;left:41.875rem;height:1.29980625rem;display:block; }
#rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:58rem;left:39.6875rem; }
#tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:27.5625rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KPL6FKI4ARGNaDUzpoimtNrVg2Q4MZ0x { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#d4yRdN808Mk608CretLrPLlXEdK1xHkd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#TWIh71qmQ8QFA9kzXxxknQWEMSzCfuXa { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#FMSzLoEIONhZPTAydMLVqB89kPQTf63s { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#bWTM28hblDNZ8IRkcmmg7pIrzE3IAkJy { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#tk0bS2ArU4gcvd6r5AXiS86cpADaXPX7 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#nc4PNQsFmekJJLyThPrp6hpniVMEK0KQ { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#Dm0fUeUvpxbVS3JKJB6UT7SyOonxrMgd { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#fsmhgMSXRsGD7ir8eKNZGLlG7gO7RxKs { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#vM3p2IEfsTBiPX6DcNTkkK4lMTEydUWM { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#vTboBvKLb1o50nyKVT1OMJz7FATVpGdv { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { box-sizing:content-box;height:20.5rem;width:35.625rem;position:absolute;display:block;z-index:15147;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/77433562-b3d2-4137-a469-a762dd8c1e57/br1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3623046875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;display:block; }#bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.adaptive-delivery-prevent-bg, #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.lazyload, #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy.lazyloading { background-image: none; }
#XSxckATss22K9N9FOICSLzI9H1rilRkt { box-sizing:content-box;height:20.5rem;width:35.625rem;position:absolute;display:block;z-index:15148;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5577d5a-82f0-4156-99d8-b282cd353110/br2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3623046875rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;display:block; }#XSxckATss22K9N9FOICSLzI9H1rilRkt.adaptive-delivery-prevent-bg, #XSxckATss22K9N9FOICSLzI9H1rilRkt.lazyload, #XSxckATss22K9N9FOICSLzI9H1rilRkt.lazyloading { background-image: none; }
#czEAtBMyzVDl1TmpBCBsccZDb1hGbslK { box-sizing:content-box;height:20.5rem;width:35.625rem;position:absolute;display:block;z-index:15149;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/17f82a44-a2a5-498e-a150-ac898908b4a5/br3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.375rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;display:block; }#czEAtBMyzVDl1TmpBCBsccZDb1hGbslK.adaptive-delivery-prevent-bg, #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK.lazyload, #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK.lazyloading { background-image: none; }
#G5RHTk714MNSu7IcKXlD9guRgpmw8MvU { box-sizing:content-box;height:20.5rem;width:35.625rem;position:absolute;display:block;z-index:15150;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4c45af06-31bc-4bef-98f8-087e2fb3658f/br4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:33.375rem;left:38.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0.625rem solid #ffffff;border-left:0.625rem solid #ffffff;border-right:0.625rem solid #ffffff;border-bottom:0.625rem solid #ffffff;display:block; }#G5RHTk714MNSu7IcKXlD9guRgpmw8MvU.adaptive-delivery-prevent-bg, #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU.lazyload, #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU.lazyloading { background-image: none; }
#B3lf74uDS2eOLeWo6cwgx126b0RSbxPo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15151;opacity:1;top:57.8125rem;left:0.875rem; }
#LTnuGEE3xwlCvr8sGtPGKAVrJQ7oRpeX { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15097;background-color:#ffffff;background-image:none;top:60.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#xIDOTCWmIoUDcCy6vXdApyuoqPpIk8wX { color:#111111;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15145;line-height:1.3;letter-spacing:0;top:62.1875rem;left:2.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fn1dGuEv6OeqwINxKc26oVD35L8NWOX4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15177;opacity:1;top:62.125rem;left:0.875rem; }
#kPgTVxAveoeHC2NhPzcaK7khIJLaTBWf { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:62.4375rem;left:39.6875rem; }
#l2UJQzQ777cxOuEv8Tg7NuwUSS7rO7ac { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:62.625rem;left:41.875rem;height:1.29980625rem;display:block; }
#SXlygOIWc5VXK4sEKRsmVFVC4GLIuQU8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:62.25rem;left:43.5rem; }
#Vxz5VB58efZq2W7wl6ACfVTv9fEMG2P6 { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15145;line-height:1.3;letter-spacing:0;top:62.625rem;left:45.625rem;height:1.29980625rem;display:block; }
#yDyylOF1raEFQcarDA9vFFC1yCDOa2AL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15158;opacity:1;top:62.375rem;left:47.3125rem; }
#n2MFLAOiZ3se4B9Bw2mgkEXvSUvikNqE { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:62.625rem;left:47.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#IdEqkBitSTqch7vaf9p6HSxhDMCsMZqA { color:#fcb314;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:62.5625rem;left:55.875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#BOLDSPXpQX9nFl1N4IeIrgV0LXmUPnU7 { color:#111111;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:62.3125rem;left:59.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xl8bkRuQga48E2Q8szhmkAOadmOSLp5R { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:62.5625rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#Sn7AzE9g44z16cMDhesGS4meFI92EBVT { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15109;background-color:#ffffff;background-image:none;top:65.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#ewDQa4cTeVmkKB9cK9rudy5qOSUgieET { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15189;opacity:1;top:66.5625rem;left:0.875rem; }
#AN35uDRuLRTfComwPFiimBro1xDMlFQB { color:#111111;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:66.625rem;left:2.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RcukDUWe4ncTsy1QQCnysqD8KOtMuJMC { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:66.875rem;left:39.6875rem; }
#ZQz2rf6h7nBQb0C7H8KX4TmganhUGydQ { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:67.0625rem;left:41.875rem;height:1.29980625rem;display:block; }
#xHTdEWUiiQeN2i6kFMdP5547kS2ywATi { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15169;opacity:1;top:66.6875rem;left:43.5rem; }
#dP31MTTgtgOtdDlBRePIohGhh0BRAOOV { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15157;line-height:1.3;letter-spacing:0;top:67.0625rem;left:45.625rem;height:1.29980625rem;display:block; }
#Q9Bmk8hSPCFFDZ5VfTivRLNAAMwC7Siv { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:66.8125rem;left:47.3125rem; }
#DOyFCRs5VdUOMAkVxyn6En6l9lRgRQdb { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15158;line-height:1.3;letter-spacing:0;top:67.0625rem;left:47.9375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#BrHzerJ0PGuB2Z0raVTZ57bSASukmRNC { color:#fcb314;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15180;line-height:1.3;letter-spacing:0;top:67rem;left:55.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#UPAZRmhRImzBbSR08bB3rXivFgXS8OmC { color:#111111;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15182;line-height:1.3;letter-spacing:0;top:66.75rem;left:59.5rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mVAcuXXrDe1Sdla3vyCSxTsbPQJpcqGc { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15181;line-height:1.3;letter-spacing:0;top:67rem;left:66.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#tL76AEMOdCFvSyXCH1wTRxzIrvMJDF42 { box-sizing:content-box;height:5.125rem;width:24.375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:25.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }
#n9yI7Dx9hKvpytvuT7a3h2nN9KVeBbAB { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#DkgzyfJ9yngsPKlTZmKIC24fdr7kMkTM { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#m1uxEvCDJrsDMD682rfEKvrIPxvcotTb { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#GeI9nl6OcJrTTgVoyzpza5y9xC7WKlUh { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#P30ytD1bUoSfFQix1dbATnTGOa28qwsI { color:#0d4641;display:block;width:5.5625rem;position:absolute;font-family:marcellus;font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:26.5625rem;left:0.9375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#RTtzFnwg1nzGNbdBUkIflCS28HWLQpJ1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#IrvEKKTLkbTRtwrHZPz8ghKJQcrUDiuW { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#A210dP0xT6ALgnxMpVTcJCTnTdG9LRxK { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#KaOdpZWX2TEgNfSQ5gXzIu76gLW9cBXJ { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#XTPOH5o6CCvlHw0sb1Deq3RJzvN9WMWq { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { background-color: transparent; background-image: none; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container > .video-iframe-container { display: none; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row > .video-iframe-container { display: block; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .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); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { border-width: 0; border-radius: 0; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { position:relative;display:none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { border-width: 0; border-radius: 0; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8b79959-2b18-4f87-846d-0f863e99eb9c/aboutpic.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:20.587890625rem;left:0rem;height:13.1572375rem;display:block; }
#yiLQPrrzX2A4gpGRS7WfufrGzQioANON { 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:10.9375rem;width:11.375rem;top:5.5rem;left:11.46875rem;overflow:hidden;display:block; }
#vSz8AhVC6Apz7ovcZsDPCPreUTyf0w3E { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15036;background-color:#fcb314;background-image:none;top:13.75rem;left:51.59375rem;display:block; }
#EkJgJTQPeGMD20DEBgkF8KOryzA8W0ws { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#fcb314;background-image:none;top:5rem;left:62.5rem;display:block; }
#Tu0nwrdXurCvIsCv9nHatIw3WMLR4vBi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15040;background-color:#fcb314;background-image:none;top:22.5rem;left:62.5rem;display:block; }
#PbXF8sqAmxmB6AeSyChudkCKHHMxOHNh { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15039;background-color:#fcb314;background-image:none;top:5rem;left:40.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PE9CpHD68a2besOTp5cDXqVG4bbPMurS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15041;background-color:#fcb314;background-image:none;top:22.5rem;left:40.6875rem;display:block; }
#p4vtP9SmHGLopWJv9zfFXk4PW5T8tvPa { box-sizing:content-box;height:0.1875rem;width:34.0625rem;position:absolute;display:block;z-index:15042;background-color:#fcb314;background-image:none;top:18.25rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#gVgFTsi9lMrMnGohD64uV2bmMbzBMeW0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15043;line-height:1.1;letter-spacing:0;top:11.875rem;left:40.6875rem;height:2.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ayHDwCT3kuu8TyadP9N6xyR12SvpPKbp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:29.125rem;left:62.5rem;height:3.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AhwvDmwi9Ab7dwx3W7eIOlGl5suMRILB { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:29.337890625rem;left:40.6875rem;height:2.19965rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTHrWZtBvadLW7IpbBD1T9d6q4BA4dIN { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15044;line-height:1.1;letter-spacing:0;top:20.900390625rem;left:51.59375rem;height:2.199225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oolkwm3oLQUa6Evh4v1gmdi8LUrEnyH4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15045;line-height:1.1;letter-spacing:0;top:12.69921875rem;left:62.5rem;height:1.099825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l2RtxHGBwIZaeNQyo4NV9AO75sR4ZAQt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:8.0625rem;left:45.375rem; }
#WJgzbg6me5MfhFVKoP0WliFETusmzJ1T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:16.625rem;left:55.84375rem; }
#siPlQxyiuvV0cKHl4XyQfclakDn70qf6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:25.25rem;left:67.1875rem; }
#uLr7gLLmpw9RI2xHqltKDzQu4MKAC93U { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:25.259765625rem;left:45.03125rem; }
#i1cBbrdmtAySOTSSmHSQvaprFZibulkH { position:absolute;display:block;z-index:15050;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.25rem;width:4.25rem;top:7.82421875rem;left:66.625rem;overflow:hidden;display:block; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(243,194,23,0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;position:relative;display:block; }#J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { color:#fcb314;display:block;width:18.3115rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.75rem;left:28.3427734375rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d4ab46f6-d40d-48b8-bbf6-268c1191e5e0/9Bs86ksANbgGKarx0mWcLr6xBHkikYmetaZ2FsbGVyeTIuanBn.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.adaptive-delivery-prevent-bg, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyload, #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS.lazyloading { background-image: none; }
#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem; }#xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f96c99d0-42ba-4b4f-8e88-499150afcece/6.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:25.3115234375rem;display:block; }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.adaptive-delivery-prevent-bg, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyload, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyloading { background-image: none; }
#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/c7202521-4ed3-447a-82f1-7fc27ea09c75/3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.75rem;left:25.3125rem;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.adaptive-delivery-prevent-bg, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyload, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a4797a82-f8fc-4e9d-8b6c-1a8387098956/1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.75rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e5f61a0-1abb-4f61-ae9f-cd303f779a9f/2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.3125rem;left:50.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.adaptive-delivery-prevent-bg, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyload, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyloading { background-image: none; }
#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { box-sizing:content-box;height:12.5rem;width:24.375rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/88769260-02e9-42e9-a0c8-2ce4646b4aab/4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:23.75rem;left:50.625rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.adaptive-delivery-prevent-bg, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyload, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyloading { background-image: none; }
#wniVXG7z1LyebS7sddqgwoIgayBVgRga { box-sizing:content-box;height:3.375rem;width:37rem;position:absolute;display:block;z-index:15021;background-color:#fcb314;background-image:none;top:37.1875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#tGhrcrReU6ufLtQiXOKRT0k5ckxKN3My { box-sizing:content-box;height:17.5rem;width:37rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;top:40.5625rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#pUNZSXdQXVi269zztzzuhgTl2zHDQZaZ { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:38.26953125rem;left:1.34375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HuWNwo7Tc11LsmdBE6kldDnm5T1HiHD9 { box-sizing:content-box;height:17.5rem;width:37rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:40.5625rem;left:38rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#qxZ1dBAMxZ8NrCprOGJZrtMOvLCAhm1P { box-sizing:content-box;height:3.375rem;width:37rem;position:absolute;display:block;z-index:15026;background-color:#fcb314;background-image:none;top:37.1875rem;left:38rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#cQdTUx9oxOTG0avrmkmIKhmH8EPVTAPc { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:38.26953125rem;left:39.34375rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RzDWcmGOkLGc3Ddl7CqUfTGUJKutKQBK { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:4.9375rem;overflow:hidden;display:block; }
#JrAMEg4PmNKCnFLQ23xCUTh3LODRTJeD { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:12.75rem;overflow:hidden;display:block; }
#yZQv1CcQqvhU7CZAHosZqtWEuVpXNC0C { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:20.5625rem;overflow:hidden;display:block; }
#Ui6AOZ7mTlmT1xG3Zx7vBAtd1PCDyvLM { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:28.375rem;overflow:hidden;display:block; }
#XvbTVHDNbbb8xmMXMCd0EPQbcc1EvUai { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15026;line-height:2;letter-spacing:0;top:46.1875rem;left:3.0625rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#M8H5XomgJAlbHxX87ThUckQpbi3yD2EW { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15027;line-height:2;letter-spacing:0;top:46.1875rem;left:10.875rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#hbSlASN4C1NJEW3Jv6skyDqowdCvULZm { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.1;letter-spacing:0;top:46.6875rem;left:18.6875rem;height:2.19921875rem;text-align:center;text-align-last:center;display:block; }
#cCwHPazATL20zcoQAH65Xd8JonR5IBwp { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.1;letter-spacing:0;top:46.6875rem;left:26.5rem;height:2.19965rem;text-align:center;text-align-last:center;display:block; }
#pik3Wd3JXFyk9lfTvoVbk8V2IWfrlVkD { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15033;line-height:2;letter-spacing:0;top:53.5625rem;left:6.9375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#L8eUpPEIffVmm0X1xfkTSOxtyyrpNBtD { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.8125rem;left:8.8125rem;overflow:hidden;display:block; }
#K7Up5f3GM2GBNe9zAmNf1tZTLsXaooKA { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.8125rem;left:16.625rem;overflow:hidden;display:block; }
#xqOIKJqK2Zi2XdfeXmCT3TxvabauqC53 { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.1;letter-spacing:0;top:54.0625rem;left:22.5625rem;height:2.19921875rem;text-align:center;text-align-last:center;display:block; }
#kuugsvJARgxAmHyGhTwUX7ArSFvuXDtq { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.8125rem;left:24.4375rem;overflow:hidden;display:block; }
#ITBSsE21nwiApdihXkyk1oVDuX3NoXF1 { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:2;letter-spacing:0;top:53.5625rem;left:14.75rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#uJzS8T84uvCbOx692ucPfUXzTToLMH0Z { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15047;line-height:1.1;letter-spacing:0;top:54.0625rem;left:44.9375rem;height:2.19965rem;text-align:center;text-align-last:center;display:block; }
#EmnPenK2eX83DBX2F8fXMVcHtoJXSoR3 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.8125rem;left:46.8125rem;overflow:hidden;display:block; }
#o61f6rBeDgyTE17wpym7PTiHzdJWeQp7 { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15048;line-height:2;letter-spacing:0;top:53.5625rem;left:52.75rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#idy1UWWB4uEp2IQMliknwtSz0BzrAKBo { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.8125rem;left:54.625rem;overflow:hidden;display:block; }
#gynwB4fI80St8l8ILoUSytavniPUbPQI { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15042;line-height:1.1;letter-spacing:0;top:46.6875rem;left:56.6875rem;height:2.19965rem;text-align:center;text-align-last:center;display:block; }
#Ty1CUBIM4KAXUadWPMZvKwvXey0mT4w2 { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.1;letter-spacing:0;top:46.6875rem;left:41.0625rem;height:2.19965rem;text-align:center;text-align-last:center;display:block; }
#VQB0FmZqcxlH4SM74WaiW0yDqxWz6Sb8 { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.1;letter-spacing:0;top:46.6875rem;left:48.875rem;height:2.19921875rem;text-align:center;text-align-last:center;display:block; }
#CsKGgBvVO8bwekyKB6OfHMZ7Kd92Brql { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.1;letter-spacing:0;top:54.0625rem;left:60.5625rem;height:2.19921875rem;text-align:center;text-align-last:center;display:block; }
#qTPAR968Aq672T4c4baFqGJ3u1GGqWNP { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:49.8125rem;left:62.4375rem;overflow:hidden;display:block; }
#PCmeqIhLiQTAaCb3bQMHUOynAqC7CnBI { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:42.9375rem;overflow:hidden;display:block; }
#hZVNqEVdW6xOGK9svXZkpEzSvoTZXida { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:50.75rem;overflow:hidden;display:block; }
#xPm9w9K3xp3c7bTclkubnTiStWTV1LQf { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:58.5625rem;overflow:hidden;display:block; }
#QvP7x6I6L2qvmFkWon0y7PLJAyibmamB { color:#111111;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15043;line-height:2;letter-spacing:0;top:46.1875rem;left:64.5rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#zVlVKErTyFRoGM93VXPIaoU7hCTJBHMe { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:42.4375rem;left:66.375rem;overflow:hidden;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf3d994b-7646-4881-b71b-d6fd4ebf1881/Gemini_Generated_Image_w91svxw91svxw91s1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,179,20,0.7); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,179,20,0.7); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b77c36, #543409);background-image: -moz-linear-gradient(180deg, #b77c36, #543409);background-image: -ms-linear-gradient(180deg, #b77c36, #543409);background-image: -o-linear-gradient(180deg, #b77c36, #543409);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b77c36', endColorstr='#543409' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b77c36', endColorstr='#543409' );";background-image: linear-gradient(180deg, #b77c36, #543409);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ffffff;width:20.4375rem;height:3rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8107604980469rem;left:47.967016220093rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:1.8107604980469rem;left:47.967016220093rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#5b3107;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:6rem;font-style:normal;display:block; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(243,194,23,0.2);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:87.5rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { color:#fcb314;display:block;width:32.6875rem;position:absolute;font-family:montserrat;font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:21.155893325806rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { box-sizing:content-box;height:47.5rem;width:75rem;position:absolute;display:block;z-index:15098;background-color:#ffffff;background-image:none;top:9.9765625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#BKB2s2ORI9MxWouxmo0ySdzfU4nnP4ye { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fcb314, #be8211);background-image: -moz-linear-gradient(180deg, #fcb314, #be8211);background-image: -ms-linear-gradient(180deg, #fcb314, #be8211);background-image: -o-linear-gradient(180deg, #fcb314, #be8211);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb314', endColorstr='#be8211' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb314', endColorstr='#be8211' );";background-image: linear-gradient(180deg, #fcb314, #be8211);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:79.0625rem;left:25.875rem;display:block; }
#AbNARkTwi8dPHlLoT8ebenrbAVhLH3Sr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s67IRnQyBCtkh7liA7at79M08vNMbE0t { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.75rem;width:58.25rem;top:11.8515625rem;left:8.375rem;overflow:hidden;display:block; }
#nQyvTxN9HVrM5zWCS4ULAH6H9zRM5Vwc { box-sizing:content-box;height:3.375rem;width:18.25rem;position:absolute;display:block;z-index:15022;background-color:#fcb314;background-image:none;top:58.125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#WPIUQJmsEgqeUk24y6Obp1NGcc6BCBqV { box-sizing:content-box;height:3.375rem;width:18.25rem;position:absolute;display:block;z-index:15023;background-color:#fcb314;background-image:none;top:58.125rem;left:18.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#mPp97OimiipQTX42A9ILbUmC0D2dVTna { box-sizing:content-box;height:3.375rem;width:18.25rem;position:absolute;display:block;z-index:15025;background-color:#fcb314;background-image:none;top:58.125rem;left:56.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#kqNgmRcUOgTnWH6Xg2kBu4A6FAdN0VxB { box-sizing:content-box;height:3.375rem;width:18.25rem;position:absolute;display:block;z-index:15024;background-color:#fcb314;background-image:none;top:58.125rem;left:37.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0.625rem;display:block; }
#yFruKAk1yl1pfxPM8wCk9156OUzVBqEO { box-sizing:content-box;height:12.8125rem;width:18.25rem;position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;top:61.5rem;left:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#Lw7rT1S8HDUG4HysOwTTddOp6IF7ROQN { color:#111111;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:62.4375rem;left:0.9375rem;height:8.0625rem;display:block; }
#fDdRR4Cc6FvkSuzcyK83RltJukJL2OzQ { box-sizing:content-box;height:12.8125rem;width:18.25rem;position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;top:61.5rem;left:18.875rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#dMX997ku1hSSavysTGN3u1BcToyKxVft { color:#111111;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:62.4375rem;left:19.8125rem;height:10.6875rem;display:block; }
#QTUApkP0s9eOcDTaKvne3aDzTNis8xM9 { box-sizing:content-box;height:12.8125rem;width:18.25rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:61.5rem;left:37.8125rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#QNeXFgpTJL3TkBAzeMRdFUsrclQLV74x { color:#111111;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15030;line-height:1.5;letter-spacing:0;top:62.4375rem;left:38.75rem;height:4.125rem;display:block; }
#U7D3483RTw8JSeCIGvnGHcvGhFcumTU7 { box-sizing:content-box;height:12.8125rem;width:18.25rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;top:61.5rem;left:56.75rem;border-top-right-radius:0rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0rem;display:block; }
#yPftXBX1SWDAUGJSu0l5IqMQCV9xXo3d { color:#111111;display:block;width:16.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:62.4375rem;left:57.6875rem;height:2.8125rem;display:block; }
#DHUZJzFtJZ9wLe1IiHWxfCMF8ImKVCsc { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:58.8125rem;left:0.9375rem;height:2.19965rem;font-style:normal;display:block; }
#OdWhExDRJP0adZ54h0504TizvSGi0bHS { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:58.8125rem;left:19.8125rem;height:2.19965rem;font-style:normal;display:block; }
#nAqgSk4FUffNBeJ5yxbdV68lX1DR1EfU { color:#ffffff;display:block;width:16.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15029;line-height:1.1;letter-spacing:0;top:59.375rem;left:38.75rem;height:1.099825rem;font-style:normal;display:block; }
#STsaQG13PL4T7pR8Al89hac4SagcEn7Q { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:59.375rem;left:57.6875rem;height:1.099825rem;font-style:normal;display:block; }
#TO2k88HCqDuSpkzWTTK2VsqRmD15KSLB { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15100;opacity:1;top:58.6875rem;left:15.375rem; }
#irtzqeIQMlP2EWUBmWfy8SOkJaOTPsAC { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:58.5rem;left:34rem; }
#TF1ZnELNvV34bclTx6pzqdm83sT2BTCg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:1;top:58.625rem;left:52.75rem; }
#SGeM7n299mw4erTRgvocsNPb4tNVIlnM { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15103;opacity:1;top:58.8125rem;left:72.0625rem; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13725rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { display:block; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3zy24BTTFTT3pdlTGO8eTvWIVrTlKLH { top:1.25rem;left:17.90625rem;width:11.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:28.0625rem;left:34.15625rem;width:9.5rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:27.25rem;left:24.375rem;width:23.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:28.3125rem;left:26.84375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:28.375rem;left:38.6875rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5u0qpCxQeniF4ar8sS4XQhl6fnambBw { top:6.4375rem;left:32.65625rem;width:11.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqPhFAv5zSOBvgvTNasqQ4DMUL8IgJk9 { top:19.4375rem;left:21.3125rem;width:26.4375rem;height:5.5rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { width:23.25rem;height:3.375rem;top:32rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { top:56.375rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { top:57.875rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { top:58.125rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { top:58.125rem;left:41.75rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { top:58.25rem;left:34.3125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { top:57.9375rem;left:33.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { top:58.25rem;left:32rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { top:57.875rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { top:57.8125rem;left:29.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { top:58.25rem;left:28.25rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { top:58rem;left:26.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { top:28.75rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { top:26.5rem;left:0rem;width:8.5rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { top:28.75rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { top:19.125rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { top:17.8125rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { top:19.125rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { top:3.75rem;left:13.9375rem;width:19.875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPL6FKI4ARGNaDUzpoimtNrVg2Q4MZ0x { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4yRdN808Mk608CretLrPLlXEdK1xHkd { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWIh71qmQ8QFA9kzXxxknQWEMSzCfuXa { top:22.9375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMSzLoEIONhZPTAydMLVqB89kPQTf63s { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWTM28hblDNZ8IRkcmmg7pIrzE3IAkJy { top:22.9375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tk0bS2ArU4gcvd6r5AXiS86cpADaXPX7 { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nc4PNQsFmekJJLyThPrp6hpniVMEK0KQ { top:22.9375rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dm0fUeUvpxbVS3JKJB6UT7SyOonxrMgd { top:21rem;left:0rem;width:11.4375rem;height:1.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fsmhgMSXRsGD7ir8eKNZGLlG7gO7RxKs { top:21.8125rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vM3p2IEfsTBiPX6DcNTkkK4lMTEydUWM { top:22.9375rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTboBvKLb1o50nyKVT1OMJz7FATVpGdv { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { top:10.3125rem;left:0rem;width:35.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSxckATss22K9N9FOICSLzI9H1rilRkt { top:10.3125rem;left:10.875rem;width:35.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK { top:33.375rem;left:0rem;width:35.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU { top:33.375rem;left:10.875rem;width:35.625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3lf74uDS2eOLeWo6cwgx126b0RSbxPo { top:57.8125rem;left:0rem;width:1.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTnuGEE3xwlCvr8sGtPGKAVrJQ7oRpeX { top:60.8125rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIDOTCWmIoUDcCy6vXdApyuoqPpIk8wX { top:62.1875rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn1dGuEv6OeqwINxKc26oVD35L8NWOX4 { top:62.125rem;left:0rem;width:1.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPgTVxAveoeHC2NhPzcaK7khIJLaTBWf { top:62.4375rem;left:26.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2UJQzQ777cxOuEv8Tg7NuwUSS7rO7ac { top:62.625rem;left:28.25rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXlygOIWc5VXK4sEKRsmVFVC4GLIuQU8 { top:62.25rem;left:29.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxz5VB58efZq2W7wl6ACfVTv9fEMG2P6 { top:62.625rem;left:32rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDyylOF1raEFQcarDA9vFFC1yCDOa2AL { top:62.375rem;left:33.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2MFLAOiZ3se4B9Bw2mgkEXvSUvikNqE { top:62.625rem;left:34.3125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdEqkBitSTqch7vaf9p6HSxhDMCsMZqA { top:62.5625rem;left:42rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOLDSPXpQX9nFl1N4IeIrgV0LXmUPnU7 { top:62.3125rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl8bkRuQga48E2Q8szhmkAOadmOSLp5R { top:62.5625rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sn7AzE9g44z16cMDhesGS4meFI92EBVT { top:65.25rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDQa4cTeVmkKB9cK9rudy5qOSUgieET { top:66.5625rem;left:0rem;width:1.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN35uDRuLRTfComwPFiimBro1xDMlFQB { top:66.625rem;left:0rem;width:14.3125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcukDUWe4ncTsy1QQCnysqD8KOtMuJMC { top:66.875rem;left:26.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQz2rf6h7nBQb0C7H8KX4TmganhUGydQ { top:67.0625rem;left:28.25rem;width:1.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHTdEWUiiQeN2i6kFMdP5547kS2ywATi { top:66.6875rem;left:29.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP31MTTgtgOtdDlBRePIohGhh0BRAOOV { top:67.0625rem;left:32rem;width:1.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9Bmk8hSPCFFDZ5VfTivRLNAAMwC7Siv { top:66.8125rem;left:33.6875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOyFCRs5VdUOMAkVxyn6En6l9lRgRQdb { top:67.0625rem;left:34.3125rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrHzerJ0PGuB2Z0raVTZ57bSASukmRNC { top:67rem;left:41.5rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPAZRmhRImzBbSR08bB3rXivFgXS8OmC { top:66.75rem;left:39.8125rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVAcuXXrDe1Sdla3vyCSxTsbPQJpcqGc { top:67rem;left:40.625rem;width:7.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL76AEMOdCFvSyXCH1wTRxzIrvMJDF42 { top:25.9375rem;left:0rem;width:24.375rem;height:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9yI7Dx9hKvpytvuT7a3h2nN9KVeBbAB { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DkgzyfJ9yngsPKlTZmKIC24fdr7kMkTM { top:32.4375rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1uxEvCDJrsDMD682rfEKvrIPxvcotTb { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeI9nl6OcJrTTgVoyzpza5y9xC7WKlUh { top:23.5625rem;left:0rem;width:1.25rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P30ytD1bUoSfFQix1dbATnTGOa28qwsI { top:30.1875rem;left:0rem;width:8.5rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTtzFnwg1nzGNbdBUkIflCS28HWLQpJ1 { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IrvEKKTLkbTRtwrHZPz8ghKJQcrUDiuW { top:23.5625rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A210dP0xT6ALgnxMpVTcJCTnTdG9LRxK { top:25.9375rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KaOdpZWX2TEgNfSQ5gXzIu76gLW9cBXJ { top:27.0625rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XTPOH5o6CCvlHw0sb1Deq3RJzvN9WMWq { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbTTGfEiMw09WwA993HD8dVv70bsbsg0 { display:block; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { display:none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { display:none; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:20.5625rem;left:0rem;width:34.3125rem;height:13.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiLQPrrzX2A4gpGRS7WfufrGzQioANON { top:5.5rem;left:0rem;width:11.375rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSz8AhVC6Apz7ovcZsDPCPreUTyf0w3E { top:13.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkJgJTQPeGMD20DEBgkF8KOryzA8W0ws { top:5rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu0nwrdXurCvIsCv9nHatIw3WMLR4vBi { top:22.5rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbXF8sqAmxmB6AeSyChudkCKHHMxOHNh { top:5rem;left:27.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE9CpHD68a2besOTp5cDXqVG4bbPMurS { top:22.5rem;left:27.0625rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4vtP9SmHGLopWJv9zfFXk4PW5T8tvPa { top:18.25rem;left:0rem;width:34.0625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVgFTsi9lMrMnGohD64uV2bmMbzBMeW0 { top:11.875rem;left:27.0625rem;width:12.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayHDwCT3kuu8TyadP9N6xyR12SvpPKbp { top:29.125rem;left:35.25rem;width:12.5rem;height:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhwvDmwi9Ab7dwx3W7eIOlGl5suMRILB { top:29.3125rem;left:27.0625rem;width:12.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTHrWZtBvadLW7IpbBD1T9d6q4BA4dIN { top:20.875rem;left:35.25rem;width:12.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oolkwm3oLQUa6Evh4v1gmdi8LUrEnyH4 { top:12.6875rem;left:35.25rem;width:12.5rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2RtxHGBwIZaeNQyo4NV9AO75sR4ZAQt { top:8.0625rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJgzbg6me5MfhFVKoP0WliFETusmzJ1T { top:16.625rem;left:42.21875rem;width:4rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siPlQxyiuvV0cKHl4XyQfclakDn70qf6 { top:25.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLr7gLLmpw9RI2xHqltKDzQu4MKAC93U { top:25.25rem;left:31.40625rem;width:3.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1cBbrdmtAySOTSSmHSQvaprFZibulkH { top:7.8125rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { top:3.75rem;left:14.6875rem;width:18.25rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { top:10.3125rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { top:10.3125rem;left:11.6865234375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { top:23.75rem;left:11.6875rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { top:23.75rem;left:0rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { top:10.3125rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { top:23.75rem;left:23.375rem;width:24.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wniVXG7z1LyebS7sddqgwoIgayBVgRga { top:37.1875rem;left:0rem;width:37rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGhrcrReU6ufLtQiXOKRT0k5ckxKN3My { top:40.5625rem;left:0rem;width:37rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUNZSXdQXVi269zztzzuhgTl2zHDQZaZ { top:38.25rem;left:0rem;width:34.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuWNwo7Tc11LsmdBE6kldDnm5T1HiHD9 { top:40.5625rem;left:10.75rem;width:37rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxZ1dBAMxZ8NrCprOGJZrtMOvLCAhm1P { top:37.1875rem;left:10.75rem;width:37rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQdTUx9oxOTG0avrmkmIKhmH8EPVTAPc { top:38.25rem;left:13.4375rem;width:34.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzDWcmGOkLGc3Ddl7CqUfTGUJKutKQBK { top:42.4375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrAMEg4PmNKCnFLQ23xCUTh3LODRTJeD { top:42.4375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZQv1CcQqvhU7CZAHosZqtWEuVpXNC0C { top:42.4375rem;left:6.9375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6AOZ7mTlmT1xG3Zx7vBAtd1PCDyvLM { top:42.4375rem;left:14.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvbTVHDNbbb8xmMXMCd0EPQbcc1EvUai { top:46.1875rem;left:0rem;width:7.5rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8H5XomgJAlbHxX87ThUckQpbi3yD2EW { top:46.1875rem;left:0rem;width:7.5rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbSlASN4C1NJEW3Jv6skyDqowdCvULZm { top:46.6875rem;left:5.0625rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCwHPazATL20zcoQAH65Xd8JonR5IBwp { top:46.6875rem;left:12.875rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pik3Wd3JXFyk9lfTvoVbk8V2IWfrlVkD { top:53.5625rem;left:0rem;width:7.5rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8eUpPEIffVmm0X1xfkTSOxtyyrpNBtD { top:49.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7Up5f3GM2GBNe9zAmNf1tZTLsXaooKA { top:49.8125rem;left:3rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqOIKJqK2Zi2XdfeXmCT3TxvabauqC53 { top:54.0625rem;left:8.9375rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuugsvJARgxAmHyGhTwUX7ArSFvuXDtq { top:49.8125rem;left:10.8125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBSsE21nwiApdihXkyk1oVDuX3NoXF1 { top:53.5625rem;left:1.125rem;width:7.5rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJzS8T84uvCbOx692ucPfUXzTToLMH0Z { top:54.0625rem;left:31.3125rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmnPenK2eX83DBX2F8fXMVcHtoJXSoR3 { top:49.8125rem;left:33.1875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o61f6rBeDgyTE17wpym7PTiHzdJWeQp7 { top:53.5625rem;left:39.125rem;width:7.5rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #idy1UWWB4uEp2IQMliknwtSz0BzrAKBo { top:49.8125rem;left:41rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gynwB4fI80St8l8ILoUSytavniPUbPQI { top:46.6875rem;left:40.25rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1CUBIM4KAXUadWPMZvKwvXey0mT4w2 { top:46.6875rem;left:27.4375rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQB0FmZqcxlH4SM74WaiW0yDqxWz6Sb8 { top:46.6875rem;left:35.25rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsKGgBvVO8bwekyKB6OfHMZ7Kd92Brql { top:54.0625rem;left:40.25rem;width:7.5rem;height:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTPAR968Aq672T4c4baFqGJ3u1GGqWNP { top:49.8125rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmeqIhLiQTAaCb3bQMHUOynAqC7CnBI { top:42.4375rem;left:29.3125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZVNqEVdW6xOGK9svXZkpEzSvoTZXida { top:42.4375rem;left:37.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPm9w9K3xp3c7bTclkubnTiStWTV1LQf { top:42.4375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvP7x6I6L2qvmFkWon0y7PLJAyibmamB { top:46.1875rem;left:40.25rem;width:7.5rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVlVKErTyFRoGM93VXPIaoU7hCTJBHMe { top:42.4375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:1.75rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { top:3.5625rem;left:7.5308933258056rem;width:32.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { top:9.9375rem;left:0rem;width:47.75rem;height:47.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKB2s2ORI9MxWouxmo0ySdzfU4nnP4ye { width:23.25rem;height:3.375rem;top:79.0625rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbNARkTwi8dPHlLoT8ebenrbAVhLH3Sr { display:block; }
 }@media only screen and (max-width: 763px) { #s67IRnQyBCtkh7liA7at79M08vNMbE0t { top:11.8125rem;left:0rem;width:47.75rem;height:35.863733905579rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQyvTxN9HVrM5zWCS4ULAH6H9zRM5Vwc { top:58.125rem;left:0rem;width:18.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPIUQJmsEgqeUk24y6Obp1NGcc6BCBqV { top:58.125rem;left:5.25rem;width:18.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPp97OimiipQTX42A9ILbUmC0D2dVTna { top:58.125rem;left:29.5rem;width:18.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNgmRcUOgTnWH6Xg2kBu4A6FAdN0VxB { top:58.125rem;left:24.1875rem;width:18.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFruKAk1yl1pfxPM8wCk9156OUzVBqEO { top:61.5rem;left:0rem;width:18.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7rT1S8HDUG4HysOwTTddOp6IF7ROQN { top:62.4375rem;left:0rem;width:16.75rem;height:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDdRR4Cc6FvkSuzcyK83RltJukJL2OzQ { top:61.5rem;left:5.25rem;width:18.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMX997ku1hSSavysTGN3u1BcToyKxVft { top:62.4375rem;left:6.1875rem;width:16.75rem;height:10.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTUApkP0s9eOcDTaKvne3aDzTNis8xM9 { top:61.5rem;left:24.1875rem;width:18.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNeXFgpTJL3TkBAzeMRdFUsrclQLV74x { top:62.4375rem;left:25.125rem;width:16.75rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7D3483RTw8JSeCIGvnGHcvGhFcumTU7 { top:61.5rem;left:29.5rem;width:18.25rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPftXBX1SWDAUGJSu0l5IqMQCV9xXo3d { top:62.4375rem;left:31rem;width:16.75rem;height:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHUZJzFtJZ9wLe1IiHWxfCMF8ImKVCsc { top:58.8125rem;left:0rem;width:16.4375rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdWhExDRJP0adZ54h0504TizvSGi0bHS { top:58.8125rem;left:6.1875rem;width:16.4375rem;height:2.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAqgSk4FUffNBeJ5yxbdV68lX1DR1EfU { top:59.375rem;left:25.125rem;width:16.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STsaQG13PL4T7pR8Al89hac4SagcEn7Q { top:59.375rem;left:34.3125rem;width:13.4375rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO2k88HCqDuSpkzWTTK2VsqRmD15KSLB { top:58.6875rem;left:1.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #irtzqeIQMlP2EWUBmWfy8SOkJaOTPsAC { top:58.5rem;left:20.375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF1ZnELNvV34bclTx6pzqdm83sT2BTCg { top:58.625rem;left:39.125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGeM7n299mw4erTRgvocsNPb4tNVIlnM { top:58.8125rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt { display:block; }#Mok4J9GtxI45X2QyTzeDzapfMtVFQkFt > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3zy24BTTFTT3pdlTGO8eTvWIVrTlKLH { width:7.125rem;height:1.875rem;top:0.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8bd90510-fbd2-4e5f-aeb5-588f71b40918/projectpic.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:12.375rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.5rem;top:11.625rem;left:1.25rem;background-color:rgba(17,17,17,0.3);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:12.5rem;left:2.1875rem;font-size:0.8125rem;color:#ffb356;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:12.5625rem;left:12.6875rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k5u0qpCxQeniF4ar8sS4XQhl6fnambBw { width:3.8125rem;height:3.75rem;top:2.125rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqPhFAv5zSOBvgvTNasqQ4DMUL8IgJk9 { width:13.3125rem;height:2.69921875rem;top:7.4072265625rem;left:3.34375rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VEis9NdBzz0SPGxH4iy2JE1XBr1PIZXR { width:17.5rem;height:2.75rem;top:15.2060546875rem;left:1.25rem;font-size:1rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9BnRKDAtvioFyNQFQwsTB88VH3SnScq { display:block; }
 }@media only screen and (max-width: 763px) { #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf3d994b-7646-4881-b71b-d6fd4ebf1881/Gemini_Generated_Image_w91svxw91svxw91s1.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.adaptive-delivery-prevent-bg, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyload, #Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc.lazyloading { background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { background-color: transparent; background-image: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,179,20,0.7); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,179,20,0.7); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row > .video-iframe-container { display: none; }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qe7XTy5t6v2NtBl1zBamkS3B6Kd6Wrtc > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVT12346lBX6E9IPLWtJzLnc9NQVig3c { width:20rem;height:5.0625rem;top:97.497335433963rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aviFEwW9UdZdrQh61ywOCiC1SqwJMpg0 { width:7.9368125rem;height:0;top:99.372335433963rem;left:12.062322020531rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #iu7cOD1Que9dQ7hA24gxgpV7vazbx8Qd { width:7.0623125rem;height:0;top:100.87269020081rem;left:12.937676787376rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #GEe4BTtGlvqNnXZ2OHUNXZuZ5r0ahBfH { width:5.7492875rem;height:0;top:98.122335433963rem;left:14.250709891319rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #wZNuNduNtyEAeqxi5e7y8FEluE5rX44M { width:4.562325rem;height:0;top:100.68536567688rem;left:9.1867898702619rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uXeUXsxc9yh3dJZxFGeqLpw3GqTZW6fE { display:flex;width:1.5625rem;height:1.5625rem;top:100.37286567688rem;left:7.4360793828963rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bh24OR1lnve8uvefFM7i0Xvdd2ZiadiC { width:1.25rem;height:0;top:100.68536567688rem;left:6.061789393425rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aAQ1h9oTre7gFsoDoPS2UmZwxs19IfZl { width:5.499825rem;height:0;top:98.122335433963rem;left:0.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SFSl3NFXSPqk3zv59tTaBkZcBWB4JTiK { display:flex;width:1.5625rem;height:1.5625rem;top:100.24769020081rem;left:4.186789393425rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLBcp9Ud7KvRrctHZwp4gwGlx88fprVM { width:1.31214375rem;height:0;top:100.68536567688rem;left:2.9367896318436rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rq0DLNJnUBgiimuXdVaMRnvnOXQFcdcL { display:flex;width:1.5625rem;height:1.5625rem;top:100.43501091003rem;left:0.9375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQskoQBggAvIRSkHozOFQWQZ2xW5Ddwq { width:20rem;height:4.0625rem;top:16.25rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #tzdadvC9ytWqqgvIm63LKirTmrSBQEzJ { display:flex;width:1.25rem;height:1.25rem;top:18.6875rem;left:0.9375rem;font-size:0.875rem;z-index:15110; }
 }@media only screen and (max-width: 763px) { #enoUu9MRvwNKNN7cAZuE1vC0sbHpapFt { width:1.31214375rem;height:1.13671875rem;top:18.8125rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #fLcsfGqVRwpwd1FHOnTO7StwlLKfJziX { width:8.5rem;height:1.29980625rem;top:16.875rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15099;font-family:montserrat;font-weight:700;font-style:normal;color:#111111;display:block; }
 }@media only screen and (max-width: 763px) { #kAAKPuD2EiMyd7oFFi9Ck55PoHral0fF { display:flex;width:1.25rem;height:1.25rem;top:18.5625rem;left:3.5625rem;font-size:0.875rem;z-index:15111; }
 }@media only screen and (max-width: 763px) { #nTIeCUanupW6cVsyOIJNWiuMrXc4rWMQ { width:1.25rem;height:1.13671875rem;top:18.8125rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15099;display:block; }
 }@media only screen and (max-width: 763px) { #GB72JG0CZzKh0tv6V5HPJwu7eeov8DLO { display:flex;width:1.25rem;height:1.25rem;top:18.6875rem;left:6.25rem;font-size:0.875rem;z-index:15112; }
 }@media only screen and (max-width: 763px) { #U88XaiD7zUqXWMlySitsPwTKwr1TdHPe { width:5.75rem;height:1.13671875rem;top:18.8125rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #xTJCoOy723ZZi5oyMat7RsThXlg3NGAa { width:7.9368125rem;height:1.29980625rem;top:17.6875rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15124;display:block; }
 }@media only screen and (max-width: 763px) { #fyBgyohPtHqIxni88dd6LXoWV2IOzJuO { width:7.0623125rem;height:1.13671875rem;top:18.8125rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15123;display:block; }
 }@media only screen and (max-width: 763px) { #PlEJogmGXgySVnnz5D1DLVbF7RgUcz2T { width:5.7492875rem;height:1.13671875rem;top:16.5625rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15122;color:#fcb314;display:block; }
 }@media only screen and (max-width: 763px) { #Do8igOUvuX9qxRWufggOHnRXPeWAqUvR { width:19.875rem;height:1.625rem;top:1.25rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #KPL6FKI4ARGNaDUzpoimtNrVg2Q4MZ0x { width:20rem;height:4.0625rem;top:20.375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #d4yRdN808Mk608CretLrPLlXEdK1xHkd { display:flex;width:1.25rem;height:1.25rem;top:22.8125rem;left:0.9375rem;font-size:0.875rem;z-index:15132; }
 }@media only screen and (max-width: 763px) { #TWIh71qmQ8QFA9kzXxxknQWEMSzCfuXa { width:1.31214375rem;height:1.13671875rem;top:22.9375rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15120;display:block; }
 }@media only screen and (max-width: 763px) { #FMSzLoEIONhZPTAydMLVqB89kPQTf63s { display:flex;width:1.25rem;height:1.25rem;top:22.6875rem;left:3.5625rem;font-size:0.875rem;z-index:15133; }
 }@media only screen and (max-width: 763px) { #bWTM28hblDNZ8IRkcmmg7pIrzE3IAkJy { width:1.25rem;height:1.13671875rem;top:22.9375rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15121;display:block; }
 }@media only screen and (max-width: 763px) { #tk0bS2ArU4gcvd6r5AXiS86cpADaXPX7 { display:flex;width:1.25rem;height:1.25rem;top:22.8125rem;left:6.25rem;font-size:0.875rem;z-index:15134; }
 }@media only screen and (max-width: 763px) { #nc4PNQsFmekJJLyThPrp6hpniVMEK0KQ { width:5.75rem;height:1.13671875rem;top:22.9375rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15122;display:block; }
 }@media only screen and (max-width: 763px) { #Dm0fUeUvpxbVS3JKJB6UT7SyOonxrMgd { width:11.4375rem;height:1.29980625rem;top:21rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15121;font-family:montserrat;font-weight:700;font-style:normal;color:#111111;display:block; }
 }@media only screen and (max-width: 763px) { #fsmhgMSXRsGD7ir8eKNZGLlG7gO7RxKs { width:7.9368125rem;height:1.29980625rem;top:21.8125rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #vM3p2IEfsTBiPX6DcNTkkK4lMTEydUWM { width:7.0623125rem;height:1.13671875rem;top:22.9375rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #vTboBvKLb1o50nyKVT1OMJz7FATVpGdv { width:5.7492875rem;height:1.13671875rem;top:20.6875rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15144;color:#fcb314;display:block; }
 }@media only screen and (max-width: 763px) { #bzmb7PZRPXqDaME9vkkc5KsJKmfNnTLy { width:9.0625rem;height:5rem;top:3.75rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSxckATss22K9N9FOICSLzI9H1rilRkt { width:9.0625rem;height:5rem;top:3.75rem;left:10.3125rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #czEAtBMyzVDl1TmpBCBsccZDb1hGbslK { width:9.0625rem;height:5rem;top:10rem;left:0rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #G5RHTk714MNSu7IcKXlD9guRgpmw8MvU { width:9.0625rem;height:5rem;top:10rem;left:10.3125rem;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B3lf74uDS2eOLeWo6cwgx126b0RSbxPo { display:flex;width:1.5625rem;height:1.875rem;top:57.8125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTnuGEE3xwlCvr8sGtPGKAVrJQ7oRpeX { width:20rem;height:4.375rem;top:60.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xIDOTCWmIoUDcCy6vXdApyuoqPpIk8wX { width:14.3125rem;height:auto;top:62.1875rem;left:2.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Fn1dGuEv6OeqwINxKc26oVD35L8NWOX4 { display:flex;width:1.5625rem;height:1.875rem;top:62.125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPgTVxAveoeHC2NhPzcaK7khIJLaTBWf { display:flex;width:1.625rem;height:1.625rem;top:62.4375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2UJQzQ777cxOuEv8Tg7NuwUSS7rO7ac { width:1.375rem;height:auto;top:62.625rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SXlygOIWc5VXK4sEKRsmVFVC4GLIuQU8 { display:flex;width:1.625rem;height:1.625rem;top:62.25rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vxz5VB58efZq2W7wl6ACfVTv9fEMG2P6 { width:1.3125rem;height:auto;top:62.625rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yDyylOF1raEFQcarDA9vFFC1yCDOa2AL { display:flex;width:1.625rem;height:1.625rem;top:62.375rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n2MFLAOiZ3se4B9Bw2mgkEXvSUvikNqE { width:6.8125rem;height:auto;top:62.625rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IdEqkBitSTqch7vaf9p6HSxhDMCsMZqA { width:5.75rem;height:auto;top:62.5625rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #BOLDSPXpQX9nFl1N4IeIrgV0LXmUPnU7 { width:7.9375rem;height:auto;top:62.3125rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #xl8bkRuQga48E2Q8szhmkAOadmOSLp5R { width:7.125rem;height:auto;top:62.5625rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #Sn7AzE9g44z16cMDhesGS4meFI92EBVT { width:20rem;height:4.375rem;top:65.25rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewDQa4cTeVmkKB9cK9rudy5qOSUgieET { display:flex;width:1.5625rem;height:1.875rem;top:66.5625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AN35uDRuLRTfComwPFiimBro1xDMlFQB { width:14.3125rem;height:auto;top:66.625rem;left:2.8125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RcukDUWe4ncTsy1QQCnysqD8KOtMuJMC { display:flex;width:1.625rem;height:1.625rem;top:66.875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZQz2rf6h7nBQb0C7H8KX4TmganhUGydQ { width:1.375rem;height:auto;top:67.0625rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xHTdEWUiiQeN2i6kFMdP5547kS2ywATi { display:flex;width:1.625rem;height:1.625rem;top:66.6875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dP31MTTgtgOtdDlBRePIohGhh0BRAOOV { width:1.3125rem;height:auto;top:67.0625rem;left:9.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Q9Bmk8hSPCFFDZ5VfTivRLNAAMwC7Siv { display:flex;width:1.625rem;height:1.625rem;top:66.8125rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DOyFCRs5VdUOMAkVxyn6En6l9lRgRQdb { width:6.8125rem;height:auto;top:67.0625rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BrHzerJ0PGuB2Z0raVTZ57bSASukmRNC { width:5.75rem;height:auto;top:67rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #UPAZRmhRImzBbSR08bB3rXivFgXS8OmC { width:7.9375rem;height:auto;top:66.75rem;left:6rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #mVAcuXXrDe1Sdla3vyCSxTsbPQJpcqGc { width:7.125rem;height:auto;top:67rem;left:6.4375rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #tL76AEMOdCFvSyXCH1wTRxzIrvMJDF42 { width:20rem;height:4.0625rem;top:24.5rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #n9yI7Dx9hKvpytvuT7a3h2nN9KVeBbAB { display:flex;width:1.25rem;height:1.25rem;top:26.9375rem;left:0.9375rem;font-size:0.875rem;z-index:15143; }
 }@media only screen and (max-width: 763px) { #DkgzyfJ9yngsPKlTZmKIC24fdr7kMkTM { width:1.31214375rem;height:1.13671875rem;top:27.0625rem;left:2.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #m1uxEvCDJrsDMD682rfEKvrIPxvcotTb { display:flex;width:1.25rem;height:1.25rem;top:26.8125rem;left:3.5625rem;font-size:0.875rem;z-index:15144; }
 }@media only screen and (max-width: 763px) { #GeI9nl6OcJrTTgVoyzpza5y9xC7WKlUh { width:1.25rem;height:1.13671875rem;top:27.0625rem;left:4.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #P30ytD1bUoSfFQix1dbATnTGOa28qwsI { width:8.5rem;height:1.29980625rem;top:25.125rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;z-index:15132;font-family:montserrat;font-weight:700;font-style:normal;color:#111111;display:block; }
 }@media only screen and (max-width: 763px) { #RTtzFnwg1nzGNbdBUkIflCS28HWLQpJ1 { display:flex;width:1.25rem;height:1.25rem;top:26.9375rem;left:6.25rem;font-size:0.875rem;z-index:15145; }
 }@media only screen and (max-width: 763px) { #IrvEKKTLkbTRtwrHZPz8ghKJQcrUDiuW { width:5.75rem;height:1.13671875rem;top:27.0625rem;left:7.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15133;display:block; }
 }@media only screen and (max-width: 763px) { #A210dP0xT6ALgnxMpVTcJCTnTdG9LRxK { width:7.9368125rem;height:1.29980625rem;top:25.9375rem;left:11.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #KaOdpZWX2TEgNfSQ5gXzIu76gLW9cBXJ { width:7.0623125rem;height:1.13671875rem;top:27.0625rem;left:12.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #XTPOH5o6CCvlHw0sb1Deq3RJzvN9WMWq { width:5.7492875rem;height:1.13671875rem;top:24.8125rem;left:13.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15155;color:#fcb314;display:block; }
 }@media only screen and (max-width: 763px) { #sbTTGfEiMw09WwA993HD8dVv70bsbsg0 { display:none; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { background-color:#fcb314;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { background-color: transparent; background-image: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container > .video-iframe-container { display: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container { display: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .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); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { border-width: 0; border-radius: 0; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { height:11.1865rem;width:20rem;top:1.59375rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c8b79959-2b18-4f87-846d-0f863e99eb9c/aboutpic.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:19.5rem;height:8.9941125rem;top:7.43359375rem;left:0.25rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yiLQPrrzX2A4gpGRS7WfufrGzQioANON { width:5.125rem;height:4.9375rem;top:1.5625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vSz8AhVC6Apz7ovcZsDPCPreUTyf0w3E { width:3.75rem;height:3.75rem;top:26.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkJgJTQPeGMD20DEBgkF8KOryzA8W0ws { width:3.75rem;height:3.75rem;top:19.4765625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu0nwrdXurCvIsCv9nHatIw3WMLR4vBi { width:3.75rem;height:3.75rem;top:26.875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbXF8sqAmxmB6AeSyChudkCKHHMxOHNh { width:3.75rem;height:3.75rem;top:19.4765625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE9CpHD68a2besOTp5cDXqVG4bbPMurS { width:3.75rem;height:3.75rem;top:19.4765625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4vtP9SmHGLopWJv9zfFXk4PW5T8tvPa { width:20rem;height:0.125rem;top:17.7265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVgFTsi9lMrMnGohD64uV2bmMbzBMeW0 { width:6.25rem;height:1.798825rem;top:23.8515625rem;left:0rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ayHDwCT3kuu8TyadP9N6xyR12SvpPKbp { width:7rem;height:2.47265625rem;top:31.25rem;left:9.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhwvDmwi9Ab7dwx3W7eIOlGl5suMRILB { width:6.25rem;height:1.798825rem;top:23.8505859375rem;left:13.75rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eTHrWZtBvadLW7IpbBD1T9d6q4BA4dIN { width:6.25rem;height:1.798825rem;top:31.25rem;left:3.4375rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Oolkwm3oLQUa6Evh4v1gmdi8LUrEnyH4 { width:6.25rem;height:0.8994125rem;top:23.92578125rem;left:6.875rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #l2RtxHGBwIZaeNQyo4NV9AO75sR4ZAQt { display:flex;width:2.0625rem;height:1.75rem;top:20.4765625rem;left:2.09375rem; }
 }@media only screen and (max-width: 763px) { #WJgzbg6me5MfhFVKoP0WliFETusmzJ1T { display:flex;width:3.3125rem;height:2.0625rem;top:27.6875rem;left:4.9375rem; }
 }@media only screen and (max-width: 763px) { #siPlQxyiuvV0cKHl4XyQfclakDn70qf6 { display:flex;width:2.375rem;height:1.5625rem;top:27.96875rem;left:12.25rem; }
 }@media only screen and (max-width: 763px) { #uLr7gLLmpw9RI2xHqltKDzQu4MKAC93U { display:flex;width:2.5625rem;height:2.0625rem;top:20.3203125rem;left:15.59375rem; }
 }@media only screen and (max-width: 763px) { #i1cBbrdmtAySOTSSmHSQvaprFZibulkH { width:2rem;height:2rem;top:20.4140625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:rgba(183,123,50,0.08);background-image:none;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:64.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { width:11.937125rem;height:1.625rem;top:1.25rem;left:4.030539393425rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #xqSt3g0ioQGgTOIVbd0VgEswfAmmm7QS { width:9.6875rem;height:5.625rem;top:3.7317237854004rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP { width:9.6875rem;height:5.625rem;top:3.7317190170288rem;left:10.312499403954rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/f96c99d0-42ba-4b4f-8e88-499150afcece/6.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-right-radius:0.625rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;border-top-left-radius:0rem;display:block; }#Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.adaptive-delivery-prevent-bg, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyload, #Vy71WDQQDxNzIMxCzcz93P77TEhPobcP.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3 { width:9.6875rem;height:5.625rem;top:10rem;left:10.3125rem;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/a4797a82-f8fc-4e9d-8b6c-1a8387098956/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.adaptive-delivery-prevent-bg, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyload, #iT0I5QTkyeaGcJJgNecMRqGtWWsFwgQ3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs { width:9.6875rem;height:5.625rem;top:16.25rem;left:10.3125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/88769260-02e9-42e9-a0c8-2ce4646b4aab/4.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;display:block; }#M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.adaptive-delivery-prevent-bg, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyload, #M5FlZweWTVhNXR9EaD5VzVrxeXVzgdxs.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK { width:9.6875rem;height:5.625rem;top:10rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3e5f61a0-1abb-4f61-ae9f-cd303f779a9f/2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.adaptive-delivery-prevent-bg, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyload, #GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK.lazyloading { background-image: none; }
#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#GHbrtxWnyu1aKwwvTmvqWmNB0hJDZGkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF { width:9.6875rem;height:5.625rem;top:16.25rem;left:0rem;background-color:rgba(0,0,0,0.2);background-image:url("https://images.assets-landingi.com/uc/c7202521-4ed3-447a-82f1-7fc27ea09c75/3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0rem;display:block; }#FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.adaptive-delivery-prevent-bg, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyload, #FJyBVaV1XbXMA3gNIg9vbbAzXmv4fIVF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wniVXG7z1LyebS7sddqgwoIgayBVgRga { width:20rem;height:2.5rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGhrcrReU6ufLtQiXOKRT0k5ckxKN3My { width:20rem;height:16.875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUNZSXdQXVi269zztzzuhgTl2zHDQZaZ { width:20rem;height:1.04980625rem;top:23.224609375rem;left:0rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HuWNwo7Tc11LsmdBE6kldDnm5T1HiHD9 { width:20rem;height:17.8125rem;top:45rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxZ1dBAMxZ8NrCprOGJZrtMOvLCAhm1P { width:20rem;height:2.5rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQdTUx9oxOTG0avrmkmIKhmH8EPVTAPc { width:20rem;height:1.04980625rem;top:43.287109375rem;left:0rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzDWcmGOkLGc3Ddl7CqUfTGUJKutKQBK { width:2.5rem;height:2.5rem;top:26.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrAMEg4PmNKCnFLQ23xCUTh3LODRTJeD { width:2.5rem;height:2.5rem;top:26.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZQv1CcQqvhU7CZAHosZqtWEuVpXNC0C { width:2.5rem;height:2.5rem;top:26.5625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui6AOZ7mTlmT1xG3Zx7vBAtd1PCDyvLM { width:2.5rem;height:2.5rem;top:31.5234375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvbTVHDNbbb8xmMXMCd0EPQbcc1EvUai { width:6.25rem;height:0.8994125rem;top:29.6875rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M8H5XomgJAlbHxX87ThUckQpbi3yD2EW { width:6.25rem;height:0.8994125rem;top:29.6875rem;left:6.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hbSlASN4C1NJEW3Jv6skyDqowdCvULZm { width:6.25rem;height:0.8994125rem;top:29.6875rem;left:13.125rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCwHPazATL20zcoQAH65Xd8JonR5IBwp { width:6.25rem;height:1.798825rem;top:34.6484375rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pik3Wd3JXFyk9lfTvoVbk8V2IWfrlVkD { width:6.25rem;height:0.8994125rem;top:34.6484375rem;left:6.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L8eUpPEIffVmm0X1xfkTSOxtyyrpNBtD { width:2.5rem;height:2.5rem;top:31.5234375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7Up5f3GM2GBNe9zAmNf1tZTLsXaooKA { width:2.5rem;height:2.5rem;top:31.5234375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqOIKJqK2Zi2XdfeXmCT3TxvabauqC53 { width:7.5rem;height:0.8994125rem;top:39.609375rem;left:6.25rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kuugsvJARgxAmHyGhTwUX7ArSFvuXDtq { width:2.5rem;height:2.5rem;top:36.484375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITBSsE21nwiApdihXkyk1oVDuX3NoXF1 { width:6.25rem;height:0.8994125rem;top:34.6484375rem;left:13.125rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJzS8T84uvCbOx692ucPfUXzTToLMH0Z { width:6.25rem;height:1.798825rem;top:55rem;left:6.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmnPenK2eX83DBX2F8fXMVcHtoJXSoR3 { width:2.5rem;height:2.5rem;top:51.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o61f6rBeDgyTE17wpym7PTiHzdJWeQp7 { width:6.25rem;height:0.8994125rem;top:54.875rem;left:13.125rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idy1UWWB4uEp2IQMliknwtSz0BzrAKBo { width:2.5rem;height:2.5rem;top:51.875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #gynwB4fI80St8l8ILoUSytavniPUbPQI { width:6.25rem;height:1.798825rem;top:55rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ty1CUBIM4KAXUadWPMZvKwvXey0mT4w2 { width:6.25rem;height:1.798825rem;top:49.6875rem;left:0.625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQB0FmZqcxlH4SM74WaiW0yDqxWz6Sb8 { width:6.25rem;height:1.798825rem;top:49.6875rem;left:13.125rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CsKGgBvVO8bwekyKB6OfHMZ7Kd92Brql { width:6.25rem;height:0.8994125rem;top:60.5478515625rem;left:6.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qTPAR968Aq672T4c4baFqGJ3u1GGqWNP { width:2.5rem;height:2.5rem;top:57.4228515625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmeqIhLiQTAaCb3bQMHUOynAqC7CnBI { width:2.5rem;height:2.5rem;top:46.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZVNqEVdW6xOGK9svXZkpEzSvoTZXida { width:2.5rem;height:2.5rem;top:46.5625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPm9w9K3xp3c7bTclkubnTiStWTV1LQf { width:2.5rem;height:2.5rem;top:51.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvP7x6I6L2qvmFkWon0y7PLJAyibmamB { width:6.25rem;height:0.8994125rem;top:49.6875rem;left:6.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVlVKErTyFRoGM93VXPIaoU7hCTJBHMe { width:2.5rem;height:2.5rem;top:46.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bf3d994b-7646-4881-b71b-d6fd4ebf1881/Gemini_Generated_Image_w91svxw91svxw91s1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,179,20,0.5); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(252,179,20,0.5); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.625rem;line-height:1.2;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.9373245239258rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:27.1982421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.3994125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:67.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #KFwt5m3nHSqIBA6ZxqtdT43bgWR5U3tX { width:18.187125rem;height:1.625rem;top:1.25rem;left:0.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #GMuLz5Kgs4Sc4XTZcwb3qVv6LDbOi8JA { width:20rem;height:14.6875rem;top:3.7724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKB2s2ORI9MxWouxmo0ySdzfU4nnP4ye { width:19rem;height:3rem;top:63rem;left:0.5rem;font-size:1rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbNARkTwi8dPHlLoT8ebenrbAVhLH3Sr { display:block; }
 }@media only screen and (max-width: 763px) { #s67IRnQyBCtkh7liA7at79M08vNMbE0t { width:17.125rem;height:12.8125rem;top:4.7099609375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQyvTxN9HVrM5zWCS4ULAH6H9zRM5Vwc { width:20rem;height:2.5rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPIUQJmsEgqeUk24y6Obp1NGcc6BCBqV { width:20rem;height:2.5rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPp97OimiipQTX42A9ILbUmC0D2dVTna { width:20rem;height:2.5rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqNgmRcUOgTnWH6Xg2kBu4A6FAdN0VxB { width:20rem;height:2.5rem;top:45.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFruKAk1yl1pfxPM8wCk9156OUzVBqEO { width:20rem;height:8.75rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lw7rT1S8HDUG4HysOwTTddOp6IF7ROQN { width:16.75rem;height:6.9834rem;top:22.4375rem;left:0.9375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fDdRR4Cc6FvkSuzcyK83RltJukJL2OzQ { width:20rem;height:11.3125rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMX997ku1hSSavysTGN3u1BcToyKxVft { width:16.75rem;height:9.2568375rem;top:34.375rem;left:0.9375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QTUApkP0s9eOcDTaKvne3aDzTNis8xM9 { width:20rem;height:5.625rem;top:47.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNeXFgpTJL3TkBAzeMRdFUsrclQLV74x { width:16.75rem;height:3.57324375rem;top:48.875rem;left:0.9375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U7D3483RTw8JSeCIGvnGHcvGhFcumTU7 { width:20rem;height:4.5rem;top:56.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPftXBX1SWDAUGJSu0l5IqMQCV9xXo3d { width:16.75rem;height:2.436525rem;top:57.6875rem;left:0.9375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DHUZJzFtJZ9wLe1IiHWxfCMF8ImKVCsc { width:16.4375rem;height:0.9746125rem;top:19.86328125rem;left:0.9375rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OdWhExDRJP0adZ54h0504TizvSGi0bHS { width:15.4375rem;height:0.9746125rem;top:31.82421875rem;left:0.9375rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nAqgSk4FUffNBeJ5yxbdV68lX1DR1EfU { width:16.4375rem;height:0.9746125rem;top:46.2001953125rem;left:0.875rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #STsaQG13PL4T7pR8Al89hac4SagcEn7Q { width:13.4375rem;height:0.9746125rem;top:55.0751953125rem;left:0.875rem;font-size:0.8125rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TO2k88HCqDuSpkzWTTK2VsqRmD15KSLB { display:flex;width:1.75rem;height:1.75rem;top:19.40625rem;left:17.625rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #irtzqeIQMlP2EWUBmWfy8SOkJaOTPsAC { display:flex;width:1.9375rem;height:2.0625rem;top:31.03125rem;left:17.373046875rem; }
 }@media only screen and (max-width: 763px) { #TF1ZnELNvV34bclTx6pzqdm83sT2BTCg { display:flex;width:1.75rem;height:1.75rem;top:45.8125rem;left:17.560546875rem; }
 }@media only screen and (max-width: 763px) { #SGeM7n299mw4erTRgvocsNPb4tNVIlnM { display:flex;width:1.6875rem;height:1.4375rem;top:54.78125rem;left:17.5625rem; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }