.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-input-select option {
  color: #000;
}
.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 {
  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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#aD0oDCVF1eV77NzEIN89KkSKJKR8dQbZ { color:#000000;display:block;width:34rem;position:absolute;font-family:rubik;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.4619140625rem;left:0rem;height:6.8229375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XB4nFHpbUrC2qwQBEDIn3brB0iP5Lm8y { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:16.0625rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#DySJaU5i4V96wrSfACPQ1C7h5t2AQTfJ { z-index:15002;top:24.125rem;left:0rem;background-color:#2ecc71;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#I6gVgp7vhkWBnl5U07QBbQ6tGTMAnmOk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EKXr1ag43CGg8cuD2qekiPkUvszihhmX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.125rem;width:39.25rem;top:7.375rem;left:35.646100427351rem;overflow:hidden;display:block; }
#d3VHgolm0ergJrB5z4kk3eDC4p29d0ur { color:#4e5ebe;display:block;width:24rem;position:absolute;font-family:rubik;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:12.4375rem;left:0rem;height:1.75rem;font-style:normal;display:block; }
#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a90e2;background-image:none;position:relative;display:block; }#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca > .row .container { background-color: transparent; background-image: none; }#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca > .row .container > .video-iframe-container { display: none; }#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca > .row > .video-iframe-container { display: none; }#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca > .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); }#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca > .row .container { border-width: 0; border-radius: 0; }#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca > .row > .video-iframe-container {  }#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:block; }#wodIfJ1UfTKWG0JCo8dKPTWTKfTZmP5Z { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:300;z-index:15000;line-height:1.4;letter-spacing:0;top:4.73828125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WroUxwxHfTVmkS0DnDKbpdrTMBlzGFud { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:1.5rem;top:11.625rem;left:0rem;overflow:hidden;display:block; }
#qoJCBehUb1Pp21y9VwacdGU49QUHWfV7 { color:#303c6f;display:block;width:25.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.724609375rem;left:2.25rem;height:1.29980625rem;font-style:normal;display:block; }
#oNdcAQgdZO2VZVLl0sIi2CvCp7SGOFmb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:8.25rem;top:5.6875rem;left:40.3125rem;overflow:hidden;display:block; }
#UdakA55QSbGz6mTsPCQBzZ2rRy18H2zo { color:#ffffff;display:block;width:40.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:1.29980625rem;display:block; }
#AOpqH6SrAmJ8Suzb58fvhqnyaEaFMvmu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:8.125rem;top:5.6875rem;left:49.1875rem;overflow:hidden;display:block; }
#A2KtOLBkzFf5P67a9A4uNkKzC9towZvK { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:8.25rem;top:5.6875rem;left:58rem;overflow:hidden;display:block; }
#Leb9yOyLlI8oTA5ySevQTsoH9rgx4RP8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.875rem;width:8.25rem;top:5.6875rem;left:66.75rem;overflow:hidden;display:block; }
#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container { background-color: transparent; background-image: none; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container > .video-iframe-container { display: none; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row > .video-iframe-container { display: none; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .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); }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container { border-width: 0; border-radius: 0; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row > .video-iframe-container {  }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:75rem;position:relative;display:block; }#eiwMQm2AGXMHwwET0fM102L8T26yu0tW { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:rubik;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:7.9375rem;left:0rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZPzDmCfQK15EK8AwmmEkUrARVhi1aXSD { color:#252525;display:block;width:34.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:12.25rem;left:2.375rem;height:4.0371125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#inLBxMrXDbaxTPZfdOo0X4ng5ks2XeMA { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:39.25rem;width:27.125rem;top:7.9375rem;left:40.3125rem;display:block; }
#qqzfoGEe247EIiMoiucAEzPyHtUZeg7T { position:absolute;display:block;z-index:15019;height:35.4375rem;width:24.3125rem;top:9.90625rem;left:41.78125rem;display:block; }
#FOWKGNeU55t5uAo96n6sXbrX52ZV3ErO { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.4375rem;width:17.25rem;top:1.0625rem;left:55.5rem;overflow:hidden;display:block; }
#vwy4KBC6rViEFThKecGuWRSkfR3vrm7l { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;top:12.8125rem;left:0rem; }
#UamEpDM4PtWWtOr91CzMyzE1RB8Ka78q { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;top:18.5rem;left:0rem; }
#cTsS5BaC0DOJqn89g3lFNp4p1Eu4o3zL { color:#252525;display:block;width:34.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:17.9375rem;left:2.375rem;height:4.0371125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#axm16uAE5UIV2QuETN709H75dNTmQPLw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:24.4375rem;left:0rem; }
#fsHXTB54otChaRRxAi8TvHmynoASIB5W { color:#252525;display:block;width:34.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:23.875rem;left:2.375rem;height:4.0371125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KuFtL43tPCfH7270MmGoJlWqm5V5lMfS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:30.375rem;left:0rem; }
#uLxO9SyRBJdCK12eZ2VrpoT78tqXCdUv { color:#252525;display:block;width:34.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.7;letter-spacing:0;top:29.8125rem;left:2.375rem;height:2.01823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TsW312I305WnJlR0RN1lNcAnn7iBbrgH { color:#252525;display:block;width:34.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.7;letter-spacing:0;top:34.25rem;left:0rem;height:2.01855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O8PzDHs6XrVUfkQmgNx8b4M4iTP8mUa0 { color:#4a90e2;display:block;width:34.5625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.7;letter-spacing:0;top:36.2685546875rem;left:0rem;height:2.01823125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container { background-color: transparent; background-image: none; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container > .video-iframe-container { display: none; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row > .video-iframe-container { display: none; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .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); }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container { border-width: 0; border-radius: 0; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row > .video-iframe-container {  }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:75rem;position:relative;display:block; }#w7aatPVDWpHBrqOprguPrKVOIWd7zWrF { color:#252525;display:block;width:46.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:14.15625rem;height:2.68115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VBGqcdtB6xAwotmFrfgUQK8Z26oX7tTm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:5.375rem;top:10.8125rem;left:8.84375rem;overflow:hidden;display:block; }
#CbxKMx4TCckg7ZBpNvSNT4JcWrvfunao { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:9rem;top:11.65625rem;left:18.34375rem;overflow:hidden;display:block; }
#O7Seet0fu2vDb8UeZ5o01aI3DXnV3qzW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:8.25rem;top:11.15625rem;left:33.375rem;overflow:hidden;display:block; }
#rKfhckAmloVtSQmE1nZywnAsWTQ8tLXU { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:8.5rem;top:11.0625rem;left:47.5rem;overflow:hidden;display:block; }
#BBNlX6vJrDit48iaBO0PvLzF0tkIhUS3 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:9.5rem;top:11rem;left:59.375rem;overflow:hidden;display:block; }
#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4a90e2;background-image:url("https://images.assets-landingi.com/uc/c6a5934f-1f91-4559-a801-c9aa89ba4447/Bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd.adaptive-delivery-prevent-bg, #VZuyNOa0R9zEKP1HTpi5eT78RJM793kd.lazyload, #VZuyNOa0R9zEKP1HTpi5eT78RJM793kd.lazyloading { background-image: none; }#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd > .row .container { background-color: transparent; background-image: none; }#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd > .row .container > .video-iframe-container { display: none; }#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd > .row > .video-iframe-container { display: none; }#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd > .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); }#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd > .row .container { border-width: 0; border-radius: 0; }#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd > .row > .video-iframe-container {  }#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd > .row .container { font-size:0.875rem;font-family:arial;height:55rem;width:75rem;position:relative;display:block; }#Bwr8WeDHW0xG7eiS36aCywtv1rl5CLGO { color:#ffffff;display:block;width:45.5rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:14.75rem;height:7.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zxEs43hwrBikxf8ZLIDVWXcOy576ST4U { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:32.5rem;width:23.75rem;top:14.6484375rem;left:0rem;display:block; }
#d1w0RmWA8xPxImSPsZ4bJGDJ4qNtOQzR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12rem;width:22.875rem;top:15.5625rem;left:0.875rem;overflow:hidden;display:block; }
#a8L91I0dbg7quzPkb2zpTGJq4BJwfOiP { color:#2ecc71;display:block;width:3.125rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.4375rem;left:1.4375rem;height:3.57470625rem;display:block; }
#Qt5xa4acuvzHvMp2B5KktViGTmJvla26 { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:32.1875rem;left:3.9375rem;height:2.03125rem;font-style:normal;display:block; }
#pIkyqWZpdCmizJ4qlF9npx91brJdw6JG { color:#787878;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:34.25rem;left:3.9375rem;height:9.4453125rem;font-style:normal;display:block; }
#MuyTcHzHHQh12oW4I8hIoFR05folXNrf { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:32.5rem;width:23.75rem;top:14.6484375rem;left:25.5625rem;display:block; }
#ruFs1X9Qt7H7xe2Ds8zspsuunoqvI974 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ececec;border-left:0.0625rem solid #ececec;border-right:0.0625rem solid #ececec;border-bottom:0.0625rem solid #ececec;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;height:32.5rem;width:23.75rem;top:14.6484375rem;left:51.125rem;display:block; }
#TpVgFK8Gb5RfvIhI2rlarmEM1Fgo4sV0 { color:#2ecc71;display:block;width:3.125rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:31.4375rem;left:27.875rem;height:3.57470625rem;display:block; }
#M7FLV5oCmKFTgvL3wLiGVxKkW2B6MwT5 { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:32.1875rem;left:30.375rem;height:2.03125rem;font-style:normal;display:block; }
#FOx5XHqC3TMA7GZI5bC46ZykxOPDICOl { color:#787878;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:34.25rem;left:30.375rem;height:9.4453125rem;font-style:normal;display:block; }
#qXNc9pO8Kqqm1kZ3nzIxSVTFK301m6wT { color:#787878;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:34.25rem;left:55.9375rem;height:9.4453125rem;font-style:normal;display:block; }
#G4A8WhngOZDuTCBr9VI4staRf7NR6NcU { color:#2ecc71;display:block;width:3.125rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:31.4375rem;left:53.4375rem;height:3.57470625rem;display:block; }
#ksa4L7JTTPTVEM96FF0FcXnwsykeRlmq { color:#252525;display:block;width:16.9375rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:32.1875rem;left:55.9375rem;height:2.03125rem;font-style:normal;display:block; }
#HVrJ5msvcRTilXCQxE1f198sxSDCrwlG { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.5rem;width:23.125rem;top:14.6484375rem;left:25.9375rem;overflow:hidden;display:block; }
#eqpMRlWV6LUqBSHGhRS4WgFGxb4TMTsW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.125rem;width:23.8125rem;top:16.5rem;left:51.15625rem;overflow:hidden;display:block; }
#vDRJ3DRTJ1psDgAwBylnXBK4paTiroNL { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:23.75rem;top:29.125rem;left:0rem;overflow:hidden;display:block; }
#JPC36HyCc7dH2iDKsvgHSMigNAdol0UB { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:23.75rem;top:29.125rem;left:25.625rem;overflow:hidden;display:block; }
#ACnhcmKlHPT9bZVL5t1kUt5nwVfgVFup { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:23.75rem;top:29.125rem;left:51.25rem;overflow:hidden;display:block; }
#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 > .row .container { background-color: transparent; background-image: none; }#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 > .row .container > .video-iframe-container { display: none; }#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 > .row > .video-iframe-container { display: none; }#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 > .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); }#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 > .row .container { border-width: 0; border-radius: 0; }#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 > .row > .video-iframe-container {  }#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:block; }#Vegy7oWbJ7bbMAPnRDKTy1Obh0EMBlLm { color:#252525;display:block;width:46.6875rem;position:absolute;font-family:rubik;font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:5.125rem;left:14.15625rem;height:5.36198125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rKuSHBudm2yNiNtWNSuFcWeao04HQCxF { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.875rem;left:5.0625rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#Kh7Z32NIC3xVgEXAfIUywT0JThdb83hb { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.875rem;left:21.8125rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#OFTXRe2U8XqhMWG3uoz6lf8pBPi6RcFW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:14.375rem;left:9.3125rem;overflow:hidden;display:block; }
#a9nc862EoBlohMuFtIOwJaXdTNHQqUtE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:14.375rem;left:26.0625rem;overflow:hidden;display:block; }
#GhtT2NUxoTO5h6HM8EmlaC1yi5PxfgWQ { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.875rem;left:40.375rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#DZ8SuALaEhEizDK8B0TUsD23TZF97GWh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:14.375rem;left:44.625rem;overflow:hidden;display:block; }
#QhkL98E1goaAwTCgwq34QlhnzfwIw1QO { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20rem;left:57.5rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#BPp99bKJkNOJerVRGVq6eOvU85IvQoeG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:14.5rem;left:61.75rem;overflow:hidden;display:block; }
#yrshXzhvC1quQIJ3whqqVTtAyML5nfAD { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:27.5rem;left:9.4375rem;overflow:hidden;display:block; }
#NJf90T9G9BNQIiwk4hPKmpob54KrVCbz { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.9375rem;left:5.0625rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#lPX0qAFZ0ETDzpdy980TWt6h0hlirtO9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:27.5rem;left:26.1875rem;overflow:hidden;display:block; }
#nv64kbBHoXgX3D0zophzLxrTJelI9Scc { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.9375rem;left:21.8125rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#DrTB6lWGe54mg8sxHCzqWvHAz46WDsdq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:27.5rem;left:44.75rem;overflow:hidden;display:block; }
#QxHlk6Pk6EaTnHIAhTl7as4dilPM6paz { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:32.9375rem;left:40.375rem;height:3.0869125rem;text-align:center;text-align-last:center;display:block; }
#S8CLX8pNHBzIqNtxDmMrVVpuHF7hd8Rh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:27.5rem;left:61.875rem;overflow:hidden;display:block; }
#eoWWXeyEOh8kD2AmlIrkT8IpKTVuhPnu { color:#252525;display:block;width:12.5rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:32.9375rem;left:57.5rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#RXqTk9xSETA1pUOJONAdofTeboqBNEpE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;background-image:none;position:relative;display:block; }#RXqTk9xSETA1pUOJONAdofTeboqBNEpE > .row .container { background-color: transparent; background-image: none; }#RXqTk9xSETA1pUOJONAdofTeboqBNEpE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXqTk9xSETA1pUOJONAdofTeboqBNEpE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXqTk9xSETA1pUOJONAdofTeboqBNEpE > .row .container > .video-iframe-container { display: none; }#RXqTk9xSETA1pUOJONAdofTeboqBNEpE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXqTk9xSETA1pUOJONAdofTeboqBNEpE > .row > .video-iframe-container { display: none; }#RXqTk9xSETA1pUOJONAdofTeboqBNEpE > .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); }#RXqTk9xSETA1pUOJONAdofTeboqBNEpE > .row .container { border-width: 0; border-radius: 0; }#RXqTk9xSETA1pUOJONAdofTeboqBNEpE > .row > .video-iframe-container {  }#RXqTk9xSETA1pUOJONAdofTeboqBNEpE > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#O9Vo8HN6COI0RHKz79PuUy5dgBv3V6g8 { color:#000000;display:block;width:37.4375rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9375rem;left:18.78125rem;height:3.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hHxMLzx9WpFJZRyufooVSzn67xtFhWix { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:11.0625rem;left:8.1875rem;overflow:hidden;display:block; }
#IS8rCLXPAkelvm6SP7IT33Gn8C0gE065 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:2.5625rem;top:11.0625rem;left:18.78125rem;overflow:hidden;display:block; }
#ZPsSMLO2T78U3T6lRXIEbVtqwCKdkgIU { color:#000000;display:block;width:44.875rem;position:absolute;font-family:rubik;font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:11.0625rem;left:23.5625rem;height:9.375rem;font-style:normal;display:block; }
#xOpqvrg06NozzWzm4ZnqQl6QED3lpMuL { color:#252525;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.0625rem;left:23.5625rem;height:1.54345625rem;display:block; }
#KEeWJ6FeTn0VsK0z7Ur0M3Ny99pTwldO { color:#787878;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:25.125rem;left:23.5625rem;height:1.54345625rem;display:block; }
#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b183e;background-image:url("https://images.assets-landingi.com/uc/35ce9d61-b5a3-4441-b8ee-ff7b4694ffc8/footer_bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk.adaptive-delivery-prevent-bg, #nVlfFADwtlpWc1TE55I3bbmfpvhROQTk.lazyload, #nVlfFADwtlpWc1TE55I3bbmfpvhROQTk.lazyloading { background-image: none; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container { background-color: transparent; background-image: none; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container > .video-iframe-container { display: none; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row > .video-iframe-container { display: none; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .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); }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container { border-width: 0; border-radius: 0; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#x1hBUhaq2TBN8JiGCPNAkf2t7TvMWXqT { color:#ffffff;display:block;width:40.5625rem;position:absolute;font-family:rubik;font-size:2.75rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:3.57470625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZHxxeVgW3ISHqcMV2lTUuZp3DIvkEAfx { color:#ffffff;display:block;width:31.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:10.119140625rem;left:0rem;height:3.32291875rem;font-style:normal;display:block; }
#QcnWk6VIZekR5UnK5Hnbys3F4oGREXnD { z-index:15003;top:16.0625rem;left:0rem;background-color:#2ecc71;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;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:lato;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yw8Jlky8Z9qzZle3Mgq9won1akAL0loy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aD0oDCVF1eV77NzEIN89KkSKJKR8dQbZ { top:15.4375rem;left:0rem;width:34rem;height:6.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4nFHpbUrC2qwQBEDIn3brB0iP5Lm8y { top:1rem;left:0rem;width:16.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DySJaU5i4V96wrSfACPQ1C7h5t2AQTfJ { top:24.125rem;left:0rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6gVgp7vhkWBnl5U07QBbQ6tGTMAnmOk { display:block; }
 }@media only screen and (max-width: 763px) { #EKXr1ag43CGg8cuD2qekiPkUvszihhmX { top:7.375rem;left:0.0625rem;width:39.25rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3VHgolm0ergJrB5z4kk3eDC4p29d0ur { top:12.4375rem;left:0rem;width:24rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca { display:block; }#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wodIfJ1UfTKWG0JCo8dKPTWTKfTZmP5Z { top:4.6875rem;left:0rem;width:27.375rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WroUxwxHfTVmkS0DnDKbpdrTMBlzGFud { top:11.625rem;left:0rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoJCBehUb1Pp21y9VwacdGU49QUHWfV7 { top:11.6875rem;left:0rem;width:25.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNdcAQgdZO2VZVLl0sIi2CvCp7SGOFmb { top:5.6875rem;left:26.6875rem;width:8.25rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdakA55QSbGz6mTsPCQBzZ2rRy18H2zo { top:14.625rem;left:0rem;width:40.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOpqH6SrAmJ8Suzb58fvhqnyaEaFMvmu { top:5.6875rem;left:35.5625rem;width:8.125rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2KtOLBkzFf5P67a9A4uNkKzC9towZvK { top:5.6875rem;left:39.5rem;width:8.25rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Leb9yOyLlI8oTA5ySevQTsoH9rgx4RP8 { top:5.6875rem;left:39.5rem;width:8.25rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOEPTsxcoJeuK8BqooAWE13nG51zbcbf { display:block; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiwMQm2AGXMHwwET0fM102L8T26yu0tW { top:7.9375rem;left:0rem;width:26.5625rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPzDmCfQK15EK8AwmmEkUrARVhi1aXSD { top:12.25rem;left:0rem;width:34.5625rem;height:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inLBxMrXDbaxTPZfdOo0X4ng5ks2XeMA { top:7.9375rem;left:20.5rem;width:27.125rem;height:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqzfoGEe247EIiMoiucAEzPyHtUZeg7T { top:9.875rem;left:23.4375rem;width:24.3125rem;height:35.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOWKGNeU55t5uAo96n6sXbrX52ZV3ErO { top:1.0625rem;left:30.5rem;width:17.25rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwy4KBC6rViEFThKecGuWRSkfR3vrm7l { top:12.8125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UamEpDM4PtWWtOr91CzMyzE1RB8Ka78q { top:18.5rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTsS5BaC0DOJqn89g3lFNp4p1Eu4o3zL { top:17.9375rem;left:0rem;width:34.5625rem;height:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axm16uAE5UIV2QuETN709H75dNTmQPLw { top:24.4375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsHXTB54otChaRRxAi8TvHmynoASIB5W { top:23.875rem;left:0rem;width:34.5625rem;height:4rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuFtL43tPCfH7270MmGoJlWqm5V5lMfS { top:30.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLxO9SyRBJdCK12eZ2VrpoT78tqXCdUv { top:29.8125rem;left:0rem;width:34.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsW312I305WnJlR0RN1lNcAnn7iBbrgH { top:34.25rem;left:0rem;width:34.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8PzDHs6XrVUfkQmgNx8b4M4iTP8mUa0 { top:36.25rem;left:0rem;width:34.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 { display:block; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7aatPVDWpHBrqOprguPrKVOIWd7zWrF { top:4.0625rem;left:0.53125rem;width:46.6875rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBGqcdtB6xAwotmFrfgUQK8Z26oX7tTm { top:10.8125rem;left:0rem;width:5.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbxKMx4TCckg7ZBpNvSNT4JcWrvfunao { top:11.625rem;left:4.71875rem;width:9rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7Seet0fu2vDb8UeZ5o01aI3DXnV3qzW { top:11.125rem;left:19.75rem;width:8.25rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKfhckAmloVtSQmE1nZywnAsWTQ8tLXU { top:11.0625rem;left:33.875rem;width:8.5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBNlX6vJrDit48iaBO0PvLzF0tkIhUS3 { top:11rem;left:38.25rem;width:9.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZuyNOa0R9zEKP1HTpi5eT78RJM793kd { display:block; }#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bwr8WeDHW0xG7eiS36aCywtv1rl5CLGO { top:4.375rem;left:1.125rem;width:45.5rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxEs43hwrBikxf8ZLIDVWXcOy576ST4U { top:14.625rem;left:0rem;width:23.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1w0RmWA8xPxImSPsZ4bJGDJ4qNtOQzR { top:15.5625rem;left:0rem;width:22.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8L91I0dbg7quzPkb2zpTGJq4BJwfOiP { top:31.4375rem;left:0rem;width:3.125rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt5xa4acuvzHvMp2B5KktViGTmJvla26 { top:32.1875rem;left:0rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIkyqWZpdCmizJ4qlF9npx91brJdw6JG { top:34.25rem;left:0rem;width:16.25rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuyTcHzHHQh12oW4I8hIoFR05folXNrf { top:14.625rem;left:11.9375rem;width:23.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruFs1X9Qt7H7xe2Ds8zspsuunoqvI974 { top:14.625rem;left:23.875rem;width:23.75rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpVgFK8Gb5RfvIhI2rlarmEM1Fgo4sV0 { top:31.4375rem;left:14.25rem;width:3.125rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7FLV5oCmKFTgvL3wLiGVxKkW2B6MwT5 { top:32.1875rem;left:16.75rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOx5XHqC3TMA7GZI5bC46ZykxOPDICOl { top:34.25rem;left:16.75rem;width:16.25rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXNc9pO8Kqqm1kZ3nzIxSVTFK301m6wT { top:34.25rem;left:31.5rem;width:16.25rem;height:9.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4A8WhngOZDuTCBr9VI4staRf7NR6NcU { top:31.4375rem;left:39.8125rem;width:3.125rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksa4L7JTTPTVEM96FF0FcXnwsykeRlmq { top:32.1875rem;left:30.8125rem;width:16.9375rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVrJ5msvcRTilXCQxE1f198sxSDCrwlG { top:14.625rem;left:12.3125rem;width:23.125rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqpMRlWV6LUqBSHGhRS4WgFGxb4TMTsW { top:16.5rem;left:23.9375rem;width:23.8125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDRJ3DRTJ1psDgAwBylnXBK4paTiroNL { top:29.125rem;left:0rem;width:23.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPC36HyCc7dH2iDKsvgHSMigNAdol0UB { top:29.125rem;left:12rem;width:23.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACnhcmKlHPT9bZVL5t1kUt5nwVfgVFup { top:29.125rem;left:24rem;width:23.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 { display:block; }#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vegy7oWbJ7bbMAPnRDKTy1Obh0EMBlLm { top:5.125rem;left:0.53125rem;width:46.6875rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKuSHBudm2yNiNtWNSuFcWeao04HQCxF { top:19.875rem;left:0rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh7Z32NIC3xVgEXAfIUywT0JThdb83hb { top:19.875rem;left:8.1875rem;width:12.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFTXRe2U8XqhMWG3uoz6lf8pBPi6RcFW { top:14.375rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9nc862EoBlohMuFtIOwJaXdTNHQqUtE { top:14.375rem;left:12.4375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhtT2NUxoTO5h6HM8EmlaC1yi5PxfgWQ { top:19.875rem;left:26.75rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ8SuALaEhEizDK8B0TUsD23TZF97GWh { top:14.375rem;left:31rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhkL98E1goaAwTCgwq34QlhnzfwIw1QO { top:20rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPp99bKJkNOJerVRGVq6eOvU85IvQoeG { top:14.5rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrshXzhvC1quQIJ3whqqVTtAyML5nfAD { top:27.5rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJf90T9G9BNQIiwk4hPKmpob54KrVCbz { top:32.9375rem;left:0rem;width:12.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPX0qAFZ0ETDzpdy980TWt6h0hlirtO9 { top:27.5rem;left:12.5625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv64kbBHoXgX3D0zophzLxrTJelI9Scc { top:32.9375rem;left:8.1875rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrTB6lWGe54mg8sxHCzqWvHAz46WDsdq { top:27.5rem;left:31.125rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxHlk6Pk6EaTnHIAhTl7as4dilPM6paz { top:32.9375rem;left:26.75rem;width:12.5rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8CLX8pNHBzIqNtxDmMrVVpuHF7hd8Rh { top:27.5rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoWWXeyEOh8kD2AmlIrkT8IpKTVuhPnu { top:32.9375rem;left:35.25rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXqTk9xSETA1pUOJONAdofTeboqBNEpE { display:block; }#RXqTk9xSETA1pUOJONAdofTeboqBNEpE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9Vo8HN6COI0RHKz79PuUy5dgBv3V6g8 { top:4.9375rem;left:5.15625rem;width:37.4375rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHxMLzx9WpFJZRyufooVSzn67xtFhWix { top:11.0625rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS8rCLXPAkelvm6SP7IT33Gn8C0gE065 { top:11.0625rem;left:5.15625rem;width:2.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPsSMLO2T78U3T6lRXIEbVtqwCKdkgIU { top:11.0625rem;left:2.875rem;width:44.875rem;height:9.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOpqvrg06NozzWzm4ZnqQl6QED3lpMuL { top:23.0625rem;left:9.9375rem;width:12.5rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEeWJ6FeTn0VsK0z7Ur0M3Ny99pTwldO { top:25.125rem;left:9.9375rem;width:19.0625rem;height:1.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVlfFADwtlpWc1TE55I3bbmfpvhROQTk { display:block; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1hBUhaq2TBN8JiGCPNAkf2t7TvMWXqT { top:5.25rem;left:0rem;width:40.5625rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxxeVgW3ISHqcMV2lTUuZp3DIvkEAfx { top:10.0625rem;left:0rem;width:31.4375rem;height:3.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcnWk6VIZekR5UnK5Hnbys3F4oGREXnD { top:16.0625rem;left:0rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw8Jlky8Z9qzZle3Mgq9won1akAL0loy { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:47.1875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aD0oDCVF1eV77NzEIN89KkSKJKR8dQbZ { width:17.875rem;height:4.875rem;top:15.3125rem;left:1.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4nFHpbUrC2qwQBEDIn3brB0iP5Lm8y { width:16.0625rem;height:3.4375rem;top:1.25rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DySJaU5i4V96wrSfACPQ1C7h5t2AQTfJ { top:6.3125rem;left:1.71875rem;width:16.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6gVgp7vhkWBnl5U07QBbQ6tGTMAnmOk { display:block; }
 }@media only screen and (max-width: 763px) { #EKXr1ag43CGg8cuD2qekiPkUvszihhmX { width:20rem;height:12.292993630573rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3VHgolm0ergJrB5z4kk3eDC4p29d0ur { width:17.9375rem;height:1.75rem;top:12.875rem;left:1.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca { display:block; }#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wodIfJ1UfTKWG0JCo8dKPTWTKfTZmP5Z { width:20rem;height:11.19925rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WroUxwxHfTVmkS0DnDKbpdrTMBlzGFud { width:1.5rem;height:1.5rem;top:13.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoJCBehUb1Pp21y9VwacdGU49QUHWfV7 { width:17.375rem;height:2.5996125rem;top:13.57421875rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNdcAQgdZO2VZVLl0sIi2CvCp7SGOFmb { width:8.25rem;height:9rem;top:25.259765625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdakA55QSbGz6mTsPCQBzZ2rRy18H2zo { width:20rem;height:3.8994125rem;top:17.923828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOpqH6SrAmJ8Suzb58fvhqnyaEaFMvmu { width:8.125rem;height:9rem;top:25.259765625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2KtOLBkzFf5P67a9A4uNkKzC9towZvK { width:8.25rem;height:8.8125rem;top:34.978515625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Leb9yOyLlI8oTA5ySevQTsoH9rgx4RP8 { width:8.25rem;height:8.875rem;top:34.947265625rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOEPTsxcoJeuK8BqooAWE13nG51zbcbf { display:block; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container { width:20rem;height:107.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiwMQm2AGXMHwwET0fM102L8T26yu0tW { width:16.375rem;height:5.19921875rem;top:3.875rem;left:1.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPzDmCfQK15EK8AwmmEkUrARVhi1aXSD { width:17.4375rem;height:8.5rem;top:12.875rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #inLBxMrXDbaxTPZfdOo0X4ng5ks2XeMA { width:20rem;height:32.4375rem;top:70.125rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqzfoGEe247EIiMoiucAEzPyHtUZeg7T { width:17.6875rem;height:26.4375rem;top:73.1875rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOWKGNeU55t5uAo96n6sXbrX52ZV3ErO { width:17.25rem;height:17.4375rem;top:63rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwy4KBC6rViEFThKecGuWRSkfR3vrm7l { width:1.25rem;height:1.25rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UamEpDM4PtWWtOr91CzMyzE1RB8Ka78q { width:1.25rem;height:1.25rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTsS5BaC0DOJqn89g3lFNp4p1Eu4o3zL { width:17.5rem;height:8.5rem;top:23.5625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axm16uAE5UIV2QuETN709H75dNTmQPLw { width:1.25rem;height:1.25rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsHXTB54otChaRRxAi8TvHmynoASIB5W { width:17.625rem;height:8.5rem;top:34.9375rem;left:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuFtL43tPCfH7270MmGoJlWqm5V5lMfS { width:1.25rem;height:1.25rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLxO9SyRBJdCK12eZ2VrpoT78tqXCdUv { width:17.25rem;height:6.375rem;top:46.3125rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsW312I305WnJlR0RN1lNcAnn7iBbrgH { width:20rem;height:4.25rem;top:55.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8PzDHs6XrVUfkQmgNx8b4M4iTP8mUa0 { width:20rem;height:2.125rem;top:59.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 { display:block; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7aatPVDWpHBrqOprguPrKVOIWd7zWrF { width:16.4375rem;height:10.3984375rem;top:2.0625rem;left:1.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBGqcdtB6xAwotmFrfgUQK8Z26oX7tTm { width:5.375rem;height:4.375rem;top:15.6875rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbxKMx4TCckg7ZBpNvSNT4JcWrvfunao { width:9rem;height:2.6875rem;top:16.53125rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7Seet0fu2vDb8UeZ5o01aI3DXnV3qzW { width:10.4375rem;height:4.6875rem;top:22.5625rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKfhckAmloVtSQmE1nZywnAsWTQ8tLXU { width:12.6875rem;height:5.875rem;top:29.8125rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBNlX6vJrDit48iaBO0PvLzF0tkIhUS3 { width:14.375rem;height:6.0625rem;top:38rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZuyNOa0R9zEKP1HTpi5eT78RJM793kd { display:block; }#VZuyNOa0R9zEKP1HTpi5eT78RJM793kd > .row .container { width:20rem;height:115.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bwr8WeDHW0xG7eiS36aCywtv1rl5CLGO { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxEs43hwrBikxf8ZLIDVWXcOy576ST4U { width:19.875rem;height:32.5rem;top:10.297875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1w0RmWA8xPxImSPsZ4bJGDJ4qNtOQzR { width:20rem;height:10.491803278689rem;top:11.2119375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8L91I0dbg7quzPkb2zpTGJq4BJwfOiP { width:3.125rem;height:2.5996125rem;top:27.5517578125rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt5xa4acuvzHvMp2B5KktViGTmJvla26 { width:12.5rem;height:2.03125rem;top:27.5517578125rem;left:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIkyqWZpdCmizJ4qlF9npx91brJdw6JG { width:16.25rem;height:9.4453125rem;top:29.625rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuyTcHzHHQh12oW4I8hIoFR05folXNrf { width:19.875rem;height:32.5rem;top:44.172875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruFs1X9Qt7H7xe2Ds8zspsuunoqvI974 { width:19.875rem;height:32.5rem;top:78.047875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpVgFK8Gb5RfvIhI2rlarmEM1Fgo4sV0 { width:3.125rem;height:2.5996125rem;top:61.427734375rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7FLV5oCmKFTgvL3wLiGVxKkW2B6MwT5 { width:12.5rem;height:2.03125rem;top:61.4375rem;left:2.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOx5XHqC3TMA7GZI5bC46ZykxOPDICOl { width:16.25rem;height:9.4453125rem;top:63.5rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXNc9pO8Kqqm1kZ3nzIxSVTFK301m6wT { width:16.25rem;height:9.4453125rem;top:97.7119140625rem;left:2.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4A8WhngOZDuTCBr9VI4staRf7NR6NcU { width:3.125rem;height:2.5996125rem;top:95.1123046875rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksa4L7JTTPTVEM96FF0FcXnwsykeRlmq { width:16.9375rem;height:2.03125rem;top:95.5869375rem;left:3.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVrJ5msvcRTilXCQxE1f198sxSDCrwlG { width:20rem;height:12.540540540541rem;top:44.172875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqpMRlWV6LUqBSHGhRS4WgFGxb4TMTsW { width:20rem;height:8.5039370078738rem;top:79.8994375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDRJ3DRTJ1psDgAwBylnXBK4paTiroNL { width:20rem;height:0.10526315789474rem;top:24.7744375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPC36HyCc7dH2iDKsvgHSMigNAdol0UB { width:20rem;height:0.10526315789474rem;top:58.6494375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACnhcmKlHPT9bZVL5t1kUt5nwVfgVFup { width:20rem;height:0.10526315789474rem;top:92.5244375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 { display:block; }#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 > .row .container { width:20rem;height:89.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vegy7oWbJ7bbMAPnRDKTy1Obh0EMBlLm { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKuSHBudm2yNiNtWNSuFcWeao04HQCxF { width:12.5rem;height:1.54296875rem;top:20.685546875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh7Z32NIC3xVgEXAfIUywT0JThdb83hb { width:12.5rem;height:3.0859375rem;top:29.603515625rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFTXRe2U8XqhMWG3uoz6lf8pBPi6RcFW { width:3.75rem;height:3.75rem;top:16.310546875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9nc862EoBlohMuFtIOwJaXdTNHQqUtE { width:3.75rem;height:3.75rem;top:24.935546875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhtT2NUxoTO5h6HM8EmlaC1yi5PxfgWQ { width:12.5rem;height:1.54296875rem;top:39.697265625rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ8SuALaEhEizDK8B0TUsD23TZF97GWh { width:3.75rem;height:3.75rem;top:35.294921875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhkL98E1goaAwTCgwq34QlhnzfwIw1QO { width:12.5rem;height:1.54296875rem;top:48.169921875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPp99bKJkNOJerVRGVq6eOvU85IvQoeG { width:3.75rem;height:3.75rem;top:43.810546875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrshXzhvC1quQIJ3whqqVTtAyML5nfAD { width:3.75rem;height:3.75rem;top:52.462890625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJf90T9G9BNQIiwk4hPKmpob54KrVCbz { width:12.5rem;height:3.0859375rem;top:57.962890625rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPX0qAFZ0ETDzpdy980TWt6h0hlirtO9 { width:3.75rem;height:3.75rem;top:63.275390625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv64kbBHoXgX3D0zophzLxrTJelI9Scc { width:12.5rem;height:1.54296875rem;top:68.548828125rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrTB6lWGe54mg8sxHCzqWvHAz46WDsdq { width:3.75rem;height:3.75rem;top:71.654296875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxHlk6Pk6EaTnHIAhTl7as4dilPM6paz { width:12.5rem;height:3.0859375rem;top:76.029296875rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8CLX8pNHBzIqNtxDmMrVVpuHF7hd8Rh { width:3.75rem;height:3.75rem;top:81.712890625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoWWXeyEOh8kD2AmlIrkT8IpKTVuhPnu { width:12.5rem;height:1.54296875rem;top:86.490234375rem;left:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXqTk9xSETA1pUOJONAdofTeboqBNEpE { display:block; }#RXqTk9xSETA1pUOJONAdofTeboqBNEpE > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9Vo8HN6COI0RHKz79PuUy5dgBv3V6g8 { width:20rem;height:5.19921875rem;top:2.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHxMLzx9WpFJZRyufooVSzn67xtFhWix { width:9.375rem;height:9.375rem;top:10.51171875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS8rCLXPAkelvm6SP7IT33Gn8C0gE065 { width:2.5625rem;height:1.875rem;top:21.13671875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPsSMLO2T78U3T6lRXIEbVtqwCKdkgIU { width:20rem;height:18.75rem;top:24.26171875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOpqvrg06NozzWzm4ZnqQl6QED3lpMuL { width:12.5rem;height:1.54296875rem;top:44.88671875rem;left:0.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEeWJ6FeTn0VsK0z7Ur0M3Ny99pTwldO { width:19.0625rem;height:1.54296875rem;top:47.0546875rem;left:0.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVlfFADwtlpWc1TE55I3bbmfpvhROQTk { display:block; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container { width:20rem;height:31.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1hBUhaq2TBN8JiGCPNAkf2t7TvMWXqT { width:20rem;height:5.19921875rem;top:4.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxxeVgW3ISHqcMV2lTUuZp3DIvkEAfx { width:20rem;height:7rem;top:11rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcnWk6VIZekR5UnK5Hnbys3F4oGREXnD { top:20.625rem;left:4.375rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw8Jlky8Z9qzZle3Mgq9won1akAL0loy { display:block; }
 }