.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8323377b-7415-4791-a499-9b273d7d0978/Forhosts.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.adaptive-delivery-prevent-bg, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyload, #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM.lazyloading { background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { background-color: transparent; background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .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); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { border-width: 0; border-radius: 0; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { font-size:0.875rem;font-family:arial;height:57rem;width:75rem;position:relative;display:block; }#M3Msgq1zmSB2Uui7S7h6fzwz1h5V88zR { position:absolute;display:block;z-index:15007;background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:0.125rem;top:2.123046875rem;left:23.3125rem;display:none; }
#wMS3bAOTsXgpcCJnl6Zi51WFdr5Xgtk0 { color:#000000;display:block;width:41.9375rem;position:absolute;font-family:"sofia pro";font-size:3.125rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:13.4375rem;left:0rem;height:7.5rem;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:left;text-align-last:left;display:block; }
#mZzDFLNLLxcacKGiWeIaVpA8coEu4CVh { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:6.25rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#ECtFfe1SIHt3bwtrPVS62mUwQ8zCKiBF { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:46.875rem;left:36.3125rem;overflow:hidden;display:block; }
#hwIiCXBCgDqhNgv3ZUkIftXZCUud3RS7 { color:#00c3d7;display:block;width:10.875rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:50.5rem;left:32.0625rem;height:1.5rem;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; }
#qXv2pPMnyVb6K6xwUCVhaMo4ZrCbzPkD { position:absolute;display:block;z-index:15039;background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:4.59375rem;left:0rem;display:block; }
#nTshlwC25qXOUhOQlfnUsQc06KhqtJsc { background-color:#0c9696;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:28.25rem;left:0rem;display:block; }
#zC7JZZXRNVGJOb2Iu0NXQkGBGsCTUbPN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMdDmWUcy7gMCaPVrGMnSrIUKra7d9kr { background-color:transparent;background-image:none;border-top:0.0625rem solid #0c9696;border-left:0.0625rem solid #0c9696;border-right:0.0625rem solid #0c9696;border-bottom:0.0625rem solid #0c9696;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#404040;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:28.25rem;left:13.90625rem;display:block; }
#RyplfuTVN9NN69DKQlyQTeaSXPeWDiEb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r54XTOu2NTSUtuxh5tLFvGoqzPJof87H { color:#000000;display:block;width:38.4375rem;position:absolute;font-family:"sofia pro";font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:22.125rem;left:0rem;height:3.57421875rem;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:left;text-align-last:left;display:block; }
#vQRCxZMGyffVwWuQEaMphSXkFIZbH5pT { color:#404040;display:block;width:8.8125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:1.8125rem;left:12.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hsLk7y3yFnbQqHEgGZCT2axAspSng875 { color:#0c9696;display:block;width:8.8125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:1.8125rem;left:20.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hxqzxE3Q9dbJ4MNRNMI89M4uwowkaP9C { color:#404040;display:block;width:8.8125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:1.8125rem;left:29.625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tkI4f9Zbtf7fFlSPzaev9qwymWoGaHBm { color:#404040;display:block;width:8.8125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:1.8125rem;left:38.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xmcuMXzH9xUnEfAczzT6TFUgP2uiif02 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#404040;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.8125rem;left:63.9375rem;display:block; }
#VnMTHvJx09zQvna0qKWTFaVhJOwmPEZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bTGzGQ3ET4rxaoQQf8FKMHICwagliCmB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.125rem;width:65.3125rem;display:none; }
#ACTgXc228EamX3uIviShrDFWh5VgdxBc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ACTgXc228EamX3uIviShrDFWh5VgdxBc > .row .container { background-color: transparent; background-image: none; }#ACTgXc228EamX3uIviShrDFWh5VgdxBc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACTgXc228EamX3uIviShrDFWh5VgdxBc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACTgXc228EamX3uIviShrDFWh5VgdxBc > .row .container > .video-iframe-container { display: none; }#ACTgXc228EamX3uIviShrDFWh5VgdxBc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACTgXc228EamX3uIviShrDFWh5VgdxBc > .row > .video-iframe-container { display: none; }#ACTgXc228EamX3uIviShrDFWh5VgdxBc > .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); }#ACTgXc228EamX3uIviShrDFWh5VgdxBc > .row .container { border-width: 0; border-radius: 0; }#ACTgXc228EamX3uIviShrDFWh5VgdxBc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ACTgXc228EamX3uIviShrDFWh5VgdxBc > .row .container { font-size:0.875rem;font-family:arial;height:36.6875rem;width:75rem;position:relative;display:block; }#FvwRQTq8czSraH6eyzrQTTk4XdfexHzd { position:absolute;display:block;z-index:15030;background-color:#0c9696;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.625rem;width:15.625rem;top:7.125rem;left:4.3125rem;display:block; }
#vs6uti3LAwNChXfRfRkDDKhV6MKlzNgc { color:#ffffff;display:block;width:12.5625rem;position:absolute;font-family:"sofia pro";font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:13.4375rem;left:5.875rem;height:5.84911875rem;font-style:normal;display:block; }
#yhQf82yECdGith4QR8MhNatVcJQhgtzq { position:absolute;display:block;z-index:15031;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:9.125rem;left:6.1875rem;display:block; }
#sx9nwl4Py0bZDCnABGwrqO7Eq9ZHSOni { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:"sofia pro";font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:27.1875rem;left:5.875rem;height:1.4624rem;font-style:normal;display:block; }
#B837Vu1kUApePt6A1ORsDmTsWNodh3kB { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:27.125rem;left:17.125rem;overflow:hidden;display:block; }
#gTTzfdfZhf5tnUyJr55W54TPdNE6wQ7R { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:9.75rem;left:6.8125rem;overflow:hidden;display:block; }
#Pk3PrZXEeu40EBfNOGOBA4GfqLxD1MxT { position:absolute;display:block;z-index:15038;background-color:#0c9696;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.6875rem;width:15.625rem;top:7.125rem;left:21.1875rem;display:block; }
#xT76R9h9c2b1RQiMPhvuVCH8ALNlnlKa { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:27.25rem;left:34rem;overflow:hidden;display:block; }
#MAxbsKggi2377c6bHltaQq3EaWa8bzTz { color:#ffffff;display:block;width:12.75rem;position:absolute;font-family:"sofia pro";font-size:1.5rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:13.4375rem;left:22.625rem;height:5.84911875rem;font-style:normal;display:block; }
#qfdwPuKDv1OKQEfAAW8e8mK8af7L9emW { color:#404040;display:block;width:6.8125rem;position:absolute;font-family:"sofia pro";font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:26.875rem;left:22.75rem;height:1.4624rem;font-style:normal;display:block; }
#atKLsRpL8pqZAAimuvMnA41hPxcJTGkN { position:absolute;display:block;z-index:15039;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:9.125rem;left:23.0625rem;display:block; }
#eT3wFL4ICJe37G9OXbTnraR7zxWKf2N3 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:9.875rem;left:23.8125rem;overflow:hidden;display:block; }
#udK1NLZXo8wKSbWPTDPSLCPmHHHxg4v5 { position:absolute;display:block;z-index:15038;background-color:#0c9696;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.5rem;width:15.625rem;top:7.125rem;left:38.125rem;display:block; }
#xCPhIwPa9SPN2mXhJMw5POOeI0WR0o5Z { position:absolute;display:block;z-index:15039;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:9.125rem;left:40rem;display:block; }
#sipZzfU8bPbDa9aXATTq609eQACvkb4c { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:9.75rem;left:40.625rem;overflow:hidden;display:block; }
#T5dJsbGiQZepJ2LkLqsduu0x5tyqTevn { color:#404040;display:block;width:12.5625rem;position:absolute;font-family:"sofia pro";font-size:1.5rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:13.43701171875rem;left:39.40625rem;height:3.8994125rem;font-style:normal;display:block; }
#VWmKXKvKxTnTt4J3UxdxUdodunzVbDIl { color:#404040;display:block;width:6.8125rem;position:absolute;font-family:"sofia pro";font-size:1.125rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:27.25rem;left:39.6875rem;height:1.4624rem;font-style:normal;display:block; }
#FhKWp0rD69Zb8bEzRc8I7P6SH3x1UGfK { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:27.1875rem;left:50.9375rem;overflow:hidden;display:block; }
#ObbG6yfLonZVp7ph7UnPNXq7LQaN6WX4 { position:absolute;display:block;z-index:15046;background-color:#0c9696;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:22.4375rem;width:15.625rem;top:7.125rem;left:55.0625rem;display:block; }
#Mr7r6Tt3FKLSCEefMOEMHmcURRVrMZev { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:26.875rem;left:67.875rem;overflow:hidden;display:block; }
#NfbnTsFueHSwJBZpECu37bhfAfDKdXgB { color:#404040;display:block;width:12.75rem;position:absolute;font-family:"sofia pro";font-size:1.5rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:13.4365234375rem;left:56.5rem;height:5.84911875rem;font-style:normal;display:block; }
#yAPLe0m4oDiPEZh8JswKW6ryv8ewUv5l { color:#404040;display:block;width:6.8125rem;position:absolute;font-family:"sofia pro";font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:27rem;left:56.625rem;height:1.4624rem;font-style:normal;display:block; }
#nc1eaPoU9E1knS4sKcoN0SEQp40OdotQ { position:absolute;display:block;z-index:15047;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:9.125rem;left:56.9375rem;display:block; }
#D3lOTmNTnqVbqSLmt6fDfD5FX5p7hVAR { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:9.8125rem;left:57.6875rem;overflow:hidden;display:block; }
#IEfRmaWwTXEe0kdP1eoga4wPS5QxbkF9 { position:absolute;display:block;z-index:15061;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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13.0625rem;top:25.3125rem;left:5.875rem;display:block; }
#q4wi1Va2zL50cszbnniQGvGInmLHaxhN { position:absolute;display:block;z-index:15062;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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13.0625rem;top:25.3125rem;left:22.46875rem;display:block; }
#oyGAuqrZzg7IlXfMF0DQCptLnk2UcACK { position:absolute;display:block;z-index:15063;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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13.0625rem;top:25.3125rem;left:39.40625rem;display:block; }
#wFz2N4g6eglUGAx0TT6iZlh5ZTfZHFF1 { position:absolute;display:block;z-index:15064;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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:13.0625rem;top:25.3125rem;left:56.34375rem;display:block; }
#diDi2BZTlvLBG7DsEZ4lTOWB4EGuBfeu { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15044;line-height:1.4;letter-spacing:0;top:19.712890625rem;left:5.875rem;height:4.1997rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#af7MJTVuzUxaAvlxFQkXmFwrxRVmosVV { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15045;line-height:1.4;letter-spacing:0;top:19.9375rem;left:22.4375rem;height:4.1997rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oQFeLGFVUqFsZVZAXH1r7Ar37k8WGBi0 { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15046;line-height:1.4;letter-spacing:0;top:19.98828125rem;left:39.125rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vlynEKDBFMI46qPcWSqO49XOSzWcH4L4 { color:#ffffff;display:block;width:13.5rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15047;line-height:1.4;letter-spacing:0;top:19.92578125rem;left:56.375rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S0O61R6nfZHdxz2llP8Z8ipmKctqgWbV { color:#000000;display:block;width:75rem;position:absolute;font-family:"sofia pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;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;text-align:center;text-align-last:center;display:block; }
#q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt > .row .container { background-color: transparent; background-image: none; }#q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt > .row .container > .video-iframe-container { display: none; }#q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt > .row > .video-iframe-container { display: none; }#q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt > .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); }#q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt > .row .container { border-width: 0; border-radius: 0; }#q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt > .row .container { font-size:0.875rem;font-family:arial;height:48.0625rem;width:75rem;position:relative;display:block; }#ly5TcDeceE4DGxhC2klGGJ0HXxniiTMQ { color:#000000;display:block;width:61.8125rem;position:absolute;font-family:"sofia pro";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:7.875rem;height:4.875rem;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; }
#q3BA6UHI9zWJ325T2vez8qVG4KsVwVKp { color:#333333;display:block;width:18.5625rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15043;line-height:1.4;letter-spacing:0;top:14.8125rem;left:9.9375rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nUXQwbd7kvxTzbXFU2JIneQpSEBFBRmw { color:#333333;display:block;width:19.5rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15048;line-height:1.4;letter-spacing:0;top:19.9375rem;left:9.9375rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m7OSpJxCEvil6Q57DVXAAqeRGQSq636E { color:#333333;display:block;width:19.125rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.4;letter-spacing:0;top:25.125rem;left:9.875rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ULSG5i0AnzmT2pU34PG5ynNsmug6NSfV { color:#333333;display:block;width:19.3125rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15058;line-height:1.4;letter-spacing:0;top:30rem;left:9.9375rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NefupBqOK4AM1cHJF2RieOIIokHJGyFu { color:#333333;display:block;width:18.0625rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15063;line-height:1.4;letter-spacing:0;top:34.8125rem;left:9.9375rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oEosUCSdDwvqggKJvQ1UDKBhIGg9TEg4 { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:14.65625rem;left:5.4375rem;overflow:hidden;display:block; }
#mqGRCW8Wmtf451eNqU79Cta8vqeZsWrs { position:absolute;display:block;z-index:15000;background-color:#ecfefe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.9375rem;width:3.9375rem;top:13.78125rem;left:4.5625rem;display:block; }
#cBagRc59KzwB1T4LgipSGxvJmqAVZDFQ { position:absolute;display:block;z-index:15002;background-color:#ecfefe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.9375rem;width:3.9375rem;top:18.6875rem;left:4.5625rem;display:block; }
#Z2yDZtTQelygeUryzSWIN17fULVlFaeR { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:19.5625rem;left:5.4375rem;overflow:hidden;display:block; }
#TGR7HVVEcpMiMHh6HG5R2WB73wbmmKTN { position:absolute;display:block;z-index:15004;background-color:#ecfefe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.9375rem;width:3.9375rem;top:23.875rem;left:4.5625rem;display:block; }
#ngw2qAQGNmDAtA7rB53MlMmWhPtASHos { position:absolute;display:block;z-index:15006;background-color:#ecfefe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.9375rem;width:3.9375rem;top:28.8125rem;left:4.5625rem;display:block; }
#tBgXb8ps0W2dJyQAbCkStTsoh0EKy4B3 { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:24.75rem;left:5.4375rem;overflow:hidden;display:block; }
#mEQ6ku8iEF1hT9M86Riz91TIOV6n75qs { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:29.6875rem;left:5.4375rem;overflow:hidden;display:block; }
#h36wsq8lJpRbszuBnoSQ6NzCyL8d65h6 { position:absolute;display:block;z-index:15008;background-color:#ecfefe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.9375rem;width:3.9375rem;top:33.6875rem;left:4.5625rem;display:block; }
#spszN60DTv873aHUFHccDuVXiA0MCF8X { position:absolute;display:block;z-index:15073;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:34.5625rem;left:5.4375rem;overflow:hidden;display:block; }
#XKKEoFZLu9oPxiN2Jrio9TN80ZwvcHf6 { color:#333333;display:block;width:18.5625rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:700;z-index:15044;line-height:1.4;letter-spacing:0;top:10.625rem;left:4.5625rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WImUr0a7aESJ2NZZ5pmiu2zK7ReCQZii { position:absolute;display:block;z-index:15011;background-color:#ecfefe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.9375rem;width:3.9375rem;top:38.625rem;left:4.625rem;display:block; }
#tTTITTNHOq9GeT7A6WTwqBZ4HqUOWP0e { position:absolute;display:block;z-index:15076;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:39.5rem;left:5.5rem;overflow:hidden;display:block; }
#JtCzsaEvV07exQVZGgHkJkVvy1Xkanxh { color:#333333;display:block;width:18.0625rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15066;line-height:1.4;letter-spacing:0;top:39.75rem;left:10rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CzwKmNSAfyaRCQwB1FNdhB12CXsc9Akl { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:32.4375rem;width:37.4375rem;top:10.9375rem;left:32.9501953125rem;overflow:hidden;display:block; }
#AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr > .row .container { background-color: transparent; background-image: none; }#AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr > .row .container > .video-iframe-container { display: none; }#AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr > .row > .video-iframe-container { display: none; }#AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr > .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); }#AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr > .row .container { border-width: 0; border-radius: 0; }#AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#RBFZDiJlz32c5aT5zeAg6MTfUpJNtxIo { color:#000000;display:block;width:50rem;position:absolute;font-family:"sofia pro";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.1875rem;left:12.5rem;height:4.875rem;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; }
#OOzvbeI5kITSk15nsg41WZl1GGNc8ddM { position:absolute;display:block;z-index:15040;background-color:#ebebeb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:0.8125rem;left:0rem;display:block; }
#buRh32IughguiDiy5VwHw8IP92Lqg204 { color:#0c9696;display:block;width:21.0625rem;position:absolute;font-family:"sofia pro";font-size:1.5rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:17.9375rem;left:12.1875rem;height:1.94970625rem;font-style:normal;display:block; }
#RRb1lrum25PXlgmotDFFL7gUMkxN4GJ1 { color:#404040;display:block;width:22.5rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:20.625rem;left:12.1875rem;height:3.25rem;font-style:normal;display:block; }
#igOLpxPpHQXaZn0Cxc5AVDyrHAHdxTIa { color:#404040;display:block;width:22.5625rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:20.5625rem;left:40.9375rem;height:3.25rem;font-style:normal;display:block; }
#NHU5wZ9cQLmhEQ4lxDZdm4ovIhBH25Tz { color:#0c9696;display:block;width:19.0625rem;position:absolute;font-family:"sofia pro";font-size:1.5rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:17.875rem;left:40.9375rem;height:1.94970625rem;font-style:normal;display:block; }
#JCmVu0abSfr5cl7TRotiPIuNExKzwAJv { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:30rem;left:40.9375rem;overflow:hidden;display:block; }
#mf1zQoQeyVsnblmVnp90eOEiOhZ4bF0D { color:#404040;display:block;width:22.3125rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:37.3125rem;left:40.9375rem;height:3.25rem;font-style:normal;display:block; }
#uqFiIptw1o8TsFps51cCfGJPnTzOwuT3 { color:#404040;display:block;width:22.375rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:37.375rem;left:12.1875rem;height:3.25rem;font-style:normal;display:block; }
#aH99mtIC3HNlgBodEtyzlI55iCGgZqZb { color:#0c9696;display:block;width:19.0625rem;position:absolute;font-family:"sofia pro";font-size:1.5rem;font-weight:400;z-index:15053;line-height:1.3;letter-spacing:0;top:34.625rem;left:40.9375rem;height:1.94970625rem;font-style:normal;display:block; }
#E0Fn6OQ4gZMp1XBqWTrEKf0ofzuLnucB { color:#0c9696;display:block;width:19.5625rem;position:absolute;font-family:"sofia pro";font-size:1.5rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:34.6875rem;left:12.1875rem;height:1.94970625rem;font-style:normal;display:block; }
#EtUZPkSMTOspqNNmddawXksXz3VSQFLx { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:29.9375rem;left:12.1875rem;overflow:hidden;display:block; }
#vGvS0B9Hk9v9ZCla91FcLPRi1U1dk8DZ { position:absolute;display:block;z-index:15001;background-color:#f8fbff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.75rem;width:25.8125rem;top:11.75rem;left:10.1875rem;display:block; }
#BMqlrnk5ch1ovg7aHXgiSVZmtOdsPRnw { position:absolute;display:block;z-index:15002;background-color:#f8fbff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.75rem;width:25.8125rem;top:12.0625rem;left:39.0625rem;display:block; }
#ovbecwzRaeoIcnWZsT9dVT20HC23R7S0 { position:absolute;display:block;z-index:15002;background-color:#f8fbff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.75rem;width:25.8125rem;top:28.4375rem;left:10.5625rem;display:block; }
#eEUk04MOrkB2VbcTaLVmIsGcQ4ETl3Th { position:absolute;display:block;z-index:15003;background-color:#f8fbff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:13.75rem;width:25.8125rem;top:28.4375rem;left:39.0625rem;display:block; }
#pUmWt0gfnvNXnckOHrVoq4W7q2w3mxRK { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:13.125rem;left:12.1875rem;overflow:hidden;display:block; }
#vM4lGAbM6Foe2gQffxElob5CJ28NgFAH { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:13.1875rem;left:40.9375rem;overflow:hidden;display:block; }
#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/599eb162-99fb-449b-9f46-49cec9ec9dbf/Wave.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf.adaptive-delivery-prevent-bg, #O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf.lazyload, #O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf.lazyloading { background-image: none; }#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf > .row .container { background-color: transparent; background-image: none; }#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf > .row .container > .video-iframe-container { display: none; }#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf > .row > .video-iframe-container { display: none; }#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf > .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); }#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf > .row .container { border-width: 0; border-radius: 0; }#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:75rem;position:relative;display:block; }#fMdt13VzLFkbNoddDFuzyHkMlM4kWCJG { color:#000000;display:block;width:75rem;position:absolute;font-family:"sofia pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.3125rem;left:0rem;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;text-align:left;text-align-last:left;display:block; }
#EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecfefe;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 > .row .container { background-color: transparent; background-image: none; }#EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 > .row .container > .video-iframe-container { display: none; }#EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 > .row > .video-iframe-container { display: none; }#EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 > .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); }#EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 > .row .container { border-width: 0; border-radius: 0; }#EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#azEBFi8GqitSZU170JwEikuvTXApm1MR { color:#404040;display:block;width:24.375rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:15.3125rem;left:6.9375rem;height:3.25rem;font-style:normal;display:block; }
#p1ZnXpebla6PSTMiW81MnyTvv7T4l2zI { color:#0c9696;display:block;width:15.375rem;position:absolute;font-family:"sofia pro";font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.9375rem;height:1.94970625rem;font-style:normal;display:block; }
#T22SAQvzs1PG2i926O0eALoWkVPgI73Q { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.875rem;left:6.9375rem;display:block; }
#g5otM1FphBpiek0vMSWOeTiRAdfPiOV8 { color:#404040;display:block;width:21.5rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:15.375rem;left:41.1875rem;height:3.25rem;font-style:normal;display:block; }
#vEhXvKoMJ2tkGJKphl4CVEyW4AwbGXRr { color:#0c9696;display:block;width:19.9375rem;position:absolute;font-family:"sofia pro";font-size:1.5rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:12.6875rem;left:41.1875rem;height:1.94970625rem;font-style:normal;display:block; }
#CJmeSaHmfRL8vyOugECRM3aqKuGVf0TH { position:absolute;display:block;z-index:15006;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.9375rem;left:41.1875rem;display:block; }
#ATzZyZktrETy6TK9y2F13a3n1o9DCMHr { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:25rem;left:8.875rem;overflow:hidden;display:block; }
#NLBW9FgJFNlBCoIKlXhT1i9eOhJw3QHi { color:#404040;display:block;width:23.625rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:33.875rem;left:41.5625rem;height:3.25rem;font-style:normal;display:block; }
#IJblCHZxbMfwhnDBsQ8yGzTAyiW4pPUn { color:#404040;display:block;width:20.9375rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:33.8125rem;left:7.3125rem;height:3.25rem;font-style:normal;display:block; }
#E1BAcKWSAAzATzvmM5wCFBPJsXz3QbJC { color:#0c9696;display:block;width:21.125rem;position:absolute;font-family:"sofia pro";font-size:1.5rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:31.1875rem;left:41.5625rem;height:1.94970625rem;font-style:normal;display:block; }
#JOw6FhsTIZZB1BUaZLttU0ltTqmCHULe { color:#0c9696;display:block;width:12.5625rem;position:absolute;font-family:"sofia pro";font-size:1.5rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:31.125rem;left:7.3125rem;height:1.94970625rem;font-style:normal;display:block; }
#mwJq2q8yazwdA9p09aFT4OLMmdmHC58T { position:absolute;display:block;z-index:15014;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.25rem;width:6.25rem;top:23.4375rem;left:41.5625rem;display:block; }
#TXe0fJ7J73On3GTzNqTDcbOBuiwq1npZ { position:absolute;display:block;z-index:15010;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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:6.25rem;width:6.25rem;top:23.375rem;left:7.3125rem;display:block; }
#hRMGyUVNxEaP9MrXsVmWBFpiX9DF61DK { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:6.4375rem;left:42.75rem;overflow:hidden;display:block; }
#JRLhvT5gLgXS3EbuTh0FbNWlIRnTMfrm { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:25rem;left:43.125rem;overflow:hidden;display:block; }
#sLoqgXIXItHF5vQJaC5LKZlHtsUQg60M { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:6.4375rem;left:8.5rem;overflow:hidden;display:block; }
#TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL > .row .container { background-color: transparent; background-image: none; }#TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL > .row .container > .video-iframe-container { display: none; }#TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL > .row > .video-iframe-container { display: none; }#TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL > .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); }#TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL > .row .container { border-width: 0; border-radius: 0; }#TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#OlVrfRd0VFnfOVk3zdURTUb1vQdDnBq0 { color:#404040;display:block;width:54.25rem;position:absolute;font-family:"sofia pro";font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.7060546875rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#evWtbr4JcJx8VpzngXLiFdZf45NxC0IM { color:#404040;display:block;width:27.875rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:10.9619140625rem;left:0rem;height:3.75rem;font-style:normal;display:block; }
#CPc9pGRI8rILgNChIJD46f3ZD3LioIF0 { color:#404040;display:block;width:5.8125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.9619140625rem;left:31.8681640625rem;height:1.29980625rem;display:block; }
#Cy4ke7MkwrJirTonD4ihnBkk6v65d41x { position:absolute;display:block;z-index:15001;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.125rem solid #ebebeb;border-left:0.125rem solid #ebebeb;border-right:0.125rem solid #ebebeb;border-bottom:0.125rem solid #ebebeb;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.25rem;width:7.375rem;top:9.26171875rem;left:30.9619140625rem;display:block; }
#asNxVwksphOuCcXG7iOF6xHVgA7mR2lo { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.0556640625rem;left:41.0625rem; }
#TDziyaTnL5B1Okf7QDV6X4woSrFTWqxd { 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.125rem solid #ebebeb;border-left:0.125rem solid #ebebeb;border-right:0.125rem solid #ebebeb;border-bottom:0.125rem solid #ebebeb;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.25rem;width:7.375rem;top:9.25rem;left:40.125rem;display:block; }
#s9CwBBo3C2CC3rBFPuT383p3NDyG9pen { color:#404040;display:block;width:5.8125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.9375rem;left:41.0625rem;height:1.29980625rem;display:block; }
#wsmJfKZXDeR1nZ0m4aImggsNu7d4IqGg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:10.9931640625rem;left:68.3125rem; }
#b9NgxHi0eXoWlUVOJV7BbQGqdu0TU5Im { position:absolute;display:block;z-index:15007;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.125rem solid #ebebeb;border-left:0.125rem solid #ebebeb;border-right:0.125rem solid #ebebeb;border-bottom:0.125rem solid #ebebeb;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.25rem;width:7.375rem;top:9.25rem;left:49.3125rem;display:block; }
#TxVVMq7PRJB8G8PzqAKr6V7n515prrez { color:#404040;display:block;width:5.8125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:13.9375rem;left:50.25rem;height:2.5996125rem;display:block; }
#FtxcVHcqp9z0Gi3CBTEkPAfwzmRDktaG { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:11rem;left:50.125rem; }
#E7TagqUNgEgnUkFrKrOSQ02OBGuoKNsS { position:absolute;display:block;z-index:15010;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.125rem solid #ebebeb;border-left:0.125rem solid #ebebeb;border-right:0.125rem solid #ebebeb;border-bottom:0.125rem solid #ebebeb;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.25rem;width:7.375rem;top:9.25rem;left:58.375rem;display:block; }
#qROodluITeNard0vqcOkorNfNye7793r { color:#404040;display:block;width:5.8125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:13.9375rem;left:59.3125rem;height:2.5996125rem;display:block; }
#xt7skKJlHO7pQGLlIDPGV5AXB0q8rEya { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:11rem;left:59.1875rem; }
#O5Ed3hKfQpETJITvyqzMP8rrxZknb473 { position:absolute;display:block;z-index:15013;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.125rem solid #ebebeb;border-left:0.125rem solid #ebebeb;border-right:0.125rem solid #ebebeb;border-bottom:0.125rem solid #ebebeb;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8.25rem;width:7.375rem;top:9.25rem;left:67.375rem;display:block; }
#V1Z2SkJdxsrEBBslgdIJ8gVQsnt7dXdg { color:#404040;display:block;width:5.8125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:13.9375rem;left:68.3125rem;height:2.5996125rem;display:block; }
#mTeiTRbbXq28iOyDtGerKme2CPbgboKe { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:10.9931640625rem;left:31.8681640625rem; }
#rJTEtWGZTcIbXTfPhWwvQrPBDHWC3CSZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:9.3125rem;top:21.625rem;left:4.625rem;overflow:hidden;display:block; }
#b5Gzg2HCfQmsXZCH2c4FA3duoGqPUL7u { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:10.3125rem;top:22.46875rem;left:29rem;overflow:hidden;display:block; }
#X81KiwKJ4ghWa3HDcHr5GFHFKTGcb6Ii { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.9375rem;width:4.9375rem;top:21.46875rem;left:19rem;overflow:hidden;display:block; }
#ZwDfaXRCHQvJzRiqDL2172QNyekWaTDL { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:12.5rem;top:22.28125rem;left:44.125rem;overflow:hidden;display:block; }
#tPSlTB749B1AMmgO3TH569cDidd1qTRD { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:7.8125rem;top:22.21875rem;left:62rem;overflow:hidden;display:block; }
#CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD > .row .container { background-color: transparent; background-image: none; }#CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD > .row .container > .video-iframe-container { display: none; }#CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD > .row > .video-iframe-container { display: none; }#CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD > .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); }#CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD > .row .container { border-width: 0; border-radius: 0; }#CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#uFru5fWEfDNCuytAQCnxNbf8LFTdy6Tm { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"sofia pro";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:3.46875rem;left:0rem;height:2.8125rem;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:left;text-align-last:left;display:block; }
#eoN5h3QKIv1mXwGI17qAD7aBvOJMyCf1 { color:#404040;display:block;width:34.625rem;position:absolute;font-family:"sofia pro";font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.0625rem;left:11.5rem;height:3.75rem;font-style:normal;display:block; }
#SxqwveHB2KtZGwarB9K9lEGp4X6F33cF { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:10.4375rem;top:12.15625rem;left:60.25rem;overflow:hidden;display:block; }
#ywLnAD3iuNVQHwmoccTPI6i9VwTodywL { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:11.875rem;top:12.125rem;left:25.3125rem;overflow:hidden;display:block; }
#mmRqAhwpTOnIFECOK5GC0L6ewK2dpVqp { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:12.5rem;top:12.6875rem;left:5.25rem;overflow:hidden;display:block; }
#PSUSsMAHxxZcohABvWlS8XBDTmF9h630 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:7.8125rem;top:11.5rem;left:45.3125rem;overflow:hidden;display:block; }
#sdc200ztIqIdgfhOTXdQR3WlurM26MbA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4fb9443f-52bc-440f-92f3-1e8d9ada1a6b/Background4.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sdc200ztIqIdgfhOTXdQR3WlurM26MbA.adaptive-delivery-prevent-bg, #sdc200ztIqIdgfhOTXdQR3WlurM26MbA.lazyload, #sdc200ztIqIdgfhOTXdQR3WlurM26MbA.lazyloading { background-image: none; }#sdc200ztIqIdgfhOTXdQR3WlurM26MbA > .row .container { background-color: transparent; background-image: none; }#sdc200ztIqIdgfhOTXdQR3WlurM26MbA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdc200ztIqIdgfhOTXdQR3WlurM26MbA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdc200ztIqIdgfhOTXdQR3WlurM26MbA > .row .container > .video-iframe-container { display: none; }#sdc200ztIqIdgfhOTXdQR3WlurM26MbA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sdc200ztIqIdgfhOTXdQR3WlurM26MbA > .row > .video-iframe-container { display: none; }#sdc200ztIqIdgfhOTXdQR3WlurM26MbA > .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); }#sdc200ztIqIdgfhOTXdQR3WlurM26MbA > .row .container { border-width: 0; border-radius: 0; }#sdc200ztIqIdgfhOTXdQR3WlurM26MbA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sdc200ztIqIdgfhOTXdQR3WlurM26MbA > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#T1Fi2lzBollgdLR7sBazv3aXuf2DqffP { color:#404040;display:block;width:53.9375rem;position:absolute;font-family:"sofia pro";font-size:2.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.5rem;left:10.53125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2k15y719y61TZAaqdc7WtnGJuQQZgdN { background-color:#0c9696;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:19.625rem;left:31.25rem;display:block; }
#CV8JZeHzxyrRk8SITMkm4aoQIhcvfvyC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o8whlzMJl4C6k6ey6tHlBlqJZy1MlTOn { color:#404040;display:block;width:30.25rem;position:absolute;font-family:"sofia pro";font-size:1.375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:15.5625rem;left:22.375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row .container { background-color: transparent; background-image: none; }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row .container > .video-iframe-container { display: none; }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row > .video-iframe-container { display: none; }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .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); }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row .container { border-width: 0; border-radius: 0; }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#QIUKtRvV8EAJ6olVfrKhT5hO3CygDJEq { position:absolute;display:block;z-index:15020;background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:72.5rem;top:21rem;left:1.5rem;display:block; }
#yxKHN6ADaTt0zIXIMl9ZRrLBVOpposc8 { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.71875rem;left:44rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cdKdWGD5oRk1UTFZua7alquw5htK8cIz { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:22.71875rem;left:51.6875rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FUmQN7lxK3EaTF6XqmTxqqZA5K8BvzBk { background-color:transparent;background-image:none;border-top:0.0625rem solid #e4e4e4;border-left:0.0625rem solid #e4e4e4;border-right:0.0625rem solid #e4e4e4;border-bottom:0.0625rem solid #e4e4e4;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#404040;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.0625rem;height:2.6875rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:22rem;left:62.8125rem;display:block; }
#zrO2kwi7ks1X8VyffRuzAXroDTkHM67T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BTcS50uJtkOsccUazVCFu0PZWguCXgi4 { color:#000000;display:block;width:36.625rem;position:absolute;font-family:"sofia pro";font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:26.46875rem;left:1.375rem;height:1.13720625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SzwBvOTF9T01ff41cetAR2SlTl9GJDWL { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:22.5625rem;left:9.6875rem;overflow:hidden;display:block; }
#reIJ4GnCepaPG4UPENQmS9b3Tz5OMUg4 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:22.5625rem;left:7rem;overflow:hidden;display:block; }
#r0A6VadPLNWO6K8FoUaFWS3dfBv9TVzn { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.6875rem;top:22.5rem;left:1.5rem;overflow:hidden;display:block; }
#TT9cHDDppT69PRepAWL9ZUfE1JhmSf76 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:6.4375rem;top:5.28125rem;left:1.5rem;overflow:hidden;display:block; }
#ihbGBm8VKiE6f2mQiEv7OyWQZrUQlQN9 { position:absolute;display:block;z-index:15040;background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:72.625rem;top:2.53125rem;left:1.4375rem;display:block; }
#BxumZPavBos0Sxdw1NMo0ZcEUU0qiJOA { position:absolute;display:block;z-index:15021;background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:72.5rem;top:25.5rem;left:1.25rem;display:block; }
#sTdHIZx1rg13J14QpUQq1s7FEbQ881Rf { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:5.28125rem;left:13.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#oLSiLdaew33oPOB04bsGIBEOrha7NaDa { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:8.34375rem;left:13.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#GZfThQhwBhp6gASZKflxTtz3myWHIryZ { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:10.90625rem;left:13.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#PJSTD5sXN0tKsAmcwI4Jp9TaSzk55iJT { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:16.3125rem;left:13.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#CNE7dUU9oMeqeKDvJlCtOrLTd1bM2xgv { color:#000000;display:block;width:9.625rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:13.75rem;left:13.1875rem;height:1.29980625rem;font-style:normal;display:block; }
#DOhRdrwTi4cWK4WdEp54paMxOOnFuJ9E { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:16.3125rem;left:27.5rem;height:1.29980625rem;font-style:normal;display:block; }
#ACkJ3qh9ipPIE4c8qMVmO85GSdufRQGp { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15048;line-height:1.3;letter-spacing:0;top:10.9375rem;left:27.5rem;height:1.29980625rem;font-style:normal;display:block; }
#XciXP1XAEWOLtyoUxszd0Uz46nQBv1q5 { color:#000000;display:block;width:8.625rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:13.75rem;left:27.5rem;height:1.29980625rem;font-style:normal;display:block; }
#Ch7hv8fTW2D3xqQ1dQ2CGVCVdGeyvA9I { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15047;line-height:1.3;letter-spacing:0;top:8.375rem;left:27.5rem;height:1.29980625rem;font-style:normal;display:block; }
#gmRrSaUTdrhxwoTK8bUxviNs4lSSSr5v { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:5.3125rem;left:27.5rem;height:1.29980625rem;font-style:normal;display:block; }
#yNJvJBcO6mTdDxivH0XhvM6F35q6BwZI { color:#000000;display:block;width:7.875rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15055;line-height:1.3;letter-spacing:0;top:16.3125rem;left:41.875rem;height:1.29980625rem;font-style:normal;display:block; }
#tQEV1nH2XkbIUCabJyiTNHKarsKLcMfp { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15054;line-height:1.3;letter-spacing:0;top:13.75rem;left:41.875rem;height:1.29980625rem;font-style:normal;display:block; }
#O1pvmvQZnfHTzc0wSKrmCw5e6MCAvL1f { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:10.9375rem;left:41.875rem;height:1.29980625rem;font-style:normal;display:block; }
#qcRVnS9AUMrry0JPJ6dm28uegRvFv0XT { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15052;line-height:1.3;letter-spacing:0;top:8.375rem;left:41.875rem;height:1.29980625rem;font-style:normal;display:block; }
#BsBGmwWTHR2UImTmPE6AbVeasxzM2IOg { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:5.3125rem;left:41.875rem;height:1.29980625rem;font-style:normal;display:block; }
#uBdzmnHE2MuF4IU0uHQgplmVaidkAtbL { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15053;line-height:1.3;letter-spacing:0;top:8.34375rem;left:60.125rem;height:1.29980625rem;font-style:normal;display:block; }
#uBszJA3SwAKocKJR5HcP6k3iLem0mIuE { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:5.3125rem;left:60.125rem;height:1.29980625rem;font-style:normal;display:block; }
#VZlSaTkoqDGq5HLdTbnG6QonxMItpEZx { position:absolute;display:block;z-index:15040;background-color:#d1d1d1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:72.625rem;top:2.53125rem;left:1.4375rem;display:none; }
#do853wZ8MZidfi9HCzU1Fq7B7cQ2ZTPn { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22.5625rem;left:4.375rem;overflow:hidden;display:block; }
#ygzk5UUxcreDXKZsF2cUNDlTDOqV0Hg7 { color:#404040;display:block;width:4.875rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:300;z-index:15057;line-height:1.3;letter-spacing:0;top:10.90625rem;left:60.125rem;height:1.29980625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3Msgq1zmSB2Uui7S7h6fzwz1h5V88zR { top:2.0625rem;left:9.6875rem;width:0.125rem;height:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wMS3bAOTsXgpcCJnl6Zi51WFdr5Xgtk0 { top:13.4375rem;left:0rem;width:41.9375rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZzDFLNLLxcacKGiWeIaVpA8coEu4CVh { top:0.625rem;left:0rem;width:6.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECtFfe1SIHt3bwtrPVS62mUwQ8zCKiBF { top:46.875rem;left:22.6875rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwIiCXBCgDqhNgv3ZUkIftXZCUud3RS7 { top:50.5rem;left:18.4375rem;width:10.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXv2pPMnyVb6K6xwUCVhaMo4ZrCbzPkD { top:4.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTshlwC25qXOUhOQlfnUsQc06KhqtJsc { width:12.5rem;height:3.5rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC7JZZXRNVGJOb2Iu0NXQkGBGsCTUbPN { display:block; }
 }@media only screen and (max-width: 763px) { #OMdDmWUcy7gMCaPVrGMnSrIUKra7d9kr { width:12.5rem;height:3.5rem;top:28.25rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyplfuTVN9NN69DKQlyQTeaSXPeWDiEb { display:block; }
 }@media only screen and (max-width: 763px) { #r54XTOu2NTSUtuxh5tLFvGoqzPJof87H { top:22.125rem;left:0rem;width:38.4375rem;height:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQRCxZMGyffVwWuQEaMphSXkFIZbH5pT { top:1.8125rem;left:0rem;width:8.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsLk7y3yFnbQqHEgGZCT2axAspSng875 { top:1.8125rem;left:7.1875rem;width:8.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxqzxE3Q9dbJ4MNRNMI89M4uwowkaP9C { top:1.8125rem;left:16rem;width:8.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkI4f9Zbtf7fFlSPzaev9qwymWoGaHBm { top:1.8125rem;left:24.8125rem;width:8.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmcuMXzH9xUnEfAczzT6TFUgP2uiif02 { width:11.0625rem;height:2.875rem;top:0.8125rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnMTHvJx09zQvna0qKWTFaVhJOwmPEZT { display:block; }
 }@media only screen and (max-width: 763px) { #bTGzGQ3ET4rxaoQQf8FKMHICwagliCmB { width:47.75rem;height:31.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACTgXc228EamX3uIviShrDFWh5VgdxBc { display:block; }#ACTgXc228EamX3uIviShrDFWh5VgdxBc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvwRQTq8czSraH6eyzrQTTk4XdfexHzd { top:7.125rem;left:0rem;width:15.625rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs6uti3LAwNChXfRfRkDDKhV6MKlzNgc { top:13.4375rem;left:0rem;width:12.5625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhQf82yECdGith4QR8MhNatVcJQhgtzq { top:9.125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx9nwl4Py0bZDCnABGwrqO7Eq9ZHSOni { top:27.1875rem;left:0rem;width:6.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B837Vu1kUApePt6A1ORsDmTsWNodh3kB { top:27.125rem;left:3.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTzfdfZhf5tnUyJr55W54TPdNE6wQ7R { top:9.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk3PrZXEeu40EBfNOGOBA4GfqLxD1MxT { top:7.125rem;left:7.5625rem;width:15.625rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT76R9h9c2b1RQiMPhvuVCH8ALNlnlKa { top:27.25rem;left:20.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAxbsKggi2377c6bHltaQq3EaWa8bzTz { top:13.4375rem;left:9rem;width:12.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdwPuKDv1OKQEfAAW8e8mK8af7L9emW { top:26.875rem;left:9.125rem;width:6.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atKLsRpL8pqZAAimuvMnA41hPxcJTGkN { top:9.125rem;left:9.4375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT3wFL4ICJe37G9OXbTnraR7zxWKf2N3 { top:9.875rem;left:10.1875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #udK1NLZXo8wKSbWPTDPSLCPmHHHxg4v5 { top:7.125rem;left:24.5rem;width:15.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCPhIwPa9SPN2mXhJMw5POOeI0WR0o5Z { top:9.125rem;left:26.375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sipZzfU8bPbDa9aXATTq609eQACvkb4c { top:9.75rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5dJsbGiQZepJ2LkLqsduu0x5tyqTevn { top:13.375rem;left:25.78125rem;width:12.5625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWmKXKvKxTnTt4J3UxdxUdodunzVbDIl { top:27.25rem;left:26.0625rem;width:6.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhKWp0rD69Zb8bEzRc8I7P6SH3x1UGfK { top:27.1875rem;left:37.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObbG6yfLonZVp7ph7UnPNXq7LQaN6WX4 { top:7.125rem;left:32.125rem;width:15.625rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr7r6Tt3FKLSCEefMOEMHmcURRVrMZev { top:26.875rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfbnTsFueHSwJBZpECu37bhfAfDKdXgB { top:13.375rem;left:35rem;width:12.75rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAPLe0m4oDiPEZh8JswKW6ryv8ewUv5l { top:27rem;left:40.9375rem;width:6.8125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc1eaPoU9E1knS4sKcoN0SEQp40OdotQ { top:9.125rem;left:43.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3lOTmNTnqVbqSLmt6fDfD5FX5p7hVAR { top:9.8125rem;left:44.0625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEfRmaWwTXEe0kdP1eoga4wPS5QxbkF9 { top:25.3125rem;left:0rem;width:13.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4wi1Va2zL50cszbnniQGvGInmLHaxhN { top:25.3125rem;left:8.84375rem;width:13.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyGAuqrZzg7IlXfMF0DQCptLnk2UcACK { top:25.3125rem;left:25.78125rem;width:13.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFz2N4g6eglUGAx0TT6iZlh5ZTfZHFF1 { top:25.3125rem;left:34.6875rem;width:13.0625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #diDi2BZTlvLBG7DsEZ4lTOWB4EGuBfeu { width:13.75rem;height:4.1875rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #af7MJTVuzUxaAvlxFQkXmFwrxRVmosVV { width:13.75rem;height:4.1875rem;top:19.9375rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQFeLGFVUqFsZVZAXH1r7Ar37k8WGBi0 { width:13.75rem;height:4.1875rem;top:19.9375rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlynEKDBFMI46qPcWSqO49XOSzWcH4L4 { width:13.5rem;height:5.5625rem;top:19.875rem;left:34.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0O61R6nfZHdxz2llP8Z8ipmKctqgWbV { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt { display:block; }#q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ly5TcDeceE4DGxhC2klGGJ0HXxniiTMQ { top:2.9375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3BA6UHI9zWJ325T2vez8qVG4KsVwVKp { width:18.5625rem;height:1.75rem;top:14.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUXQwbd7kvxTzbXFU2JIneQpSEBFBRmw { width:19.5rem;height:1.75rem;top:19.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7OSpJxCEvil6Q57DVXAAqeRGQSq636E { width:19.125rem;height:1.75rem;top:25.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULSG5i0AnzmT2pU34PG5ynNsmug6NSfV { width:19.3125rem;height:1.75rem;top:30rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NefupBqOK4AM1cHJF2RieOIIokHJGyFu { width:18.0625rem;height:1.75rem;top:34.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEosUCSdDwvqggKJvQ1UDKBhIGg9TEg4 { top:14.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqGRCW8Wmtf451eNqU79Cta8vqeZsWrs { top:13.75rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBagRc59KzwB1T4LgipSGxvJmqAVZDFQ { top:18.6875rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2yDZtTQelygeUryzSWIN17fULVlFaeR { top:19.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGR7HVVEcpMiMHh6HG5R2WB73wbmmKTN { top:23.875rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngw2qAQGNmDAtA7rB53MlMmWhPtASHos { top:28.8125rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBgXb8ps0W2dJyQAbCkStTsoh0EKy4B3 { top:24.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEQ6ku8iEF1hT9M86Riz91TIOV6n75qs { top:29.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h36wsq8lJpRbszuBnoSQ6NzCyL8d65h6 { top:33.6875rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spszN60DTv873aHUFHccDuVXiA0MCF8X { top:34.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKKEoFZLu9oPxiN2Jrio9TN80ZwvcHf6 { width:18.5625rem;height:1.75rem;top:10.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WImUr0a7aESJ2NZZ5pmiu2zK7ReCQZii { top:38.625rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTITTNHOq9GeT7A6WTwqBZ4HqUOWP0e { top:39.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtCzsaEvV07exQVZGgHkJkVvy1Xkanxh { width:18.0625rem;height:1.75rem;top:39.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzwKmNSAfyaRCQwB1FNdhB12CXsc9Akl { top:10.9375rem;left:10.3125rem;width:37.4375rem;height:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr { display:block; }#AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBFZDiJlz32c5aT5zeAg6MTfUpJNtxIo { top:4.1875rem;left:0rem;width:47.75rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOzvbeI5kITSk15nsg41WZl1GGNc8ddM { top:0.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buRh32IughguiDiy5VwHw8IP92Lqg204 { top:17.9375rem;left:0rem;width:21.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRb1lrum25PXlgmotDFFL7gUMkxN4GJ1 { top:20.625rem;left:0rem;width:22.5rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igOLpxPpHQXaZn0Cxc5AVDyrHAHdxTIa { top:20.5625rem;left:25.1875rem;width:22.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHU5wZ9cQLmhEQ4lxDZdm4ovIhBH25Tz { top:17.875rem;left:27.3125rem;width:19.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCmVu0abSfr5cl7TRotiPIuNExKzwAJv { top:30rem;left:27.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf1zQoQeyVsnblmVnp90eOEiOhZ4bF0D { top:37.3125rem;left:25.4375rem;width:22.3125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqFiIptw1o8TsFps51cCfGJPnTzOwuT3 { top:37.375rem;left:0rem;width:22.375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH99mtIC3HNlgBodEtyzlI55iCGgZqZb { top:34.625rem;left:27.3125rem;width:19.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0Fn6OQ4gZMp1XBqWTrEKf0ofzuLnucB { top:34.6875rem;left:0rem;width:19.5625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtUZPkSMTOspqNNmddawXksXz3VSQFLx { top:29.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGvS0B9Hk9v9ZCla91FcLPRi1U1dk8DZ { top:11.75rem;left:0rem;width:25.8125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMqlrnk5ch1ovg7aHXgiSVZmtOdsPRnw { top:12.0625rem;left:21.9375rem;width:25.8125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovbecwzRaeoIcnWZsT9dVT20HC23R7S0 { top:28.4375rem;left:0rem;width:25.8125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEUk04MOrkB2VbcTaLVmIsGcQ4ETl3Th { top:28.4375rem;left:21.9375rem;width:25.8125rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUmWt0gfnvNXnckOHrVoq4W7q2w3mxRK { top:13.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM4lGAbM6Foe2gQffxElob5CJ28NgFAH { top:13.1875rem;left:27.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf { display:block; }#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMdt13VzLFkbNoddDFuzyHkMlM4kWCJG { top:10.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 { display:block; }#EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azEBFi8GqitSZU170JwEikuvTXApm1MR { top:15.3125rem;left:0rem;width:24.375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1ZnXpebla6PSTMiW81MnyTvv7T4l2zI { top:12.625rem;left:0rem;width:15.375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T22SAQvzs1PG2i926O0eALoWkVPgI73Q { top:4.875rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5otM1FphBpiek0vMSWOeTiRAdfPiOV8 { top:15.375rem;left:26.25rem;width:21.5rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEhXvKoMJ2tkGJKphl4CVEyW4AwbGXRr { top:12.6875rem;left:27.5625rem;width:19.9375rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJmeSaHmfRL8vyOugECRM3aqKuGVf0TH { top:4.9375rem;left:27.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATzZyZktrETy6TK9y2F13a3n1o9DCMHr { top:25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLBW9FgJFNlBCoIKlXhT1i9eOhJw3QHi { top:33.875rem;left:24.125rem;width:23.625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJblCHZxbMfwhnDBsQ8yGzTAyiW4pPUn { top:33.8125rem;left:0rem;width:20.9375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1BAcKWSAAzATzvmM5wCFBPJsXz3QbJC { top:31.1875rem;left:26.625rem;width:21.125rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOw6FhsTIZZB1BUaZLttU0ltTqmCHULe { top:31.125rem;left:0rem;width:12.5625rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwJq2q8yazwdA9p09aFT4OLMmdmHC58T { top:23.4375rem;left:27.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXe0fJ7J73On3GTzNqTDcbOBuiwq1npZ { top:23.375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRMGyUVNxEaP9MrXsVmWBFpiX9DF61DK { top:6.4375rem;left:29.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRLhvT5gLgXS3EbuTh0FbNWlIRnTMfrm { top:25rem;left:29.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLoqgXIXItHF5vQJaC5LKZlHtsUQg60M { top:6.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL { display:block; }#TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlVrfRd0VFnfOVk3zdURTUb1vQdDnBq0 { top:4.6875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evWtbr4JcJx8VpzngXLiFdZf45NxC0IM { top:10.9375rem;left:0rem;width:27.875rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPc9pGRI8rILgNChIJD46f3ZD3LioIF0 { top:13.9375rem;left:18.2431640625rem;width:5.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy4ke7MkwrJirTonD4ihnBkk6v65d41x { top:9.25rem;left:17.3369140625rem;width:7.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #asNxVwksphOuCcXG7iOF6xHVgA7mR2lo { top:11rem;left:27.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDziyaTnL5B1Okf7QDV6X4woSrFTWqxd { top:9.25rem;left:26.5rem;width:7.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9CwBBo3C2CC3rBFPuT383p3NDyG9pen { top:13.9375rem;left:27.4375rem;width:5.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsmJfKZXDeR1nZ0m4aImggsNu7d4IqGg { top:10.9375rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9NgxHi0eXoWlUVOJV7BbQGqdu0TU5Im { top:9.25rem;left:35.6875rem;width:7.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxVVMq7PRJB8G8PzqAKr6V7n515prrez { top:13.9375rem;left:36.625rem;width:5.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtxcVHcqp9z0Gi3CBTEkPAfwzmRDktaG { top:11rem;left:36.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7TagqUNgEgnUkFrKrOSQ02OBGuoKNsS { top:9.25rem;left:40.125rem;width:7.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qROodluITeNard0vqcOkorNfNye7793r { top:13.9375rem;left:41.9375rem;width:5.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt7skKJlHO7pQGLlIDPGV5AXB0q8rEya { top:11rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Ed3hKfQpETJITvyqzMP8rrxZknb473 { top:9.25rem;left:40.125rem;width:7.375rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Z2SkJdxsrEBBslgdIJ8gVQsnt7dXdg { top:13.9375rem;left:41.9375rem;width:5.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTeiTRbbXq28iOyDtGerKme2CPbgboKe { top:10.9375rem;left:18.2431640625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJTEtWGZTcIbXTfPhWwvQrPBDHWC3CSZ { top:21.625rem;left:0rem;width:9.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Gzg2HCfQmsXZCH2c4FA3duoGqPUL7u { top:22.4375rem;left:15.375rem;width:10.3125rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X81KiwKJ4ghWa3HDcHr5GFHFKTGcb6Ii { top:21.4375rem;left:5.375rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwDfaXRCHQvJzRiqDL2172QNyekWaTDL { top:22.25rem;left:30.5rem;width:12.5rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPSlTB749B1AMmgO3TH569cDidd1qTRD { top:22.1875rem;left:39.9375rem;width:7.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD { display:block; }#CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFru5fWEfDNCuytAQCnxNbf8LFTdy6Tm { top:3.4375rem;left:0rem;width:10.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoN5h3QKIv1mXwGI17qAD7aBvOJMyCf1 { top:3.0625rem;left:0rem;width:34.625rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxqwveHB2KtZGwarB9K9lEGp4X6F33cF { top:12.125rem;left:37.3125rem;width:10.4375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywLnAD3iuNVQHwmoccTPI6i9VwTodywL { top:12.125rem;left:11.6875rem;width:11.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmRqAhwpTOnIFECOK5GC0L6ewK2dpVqp { top:12.6875rem;left:0rem;width:12.5rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUSsMAHxxZcohABvWlS8XBDTmF9h630 { top:11.5rem;left:31.6875rem;width:7.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdc200ztIqIdgfhOTXdQR3WlurM26MbA { display:block; }#sdc200ztIqIdgfhOTXdQR3WlurM26MbA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1Fi2lzBollgdLR7sBazv3aXuf2DqffP { top:11.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2k15y719y61TZAaqdc7WtnGJuQQZgdN { width:12.5rem;height:3.5rem;top:19.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV8JZeHzxyrRk8SITMkm4aoQIhcvfvyC { display:block; }
 }@media only screen and (max-width: 763px) { #o8whlzMJl4C6k6ey6tHlBlqJZy1MlTOn { top:15.5625rem;left:8.75rem;width:30.25rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ { display:block; }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIUKtRvV8EAJ6olVfrKhT5hO3CygDJEq { top:21rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxKHN6ADaTt0zIXIMl9ZRrLBVOpposc8 { top:22.6875rem;left:30.375rem;width:5.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdKdWGD5oRk1UTFZua7alquw5htK8cIz { top:22.6875rem;left:38.0625rem;width:5.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUmQN7lxK3EaTF6XqmTxqqZA5K8BvzBk { width:11.0625rem;height:2.6875rem;top:22rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrO2kwi7ks1X8VyffRuzAXroDTkHM67T { display:block; }
 }@media only screen and (max-width: 763px) { #BTcS50uJtkOsccUazVCFu0PZWguCXgi4 { top:26.4375rem;left:0rem;width:36.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzwBvOTF9T01ff41cetAR2SlTl9GJDWL { top:22.5625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reIJ4GnCepaPG4UPENQmS9b3Tz5OMUg4 { top:22.5625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0A6VadPLNWO6K8FoUaFWS3dfBv9TVzn { top:22.5rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9cHDDppT69PRepAWL9ZUfE1JhmSf76 { top:5.25rem;left:0rem;width:6.4375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihbGBm8VKiE6f2mQiEv7OyWQZrUQlQN9 { top:2.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxumZPavBos0Sxdw1NMo0ZcEUU0qiJOA { top:25.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTdHIZx1rg13J14QpUQq1s7FEbQ881Rf { top:5.25rem;left:0rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLSiLdaew33oPOB04bsGIBEOrha7NaDa { top:8.3125rem;left:0rem;width:7.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZfThQhwBhp6gASZKflxTtz3myWHIryZ { top:10.875rem;left:0rem;width:7.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJSTD5sXN0tKsAmcwI4Jp9TaSzk55iJT { top:16.3125rem;left:0rem;width:7.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNE7dUU9oMeqeKDvJlCtOrLTd1bM2xgv { top:13.75rem;left:0rem;width:9.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOhRdrwTi4cWK4WdEp54paMxOOnFuJ9E { top:16.3125rem;left:13.875rem;width:7.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACkJ3qh9ipPIE4c8qMVmO85GSdufRQGp { top:10.9375rem;left:13.875rem;width:8.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XciXP1XAEWOLtyoUxszd0Uz46nQBv1q5 { top:13.75rem;left:13.875rem;width:8.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch7hv8fTW2D3xqQ1dQ2CGVCVdGeyvA9I { top:8.375rem;left:13.875rem;width:7.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmRrSaUTdrhxwoTK8bUxviNs4lSSSr5v { top:5.3125rem;left:13.875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNJvJBcO6mTdDxivH0XhvM6F35q6BwZI { top:16.3125rem;left:28.25rem;width:7.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQEV1nH2XkbIUCabJyiTNHKarsKLcMfp { top:13.75rem;left:28.25rem;width:14.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1pvmvQZnfHTzc0wSKrmCw5e6MCAvL1f { top:10.9375rem;left:28.25rem;width:14.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcRVnS9AUMrry0JPJ6dm28uegRvFv0XT { top:8.375rem;left:28.25rem;width:12.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsBGmwWTHR2UImTmPE6AbVeasxzM2IOg { top:5.3125rem;left:28.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBdzmnHE2MuF4IU0uHQgplmVaidkAtbL { top:8.3125rem;left:40.4375rem;width:7.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBszJA3SwAKocKJR5HcP6k3iLem0mIuE { top:5.3125rem;left:38.6875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZlSaTkoqDGq5HLdTbnG6QonxMItpEZx { top:2.5rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #do853wZ8MZidfi9HCzU1Fq7B7cQ2ZTPn { top:22.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygzk5UUxcreDXKZsF2cUNDlTDOqV0Hg7 { top:10.875rem;left:35.25rem;width:4.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { background-color: transparent; background-image: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container { display: none; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .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); }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { border-width: 0; border-radius: 0; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elQOQFhlDhgpoB4ezzAwPx9MyAnlfSDM > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M3Msgq1zmSB2Uui7S7h6fzwz1h5V88zR { width:18.0625rem;height:0.125rem;top:8.375rem;left:0.96875rem;z-index:15008;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wMS3bAOTsXgpcCJnl6Zi51WFdr5Xgtk0 { width:20rem;height:9rem;top:11.3125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZzDFLNLLxcacKGiWeIaVpA8coEu4CVh { width:6.25rem;height:2.5rem;top:1.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECtFfe1SIHt3bwtrPVS62mUwQ8zCKiBF { width:2.375rem;height:2.375rem;top:51rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwIiCXBCgDqhNgv3ZUkIftXZCUud3RS7 { width:10.875rem;height:1.5rem;top:54.625rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXv2pPMnyVb6K6xwUCVhaMo4ZrCbzPkD { width:20rem;height:0.0625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTshlwC25qXOUhOQlfnUsQc06KhqtJsc { width:20rem;height:3.5rem;top:40.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC7JZZXRNVGJOb2Iu0NXQkGBGsCTUbPN { display:block; }
 }@media only screen and (max-width: 763px) { #OMdDmWUcy7gMCaPVrGMnSrIUKra7d9kr { width:20rem;height:3.5rem;top:45.0625rem;left:0rem;font-size:1rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RyplfuTVN9NN69DKQlyQTeaSXPeWDiEb { display:block; }
 }@media only screen and (max-width: 763px) { #r54XTOu2NTSUtuxh5tLFvGoqzPJof87H { width:20rem;height:4.875rem;top:21rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vQRCxZMGyffVwWuQEaMphSXkFIZbH5pT { width:5.625rem;height:1.25rem;top:6.125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hsLk7y3yFnbQqHEgGZCT2axAspSng875 { width:8.8125rem;height:1.25rem;top:46.1875rem;left:5.625rem;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #hxqzxE3Q9dbJ4MNRNMI89M4uwowkaP9C { width:7.75rem;height:1.25rem;top:6.125rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkI4f9Zbtf7fFlSPzaev9qwymWoGaHBm { width:6.0625rem;height:1.25rem;top:6.125rem;left:13.9375rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #xmcuMXzH9xUnEfAczzT6TFUgP2uiif02 { width:11.0625rem;height:2.875rem;top:40.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnMTHvJx09zQvna0qKWTFaVhJOwmPEZT { display:block; }
 }@media only screen and (max-width: 763px) { #bTGzGQ3ET4rxaoQQf8FKMHICwagliCmB { top:24.375rem;left:0rem;width:20rem;height:13.1875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ACTgXc228EamX3uIviShrDFWh5VgdxBc { display:block; }#ACTgXc228EamX3uIviShrDFWh5VgdxBc > .row .container { width:20rem;height:106.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FvwRQTq8czSraH6eyzrQTTk4XdfexHzd { width:15.625rem;height:22.5rem;top:6.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs6uti3LAwNChXfRfRkDDKhV6MKlzNgc { width:12.5625rem;height:5.8125rem;top:12.8125rem;left:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhQf82yECdGith4QR8MhNatVcJQhgtzq { width:3.4375rem;height:3.4375rem;top:8.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx9nwl4Py0bZDCnABGwrqO7Eq9ZHSOni { width:6.8125rem;height:1.4375rem;top:26rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B837Vu1kUApePt6A1ORsDmTsWNodh3kB { width:1.5625rem;height:1.5625rem;top:25.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTTzfdfZhf5tnUyJr55W54TPdNE6wQ7R { width:2.1875rem;height:2.1875rem;top:8.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk3PrZXEeu40EBfNOGOBA4GfqLxD1MxT { width:15.625rem;height:22.5rem;top:30.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT76R9h9c2b1RQiMPhvuVCH8ALNlnlKa { width:1.5625rem;height:1.5625rem;top:50.375rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAxbsKggi2377c6bHltaQq3EaWa8bzTz { width:12.75rem;height:5.8125rem;top:37.0625rem;left:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfdwPuKDv1OKQEfAAW8e8mK8af7L9emW { width:6.8125rem;height:1.4375rem;top:50.4375rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atKLsRpL8pqZAAimuvMnA41hPxcJTGkN { width:3.4375rem;height:3.4375rem;top:32.75rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT3wFL4ICJe37G9OXbTnraR7zxWKf2N3 { width:2rem;height:2rem;top:33.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #udK1NLZXo8wKSbWPTDPSLCPmHHHxg4v5 { width:15.625rem;height:22.5rem;top:55.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCPhIwPa9SPN2mXhJMw5POOeI0WR0o5Z { width:3.4375rem;height:3.4375rem;top:57.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sipZzfU8bPbDa9aXATTq609eQACvkb4c { width:2.1875rem;height:2.1875rem;top:57.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5dJsbGiQZepJ2LkLqsduu0x5tyqTevn { width:12.5625rem;height:5.8125rem;top:61.5rem;left:3.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWmKXKvKxTnTt4J3UxdxUdodunzVbDIl { width:6.8125rem;height:1.4375rem;top:74.75rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhKWp0rD69Zb8bEzRc8I7P6SH3x1UGfK { width:1.5625rem;height:1.5625rem;top:74.6875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObbG6yfLonZVp7ph7UnPNXq7LQaN6WX4 { width:15.625rem;height:22.5rem;top:79.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr7r6Tt3FKLSCEefMOEMHmcURRVrMZev { width:1.5625rem;height:1.5625rem;top:99.125rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfbnTsFueHSwJBZpECu37bhfAfDKdXgB { width:12.75rem;height:5.8125rem;top:85.9375rem;left:3.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAPLe0m4oDiPEZh8JswKW6ryv8ewUv5l { width:6.8125rem;height:1.4375rem;top:99.125rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc1eaPoU9E1knS4sKcoN0SEQp40OdotQ { width:3.4375rem;height:3.4375rem;top:81.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3lOTmNTnqVbqSLmt6fDfD5FX5p7hVAR { width:2rem;height:2rem;top:82.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEfRmaWwTXEe0kdP1eoga4wPS5QxbkF9 { width:13.0625rem;height:0.0625rem;top:24.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4wi1Va2zL50cszbnniQGvGInmLHaxhN { width:13.0625rem;height:0.0625rem;top:48.9375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyGAuqrZzg7IlXfMF0DQCptLnk2UcACK { width:13.0625rem;height:0.0625rem;top:73.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFz2N4g6eglUGAx0TT6iZlh5ZTfZHFF1 { width:13.0625rem;height:0.0625rem;top:97.8125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #diDi2BZTlvLBG7DsEZ4lTOWB4EGuBfeu { width:13.75rem;height:3.75rem;top:19.6875rem;left:3.125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #af7MJTVuzUxaAvlxFQkXmFwrxRVmosVV { width:13.75rem;height:3.75rem;top:43.5625rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oQFeLGFVUqFsZVZAXH1r7Ar37k8WGBi0 { width:13.75rem;height:3.75rem;top:68.0625rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vlynEKDBFMI46qPcWSqO49XOSzWcH4L4 { width:13.5rem;height:5rem;top:92.4375rem;left:3.5rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #S0O61R6nfZHdxz2llP8Z8ipmKctqgWbV { width:20rem;height:1.9375rem;top:2.125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt { display:block; }#q1GoboEZGQUnx0u1fZm8y1QuvqLBzQpt > .row .container { width:20rem;height:77.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ly5TcDeceE4DGxhC2klGGJ0HXxniiTMQ { width:18.9375rem;height:7.75rem;top:2.125rem;left:-0.125rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q3BA6UHI9zWJ325T2vez8qVG4KsVwVKp { width:14.25rem;height:2.875rem;top:16.03125rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nUXQwbd7kvxTzbXFU2JIneQpSEBFBRmw { width:14.3125rem;height:1.4375rem;top:23.21875rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m7OSpJxCEvil6Q57DVXAAqeRGQSq636E { width:14.3125rem;height:1.4375rem;top:29.59375rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ULSG5i0AnzmT2pU34PG5ynNsmug6NSfV { width:14.25rem;height:1.4375rem;top:35.875rem;left:5.75rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NefupBqOK4AM1cHJF2RieOIIokHJGyFu { width:13.1875rem;height:2.875rem;top:41.65625rem;left:5.6875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oEosUCSdDwvqggKJvQ1UDKBhIGg9TEg4 { width:2.1875rem;height:2.1875rem;top:16.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqGRCW8Wmtf451eNqU79Cta8vqeZsWrs { width:3.9375rem;height:3.9375rem;top:15.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBagRc59KzwB1T4LgipSGxvJmqAVZDFQ { width:3.9375rem;height:3.9375rem;top:22.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2yDZtTQelygeUryzSWIN17fULVlFaeR { width:2.1875rem;height:2.1875rem;top:22.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGR7HVVEcpMiMHh6HG5R2WB73wbmmKTN { width:3.9375rem;height:3.9375rem;top:28.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngw2qAQGNmDAtA7rB53MlMmWhPtASHos { width:3.9375rem;height:3.9375rem;top:34.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBgXb8ps0W2dJyQAbCkStTsoh0EKy4B3 { width:2.1875rem;height:2.1875rem;top:29.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEQ6ku8iEF1hT9M86Riz91TIOV6n75qs { width:2.1875rem;height:2.1875rem;top:35.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h36wsq8lJpRbszuBnoSQ6NzCyL8d65h6 { width:3.9375rem;height:3.9375rem;top:41.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spszN60DTv873aHUFHccDuVXiA0MCF8X { width:2.1875rem;height:2.1875rem;top:42.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKKEoFZLu9oPxiN2Jrio9TN80ZwvcHf6 { width:18.5625rem;height:1.625rem;top:12.6875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WImUr0a7aESJ2NZZ5pmiu2zK7ReCQZii { width:3.9375rem;height:3.9375rem;top:48rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTTITTNHOq9GeT7A6WTwqBZ4HqUOWP0e { width:2.1875rem;height:2.1875rem;top:48.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtCzsaEvV07exQVZGgHkJkVvy1Xkanxh { width:14rem;height:1.4375rem;top:49.21875rem;left:6rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CzwKmNSAfyaRCQwB1FNdhB12CXsc9Akl { width:20rem;height:17.328125rem;top:55.4296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr { display:block; }#AK9mUlluJ4mHrtySZZ3tpkFFTxIvTDNr > .row .container { width:20rem;height:82.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBFZDiJlz32c5aT5zeAg6MTfUpJNtxIo { width:20rem;height:5.8125rem;top:4.25rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OOzvbeI5kITSk15nsg41WZl1GGNc8ddM { width:20rem;height:0.0625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #buRh32IughguiDiy5VwHw8IP92Lqg204 { width:12.5625rem;height:3.25rem;top:18.375rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRb1lrum25PXlgmotDFFL7gUMkxN4GJ1 { width:17.8125rem;height:4.3125rem;top:22.5625rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igOLpxPpHQXaZn0Cxc5AVDyrHAHdxTIa { width:17.25rem;height:2.875rem;top:39.6875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHU5wZ9cQLmhEQ4lxDZdm4ovIhBH25Tz { width:18.3125rem;height:1.625rem;top:37.125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCmVu0abSfr5cl7TRotiPIuNExKzwAJv { width:3.125rem;height:3.125rem;top:66.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mf1zQoQeyVsnblmVnp90eOEiOhZ4bF0D { width:17.375rem;height:4.3125rem;top:73.6875rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqFiIptw1o8TsFps51cCfGJPnTzOwuT3 { width:18.5rem;height:2.875rem;top:56.875rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH99mtIC3HNlgBodEtyzlI55iCGgZqZb { width:18.1875rem;height:1.625rem;top:71.0625rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0Fn6OQ4gZMp1XBqWTrEKf0ofzuLnucB { width:18.4375rem;height:1.625rem;top:54.1875rem;left:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtUZPkSMTOspqNNmddawXksXz3VSQFLx { width:3.125rem;height:3.125rem;top:49.375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGvS0B9Hk9v9ZCla91FcLPRi1U1dk8DZ { width:20rem;height:16.3125rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMqlrnk5ch1ovg7aHXgiSVZmtOdsPRnw { width:20rem;height:13.75rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovbecwzRaeoIcnWZsT9dVT20HC23R7S0 { width:20rem;height:14.6875rem;top:47.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEUk04MOrkB2VbcTaLVmIsGcQ4ETl3Th { width:20rem;height:15.375rem;top:64.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUmWt0gfnvNXnckOHrVoq4W7q2w3mxRK { width:3.125rem;height:3.125rem;top:14.1875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM4lGAbM6Foe2gQffxElob5CJ28NgFAH { width:3.125rem;height:3.125rem;top:33.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf { display:block; }#O3HUPVGWa3BqvQWF8Dh9deeXFnUE1frf > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fMdt13VzLFkbNoddDFuzyHkMlM4kWCJG { width:20rem;height:1.9375rem;top:9.0625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 { display:block; }#EMwTR33FMvGgTXOLdRrKHaRBkINZHgI4 > .row .container { width:20rem;height:78.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #azEBFi8GqitSZU170JwEikuvTXApm1MR { width:17.625rem;height:2.875rem;top:10.6875rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p1ZnXpebla6PSTMiW81MnyTvv7T4l2zI { width:16.125rem;height:1.75rem;top:8.4375rem;left:2.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T22SAQvzs1PG2i926O0eALoWkVPgI73Q { width:6.25rem;height:6.25rem;top:1.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5otM1FphBpiek0vMSWOeTiRAdfPiOV8 { width:17.4375rem;height:2.875rem;top:50.75rem;left:1.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEhXvKoMJ2tkGJKphl4CVEyW4AwbGXRr { width:16.6875rem;height:3.5rem;top:46.6875rem;left:1.75rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CJmeSaHmfRL8vyOugECRM3aqKuGVf0TH { width:6.25rem;height:6.25rem;top:19.3125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATzZyZktrETy6TK9y2F13a3n1o9DCMHr { width:3.125rem;height:3.125rem;top:20.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLBW9FgJFNlBCoIKlXhT1i9eOhJw3QHi { width:17.9375rem;height:2.875rem;top:70.75rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IJblCHZxbMfwhnDBsQ8yGzTAyiW4pPUn { width:17.625rem;height:2.875rem;top:29.25rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E1BAcKWSAAzATzvmM5wCFBPJsXz3QbJC { width:15.625rem;height:3.5rem;top:66.375rem;left:2.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JOw6FhsTIZZB1BUaZLttU0ltTqmCHULe { width:12.5625rem;height:1.75rem;top:26.8125rem;left:3.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwJq2q8yazwdA9p09aFT4OLMmdmHC58T { width:6.25rem;height:6.25rem;top:58.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXe0fJ7J73On3GTzNqTDcbOBuiwq1npZ { width:6.25rem;height:6.25rem;top:39.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRMGyUVNxEaP9MrXsVmWBFpiX9DF61DK { width:3.125rem;height:3.125rem;top:40.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRLhvT5gLgXS3EbuTh0FbNWlIRnTMfrm { width:3.125rem;height:3.125rem;top:60.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLoqgXIXItHF5vQJaC5LKZlHtsUQg60M { width:3.125rem;height:3.125rem;top:2.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL { display:block; }#TdNsE54f66HvsUsQ3J6cGZIb8bXxqAFL > .row .container { width:20rem;height:55.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlVrfRd0VFnfOVk3zdURTUb1vQdDnBq0 { width:19.5625rem;height:3.875rem;top:4.375rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #evWtbr4JcJx8VpzngXLiFdZf45NxC0IM { width:20rem;height:4.5rem;top:8.224609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPc9pGRI8rILgNChIJD46f3ZD3LioIF0 { width:5.8125rem;height:1.25rem;top:19.25rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy4ke7MkwrJirTonD4ihnBkk6v65d41x { width:7.375rem;height:8.25rem;top:14.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #asNxVwksphOuCcXG7iOF6xHVgA7mR2lo { width:2.1875rem;height:2.1875rem;top:16.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDziyaTnL5B1Okf7QDV6X4woSrFTWqxd { width:7.375rem;height:8.25rem;top:14.5625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9CwBBo3C2CC3rBFPuT383p3NDyG9pen { width:5.8125rem;height:1.25rem;top:19.5625rem;left:11.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsmJfKZXDeR1nZ0m4aImggsNu7d4IqGg { width:2.1875rem;height:2.1875rem;top:16.625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9NgxHi0eXoWlUVOJV7BbQGqdu0TU5Im { width:7.375rem;height:8.25rem;top:24.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxVVMq7PRJB8G8PzqAKr6V7n515prrez { width:5.8125rem;height:2.5rem;top:29.125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtxcVHcqp9z0Gi3CBTEkPAfwzmRDktaG { width:2.1875rem;height:2.1875rem;top:26.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7TagqUNgEgnUkFrKrOSQ02OBGuoKNsS { width:7.375rem;height:8.25rem;top:24.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qROodluITeNard0vqcOkorNfNye7793r { width:5.8125rem;height:2.5rem;top:29.375rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt7skKJlHO7pQGLlIDPGV5AXB0q8rEya { width:2.1875rem;height:2.1875rem;top:26.4375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5Ed3hKfQpETJITvyqzMP8rrxZknb473 { width:7.375rem;height:8.25rem;top:34.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1Z2SkJdxsrEBBslgdIJ8gVQsnt7dXdg { width:5.8125rem;height:2.5rem;top:39.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTeiTRbbXq28iOyDtGerKme2CPbgboKe { width:2.1875rem;height:2.1875rem;top:36.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJTEtWGZTcIbXTfPhWwvQrPBDHWC3CSZ { width:7.375rem;height:3.625rem;top:45.1494140625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5Gzg2HCfQmsXZCH2c4FA3duoGqPUL7u { width:8.8125rem;height:2.4375rem;top:45.9931640625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X81KiwKJ4ghWa3HDcHr5GFHFKTGcb6Ii { width:4.1875rem;height:4.1875rem;top:39.1875rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwDfaXRCHQvJzRiqDL2172QNyekWaTDL { width:9.4375rem;height:2.4375rem;top:50.3994140625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPSlTB749B1AMmgO3TH569cDidd1qTRD { width:6.6875rem;height:2.875rem;top:50.1806640625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD { display:block; }#CZX7yQEJU19Mo8AE49wJwfTlCkzqsTAD > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uFru5fWEfDNCuytAQCnxNbf8LFTdy6Tm { width:10.75rem;height:2.25rem;top:3.5rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eoN5h3QKIv1mXwGI17qAD7aBvOJMyCf1 { width:20rem;height:6.75rem;top:6.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxqwveHB2KtZGwarB9K9lEGp4X6F33cF { width:8.375rem;height:2rem;top:16.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywLnAD3iuNVQHwmoccTPI6i9VwTodywL { width:11.875rem;height:2.875rem;top:26rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmRqAhwpTOnIFECOK5GC0L6ewK2dpVqp { width:10rem;height:1.3125rem;top:21.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSUSsMAHxxZcohABvWlS8XBDTmF9h630 { width:6.6875rem;height:3rem;top:20.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdc200ztIqIdgfhOTXdQR3WlurM26MbA { display:block; }#sdc200ztIqIdgfhOTXdQR3WlurM26MbA > .row .container { width:20rem;height:22.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T1Fi2lzBollgdLR7sBazv3aXuf2DqffP { width:20rem;height:5.125rem;top:4.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H2k15y719y61TZAaqdc7WtnGJuQQZgdN { width:12.5rem;height:3.5rem;top:15.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV8JZeHzxyrRk8SITMkm4aoQIhcvfvyC { display:block; }
 }@media only screen and (max-width: 763px) { #o8whlzMJl4C6k6ey6tHlBlqJZy1MlTOn { width:20rem;height:1.6875rem;top:11.625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ { background-color:#ffffff;background-image:none;display:block; }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row .container { background-color: transparent; background-image: none; }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row .container > .video-iframe-container { display: none; }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row > .video-iframe-container { display: none; }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .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); }#bEVSLoJT7fipRTPWcMMJshe8VNf2nMQJ > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIUKtRvV8EAJ6olVfrKhT5hO3CygDJEq { width:18.8125rem;height:0.0625rem;top:24.25rem;left:0.59375rem;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #yxKHN6ADaTt0zIXIMl9ZRrLBVOpposc8 { width:2.8125rem;height:1.25rem;top:3.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdKdWGD5oRk1UTFZua7alquw5htK8cIz { width:5.5rem;height:1.25rem;top:3.1875rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUmQN7lxK3EaTF6XqmTxqqZA5K8BvzBk { width:8.125rem;height:2.6875rem;top:2.4375rem;left:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrO2kwi7ks1X8VyffRuzAXroDTkHM67T { display:block; }
 }@media only screen and (max-width: 763px) { #BTcS50uJtkOsccUazVCFu0PZWguCXgi4 { width:18.6875rem;height:2.25rem;top:50.375rem;left:0.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzwBvOTF9T01ff41cetAR2SlTl9GJDWL { width:1.6875rem;height:1.6875rem;top:47rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #reIJ4GnCepaPG4UPENQmS9b3Tz5OMUg4 { width:1.6875rem;height:1.6875rem;top:47rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0A6VadPLNWO6K8FoUaFWS3dfBv9TVzn { width:1.6875rem;height:1.6875rem;top:47rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT9cHDDppT69PRepAWL9ZUfE1JhmSf76 { width:5.3125rem;height:2.0625rem;top:46.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihbGBm8VKiE6f2mQiEv7OyWQZrUQlQN9 { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxumZPavBos0Sxdw1NMo0ZcEUU0qiJOA { width:20rem;height:0.0625rem;top:45.875rem;left:0rem;background-color:#eaeaea;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #sTdHIZx1rg13J14QpUQq1s7FEbQ881Rf { width:9.0625rem;height:1.25rem;top:8.625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLSiLdaew33oPOB04bsGIBEOrha7NaDa { width:7.3125rem;height:1.25rem;top:11.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZfThQhwBhp6gASZKflxTtz3myWHIryZ { width:7.3125rem;height:1.25rem;top:14.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJSTD5sXN0tKsAmcwI4Jp9TaSzk55iJT { width:7.3125rem;height:1.25rem;top:20.8125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNE7dUU9oMeqeKDvJlCtOrLTd1bM2xgv { width:9.625rem;height:1.25rem;top:17.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOhRdrwTi4cWK4WdEp54paMxOOnFuJ9E { width:7.3125rem;height:1.25rem;top:20.8125rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACkJ3qh9ipPIE4c8qMVmO85GSdufRQGp { width:7.9375rem;height:1.25rem;top:14.3125rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XciXP1XAEWOLtyoUxszd0Uz46nQBv1q5 { width:8.625rem;height:1.25rem;top:17.5rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch7hv8fTW2D3xqQ1dQ2CGVCVdGeyvA9I { width:7.3125rem;height:1.25rem;top:11.3125rem;left:11.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmRrSaUTdrhxwoTK8bUxviNs4lSSSr5v { width:7.375rem;height:1.25rem;top:8.625rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNJvJBcO6mTdDxivH0XhvM6F35q6BwZI { width:7.875rem;height:1.25rem;top:42.3125rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQEV1nH2XkbIUCabJyiTNHKarsKLcMfp { width:9.5625rem;height:2.5rem;top:37.625rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1pvmvQZnfHTzc0wSKrmCw5e6MCAvL1f { width:9.6875rem;height:2.5rem;top:33rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcRVnS9AUMrry0JPJ6dm28uegRvFv0XT { width:10.125rem;height:1.25rem;top:29.75rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsBGmwWTHR2UImTmPE6AbVeasxzM2IOg { width:9.0625rem;height:1.25rem;top:26.875rem;left:0.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBdzmnHE2MuF4IU0uHQgplmVaidkAtbL { width:7.3125rem;height:1.25rem;top:33rem;left:11.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBszJA3SwAKocKJR5HcP6k3iLem0mIuE { width:6.875rem;height:1.25rem;top:26.875rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZlSaTkoqDGq5HLdTbnG6QonxMItpEZx { width:20rem;height:0.0625rem;top:6.1875rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #do853wZ8MZidfi9HCzU1Fq7B7cQ2ZTPn { width:1.5625rem;height:1.5625rem;top:47.0625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygzk5UUxcreDXKZsF2cUNDlTDOqV0Hg7 { width:4.875rem;height:1.25rem;top:53.875rem;left:7.5625rem;font-size:1rem;display:block; }
 }