.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:44rem;width:75rem;position:relative;display:block; }#aD0oDCVF1eV77NzEIN89KkSKJKR8dQbZ { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:rubik;font-size:1.875rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:7.6552734375rem;left:36.75rem;height:2.4375rem;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:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:15.9375rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#d3VHgolm0ergJrB5z4kk3eDC4p29d0ur { color:#4e5ebe;display:block;width:24rem;position:absolute;font-family:rubik;font-size:2.5rem;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;top:10.0927734375rem;left:1.84375rem;height:3.5rem;font-style:normal;display:block; }
#zBxkmUwEvSJJMhtKfAk5smo8Qsmsf36i { position:absolute;display:block;z-index:100006;height:21.75rem;width:33.75rem;top:11.3994140625rem;left:36.75rem;display:block; }
#iTK62dcSlq3nZ3L7rxPbbD4qEhsSqKXo { color:#000000;display:block;width:24.625rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:15.0625rem;left:1.84375rem;height:7.3125rem;display:block; }
#Fzep48FDqaMtfZfZIkS6zGAB1OflaCTi { color:#000000;display:block;width:22.125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:23.6494140625rem;left:1.84375rem;height:4.875rem;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:100000;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:100001;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:100002;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:100003;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:100004;line-height:1.3;letter-spacing:0;top:14.625rem;left:0rem;height:1.29980625rem;display:block; }
#AOpqH6SrAmJ8Suzb58fvhqnyaEaFMvmu { position:absolute;display:block;z-index:100004;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:100005;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:100006;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:39.1875rem;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:100000;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:100004;line-height:1.7;letter-spacing:0;top:12.25rem;left:2.375rem;height:4.03645625rem;font-style:normal;text-align:left;text-align-last:left;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:100020;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:100022;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:100006;line-height:1.7;letter-spacing:0;top:17.9375rem;left:2.375rem;height:4.03645625rem;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:100024;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:100008;line-height:1.7;letter-spacing:0;top:23.875rem;left:2.375rem;height:4.03645625rem;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:100026;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:100010;line-height:1.7;letter-spacing:0;top:29.8125rem;left:2.375rem;height:2.01855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cvlg34qTQtapenne9OXGbTZBriC13Kib { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.125rem;width:39.25rem;top:12.25rem;left:35.75rem;overflow:hidden;display:block; }
#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ebebeb;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:100000;line-height:1.3;letter-spacing:0;top:4.0625rem;left:14.15625rem;height:2.6809875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VBGqcdtB6xAwotmFrfgUQK8Z26oX7tTm { position:absolute;display:block;z-index:100015;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; }
#O7Seet0fu2vDb8UeZ5o01aI3DXnV3qzW { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:8.25rem;top:10.8125rem;left:33.375rem;overflow:hidden;display:block; }
#rKfhckAmloVtSQmE1nZywnAsWTQ8tLXU { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:8.5rem;top:11.0625rem;left:47.5rem;overflow:hidden;display:block; }
#BBNlX6vJrDit48iaBO0PvLzF0tkIhUS3 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:4.5625rem;top:10.71875rem;left:60.84375rem;overflow:hidden;display:block; }
#Qf9Wmp0P5UOnqyZxcl2Pbv2WrzotuMEg { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:7.75rem;top:10.25rem;left:19.125rem;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:100001;line-height:1.3;letter-spacing:0;top:5.125rem;left:14.15625rem;height:5.36230625rem;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:100002;line-height:1.3;letter-spacing:0;top:19.875rem;left:5.0625rem;height:1.54361875rem;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:100004;line-height:1.3;letter-spacing:0;top:19.875rem;left:21.8125rem;height:3.0872375rem;text-align:center;text-align-last:center;display:block; }
#OFTXRe2U8XqhMWG3uoz6lf8pBPi6RcFW { position:absolute;display:block;z-index:100005;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:100006;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:100005;line-height:1.3;letter-spacing:0;top:19.875rem;left:40.375rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#DZ8SuALaEhEizDK8B0TUsD23TZF97GWh { position:absolute;display:block;z-index:100007;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:100007;line-height:1.3;letter-spacing:0;top:20rem;left:57.5rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#BPp99bKJkNOJerVRGVq6eOvU85IvQoeG { position:absolute;display:block;z-index:100009;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:100013;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:100010;line-height:1.3;letter-spacing:0;top:32.9375rem;left:5.0625rem;height:3.0872375rem;text-align:center;text-align-last:center;display:block; }
#lPX0qAFZ0ETDzpdy980TWt6h0hlirtO9 { position:absolute;display:block;z-index:100014;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:100012;line-height:1.3;letter-spacing:0;top:32.9375rem;left:21.8125rem;height:1.54361875rem;text-align:center;text-align-last:center;display:block; }
#DrTB6lWGe54mg8sxHCzqWvHAz46WDsdq { position:absolute;display:block;z-index:100015;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:100013;line-height:1.3;letter-spacing:0;top:32.9375rem;left:40.375rem;height:3.0872375rem;text-align:center;text-align-last:center;display:block; }
#S8CLX8pNHBzIqNtxDmMrVVpuHF7hd8Rh { position:absolute;display:block;z-index:100017;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:100015;line-height:1.3;letter-spacing:0;top:32.9375rem;left:57.5rem;height:1.54361875rem;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:100004;line-height:1.3;letter-spacing:0;top:4.9375rem;left:18.78125rem;height:3.57486875rem;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:100005;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:100006;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:100007;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:100008;line-height:1.3;letter-spacing:0;top:23.0625rem;left:23.5625rem;height:1.54361875rem;display:block; }
#KEeWJ6FeTn0VsK0z7Ur0M3Ny99pTwldO { color:#787878;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:25.125rem;left:23.5625rem;height:1.54361875rem;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:100003;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:3.57486875rem;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:100005;line-height:1.4;letter-spacing:0;top:10.119140625rem;left:0rem;height:3.32421875rem;font-style:normal;display:block; }
#QcnWk6VIZekR5UnK5Hnbys3F4oGREXnD { z-index:100003;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:100000;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:7.625rem;left:16.3125rem;width:31.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4nFHpbUrC2qwQBEDIn3brB0iP5Lm8y { top:1.0625rem;left:0rem;width:15.9375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3VHgolm0ergJrB5z4kk3eDC4p29d0ur { top:10.0625rem;left:0rem;width:24rem;height:3.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBxkmUwEvSJJMhtKfAk5smo8Qsmsf36i { top:11.375rem;left:14rem;width:33.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTK62dcSlq3nZ3L7rxPbbD4qEhsSqKXo { top:15.0625rem;left:0rem;width:24.625rem;height:7.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzep48FDqaMtfZfZIkS6zGAB1OflaCTi { top:23.625rem;left:0rem;width:22.125rem;height:4.875rem;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) { #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) { #cvlg34qTQtapenne9OXGbTZBriC13Kib { top:12.25rem;left:8.5rem;width:39.25rem;height:24.125rem;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) { #O7Seet0fu2vDb8UeZ5o01aI3DXnV3qzW { top:10.8125rem;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.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBNlX6vJrDit48iaBO0PvLzF0tkIhUS3 { top:10.6875rem;left:43.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf9Wmp0P5UOnqyZxcl2Pbv2WrzotuMEg { top:10.25rem;left:5.5rem;width:7.75rem;height:7.75rem;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:64.6875rem;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:8.9375rem;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) { #d3VHgolm0ergJrB5z4kk3eDC4p29d0ur { width:17.9375rem;height:1.75rem;top:5.9375rem;left:1rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBxkmUwEvSJJMhtKfAk5smo8Qsmsf36i { width:18.0625rem;height:21.75rem;top:27.6875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTK62dcSlq3nZ3L7rxPbbD4qEhsSqKXo { width:17.4375rem;height:4.875rem;top:14.375rem;left:1.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzep48FDqaMtfZfZIkS6zGAB1OflaCTi { width:18.0625rem;height:6.5rem;top:19.875rem;left:0.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca { display:block; }#ais8NWVv4TuTsfDMeAhiS6Eh1Tbbfaca > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wodIfJ1UfTKWG0JCo8dKPTWTKfTZmP5Z { width:18.875rem;height:5.59895625rem;top:1.25rem;left:0.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WroUxwxHfTVmkS0DnDKbpdrTMBlzGFud { width:1.5rem;height:1.5rem;top:12.16162109375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoJCBehUb1Pp21y9VwacdGU49QUHWfV7 { width:16.6875rem;height:2.59895625rem;top:11.611328125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNdcAQgdZO2VZVLl0sIi2CvCp7SGOFmb { width:8.25rem;height:9rem;top:25.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdakA55QSbGz6mTsPCQBzZ2rRy18H2zo { width:18.6875rem;height:3.8984375rem;top:7.01318359375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOpqH6SrAmJ8Suzb58fvhqnyaEaFMvmu { width:8.125rem;height:9rem;top:25.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2KtOLBkzFf5P67a9A4uNkKzC9towZvK { width:8.25rem;height:8.8125rem;top:15.76171875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Leb9yOyLlI8oTA5ySevQTsoH9rgx4RP8 { width:8.25rem;height:8.875rem;top:15.73046875rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOEPTsxcoJeuK8BqooAWE13nG51zbcbf { display:block; }#KOEPTsxcoJeuK8BqooAWE13nG51zbcbf > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eiwMQm2AGXMHwwET0fM102L8T26yu0tW { width:18rem;height:2.5996125rem;top:3.4375rem;left:0.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPzDmCfQK15EK8AwmmEkUrARVhi1aXSD { width:14.4375rem;height:8.5rem;top:7.375rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwy4KBC6rViEFThKecGuWRSkfR3vrm7l { width:1.25rem;height:1.25rem;top:8rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UamEpDM4PtWWtOr91CzMyzE1RB8Ka78q { width:1.25rem;height:1.25rem;top:17.875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTsS5BaC0DOJqn89g3lFNp4p1Eu4o3zL { width:15.5rem;height:10.625rem;top:17.25rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axm16uAE5UIV2QuETN709H75dNTmQPLw { width:1.25rem;height:1.25rem;top:30rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsHXTB54otChaRRxAi8TvHmynoASIB5W { width:15.375rem;height:8.5rem;top:29.4375rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuFtL43tPCfH7270MmGoJlWqm5V5lMfS { width:1.25rem;height:1.25rem;top:40.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLxO9SyRBJdCK12eZ2VrpoT78tqXCdUv { width:14.375rem;height:6.375rem;top:39.5625rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvlg34qTQtapenne9OXGbTZBriC13Kib { width:20rem;height:12.293rem;top:48.393230438233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 { display:block; }#CA0b6eR2qBdd3SgeWkVr9WHszkbyftz9 > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w7aatPVDWpHBrqOprguPrKVOIWd7zWrF { width:16.4375rem;height:10.3984375rem;top:1.8125rem;left:1.78125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBGqcdtB6xAwotmFrfgUQK8Z26oX7tTm { width:5.375rem;height:4.375rem;top:14.7734375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7Seet0fu2vDb8UeZ5o01aI3DXnV3qzW { width:10.4375rem;height:4.6875rem;top:20.835933685302rem;left:4.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKfhckAmloVtSQmE1nZywnAsWTQ8tLXU { width:12.6875rem;height:5.3125rem;top:28.0234375rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBNlX6vJrDit48iaBO0PvLzF0tkIhUS3 { width:6.0625rem;height:6.0625rem;top:35.8359375rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf9Wmp0P5UOnqyZxcl2Pbv2WrzotuMEg { width:7.75rem;height:7.75rem;top:42.8359375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 { display:block; }#pK9r8rmBLG6X7wO97qNPw4JOT4nJKRd4 > .row .container { width:20rem;height:59.625rem;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:4.4375rem;height:4.6308625rem;top:20.1875rem;left:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh7Z32NIC3xVgEXAfIUywT0JThdb83hb { width:8.9375rem;height:4.6308625rem;top:20.1875rem;left:9.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFTXRe2U8XqhMWG3uoz6lf8pBPi6RcFW { width:2.4375rem;height:2.4375rem;top:16.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9nc862EoBlohMuFtIOwJaXdTNHQqUtE { width:2.8125rem;height:2.8125rem;top:16.625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhtT2NUxoTO5h6HM8EmlaC1yi5PxfgWQ { width:5.3125rem;height:4.6308625rem;top:30.5rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ8SuALaEhEizDK8B0TUsD23TZF97GWh { width:2.75rem;height:2.75rem;top:26.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhkL98E1goaAwTCgwq34QlhnzfwIw1QO { width:7.75rem;height:3.0872375rem;top:30.5rem;left:10.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPp99bKJkNOJerVRGVq6eOvU85IvQoeG { width:2.4375rem;height:2.4375rem;top:26.75rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrshXzhvC1quQIJ3whqqVTtAyML5nfAD { width:2.9375rem;height:2.9375rem;top:37.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJf90T9G9BNQIiwk4hPKmpob54KrVCbz { width:6.9375rem;height:4.6308625rem;top:41.5625rem;left:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPX0qAFZ0ETDzpdy980TWt6h0hlirtO9 { width:2.8125rem;height:2.8125rem;top:37.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv64kbBHoXgX3D0zophzLxrTJelI9Scc { width:7.4375rem;height:3.0872375rem;top:41.5625rem;left:11.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrTB6lWGe54mg8sxHCzqWvHAz46WDsdq { width:2.9375rem;height:2.9375rem;top:48.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxHlk6Pk6EaTnHIAhTl7as4dilPM6paz { width:7.6875rem;height:4.6308625rem;top:52rem;left:1.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8CLX8pNHBzIqNtxDmMrVVpuHF7hd8Rh { width:2.75rem;height:2.75rem;top:48.1875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoWWXeyEOh8kD2AmlIrkT8IpKTVuhPnu { width:7.125rem;height:3.0872375rem;top:52.8125rem;left:11.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXqTk9xSETA1pUOJONAdofTeboqBNEpE { display:block; }#RXqTk9xSETA1pUOJONAdofTeboqBNEpE > .row .container { width:20rem;height:50.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9Vo8HN6COI0RHKz79PuUy5dgBv3V6g8 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHxMLzx9WpFJZRyufooVSzn67xtFhWix { width:9.375rem;height:9.375rem;top:7.69921875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS8rCLXPAkelvm6SP7IT33Gn8C0gE065 { width:2.5625rem;height:1.875rem;top:18.32421875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPsSMLO2T78U3T6lRXIEbVtqwCKdkgIU { width:18.3125rem;height:23.4375rem;top:21.44921875rem;left:0.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOpqvrg06NozzWzm4ZnqQl6QED3lpMuL { width:12.5rem;height:1.54361875rem;top:45.625rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEeWJ6FeTn0VsK0z7Ur0M3Ny99pTwldO { width:19.0625rem;height:1.54361875rem;top:47.125rem;left:0.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVlfFADwtlpWc1TE55I3bbmfpvhROQTk { display:block; }#nVlfFADwtlpWc1TE55I3bbmfpvhROQTk > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x1hBUhaq2TBN8JiGCPNAkf2t7TvMWXqT { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxxeVgW3ISHqcMV2lTUuZp3DIvkEAfx { width:20rem;height:7rem;top:7.69921875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcnWk6VIZekR5UnK5Hnbys3F4oGREXnD { top:15.94921875rem;left:4.375rem;width:11.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yw8Jlky8Z9qzZle3Mgq9won1akAL0loy { display:block; }
 }