.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); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { 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;z-index:auto;display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { background-color: transparent; background-image: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container > .video-iframe-container { display: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container { display: none; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .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); }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { border-width: 0; border-radius: 0; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:75rem;position:relative;display:block; }#r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { 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:6.3125rem;width:11.375rem;top:0.53125rem;left:0rem;overflow:hidden;display:block; }
#bonFh4TEIEyLBVCDvct3q8HmnCBo30Gy { background-color:#61ce70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.25rem;left:56.875rem;display:block; }
#GptgZ3Pv24TUlt9gkRJS5TG2Gp1stmhI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wo965EmnGQOy00dL9DQ8kQhpRTvMAlvy { background-color:#23a454;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;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:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.25rem;left:56.875rem;display:none; }
#eH9rNSdRDqpO1UnGmhBQlJFhg9vi7u87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e33b8d3a-f736-410a-8f2c-a84cef42773f/ce120ebbistock2129024596_100000000000000000001o.jpg");background-position: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.4); }#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.4); }#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:51.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:questrial;font-size:3.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.3125rem;left:20.71875rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OmQdQP93MT3WbCcXSw00fJ6KQiEPk8Cf { color:#ffffff;display:block;width:36.25rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.25rem;left:19.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#WCOgvlFSpciu1vkTwM88A255ue359mHJ { color:#ffffff;display:block;width:41.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:21.09375rem;left:16.625rem;height:4.25rem;text-align:center;text-align-last:center;display:block; }
#MnWME3vhOOoUILyLgFUBIcxSEPhmbezT { color:#ffffff;display:block;width:40.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:31.34375rem;left:17.09375rem;height:2.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XXTZhVX1FHtemdVh9p405TLhoc2hPcHR { background-color:#61ce70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.0625rem;left:28.4375rem;display:block; }
#vuItrcagFLABLp0CskkCrZLszwLC5Oux { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qq5gX76ALubKMMPh5QMDecmEreFuSx2U { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:44.3125rem;left:2.3125rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LRoX48I84V570u62lkPub2ir35I0HETf { box-sizing:content-box;height:9.6875rem;width:16.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.6);background-image:none;top:37.375rem;left:1.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#BtBRQ3P1bVwoZgrcPdwZhL6UIziAtBzL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:4.4375rem;top:38.6875rem;left:7.1875rem;overflow:hidden;display:block; }
#fHuT7isdzzWZVv6ZL6cKEvSRbHxLEZFZ { box-sizing:content-box;height:9.6875rem;width:16.25rem;position:absolute;display:block;z-index:15008;background-color:rgba(255,255,255,0.6);background-image:none;top:37.375rem;left:20rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Bx4AsK211BZ2D56S4BG6yUPs4K68vqPy { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:4.4375rem;top:38.6875rem;left:25.875rem;overflow:hidden;display:block; }
#WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.7;letter-spacing:0;top:44.3125rem;left:21rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wamy8Ga3dUw2zIOdPGiJiCs5BkhB6mqN { box-sizing:content-box;height:9.6875rem;width:16.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.6);background-image:none;top:37.375rem;left:38.75rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#WJshh2m8VlSwoWuUiAwk12MS7Rio3o1C { position:absolute;display:block;z-index:15013;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.1875rem;width:4.4375rem;top:38.6875rem;left:44.625rem;overflow:hidden;display:block; }
#oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:44.3125rem;left:38.9375rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wLfbcmvy7HFU4nTUTubLPM46dfey7QHd { box-sizing:content-box;height:9.6875rem;width:16.25rem;position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.6);background-image:none;top:37.375rem;left:57.5rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#AGJt6JLSvOOBm37Nmxco00z7w2k4ow0J { position:absolute;display:block;z-index:15016;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.1875rem;width:4.1875rem;top:38.6875rem;left:63.375rem;overflow:hidden;display:block; }
#fqFJg4sMcSp3szET1eZmglcF3B6yg3td { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:44.3125rem;left:58.5rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iL9UBA1SfcPaybwz2VMIVlZA5orKG3SQ { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:questrial;font-size:7.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.03125rem;left:20.71875rem;height:9.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/524cb06e-3e92-410d-8de0-88364cc6361f/gallery1.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw.adaptive-delivery-prevent-bg, #Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw.lazyload, #Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw.lazyloading { background-image: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { background-color: transparent; background-image: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container > .video-iframe-container { display: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row > .video-iframe-container { display: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .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); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { border-width: 0; border-radius: 0; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#FaWq4NOqnmt6zF8QSibhwggWBWgTmTAX { 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:77.125rem;width:23.125rem;display:none; }
#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { background-color:rgba(255,255,255,0.4);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { background-color: transparent; background-image: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container > .video-iframe-container { display: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container { display: none; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .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); }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { border-width: 0; border-radius: 0; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { color:#000000;display:block;width:31.625rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:4.375rem;left:0rem;height:7.19925rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { color:#000000;display:block;width:33.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:13rem;left:0rem;height:7.6484375rem;text-align:left;text-align-last:left;display:block; }
#pg97qpTVtwluKvdxkgPiy6VUeKmkb6br { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:22.5rem;left:0rem;height:5.736325rem;text-align:left;text-align-last:left;display:block; }
#LlXBuniRHWUGwQL1dXW4QVykFKGZGT9u { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:30.125rem;left:0rem;height:3.82421875rem;text-align:left;text-align-last:left;display:block; }
#FdQGa91igNyOo69XFU4zaaNVBNhpoDEu { background-color:#61ce70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.375rem;left:0rem;display:block; }
#kMMUySybVWMMhQcE3l7JWaRVoxK1wSPf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EXdbK3R9Zguy1NZg8gOF2GxLtJLtUPu3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:28.25rem;top:9.35546875rem;left:41.6875rem;overflow:hidden;display:block; }
#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91cf0c1b-9f72-48d0-a511-d36c77b13b0c/82183591istock2158042897_100000000000000000001o.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.adaptive-delivery-prevent-bg, #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.lazyload, #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.lazyloading { background-image: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { background-color: transparent; background-image: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container > .video-iframe-container { display: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .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); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row > .video-iframe-container { display: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .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); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { border-width: 0; border-radius: 0; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn::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; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;overflow:visible;position:relative;display:block; }#DER9aFO19f1Ka2mnmFIg4Cga0LeFfJkh { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4.375rem;left:20.71875rem;height:3.8999rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X8G1FDdx9TzhWgPrtwtqk2OCa7x1XlJ8 { color:#19354e;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:19.125rem;left:1.75rem;height:7.6484375rem;text-align:center;text-align-last:center;display:block; }
#NzpbggDhR38a8xfWC0xQTz1glF71lNSf { box-sizing:content-box;height:19.875rem;width:17.8125rem;position:absolute;display:block;z-index:14999;background-color:#d6c787;background-image:none;top:10.5rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#EIz21OTLxqDILaNiCKtQmJcOcwOtzFTM { color:#19354e;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.375rem;left:2.75rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#DLwPqqDoe3VUQw48KfVoqAIkd4dKXJsG { color:#19354e;display:block;width:17.8125rem;position:absolute;font-family:questrial;font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.8125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LTTtSDv1qSbUGdLoCID2ZGXNpT61hzgi { box-sizing:content-box;height:19.875rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:#d6c787;background-image:none;top:10.5rem;left:19.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bbxsG3zUGMbX2sToxp7TEXATz0NKZBDi { color:#19354e;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:12.375rem;left:21.90625rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#HPUPLWIDz7QwVXuGkBKVyJ6RZlGdGiKJ { color:#19354e;display:block;width:17.8125rem;position:absolute;font-family:questrial;font-size:2.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.8125rem;left:19.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tNaWaau4zNmBFXTT7PBkyZPW0czNfJBc { color:#19354e;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:19.125rem;left:20.875rem;height:7.6484375rem;text-align:center;text-align-last:center;display:block; }
#vvMncRCwgdE7ZJDHo2RZsPupvgDxqaut { box-sizing:content-box;height:19.875rem;width:17.8125rem;position:absolute;display:block;z-index:15007;background-color:#d6c787;background-image:none;top:10.5rem;left:38.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Pd166pyTMOTpgWRxgvrnpzWwiTDwnwTR { color:#19354e;display:block;width:17.8125rem;position:absolute;font-family:questrial;font-size:2.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:14.8125rem;left:38.1875rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OWRDq53aOUcTevTCncXVTZuvzSHWLUHa { color:#19354e;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.375rem;left:40.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#TVFdJ2ODbrt6WykQzg1tBSRQD6fnNqI0 { color:#19354e;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:18.9375rem;left:39.0625rem;height:7.6484375rem;text-align:center;text-align-last:center;display:block; }
#oND6Bpr4mMCkeFgg4ItZdofRohwT3XKq { box-sizing:content-box;height:19.875rem;width:17.8125rem;position:absolute;display:block;z-index:15011;background-color:#d6c787;background-image:none;top:10.5rem;left:57.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#Pf6lXx6XuUHfDiiWPBpDkr4HgJuim2yt { color:#19354e;display:block;width:17.8125rem;position:absolute;font-family:questrial;font-size:2.25rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:14.8125rem;left:57.125rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zZcSXNb53mvC6OnOkwxfhT6gZPcwowBW { color:#19354e;display:block;width:12.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.375rem;left:59.9375rem;height:1.94970625rem;text-align:center;text-align-last:center;display:block; }
#bX44wFi82hTmKUgU6Cr8R0dJkSV8RybN { color:#19354e;display:block;width:16.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.7;letter-spacing:0;top:18.9375rem;left:57.9375rem;height:9.5605625rem;text-align:center;text-align-last:center;display:block; }
#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG { background-color:#d6c787;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { background-color: transparent; background-image: none; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container > .video-iframe-container { display: none; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row > .video-iframe-container { display: none; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .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); }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { border-width: 0; border-radius: 0; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:75rem;overflow:visible;position:relative;display:block; }#AMiWOUwyThRIStIIRtR92EnIxqD9c6hr { color:#000000;display:block;width:24rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.8999rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WBo4k3qeypdEXJ0EpOHB7oUIucaFUBry { color:#000000;display:block;width:52.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:8.375rem;left:0rem;height:1.9121125rem;text-align:left;text-align-last:left;display:block; }
#yxsElZ1d5meJ54CAlLEMHkDSoIrLrBcb { background-color:#61ce70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.3125rem;left:56.875rem;display:block; }
#yNHbyUyhnTFw8XA5hUdz8oquaoMZTO7T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e { background-color:#ececec;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { background-color: transparent; background-image: none; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container > .video-iframe-container { display: none; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row > .video-iframe-container { display: none; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .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); }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { border-width: 0; border-radius: 0; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:75rem;overflow:visible;position:relative;display:block; }#iXwLAd2ovnsivkrhVH6G8IU5m3Q8rO3U { color:#000000;display:block;width:68.75rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5rem;left:4.34375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rgLCZrvTSJnKUyUFTGzDBEGPFFIyewcv { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:19.375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#pTNEhRTrztWhpHd171ylPDsEldiz31Ns { color:#000000;display:block;width:64.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:24.2490234375rem;left:5.1875rem;height:1.9121125rem;text-align:center;text-align-last:center;display:block; }
#vE3DZ1vWXAGPyC2bG4PH3b8app7T1vFw { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:15rem;top:10.8125rem;left:0rem;overflow:hidden;display:block; }
#p9mQ4un75yyTs1uwUyH3MI00NzqdF49k { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:15rem;top:10.8125rem;left:15rem;overflow:hidden;display:block; }
#gReVTldKqsa16wrOyQdGrB2o3cCJ9qyV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:15rem;top:10.8125rem;left:30rem;overflow:hidden;display:block; }
#in18TEheNWEFHpLTkQNfvklhbLP170Mm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:15rem;top:10.8125rem;left:45rem;overflow:hidden;display:block; }
#Lrl109MR5nRkc4FW1J0wF2k9RHA3XTDD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:15rem;top:10.8125rem;left:60rem;overflow:hidden;display:block; }
#zIKNlXt6S7dzN82KqpUl2AEKTG2XIx5e { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:8.5rem;top:18.40625rem;left:18.25rem;overflow:hidden;display:block; }
#orkeu4zhv6fq72h1QU1Iml6g4K0c6s5d { position:absolute;display:block;z-index:15012;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:10rem;top:17.75rem;left:32.5rem;overflow:hidden;display:block; }
#XU4QkLvpPfN5JyKhuqDnJTH1ewKuaevp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.375rem;top:18.21875rem;left:47.3125rem;overflow:hidden;display:block; }
#RnFdeh2L1pzVCt604K98o440CF9aXqE3 { position:absolute;display:block;z-index:15014;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.1875rem;width:9.125rem;top:17.71875rem;left:62.9375rem;overflow:hidden;display:block; }
#D9TddbWPqSTlJu010rNt3GrLy6oGO9GE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:9.9375rem;top:17.5625rem;left:2.53125rem;overflow:hidden;display:block; }
#d8nUnVhJwX9VOiGeumDAAmFyhgZ8DxJg { background-color:#61ce70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:27.375rem;left:27.625rem;display:block; }
#O0DTn26zrCsgEoWD16J91XLv8Reho9FV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { background-color: transparent; background-image: none; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container > .video-iframe-container { display: none; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row > .video-iframe-container { display: none; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .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); }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { border-width: 0; border-radius: 0; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#WqcQFhTyK48XgVH30OsivDvJ8TBXdhTs { color:#000000;display:block;width:68.75rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.25rem;left:3.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#prPdHJ47E2Ey3cNd2y8Ww0CRtO9evwu5 { box-sizing:content-box;height:32.5rem;width:17.8125rem;position:absolute;display:block;z-index:15003;background-color:#f3f3f3;background-image:none;top:14.8125rem;left:0rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#J9MVJcPrAgUoiOq5u0PDTICh2vgNwxaZ { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:20.625rem;left:0.9375rem;height:20.3965rem;text-align:left;text-align-last:left;display:block; }
#CvUW0btuFJ4CRZN5XOavoDKXaFLs8LM7 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:15.9375rem;left:1rem;overflow:hidden;display:block; }
#A7dNn0uR1TkGbbQlztd7Wa0ddMQT5dQs { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.7;letter-spacing:0;top:16.0625rem;left:5.1875rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QDNBWHx0icTHIXWaGMi2LfTvSNTJa07o { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:5.875rem;top:18.0625rem;left:5.1875rem;overflow:hidden;display:block; }
#LPg0GteSVZkym4TfmzxMNgOV05uUWdJa { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:44rem;left:0.9375rem;overflow:hidden;display:block; }
#EONDgBqD165UzTDlMbXb7EdZKWPe6T8O { box-sizing:content-box;height:32.5rem;width:17.8125rem;position:absolute;display:block;z-index:15009;background-color:#f3f3f3;background-image:none;top:14.8125rem;left:19.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#QnITrWLcT7CT08KWFU2vMU4PIZrzPHo1 { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:20.625rem;left:20rem;height:15.297375rem;text-align:left;text-align-last:left;display:block; }
#JMBdsX5wbrlwuiH67bd96ATrlaLhq9kQ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:44rem;left:20rem;overflow:hidden;display:block; }
#ImwUk4RstLaryRHBpr2RE59uT1H4SZLt { position:absolute;display:block;z-index:15013;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.4375rem;width:3.4375rem;top:15.9375rem;left:20.0625rem;overflow:hidden;display:block; }
#hb9oODMKQ3CAET0CzfWa0GTH7kfLf9pG { position:absolute;display:block;z-index:15014;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.125rem;width:5.875rem;top:18.0625rem;left:24.25rem;overflow:hidden;display:block; }
#TJmVolP764UrxWnFTdBomOJQyR7GhJ9h { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.7;letter-spacing:0;top:16.0625rem;left:24.25rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vZr2WDfC1XNECReEMyVWtFsaiNWoS1cz { box-sizing:content-box;height:32.5rem;width:17.8125rem;position:absolute;display:block;z-index:15015;background-color:#f3f3f3;background-image:none;top:14.8125rem;left:38.125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#bpmkll3Rx9fzhifDcCi2vr09h8dxE9lR { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.7;letter-spacing:0;top:16.0625rem;left:43.3125rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wuBxUINpTkTKCWhD9ZunJXvodOD20GWk { color:#000000;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.7;letter-spacing:0;top:20.625rem;left:39.0625rem;height:13.597625rem;text-align:left;text-align-last:left;display:block; }
#Ei3eXySzVGPo4h01rTKNthCUp2tvvbXE { 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.125rem;width:5.875rem;top:18.0625rem;left:43.3125rem;overflow:hidden;display:block; }
#SMZPkT2Wuhi2A1wXfssRRSlv6Qr5Thex { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:15.9375rem;left:39.125rem;overflow:hidden;display:block; }
#S19UMQIcex0g7LqVAdlTesJ8JT2xcynU { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:44rem;left:39.0625rem;overflow:hidden;display:block; }
#d066ctw1OlW8mIv3fyA9v872ghF0ZeS0 { box-sizing:content-box;height:32.5rem;width:17.8125rem;position:absolute;display:block;z-index:15021;background-color:#f3f3f3;background-image:none;top:14.8125rem;left:57.1875rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#ViMeIwuRiPGgA9G9TcEVOJAZlImQhema { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:16.0625rem;left:62.375rem;height:1.9121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pCZg43XsVKwNx3dUUny5ZBG4U9DL8l0h { color:#000000;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15024;line-height:1.7;letter-spacing:0;top:20.625rem;left:58.125rem;height:6.7988125rem;text-align:left;text-align-last:left;display:block; }
#PrGwZOMG5Xa7GRVGrbyiWWtwUwuXZZMa { position:absolute;display:block;z-index:15026;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.125rem;width:5.875rem;top:18.0625rem;left:62.375rem;overflow:hidden;display:block; }
#wltmA0KI8MtTi6S5VsXu3lp57BWdqbeH { position:absolute;display:block;z-index:15025;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.4375rem;width:3.4375rem;top:15.9375rem;left:58.1875rem;overflow:hidden;display:block; }
#MkgK2FgqNp94LUzOJe4OAImNnkXHLGAb { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;top:44rem;left:58.125rem;overflow:hidden;display:block; }
#XgFJPo8Nqt80qJs5CMVLHTVl8pqxmz8B { color:#000000;display:block;width:60.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.7;letter-spacing:0;top:7.0625rem;left:7.0625rem;height:5.09911875rem;text-align:center;text-align-last:center;display:block; }
#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi { background-color:#ececec;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { background-color: transparent; background-image: none; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container > .video-iframe-container { display: none; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row > .video-iframe-container { display: none; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .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); }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { border-width: 0; border-radius: 0; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#EP5QII9XDnVQh5I6RspPzuKksNk9Twgo { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.2;letter-spacing:0;top:6.375rem;left:0rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CXxiBtOtfLoB4usCoUtGvIdTEHZU6RLZ { color:#000000;display:block;width:34.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:18.5625rem;left:0rem;height:11.472625rem;text-align:left;text-align-last:left;display:block; }
#vqBPmlvDyfpZ9Tev9apnWM7kPob6ZRhh { background-color:#61ce70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.3125rem;left:0rem;display:block; }
#L17GDxb2Sa5BlleHvEdxXAVtLEE1qSBy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UPPJNIvaRrAa6uazDDxgmTH1eDTl73X9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.125rem;width:31.8125rem;top:6.375rem;left:39.375rem;overflow:hidden;display:block; }
#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC { position:relative;display:block; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC { background-color: transparent; background-image: none; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container > .video-iframe-container { display: none; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row > .video-iframe-container { display: none; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .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); }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC { border-width: 0; border-radius: 0; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .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; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .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:20.125rem;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; }#zCyaGk6xgF5NyBhFm3scNPFgEJ8aIWic { box-sizing:content-box;height:7.5rem;width:7.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:15000;background-color:#19354e;background-image:none;top:4.75rem;left:3.9375rem;display:block; }
#E9xMCCdDco67TqTlH9HWARkfWbgwh2Wp { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:6.625rem;left:5.8125rem;overflow:hidden;display:block; }
#Tw2mDsNWqI0QKMgS7Ka3weMWWZ7OGTyA { color:#000000;display:block;width:7.4375rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:13.125rem;left:3.9375rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S22iSoseqRUHuIO7a7vRpPO3gGo5o2wB { box-sizing:content-box;height:7.5rem;width:7.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:15003;background-color:#19354e;background-image:none;top:4.75rem;left:15.8125rem;display:block; }
#IxnTNOQnB0KJ550Op2dPs76T7oNGFF63 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.125rem;top:6.6875rem;left:17.5rem;overflow:hidden;display:block; }
#S41QzC2q8Tw212ii8FWDUhg85msB4FyK { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:13.125rem;left:15.75rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q7vZBbxaiF2km79pi7UXchNWGSaAT3rS { box-sizing:content-box;height:7.5rem;width:7.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:15006;background-color:#19354e;background-image:none;top:4.75rem;left:27.75rem;display:block; }
#UDxU0cXSlKNDwyd4mKeU2EBWrMe2W15J { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:3.875rem;top:6.25rem;left:29.5625rem;overflow:hidden;display:block; }
#U3OFBXHf8VP3mHIG1v2Jx1swGby4bL9E { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:13.125rem;left:27.5625rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQ3u8WkWDTfI2hJryHNnQa7ApgGRMdaD { box-sizing:content-box;height:7.5rem;width:7.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:15009;background-color:#19354e;background-image:none;top:4.75rem;left:39.6875rem;display:block; }
#soSdmox5EWnTUVzTehtwJ6BWxw9siooR { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.25rem;top:6.6875rem;left:41.8125rem;overflow:hidden;display:block; }
#grHn3TBdAm2lslqpGZaW9zQn8nTf2yFd { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:13.125rem;left:39.625rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#An4tL4gnQUn4heR262wg0TmWEBMZTSvl { box-sizing:content-box;height:7.5rem;width:7.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:15012;background-color:#19354e;background-image:none;top:4.75rem;left:51.625rem;display:block; }
#KPM3beRof2tOKPXRBEAZJM6QZJcyibkT { position:absolute;display:block;z-index:15013;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.6875rem;width:3.6875rem;top:6.6875rem;left:53.875rem;overflow:hidden;display:block; }
#hSf6gUi1HeEHHqz5GDJti0DWw7KyRF8t { color:#000000;display:block;width:6.9375rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:13.125rem;left:51.90625rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nnMn939ZDkTsv4MemAGN0i4GB6a8QyT7 { box-sizing:content-box;height:7.5rem;width:7.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:15015;background-color:#19354e;background-image:none;top:4.75rem;left:63.5625rem;display:block; }
#BV668BgvCShK6WXLsHNMxpPAOG3tHrQu { position:absolute;display:block;z-index:15016;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.6875rem;width:3.6875rem;top:6.6875rem;left:65.4375rem;overflow:hidden;display:block; }
#vXT0VmCU9XRclgAb8Hl2Nem6TOn9VlaI { color:#000000;display:block;width:7.625rem;position:absolute;font-family:"poppins semi bold";font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;top:13.125rem;left:63.5rem;height:1.57470625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a225c883-127b-4ffe-93d7-c2dc070430cb/gallery2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z.adaptive-delivery-prevent-bg, #umKBmV59EEWGwqFDEqKiL08x8S2Tv27z.lazyload, #umKBmV59EEWGwqFDEqKiL08x8S2Tv27z.lazyloading { background-image: none; }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row .container { background-color: transparent; background-image: none; }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row .container > .video-iframe-container { display: none; }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row > .video-iframe-container { display: none; }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .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); }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row .container { border-width: 0; border-radius: 0; }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row .container { font-size:0.875rem;font-family:arial;height:17.125rem;width:75rem;position:relative;display:block; }#AvD15RqSBsyK3lkhSBBHlwn2TNVeP180 { 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:77.125rem;width:23.125rem;display:none; }
#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { background-color:#d6c787;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { background-color: transparent; background-image: none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container > .video-iframe-container { display: none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row > .video-iframe-container { display: none; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .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); }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { border-width: 0; border-radius: 0; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#mgwoTU7K5JkNmfL7hz9k47d59OmpVd2f { color:#000000;display:block;width:24rem;position:absolute;font-family:questrial;font-size:3rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:25.5rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tvPA1b03dcfwcW6EiZtiT8JGbW2AZFh9 { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.869140625rem;left:13.71875rem;height:3.82421875rem;text-align:center;text-align-last:center;display:block; }
#oHXcq6LR1nmlq51KSQM2Za90IhNvu75o { background-color:#61ce70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.125rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.4375rem;left:28.4375rem;display:block; }
#VEkoZ1hHELEkqTdaleb5MuqXsqWHSoau { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 { 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;z-index:auto;display:block; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { background-color: transparent; background-image: none; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container > .video-iframe-container { display: none; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row > .video-iframe-container { display: none; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .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); }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { border-width: 0; border-radius: 0; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#JfqrLfuq1o4TxEvw8ycIpJCcZv88ONca { 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:6.1875rem;width:11.375rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#zUEERQ5I0p9QNCUSdNHlhTEeRTlfqO5b { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:3.025390625rem;left:47.5625rem;height:1.69970625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { width:11.375rem;height:6.3125rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bonFh4TEIEyLBVCDvct3q8HmnCBo30Gy { width:18.125rem;height:3.125rem;top:2.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GptgZ3Pv24TUlt9gkRJS5TG2Gp1stmhI { display:block; }
 }@media only screen and (max-width: 763px) { #wo965EmnGQOy00dL9DQ8kQhpRTvMAlvy { width:18.125rem;height:3.125rem;top:2.25rem;left:29.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eH9rNSdRDqpO1UnGmhBQlJFhg9vi7u87 { 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) { #wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { width:33.5625rem;height:;top:9.3125rem;left:7.09375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmQdQP93MT3WbCcXSw00fJ6KQiEPk8Cf { width:36.25rem;height:1.625rem;top:6.25rem;left:5.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCOgvlFSpciu1vkTwM88A255ue359mHJ { width:41.75rem;height:4.25rem;top:21.0625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnWME3vhOOoUILyLgFUBIcxSEPhmbezT { width:40.8125rem;height:2.125rem;top:31.3125rem;left:3.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXTZhVX1FHtemdVh9p405TLhoc2hPcHR { width:18.125rem;height:3.125rem;top:27.0625rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuItrcagFLABLp0CskkCrZLszwLC5Oux { display:block; }
 }@media only screen and (max-width: 763px) { #qq5gX76ALubKMMPh5QMDecmEreFuSx2U { width:14.1875rem;height:1.875rem;top:44.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRoX48I84V570u62lkPub2ir35I0HETf { width:16.25rem;height:9.6875rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtBRQ3P1bVwoZgrcPdwZhL6UIziAtBzL { width:4.4375rem;height:4.8125rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuT7isdzzWZVv6ZL6cKEvSRbHxLEZFZ { width:16.25rem;height:9.6875rem;top:37.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx4AsK211BZ2D56S4BG6yUPs4K68vqPy { width:4.4375rem;height:4.4375rem;top:38.6875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { width:14.1875rem;height:1.875rem;top:44.3125rem;left:7.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wamy8Ga3dUw2zIOdPGiJiCs5BkhB6mqN { width:16.25rem;height:9.6875rem;top:37.375rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJshh2m8VlSwoWuUiAwk12MS7Rio3o1C { width:4.4375rem;height:4.1875rem;top:38.6875rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { width:15.4375rem;height:1.9375rem;top:44.3125rem;left:25.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLfbcmvy7HFU4nTUTubLPM46dfey7QHd { width:16.25rem;height:9.6875rem;top:37.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGJt6JLSvOOBm37Nmxco00z7w2k4ow0J { width:4.1875rem;height:4.1875rem;top:38.6875rem;left:43.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqFJg4sMcSp3szET1eZmglcF3B6yg3td { width:14.1875rem;height:1.875rem;top:44.3125rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL9UBA1SfcPaybwz2VMIVlZA5orKG3SQ { width:33.5625rem;height:9.75rem;top:12rem;left:7.09375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { display:block; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaWq4NOqnmt6zF8QSibhwggWBWgTmTAX { width:23.125rem;height:77.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { display:block; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { width:31.625rem;height:7.1875rem;top:4.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { width:33.125rem;height:7.625rem;top:13rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg97qpTVtwluKvdxkgPiy6VUeKmkb6br { width:32.6875rem;height:5.6875rem;top:22.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlXBuniRHWUGwQL1dXW4QVykFKGZGT9u { width:32.8125rem;height:3.8125rem;top:30.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdQGa91igNyOo69XFU4zaaNVBNhpoDEu { width:18.125rem;height:3.125rem;top:36.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMMUySybVWMMhQcE3l7JWaRVoxK1wSPf { display:block; }
 }@media only screen and (max-width: 763px) { #EXdbK3R9Zguy1NZg8gOF2GxLtJLtUPu3 { width:28.25rem;height:14.9375rem;top:9.3125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn { display:block; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DER9aFO19f1Ka2mnmFIg4Cga0LeFfJkh { width:33.5625rem;height:;top:4.375rem;left:7.09375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8G1FDdx9TzhWgPrtwtqk2OCa7x1XlJ8 { width:14.375rem;height:7.625rem;top:19.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzpbggDhR38a8xfWC0xQTz1glF71lNSf { width:17.8125rem;height:19.875rem;top:10.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIz21OTLxqDILaNiCKtQmJcOcwOtzFTM { width:12.375rem;height:1.9375rem;top:12.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLwPqqDoe3VUQw48KfVoqAIkd4dKXJsG { width:17.8125rem;height:2.875rem;top:14.8125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTtSDv1qSbUGdLoCID2ZGXNpT61hzgi { width:17.8125rem;height:19.875rem;top:10.5rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxsG3zUGMbX2sToxp7TEXATz0NKZBDi { width:12.375rem;height:1.9375rem;top:12.375rem;left:8.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPUPLWIDz7QwVXuGkBKVyJ6RZlGdGiKJ { width:17.8125rem;height:2.875rem;top:14.8125rem;left:5.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNaWaau4zNmBFXTT7PBkyZPW0czNfJBc { width:14.375rem;height:7.625rem;top:19.125rem;left:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvMncRCwgdE7ZJDHo2RZsPupvgDxqaut { width:17.8125rem;height:19.875rem;top:10.5rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd166pyTMOTpgWRxgvrnpzWwiTDwnwTR { width:17.8125rem;height:2.875rem;top:14.8125rem;left:24.5625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWRDq53aOUcTevTCncXVTZuvzSHWLUHa { width:12.375rem;height:1.9375rem;top:12.375rem;left:27.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVFdJ2ODbrt6WykQzg1tBSRQD6fnNqI0 { width:16.0625rem;height:7.625rem;top:18.9375rem;left:25.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oND6Bpr4mMCkeFgg4ItZdofRohwT3XKq { width:17.8125rem;height:19.875rem;top:10.5rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf6lXx6XuUHfDiiWPBpDkr4HgJuim2yt { width:17.8125rem;height:;top:14.8125rem;left:29.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZcSXNb53mvC6OnOkwxfhT6gZPcwowBW { width:12.375rem;height:1.9375rem;top:12.375rem;left:35.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX44wFi82hTmKUgU6Cr8R0dJkSV8RybN { width:16.3125rem;height:9.5rem;top:18.9375rem;left:31.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG { display:block; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMiWOUwyThRIStIIRtR92EnIxqD9c6hr { width:24rem;height:;top:3.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBo4k3qeypdEXJ0EpOHB7oUIucaFUBry { width:47.75rem;height:1.875rem;top:8.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxsElZ1d5meJ54CAlLEMHkDSoIrLrBcb { width:18.125rem;height:3.125rem;top:5.3125rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNHbyUyhnTFw8XA5hUdz8oquaoMZTO7T { display:block; }
 }@media only screen and (max-width: 763px) { #WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e { display:block; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXwLAd2ovnsivkrhVH6G8IU5m3Q8rO3U { width:47.75rem;height:;top:5.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgLCZrvTSJnKUyUFTGzDBEGPFFIyewcv { width:38.6875rem;height:1.4375rem;top:3.125rem;left:5.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTNEhRTrztWhpHd171ylPDsEldiz31Ns { width:47.75rem;height:1.875rem;top:24.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vE3DZ1vWXAGPyC2bG4PH3b8app7T1vFw { width:15rem;height:5.25rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9mQ4un75yyTs1uwUyH3MI00NzqdF49k { width:15rem;height:5.25rem;top:10.8125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gReVTldKqsa16wrOyQdGrB2o3cCJ9qyV { width:15rem;height:5.25rem;top:10.8125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #in18TEheNWEFHpLTkQNfvklhbLP170Mm { width:15rem;height:5.25rem;top:10.8125rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrl109MR5nRkc4FW1J0wF2k9RHA3XTDD { width:15rem;height:5.25rem;top:10.8125rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIKNlXt6S7dzN82KqpUl2AEKTG2XIx5e { width:8.5rem;height:1.8125rem;top:18.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orkeu4zhv6fq72h1QU1Iml6g4K0c6s5d { width:10rem;height:3.125rem;top:17.75rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU4QkLvpPfN5JyKhuqDnJTH1ewKuaevp { width:10.375rem;height:2.1875rem;top:18.1875rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnFdeh2L1pzVCt604K98o440CF9aXqE3 { width:9.125rem;height:3.1875rem;top:17.6875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TddbWPqSTlJu010rNt3GrLy6oGO9GE { width:9.9375rem;height:2.625rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8nUnVhJwX9VOiGeumDAAmFyhgZ8DxJg { width:18.125rem;height:3.125rem;top:27.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0DTn26zrCsgEoWD16J91XLv8Reho9FV { display:block; }
 }@media only screen and (max-width: 763px) { #oIKZaaJD0xlfGBMp486OHRdGNdNrNciI { display:block; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqcQFhTyK48XgVH30OsivDvJ8TBXdhTs { width:47.75rem;height:;top:2.25rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #prPdHJ47E2Ey3cNd2y8Ww0CRtO9evwu5 { width:17.8125rem;height:32.5rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9MVJcPrAgUoiOq5u0PDTICh2vgNwxaZ { width:15.3125rem;height:20.375rem;top:20.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvUW0btuFJ4CRZN5XOavoDKXaFLs8LM7 { width:3.4375rem;height:3.4375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dNn0uR1TkGbbQlztd7Wa0ddMQT5dQs { width:11.0625rem;height:1.875rem;top:16.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDNBWHx0icTHIXWaGMi2LfTvSNTJa07o { width:5.875rem;height:1.125rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPg0GteSVZkym4TfmzxMNgOV05uUWdJa { width:6.25rem;height:2.0625rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EONDgBqD165UzTDlMbXb7EdZKWPe6T8O { width:17.8125rem;height:32.5rem;top:14.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnITrWLcT7CT08KWFU2vMU4PIZrzPHo1 { width:15.3125rem;height:15.25rem;top:20.625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMBdsX5wbrlwuiH67bd96ATrlaLhq9kQ { width:6.25rem;height:2.0625rem;top:44rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwUk4RstLaryRHBpr2RE59uT1H4SZLt { width:3.4375rem;height:3.4375rem;top:15.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb9oODMKQ3CAET0CzfWa0GTH7kfLf9pG { width:5.875rem;height:1.125rem;top:18.0625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmVolP764UrxWnFTdBomOJQyR7GhJ9h { width:11.0625rem;height:1.875rem;top:16.0625rem;left:10.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZr2WDfC1XNECReEMyVWtFsaiNWoS1cz { width:17.8125rem;height:32.5rem;top:14.8125rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpmkll3Rx9fzhifDcCi2vr09h8dxE9lR { width:11.0625rem;height:1.875rem;top:16.0625rem;left:29.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuBxUINpTkTKCWhD9ZunJXvodOD20GWk { width:15.875rem;height:13.5625rem;top:20.625rem;left:25.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei3eXySzVGPo4h01rTKNthCUp2tvvbXE { width:5.875rem;height:1.125rem;top:18.0625rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMZPkT2Wuhi2A1wXfssRRSlv6Qr5Thex { width:3.4375rem;height:3.4375rem;top:15.9375rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S19UMQIcex0g7LqVAdlTesJ8JT2xcynU { width:6.25rem;height:2.0625rem;top:44rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d066ctw1OlW8mIv3fyA9v872ghF0ZeS0 { width:17.8125rem;height:32.5rem;top:14.8125rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViMeIwuRiPGgA9G9TcEVOJAZlImQhema { width:11.0625rem;height:1.875rem;top:16.0625rem;left:36.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCZg43XsVKwNx3dUUny5ZBG4U9DL8l0h { width:15.875rem;height:6.75rem;top:20.625rem;left:31.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrGwZOMG5Xa7GRVGrbyiWWtwUwuXZZMa { width:5.875rem;height:1.125rem;top:18.0625rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wltmA0KI8MtTi6S5VsXu3lp57BWdqbeH { width:3.4375rem;height:3.4375rem;top:15.9375rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkgK2FgqNp94LUzOJe4OAImNnkXHLGAb { width:6.25rem;height:2.0625rem;top:44rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgFJPo8Nqt80qJs5CMVLHTVl8pqxmz8B { width:47.75rem;height:5.0625rem;top:7.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi { display:block; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP5QII9XDnVQh5I6RspPzuKksNk9Twgo { width:33.0625rem;height:;top:6.375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXxiBtOtfLoB4usCoUtGvIdTEHZU6RLZ { width:34.3125rem;height:11.4375rem;top:18.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqBPmlvDyfpZ9Tev9apnWM7kPob6ZRhh { width:18.125rem;height:3.125rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L17GDxb2Sa5BlleHvEdxXAVtLEE1qSBy { display:block; }
 }@media only screen and (max-width: 763px) { #UPPJNIvaRrAa6uazDDxgmTH1eDTl73X9 { width:31.8125rem;height:31.125rem;top:6.375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC { display:block; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCyaGk6xgF5NyBhFm3scNPFgEJ8aIWic { width:7.5rem;height:7.5rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9xMCCdDco67TqTlH9HWARkfWbgwh2Wp { width:3.75rem;height:3.75rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw2mDsNWqI0QKMgS7Ka3weMWWZ7OGTyA { width:7.4375rem;height:3.125rem;top:13.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S22iSoseqRUHuIO7a7vRpPO3gGo5o2wB { width:7.5rem;height:7.5rem;top:4.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxnTNOQnB0KJ550Op2dPs76T7oNGFF63 { width:4.125rem;height:3.6875rem;top:6.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S41QzC2q8Tw212ii8FWDUhg85msB4FyK { width:7.625rem;height:3.125rem;top:13.125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7vZBbxaiF2km79pi7UXchNWGSaAT3rS { width:7.5rem;height:7.5rem;top:4.75rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDxU0cXSlKNDwyd4mKeU2EBWrMe2W15J { width:3.875rem;height:4.5rem;top:6.25rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3OFBXHf8VP3mHIG1v2Jx1swGby4bL9E { width:7.625rem;height:3.125rem;top:13.125rem;left:13.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQ3u8WkWDTfI2hJryHNnQa7ApgGRMdaD { width:7.5rem;height:7.5rem;top:4.75rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soSdmox5EWnTUVzTehtwJ6BWxw9siooR { width:3.25rem;height:3.6875rem;top:6.6875rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grHn3TBdAm2lslqpGZaW9zQn8nTf2yFd { width:7.625rem;height:1.5625rem;top:13.125rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #An4tL4gnQUn4heR262wg0TmWEBMZTSvl { width:7.5rem;height:7.5rem;top:4.75rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPM3beRof2tOKPXRBEAZJM6QZJcyibkT { width:3.6875rem;height:3.6875rem;top:6.6875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSf6gUi1HeEHHqz5GDJti0DWw7KyRF8t { width:6.9375rem;height:1.5625rem;top:13.125rem;left:38.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnMn939ZDkTsv4MemAGN0i4GB6a8QyT7 { width:7.5rem;height:7.5rem;top:4.75rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV668BgvCShK6WXLsHNMxpPAOG3tHrQu { width:3.6875rem;height:3.6875rem;top:6.6875rem;left:44.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXT0VmCU9XRclgAb8Hl2Nem6TOn9VlaI { width:7.625rem;height:1.5625rem;top:13.125rem;left:40.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #umKBmV59EEWGwqFDEqKiL08x8S2Tv27z { display:block; }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvD15RqSBsyK3lkhSBBHlwn2TNVeP180 { width:23.125rem;height:77.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { display:block; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgwoTU7K5JkNmfL7hz9k47d59OmpVd2f { width:24rem;height:;top:2.875rem;left:11.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvPA1b03dcfwcW6EiZtiT8JGbW2AZFh9 { width:47.5625rem;height:3.8125rem;top:7.8125rem;left:0.09375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHXcq6LR1nmlq51KSQM2Za90IhNvu75o { width:18.125rem;height:3.125rem;top:13.4375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEkoZ1hHELEkqTdaleb5MuqXsqWHSoau { display:block; }
 }@media only screen and (max-width: 763px) { #XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 { display:block; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfqrLfuq1o4TxEvw8ycIpJCcZv88ONca { width:11.375rem;height:6.1875rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEERQ5I0p9QNCUSdNHlhTEeRTlfqO5b { width:27.4375rem;height:1.6875rem;top:3rem;left:20.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI { position:relative;z-index:auto;display:block; }#lU9W58fUowQHeTvk8xLQrPD7B5Lr5pgI > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2Isef8v8KTz92k0VTo6oo3TPWngWTbn { width:6.75rem;height:3.75rem;top:0.25rem;left:1.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bonFh4TEIEyLBVCDvct3q8HmnCBo30Gy { width:18.125rem;height:3.125rem;top:4.25rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GptgZ3Pv24TUlt9gkRJS5TG2Gp1stmhI { display:block; }
 }@media only screen and (max-width: 763px) { #wo965EmnGQOy00dL9DQ8kQhpRTvMAlvy { width:7.125rem;height:2.3125rem;top:0.96875rem;left:11.9375rem;z-index:15006;background-color:#61ce70;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eH9rNSdRDqpO1UnGmhBQlJFhg9vi7u87 { display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e33b8d3a-f736-410a-8f2c-a84cef42773f/ce120ebbistock2129024596_100000000000000000001o.jpg");background-position:top center !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.4); }#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.4); }#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:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wziLwvCoLcw3y6COvrRT8pCGlFM3MB7l { width:20rem;height:2.7749rem;top:10.4375rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OmQdQP93MT3WbCcXSw00fJ6KQiEPk8Cf { width:15.4375rem;height:3.25rem;top:6rem;left:2.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCOgvlFSpciu1vkTwM88A255ue359mHJ { width:20rem;height:6rem;top:17.3125rem;left:0.1875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MnWME3vhOOoUILyLgFUBIcxSEPhmbezT { width:14.5625rem;height:2.125rem;top:28.5rem;left:2.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXTZhVX1FHtemdVh9p405TLhoc2hPcHR { width:15.625rem;height:3.125rem;top:24.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuItrcagFLABLp0CskkCrZLszwLC5Oux { display:block; }
 }@media only screen and (max-width: 763px) { #qq5gX76ALubKMMPh5QMDecmEreFuSx2U { width:8.6875rem;height:2.5996125rem;top:38.25rem;left:0.4375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LRoX48I84V570u62lkPub2ir35I0HETf { width:9.6875rem;height:9.6875rem;top:32.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtBRQ3P1bVwoZgrcPdwZhL6UIziAtBzL { width:3.75rem;height:4.0625rem;top:33.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHuT7isdzzWZVv6ZL6cKEvSRbHxLEZFZ { width:9.6875rem;height:9.6875rem;top:32.0625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx4AsK211BZ2D56S4BG6yUPs4K68vqPy { width:3.8125rem;height:3.8125rem;top:33.5rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbLfd1Og4DQ8abVSTTbONZibDuafLuUg { width:7.5rem;height:2.5996125rem;top:38.25rem;left:11.5rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Wamy8Ga3dUw2zIOdPGiJiCs5BkhB6mqN { width:9.6875rem;height:9.6875rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJshh2m8VlSwoWuUiAwk12MS7Rio3o1C { width:4.4375rem;height:4.1875rem;top:43.4375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD5cHlGhFzAzGMHF4DhNoze65MTTVfSS { width:9.3125rem;height:3.8994125rem;top:47.9140625rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wLfbcmvy7HFU4nTUTubLPM46dfey7QHd { width:9.6875rem;height:9.6875rem;top:42.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGJt6JLSvOOBm37Nmxco00z7w2k4ow0J { width:4.1875rem;height:4.1875rem;top:43.4375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqFJg4sMcSp3szET1eZmglcF3B6yg3td { width:7.75rem;height:2.5996125rem;top:48.5869140625rem;left:11.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #iL9UBA1SfcPaybwz2VMIVlZA5orKG3SQ { width:20rem;height:3.2246125rem;top:13.2109375rem;left:0rem;font-size:2.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw { background-color:#ffffff;background-image:none;display:block; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { background-color: transparent; background-image: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container > .video-iframe-container { display: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row > .video-iframe-container { display: none; }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .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); }#Oi7P1HIwd19XA99IZ1QTh2lMM4sLJWIw > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FaWq4NOqnmt6zF8QSibhwggWBWgTmTAX { top:1.875rem;left:0rem;width:19.9375rem;height:66.6875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA { display:block; }#TMonzUBsSdZ7HCazINJ61ZXIWPsvLZDA > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ESAxXwPDuMgF4K5cUqO6ST36n4PTOwpa { width:20rem;height:5.3994125rem;top:1.3125rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NbLlFMaPwLBsKpW0QM7pifmz7lQ4Ju7l { width:20rem;height:9rem;top:7.5rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pg97qpTVtwluKvdxkgPiy6VUeKmkb6br { width:20rem;height:7.5rem;top:17.6875rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #LlXBuniRHWUGwQL1dXW4QVykFKGZGT9u { width:20rem;height:4.5rem;top:27.0625rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FdQGa91igNyOo69XFU4zaaNVBNhpoDEu { width:18.125rem;height:3.125rem;top:33.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMMUySybVWMMhQcE3l7JWaRVoxK1wSPf { display:block; }
 }@media only screen and (max-width: 763px) { #EXdbK3R9Zguy1NZg8gOF2GxLtJLtUPu3 { width:6.625rem;height:3.75rem;top:32.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/91cf0c1b-9f72-48d0-a511-d36c77b13b0c/82183591istock2158042897_100000000000000000001o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.adaptive-delivery-prevent-bg, #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.lazyload, #OLAwOv3eM92hC76Kd4AlTIvfu1emuogn.lazyloading { background-image: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { background-color: transparent; background-image: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container > .video-iframe-container { display: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .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); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row > .video-iframe-container { display: none; }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .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); }#OLAwOv3eM92hC76Kd4AlTIvfu1emuogn > .row .container { width:20rem;height:70.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DER9aFO19f1Ka2mnmFIg4Cga0LeFfJkh { width:20rem;height:2.69970625rem;top:3.125rem;left:0rem;font-size:2.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #X8G1FDdx9TzhWgPrtwtqk2OCa7x1XlJ8 { width:17.1875rem;height:4.798825rem;top:14.4375rem;left:1.4375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #NzpbggDhR38a8xfWC0xQTz1glF71lNSf { width:20rem;height:13.1875rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIz21OTLxqDILaNiCKtQmJcOcwOtzFTM { width:12.375rem;height:1.5rem;top:9rem;left:3.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DLwPqqDoe3VUQw48KfVoqAIkd4dKXJsG { width:17.8125rem;height:2.3999rem;top:11.4375rem;left:1.125rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LTTtSDv1qSbUGdLoCID2ZGXNpT61hzgi { width:20rem;height:13.25rem;top:22.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbxsG3zUGMbX2sToxp7TEXATz0NKZBDi { width:12.375rem;height:1.5rem;top:23.4375rem;left:3.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HPUPLWIDz7QwVXuGkBKVyJ6RZlGdGiKJ { width:17.8125rem;height:2.3999rem;top:25.875rem;left:1.125rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tNaWaau4zNmBFXTT7PBkyZPW0czNfJBc { width:17.1875rem;height:4.798825rem;top:28.875rem;left:1.4375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #vvMncRCwgdE7ZJDHo2RZsPupvgDxqaut { width:20rem;height:12.875rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd166pyTMOTpgWRxgvrnpzWwiTDwnwTR { width:17.8125rem;height:2.3999rem;top:40.375rem;left:1.125rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OWRDq53aOUcTevTCncXVTZuvzSHWLUHa { width:12.375rem;height:1.5rem;top:37.9375rem;left:3.8125rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TVFdJ2ODbrt6WykQzg1tBSRQD6fnNqI0 { width:17.1875rem;height:4.798825rem;top:43.375rem;left:1.4375rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #oND6Bpr4mMCkeFgg4ItZdofRohwT3XKq { width:20rem;height:15.5625rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf6lXx6XuUHfDiiWPBpDkr4HgJuim2yt { width:17.8125rem;height:2.3999rem;top:54.5rem;left:1.0625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #zZcSXNb53mvC6OnOkwxfhT6gZPcwowBW { width:12.375rem;height:1.5rem;top:52.0625rem;left:3.75rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bX44wFi82hTmKUgU6Cr8R0dJkSV8RybN { width:17.9375rem;height:6.3984375rem;top:57.5rem;left:1rem;font-size:1rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG { display:block; }#FX2nkfcPbgTOxFS5Br5d3xt9vukLvyIG > .row .container { width:20rem;height:18.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AMiWOUwyThRIStIIRtR92EnIxqD9c6hr { width:20rem;height:2.7749rem;top:2.8125rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WBo4k3qeypdEXJ0EpOHB7oUIucaFUBry { width:17.8125rem;height:4.5rem;top:6.5rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yxsElZ1d5meJ54CAlLEMHkDSoIrLrBcb { width:14.6875rem;height:3.125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNHbyUyhnTFw8XA5hUdz8oquaoMZTO7T { display:block; }
 }@media only screen and (max-width: 763px) { #WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e { display:block; }#WCXJk4hdqf6pMy6M22K3Le94WhsVCO5e > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iXwLAd2ovnsivkrhVH6G8IU5m3Q8rO3U { width:20rem;height:5.54980625rem;top:6.375rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rgLCZrvTSJnKUyUFTGzDBEGPFFIyewcv { width:19.25rem;height:3.1875rem;top:2.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pTNEhRTrztWhpHd171ylPDsEldiz31Ns { width:19.875rem;height:6rem;top:38.6875rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vE3DZ1vWXAGPyC2bG4PH3b8app7T1vFw { width:10rem;height:3.375rem;top:13.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9mQ4un75yyTs1uwUyH3MI00NzqdF49k { width:10rem;height:3.4375rem;top:13.79296875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #gReVTldKqsa16wrOyQdGrB2o3cCJ9qyV { width:10rem;height:3.5rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #in18TEheNWEFHpLTkQNfvklhbLP170Mm { width:10rem;height:3.5rem;top:17.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lrl109MR5nRkc4FW1J0wF2k9RHA3XTDD { width:10rem;height:3.5rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIKNlXt6S7dzN82KqpUl2AEKTG2XIx5e { width:7.5625rem;height:1.5rem;top:23.3125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orkeu4zhv6fq72h1QU1Iml6g4K0c6s5d { width:8.1875rem;height:2.375rem;top:27.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XU4QkLvpPfN5JyKhuqDnJTH1ewKuaevp { width:9.0625rem;height:1.8125rem;top:28.25rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnFdeh2L1pzVCt604K98o440CF9aXqE3 { width:8.125rem;height:2.75rem;top:32.6875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9TddbWPqSTlJu010rNt3GrLy6oGO9GE { width:8.125rem;height:1.9375rem;top:23.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8nUnVhJwX9VOiGeumDAAmFyhgZ8DxJg { width:18.125rem;height:3.125rem;top:45.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0DTn26zrCsgEoWD16J91XLv8Reho9FV { display:block; }
 }@media only screen and (max-width: 763px) { #oIKZaaJD0xlfGBMp486OHRdGNdNrNciI { display:block; }#oIKZaaJD0xlfGBMp486OHRdGNdNrNciI > .row .container { width:20rem;height:134.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqcQFhTyK48XgVH30OsivDvJ8TBXdhTs { width:20rem;height:5.54980625rem;top:3.125rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #prPdHJ47E2Ey3cNd2y8Ww0CRtO9evwu5 { width:17.8125rem;height:31rem;top:26.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9MVJcPrAgUoiOq5u0PDTICh2vgNwxaZ { width:15.3125rem;height:18rem;top:32.5rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CvUW0btuFJ4CRZN5XOavoDKXaFLs8LM7 { width:3.4375rem;height:3.4375rem;top:27.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7dNn0uR1TkGbbQlztd7Wa0ddMQT5dQs { width:11.0625rem;height:1.6875rem;top:27.9375rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QDNBWHx0icTHIXWaGMi2LfTvSNTJa07o { width:5.875rem;height:1.125rem;top:29.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPg0GteSVZkym4TfmzxMNgOV05uUWdJa { width:6.25rem;height:2.0625rem;top:54.125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EONDgBqD165UzTDlMbXb7EdZKWPe6T8O { width:17.8125rem;height:25.8125rem;top:59.5625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnITrWLcT7CT08KWFU2vMU4PIZrzPHo1 { width:15.3125rem;height:13.5rem;top:65.375rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JMBdsX5wbrlwuiH67bd96ATrlaLhq9kQ { width:6.25rem;height:2.0625rem;top:82rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImwUk4RstLaryRHBpr2RE59uT1H4SZLt { width:3.4375rem;height:3.4375rem;top:60.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb9oODMKQ3CAET0CzfWa0GTH7kfLf9pG { width:5.875rem;height:1.125rem;top:62.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJmVolP764UrxWnFTdBomOJQyR7GhJ9h { width:11.0625rem;height:1.6875rem;top:60.8125rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vZr2WDfC1XNECReEMyVWtFsaiNWoS1cz { width:17.8125rem;height:24.25rem;top:86.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpmkll3Rx9fzhifDcCi2vr09h8dxE9lR { width:11.0625rem;height:1.6875rem;top:87.875rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wuBxUINpTkTKCWhD9ZunJXvodOD20GWk { width:15.875rem;height:12rem;top:92.4375rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ei3eXySzVGPo4h01rTKNthCUp2tvvbXE { width:5.875rem;height:1.125rem;top:89.875rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMZPkT2Wuhi2A1wXfssRRSlv6Qr5Thex { width:3.4375rem;height:3.4375rem;top:87.75rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S19UMQIcex0g7LqVAdlTesJ8JT2xcynU { width:6.25rem;height:2.0625rem;top:107.5625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d066ctw1OlW8mIv3fyA9v872ghF0ZeS0 { width:17.8125rem;height:18.25rem;top:112.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViMeIwuRiPGgA9G9TcEVOJAZlImQhema { width:11.0625rem;height:1.6875rem;top:114rem;left:6.3125rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #pCZg43XsVKwNx3dUUny5ZBG4U9DL8l0h { width:15.875rem;height:6rem;top:118.5625rem;left:2.0625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #PrGwZOMG5Xa7GRVGrbyiWWtwUwuXZZMa { width:5.875rem;height:1.125rem;top:116rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wltmA0KI8MtTi6S5VsXu3lp57BWdqbeH { width:3.4375rem;height:3.4375rem;top:113.875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkgK2FgqNp94LUzOJe4OAImNnkXHLGAb { width:6.25rem;height:2.0625rem;top:127.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgFJPo8Nqt80qJs5CMVLHTVl8pqxmz8B { width:20rem;height:15rem;top:9.6484375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi { display:block; }#BmkvxuEHd35cVZMXmGaGqOJmGXK4AATi > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP5QII9XDnVQh5I6RspPzuKksNk9Twgo { width:20rem;height:7.6494375rem;top:3.125rem;left:0rem;font-size:2.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #CXxiBtOtfLoB4usCoUtGvIdTEHZU6RLZ { width:20rem;height:13.5rem;top:12rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vqBPmlvDyfpZ9Tev9apnWM7kPob6ZRhh { width:18.125rem;height:3.125rem;top:27.0244140625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L17GDxb2Sa5BlleHvEdxXAVtLEE1qSBy { display:block; }
 }@media only screen and (max-width: 763px) { #UPPJNIvaRrAa6uazDDxgmTH1eDTl73X9 { width:20rem;height:19.8125rem;top:31.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC { display:block; }#FurvKu4qfi6Ga7QSrQWeIlK30IAGaLGC > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCyaGk6xgF5NyBhFm3scNPFgEJ8aIWic { width:7.5rem;height:7.5rem;top:1.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9xMCCdDco67TqTlH9HWARkfWbgwh2Wp { width:3.75rem;height:3.75rem;top:3.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw2mDsNWqI0QKMgS7Ka3weMWWZ7OGTyA { width:7.4375rem;height:2.5996125rem;top:10.1875rem;left:1.125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S22iSoseqRUHuIO7a7vRpPO3gGo5o2wB { width:7.5rem;height:7.5rem;top:1.875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxnTNOQnB0KJ550Op2dPs76T7oNGFF63 { width:4.125rem;height:3.6875rem;top:3.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #S41QzC2q8Tw212ii8FWDUhg85msB4FyK { width:7.625rem;height:2.5996125rem;top:10.1875rem;left:11.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q7vZBbxaiF2km79pi7UXchNWGSaAT3rS { width:7.5rem;height:7.5rem;top:15.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDxU0cXSlKNDwyd4mKeU2EBWrMe2W15J { width:3.875rem;height:4.5rem;top:16.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3OFBXHf8VP3mHIG1v2Jx1swGby4bL9E { width:7.625rem;height:2.5996125rem;top:23.375rem;left:1.0625rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #LQ3u8WkWDTfI2hJryHNnQa7ApgGRMdaD { width:7.5rem;height:7.5rem;top:27.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #soSdmox5EWnTUVzTehtwJ6BWxw9siooR { width:3.25rem;height:3.6875rem;top:29.375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #grHn3TBdAm2lslqpGZaW9zQn8nTf2yFd { width:7.625rem;height:1.29980625rem;top:35.5625rem;left:1.125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #An4tL4gnQUn4heR262wg0TmWEBMZTSvl { width:7.5rem;height:7.5rem;top:15.25rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPM3beRof2tOKPXRBEAZJM6QZJcyibkT { width:3.9375rem;height:3.9375rem;top:16.6875rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSf6gUi1HeEHHqz5GDJti0DWw7KyRF8t { width:5.5625rem;height:2.5996125rem;top:23.375rem;left:12.3125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nnMn939ZDkTsv4MemAGN0i4GB6a8QyT7 { width:7.5rem;height:7.5rem;top:27.4375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BV668BgvCShK6WXLsHNMxpPAOG3tHrQu { width:3.6875rem;height:3.6875rem;top:29.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXT0VmCU9XRclgAb8Hl2Nem6TOn9VlaI { width:7.625rem;height:1.29980625rem;top:35.5625rem;left:11.375rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #umKBmV59EEWGwqFDEqKiL08x8S2Tv27z { background-color:#ffffff;background-image:none;display:block; }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row .container { background-color: transparent; background-image: none; }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row .container > .video-iframe-container { display: none; }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row > .video-iframe-container { display: none; }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .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); }#umKBmV59EEWGwqFDEqKiL08x8S2Tv27z > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvD15RqSBsyK3lkhSBBHlwn2TNVeP180 { top:1.875rem;left:0rem;width:19.9375rem;height:66.6875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ { display:block; }#gkTlC3fsxkDWONa7HnaqMckXvCRwkPLZ > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mgwoTU7K5JkNmfL7hz9k47d59OmpVd2f { width:20rem;height:2.7749rem;top:3.125rem;left:0rem;font-size:2.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tvPA1b03dcfwcW6EiZtiT8JGbW2AZFh9 { width:19.1875rem;height:7.5rem;top:6.63671875rem;left:0.40625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #oHXcq6LR1nmlq51KSQM2Za90IhNvu75o { width:18.125rem;height:3.125rem;top:15.38671875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEkoZ1hHELEkqTdaleb5MuqXsqWHSoau { display:block; }
 }@media only screen and (max-width: 763px) { #XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 { position:relative;z-index:auto;display:block; }#XxH1FoKq2e5D9SfqcxpC1supEHlE7u57 > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JfqrLfuq1o4TxEvw8ycIpJCcZv88ONca { width:9.6875rem;height:5.3125rem;top:1.8125rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEERQ5I0p9QNCUSdNHlhTEeRTlfqO5b { width:17.1875rem;height:1.13720625rem;top:8.125rem;left:1.40625rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }