.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/D1aE78tQ/bg_top.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3.adaptive-delivery-prevent-bg, #Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3.lazyload, #Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3.lazyloading { background-image: none; }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row .container { background-color: transparent; background-image: none; }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row .container > .video-iframe-container { display: none; }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row > .video-iframe-container { display: none; }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .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); }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row .container { border-width: 0; border-radius: 0; }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;overflow:visible;position:relative;display:block; }#sQbmvfKvmP6moshhCHdCdyHIyzr5Nd7a { 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:4.4375rem;width:9.625rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#vDXcIHwByXznw0vXHrAncfu7I1L95Fkb { color:#141617;display:block;width:38.3125rem;position:absolute;font-family:montserrat;font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:8.875rem;left:0rem;height:12.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t6QkkSX265CoBMompQunDeMKIoiJgulV { color:#141617;display:block;width:44.875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:3.8999rem;display:block; }
#MOX7UtKm7D3tph245TWy6AESeR2gs4zn { color:#141617;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:26.8125rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#kfFgET2CD0c7p3UNJoC6FDyt8pu3pE1y { 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:2.125rem;width:1.5rem;top:26.90625rem;left:19.375rem;overflow:hidden;display:block; }
#xn6bBxyCsqdO3Byh2vKu7sUvMUvihoMz { 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:2.125rem;width:1.5rem;top:26.90625rem;left:21.5625rem;overflow:hidden;display:block; }
#floRyO26JZzOddV0a72RRSAvDtpNpQyo { 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:2.125rem;width:1.5rem;top:26.90625rem;left:23.75rem;overflow:hidden;display:block; }
#FcOIgPpDprEpGUKG4wnJvgTBR8KoTzAF { 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:2.125rem;width:1.5rem;top:26.90625rem;left:25.9375rem;overflow:hidden;display:block; }
#lT6h38B9WFceTasxRgAgPGFeBaxbwO9W { 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:2.125rem;width:1.5rem;top:26.9375rem;left:28.125rem;overflow:hidden;display:block; }
#wVX9N0kmJbc5BxBfNiszXZwSEJxDEuMw { 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.125rem;width:1.5rem;top:26.9375rem;left:30.3125rem;overflow:hidden;display:block; }
#R4pVy6u2NOIG4ERRq6MDr9hFtTZOTIDT { 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.125rem;width:1.5rem;top:26.9375rem;left:32.5rem;overflow:hidden;display:block; }
#zVqc2LUqGkbs04LMK6HBr7tlT54lswCs { 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:2.125rem;width:1.5rem;top:26.9375rem;left:34.6875rem;overflow:hidden;display:block; }
#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/45caSCM1/bg_section.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp.adaptive-delivery-prevent-bg, #FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp.lazyload, #FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp.lazyloading { background-image: none; }#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp > .row .container { background-color: transparent; background-image: none; }#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp > .row .container > .video-iframe-container { display: none; }#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp > .row > .video-iframe-container { display: none; }#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp > .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); }#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp > .row .container { border-width: 0; border-radius: 0; }#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#hhBcMDiE9ol0atr7ISqGOT7S7ENp1pGp { background-color:#d4262d;background-image:url("https://images.assets-landingi.com/eo9dfp4m/arrow.png");background-position:center right !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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:5.25rem;text-decoration:none;z-index:15003;text-align:left;text-align-last:left;top:3.3125rem;left:0rem;display:block; }#hhBcMDiE9ol0atr7ISqGOT7S7ENp1pGp.adaptive-delivery-prevent-bg, #hhBcMDiE9ol0atr7ISqGOT7S7ENp1pGp.lazyload, #hhBcMDiE9ol0atr7ISqGOT7S7ENp1pGp.lazyloading { background-image: none; }
#rqpbnkVvlIHbugM0pviogWEitfhWKAtP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dmq8FLlDEDAKQzTPVGhnvZG84Xdvwl0e { 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:7.375rem;width:7.75rem;top:2.15625rem;left:29.6875rem;overflow:hidden;display:block; }
#xz8rK4HSUxA6GiZgCZgwJeIc2aElDeui { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.75rem;left:45.21875rem;height:4.38720625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 .widget-text.counter-number { border-top:0.0625rem solid #e2e2e2;border-left:0.0625rem solid #e2e2e2;border-right:0.0625rem solid #e2e2e2;border-bottom:0.0625rem solid #e2e2e2;background-color:transparent;background-image:none;color:#e2e2e2;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 .widget-text.counter-label { background-color:;background-image:none;color:#f8efea;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18.5rem;height:5.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3.25rem;left:54.96875rem;z-index:15012; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #HrbboNTFf26sTHByewMM9r3GUT1gvAfr { display:flex;position:relative;top:0rem;left:0rem; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #X6BsrbUGTmmFxoq6wKl81Ubh8rhP6sKT { width:auto; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #f5GB2BMQHKW3BFUKFcfdnJG7xSPtT2wV {  }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #y9h4x8RmZXAS8BRJoNNlvWOulRu1oABP { display:flex;position:relative;top:0rem;left:0rem; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #bpEXKBH549XaTua4oobHEET39FZcShKn {  }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #lRwMTxAx78BSWvn777qdt1Pcl0IpFlTW {  }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #qrPPhxLOFZ3Z959O7ywZNiSpJ7FIHSNs { display:flex;position:relative;top:0rem;left:0rem; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #Qy6LlHuTHg9e6TvsSccEFXE0ThQHXRr1 {  }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #lurDKwlD8KixFsGwmE0Fzxa306P0fy4K {  }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #DODuJT37QmPt9JZEwVFbxEGbtW3GXgLo { display:flex;position:relative;top:0rem;left:0rem; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #QLlzi8qKff1ZMyCDErEtSq6c5VPUKaXh {  }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #aBHDqRSx7vpZlzCTubNMfm2Zh4D3iVT0 {  }
#pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r > .row .container { background-color: transparent; background-image: none; }#pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r > .row .container > .video-iframe-container { display: none; }#pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r > .row > .video-iframe-container { display: none; }#pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r > .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); }#pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r > .row .container { border-width: 0; border-radius: 0; }#pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r > .row .container { font-size:0.875rem;font-family:arial;height:40rem;width:75rem;position:relative;display:block; }#lemCQf53Wc6NSH8LU9r6accIVyNgNr5D { color:#000000;display:block;width:28.1875rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:6.25rem;left:4.65625rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ULTwVfFX6lk5GTUoy7AFUFWRB7bpSW9N { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #d4262d;border-left:0.25rem solid #d4262d;border-right:0.25rem solid #d4262d;border-bottom:0.25rem solid #d4262d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:14.1875rem;left:4.0625rem;display:block; }
#arbrdpPh1bzP878moVu2ndIUeN2vv2Ey { color:#d4262d;display:block;width:2.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.8125rem;left:4.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BH0TKi2sq3470f55fC0Ub98MiAxTgfyU { color:#141617;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:14.0625rem;left:6.9375rem;height:2.69921875rem;font-style:normal;display:block; }
#ToeSfyRFTL044tGlpL95Wm5JpfZgWCFF { color:#141617;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:18.1875rem;left:6.9375rem;height:2.69921875rem;font-style:normal;display:block; }
#zkyt5tFN4Q7Z3CmhUf8QlSNcpxSXO8tq { color:#141617;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:22.3125rem;left:6.9375rem;height:4.048825rem;font-style:normal;display:block; }
#U6NUAEBvyChuH0UTEQS1HLIwGPrT42wa { color:#141617;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:26.625rem;left:6.875rem;height:2.69921875rem;font-style:normal;display:block; }
#f5mZt6PpkDnKzbCA7CRTx0BgFRq8TlTI { color:#141617;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:30.75rem;left:6.875rem;height:2.69921875rem;font-style:normal;display:block; }
#vgNSODpQD2ssEd6Zt0GXXs0BUe7urZbx { color:#141617;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:34.875rem;left:6.875rem;height:4.048825rem;font-style:normal;display:block; }
#JxUmUmnzRAGETSLNxT8ErbLIq0JXWVan { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:6.25rem;left:37.71875rem;height:7.19925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGtW4tJPMWacVLUdmf2toZufyewiRL86 { color:#141617;display:block;width:26.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:14.0625rem;left:44.375rem;height:5.8496125rem;font-style:normal;display:block; }
#CiySRkEUgT66kaifcGvHUOwiTAmAinOT { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #d4262d;border-left:0.25rem solid #d4262d;border-right:0.25rem solid #d4262d;border-bottom:0.25rem solid #d4262d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:20.375rem;left:44.375rem;display:block; }
#Mk3MGlhx7czcBcn9wf2bhXCBA6wrRrTt { 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:0.9375rem;width:1.125rem;top:21.125rem;left:44.5625rem;overflow:hidden;display:block; }
#rrTbdp69D8GBhyJnpJuUEuMRpoPQR7AA { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #d4262d;border-left:0.25rem solid #d4262d;border-right:0.25rem solid #d4262d;border-bottom:0.25rem solid #d4262d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:18.3125rem;left:4.0625rem;display:block; }
#ldWKKu9QdBzxPUKoB7y4nGxXsDTNEath { color:#d4262d;display:block;width:2.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.9375rem;left:4.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dUHZBwVtdiED03vUrwZ2Ka3sCu49t3bl { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #d4262d;border-left:0.25rem solid #d4262d;border-right:0.25rem solid #d4262d;border-bottom:0.25rem solid #d4262d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:22.3125rem;left:4.0625rem;display:block; }
#LKiG2Lwc6o6XSXyiPR53rshXSQ9Ukt3g { color:#d4262d;display:block;width:2.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.9375rem;left:4.0625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#smgdBiK9NE7WCkMTksxxTuXgW5A3afD0 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #d4262d;border-left:0.25rem solid #d4262d;border-right:0.25rem solid #d4262d;border-bottom:0.25rem solid #d4262d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:26.75rem;left:4rem;display:block; }
#GWWG6pSOzJsLUZV5WINebSZISsb6aPtz { color:#d4262d;display:block;width:2.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:27.375rem;left:4rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aGVlb5OLKpJH3vddcbnRZpEKgMpgbmn5 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #d4262d;border-left:0.25rem solid #d4262d;border-right:0.25rem solid #d4262d;border-bottom:0.25rem solid #d4262d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:30.875rem;left:4rem;display:block; }
#mRGg9V2NLlS9yB1Wq7AEu3KiQcilVsDT { color:#d4262d;display:block;width:2.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.5rem;left:4rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxiZ96T8vZbOL02d04bIP0LnFwa4tNgE { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #d4262d;border-left:0.25rem solid #d4262d;border-right:0.25rem solid #d4262d;border-bottom:0.25rem solid #d4262d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:34.875rem;left:4rem;display:block; }
#QhArkLIHkUSgHiZMzvWF0HSCCne4yAbq { color:#d4262d;display:block;width:2.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:35.5rem;left:4rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VlAVPDH1WZ7AzZ7zfaakSkx1nfwtisFD { color:#141617;display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:20.9375rem;left:47.25rem;height:1.3496125rem;font-style:normal;display:block; }
#ukhUZfKS9VOtKrirTeEKu6SedFMxD9gK { color:#141617;display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:24.8125rem;left:47.3125rem;height:1.3496125rem;font-style:normal;display:block; }
#pPguZQdouMmzEWmQi2xdRAEf7F4gUBZF { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #d4262d;border-left:0.25rem solid #d4262d;border-right:0.25rem solid #d4262d;border-bottom:0.25rem solid #d4262d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:24.25rem;left:44.375rem;display:block; }
#dtcTcMdemRlrIpPdbRpW6SpImq6M8A89 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:1.125rem;top:25rem;left:44.5625rem;overflow:hidden;display:block; }
#JBgAT7BG9HnNSEkfwb7iqeKvo1T16cNE { color:#141617;display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:27.9375rem;left:47.375rem;height:2.69921875rem;font-style:normal;display:block; }
#fHlxlgPDAgkoBFgCeUefL5c7dGB8V75N { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #d4262d;border-left:0.25rem solid #d4262d;border-right:0.25rem solid #d4262d;border-bottom:0.25rem solid #d4262d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:28.125rem;left:44.375rem;display:block; }
#AWp0tabvTK4XUR9TeJNh6KvL44wX4tDi { 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:0.9375rem;width:1.125rem;top:28.875rem;left:44.5625rem;overflow:hidden;display:block; }
#h4ZgegMonHcS15plLKlor1fPMXlipW6r { color:#141617;display:block;width:23.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:31.875rem;left:47.375rem;height:2.69921875rem;font-style:normal;display:block; }
#cpkghCMBZzUTzlGfLT1UZmcPNECmCfDa { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #d4262d;border-left:0.25rem solid #d4262d;border-right:0.25rem solid #d4262d;border-bottom:0.25rem solid #d4262d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:32.0625rem;left:44.375rem;display:block; }
#OPQFrczV9VSEXGM1dnoqVcJTneqThqbu { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:1.125rem;top:32.8125rem;left:44.5625rem;overflow:hidden;display:block; }
#w7wktHwlKR3T5mAZuQxZLAD1ZC8uaJu3 { color:#141617;display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:36.0625rem;left:44.375rem;height:2.92480625rem;font-style:normal;display:block; }
#BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh > .row .container { background-color: transparent; background-image: none; }#BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh > .row .container > .video-iframe-container { display: none; }#BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh > .row > .video-iframe-container { display: none; }#BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh > .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); }#BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh > .row .container { border-width: 0; border-radius: 0; }#BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#ezr5tpDKuDu4Odlb7V4uaIcf71aowq4f { color:#d4262d;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez > .row .container { background-color: transparent; background-image: none; }#VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez > .row .container > .video-iframe-container { display: none; }#VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez > .row > .video-iframe-container { display: none; }#VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez > .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); }#VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez > .row .container { border-width: 0; border-radius: 0; }#VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez > .row .container { font-size:0.875rem;font-family:arial;height:121.875rem;width:75rem;position:relative;display:block; }#WVuCN9TsPgkyKUATRAapMIVIDwpAS9SN { color:#141617;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V7khplWss2JmgbrCxKfMCePacCVNgrtH { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f8efea;border-left:0.25rem solid #f8efea;border-right:0.25rem solid #f8efea;border-bottom:0.25rem solid #f8efea;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:10.5625rem;left:0rem;display:block; }
#CgfEzdC2XpaNAAWh3Coo6usWTBLAhtEh { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.59375rem;left:2.65625rem;height:4.38720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ml2Ed3yUMCqxsu1u3bROM13qpSnZkkZg { position:absolute;display:block;z-index:15004;background-color:#f8efea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:8rem;left:17.8125rem;display:block; }
#xqmkRLO1Lyl07lOBRCys58y9TTb6ZFuD { 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:2.1875rem;width:2.75rem;top:2.75rem;left:17rem;overflow:hidden;display:block; }
#VukT7JSEzI0gTENRXBGn9k6lghw7AoRg { position:absolute;display:block;z-index:14999;background-color:#f8efea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:92.1875rem;width:0.125rem;top:9.375rem;left:18.4375rem;display:block; }
#mRlsgnJ4Q0bdU0pgnl0igJHzbVMdC6Mp { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:2.28125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QDOh94ciMIF8uvJVPuTwRGXDINowBtHV { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f8efea;border-left:0.25rem solid #f8efea;border-right:0.25rem solid #f8efea;border-bottom:0.25rem solid #f8efea;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:19.625rem;left:0rem;display:block; }
#wdgoIrnoNvXwb1TspmtyJaPEPaZf6ddX { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:23rem;left:2.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n3wU8bEy489zyKUUozgrXamurcED62Qa { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:21.5rem;left:2.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f6OGgyGoLmuNXtI20vrArNHJO8SiO6g6 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f8efea;border-left:0.25rem solid #f8efea;border-right:0.25rem solid #f8efea;border-bottom:0.25rem solid #f8efea;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:28.6875rem;left:0rem;display:block; }
#vK8hcqPpKxT4xT3c4edCVIZ1xbIHdelE { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:32.0625rem;left:2.3125rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zo0QAh9oEDCzSy0Ca2OK4p2Izsi89t0k { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.5625rem;left:2.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TZULTZpBIQq5q4Okk6Q76ryGzhEb6Tbr { 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.5rem;width:2.875rem;top:37.75rem;left:16.9375rem;overflow:hidden;display:block; }
#q2Cs6hqCie31v6WCzATII1V6oh9ntRa4 { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:40.875rem;left:2.28125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTlp48WV4G3rNbI1VAnva66QOpZcmr9y { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f8efea;border-left:0.25rem solid #f8efea;border-right:0.25rem solid #f8efea;border-bottom:0.25rem solid #f8efea;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:66.9375rem;left:0.25rem;display:block; }
#zTCTECcUhUzQH0QiTgvIa0pTlnThVCCU { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:70.3125rem;left:2.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JxH2RTkLwULAECgLdzHaBzWMTH0eRV6A { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:68.8125rem;left:2.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yseh4rVcQt6VKfdIFmOVKstXklIRLGch { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f8efea;border-left:0.25rem solid #f8efea;border-right:0.25rem solid #f8efea;border-bottom:0.25rem solid #f8efea;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:52.25rem;left:0.25rem;display:block; }
#blzP9fTiARSvXzWBs8LpbMo0dt0wQ5UT { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:55.625rem;left:2.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zQtfqUZynsFE3AS1ZTcVBiB000c4H17T { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:54.125rem;left:2.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I3SNWey4tUBadqKOOIt4QUaW0wWMH1C3 { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f8efea;border-left:0.25rem solid #f8efea;border-right:0.25rem solid #f8efea;border-bottom:0.25rem solid #f8efea;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:43.1875rem;left:0.25rem;display:block; }
#GtaANVBAwOPMPWSwdueAVaAMvz1mnRXJ { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:46.5625rem;left:2.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bEedoq5H6BJd6Agm4s154gWcmXo02ScT { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:45.0625rem;left:2.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IuXSrHONp54x4xcIeRuotsxh2FtfqIRl { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:3.125rem;top:61.3125rem;left:16.8125rem;overflow:hidden;display:block; }
#qmEGesaB6XNulsiLqOEDi0Qllgig3h0A { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:64.5625rem;left:2.28125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LG7cHeO9m90WnylRQt03JrnogkVKkF1J { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f8efea;border-left:0.25rem solid #f8efea;border-right:0.25rem solid #f8efea;border-bottom:0.25rem solid #f8efea;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:76rem;left:0.25rem;display:block; }
#mArEt63fcDR65edfpRMQ5odVWUTfvMKJ { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:79.375rem;left:2.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l9OnT27hlgARsxlfzidkBXeuvEyW81pB { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:77.875rem;left:2.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LpWiChRlU1xlZkgVymu0wdEyaHoi3rFf { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f8efea;border-left:0.25rem solid #f8efea;border-right:0.25rem solid #f8efea;border-bottom:0.25rem solid #f8efea;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:91.375rem;left:0.375rem;display:block; }
#HicQFoWntAWhcQ8rhvbAXd2cSwaAVkIA { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:94.75rem;left:2.6875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Bag1x1p841DRtodeWlgtF6R3x1hJCIvE { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:93.25rem;left:2.6875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cAE1bK5TBGcXIzDcNTUU3ZzKRILicGvB { position:absolute;display:block;z-index:15005;background-color:#f8efea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:100.5rem;left:17.75rem;display:block; }
#VBRKQiC8uXF4E653hu2aIEJz4DebLIoW { 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.3125rem;width:3.375rem;top:105.375rem;left:17.125rem;overflow:hidden;display:block; }
#Q6BrWqT42kXLnTxWac0blfIoyu5Ab7WZ { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:101.9375rem;left:2.75rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BPMpvdnmA84JUdeZmsVpEuxw9Oetqcae { background-color:#d4262d;background-image:url("https://images.assets-landingi.com/eo9dfp4m/arrow.png");background-position:center right !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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:5.25rem;text-decoration:none;z-index:15004;text-align:left;text-align-last:left;top:113.6875rem;left:9.8125rem;display:block; }#BPMpvdnmA84JUdeZmsVpEuxw9Oetqcae.adaptive-delivery-prevent-bg, #BPMpvdnmA84JUdeZmsVpEuxw9Oetqcae.lazyload, #BPMpvdnmA84JUdeZmsVpEuxw9Oetqcae.lazyloading { background-image: none; }
#SQGf1JK5OHqQfEUImoBm3SfwTi2RDt2l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rRVxFsnBPaL7bTRND9dMtMOmKCivmGgR { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:111.125rem;left:9.8125rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mlT86gDI2hquhPpF1b9uRTfgeDPEkS5r { color:#141617;display:block;width:36.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:38.25rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R6PSIkqHQwDGdc30WrBmkudRLeFs74ls { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5625rem;left:40.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oNRR0yQRt3RVUzmEPFLJIT3vuvkyO4ND { 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:2.75rem;top:2.75rem;left:55.25rem;overflow:hidden;display:block; }
#JTrTknpeENTCskwy14LM6ZT8kDTtfLpt { position:absolute;display:block;z-index:15012;background-color:#b2b2b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:7.9375rem;left:55.9375rem;display:block; }
#uwwHBQ4sZmRtyiwe5owkcRDNNGqNsBP1 { position:absolute;display:block;z-index:15007;background-color:#b2b2b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:92.1875rem;width:0.125rem;top:8.375rem;left:56.59375rem;display:block; }
#d76m9rRMKXWV6zBlPA041GPDqOn7F6pg { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #b2b2b2;border-left:0.25rem solid #b2b2b2;border-right:0.25rem solid #b2b2b2;border-bottom:0.25rem solid #b2b2b2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:10.5625rem;left:38.25rem;display:block; }
#J2aLUplSlxnUT9587JLFaoCC5Spzla2t { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:12.59375rem;left:40.15625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IzH5XSBEB5THQGP6ET8VofXTZWxNeIWG { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:40.875rem;left:40.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bSmnuXzhcHonWMPD0QlBsq7twrefycr1 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #b2b2b2;border-left:0.25rem solid #b2b2b2;border-right:0.25rem solid #b2b2b2;border-bottom:0.25rem solid #b2b2b2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:28.6875rem;left:38.25rem;display:block; }
#CetyH1hdZJ2DIkd81NDV7u7NtF6k8XsP { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:32.0625rem;left:40.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBzbzVq0BgI4XO5xwtEnTrSPCeibbZnw { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:30.5625rem;left:40.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zXcsbIb8dD87NW6QASvOVKnd4knHp2T7 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #b2b2b2;border-left:0.25rem solid #b2b2b2;border-right:0.25rem solid #b2b2b2;border-bottom:0.25rem solid #b2b2b2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:19.625rem;left:38.25rem;display:block; }
#lGTTracLEJPZ9ZRXEcffTwdcHZmd33av { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:23rem;left:40.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xPidW0Z1mhTBhKwre6TJyD5xk6KVdxO0 { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:21.5rem;left:40.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QDNd02236Zy5TbBmnFRoQrVeuD4VLQzo { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.875rem;top:37.75rem;left:55.1875rem;overflow:hidden;display:block; }
#tUKVH25TsDcZ0SLT8NvAspuemw6Zi7KU { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:64.625rem;left:40.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a4X8peA2h36ZWqIH8IGX9hP2riktobJr { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #b2b2b2;border-left:0.25rem solid #b2b2b2;border-right:0.25rem solid #b2b2b2;border-bottom:0.25rem solid #b2b2b2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:52.3125rem;left:38.25rem;display:block; }
#REWyv2aTzdZaV3azSECM6CSWtDcpqqLM { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:55.6875rem;left:40.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eFvBBS1lxP1BAOxP9AryQ6CacK1w6tKA { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:54.1875rem;left:40.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bGzTJcJ5xhDbITgOnQRweGDgfLpxTBiy { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #b2b2b2;border-left:0.25rem solid #b2b2b2;border-right:0.25rem solid #b2b2b2;border-bottom:0.25rem solid #b2b2b2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:43.25rem;left:38.25rem;display:block; }
#I4e4P36uWm1oEXEZdgO0c6oUPlhqSkSV { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:46.625rem;left:40.5625rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DunUdOQ1BRigbQaKpyeyGsW4bVVLelMW { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:45.125rem;left:40.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QDg86rAZvt3U2G6zisFsDL7GNbXT97to { 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:2.625rem;width:3.125rem;top:61.3125rem;left:55.09375rem;overflow:hidden;display:block; }
#aiWWMvZC3GyuFMVI8HLAbJX5JsMKHidh { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #b2b2b2;border-left:0.25rem solid #b2b2b2;border-right:0.25rem solid #b2b2b2;border-bottom:0.25rem solid #b2b2b2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:66.9375rem;left:38.25rem;display:block; }
#xRnFVKeb9rpA9ZF4amSWns5p4hMvSBLl { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:70.3125rem;left:40.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hZs9T1yrSKe0hCuk29xu6TJNXrEsJnzp { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:68.8125rem;left:40.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HBQV1dqw2zKTrfX9o0NQnDd6DR5cyP55 { position:absolute;display:block;z-index:15006;background-color:#b2b2b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:1.4375rem;top:100.5625rem;left:55.9375rem;display:block; }
#eA61NVO6pP09l2d6mSI1hRwNWJmX3uPi { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:102rem;left:40.5625rem;height:2.9248rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#svMA755mhERw60vfDhIAHvOEvZ40daRx { color:#000000;display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:111.25rem;left:48rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNTbhwkGfene66wk2Kg1mFBQ30f4p7TS { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.375rem;top:105.4375rem;left:55rem;overflow:hidden;display:block; }
#BG4hmN0QEDnwrNVCd8ykfpIwyJF0BDvX { background-color:#d4262d;background-image:url("https://images.assets-landingi.com/eo9dfp4m/arrow.png");background-position:center right !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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.25rem;height:5.25rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:113.8125rem;left:48.0625rem;display:block; }#BG4hmN0QEDnwrNVCd8ykfpIwyJF0BDvX.adaptive-delivery-prevent-bg, #BG4hmN0QEDnwrNVCd8ykfpIwyJF0BDvX.lazyload, #BG4hmN0QEDnwrNVCd8ykfpIwyJF0BDvX.lazyloading { background-image: none; }
#IeyZI2HfdRGGo1Qk2XsTEZfDIDnAQ2Gd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zin9PFVQeCqOs4JKktEQU4HmwE6KR83M { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #b2b2b2;border-left:0.25rem solid #b2b2b2;border-right:0.25rem solid #b2b2b2;border-bottom:0.25rem solid #b2b2b2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:76rem;left:38.25rem;display:block; }
#Fy8EktAPZ6kdOBBREcPInzs75vvcyXGR { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #b2b2b2;border-left:0.25rem solid #b2b2b2;border-right:0.25rem solid #b2b2b2;border-bottom:0.25rem solid #b2b2b2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:36.25rem;top:91.4375rem;left:38.25rem;display:block; }
#SinTP51bFMLghNmUlS5SyGMmwUPOoA9B { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:108.6875rem;left:2.75rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qBZO7ZzS4TbMqPhyhh3DT2Fkak6wmX1t { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:108.75rem;left:40.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vfH3nhQyciKtZI4bJccJFwX1DnZfW78V { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:79.375rem;left:40.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ro00w5q5g3DtgKF8THJGOmQOzqfnxow8 { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:94.5625rem;left:40.5625rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTnMruWDTGQphC9SMbmRXoJoeE5Eq81U { 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:2.5rem;width:2.875rem;top:85.0625rem;left:17.3125rem;overflow:hidden;display:block; }
#hC4PDg2x7f4U9IQJasrMepZSefk53K8b { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:88.1875rem;left:2.6875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HB1Jl3grHeRFe7yrDgkd9ZUMqAITkcfc { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:88.1875rem;left:40.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mcEXAh8SIaaXyWXTDUANcSuTuag4KKm3 { 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:2.5rem;width:2.875rem;top:85.0625rem;left:55.5625rem;overflow:hidden;display:block; }
#HlTv89rATaHuZ2oXI8RC4Dff5CeL2zUO { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:77.875rem;left:40.5625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asLgDDeRTGkprTDTefud43IfJsh0Xb6H { color:#141617;display:block;width:32.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:93.25rem;left:40.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#btcIVrCWNnyqAN6leWTCsEEJufcR68dM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#btcIVrCWNnyqAN6leWTCsEEJufcR68dM > .row .container { background-color: transparent; background-image: none; }#btcIVrCWNnyqAN6leWTCsEEJufcR68dM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btcIVrCWNnyqAN6leWTCsEEJufcR68dM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btcIVrCWNnyqAN6leWTCsEEJufcR68dM > .row .container > .video-iframe-container { display: none; }#btcIVrCWNnyqAN6leWTCsEEJufcR68dM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#btcIVrCWNnyqAN6leWTCsEEJufcR68dM > .row > .video-iframe-container { display: none; }#btcIVrCWNnyqAN6leWTCsEEJufcR68dM > .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); }#btcIVrCWNnyqAN6leWTCsEEJufcR68dM > .row .container { border-width: 0; border-radius: 0; }#btcIVrCWNnyqAN6leWTCsEEJufcR68dM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#btcIVrCWNnyqAN6leWTCsEEJufcR68dM > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#CFq5J4MOfMxIuGZUqQBuW250DvlsOq06 { position:absolute;display:block;z-index:15000;background-color:#f8efea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:37.5rem;top:0rem;left:18.75rem;display:block; }
#RFkbxhFwxnH13fURCKF20xyaTVWNSiot { color:#000000;display:block;width:25.9375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:27rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xsl9C5iE20DlaM5m9w4TUnJLpTGve84p { position:absolute;display:block;z-index:15002;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.0625rem;width:3.25rem;top:2.25rem;left:22.0625rem;overflow:hidden;display:block; }
#CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv > .row .container { background-color: transparent; background-image: none; }#CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv > .row .container > .video-iframe-container { display: none; }#CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv > .row > .video-iframe-container { display: none; }#CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv > .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); }#CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv > .row .container { border-width: 0; border-radius: 0; }#CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#diCDwnd3p6whP09iIoZCcyF3gxoGfJyI { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1875rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf > .row .container { background-color: transparent; background-image: none; }#DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf > .row .container > .video-iframe-container { display: none; }#DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf > .row > .video-iframe-container { display: none; }#DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf > .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); }#DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf > .row .container { border-width: 0; border-radius: 0; }#DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#t69IK7B5uNOOIfw5Dz5xhkBKs6Mqf1F8 { position:absolute;display:block;z-index:15000;background-color:#f8efea;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:37.5rem;top:0rem;left:18.75rem;display:block; }
#TfARuwI8zFWUqZxdMtysv2VZwwIzXTvI { color:#000000;display:block;width:28.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:20rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G5rgyNXn4mXCyyG9TNQokHO6Rt3u7IQC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:3.25rem;top:2.28125rem;left:50.75rem;overflow:hidden;display:block; }
#IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT > .row .container { background-color: transparent; background-image: none; }#IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT > .row .container > .video-iframe-container { display: none; }#IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT > .row > .video-iframe-container { display: none; }#IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT > .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); }#IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT > .row .container { border-width: 0; border-radius: 0; }#IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT > .row .container { font-size:0.875rem;font-family:arial;height:9.125rem;width:75rem;position:relative;display:block; }#kiOGtzJTLU0oBdmyh1grXK1nBPriCPMT { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zOOZ27koXT9Eo15vcZtpsV0TDlaT3Lzw { color:#d4262d;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.1875rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 > .row .container { background-color: transparent; background-image: none; }#JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 > .row .container > .video-iframe-container { display: none; }#JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 > .row > .video-iframe-container { display: none; }#JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 > .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); }#JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 > .row .container { border-width: 0; border-radius: 0; }#JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#TxvZqS0gtv5hvGdUU34T4n6ZrALBHPOK { color:#141617;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 > .row .container { background-color: transparent; background-image: none; }#tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 > .row .container > .video-iframe-container { display: none; }#tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 > .row > .video-iframe-container { display: none; }#tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 > .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); }#tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 > .row .container { border-width: 0; border-radius: 0; }#tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:75rem;position:relative;display:block; }#L6feTawJy2Hq1shVsRwvIO7VidhthH9o { 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:15.875rem;width:25.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#aLJ8NTCZtnfrw0nvLRuSCMbZN0V6swKf { 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:15.9375rem;width:25rem;top:0rem;left:25rem;overflow:hidden;display:block; }
#PTXdfHJN1rvQiZA6TRNDlkFZQT0fS0bW { position:absolute;display:block;z-index:15002;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:15.9375rem;width:25rem;top:0rem;left:50rem;overflow:hidden;display:block; }
#gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 > .row .container { background-color: transparent; background-image: none; }#gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 > .row .container > .video-iframe-container { display: none; }#gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 > .row > .video-iframe-container { display: none; }#gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 > .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); }#gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 > .row .container { border-width: 0; border-radius: 0; }#gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#btXmT4ErFdKt3q7aDQHvknFTzJrNbwE3 { color:#141617;display:block;width:50.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:12.125rem;height:8.7744125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fApnbpHH7TnFH72C0vtmlorRB1RSRyf7 { 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:2.8125rem;width:2.0625rem;top:11.3125rem;left:13.8125rem;overflow:hidden;display:block; }
#HT0KyM3rpH1GSwWcokSUz1wsV5AefRG5 { color:#141617;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.0625rem;left:17.125rem;height:1.94970625rem;font-style:normal;display:block; }
#rNEVpWWGHPBGRne4mVc8Wh6PSdmPoZum { color:#141617;display:block;width:18.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13rem;left:17.125rem;height:2.9375rem;font-style:normal;display:block; }
#q5vq6h4uM2lCnI7WRqTMtzQ0eLmpoA1h { color:#141617;display:block;width:21.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:13rem;left:41.0625rem;height:4.375rem;font-style:normal;display:block; }
#yUr4FVK97ikT7TRUnIERCgDGJGnENHus { color:#141617;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.0625rem;left:41.0625rem;height:1.94970625rem;font-style:normal;display:block; }
#pbv6kWUwWkikoEoiSUm2WgW7TagpHxRU { 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:3rem;width:3rem;top:11.25rem;left:37.0625rem;overflow:hidden;display:block; }
#rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M > .row .container { background-color: transparent; background-image: none; }#rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M > .row .container > .video-iframe-container { display: none; }#rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M > .row > .video-iframe-container { display: none; }#rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M > .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); }#rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M > .row .container { border-width: 0; border-radius: 0; }#rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:75rem;position:relative;display:block; }#OPo7xmD8pnUtbzRpwL3pRk6BbhZm44Hp { color:#d4262d;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s3IaA4Ta5nqWxVnfQOoEFfyUxSf5lu2X { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.75rem;left:14.0625rem;height:9.09864375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qgk1di7iVMXiHMSXNfG1Ky88c4vTwfuq { color:#000000;display:block;width:22.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:38.375rem;height:7.79883125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot > .row .container { background-color: transparent; background-image: none; }#W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot > .row .container > .video-iframe-container { display: none; }#W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot > .row > .video-iframe-container { display: none; }#W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot > .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); }#W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot > .row .container { border-width: 0; border-radius: 0; }#W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:75rem;position:relative;display:block; }#aZ6ruEfemozqOmAQx8C7mNKalG1IbvDw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:1.29980625rem;font-style:italic;display:block; }
#wtZOrye9wPLv7JH9l38ruTuHr9QTBzAA { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7.4375rem;left:0rem;height:3.8999rem;font-style:normal;display:block; }
#Kn70moNsfnMzePybrFZTPFWnTliWfEaO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kn70moNsfnMzePybrFZTPFWnTliWfEaO > .row .container { background-color: transparent; background-image: none; }#Kn70moNsfnMzePybrFZTPFWnTliWfEaO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kn70moNsfnMzePybrFZTPFWnTliWfEaO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kn70moNsfnMzePybrFZTPFWnTliWfEaO > .row .container > .video-iframe-container { display: none; }#Kn70moNsfnMzePybrFZTPFWnTliWfEaO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kn70moNsfnMzePybrFZTPFWnTliWfEaO > .row > .video-iframe-container { display: none; }#Kn70moNsfnMzePybrFZTPFWnTliWfEaO > .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); }#Kn70moNsfnMzePybrFZTPFWnTliWfEaO > .row .container { border-width: 0; border-radius: 0; }#Kn70moNsfnMzePybrFZTPFWnTliWfEaO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kn70moNsfnMzePybrFZTPFWnTliWfEaO > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#MZNQCuRJVAKI6HAHumxX9VcI8Tsq86Bv { position:absolute;display:block;z-index:15000;background-color:#f8efea;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:19.0625rem;width:19.0625rem;top:0rem;left:0rem;display:block; }
#WnJihS7Raey9zZXtX9eB0WAhgzXg6wzp { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6cXZSqsa/picture.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:14.8125rem;width:14.8125rem;top:2.125rem;left:2.125rem;display:block; }#WnJihS7Raey9zZXtX9eB0WAhgzXg6wzp.adaptive-delivery-prevent-bg, #WnJihS7Raey9zZXtX9eB0WAhgzXg6wzp.lazyload, #WnJihS7Raey9zZXtX9eB0WAhgzXg6wzp.lazyloading { background-image: none; }
#rr8cyEpzI8Butc05b8cNXHZiqLFT4VuE { color:#000000;display:block;width:53.0625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:3.28125rem;left:20.40625rem;height:14.3984375rem;display:block; }
#diJiaybWCvrxWHoJrHaxDoxc1BeBxzaT { position:absolute;display:block;z-index:15003;background-color:#141617;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:0.125rem;top:15.0625rem;left:9.46875rem;display:block; }
#mWBTznbIKDNVWgJMhvXtRq3sPHAVxhVw { position:absolute;display:block;z-index:15004;background-color:#141617;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:28.3125rem;top:20.75rem;left:9.46875rem;display:block; }
#IgKJBs178Ex8DT8imT4ATb4Fi27eTEte { background-color:#4267b2;background-image:none;background-position:top left !important;background-repeat: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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:5.25rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:18.1875rem;left:36.90625rem;display:block; }
#gFmEq6BMkFd3TP8zkax61sriUm0CF6H7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dZTuTym4o8PUT4XJ0KdS6GAFNt2LJOPi { color:#000000;display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.1875rem;left:59.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#ic9GtRoqs2QLQ0CE6opOw0PS4rJLcq7J { 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:2rem;width:2.0625rem;top:19.8125rem;left:70.25rem;overflow:hidden;display:block; }
#PnAyfWamzwLvRgViKd1830d7FMPxa9mO { 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:2rem;width:2.0625rem;top:19.8125rem;left:72.9375rem;overflow:hidden;display:block; }
#MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR > .row .container { background-color: transparent; background-image: none; }#MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR > .row .container > .video-iframe-container { display: none; }#MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR > .row > .video-iframe-container { display: none; }#MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR > .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); }#MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR > .row .container { border-width: 0; border-radius: 0; }#MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#e18wOnnOUtus3OJaWVF1arHe7NDH33Wr { color:#d4262d;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 > .row .container { background-color: transparent; background-image: none; }#mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 > .row .container > .video-iframe-container { display: none; }#mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 > .row > .video-iframe-container { display: none; }#mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 > .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); }#mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 > .row .container { border-width: 0; border-radius: 0; }#mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#NtrkV6VHCos4VhFZQZEWwXcwLeCDZ3xZ { color:#141617;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:5.0625rem;font-style:italic;display:block; }
#ogN68yXV99aeeogcERT2KzobMOMulVZJ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/qTc6fb9J/1.jpg");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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:5rem;width:5rem;top:8.25rem;left:0rem;display:block; }#ogN68yXV99aeeogcERT2KzobMOMulVZJ.adaptive-delivery-prevent-bg, #ogN68yXV99aeeogcERT2KzobMOMulVZJ.lazyload, #ogN68yXV99aeeogcERT2KzobMOMulVZJ.lazyloading { background-image: none; }
#uANqLigFVTpZfI8BWcwpLpmchFBx9Jt5 { color:#141617;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.4375rem;left:6.25rem;height:1.4624rem;font-style:normal;display:block; }
#szBxQJrSXlDXf7OxJvQQeumXfp1wgyaI { color:#d4262d;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:10.875rem;left:6.25rem;height:1.29980625rem;font-style:normal;display:block; }
#kul138RswcpTHWlIFEvOQEOyHJVBqQqG { box-sizing:content-box;color:#d4262d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:11.6875rem;left:0.9375rem;display:block; }
#ESX0Hxf6aHU7OQZoVmzFPuEh9LGEIcEP { color:#141617;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.4375rem;left:44.375rem;height:1.4624rem;font-style:normal;display:block; }
#kmurJOoyLds5wS3r9iLTnTqpkv8hLJVW { color:#d4262d;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:10.875rem;left:44.375rem;height:1.29980625rem;font-style:normal;display:block; }
#XFTnMb9P15534HC6J004wzZcKnHDISPi { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/S7KjxVbp/2.jpg");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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:5rem;width:5rem;top:8.25rem;left:38.125rem;display:block; }#XFTnMb9P15534HC6J004wzZcKnHDISPi.adaptive-delivery-prevent-bg, #XFTnMb9P15534HC6J004wzZcKnHDISPi.lazyload, #XFTnMb9P15534HC6J004wzZcKnHDISPi.lazyloading { background-image: none; }
#KpecoAT0bQ4c1Btu39tDU4RQzpWp3Jgs { box-sizing:content-box;color:#d4262d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:11.6875rem;left:39.0625rem;display:block; }
#zTArl8vXVpQvBfsSJh859c3M8Bkb48UT { color:#141617;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:38.125rem;height:6.75rem;font-style:italic;display:block; }
#ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y > .row .container { background-color: transparent; background-image: none; }#ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y > .row .container > .video-iframe-container { display: none; }#ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y > .row > .video-iframe-container { display: none; }#ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y > .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); }#ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y > .row .container { border-width: 0; border-radius: 0; }#ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#ueREvqiJNfd70qeJMDv5zTWzlsFvbsl6 { color:#141617;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.5;letter-spacing:0;top:0rem;left:0rem;height:6.75rem;font-style:italic;display:block; }
#E7RQ6Ss6P1SmItZv9vDqkquTPVBxPGws { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/gxjHoLf4/3.jpg");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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:5rem;width:5rem;top:10.125rem;left:0rem;display:block; }#E7RQ6Ss6P1SmItZv9vDqkquTPVBxPGws.adaptive-delivery-prevent-bg, #E7RQ6Ss6P1SmItZv9vDqkquTPVBxPGws.lazyload, #E7RQ6Ss6P1SmItZv9vDqkquTPVBxPGws.lazyloading { background-image: none; }
#h7DPT5C6RliUZZ8SfnM3qdsZ0E09KhQ0 { color:#141617;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.3125rem;left:6.25rem;height:1.4624rem;font-style:normal;display:block; }
#cOH8aMzBPbAolfbcRATpPn9owcyJEpgA { color:#d4262d;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:12.75rem;left:6.25rem;height:2.5996125rem;font-style:normal;display:block; }
#qJ3ABMpzF1pphles8ddLeLZmFb9OZV3g { box-sizing:content-box;color:#d4262d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:13.5625rem;left:0.9375rem;display:block; }
#TSlcHJbLfATFOhWMrviknPiiiFrmUgXk { color:#141617;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.3125rem;left:44.375rem;height:1.4624rem;font-style:normal;display:block; }
#ZXUIrZPSBMpybLp6ntkOaNI4gsizlCnO { color:#d4262d;display:block;width:16.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:12.75rem;left:44.375rem;height:1.29980625rem;font-style:normal;display:block; }
#RZh1ZPAFm8a7Q6Oo1UTq3MI9T1TA79ZO { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/U6djlSuk/4.jpg");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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:5rem;width:5rem;top:10.125rem;left:38.125rem;display:block; }#RZh1ZPAFm8a7Q6Oo1UTq3MI9T1TA79ZO.adaptive-delivery-prevent-bg, #RZh1ZPAFm8a7Q6Oo1UTq3MI9T1TA79ZO.lazyload, #RZh1ZPAFm8a7Q6Oo1UTq3MI9T1TA79ZO.lazyloading { background-image: none; }
#RiZe1mIxE9nH2avDZayQyEuw5DEulnXL { box-sizing:content-box;color:#d4262d;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:13.5625rem;left:39.0625rem;display:block; }
#T7OJ43ceUUvuQm83V0kHpQatRGlCDpJw { color:#141617;display:block;width:36.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:0rem;left:38.125rem;height:8.4375rem;font-style:italic;display:block; }
#F34liLnS8gAGvxAOl7sXxiPiqM950dk8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F34liLnS8gAGvxAOl7sXxiPiqM950dk8 > .row .container { background-color: transparent; background-image: none; }#F34liLnS8gAGvxAOl7sXxiPiqM950dk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F34liLnS8gAGvxAOl7sXxiPiqM950dk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F34liLnS8gAGvxAOl7sXxiPiqM950dk8 > .row .container > .video-iframe-container { display: none; }#F34liLnS8gAGvxAOl7sXxiPiqM950dk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F34liLnS8gAGvxAOl7sXxiPiqM950dk8 > .row > .video-iframe-container { display: none; }#F34liLnS8gAGvxAOl7sXxiPiqM950dk8 > .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); }#F34liLnS8gAGvxAOl7sXxiPiqM950dk8 > .row .container { border-width: 0; border-radius: 0; }#F34liLnS8gAGvxAOl7sXxiPiqM950dk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F34liLnS8gAGvxAOl7sXxiPiqM950dk8 > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }#zKhJ2vgROATHfi2mamz8HrzblxAMg5m1 { color:#141617;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:3rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:6.25rem;left:0rem;height:3.5996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mZmbAXDi9CMC0JHc3livTnTapwe8uRhT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mZmbAXDi9CMC0JHc3livTnTapwe8uRhT > .row .container { background-color: transparent; background-image: none; }#mZmbAXDi9CMC0JHc3livTnTapwe8uRhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZmbAXDi9CMC0JHc3livTnTapwe8uRhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZmbAXDi9CMC0JHc3livTnTapwe8uRhT > .row .container > .video-iframe-container { display: none; }#mZmbAXDi9CMC0JHc3livTnTapwe8uRhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZmbAXDi9CMC0JHc3livTnTapwe8uRhT > .row > .video-iframe-container { display: none; }#mZmbAXDi9CMC0JHc3livTnTapwe8uRhT > .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); }#mZmbAXDi9CMC0JHc3livTnTapwe8uRhT > .row .container { border-width: 0; border-radius: 0; }#mZmbAXDi9CMC0JHc3livTnTapwe8uRhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZmbAXDi9CMC0JHc3livTnTapwe8uRhT > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:75rem;position:relative;display:block; }#QI8CvxICpzRMVs22wXKTOlsdP97FqMQh { background-color:#141617;background-image:none;background-position:top left !important;background-repeat: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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:5.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.25rem;left:17rem;display:block; }
#qWoby9F6vWqh3K2k1r6otWZpx8l6DWFz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E3BkHMlPmyTzXHhqctp1ETCwHzeGNGbl { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f8efea;border-left:0.25rem solid #f8efea;border-right:0.25rem solid #f8efea;border-bottom:0.25rem solid #f8efea;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:35.9375rem;top:0rem;left:0rem;display:block; }
#R6ny0iPkCGTrzOvTiqVwUmWJ32TH1irT { color:#e00d17;display:block;width:15.0625rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.900390625rem;left:1.25rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N79ZJwbSdMzp4BAWkM94GRhMnNJTzqvA { background-color:#141617;background-image:none;background-position:top left !important;background-repeat: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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:55.5625rem;display:block; }
#RKh9tFe1KH6uDIe1WXk03bFsQ6IrmPcD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qVh5w1MeSAOK7IvaHQMpr8i4L7zddgG8 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #f8efea;border-left:0.25rem solid #f8efea;border-right:0.25rem solid #f8efea;border-bottom:0.25rem solid #f8efea;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:35.9375rem;top:0rem;left:38.5625rem;display:block; }
#HELSnNTVst96geWomIxuBzCXZdNSSyTu { color:#e00d17;display:block;width:15.125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9404296875rem;left:39.5rem;height:1.86865rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT > .row .container { background-color: transparent; background-image: none; }#hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT > .row .container > .video-iframe-container { display: none; }#hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT > .row > .video-iframe-container { display: none; }#hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT > .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); }#hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT > .row .container { border-width: 0; border-radius: 0; }#hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#dqPGROdFZDxrO5lK4wF4lFWMr39qEnFR { background-color:#f8efea;background-image:none;background-position:top left !important;background-repeat: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:#141617;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.75rem;left:56.75rem;display:block; }
#Nl0Hzt0VpffFIukR5yUsfZuOznD3AAwl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rcZIM2peDJxmuisAzuUoZwfhIKMvSn8v { color:#141617;display:block;width:53.5625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr > .row .container { background-color: transparent; background-image: none; }#ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr > .row .container > .video-iframe-container { display: none; }#ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr > .row > .video-iframe-container { display: none; }#ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr > .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); }#ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr > .row .container { border-width: 0; border-radius: 0; }#ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#ZyTvBpMDhRcx34a2eidDwMMAkh3PUIGq { background-color:#f8efea;background-image:none;background-position:top left !important;background-repeat: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:#141617;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.25rem;height:5.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.75rem;left:56.75rem;display:block; }
#OXKavzNan42UsxrT751OVg0JtIJ3EybV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D9LiHpq79Cid6rQThg6Ld4k2Xt6hLXEr { color:#141617;display:block;width:53.5625rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9375rem;left:0rem;height:2.92480625rem;font-style:normal;display:block; }
#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/j7YOfweQ/bg_bottom.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk.adaptive-delivery-prevent-bg, #HyhzG9g6T7vWZMobm6xKohKPsKq2LORk.lazyload, #HyhzG9g6T7vWZMobm6xKohKPsKq2LORk.lazyloading { background-image: none; }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row .container { background-color: transparent; background-image: none; }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row .container > .video-iframe-container { display: none; }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row > .video-iframe-container { display: none; }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .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); }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row .container { border-width: 0; border-radius: 0; }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#cgwgffxHmzxsQLZCtPXa7SCqoaD5TcIC { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:29.0625rem;top:6.21875rem;left:45.9375rem;display:block; }
#B64XmeLxApD2WRBDpUbX1yd7FMOCTBhG { color:#d4262d;display:block;width:39.4375rem;position:absolute;font-family:montserrat;font-size:4.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.4375rem;left:0rem;height:5.8496125rem;font-style:normal;display:block; }
#iKIIQm6SpKfURkdXbKqBcAvDIyqNxTEH { color:#000000;display:block;width:40.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:21.125rem;left:0rem;height:9rem;font-style:normal;display:block; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-form-header {  }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:22.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #141617;border-left:0.0625rem solid #141617;border-right:0.0625rem solid #141617;border-bottom:0.0625rem solid #141617;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:3.6875rem;color:#d4262d;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-text {padding-top: 0; padding-bottom: 0;}#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #141617;border-left:0.0625rem solid #141617;border-right:0.0625rem solid #141617;border-bottom:0.0625rem solid #141617;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:4.375rem;color:#d4262d;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #141617;border-left:0.0625rem solid #141617;border-right:0.0625rem solid #141617;border-bottom:0.0625rem solid #141617;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:3.6875rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-select {padding-top: 0; padding-bottom: 0;}#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#d4262d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.125rem;margin-bottom:0.25rem;margin-left:1.125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:20.5rem;height:5.25rem;font-family:montserrat;overflow:hidden;text-align:center;text-align-last:center; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x [class*="-text"]:-moz-placeholder { color:#141617;font-family:montserrat;font-size:0.875rem; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x [class*="-text"]::-moz-placeholder { color:#141617;font-family:montserrat;font-size:0.875rem; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x [class*="-text"]:-ms-input-placeholder { color:#141617;font-family:montserrat;font-size:0.875rem; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x [class*="-text"]::-webkit-input-placeholder { color:#141617;font-family:montserrat;font-size:0.875rem; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.75rem;overflow:hidden;font-style:normal;float:none; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-container:first-of-type{padding-top:0;}#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-container:last-of-type{padding-bottom:0;}#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.125rem;left:47.8125rem; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.8125rem;display:block;vertical-align:top; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-info-text { display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x {display:block;}#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.125rem;left:47.8125rem; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #mzySX6brkHTovHcVVXua25hZTbBcB5Xf { position:relative; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #foBAJepmGw1TmW57TeQz7X1A4um0nP5n { position:relative;display:none; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #P6Pg7QvuQFM00JL7RMuutkCy9d30qid5 { position:relative; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #WZam5BGGewE6Ppv0StRgXOWLgMfxZHm5 { position:relative; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #xuyZbT9999ozOgVonioA5effBRt1NIe2 { position:relative;display:none; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #fPbIOqun3xvr7CHNcJgzl3UXNUfIkPub { position:relative; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #SRxsTzSwnpePluvuzdI6EZRu3Ty4FPFX { position:relative; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #hDUK7dhc3PqR4uE0RGJqUF82xws5odQR { position:relative;display:none; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #lJBTb5Jt1X1Nocen1rnefNRfQLyPa46T { position:relative; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #m6QPLi2RDIVPZNWnHb11Cg45cC8BrKOm { position:relative; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #F9HKJLDqNmpNU1F7O22RT0RwzJTi19QE { position:relative;display:none; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #Ek4TwRrATFi5sTwUQng2DIa4xUb7cqrR { position:relative; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #taIbFOCrTn5kgR7MzfdUJcXto9Xu3vOM { position:relative; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #Zg0LlkrzyBUCTFTTCp2br4IOdIkVC7cb { position:relative;z-index:2; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #A7k3vgA0XLvmxhThH5vpkGPb62gPe83v { position:relative; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #pu3KmwZEs23ESPvU9IadJ0wEfnERCbNm { position:relative; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #Ue3pgi2HsSM192x02ws771qZ9uG7PJSJ { position:relative;z-index:2; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #IKRTUrZLTgDAIeAKxnk1XGXRQHPuxasN { position:relative; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #Hw9259VAbwx9HXIJchKdWb2RkSx8u13n { position:relative; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #pC9ym8RNcbpd0G2ypZB7V9mBK0lPeJKc { position:relative; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 { display:block; }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQbmvfKvmP6moshhCHdCdyHIyzr5Nd7a { width:9.625rem;height:4.4375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDXcIHwByXznw0vXHrAncfu7I1L95Fkb { width:38.3125rem;height:12.375rem;top:8.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6QkkSX265CoBMompQunDeMKIoiJgulV { width:44.875rem;height:3.875rem;top:21.875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOX7UtKm7D3tph245TWy6AESeR2gs4zn { width:19.375rem;height:2.4375rem;top:26.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfFgET2CD0c7p3UNJoC6FDyt8pu3pE1y { width:1.5rem;height:2.125rem;top:26.875rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn6bBxyCsqdO3Byh2vKu7sUvMUvihoMz { width:1.5rem;height:2.125rem;top:26.9375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #floRyO26JZzOddV0a72RRSAvDtpNpQyo { width:1.5rem;height:2.125rem;top:26.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcOIgPpDprEpGUKG4wnJvgTBR8KoTzAF { width:1.5rem;height:2.125rem;top:26.9375rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT6h38B9WFceTasxRgAgPGFeBaxbwO9W { width:1.5rem;height:2.125rem;top:26.9375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVX9N0kmJbc5BxBfNiszXZwSEJxDEuMw { width:1.5rem;height:2.125rem;top:26.9375rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4pVy6u2NOIG4ERRq6MDr9hFtTZOTIDT { width:1.5rem;height:2.125rem;top:26.9375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVqc2LUqGkbs04LMK6HBr7tlT54lswCs { width:1.5rem;height:2.125rem;top:26.9375rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp { display:block; }#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhBcMDiE9ol0atr7ISqGOT7S7ENp1pGp { width:17.25rem;height:5.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqpbnkVvlIHbugM0pviogWEitfhWKAtP { display:block; }
 }@media only screen and (max-width: 763px) { #Dmq8FLlDEDAKQzTPVGhnvZG84Xdvwl0e { width:7.75rem;height:7.375rem;top:2.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz8rK4HSUxA6GiZgCZgwJeIc2aElDeui { width:8.375rem;height:4.3125rem;top:3.75rem;left:31.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 { width:18.5rem;height:5.1875rem;display:flex;top:2.75rem;left:28.375rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #HrbboNTFf26sTHByewMM9r3GUT1gvAfr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #X6BsrbUGTmmFxoq6wKl81Ubh8rhP6sKT {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #f5GB2BMQHKW3BFUKFcfdnJG7xSPtT2wV {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #y9h4x8RmZXAS8BRJoNNlvWOulRu1oABP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #bpEXKBH549XaTua4oobHEET39FZcShKn {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #lRwMTxAx78BSWvn777qdt1Pcl0IpFlTW {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #qrPPhxLOFZ3Z959O7ywZNiSpJ7FIHSNs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #Qy6LlHuTHg9e6TvsSccEFXE0ThQHXRr1 {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #lurDKwlD8KixFsGwmE0Fzxa306P0fy4K {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #DODuJT37QmPt9JZEwVFbxEGbtW3GXgLo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #QLlzi8qKff1ZMyCDErEtSq6c5VPUKaXh {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #aBHDqRSx7vpZlzCTubNMfm2Zh4D3iVT0 {  }
 }@media only screen and (max-width: 763px) { #pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r { display:block; }#pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lemCQf53Wc6NSH8LU9r6accIVyNgNr5D { width:28.1875rem;height:7.125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULTwVfFX6lk5GTUoy7AFUFWRB7bpSW9N { width:1.875rem;height:1.875rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arbrdpPh1bzP878moVu2ndIUeN2vv2Ey { width:2.375rem;height:1.4375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH0TKi2sq3470f55fC0Ub98MiAxTgfyU { width:26.625rem;height:2.625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToeSfyRFTL044tGlpL95Wm5JpfZgWCFF { width:26.625rem;height:2.625rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkyt5tFN4Q7Z3CmhUf8QlSNcpxSXO8tq { width:26.625rem;height:3.9375rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6NUAEBvyChuH0UTEQS1HLIwGPrT42wa { width:26.625rem;height:2.625rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5mZt6PpkDnKzbCA7CRTx0BgFRq8TlTI { width:26.625rem;height:2.625rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgNSODpQD2ssEd6Zt0GXXs0BUe7urZbx { width:26.625rem;height:3.9375rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxUmUmnzRAGETSLNxT8ErbLIq0JXWVan { width:37.0625rem;height:7.125rem;top:6.25rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGtW4tJPMWacVLUdmf2toZufyewiRL86 { width:26.625rem;height:5.75rem;top:14.0625rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiySRkEUgT66kaifcGvHUOwiTAmAinOT { width:1.875rem;height:1.875rem;top:20.375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk3MGlhx7czcBcn9wf2bhXCBA6wrRrTt { width:1.125rem;height:0.9375rem;top:21.125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrTbdp69D8GBhyJnpJuUEuMRpoPQR7AA { width:1.875rem;height:1.875rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldWKKu9QdBzxPUKoB7y4nGxXsDTNEath { width:2.375rem;height:1.4375rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUHZBwVtdiED03vUrwZ2Ka3sCu49t3bl { width:1.875rem;height:1.875rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKiG2Lwc6o6XSXyiPR53rshXSQ9Ukt3g { width:2.375rem;height:1.4375rem;top:22.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #smgdBiK9NE7WCkMTksxxTuXgW5A3afD0 { width:1.875rem;height:1.875rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWWG6pSOzJsLUZV5WINebSZISsb6aPtz { width:2.375rem;height:1.4375rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGVlb5OLKpJH3vddcbnRZpEKgMpgbmn5 { width:1.875rem;height:1.875rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRGg9V2NLlS9yB1Wq7AEu3KiQcilVsDT { width:2.375rem;height:1.4375rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxiZ96T8vZbOL02d04bIP0LnFwa4tNgE { width:1.875rem;height:1.875rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhArkLIHkUSgHiZMzvWF0HSCCne4yAbq { width:2.375rem;height:1.4375rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlAVPDH1WZ7AzZ7zfaakSkx1nfwtisFD { width:23.6875rem;height:1.3125rem;top:20.9375rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukhUZfKS9VOtKrirTeEKu6SedFMxD9gK { width:23.6875rem;height:1.3125rem;top:24.8125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPguZQdouMmzEWmQi2xdRAEf7F4gUBZF { width:1.875rem;height:1.875rem;top:24.25rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtcTcMdemRlrIpPdbRpW6SpImq6M8A89 { width:1.125rem;height:0.9375rem;top:25rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBgAT7BG9HnNSEkfwb7iqeKvo1T16cNE { width:23.6875rem;height:2.625rem;top:27.9375rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHlxlgPDAgkoBFgCeUefL5c7dGB8V75N { width:1.875rem;height:1.875rem;top:28.125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWp0tabvTK4XUR9TeJNh6KvL44wX4tDi { width:1.125rem;height:0.9375rem;top:28.875rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4ZgegMonHcS15plLKlor1fPMXlipW6r { width:23.6875rem;height:2.625rem;top:31.875rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpkghCMBZzUTzlGfLT1UZmcPNECmCfDa { width:1.875rem;height:1.875rem;top:32.0625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPQFrczV9VSEXGM1dnoqVcJTneqThqbu { width:1.125rem;height:0.9375rem;top:32.8125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7wktHwlKR3T5mAZuQxZLAD1ZC8uaJu3 { width:26.4375rem;height:2.875rem;top:36.0625rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh { display:block; }#BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezr5tpDKuDu4Odlb7V4uaIcf71aowq4f { width:47.75rem;height:3.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez { display:block; }#VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVuCN9TsPgkyKUATRAapMIVIDwpAS9SN { width:36.25rem;height:1.9375rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7khplWss2JmgbrCxKfMCePacCVNgrtH { width:36.25rem;height:7.3125rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgfEzdC2XpaNAAWh3Coo6usWTBLAhtEh { width:32.1875rem;height:4.3125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml2Ed3yUMCqxsu1u3bROM13qpSnZkkZg { width:1.4375rem;height:1.4375rem;top:8rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqmkRLO1Lyl07lOBRCys58y9TTb6ZFuD { width:2.75rem;height:2.1875rem;top:2.75rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VukT7JSEzI0gTENRXBGn9k6lghw7AoRg { width:0.125rem;height:92.1875rem;top:9.375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRlsgnJ4Q0bdU0pgnl0igJHzbVMdC6Mp { width:32.1875rem;height:1.4375rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDOh94ciMIF8uvJVPuTwRGXDINowBtHV { width:36.25rem;height:7.3125rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdgoIrnoNvXwb1TspmtyJaPEPaZf6ddX { width:32.1875rem;height:1.4375rem;top:23rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3wU8bEy489zyKUUozgrXamurcED62Qa { width:32.1875rem;height:1.4375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6OGgyGoLmuNXtI20vrArNHJO8SiO6g6 { width:36.25rem;height:7.3125rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK8hcqPpKxT4xT3c4edCVIZ1xbIHdelE { width:32.1875rem;height:2.875rem;top:32.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo0QAh9oEDCzSy0Ca2OK4p2Izsi89t0k { width:32.1875rem;height:1.4375rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZULTZpBIQq5q4Okk6Q76ryGzhEb6Tbr { width:2.875rem;height:2.5rem;top:37.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Cs6hqCie31v6WCzATII1V6oh9ntRa4 { width:32.1875rem;height:1.4375rem;top:40.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTlp48WV4G3rNbI1VAnva66QOpZcmr9y { width:36.25rem;height:7.3125rem;top:66.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCTECcUhUzQH0QiTgvIa0pTlnThVCCU { width:32.1875rem;height:2.875rem;top:70.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxH2RTkLwULAECgLdzHaBzWMTH0eRV6A { width:32.1875rem;height:1.4375rem;top:68.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yseh4rVcQt6VKfdIFmOVKstXklIRLGch { width:36.25rem;height:7.3125rem;top:52.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blzP9fTiARSvXzWBs8LpbMo0dt0wQ5UT { width:32.1875rem;height:2.875rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQtfqUZynsFE3AS1ZTcVBiB000c4H17T { width:32.1875rem;height:1.4375rem;top:54.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3SNWey4tUBadqKOOIt4QUaW0wWMH1C3 { width:36.25rem;height:7.3125rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtaANVBAwOPMPWSwdueAVaAMvz1mnRXJ { width:32.1875rem;height:2.875rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEedoq5H6BJd6Agm4s154gWcmXo02ScT { width:32.1875rem;height:1.4375rem;top:45.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuXSrHONp54x4xcIeRuotsxh2FtfqIRl { width:3.125rem;height:2.625rem;top:61.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmEGesaB6XNulsiLqOEDi0Qllgig3h0A { width:32.1875rem;height:1.4375rem;top:64.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG7cHeO9m90WnylRQt03JrnogkVKkF1J { width:36.25rem;height:7.3125rem;top:76rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mArEt63fcDR65edfpRMQ5odVWUTfvMKJ { width:32.1875rem;height:2.875rem;top:79.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9OnT27hlgARsxlfzidkBXeuvEyW81pB { width:32.1875rem;height:1.4375rem;top:77.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpWiChRlU1xlZkgVymu0wdEyaHoi3rFf { width:36.25rem;height:7.3125rem;top:91.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HicQFoWntAWhcQ8rhvbAXd2cSwaAVkIA { width:32.1875rem;height:2.875rem;top:94.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bag1x1p841DRtodeWlgtF6R3x1hJCIvE { width:32.1875rem;height:1.4375rem;top:93.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAE1bK5TBGcXIzDcNTUU3ZzKRILicGvB { width:1.4375rem;height:1.4375rem;top:100.5rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBRKQiC8uXF4E653hu2aIEJz4DebLIoW { width:3.375rem;height:3.3125rem;top:105.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6BrWqT42kXLnTxWac0blfIoyu5Ab7WZ { width:32.1875rem;height:2.875rem;top:101.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPMpvdnmA84JUdeZmsVpEuxw9Oetqcae { width:17.25rem;height:5.25rem;top:113.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQGf1JK5OHqQfEUImoBm3SfwTi2RDt2l { display:block; }
 }@media only screen and (max-width: 763px) { #rRVxFsnBPaL7bTRND9dMtMOmKCivmGgR { width:18.0625rem;height:1.9375rem;top:111.125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlT86gDI2hquhPpF1b9uRTfgeDPEkS5r { width:36.25rem;height:1.9375rem;top:0rem;left:11.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6PSIkqHQwDGdc30WrBmkudRLeFs74ls { width:32.1875rem;height:1.4375rem;top:5.5625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNRR0yQRt3RVUzmEPFLJIT3vuvkyO4ND { width:2.75rem;height:2.1875rem;top:2.75rem;left:34.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTrTknpeENTCskwy14LM6ZT8kDTtfLpt { width:1.4375rem;height:1.4375rem;top:7.9375rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwwHBQ4sZmRtyiwe5owkcRDNNGqNsBP1 { width:0.125rem;height:92.1875rem;top:8.375rem;left:36.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d76m9rRMKXWV6zBlPA041GPDqOn7F6pg { width:36.25rem;height:7.3125rem;top:10.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2aLUplSlxnUT9587JLFaoCC5Spzla2t { width:32.1875rem;height:2.875rem;top:12.5625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzH5XSBEB5THQGP6ET8VofXTZWxNeIWG { width:32.1875rem;height:1.4375rem;top:40.875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSmnuXzhcHonWMPD0QlBsq7twrefycr1 { width:36.25rem;height:7.3125rem;top:28.6875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #CetyH1hdZJ2DIkd81NDV7u7NtF6k8XsP { width:32.1875rem;height:1.4375rem;top:32.0625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBzbzVq0BgI4XO5xwtEnTrSPCeibbZnw { width:32.1875rem;height:1.4375rem;top:30.5625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXcsbIb8dD87NW6QASvOVKnd4knHp2T7 { width:36.25rem;height:7.3125rem;top:19.625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGTTracLEJPZ9ZRXEcffTwdcHZmd33av { width:32.1875rem;height:2.875rem;top:23rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPidW0Z1mhTBhKwre6TJyD5xk6KVdxO0 { width:32.1875rem;height:1.4375rem;top:21.5rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDNd02236Zy5TbBmnFRoQrVeuD4VLQzo { width:2.875rem;height:2.5rem;top:37.75rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUKVH25TsDcZ0SLT8NvAspuemw6Zi7KU { width:32.1875rem;height:1.4375rem;top:64.625rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4X8peA2h36ZWqIH8IGX9hP2riktobJr { width:36.25rem;height:7.3125rem;top:52.3125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #REWyv2aTzdZaV3azSECM6CSWtDcpqqLM { width:32.1875rem;height:2.875rem;top:55.6875rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFvBBS1lxP1BAOxP9AryQ6CacK1w6tKA { width:32.1875rem;height:1.4375rem;top:54.1875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGzTJcJ5xhDbITgOnQRweGDgfLpxTBiy { width:36.25rem;height:7.3125rem;top:43.25rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4e4P36uWm1oEXEZdgO0c6oUPlhqSkSV { width:32.1875rem;height:2.875rem;top:46.625rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DunUdOQ1BRigbQaKpyeyGsW4bVVLelMW { width:32.1875rem;height:1.4375rem;top:45.125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDg86rAZvt3U2G6zisFsDL7GNbXT97to { width:3.125rem;height:2.625rem;top:61.3125rem;left:34.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiWWMvZC3GyuFMVI8HLAbJX5JsMKHidh { width:36.25rem;height:7.3125rem;top:66.9375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRnFVKeb9rpA9ZF4amSWns5p4hMvSBLl { width:32.1875rem;height:2.875rem;top:70.3125rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZs9T1yrSKe0hCuk29xu6TJNXrEsJnzp { width:32.1875rem;height:1.4375rem;top:68.8125rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBQV1dqw2zKTrfX9o0NQnDd6DR5cyP55 { width:1.4375rem;height:1.4375rem;top:100.5625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA61NVO6pP09l2d6mSI1hRwNWJmX3uPi { width:32.1875rem;height:2.875rem;top:102rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svMA755mhERw60vfDhIAHvOEvZ40daRx { width:18.0625rem;height:1.9375rem;top:111.25rem;left:27.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTbhwkGfene66wk2Kg1mFBQ30f4p7TS { width:3.375rem;height:3.3125rem;top:105.4375rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4hmN0QEDnwrNVCd8ykfpIwyJF0BDvX { width:17.25rem;height:5.25rem;top:113.8125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeyZI2HfdRGGo1Qk2XsTEZfDIDnAQ2Gd { display:block; }
 }@media only screen and (max-width: 763px) { #Zin9PFVQeCqOs4JKktEQU4HmwE6KR83M { width:36.25rem;height:7.3125rem;top:76rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy8EktAPZ6kdOBBREcPInzs75vvcyXGR { width:36.25rem;height:7.3125rem;top:91.4375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #SinTP51bFMLghNmUlS5SyGMmwUPOoA9B { width:32.1875rem;height:1.4375rem;top:108.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBZO7ZzS4TbMqPhyhh3DT2Fkak6wmX1t { width:32.1875rem;height:1.4375rem;top:108.75rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfH3nhQyciKtZI4bJccJFwX1DnZfW78V { width:32.1875rem;height:1.4375rem;top:79.375rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro00w5q5g3DtgKF8THJGOmQOzqfnxow8 { width:32.1875rem;height:2.875rem;top:94.5625rem;left:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTnMruWDTGQphC9SMbmRXoJoeE5Eq81U { width:2.875rem;height:2.5rem;top:85.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC4PDg2x7f4U9IQJasrMepZSefk53K8b { width:32.1875rem;height:1.4375rem;top:88.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB1Jl3grHeRFe7yrDgkd9ZUMqAITkcfc { width:32.1875rem;height:1.4375rem;top:88.1875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcEXAh8SIaaXyWXTDUANcSuTuag4KKm3 { width:2.875rem;height:2.5rem;top:85.0625rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlTv89rATaHuZ2oXI8RC4Dff5CeL2zUO { width:32.1875rem;height:1.4375rem;top:77.875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asLgDDeRTGkprTDTefud43IfJsh0Xb6H { width:32.1875rem;height:1.4375rem;top:93.25rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btcIVrCWNnyqAN6leWTCsEEJufcR68dM { display:block; }#btcIVrCWNnyqAN6leWTCsEEJufcR68dM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFq5J4MOfMxIuGZUqQBuW250DvlsOq06 { width:37.5rem;height:7.5rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFkbxhFwxnH13fURCKF20xyaTVWNSiot { width:25.9375rem;height:4.875rem;top:1.375rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsl9C5iE20DlaM5m9w4TUnJLpTGve84p { width:3.25rem;height:3.0625rem;top:2.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv { display:block; }#CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diCDwnd3p6whP09iIoZCcyF3gxoGfJyI { width:47.75rem;height:2.4375rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf { display:block; }#DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t69IK7B5uNOOIfw5Dz5xhkBKs6Mqf1F8 { width:37.5rem;height:7.5rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfARuwI8zFWUqZxdMtysv2VZwwIzXTvI { width:28.25rem;height:4.875rem;top:1.375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5rgyNXn4mXCyyG9TNQokHO6Rt3u7IQC { width:3.25rem;height:3.0625rem;top:2.25rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT { display:block; }#IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiOGtzJTLU0oBdmyh1grXK1nBPriCPMT { width:47.75rem;height:2.4375rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOOZ27koXT9Eo15vcZtpsV0TDlaT3Lzw { width:47.75rem;height:2.875rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 { display:block; }#JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxvZqS0gtv5hvGdUU34T4n6ZrALBHPOK { width:47.75rem;height:3.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 { display:block; }#tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6feTawJy2Hq1shVsRwvIO7VidhthH9o { width:25.0625rem;height:15.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLJ8NTCZtnfrw0nvLRuSCMbZN0V6swKf { width:25rem;height:15.9375rem;top:0rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTXdfHJN1rvQiZA6TRNDlkFZQT0fS0bW { width:25rem;height:15.9375rem;top:0rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 { display:block; }#gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btXmT4ErFdKt3q7aDQHvknFTzJrNbwE3 { width:47.75rem;height:8.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fApnbpHH7TnFH72C0vtmlorRB1RSRyf7 { width:2.0625rem;height:2.8125rem;top:11.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT0KyM3rpH1GSwWcokSUz1wsV5AefRG5 { width:12.5rem;height:1.9375rem;top:11.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNEVpWWGHPBGRne4mVc8Wh6PSdmPoZum { width:18.0625rem;height:2.875rem;top:13rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5vq6h4uM2lCnI7WRqTMtzQ0eLmpoA1h { width:21.875rem;height:4.3125rem;top:13rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUr4FVK97ikT7TRUnIERCgDGJGnENHus { width:12.5rem;height:1.9375rem;top:11.0625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbv6kWUwWkikoEoiSUm2WgW7TagpHxRU { width:3rem;height:3rem;top:11.25rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M { display:block; }#rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPo7xmD8pnUtbzRpwL3pRk6BbhZm44Hp { width:47.75rem;height:2.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3IaA4Ta5nqWxVnfQOoEFfyUxSf5lu2X { width:22.5625rem;height:8.75rem;top:3.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgk1di7iVMXiHMSXNfG1Ky88c4vTwfuq { width:22.5625rem;height:7.75rem;top:3.75rem;left:24.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot { display:block; }#W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZ6ruEfemozqOmAQx8C7mNKalG1IbvDw { width:12.5rem;height:1.25rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtZOrye9wPLv7JH9l38ruTuHr9QTBzAA { width:47.75rem;height:3.875rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn70moNsfnMzePybrFZTPFWnTliWfEaO { display:block; }#Kn70moNsfnMzePybrFZTPFWnTliWfEaO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZNQCuRJVAKI6HAHumxX9VcI8Tsq86Bv { width:19.0625rem;height:19.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnJihS7Raey9zZXtX9eB0WAhgzXg6wzp { width:14.8125rem;height:14.8125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr8cyEpzI8Butc05b8cNXHZiqLFT4VuE { width:47.75rem;height:15.75rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diJiaybWCvrxWHoJrHaxDoxc1BeBxzaT { width:0.125rem;height:5.75rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWBTznbIKDNVWgJMhvXtRq3sPHAVxhVw { width:28.3125rem;height:0.125rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgKJBs178Ex8DT8imT4ATb4Fi27eTEte { width:20.375rem;height:5.25rem;top:18.1875rem;left:23.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFmEq6BMkFd3TP8zkax61sriUm0CF6H7 { display:block; }
 }@media only screen and (max-width: 763px) { #dZTuTym4o8PUT4XJ0KdS6GAFNt2LJOPi { width:10.625rem;height:1.25rem;top:20.1875rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ic9GtRoqs2QLQ0CE6opOw0PS4rJLcq7J { width:2.0625rem;height:2rem;top:19.8125rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnAyfWamzwLvRgViKd1830d7FMPxa9mO { width:2.0625rem;height:2rem;top:19.8125rem;left:45.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR { display:block; }#MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e18wOnnOUtus3OJaWVF1arHe7NDH33Wr { width:47.75rem;height:3.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 { display:block; }#mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtrkV6VHCos4VhFZQZEWwXcwLeCDZ3xZ { width:36.875rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogN68yXV99aeeogcERT2KzobMOMulVZJ { width:5rem;height:5rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uANqLigFVTpZfI8BWcwpLpmchFBx9Jt5 { width:12.5rem;height:1.4375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szBxQJrSXlDXf7OxJvQQeumXfp1wgyaI { width:12.5rem;height:1.25rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kul138RswcpTHWlIFEvOQEOyHJVBqQqG { width:3.125rem;height:3.125rem;top:11.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESX0Hxf6aHU7OQZoVmzFPuEh9LGEIcEP { width:12.5rem;height:1.4375rem;top:9.4375rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmurJOoyLds5wS3r9iLTnTqpkv8hLJVW { width:12.5rem;height:1.25rem;top:10.875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFTnMb9P15534HC6J004wzZcKnHDISPi { width:5rem;height:5rem;top:8.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpecoAT0bQ4c1Btu39tDU4RQzpWp3Jgs { width:3.125rem;height:3.125rem;top:11.6875rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTArl8vXVpQvBfsSJh859c3M8Bkb48UT { width:36.875rem;height:6.75rem;top:0rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y { display:block; }#ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueREvqiJNfd70qeJMDv5zTWzlsFvbsl6 { width:36.875rem;height:6.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7RQ6Ss6P1SmItZv9vDqkquTPVBxPGws { width:5rem;height:5rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7DPT5C6RliUZZ8SfnM3qdsZ0E09KhQ0 { width:12.5rem;height:1.4375rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOH8aMzBPbAolfbcRATpPn9owcyJEpgA { width:12.5rem;height:2.5rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJ3ABMpzF1pphles8ddLeLZmFb9OZV3g { width:3.125rem;height:3.125rem;top:13.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSlcHJbLfATFOhWMrviknPiiiFrmUgXk { width:12.5rem;height:1.4375rem;top:11.3125rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXUIrZPSBMpybLp6ntkOaNI4gsizlCnO { width:16.6875rem;height:1.25rem;top:12.75rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZh1ZPAFm8a7Q6Oo1UTq3MI9T1TA79ZO { width:5rem;height:5rem;top:10.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiZe1mIxE9nH2avDZayQyEuw5DEulnXL { width:3.125rem;height:3.125rem;top:13.5625rem;left:23.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7OJ43ceUUvuQm83V0kHpQatRGlCDpJw { width:36.875rem;height:8.4375rem;top:0rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F34liLnS8gAGvxAOl7sXxiPiqM950dk8 { display:block; }#F34liLnS8gAGvxAOl7sXxiPiqM950dk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKhJ2vgROATHfi2mamz8HrzblxAMg5m1 { width:47.75rem;height:3.5625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZmbAXDi9CMC0JHc3livTnTapwe8uRhT { display:block; }#mZmbAXDi9CMC0JHc3livTnTapwe8uRhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QI8CvxICpzRMVs22wXKTOlsdP97FqMQh { width:18.25rem;height:5.25rem;top:1.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWoby9F6vWqh3K2k1r6otWZpx8l6DWFz { display:block; }
 }@media only screen and (max-width: 763px) { #E3BkHMlPmyTzXHhqctp1ETCwHzeGNGbl { width:35.9375rem;height:7.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ny0iPkCGTrzOvTiqVwUmWJ32TH1irT { width:15.0625rem;height:1.8125rem;top:2.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N79ZJwbSdMzp4BAWkM94GRhMnNJTzqvA { width:18.25rem;height:5.25rem;top:1.25rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKh9tFe1KH6uDIe1WXk03bFsQ6IrmPcD { display:block; }
 }@media only screen and (max-width: 763px) { #qVh5w1MeSAOK7IvaHQMpr8i4L7zddgG8 { width:35.9375rem;height:7.25rem;top:0rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HELSnNTVst96geWomIxuBzCXZdNSSyTu { width:15.125rem;height:1.8125rem;top:2.9375rem;left:23.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT { display:block; }#hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqPGROdFZDxrO5lK4wF4lFWMr39qEnFR { width:18.25rem;height:5.25rem;top:1.75rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl0Hzt0VpffFIukR5yUsfZuOznD3AAwl { display:block; }
 }@media only screen and (max-width: 763px) { #rcZIM2peDJxmuisAzuUoZwfhIKMvSn8v { width:47.75rem;height:2.875rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr { display:block; }#ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyTvBpMDhRcx34a2eidDwMMAkh3PUIGq { width:18.25rem;height:5.25rem;top:1.75rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXKavzNan42UsxrT751OVg0JtIJ3EybV { display:block; }
 }@media only screen and (max-width: 763px) { #D9LiHpq79Cid6rQThg6Ld4k2Xt6hLXEr { width:47.75rem;height:2.875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyhzG9g6T7vWZMobm6xKohKPsKq2LORk { display:block; }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgwgffxHmzxsQLZCtPXa7SCqoaD5TcIC { width:29.0625rem;height:30rem;top:6.1875rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B64XmeLxApD2WRBDpUbX1yd7FMOCTBhG { width:39.4375rem;height:5.8125rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKIIQm6SpKfURkdXbKqBcAvDIyqNxTEH { width:40.875rem;height:9rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-regular-label { width:22.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-text { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-text {padding-top: 0; padding-bottom: 0;}#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-textarea { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-select { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-select {padding-top: 0; padding-bottom: 0;}#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-button { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.125rem; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-checkbox-label { width:21.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x  { width:22.8125rem;height:auto;top:7.125rem;left:22.4375rem; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .radio-container { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x {display:block;}#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x { width:22.8125rem;height:auto;top:7.125rem;left:22.4375rem; }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #mzySX6brkHTovHcVVXua25hZTbBcB5Xf {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #foBAJepmGw1TmW57TeQz7X1A4um0nP5n { display:none; }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #P6Pg7QvuQFM00JL7RMuutkCy9d30qid5 {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #WZam5BGGewE6Ppv0StRgXOWLgMfxZHm5 {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #xuyZbT9999ozOgVonioA5effBRt1NIe2 { display:none; }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #fPbIOqun3xvr7CHNcJgzl3UXNUfIkPub {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #SRxsTzSwnpePluvuzdI6EZRu3Ty4FPFX {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #hDUK7dhc3PqR4uE0RGJqUF82xws5odQR { display:none; }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #lJBTb5Jt1X1Nocen1rnefNRfQLyPa46T {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #m6QPLi2RDIVPZNWnHb11Cg45cC8BrKOm {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #F9HKJLDqNmpNU1F7O22RT0RwzJTi19QE { display:none; }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #Ek4TwRrATFi5sTwUQng2DIa4xUb7cqrR {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #taIbFOCrTn5kgR7MzfdUJcXto9Xu3vOM {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #Zg0LlkrzyBUCTFTTCp2br4IOdIkVC7cb {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #A7k3vgA0XLvmxhThH5vpkGPb62gPe83v {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #pu3KmwZEs23ESPvU9IadJ0wEfnERCbNm {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #Ue3pgi2HsSM192x02ws771qZ9uG7PJSJ {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #IKRTUrZLTgDAIeAKxnk1XGXRQHPuxasN {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #Hw9259VAbwx9HXIJchKdWb2RkSx8u13n {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #pC9ym8RNcbpd0G2ypZB7V9mBK0lPeJKc {  }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 { background-color:#f8efea;background-image:url("https://images.assets-landingi.com/Ya9a1H7a/bg_top_mobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3.adaptive-delivery-prevent-bg, #Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3.lazyload, #Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3.lazyloading { background-image: none; }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row .container { background-color: transparent; background-image: none; }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row .container > .video-iframe-container { display: none; }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row > .video-iframe-container { display: none; }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .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); }#Ehl4Mgn2e9xLrSvMgxtssWLV69aPCLX3 > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQbmvfKvmP6moshhCHdCdyHIyzr5Nd7a { width:9.625rem;height:4.4375rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDXcIHwByXznw0vXHrAncfu7I1L95Fkb { width:20rem;height:6rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #t6QkkSX265CoBMompQunDeMKIoiJgulV { width:20rem;height:2.1933625rem;top:16.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOX7UtKm7D3tph245TWy6AESeR2gs4zn { width:19.375rem;height:1.94970625rem;top:22.375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfFgET2CD0c7p3UNJoC6FDyt8pu3pE1y { width:1.5rem;height:2.125rem;top:25.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xn6bBxyCsqdO3Byh2vKu7sUvMUvihoMz { width:1.5rem;height:2.125rem;top:25.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #floRyO26JZzOddV0a72RRSAvDtpNpQyo { width:1.5rem;height:2.125rem;top:25.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcOIgPpDprEpGUKG4wnJvgTBR8KoTzAF { width:1.5rem;height:2.125rem;top:25.5rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT6h38B9WFceTasxRgAgPGFeBaxbwO9W { width:1.5rem;height:2.125rem;top:25.5rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVX9N0kmJbc5BxBfNiszXZwSEJxDEuMw { width:1.5rem;height:2.125rem;top:25.5rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4pVy6u2NOIG4ERRq6MDr9hFtTZOTIDT { width:1.5rem;height:2.125rem;top:25.5rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVqc2LUqGkbs04LMK6HBr7tlT54lswCs { width:1.5rem;height:2.125rem;top:25.5rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp { display:block; }#FeCTpfMSsNEtt19LwLtVZrEqbWIRJlwp > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hhBcMDiE9ol0atr7ISqGOT7S7ENp1pGp { width:17.25rem;height:5.25rem;top:2.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqpbnkVvlIHbugM0pviogWEitfhWKAtP { display:block; }
 }@media only screen and (max-width: 763px) { #Dmq8FLlDEDAKQzTPVGhnvZG84Xdvwl0e { width:6.5625rem;height:6.25rem;top:8.625rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz8rK4HSUxA6GiZgCZgwJeIc2aElDeui { width:20rem;height:2.92480625rem;top:15.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 { width:18.5rem;height:5.1875rem;display:flex;top:20.75rem;left:0.6875rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #HrbboNTFf26sTHByewMM9r3GUT1gvAfr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #X6BsrbUGTmmFxoq6wKl81Ubh8rhP6sKT {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #f5GB2BMQHKW3BFUKFcfdnJG7xSPtT2wV {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #y9h4x8RmZXAS8BRJoNNlvWOulRu1oABP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #bpEXKBH549XaTua4oobHEET39FZcShKn {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #lRwMTxAx78BSWvn777qdt1Pcl0IpFlTW {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #qrPPhxLOFZ3Z959O7ywZNiSpJ7FIHSNs { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #Qy6LlHuTHg9e6TvsSccEFXE0ThQHXRr1 {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #lurDKwlD8KixFsGwmE0Fzxa306P0fy4K {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #DODuJT37QmPt9JZEwVFbxEGbtW3GXgLo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #QLlzi8qKff1ZMyCDErEtSq6c5VPUKaXh {  }
 }@media only screen and (max-width: 763px) { #l3eaNeTF8JkKTgpz0dxKxpehgyoNwbF3 #aBHDqRSx7vpZlzCTubNMfm2Zh4D3iVT0 {  }
 }@media only screen and (max-width: 763px) { #pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r { display:block; }#pdV0vh6WBsOPqxFSrUWORMVMLHuFK66r > .row .container { width:20rem;height:100.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lemCQf53Wc6NSH8LU9r6accIVyNgNr5D { width:20rem;height:4.5rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ULTwVfFX6lk5GTUoy7AFUFWRB7bpSW9N { width:1.875rem;height:1.875rem;top:7.875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #arbrdpPh1bzP878moVu2ndIUeN2vv2Ey { width:2.375rem;height:1.4624rem;top:8.5rem;left:8.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BH0TKi2sq3470f55fC0Ub98MiAxTgfyU { width:20rem;height:2.3994125rem;top:10.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToeSfyRFTL044tGlpL95Wm5JpfZgWCFF { width:20rem;height:3.59911875rem;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkyt5tFN4Q7Z3CmhUf8QlSNcpxSXO8tq { width:20rem;height:4.798825rem;top:25.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6NUAEBvyChuH0UTEQS1HLIwGPrT42wa { width:20rem;height:3.59911875rem;top:34.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5mZt6PpkDnKzbCA7CRTx0BgFRq8TlTI { width:20rem;height:3.59911875rem;top:42.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgNSODpQD2ssEd6Zt0GXXs0BUe7urZbx { width:20rem;height:4.798825rem;top:49.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxUmUmnzRAGETSLNxT8ErbLIq0JXWVan { width:20rem;height:6.75rem;top:57.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGtW4tJPMWacVLUdmf2toZufyewiRL86 { width:20rem;height:5.19921875rem;top:64.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiySRkEUgT66kaifcGvHUOwiTAmAinOT { width:1.875rem;height:1.875rem;top:70.625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk3MGlhx7czcBcn9wf2bhXCBA6wrRrTt { width:1.125rem;height:0.9375rem;top:71.375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrTbdp69D8GBhyJnpJuUEuMRpoPQR7AA { width:1.875rem;height:1.875rem;top:14.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldWKKu9QdBzxPUKoB7y4nGxXsDTNEath { width:2.375rem;height:1.4624rem;top:15rem;left:8.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dUHZBwVtdiED03vUrwZ2Ka3sCu49t3bl { width:1.875rem;height:1.875rem;top:22.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKiG2Lwc6o6XSXyiPR53rshXSQ9Ukt3g { width:2.375rem;height:1.4624rem;top:22.9375rem;left:8.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smgdBiK9NE7WCkMTksxxTuXgW5A3afD0 { width:1.875rem;height:1.875rem;top:31.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWWG6pSOzJsLUZV5WINebSZISsb6aPtz { width:2.375rem;height:1.4624rem;top:31.9375rem;left:8.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGVlb5OLKpJH3vddcbnRZpEKgMpgbmn5 { width:1.875rem;height:1.875rem;top:39.125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRGg9V2NLlS9yB1Wq7AEu3KiQcilVsDT { width:2.375rem;height:1.4624rem;top:39.75rem;left:8.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xxiZ96T8vZbOL02d04bIP0LnFwa4tNgE { width:1.875rem;height:1.875rem;top:46.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhArkLIHkUSgHiZMzvWF0HSCCne4yAbq { width:2.375rem;height:1.4624rem;top:47.5625rem;left:8.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VlAVPDH1WZ7AzZ7zfaakSkx1nfwtisFD { width:20rem;height:1.19970625rem;top:73.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukhUZfKS9VOtKrirTeEKu6SedFMxD9gK { width:20rem;height:1.19970625rem;top:79.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPguZQdouMmzEWmQi2xdRAEf7F4gUBZF { width:1.875rem;height:1.875rem;top:76.0625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtcTcMdemRlrIpPdbRpW6SpImq6M8A89 { width:1.125rem;height:0.9375rem;top:76.8125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBgAT7BG9HnNSEkfwb7iqeKvo1T16cNE { width:20rem;height:2.3994125rem;top:85.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHlxlgPDAgkoBFgCeUefL5c7dGB8V75N { width:1.875rem;height:1.875rem;top:82.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWp0tabvTK4XUR9TeJNh6KvL44wX4tDi { width:1.125rem;height:0.9375rem;top:83.4375rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4ZgegMonHcS15plLKlor1fPMXlipW6r { width:20rem;height:2.3994125rem;top:92.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpkghCMBZzUTzlGfLT1UZmcPNECmCfDa { width:1.875rem;height:1.875rem;top:89.3125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPQFrczV9VSEXGM1dnoqVcJTneqThqbu { width:1.125rem;height:0.9375rem;top:90.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7wktHwlKR3T5mAZuQxZLAD1ZC8uaJu3 { width:20rem;height:3.8994125rem;top:95.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh { display:block; }#BdMFnvXPoX1Ln9Gqci0nwbzGxpduoGXh > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezr5tpDKuDu4Odlb7V4uaIcf71aowq4f { width:20rem;height:2.25rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez { display:block; }#VwkRV6Op0lF5DxCB6Qa8N7mAvBqwy2ez > .row .container { width:20rem;height:245rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVuCN9TsPgkyKUATRAapMIVIDwpAS9SN { width:14.0625rem;height:3.25rem;top:0rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7khplWss2JmgbrCxKfMCePacCVNgrtH { width:19.5rem;height:7.3125rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgfEzdC2XpaNAAWh3Coo6usWTBLAhtEh { width:18.75rem;height:5.19921875rem;top:13.90625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml2Ed3yUMCqxsu1u3bROM13qpSnZkkZg { width:1.4375rem;height:1.4375rem;top:9.8125rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqmkRLO1Lyl07lOBRCys58y9TTb6ZFuD { width:2.75rem;height:2.1875rem;top:4.5rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VukT7JSEzI0gTENRXBGn9k6lghw7AoRg { width:0.125rem;height:91.875rem;top:11rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRlsgnJ4Q0bdU0pgnl0igJHzbVMdC6Mp { width:20rem;height:1.29980625rem;top:7.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDOh94ciMIF8uvJVPuTwRGXDINowBtHV { width:19.5rem;height:7.3125rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdgoIrnoNvXwb1TspmtyJaPEPaZf6ddX { width:18.75rem;height:2.5996125rem;top:24.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3wU8bEy489zyKUUozgrXamurcED62Qa { width:18.75rem;height:1.29980625rem;top:23.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6OGgyGoLmuNXtI20vrArNHJO8SiO6g6 { width:19.5rem;height:7.3125rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vK8hcqPpKxT4xT3c4edCVIZ1xbIHdelE { width:18.75rem;height:3.8994125rem;top:33.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo0QAh9oEDCzSy0Ca2OK4p2Izsi89t0k { width:18.75rem;height:1.29980625rem;top:32rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZULTZpBIQq5q4Okk6Q76ryGzhEb6Tbr { width:2.875rem;height:2.5rem;top:39.8125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2Cs6hqCie31v6WCzATII1V6oh9ntRa4 { width:20rem;height:1.29980625rem;top:42.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTlp48WV4G3rNbI1VAnva66QOpZcmr9y { width:19.5rem;height:7.3125rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTCTECcUhUzQH0QiTgvIa0pTlnThVCCU { width:18.75rem;height:3.8994125rem;top:72.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxH2RTkLwULAECgLdzHaBzWMTH0eRV6A { width:18.75rem;height:1.29980625rem;top:70.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yseh4rVcQt6VKfdIFmOVKstXklIRLGch { width:19.5rem;height:7.3125rem;top:54.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #blzP9fTiARSvXzWBs8LpbMo0dt0wQ5UT { width:18.75rem;height:3.8994125rem;top:57.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQtfqUZynsFE3AS1ZTcVBiB000c4H17T { width:18.75rem;height:1.29980625rem;top:55.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3SNWey4tUBadqKOOIt4QUaW0wWMH1C3 { width:19.5rem;height:7.3125rem;top:45.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtaANVBAwOPMPWSwdueAVaAMvz1mnRXJ { width:18.75rem;height:3.8994125rem;top:48.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEedoq5H6BJd6Agm4s154gWcmXo02ScT { width:18.75rem;height:1.29980625rem;top:47rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuXSrHONp54x4xcIeRuotsxh2FtfqIRl { width:3.125rem;height:2.625rem;top:63.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmEGesaB6XNulsiLqOEDi0Qllgig3h0A { width:20rem;height:1.29980625rem;top:66.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG7cHeO9m90WnylRQt03JrnogkVKkF1J { width:19.5rem;height:7.3125rem;top:77.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mArEt63fcDR65edfpRMQ5odVWUTfvMKJ { width:18.75rem;height:3.8994125rem;top:81.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9OnT27hlgARsxlfzidkBXeuvEyW81pB { width:18.75rem;height:1.29980625rem;top:79.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpWiChRlU1xlZkgVymu0wdEyaHoi3rFf { width:19.5rem;height:7.3125rem;top:93.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HicQFoWntAWhcQ8rhvbAXd2cSwaAVkIA { width:18.75rem;height:3.8994125rem;top:96.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bag1x1p841DRtodeWlgtF6R3x1hJCIvE { width:18.75rem;height:1.29980625rem;top:95.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAE1bK5TBGcXIzDcNTUU3ZzKRILicGvB { width:1.4375rem;height:1.4375rem;top:102.375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBRKQiC8uXF4E653hu2aIEJz4DebLIoW { width:3.375rem;height:3.3125rem;top:107.3125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6BrWqT42kXLnTxWac0blfIoyu5Ab7WZ { width:20rem;height:2.5996125rem;top:104.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPMpvdnmA84JUdeZmsVpEuxw9Oetqcae { width:17.25rem;height:5.25rem;top:114.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQGf1JK5OHqQfEUImoBm3SfwTi2RDt2l { display:block; }
 }@media only screen and (max-width: 763px) { #rRVxFsnBPaL7bTRND9dMtMOmKCivmGgR { width:18.0625rem;height:1.625rem;top:112.5rem;left:1rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlT86gDI2hquhPpF1b9uRTfgeDPEkS5r { width:15.1875rem;height:3.25rem;top:126.5625rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6PSIkqHQwDGdc30WrBmkudRLeFs74ls { width:20rem;height:1.29980625rem;top:130.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNRR0yQRt3RVUzmEPFLJIT3vuvkyO4ND { width:2.75rem;height:2.1875rem;top:122.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTrTknpeENTCskwy14LM6ZT8kDTtfLpt { width:1.4375rem;height:1.4375rem;top:132.8125rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwwHBQ4sZmRtyiwe5owkcRDNNGqNsBP1 { width:0.125rem;height:90.625rem;top:133.6875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d76m9rRMKXWV6zBlPA041GPDqOn7F6pg { width:19.5rem;height:7.3125rem;top:135.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2aLUplSlxnUT9587JLFaoCC5Spzla2t { width:18.75rem;height:3.8994125rem;top:137.09375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzH5XSBEB5THQGP6ET8VofXTZWxNeIWG { width:18.75rem;height:1.29980625rem;top:165.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSmnuXzhcHonWMPD0QlBsq7twrefycr1 { width:19.5rem;height:7.3125rem;top:153.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CetyH1hdZJ2DIkd81NDV7u7NtF6k8XsP { width:18.75rem;height:2.5996125rem;top:156.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBzbzVq0BgI4XO5xwtEnTrSPCeibbZnw { width:18.75rem;height:1.29980625rem;top:155.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXcsbIb8dD87NW6QASvOVKnd4knHp2T7 { width:19.5rem;height:7.3125rem;top:143.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGTTracLEJPZ9ZRXEcffTwdcHZmd33av { width:18.75rem;height:3.8994125rem;top:146.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPidW0Z1mhTBhKwre6TJyD5xk6KVdxO0 { width:18.75rem;height:1.29980625rem;top:144.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDNd02236Zy5TbBmnFRoQrVeuD4VLQzo { width:2.875rem;height:2.5rem;top:162.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUKVH25TsDcZ0SLT8NvAspuemw6Zi7KU { width:18.75rem;height:1.29980625rem;top:188.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4X8peA2h36ZWqIH8IGX9hP2riktobJr { width:19.5rem;height:7.3125rem;top:176.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REWyv2aTzdZaV3azSECM6CSWtDcpqqLM { width:18.75rem;height:3.8994125rem;top:179.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFvBBS1lxP1BAOxP9AryQ6CacK1w6tKA { width:18.75rem;height:1.29980625rem;top:177.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGzTJcJ5xhDbITgOnQRweGDgfLpxTBiy { width:19.5rem;height:7.3125rem;top:167.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4e4P36uWm1oEXEZdgO0c6oUPlhqSkSV { width:18.75rem;height:3.89941875rem;top:170.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DunUdOQ1BRigbQaKpyeyGsW4bVVLelMW { width:18.75rem;height:1.29980625rem;top:168.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDg86rAZvt3U2G6zisFsDL7GNbXT97to { width:3.125rem;height:2.625rem;top:185.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiWWMvZC3GyuFMVI8HLAbJX5JsMKHidh { width:19.5rem;height:7.3125rem;top:191.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRnFVKeb9rpA9ZF4amSWns5p4hMvSBLl { width:20rem;height:2.5996125rem;top:194.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZs9T1yrSKe0hCuk29xu6TJNXrEsJnzp { width:20rem;height:1.29980625rem;top:193rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBQV1dqw2zKTrfX9o0NQnDd6DR5cyP55 { width:1.4375rem;height:1.4375rem;top:223.5rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA61NVO6pP09l2d6mSI1hRwNWJmX3uPi { width:20rem;height:2.5996125rem;top:225.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #svMA755mhERw60vfDhIAHvOEvZ40daRx { width:18.0625rem;height:1.625rem;top:233.875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNTbhwkGfene66wk2Kg1mFBQ30f4p7TS { width:3.375rem;height:3.3125rem;top:228.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG4hmN0QEDnwrNVCd8ykfpIwyJF0BDvX { width:17.25rem;height:5.25rem;top:236.25rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeyZI2HfdRGGo1Qk2XsTEZfDIDnAQ2Gd { display:block; }
 }@media only screen and (max-width: 763px) { #Zin9PFVQeCqOs4JKktEQU4HmwE6KR83M { width:19.5rem;height:7.3125rem;top:200.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy8EktAPZ6kdOBBREcPInzs75vvcyXGR { width:19.5rem;height:7.3125rem;top:214.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SinTP51bFMLghNmUlS5SyGMmwUPOoA9B { width:20rem;height:1.29980625rem;top:232rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBZO7ZzS4TbMqPhyhh3DT2Fkak6wmX1t { width:20rem;height:1.29980625rem;top:110.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfH3nhQyciKtZI4bJccJFwX1DnZfW78V { width:20rem;height:1.29980625rem;top:203.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro00w5q5g3DtgKF8THJGOmQOzqfnxow8 { width:19rem;height:3.8994125rem;top:217.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTnMruWDTGQphC9SMbmRXoJoeE5Eq81U { width:2.875rem;height:2.5rem;top:209.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hC4PDg2x7f4U9IQJasrMepZSefk53K8b { width:20rem;height:1.29980625rem;top:212.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HB1Jl3grHeRFe7yrDgkd9ZUMqAITkcfc { width:20rem;height:1.29980625rem;top:90.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcEXAh8SIaaXyWXTDUANcSuTuag4KKm3 { width:2.875rem;height:2.5rem;top:86.9375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlTv89rATaHuZ2oXI8RC4Dff5CeL2zUO { width:20rem;height:1.29980625rem;top:202.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asLgDDeRTGkprTDTefud43IfJsh0Xb6H { width:20rem;height:1.29980625rem;top:215.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btcIVrCWNnyqAN6leWTCsEEJufcR68dM { display:block; }#btcIVrCWNnyqAN6leWTCsEEJufcR68dM > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFq5J4MOfMxIuGZUqQBuW250DvlsOq06 { width:20rem;height:7.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFkbxhFwxnH13fURCKF20xyaTVWNSiot { width:16.125rem;height:3.25rem;top:4.3125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xsl9C5iE20DlaM5m9w4TUnJLpTGve84p { width:3.25rem;height:3.0625rem;top:0.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv { display:block; }#CJopCU2p7bmT4TqOw7cKNCFnw84x54Jv > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diCDwnd3p6whP09iIoZCcyF3gxoGfJyI { width:18.6875rem;height:1.94970625rem;top:1.25rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf { display:block; }#DKN5Cu446qXS4fnrTH8TppFzWbAfkLMf > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t69IK7B5uNOOIfw5Dz5xhkBKs6Mqf1F8 { width:20rem;height:8.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfARuwI8zFWUqZxdMtysv2VZwwIzXTvI { width:16.125rem;height:3.25rem;top:4.65625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5rgyNXn4mXCyyG9TNQokHO6Rt3u7IQC { width:3.25rem;height:3.0625rem;top:0.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT { display:block; }#IhcvmGlxOZ5BlsuEEZLcwBQF5wWEpdHT > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiOGtzJTLU0oBdmyh1grXK1nBPriCPMT { width:18.6875rem;height:7.7988125rem;top:1.25rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOOZ27koXT9Eo15vcZtpsV0TDlaT3Lzw { width:20rem;height:2.4375rem;top:9.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 { display:block; }#JszmSnqr5fS9yCnafSXLDU2B1UnhI8L8 > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxvZqS0gtv5hvGdUU34T4n6ZrALBHPOK { width:20rem;height:2.25rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 { display:block; }#tJwrU1XKOacxlOBlfuiRSSJ4pwUfyfm4 > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L6feTawJy2Hq1shVsRwvIO7VidhthH9o { width:20rem;height:12.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLJ8NTCZtnfrw0nvLRuSCMbZN0V6swKf { width:20rem;height:12.75rem;top:12.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTXdfHJN1rvQiZA6TRNDlkFZQT0fS0bW { width:20rem;height:12.75rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 { display:block; }#gD1hvQQRuMVCtkUBRUTIH4RCAsfNvu13 > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #btXmT4ErFdKt3q7aDQHvknFTzJrNbwE3 { width:20rem;height:15.5976375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fApnbpHH7TnFH72C0vtmlorRB1RSRyf7 { width:2.0625rem;height:2.8125rem;top:16.9375rem;left:9rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HT0KyM3rpH1GSwWcokSUz1wsV5AefRG5 { width:12.5rem;height:1.625rem;top:19.6875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNEVpWWGHPBGRne4mVc8Wh6PSdmPoZum { width:18.0625rem;height:2.625rem;top:21.3125rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5vq6h4uM2lCnI7WRqTMtzQ0eLmpoA1h { width:18.0625rem;height:7.8125rem;top:30.5rem;left:1rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUr4FVK97ikT7TRUnIERCgDGJGnENHus { width:12.5rem;height:1.625rem;top:28.625rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbv6kWUwWkikoEoiSUm2WgW7TagpHxRU { width:3rem;height:3rem;top:25rem;left:8.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M { display:block; }#rFlkbK8ngOH3wCBfTdXQJsXQeTB6Vs3M > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPo7xmD8pnUtbzRpwL3pRk6BbhZm44Hp { width:20rem;height:4.875rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s3IaA4Ta5nqWxVnfQOoEFfyUxSf5lu2X { width:20rem;height:9.09864375rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qgk1di7iVMXiHMSXNfG1Ky88c4vTwfuq { width:20rem;height:7.79883125rem;top:20.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot { display:block; }#W5DGi6J77SgAtlVfkHiOSLaFzpSck3Ot > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZ6ruEfemozqOmAQx8C7mNKalG1IbvDw { width:12.5rem;height:1.29980625rem;top:2.5rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wtZOrye9wPLv7JH9l38ruTuHr9QTBzAA { width:20rem;height:2.4375rem;top:3.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn70moNsfnMzePybrFZTPFWnTliWfEaO { display:block; }#Kn70moNsfnMzePybrFZTPFWnTliWfEaO > .row .container { width:20rem;height:49.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZNQCuRJVAKI6HAHumxX9VcI8Tsq86Bv { width:12.8125rem;height:12.8125rem;top:0rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnJihS7Raey9zZXtX9eB0WAhgzXg6wzp { width:10.4375rem;height:10.4375rem;top:1.1875rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr8cyEpzI8Butc05b8cNXHZiqLFT4VuE { width:20rem;height:25.19825rem;top:13.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #diJiaybWCvrxWHoJrHaxDoxc1BeBxzaT { width:0.125rem;height:5.75rem;top:39rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWBTznbIKDNVWgJMhvXtRq3sPHAVxhVw { width:20rem;height:0.125rem;top:37.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IgKJBs178Ex8DT8imT4ATb4Fi27eTEte { width:19rem;height:5.25rem;top:38.8125rem;left:0.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #gFmEq6BMkFd3TP8zkax61sriUm0CF6H7 { display:block; }
 }@media only screen and (max-width: 763px) { #dZTuTym4o8PUT4XJ0KdS6GAFNt2LJOPi { width:10.625rem;height:1.29980625rem;top:45.3125rem;left:4.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ic9GtRoqs2QLQ0CE6opOw0PS4rJLcq7J { width:2.0625rem;height:2rem;top:47.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnAyfWamzwLvRgViKd1830d7FMPxa9mO { width:2.0625rem;height:2rem;top:47.1875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR { display:block; }#MUymD3XIOiOTGNBmbDMb2EiZJD6K4eBR > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e18wOnnOUtus3OJaWVF1arHe7NDH33Wr { width:20rem;height:2.25rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 { display:block; }#mnNCXqmfbWU2zeVJ92pqlRhc9dZ0uRb0 > .row .container { width:20rem;height:37.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NtrkV6VHCos4VhFZQZEWwXcwLeCDZ3xZ { width:20rem;height:7.96875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogN68yXV99aeeogcERT2KzobMOMulVZJ { width:5rem;height:5rem;top:8rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uANqLigFVTpZfI8BWcwpLpmchFBx9Jt5 { width:12.5rem;height:1.4624rem;top:14.5625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #szBxQJrSXlDXf7OxJvQQeumXfp1wgyaI { width:12.5rem;height:1.29980625rem;top:16rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kul138RswcpTHWlIFEvOQEOyHJVBqQqG { width:3.125rem;height:3.125rem;top:11.4375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESX0Hxf6aHU7OQZoVmzFPuEh9LGEIcEP { width:12.5rem;height:1.4624rem;top:34.625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kmurJOoyLds5wS3r9iLTnTqpkv8hLJVW { width:12.5rem;height:1.29980625rem;top:36.0625rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFTnMb9P15534HC6J004wzZcKnHDISPi { width:5rem;height:5rem;top:28.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpecoAT0bQ4c1Btu39tDU4RQzpWp3Jgs { width:3.125rem;height:3.125rem;top:31.5rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTArl8vXVpQvBfsSJh859c3M8Bkb48UT { width:20rem;height:9rem;top:18.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y { display:block; }#ZTCw9fXqZpGJlUKb3KCzpoah1FTMrF2y > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueREvqiJNfd70qeJMDv5zTWzlsFvbsl6 { width:20rem;height:9rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7RQ6Ss6P1SmItZv9vDqkquTPVBxPGws { width:5rem;height:5rem;top:12.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7DPT5C6RliUZZ8SfnM3qdsZ0E09KhQ0 { width:12.5rem;height:1.4624rem;top:18.6875rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cOH8aMzBPbAolfbcRATpPn9owcyJEpgA { width:17rem;height:1.29980625rem;top:20.125rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJ3ABMpzF1pphles8ddLeLZmFb9OZV3g { width:3.125rem;height:3.125rem;top:15.5625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSlcHJbLfATFOhWMrviknPiiiFrmUgXk { width:12.5rem;height:1.4624rem;top:41.8125rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZXUIrZPSBMpybLp6ntkOaNI4gsizlCnO { width:16.6875rem;height:1.29980625rem;top:43.25rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RZh1ZPAFm8a7Q6Oo1UTq3MI9T1TA79ZO { width:5rem;height:5rem;top:35.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiZe1mIxE9nH2avDZayQyEuw5DEulnXL { width:3.125rem;height:3.125rem;top:38.6875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7OJ43ceUUvuQm83V0kHpQatRGlCDpJw { width:20rem;height:12rem;top:22.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F34liLnS8gAGvxAOl7sXxiPiqM950dk8 { display:block; }#F34liLnS8gAGvxAOl7sXxiPiqM950dk8 > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zKhJ2vgROATHfi2mamz8HrzblxAMg5m1 { width:20rem;height:4.5rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZmbAXDi9CMC0JHc3livTnTapwe8uRhT { display:block; }#mZmbAXDi9CMC0JHc3livTnTapwe8uRhT > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QI8CvxICpzRMVs22wXKTOlsdP97FqMQh { width:18.25rem;height:5.25rem;top:4.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWoby9F6vWqh3K2k1r6otWZpx8l6DWFz { display:block; }
 }@media only screen and (max-width: 763px) { #E3BkHMlPmyTzXHhqctp1ETCwHzeGNGbl { width:19.5rem;height:9.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6ny0iPkCGTrzOvTiqVwUmWJ32TH1irT { width:15.0625rem;height:3.8994125rem;top:2rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N79ZJwbSdMzp4BAWkM94GRhMnNJTzqvA { width:18.25rem;height:5.25rem;top:15rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKh9tFe1KH6uDIe1WXk03bFsQ6IrmPcD { display:block; }
 }@media only screen and (max-width: 763px) { #qVh5w1MeSAOK7IvaHQMpr8i4L7zddgG8 { width:19.5rem;height:9.375rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HELSnNTVst96geWomIxuBzCXZdNSSyTu { width:15.0625rem;height:1.94970625rem;top:12.5rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT { display:block; }#hSnmc1rGQRiduTPLlRzqdlN3urbfVmTT > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqPGROdFZDxrO5lK4wF4lFWMr39qEnFR { width:18.25rem;height:5.25rem;top:4.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl0Hzt0VpffFIukR5yUsfZuOznD3AAwl { display:block; }
 }@media only screen and (max-width: 763px) { #rcZIM2peDJxmuisAzuUoZwfhIKMvSn8v { width:20rem;height:3.8994125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr { display:block; }#ouH8BTKeZXVMRX2sV71gM6fWOcirLbwr > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyTvBpMDhRcx34a2eidDwMMAkh3PUIGq { width:18.25rem;height:5.25rem;top:4.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXKavzNan42UsxrT751OVg0JtIJ3EybV { display:block; }
 }@media only screen and (max-width: 763px) { #D9LiHpq79Cid6rQThg6Ld4k2Xt6hLXEr { width:20rem;height:3.8994125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyhzG9g6T7vWZMobm6xKohKPsKq2LORk { background-color:#f8efea;background-image:none;display:block; }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row .container { background-color: transparent; background-image: none; }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row .container > .video-iframe-container { display: none; }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row > .video-iframe-container { display: none; }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .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); }#HyhzG9g6T7vWZMobm6xKohKPsKq2LORk > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cgwgffxHmzxsQLZCtPXa7SCqoaD5TcIC { width:20rem;height:28.5rem;top:14rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B64XmeLxApD2WRBDpUbX1yd7FMOCTBhG { width:20rem;height:2.92480625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKIIQm6SpKfURkdXbKqBcAvDIyqNxTEH { width:20rem;height:8rem;top:5.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-text {padding-top: 0; padding-bottom: 0;}#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-select {padding-top: 0; padding-bottom: 0;}#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-input-button { width:15.75rem;margin-top:0.25rem;margin-right:0.875rem;margin-bottom:0.25rem;margin-left:0.875rem;height:4.6875rem; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x  { width:17.5rem;height:auto;top:14rem;left:0rem; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x {display:block;}#Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x { width:17.5rem;height:auto;top:14rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #mzySX6brkHTovHcVVXua25hZTbBcB5Xf {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #foBAJepmGw1TmW57TeQz7X1A4um0nP5n { display:none; }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #P6Pg7QvuQFM00JL7RMuutkCy9d30qid5 {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #WZam5BGGewE6Ppv0StRgXOWLgMfxZHm5 {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #xuyZbT9999ozOgVonioA5effBRt1NIe2 { display:none; }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #fPbIOqun3xvr7CHNcJgzl3UXNUfIkPub {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #SRxsTzSwnpePluvuzdI6EZRu3Ty4FPFX {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #hDUK7dhc3PqR4uE0RGJqUF82xws5odQR { display:none; }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #lJBTb5Jt1X1Nocen1rnefNRfQLyPa46T {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #m6QPLi2RDIVPZNWnHb11Cg45cC8BrKOm {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #F9HKJLDqNmpNU1F7O22RT0RwzJTi19QE { display:none; }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #Ek4TwRrATFi5sTwUQng2DIa4xUb7cqrR {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #taIbFOCrTn5kgR7MzfdUJcXto9Xu3vOM {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #Zg0LlkrzyBUCTFTTCp2br4IOdIkVC7cb {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #A7k3vgA0XLvmxhThH5vpkGPb62gPe83v {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #pu3KmwZEs23ESPvU9IadJ0wEfnERCbNm {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #Ue3pgi2HsSM192x02ws771qZ9uG7PJSJ {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #IKRTUrZLTgDAIeAKxnk1XGXRQHPuxasN {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #Hw9259VAbwx9HXIJchKdWb2RkSx8u13n {  }
 }@media only screen and (max-width: 763px) { #Nhhc4AP2O4STfuRCuCVx1WqUvTuOne6x #pC9ym8RNcbpd0G2ypZB7V9mBK0lPeJKc {  }
 }