.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 { background-color:#243682;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row .container { background-color: transparent; background-image: none; }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row .container > .video-iframe-container { display: none; }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row > .video-iframe-container { display: none; }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .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); }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row .container { border-width: 0; border-radius: 0; }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;overflow:visible;position:relative;display:block; }#GG1Fkoc6bnvovpmWgQwLnDChwQwcV395 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:7.625rem;top:0.65625rem;left:0.875rem;overflow:hidden;display:block; }
#WnTVLQHUfWKgtIhS7pgHzIU7zltC5bQN { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#J2SkBAkZrKBphpiN9b4rO0NDmqgXLUiV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#J2SkBAkZrKBphpiN9b4rO0NDmqgXLUiV > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#IZHpcbvqA9sQMOzPT7WblQKN5xChwtW4 { color:#255dbe;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.6687498092651rem;left:61.875rem;height:1.7875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZpV2ycaTpwGmK0KrJvmLrVeTgTfUTqdC { color:#272727;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.21875rem;left:60.78125rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#C3ykTLbomJaBJpxtRXTmfiS8ErKwG4ab { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:1.625rem;left:63.9375rem;height:1.05615rem;text-align:center;text-align-last:center;display:block; }
#zGBQ7rdte2t7G9QhDqEhEe50uQbv7qyK { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.6875rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2rem;left:62.1875rem;display:block; }
#sxJ9pHH3GMW4N2MvsCt1xfCvwWWnUdSu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJhJcdDVqOhS2yKPQeHSlgd8DLI2vJxH { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.375rem;width:2.8125rem;top:2.1875rem;left:49rem;overflow:hidden;display:block; }
#mu3B8bffkslc8TGGdxLuCZnc2699EdHd { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.34375rem;left:59.3125rem;overflow:hidden;display:block; }
#QBBJ4F8dplgpHrZWgD3belom1rapc117 { position:absolute;display:block;z-index:15068;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.34375rem;left:44.5625rem;overflow:hidden;display:block; }
#EvrZPk4HcvbTNbuRhl2ki7qvX3PtBFQu { box-sizing:content-box;height:4.25rem;width:10.75rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:1.25rem;left:33.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#wIWRe2Kft6wFGTPzTonrGOWlR7SrAuJO { box-sizing:content-box;height:0.875rem;width:10.75rem;position:absolute;display:block;z-index:14997;background-color:#ff0202;background-image:none;top:0.6875rem;left:33.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#ouxy2pS1773BOTJMQPOv6kJ4dFaZraLs { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:1.625rem;left:33.5rem;overflow:hidden;display:block; }
#TTnaJ4hrf1OOnVW3ZqSqeC7dGeDEPwca { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2rem;left:38.0625rem;height:0.73095625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#b8HlJJuwAABqRsZTQRB1HBVXn9yd6oFG { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:4rem;top:2.9375rem;left:38.875rem;overflow:hidden;display:block; }
#qbteT2QmxBB7K3w0GIpt19UP6xKknSiq { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.75rem;left:37.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#y6GATN7bnJsmXGDQKwhvnpXRpAuZ0IaU { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.4375rem;left:38.4375rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QpmAf7FZOVCKud6IUoPhuRGiKVTiLaRX { color:#000000;display:block;width:1.5rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.9375rem;left:37.5rem;height:0.73095625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EGDLUmiP2JrwDgHw3DQnsZK0Hp83SOtN { box-sizing:content-box;height:4.25rem;width:10.75rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:1.25rem;left:48.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#OKK1eyZDmnaHwQeXmWvLDvGLdqfZsxmt { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.75rem;left:52.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xX7QUqIoaScwBXlVLckE4K8o7OAV0S3P { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:5rem;left:53.6875rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QqrwK6hmniU9GRz7T6J1TV3PbWufpUaJ { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.625rem;width:4rem;top:2.9375rem;left:54.125rem;overflow:hidden;display:block; }
#z17TGLwJ50KEmqThh8veRUnkFfxS3If6 { color:#000000;display:block;width:1.5rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:2.9375rem;left:52.75rem;height:0.73095625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZUGbqclwxaQoEl6Ap2CMHG2ducQFbnXA { color:#000000;display:block;width:4.3125rem;position:absolute;font-family:montserrat;font-size:0.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2rem;left:53.3125rem;height:0.73095625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VcRA68iuehkiPhrD6GU8fxWL7OlZkE6O { box-sizing:content-box;height:0.875rem;width:10.75rem;position:absolute;display:block;z-index:15005;background-color:#358ab4;background-image:none;top:1.25rem;left:48.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#yoqxec6v4Hqrg8D8gazRUMbsdekC32Tv { box-sizing:content-box;height:0.875rem;width:10.75rem;position:absolute;display:block;z-index:14998;background-color:#358ab4;background-image:none;top:0.6875rem;left:48.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(114,114,114,0.5);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; }#yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp > .row .container { background-color: transparent; background-image: none; }#yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp > .row .container > .video-iframe-container { display: none; }#yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp > .row > .video-iframe-container { display: none; }#yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp > .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); }#yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp > .row .container { border-width: 0; border-radius: 0; }#yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#TI3KnaLl4HA2XToFp4R2HqDngkkkdsS2 { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.8125rem;left:3.3125rem;height:1.13725rem;display:block; }
#m4lO33JT7L31AQJItsBSyPaLgS18NPmi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:0.6875rem;left:1.4375rem; }
#tRTdZ0nPHTKg76UdTZSw3Vk7DTmzM8MJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:0.6875rem;left:21.3125rem; }
#n27QlyrOdlaBfiMaCAOADhAKlWTzxnUN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:0.5625rem;left:40.875rem; }
#WTEXbtqUy8pxUvVlOr3sR2cUk3TNVZzt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:0.6875rem;left:63.1875rem; }
#gB5oTMWiO6Bcc5vkWCwgZgD8SmsADbuU { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8125rem;left:23.1875rem;height:1.13725rem;display:block; }
#hHfz9Ew2MHDexM2ld1ANVedPQn58GTRQ { color:#ffffff;display:block;width:10.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.8125rem;left:43.0625rem;height:1.13725rem;display:block; }
#mUstZs5QyktxTSpcM5TSC51JyChRRHVF { color:#ffffff;display:block;width:8.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:0.8125rem;left:65.1875rem;height:1.13725rem;display:block; }
#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.7);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; }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row .container { background-color: transparent; background-image: none; }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row .container > .video-iframe-container { display: none; }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row > .video-iframe-container { display: none; }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .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); }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row .container { border-width: 0; border-radius: 0; }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:75rem;position:relative;display:block; }#euv1wkLpsv2y61NnrW2OhD76wF3hNhgN { color:#000000;display:block;width:34.25rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.927734375rem;left:0.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Z8CIfGMKS9Ohv4CZlkBBxx4xuneTIIzM { color:#000000;display:block;width:33.6875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:39.9375rem;left:0rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#lg4sXsf48BCuhbkauBqIWNQ96rPcUic6 { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:3.0625rem;left:14.75rem;height:1.13725rem;font-style:normal;display:block; }
#M2S67GI61winKSCEyoKv5n7leLUbMCyi { 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;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(114,114,114,0.5) ;height:14.875rem;width:22.375rem;top:2.5625rem;left:38.125rem;display:block; }
#hXkGCmn9W0TSJnU2DmaJM7p2ZIGlU4Kn { color:#272727;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.4;letter-spacing:0;top:14.875rem;left:41.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Pa5xsWzxHOsA5DSzM8GTsOwDzH48A7ut { position:absolute;display:block;z-index:15014;background-color:#efefef;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.125rem;width:20.5625rem;top:13.25rem;left:39.0625rem;display:block; }
#TtvdX3JSzH6KsuJIvKy88mUvnyrVUlox { color:#272727;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.5;letter-spacing:0;top:3.375rem;left:39.0625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#TMfvTsqPB6uX9ETxanpuHE6v1ckMdm4u { color:#272727;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:6.4375rem;left:39.0625rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#Leoi7qMFfIPW23WV0eBamxTBTKonddXF { color:#272727;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15036;line-height:1.5;letter-spacing:0;top:5.5rem;left:39.0625rem;height:7.03125rem;text-align:left;text-align-last:left;display:block; }
#yThV5RrMiPC3bayK6pmWikRmIXBa6g3i { position:absolute;display:block;z-index:15038;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:2.5625rem;left:6.5625rem;overflow:hidden;display:block; }
#iKw3AJ9RSIyQ7TI4ASz8NB9ZbLGGK8r3 { position:absolute;display:block;z-index:15039;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:2.5625rem;left:8.4375rem;overflow:hidden;display:block; }
#a54fIxvkuwTrEouqxNpx0gkJk3zkHCiG { position:absolute;display:block;z-index:15040;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:2.5625rem;left:10.3125rem;overflow:hidden;display:block; }
#GztKJSmk53TI6lLBp2i210hnEFvW2qab { position:absolute;display:block;z-index:15041;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:2.5625rem;left:12.0625rem;overflow:hidden;display:block; }
#BxNkcsZ4F0tICDUmZoQ1AfMkM2P4vDsI { position:absolute;display:block;z-index:15041;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.4375rem;left:39.1875rem;overflow:hidden;display:block; }
#C4D4gcZyMLkrFC6emh1IGKssagsPO3HT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:14.875rem;width:14.875rem;top:2.5625rem;left:60.125rem;overflow:hidden;display:block; }
#VOtA3LpmSaLnFg3y8cm4A49aMQHxyxwK { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:15.125rem;left:51.125rem; }
#N3A8xdJ8W2UEMzgsg1L7U6hFTRf7whpL { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:15.125rem;left:50.25rem; }
#za6FaIddE6fvkkXkyTR9s3Tgn5citJAi { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:15.125rem;left:49.375rem; }
#ZFw68VSLPwZV6qTbCL6i8K40LN1F8mmc { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:15.125rem;left:48.5rem; }
#qsH7I6C0OSK8qMDRWZlDzMwleE4LwyTp { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:15.125rem;left:47.625rem; }
#gqBP6JXTaIf6qrQzSsKXNXHWquS1Zqyb { position:absolute;display:block;z-index:15000;height:23rem;width:32.25rem;top:12.4375rem;left:1.75rem;display:block; }
#VzhpKWWzuBsNKlhN6UXUhTN8ouSVo66V { position:absolute;display:block;z-index:15072;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.4375rem;width:2.4375rem;top:14.3125rem;left:57.25rem;overflow:hidden;display:block; }
#Dw0g5oInecXB2h6uBOmGzZhkLS9Cryf3 { 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: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:40.375rem;width:67.375rem;display:none; }
#oG337DtvBqxW6cCWLFJxWCTK9357sF2p { box-sizing:content-box;height:31.5625rem;width:0.125rem;position:absolute;display:block;z-index:15073;background-color:#e3e3e3;background-image:none;top:2.65625rem;left:36rem;display:block; }
#qDUnlnRWqFBrs7KaWwpPhDh7mgrvuvf2 { position:absolute;display:block;z-index:15027;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(114,114,114,0.5) ;height:14.875rem;width:22.375rem;top:19.4375rem;left:38.125rem;display:block; }
#EHXG8TOATsalcg53zUDCauvKGGONHTe1 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:14.875rem;width:14.875rem;top:19.4375rem;left:60.125rem;overflow:hidden;display:block; }
#Is82xrcXOME0gqZhwR6dqTCflGliayHI { position:absolute;display:block;z-index:15086;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.4375rem;width:2.4375rem;top:31.1875rem;left:57.25rem;overflow:hidden;display:block; }
#l4drkQOReTX2yk4aHxMP1WwDGiPkaSDo { color:#272727;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.4;letter-spacing:0;top:31.75rem;left:41.8125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T9uEBr2f1xnPGlT5D0aN6yl2WDgU5zba { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:32rem;left:51.125rem; }
#mSyoGxVnWiL7Wvntd5xZ5XlmJDBfEFqO { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:32rem;left:50.25rem; }
#cLb8KqryKilAlTAVgBE5ltiuIWVAIesn { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:32rem;left:49.375rem; }
#hBi7fSUuZgpTiPDm7LyxrMCb9SBPQmfX { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:32rem;left:48.5rem; }
#kuOiefA9SHFhdkB1araJSHr0uIqAJqDR { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:32rem;left:47.625rem; }
#A4ZamIxsf4x4wNvtF8ig0ONTl01ecrg5 { 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:2.1875rem;width:2.1875rem;top:31.3125rem;left:39.1875rem;overflow:hidden;display:block; }
#Q1qgL5E0wpadf79c9FGGTrZfZPhnxDeT { position:absolute;display:block;z-index:15028;background-color:#efefef;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.125rem;width:20.5625rem;top:30.125rem;left:39.0625rem;display:block; }
#ybwFdWCGXcfyP393aumhOEqwM40vtAEg { color:#272727;display:block;width:20.5625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:22.375rem;left:39.0625rem;height:7.03125rem;text-align:left;text-align-last:left;display:block; }
#nhOspa4aiTeBVnJfOFdIqpCEdiwLQhkI { color:#272727;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15050;line-height:1.5;letter-spacing:0;top:23.3125rem;left:39.0625rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#uNFBrEH2VK88EhQftTMkfoavCFOL6ELK { color:#272727;display:block;width:20.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:20.25rem;left:39.0625rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(114,114,114,0.12);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; }#HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 > .row .container { background-color: transparent; background-image: none; }#HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 > .row .container > .video-iframe-container { display: none; }#HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 > .row > .video-iframe-container { display: none; }#HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 > .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); }#HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 > .row .container { border-width: 0; border-radius: 0; }#HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 > .row .container { font-size:0.875rem;font-family:arial;height:72.8125rem;width:75rem;position:relative;display:block; }#XNQIAFadhRHa7R8Ey5K5DX5bpcFw0lSH { color:#000000;display:block;width:53.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.9375rem;left:11rem;height:1.57470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ROnsgyyAeL1WszFwN4VNzfywTO9Dn8c0 { position:absolute;display:block;z-index:15009;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.13) ;height:18.75rem;width:33.6875rem;top:26.125rem;left:4.0625rem;display:block; }
#WveM5T9I7Oaby7HWmC0etOyKKFFFpsUZ { position:absolute;display:block;z-index:15044;background-color:#efefef;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.125rem;width:31.25rem;top:40.25rem;left:5.3125rem;display:block; }
#TTFStIFnVEGlf4wqI6lawg50mh48tRLo { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:41.25rem;left:33.625rem;overflow:hidden;display:block; }
#JWxhgg3g24ENDvh1PNU2UdPg0QsWX0dX { color:#272727;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.5;letter-spacing:0;top:29.5rem;left:5.5rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#ETA4JQgyzApzHsrSOIz9tPnbC6EgfOnB { box-sizing:content-box;height:1.1875rem;width:4.25rem;position:absolute;display:block;z-index:15097;background-color:#a0e59c;background-image:none;top:41.6875rem;left:16.875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#MEL50JpTsz5gSnPTrX7OTxdX6t8gxEoh { color:rgba(39,39,39,0.7);display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15098;line-height:1.5;letter-spacing:0;top:41.875rem;left:17.3125rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#qQAyH4ot9M5ixTv8DoBDWK0ks0XsrEIS { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:41.8125rem;left:15.3125rem; }
#bbE8TdufVcblCCbvhWI9bE3ncXdt2Mzs { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:41.8125rem;left:14.4375rem; }
#KoWNmXXTGEOp3LBV7vaZHqfMxeyHmWa5 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:41.8125rem;left:13.5625rem; }
#sVrPAyEivgQm22zrChuVTJePIQMsbThq { color:#272727;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:41.625rem;left:8rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PpQ66Wsin4nKD8QrbDkwk0uP905ZLBbx { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:41.8125rem;left:12.6875rem; }
#wvvzINTeRg4hABRornJXDCAuETWVzDS0 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:41.8125rem;left:11.8125rem; }
#u99SAZQXcinJeTaLXAsII6HNeHzCh8WL { color:#272727;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.5;letter-spacing:0;top:30rem;left:5.4375rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#Tx2dS7C8cA7I47gcrJL0M6vVnkJLEREM { color:#272727;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15065;line-height:1.5;letter-spacing:0;top:27.3125rem;left:5.3125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#rEK7eUltF156T2W5fXZtaSUtiWhiQOlu { position:absolute;display:block;z-index:15025;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.13) ;height:18.75rem;width:33.6875rem;top:46.625rem;left:4.0625rem;display:block; }
#rXDie4IaAwaHWtyMrFeOTuAmZk42LI9b { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:61.75rem;left:33.625rem;overflow:hidden;display:block; }
#DhE8ICp3tWLkytF2Oc5H3Bax8BdSD9QS { box-sizing:content-box;height:1.1875rem;width:4.25rem;position:absolute;display:block;z-index:15113;background-color:#a0e59c;background-image:none;top:62.1875rem;left:16.875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#GZVsHHNF7TBrNrsvgIXc8oU3eliMXORF { color:rgba(39,39,39,0.7);display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:62.375rem;left:17.3125rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#pbo4np41B92tcNSteMHwiC9phm72rz0b { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:62.3125rem;left:15.3125rem; }
#tmzTeWHbGhhJ2ta99b3TShCkhyhTmGcN { position:absolute;display:block;z-index:15060;background-color:#efefef;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.125rem;width:31.25rem;top:60.75rem;left:5.3125rem;display:block; }
#UsQu7HbJABFT2WxhD2027zsddwbkvw29 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:62.3125rem;left:14.4375rem; }
#osGSb2JTLQ0IXryuqWAISMnyeS7zX2R8 { color:#272727;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.5;letter-spacing:0;top:50rem;left:5.5rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#BXDI21I2dk4qOMKVcrO9ch1HoJCXfBn0 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:62.3125rem;left:13.5625rem; }
#FDXRJBCMTeTlOVkHwpTDb2Kik7at7KF2 { color:#272727;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15082;line-height:1.4;letter-spacing:0;top:62.125rem;left:8rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n7D0a2RVAWhvEQzqnLocyM6TxE4EZAqo { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:62.3125rem;left:12.6875rem; }
#s41kDHoDKsmqd8y9Nd2tqVlJyQiunb8f { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:62.3125rem;left:11.8125rem; }
#KPppytquSZHpSzJybWBmIO14cZDhLGWI { 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:2.1875rem;width:2.1875rem;top:61.75rem;left:5.25rem;overflow:hidden;display:block; }
#fTQoszOwxJcCCuf4QyGfvfbu8W2r0d4q { color:#272727;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.5;letter-spacing:0;top:50.5rem;left:5.4375rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#PxqH8WGdXiuNZOU2HKfRxEkCetgJ8Jv3 { color:#272727;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.5;letter-spacing:0;top:47.8125rem;left:5.3125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#TTw2eM9LKkhoUgDxT6LTfWaT5aT9HXPT { position:absolute;display:block;z-index:15025;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.13) ;height:18.75rem;width:33.6875rem;top:5.6875rem;left:4.0625rem;display:block; }
#gp661n2Q8Nrn5VdOpt8GTH4sTVBcPUtI { color:#272727;display:block;width:28.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.5;letter-spacing:0;top:6.875rem;left:5.3125rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#Z33tiixa392l7gq0Ne2v9gqzutS3LyuJ { color:#272727;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.5;letter-spacing:0;top:9.0625rem;left:5.5rem;height:7.03125rem;text-align:left;text-align-last:left;display:block; }
#U5UNb8vJWvxPw1yTASCpGAkTQrz1FGof { color:#272727;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.5;letter-spacing:0;top:9.5625rem;left:5.4375rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#o76pSE72VFiATapOnF3kwzolFbUmrVIy { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:18.75rem;width:33.25rem;top:5.6875rem;left:37.75rem;overflow:hidden;display:block; }
#TEcyeBLRF6bt91utJpUsxIgXlZ2TPayb { position:absolute;display:block;z-index:15060;background-color:#efefef;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.125rem;width:31.25rem;top:19.8125rem;left:5.3125rem;display:block; }
#Smbc2UcTIXoqEG2Vp2t00UB4v9b4bpQU { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:20.8125rem;left:33.625rem;overflow:hidden;display:block; }
#BNhoNiQTX13vWAXk3Z0FUSJ0KnolQ0Hq { box-sizing:content-box;height:1.1875rem;width:4.25rem;position:absolute;display:block;z-index:15113;background-color:#a0e59c;background-image:none;top:21.25rem;left:16.875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#EdkEVqhzM6CZ24mzUxfyGItHxtZto6fu { color:#272727;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15082;line-height:1.4;letter-spacing:0;top:21.1875rem;left:8rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mcN9k9iTr4FCtPt7N3O1OlF2ryz6iMZF { 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:2.1875rem;width:2.1875rem;top:20.8125rem;left:5.25rem;overflow:hidden;display:block; }
#ggetTBvU3zq25oEqfWdnHFqGGIxtiOHt { color:rgba(39,39,39,0.7);display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:21.4375rem;left:17.3125rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#HhcnLAmUQPe8rqmpag8DPMllFrDrpNHw { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:21.375rem;left:15.3125rem; }
#Jgq55oXBpuOfsa120BeRLeutoGZL31LT { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:21.375rem;left:14.4375rem; }
#rvyDJxuBc6IC56GLRbgKyTCZD4SOCowG { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:21.375rem;left:13.5625rem; }
#lVZQ4CFVZTBnROZXVBOm2oS4UKTcW36V { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:21.375rem;left:12.6875rem; }
#gErPs7kvpWTQah55Wzb7OA723NXXRfsW { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:21.375rem;left:11.8125rem; }
#u6cbTW4JPoVbiyGGJPnqNN9VOu3UG7Ub { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:18.6875rem;width:33.3125rem;top:26.1875rem;left:37.6875rem;overflow:hidden;display:block; }
#mkhsRmKCu84MT9rdBOpuSTPf4Urz5TXv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:18.6875rem;width:33.3125rem;top:46.6875rem;left:37.75rem;overflow:hidden;display:block; }
#dBQDbwirON0WNpqv3DnHG5BFGTdealxi { box-sizing:content-box;height:2.1875rem;width:4.875rem;position:absolute;display:block;z-index:15115;background-color:rgba(36,54,130,0.7);background-image:none;top:22.25rem;left:37.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#NUiRksppyqIBwsuEKQoA03RltqyCSTAG { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15117;line-height:1.2;letter-spacing:0;top:22.9375rem;left:38.59375rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#kTcvwlNJlP1uVqyZe15Z6hFVR98uhcRm { box-sizing:content-box;height:2.1875rem;width:4.875rem;position:absolute;display:block;z-index:15117;background-color:rgba(36,54,130,0.7);background-image:none;top:42.6875rem;left:37.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#Ee7PbtXPBDf2PzN7p4K4lS9gewFuQ79Z { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15119;line-height:1.2;letter-spacing:0;top:43.4375rem;left:38.625rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#C2gre8TIKXIWP31CkcPTA83KOw7GyrcT { box-sizing:content-box;height:2.1875rem;width:4.875rem;position:absolute;display:block;z-index:15119;background-color:rgba(36,54,130,0.7);background-image:none;top:63.1875rem;left:37.75rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#wmwRHKolC9fQOMS0v7bUlWiwrZR0zgpU { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15121;line-height:1.2;letter-spacing:0;top:63.875rem;left:38.625rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#srTqaKFNzH7N81t3LPLVTacOFDIrIAi4 { box-sizing:content-box;height:2.1875rem;width:4.875rem;position:absolute;display:block;z-index:15117;background-color:rgba(36,54,130,0.7);background-image:none;top:22.3125rem;left:66.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#TeyHT2EG1cK5vDdvLrFsFThU3DXv1w2R { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15119;line-height:1.2;letter-spacing:0;top:22.9375rem;left:66.96875rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ouNmmfzpuM7wV80oGhvhaAMEt7PmFKXE { box-sizing:content-box;height:2.1875rem;width:4.875rem;position:absolute;display:block;z-index:15119;background-color:rgba(36,54,130,0.7);background-image:none;top:42.75rem;left:66.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#vzHwk6yIBKQgIu6lB1hdBLuSqqT1xGfe { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15121;line-height:1.2;letter-spacing:0;top:43.375rem;left:67rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mEVLEfE82ulewByQE7XuM3K1ZdQOZVWL { box-sizing:content-box;height:2.1875rem;width:4.875rem;position:absolute;display:block;z-index:15121;background-color:rgba(36,54,130,0.7);background-image:none;top:63.1875rem;left:66.1875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#qTtQTpHPaZUaRaxxAmzIglaeblvCpuXh { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15123;line-height:1.2;letter-spacing:0;top:63.8125rem;left:67.0625rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kVFgoJdkEDXw1zJZbcg0RwyDT1hxZ18G { 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:2.1875rem;width:2.1875rem;top:41.25rem;left:5.3125rem;overflow:hidden;display:block; }
#eJhs38QdgL02C90prc125x7W6FcxHv1D { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#243682;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:68.375rem;left:38.25rem;display:block; }
#BZu38zpCMPOaZZTC3JfZUmGOITnvRMTi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dx25MW1UUT6CZCOxV7oWd1vCwJGSVeGP { background-color:#243682;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:67.75rem;left:19.1875rem;display:block; }
#za1ziL6O7hvZZ3Z8QHhskEOcZDNqe0Sb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nz2CJloDUwDk2e0g71pXtA6ITtDLsNFL { color:#000000;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:67.75rem;left:39.375rem;height:1.13720625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G { 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; }#uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G > .row .container { background-color: transparent; background-image: none; }#uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G > .row .container > .video-iframe-container { display: none; }#uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G > .row > .video-iframe-container { display: none; }#uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G > .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); }#uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G > .row .container { border-width: 0; border-radius: 0; }#uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:75rem;position:relative;display:block; }#UQK6y3MiGtKcPNsoPUXaufRwagezpoJm { color:#000000;display:block;width:10.875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:9.625rem;left:19.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IKJRxP1lNaTaa3Xhp2lg7SgJqE7wf3Of { position:absolute;display:block;z-index:15017;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:3.0625rem;top:4.8125rem;left:36.3125rem;overflow:hidden;display:block; }
#LwymAyeZ6VNOd39KoIWA4JebFPVofGQI { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:4.375rem;left:22.78125rem;overflow:hidden;display:block; }
#TMrsMVsr9Zz20gib62bUWrsBeb7n9QBJ { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.625rem;left:32.75rem;height:2.923825rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x76x7nbSztsQQU8VnwK0cblGo0xcso82 { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.5625rem;left:45.5625rem;height:1.949575rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZeRJ73eXcSzKdGkr6LAGX0OA4yTzFAec { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:5.625rem;top:5.25rem;left:47.4375rem;overflow:hidden;display:block; }
#z8OhsbasNsrA7EduKDdDGAbJ0fJeLa3X { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:8.1875rem;left:22.375rem; }
#qTbkUTOlgg7Rv336tEmrJsWXTrvUdWTO { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:8.1875rem;left:23.25rem; }
#rp2Ro6Au8dlcUTmMNglkwS8br1DsaN0W { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:8.1875rem;left:24.125rem; }
#xTH2Tpx2vyDA5yyZ7bmlBBsANqOidDCT { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:8.1875rem;left:25rem; }
#biX0pZTGoTE2hfov8vgCUovt221aJyQV { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:8.1875rem;left:25.875rem; }
#OeXr0pZTCSv1TfEpm5TwzP1HKgqnbDxS { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:8.125rem;left:35.625rem; }
#M19UkS8qTH1d7DRCSaU779NS92pk49uS { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.125rem;left:36.5rem; }
#u9hTZK4S1qBDg2l3A4f44BVIbNBQLc6M { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:8.125rem;left:37.375rem; }
#xX5rZiAlCOVIPprfNlBMZWRTrTrktC3a { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:8.125rem;left:38.25rem; }
#e3JPcRBfPTPgFoTkNEXq7uaoec77KTFN { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.125rem;left:39.125rem; }
#ZAsaobDgNUhfJi3ty8ZhQOHkuxc3QHXE { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.125rem;left:48rem; }
#CyM14xw1ZvV9eQZZs8mvwbmKgzlAH0OT { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:8.125rem;left:48.875rem; }
#zNINgnaFg2fnotTriPqfZ6xynq6FJOcW { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.125rem;left:49.75rem; }
#pWO9wGmHcZBippDHSbybyAxTgPPKFWNT { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.125rem;left:50.625rem; }
#BazpblSPUh7hMJEQXengyHAmQsvX0UFL { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.125rem;left:51.5rem; }
#iAPPoEkF5ZnuOZe1KTqUzImwLIJWG5Q3 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.1875rem;left:28.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xF5O7ZNM4tXBkZiseGXmS0N92KrDCrG5 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:8.125rem;left:51.5rem;display:none; }
#cT4IS7uOuXS0E9q72Hm6ZIJNkRhWouRS { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.125rem;left:50.625rem;display:none; }
#IBTRKLkrFSghFvvNL5T2Odoo2vXu2Rli { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:8.125rem;left:49.75rem;display:none; }
#TVZsrTHFQoNcMPGi8CEKxk8SQZHoHy1K { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:8.125rem;left:48.875rem;display:none; }
#thbEAlR6Myk6q08vQ9ccCnVV32ssxEbT { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:8.125rem;left:48rem;display:none; }
#RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(114,114,114,0.12);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; }#RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd > .row .container { background-color: transparent; background-image: none; }#RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd > .row .container > .video-iframe-container { display: none; }#RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd > .row > .video-iframe-container { display: none; }#RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd > .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); }#RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd > .row .container { border-width: 0; border-radius: 0; }#RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd > .row .container { font-size:0.875rem;font-family:arial;height:72rem;width:75rem;position:relative;display:block; }#DPRMlmT62BLUKgCxqgWw8yVH5kAdpJoB { color:#000000;display:block;width:53.0625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:1.9375rem;left:11rem;height:1.57470625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CU0MbSMsFiEdBuVbDT6ctbwmmPTnTneH { position:absolute;display:block;z-index:15009;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.13) ;height:18.75rem;width:33.6875rem;top:26.125rem;left:4rem;display:block; }
#KoqHyNrS4TXOdgwBb0L2AaI82EPBJw6b { position:absolute;display:block;z-index:15044;background-color:#efefef;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.125rem;width:31.25rem;top:40.25rem;left:5.25rem;display:block; }
#to2ErrOoD9s7ME7ofr1xnZnWAhvbhdQD { color:#272727;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.5;letter-spacing:0;top:29.5rem;left:5.4375rem;height:9.84375rem;text-align:left;text-align-last:left;display:block; }
#KhrBQXey69xz6nQOuacTN2zIaJeVxBi7 { box-sizing:content-box;height:1.1875rem;width:4.25rem;position:absolute;display:block;z-index:15097;background-color:#a0e59c;background-image:none;top:41.6875rem;left:16.875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#h9lbJ8iwq4Qq3e4Ep5qx75s1H0aidHFg { color:rgba(39,39,39,0.7);display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15098;line-height:1.5;letter-spacing:0;top:41.875rem;left:17.3125rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#xcT8O37iBVqgn5WGOcyakEPiBoIQHvgs { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:41.8125rem;left:15.3125rem; }
#XWy7mwtmZGQp4aftc4kTZlwEFNqfTsBu { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:41.8125rem;left:14.4375rem; }
#CugttGK17aV6r00lUUMPc1UEyWVE0PJa { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15093;opacity:1;top:41.8125rem;left:13.5625rem; }
#NmUd7VNuA4BZDfH757OQbCExAAgvJGOB { color:#272727;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15066;line-height:1.4;letter-spacing:0;top:41.625rem;left:7.9375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q9XPsvaAA6XKu9eLle3almy5E7B4fr6F { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:41.8125rem;left:12.6875rem; }
#Mg3uXvdaRVGC2fqfPDdDyG476fOESv0z { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15095;opacity:1;top:41.8125rem;left:11.8125rem; }
#OS2SwKCvMCeAHLupHPh4W1FCTOFCMtce { color:#272727;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15066;line-height:1.5;letter-spacing:0;top:30rem;left:5.375rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#N7GOXfnTiWVNn5NItKD0q4s5fSJczDAo { color:#272727;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15065;line-height:1.5;letter-spacing:0;top:27.3125rem;left:5.25rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#vnN0ItRecirWG4MSQnW0QxciTE2TgSq6 { position:absolute;display:block;z-index:15040;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:41.25rem;left:5.1875rem;overflow:hidden;display:block; }
#u4wmxzw23FS3Ji4ypGoLHaCgLROQElFE { position:absolute;display:block;z-index:15025;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.13) ;height:18.75rem;width:33.6875rem;top:46.625rem;left:4rem;display:block; }
#k7E9xsKsgxNpbTud4RVdkiBNk2uTaAhx { box-sizing:content-box;height:1.1875rem;width:4.25rem;position:absolute;display:block;z-index:15113;background-color:#a0e59c;background-image:none;top:62.1875rem;left:16.8125rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#DwAfOJt28usRX4wvbcNsm6NTtkRywyLC { color:rgba(39,39,39,0.7);display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:62.375rem;left:17.25rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#SHFW9sBLxIPbvKFr5nXwMVApdgBgEDae { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:62.3125rem;left:15.25rem; }
#GIlsShnL67t7nyfsuUW1iTxyT3s4LLQd { position:absolute;display:block;z-index:15060;background-color:#efefef;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.125rem;width:31.25rem;top:60.75rem;left:5.25rem;display:block; }
#yBHuMtobOuURw7ctGal2qBBDc3XCR37d { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:62.3125rem;left:14.375rem; }
#I8qvXT2noWvao2ZutZQ3E7KcyhOkkqf7 { color:#272727;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.5;letter-spacing:0;top:50rem;left:5.4375rem;height:7.03125rem;text-align:left;text-align-last:left;display:block; }
#Ky2xFaClzNQXvkJ1qOehEMQItWZ6BvyU { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:62.3125rem;left:13.5rem; }
#WQyaMB0v9BgdtXdUbwm9DH30ITxVKW4a { color:#272727;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15082;line-height:1.4;letter-spacing:0;top:62.125rem;left:7.9375rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xDRPqvq01FDxdSwDVdmwtCMdTKPyhDZm { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:62.3125rem;left:12.625rem; }
#ysWG7EVGS7QiiQ0ufxXWqtAEF9Q5IxsD { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:62.3125rem;left:11.75rem; }
#Hgu79mlaDsRfv290TCWJ1BI6G01z35e8 { color:#272727;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.5;letter-spacing:0;top:50.5rem;left:5.375rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#WIu4kNPlh5DeLQit8ZXIBGMnv4gWl43p { color:#272727;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.5;letter-spacing:0;top:47.8125rem;left:5.25rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#KdQkAS8aqanuE3VFIaKLhaMaaxzCykyy { position:absolute;display:block;z-index:15025;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.13) ;height:18.75rem;width:33.6875rem;top:5.6875rem;left:3.9375rem;display:block; }
#KUkCRfIQ5U28TfZWxrpNebio6mI9xMpn { color:#272727;display:block;width:24.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15081;line-height:1.5;letter-spacing:0;top:6.875rem;left:5.1875rem;height:1.5rem;text-align:left;text-align-last:left;display:block; }
#yxEFWOTPd42uK7TtpOkbRHeOsLa0sTMF { color:#272727;display:block;width:31.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.5;letter-spacing:0;top:9.0625rem;left:5.375rem;height:7.03125rem;text-align:left;text-align-last:left;display:block; }
#yN6BmryuxKml7GtEdZUiQhVdAgHrZlC5 { color:#272727;display:block;width:29.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15082;line-height:1.5;letter-spacing:0;top:9.5625rem;left:5.3125rem;height:1.40625rem;text-align:left;text-align-last:left;display:block; }
#IKIZ4a2N2oWNxoQnbHsugI6BTq7Xn5zy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:18.75rem;width:33.4375rem;top:5.6875rem;left:37.625rem;overflow:hidden;display:block; }
#fBGt551OsE9rO07RW65hlO5BNv35WzWu { position:absolute;display:block;z-index:15060;background-color:#efefef;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.125rem;width:31.25rem;top:19.8125rem;left:5.1875rem;display:block; }
#GVyB5FxupKTQyaJwfefdONJIDOfROmDv { position:absolute;display:block;z-index:15112;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.875rem;width:2.125rem;top:20.90625rem;left:33.5625rem;overflow:hidden;display:block; }
#Wp4U3NfoO2DkUuwqOWw2s4E0fexAeiHN { box-sizing:content-box;height:1.1875rem;width:4.25rem;position:absolute;display:block;z-index:15113;background-color:#a0e59c;background-image:none;top:21.25rem;left:16.75rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#aJeIdov1redeXhOemC12Fp5CZGpbZ25g { color:#272727;display:block;width:5.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15082;line-height:1.4;letter-spacing:0;top:21.1875rem;left:7.875rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ITnwgVxbUyXuJRFAqSB8hdo3OpyiTqQ4 { color:rgba(39,39,39,0.7);display:block;width:3.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15114;line-height:1.5;letter-spacing:0;top:21.4375rem;left:17.1875rem;height:0.9375rem;text-align:center;text-align-last:center;display:block; }
#MMo5iGTslyMBX1ZwlIfuJx3pGaXU14kn { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:21.375rem;left:15.1875rem; }
#TDLIXp3gq8Zc4IHh8swfiqGpLzMThB5s { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15108;opacity:1;top:21.375rem;left:14.3125rem; }
#IeCqqbwo7BqaO4TZMK4xWDqkBzDdtKZQ { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:21.375rem;left:13.4375rem; }
#MvRWzpdH8l6JeRzSic4mT3iUmeiUX5gh { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:21.375rem;left:12.5625rem; }
#hQKm22VHScrnDffMdnGsSMJNxR0TrhUy { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:21.375rem;left:11.6875rem; }
#Ad9MBUs3PbSGvKzE586yUOANuOrXTnyi { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:18.6875rem;width:33.3125rem;top:26.1875rem;left:37.6875rem;overflow:hidden;display:block; }
#cgF3425HkuT2KB6Lr0tHTk22zneuyqcQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;height:18.75rem;width:33.3125rem;top:46.6875rem;left:37.6875rem;overflow:hidden;display:block; }
#A3WbvaFzfGvqExRh7hLOf11AexLJFi5X { box-sizing:content-box;height:2.1875rem;width:4.875rem;position:absolute;display:block;z-index:15121;background-color:rgba(36,54,130,0.7);background-image:none;top:22.25rem;left:37.625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#z1PF1kH6hqmZzst68EIy8btLql80xlng { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15123;line-height:1.2;letter-spacing:0;top:22.9375rem;left:38.5rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#azHvycblZcEZr9B5msAXTowBrHhCoJU7 { box-sizing:content-box;height:2.1875rem;width:4.875rem;position:absolute;display:block;z-index:15123;background-color:rgba(36,54,130,0.7);background-image:none;top:42.75rem;left:37.6875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#Sx1oq6IU3Mekd9sXPQe3tSC55COiz7Rr { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15125;line-height:1.2;letter-spacing:0;top:43.4375rem;left:38.5625rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JW2AsRzym5WBfNmZ79N9VQs4PnDJ9eWr { box-sizing:content-box;height:2.1875rem;width:4.875rem;position:absolute;display:block;z-index:15125;background-color:rgba(36,54,130,0.7);background-image:none;top:63.25rem;left:37.6875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#KxpPlqEyMQokRSRD9BxFWUcNyTbOpzDk { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15127;line-height:1.2;letter-spacing:0;top:63.9375rem;left:38.5625rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OwvIxImeChC3mBMslZNTB5iL65Wht4mR { box-sizing:content-box;height:2.1875rem;width:4.875rem;position:absolute;display:block;z-index:15123;background-color:rgba(36,54,130,0.7);background-image:none;top:22.25rem;left:66.1875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#kBrk8fwshZdqWVyQx0CIgIoR31u19FqF { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15125;line-height:1.2;letter-spacing:0;top:22.875rem;left:67.0625rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IHtalPpcQeN3NZTHVr2bQ6nGsKuPxXVT { box-sizing:content-box;height:2.1875rem;width:4.875rem;position:absolute;display:block;z-index:15125;background-color:rgba(36,54,130,0.7);background-image:none;top:42.6875rem;left:66.125rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#iZzRNCXLZDKVukLgZ22UnRyKSrzLtoM9 { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15127;line-height:1.2;letter-spacing:0;top:43.3125rem;left:67rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gETSrXPQrAPbdTD8Ca2SFxkzIxLfc0m1 { box-sizing:content-box;height:2.1875rem;width:4.875rem;position:absolute;display:block;z-index:15127;background-color:rgba(36,54,130,0.7);background-image:none;top:63.25rem;left:66.1875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
#XsypflVrJ3KIR4vaRZVpXx22fvzBkKTo { color:#ffffff;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15129;line-height:1.2;letter-spacing:0;top:63.875rem;left:67.0625rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vsxcClp5cRE6V0tLooccL3pneSVXslX9 { position:absolute;display:block;z-index:15113;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.875rem;width:2.125rem;top:41.34375rem;left:33.5625rem;overflow:hidden;display:block; }
#V5BVGTIqkf9nO32UdSWoG3ckNR35K1o0 { position:absolute;display:block;z-index:15114;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.875rem;width:2.125rem;top:61.84375rem;left:33.5625rem;overflow:hidden;display:block; }
#NacZN6xF5fe7rw6tQc0vWImbMDI0ihWG { position:absolute;display:block;z-index:15042;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:61.6875rem;left:5.25rem;overflow:hidden;display:block; }
#wHHbWxxJGhgvTVDSGAZkSz2UozQnKI70 { position:absolute;display:block;z-index:15042;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:20.75rem;left:5.25rem;overflow:hidden;display:block; }
#hAZ45g6yJhuPX9zQ3pH4HDxTMfB4U3TD { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#243682;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12rem;height:2.5rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:68.3125rem;left:38.1875rem;display:block; }
#zVwIu7DcMRz0tEZmh6hJHrSpE0esLrov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UKt2ned15l4ukPJ4MT0baFfUMEkT6oRO { background-color:#243682;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5625rem;height:2.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:67.6875rem;left:19.125rem;display:block; }
#pzxiauDetOAB3nmokpadM8PX46aETaDO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KbOTa98nyoufUbZat9wqxXZoIEcraaLN { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:67.6875rem;left:39.375rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.12);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; }#xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n > .row .container { background-color: transparent; background-image: none; }#xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n > .row .container > .video-iframe-container { display: none; }#xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n > .row > .video-iframe-container { display: none; }#xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n > .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); }#xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n > .row .container { border-width: 0; border-radius: 0; }#xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#SQ97gQIidMwTT9ntxFRIAyv35r9yvQ4V { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:7.9375rem;top:2rem;left:10.0625rem;overflow:hidden;display:block; }
#RHAK46ia7iFDLN8g9hv2TOOKptSkBAF8 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:4.625rem;top:1.875rem;left:60.375rem;overflow:hidden;display:block; }
#nbKRGznEU4DRHl8A2vNNG4LHZ5TEa718 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.0625rem;top:1.09375rem;left:34.46875rem;overflow:hidden;display:block; }
#KxeLFoMKGMlxAIwzHl9LZwZUydTkDeOK { position:absolute;display:block;z-index:15065;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:4.375rem;width:5rem;top:2rem;left:23.3125rem;overflow:hidden;display:block; }
#qfHLnTGmikGz2clc0GhveEin1l2DRGcQ { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:6rem;width:10rem;top:1.1875rem;left:45rem;overflow:hidden;display:block; }
#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc72d7eb-682c-434b-bf0b-0cc54c86be1f/DJI_02942.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;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; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp.adaptive-delivery-prevent-bg, #NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp.lazyload, #NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp.lazyloading { background-image: none; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row .container { background-color: transparent; background-image: none; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,2,0,0.75); }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row .container > .video-iframe-container { display: none; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,2,0,0.75); }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row > .video-iframe-container { display: none; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .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); }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row .container { border-width: 0; border-radius: 0; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:75rem;position:relative;display:block; }#FENF3ZWOT40pAPlGfeggKGAxl9mooBll { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:9.3125rem;left:6.09375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJsIAgyb1RwrkiO3b4UvoiGnVVKEHwLc { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:11.5rem;left:4.875rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#z3eiobEXNc4lsFHc3JdXKLafw0E9vhrR { color:#ffffff;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:9.3125rem;left:32.125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SiM45J6BZc1DSaAEuZKkyPurHES7WdQA { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:11.5rem;left:29.875rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#b7lKxmOTTivJFZEbR0lLXlQhxDIiF86b { color:#ffffff;display:block;width:12.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:9.3125rem;left:56.28125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HrGqgbXk5KiTFAVT5ZubMPR7TI0VOapI { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:11.5rem;left:54.875rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#JUaEP8MrRKpZkvE3MxfvuGuBb4Fw5sCO { color:#ffffff;display:block;width:28.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:1.8125rem;left:23.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pRZrtXIaD3c6rVUSulQbEiDkmVXHxkiy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:5.6875rem;left:11.4375rem;overflow:hidden;display:block; }
#OfHToPBlpc8iPTMHdF7hNPiuM4DIclNG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:5.6875rem;left:36.40625rem;overflow:hidden;display:block; }
#ZU3CTX1K4vIo70vSeFIpC4iuNGP3kEK8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:5.46875rem;left:61.1875rem; }
#XA1FEhsUC6eKU9AEsgACBH4AdqpAcHTd { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21.25rem;left:35.375rem;height:1.05615rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xKHTDpIzK79dguPAzXsMcq4UHAWSUFyz { 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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.125rem;left:27.15625rem;display:block; }
#CETO96T1GEKtlF6TKnszK40g7SMVEsIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JkS9HS0dhZ7ilgv34wxBtZnIo7psGXqW { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:21.25rem;left:30.8125rem; }
#Vfz0zBN5B3ZIHTuxf0GTNswQ7EpIQ4SP { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:21.25rem;left:31.6875rem; }
#edBr3MgGeagCicKc2tgUdHd60AbDBGPz { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:21.25rem;left:32.5625rem; }
#M58VP5S1mGv0Msh3V7DLqOdShzxx4pPq { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:21.25rem;left:33.4375rem; }
#MrDlCBc31UQpvATs950IZcaKORarGDEa { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:21.25rem;left:34.3125rem; }
#nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf { 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; }#nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf > .row .container { background-color: transparent; background-image: none; }#nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf > .row .container > .video-iframe-container { display: none; }#nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf > .row > .video-iframe-container { display: none; }#nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf > .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); }#nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf > .row .container { border-width: 0; border-radius: 0; }#nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#bokDc0EtEaxbsc34HWKyITkaIwTAz4SS { color:#000000;display:block;width:51.6875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:1.0625rem;left:11.65625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eT1s2WBDnPxttOW0xlBwPcgDQQhwyEOG { position:absolute;display:block;z-index:15001;height:23rem;width:32.25rem;top:8rem;left:21.375rem;display:block; }
#hT6AJyi7x2mETOnbi9IkroxXbcg71X2V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15102;opacity:.5;top:3.9375rem;left:35.9375rem; }
#L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(114,114,114,0.12);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; }#L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 > .row .container { background-color: transparent; background-image: none; }#L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 > .row .container > .video-iframe-container { display: none; }#L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 > .row > .video-iframe-container { display: none; }#L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 > .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); }#L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 > .row .container { border-width: 0; border-radius: 0; }#L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#FcI5Ur64ObGBHVgUXaWDXu16AP1SAO8B { color:#000000;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:1.375rem;left:24.5625rem;height:1.6499rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OEfWF1UpqoKMhyUwaAChpaoOxfhcAeF9 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:4.25rem;left:0rem;overflow:hidden;display:block; }
#TTqvUxAZXph6DiQf4AzrTZQDxbxkMx6d { 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:13.25rem;width:13.25rem;top:4.25rem;left:15.625rem;overflow:hidden;display:block; }
#I7ilCcfRpO7Bk2uUvXi5q9Eap5TcXIok { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:4.25rem;left:30.875rem;overflow:hidden;display:block; }
#lo95bw4Ttm7D7mBZLLXLwDoNdt6N1zox { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:4.25rem;left:46.3125rem;overflow:hidden;display:block; }
#mvnz3CCNiEHlf9TVz81G2TZtzPpt4uab { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.25rem;top:4.25rem;left:61.75rem;overflow:hidden;display:block; }
#OgtuerJT78EvDaXGgLNXz5Oens4lg3bw { color:#272727;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:18.25rem;left:0.6875rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#cnQh2xBLwdzpvtuo4miSUUNSRqsUHpTf { color:#272727;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:18.25rem;left:16.3125rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#pKXvVIF8GctzhZiJOCS9QfOpEwXEVubD { color:#272727;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:18.25rem;left:31.5625rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#dWW05UQBK35hkgIh29e7nRkGK3GSmne6 { color:#272727;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:18.25rem;left:47rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#WJSz56EELVzGWAL5gdDa2T9US7Wym7Cf { color:#272727;display:block;width:11.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:18.25rem;left:62.4375rem;height:5.25rem;text-align:left;text-align-last:left;display:block; }
#dBw84hlzfJM0g3CaHwDLb2SybKQtSm4m { box-sizing:content-box;height:2.1875rem;width:10.0625rem;position:absolute;display:block;z-index:15127;background-color:rgba(36,54,130,0.7);background-image:none;top:15.25rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(0,0,0,0.5) ;display:block; }
#MzHDc6aaqu0yik5KMdTmqBrxprISXu3z { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15129;line-height:1.2;letter-spacing:0;top:15.943359375rem;left:0.6875rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Fgz0HsT9G6B5uOVOCPVI3HksiVi8cyft { box-sizing:content-box;height:2.1875rem;width:10.0625rem;position:absolute;display:block;z-index:15129;background-color:rgba(36,54,130,0.7);background-image:none;top:15.3125rem;left:15.625rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(0,0,0,0.5) ;display:block; }
#x8NG3tiQvVGsEAUtKTg2k6fePz9s3ySE { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15131;line-height:1.2;letter-spacing:0;top:15.9375rem;left:16.3125rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PpJK3eu07cmxGqGoU9OOrCWMoUQM9Gzg { box-sizing:content-box;height:2.1875rem;width:10.0625rem;position:absolute;display:block;z-index:15131;background-color:rgba(36,54,130,0.7);background-image:none;top:15.375rem;left:30.9375rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(0,0,0,0.5) ;display:block; }
#Z4EwJc4nikSuTCFekG0lWHJSsPqAWdUn { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15133;line-height:1.2;letter-spacing:0;top:15.9375rem;left:31.5625rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#boL1ntvnqATnogRu8DwrGlER4MtNqV5p { box-sizing:content-box;height:2.1875rem;width:10.0625rem;position:absolute;display:block;z-index:15133;background-color:rgba(36,54,130,0.7);background-image:none;top:15.3125rem;left:46.3125rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(0,0,0,0.5) ;display:block; }
#XfwcTaByMshCcvIRysdUX3owHvbKb3cS { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15135;line-height:1.2;letter-spacing:0;top:15.9375rem;left:47rem;height:1.05025rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#V07qNdgCnQVsuWhTza4yX1yspT3OWRaQ { box-sizing:content-box;height:2.1875rem;width:10.0625rem;position:absolute;display:block;z-index:15135;background-color:rgba(36,54,130,0.7);background-image:none;top:15.3125rem;left:61.75rem;box-shadow: 0.0625rem 0.0625rem 0rem rgba(0,0,0,0.5) ;display:block; }
#OzPe6lSlA3k7q07TtXuh1tpK3W4fWoBh { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15137;line-height:1.2;letter-spacing:0;top:15.9375rem;left:62.4375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gZfNViPHpXBLoSPZqEMcTKRCQ6L8oJsR { box-sizing:content-box;height:6.75rem;width:13.25rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:17.5rem;left:0rem;display:block; }
#ADMg7tO6pfUteEIqnOPwX1yZhyWEu8PK { box-sizing:content-box;height:6.75rem;width:13.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:17.5rem;left:15.625rem;display:block; }
#dnXl6pnIIPKBwhBsGZANcrZi0nTQIDhK { box-sizing:content-box;height:6.75rem;width:13.25rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:17.5rem;left:30.875rem;display:block; }
#Cyo9rvJPQ7clJtc6ko3prvlHl7RJaA1W { box-sizing:content-box;height:6.75rem;width:13.25rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:17.5rem;left:46.3125rem;display:block; }
#xMhAU6bquI8tt4b54U2Tikbh7cF29Kzz { box-sizing:content-box;height:6.75rem;width:13.25rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:17.5rem;left:61.75rem;display:block; }
#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/96afcef4-e845-44aa-9d45-107085a99a63/roofing.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I.adaptive-delivery-prevent-bg, #KwDxKkclOPxwTJTRk500rDgHiWKWBK4I.lazyload, #KwDxKkclOPxwTJTRk500rDgHiWKWBK4I.lazyloading { background-image: none; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row .container { background-color: transparent; background-image: none; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #243682; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row .container > .video-iframe-container { display: none; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #243682; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row > .video-iframe-container { display: none; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .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); }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row .container { border-width: 0; border-radius: 0; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row .container { font-size:0.875rem;font-family:arial;height:25.0625rem;width:75rem;position:relative;display:block; }#xKCmT1OM48lf9yZg5bR0DGtEfRHXJ50s { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.25rem;left:14.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XT1VTJIqP3eSIh5NKhozyZ4eyuXNarfW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:4.875rem;left:14.25rem; }
#DnBMCzP01c5OeTn55P8NHiuLICT3FmxZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:4.875rem;left:35.9375rem; }
#nerHEew9WaB6bNcT4SKI5TK5LOUzr2Aa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:4.875rem;left:56.1875rem; }
#ZdVaXm1WKo20MfqOATqrccRc7u2Tc1GC { color:#fcbd05;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.75rem;left:13.75rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EmDH31hgnbXlyxWGQcAUF0C7TDJxT1F4 { color:#fcbd05;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.75rem;left:35.4375rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BoOIBvSwThPuPpzHbeWROC6polCZh06E { color:#fcbd05;display:block;width:4.1875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.75rem;left:55.6875rem;height:1.13725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mfV7wUlpKHTfh3gT29TKcXcVmCnOT45p { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:10.6875rem;left:10.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ntAgiJBLqWPLDDxO395FXSHb3SNFBu8h { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.6875rem;left:31.75rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p64QUri7IPGlstalVRKQ5BaJXNGVbN0I { color:#ffffff;display:block;width:11.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.6875rem;left:51.9375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bOeB9igkQw2ZiQ9Sts12LFPFHAWhKue1 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12.875rem;left:8.1875rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bkmegtkd79stTIFMNnQA84OyG43NsImH { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.875rem;left:29.875rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kWLPG6X4dFqm0CsUJpT6EtVFvhyuATE6 { color:#ffffff;display:block;width:15.3125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.875rem;left:50.125rem;height:3.41161875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LUTSPosoKy2eqDtQ8ouPIZitwlXUkKq6 { background-color:#fcbd05;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:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.5rem;height:3.0625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:18.8125rem;left:23.75rem;display:block; }
#gzQQeG5GRWlTVPWKHTQTMpedkTg80MTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jn3empdv3z6itgFgl8NuA6V72WvEzxJT { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:22.625rem;left:30.8125rem; }
#IT0dyLvTx3daUFgONy2RWcksvUXOLvAV { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:22.625rem;left:31.6875rem; }
#z22D2T1sb4QurRDkZ5kmakJR7MfwDO2y { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.625rem;left:32.5625rem; }
#t36PwGCQR7CwdwMRAR7cf3mOrAcGQzvU { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:22.625rem;left:33.4375rem; }
#O2t0OvwUuKbqSZAwXMFlF0qvPRN7Bmex { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:22.625rem;left:34.3125rem; }
#rBOJ2k1WcaGNhocDFSaiMJwd8sTQNhTW { color:#ffffff;display:block;width:8.8125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.625rem;left:35.375rem;height:1.05615rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(5,5,5,0.81);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; }#OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv > .row .container { background-color: transparent; background-image: none; }#OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv > .row .container > .video-iframe-container { display: none; }#OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv > .row > .video-iframe-container { display: none; }#OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv > .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); }#OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv > .row .container { border-width: 0; border-radius: 0; }#OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#mSLE2Z8zeh6vRIJKHknsxVchPwaa22UN { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:1.875rem;left:1.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s5GZb1W0gRwn1snFOfSsLsswtMzvFaHV { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15038;line-height:1.5;letter-spacing:0;top:8.875rem;left:1.5rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F0Hvfi0I5dGizCtgbWelV6ozNtlTA3pE { color:#ffffff;display:block;width:11.3125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:1.875rem;left:22.75rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GhSAWwqkwHSNG2bIOsC9FTTIEz0wFhHn { color:#ffffff;display:block;width:11.5rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:1.875rem;left:42.9375rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zUqKCziZQNSTXrgNfnPrpc08RroEQykM { color:#ffffff;display:block;width:5.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:1.875rem;left:63.75rem;height:1.21875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GZvwNEF4tOmeGt2hLsBgGFObBK6LDs8r { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(5,5,5,0.81);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:1.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.25rem;left:63.8125rem;display:block; }
#DLDtBQhCUgSX2n6JueoM2A1S4ZF6btE8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOf9NI8qKKIHstaTpOviRPMA0THOJrUE { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:8.875rem;left:65.1875rem;height:1.21875rem;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rd1gU4hsy90ZZ6TX4Lv73f7lSXZaAl2K { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:11.25rem;top:5.5625rem;left:30.3125rem;overflow:hidden;display:block; }
#OTBk583WhfqLhxFM27bDeay9IlRHBV3J { color:rgba(255,255,255,0.1);display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15039;line-height:1.5;letter-spacing:0;top:4.3125rem;left:1.5rem;height:1.21875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN { position:relative;display:none; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN { border-width: 0; border-radius: 0; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#v4BMvkLXVl5WVenUrgm3Z7RuTKSrZuLc { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fe2121;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5625rem;left:43.4375rem;display:none; }
#qTPz7Pzzw7IcPBB1ygzSIiCIBmE5Dy7B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 { display:block; }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GG1Fkoc6bnvovpmWgQwLnDChwQwcV395 { width:7.625rem;height:4.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnTVLQHUfWKgtIhS7pgHzIU7zltC5bQN { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2SkBAkZrKBphpiN9b4rO0NDmqgXLUiV { width:3.125rem;height:3.125rem;display:none; }
#J2SkBAkZrKBphpiN9b4rO0NDmqgXLUiV > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #IZHpcbvqA9sQMOzPT7WblQKN5xChwtW4 { width:10.3125rem;height:1.75rem;top:2.625rem;left:37.4375rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZpV2ycaTpwGmK0KrJvmLrVeTgTfUTqdC { width:12.5rem;height:1.25rem;top:1.1875rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3ykTLbomJaBJpxtRXTmfiS8ErKwG4ab { width:9.875rem;height:1rem;top:1.625rem;left:37.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGBQ7rdte2t7G9QhDqEhEe50uQbv7qyK { width:11.6875rem;height:3rem;top:2rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxJ9pHH3GMW4N2MvsCt1xfCvwWWnUdSu { display:block; }
 }@media only screen and (max-width: 763px) { #TJhJcdDVqOhS2yKPQeHSlgd8DLI2vJxH { width:2.8125rem;height:2.375rem;top:2.1875rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu3B8bffkslc8TGGdxLuCZnc2699EdHd { width:3.4375rem;height:3.4375rem;top:1.3125rem;left:44.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBBJ4F8dplgpHrZWgD3belom1rapc117 { width:3.4375rem;height:3.4375rem;top:1.3125rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvrZPk4HcvbTNbuRhl2ki7qvX3PtBFQu { top:1.25rem;left:19.625rem;width:10.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWRe2Kft6wFGTPzTonrGOWlR7SrAuJO { top:0.6875rem;left:19.625rem;width:10.75rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouxy2pS1773BOTJMQPOv6kJ4dFaZraLs { width:3.4375rem;height:3.4375rem;top:1.625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnaJ4hrf1OOnVW3ZqSqeC7dGeDEPwca { width:4.3125rem;height:0.6875rem;top:2rem;left:24.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8HlJJuwAABqRsZTQRB1HBVXn9yd6oFG { top:2.9375rem;left:25.25rem;width:4rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbteT2QmxBB7K3w0GIpt19UP6xKknSiq { width:6.3125rem;height:;top:3.75rem;left:23.5625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6GATN7bnJsmXGDQKwhvnpXRpAuZ0IaU { width:1.5625rem;height:0;top:4.4375rem;left:24.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpmAf7FZOVCKud6IUoPhuRGiKVTiLaRX { width:1.5rem;height:0.6875rem;top:2.9375rem;left:23.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGDLUmiP2JrwDgHw3DQnsZK0Hp83SOtN { top:1.25rem;left:34.875rem;width:10.75rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKK1eyZDmnaHwQeXmWvLDvGLdqfZsxmt { width:6.3125rem;height:;top:3.75rem;left:38.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX7QUqIoaScwBXlVLckE4K8o7OAV0S3P { width:1.5625rem;height:0;top:5rem;left:40.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqrwK6hmniU9GRz7T6J1TV3PbWufpUaJ { top:2.9375rem;left:40.5rem;width:4rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z17TGLwJ50KEmqThh8veRUnkFfxS3If6 { width:1.5rem;height:0.6875rem;top:2.9375rem;left:39.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUGbqclwxaQoEl6Ap2CMHG2ducQFbnXA { width:4.3125rem;height:0.6875rem;top:2rem;left:39.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcRA68iuehkiPhrD6GU8fxWL7OlZkE6O { top:1.25rem;left:34.875rem;width:10.75rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoqxec6v4Hqrg8D8gazRUMbsdekC32Tv { top:0.6875rem;left:34.875rem;width:10.75rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp { display:block; }#yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TI3KnaLl4HA2XToFp4R2HqDngkkkdsS2 { width:10.9375rem;height:1.125rem;top:0.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4lO33JT7L31AQJItsBSyPaLgS18NPmi { top:0.6875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRTdZ0nPHTKg76UdTZSw3Vk7DTmzM8MJ { top:0.6875rem;left:7.6875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n27QlyrOdlaBfiMaCAOADhAKlWTzxnUN { top:0.5625rem;left:27.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTEXbtqUy8pxUvVlOr3sR2cUk3TNVZzt { top:0.6875rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB5oTMWiO6Bcc5vkWCwgZgD8SmsADbuU { width:10.9375rem;height:1.125rem;top:0.8125rem;left:9.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHfz9Ew2MHDexM2ld1ANVedPQn58GTRQ { width:10.9375rem;height:1.125rem;top:0.8125rem;left:29.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUstZs5QyktxTSpcM5TSC51JyChRRHVF { width:8.375rem;height:1.125rem;top:0.8125rem;left:39.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR { display:block; }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euv1wkLpsv2y61NnrW2OhD76wF3hNhgN { width:34.25rem;height:;top:5.875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8CIfGMKS9Ohv4CZlkBBxx4xuneTIIzM { width:33.6875rem;height:3.625rem;top:39.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg4sXsf48BCuhbkauBqIWNQ96rPcUic6 { width:14.4375rem;height:1.125rem;top:3.0625rem;left:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2S67GI61winKSCEyoKv5n7leLUbMCyi { width:22.375rem;height:14.875rem;top:2.5625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXkGCmn9W0TSJnU2DmaJM7p2ZIGlU4Kn { width:5.8125rem;height:1.3125rem;top:14.875rem;left:28.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa5xsWzxHOsA5DSzM8GTsOwDzH48A7ut { width:20.5625rem;height:0.125rem;top:13.25rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtvdX3JSzH6KsuJIvKy88mUvnyrVUlox { width:20.5rem;height:1.5rem;top:3.375rem;left:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMfvTsqPB6uX9ETxanpuHE6v1ckMdm4u { width:29.625rem;height:1.375rem;top:6.4375rem;left:18.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Leoi7qMFfIPW23WV0eBamxTBTKonddXF { width:20.5625rem;height:7rem;top:5.5rem;left:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yThV5RrMiPC3bayK6pmWikRmIXBa6g3i { top:2.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKw3AJ9RSIyQ7TI4ASz8NB9ZbLGGK8r3 { top:2.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a54fIxvkuwTrEouqxNpx0gkJk3zkHCiG { top:2.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GztKJSmk53TI6lLBp2i210hnEFvW2qab { top:2.5625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxNkcsZ4F0tICDUmZoQ1AfMkM2P4vDsI { top:14.4375rem;left:25.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4D4gcZyMLkrFC6emh1IGKssagsPO3HT { top:2.5625rem;left:32.875rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOtA3LpmSaLnFg3y8cm4A49aMQHxyxwK { width:0.9375rem;height:0.9375rem;top:15.125rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3A8xdJ8W2UEMzgsg1L7U6hFTRf7whpL { width:0.9375rem;height:0.9375rem;top:15.125rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #za6FaIddE6fvkkXkyTR9s3Tgn5citJAi { width:0.9375rem;height:0.9375rem;top:15.125rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFw68VSLPwZV6qTbCL6i8K40LN1F8mmc { width:0.9375rem;height:0.9375rem;top:15.125rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsH7I6C0OSK8qMDRWZlDzMwleE4LwyTp { width:0.9375rem;height:0.9375rem;top:15.125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqBP6JXTaIf6qrQzSsKXNXHWquS1Zqyb { top:12.4375rem;left:0rem;width:32.25rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzhpKWWzuBsNKlhN6UXUhTN8ouSVo66V { width:2.4375rem;height:2.4375rem;top:14.3125rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw0g5oInecXB2h6uBOmGzZhkLS9Cryf3 { width:47.75rem;height:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oG337DtvBqxW6cCWLFJxWCTK9357sF2p { top:2.625rem;left:22.375rem;width:0.125rem;height:31.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDUnlnRWqFBrs7KaWwpPhDh7mgrvuvf2 { width:22.375rem;height:14.875rem;top:19.4375rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHXG8TOATsalcg53zUDCauvKGGONHTe1 { top:19.4375rem;left:32.875rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is82xrcXOME0gqZhwR6dqTCflGliayHI { width:2.4375rem;height:2.4375rem;top:31.1875rem;left:43.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4drkQOReTX2yk4aHxMP1WwDGiPkaSDo { width:5.8125rem;height:1.3125rem;top:31.75rem;left:28.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9uEBr2f1xnPGlT5D0aN6yl2WDgU5zba { width:0.9375rem;height:0.9375rem;top:32rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSyoGxVnWiL7Wvntd5xZ5XlmJDBfEFqO { width:0.9375rem;height:0.9375rem;top:32rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLb8KqryKilAlTAVgBE5ltiuIWVAIesn { width:0.9375rem;height:0.9375rem;top:32rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBi7fSUuZgpTiPDm7LyxrMCb9SBPQmfX { width:0.9375rem;height:0.9375rem;top:32rem;left:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuOiefA9SHFhdkB1araJSHr0uIqAJqDR { width:0.9375rem;height:0.9375rem;top:32rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4ZamIxsf4x4wNvtF8ig0ONTl01ecrg5 { top:31.3125rem;left:25.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1qgL5E0wpadf79c9FGGTrZfZPhnxDeT { width:20.5625rem;height:0.125rem;top:30.125rem;left:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybwFdWCGXcfyP393aumhOEqwM40vtAEg { width:20.5625rem;height:7rem;top:22.375rem;left:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhOspa4aiTeBVnJfOFdIqpCEdiwLQhkI { width:29.625rem;height:1.375rem;top:23.3125rem;left:18.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNFBrEH2VK88EhQftTMkfoavCFOL6ELK { width:20.5rem;height:1.5rem;top:20.25rem;left:25.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 { display:block; }#HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNQIAFadhRHa7R8Ey5K5DX5bpcFw0lSH { width:47.75rem;height:;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROnsgyyAeL1WszFwN4VNzfywTO9Dn8c0 { width:33.6875rem;height:18.75rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WveM5T9I7Oaby7HWmC0etOyKKFFFpsUZ { width:31.25rem;height:0.125rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFStIFnVEGlf4wqI6lawg50mh48tRLo { width:2.125rem;height:2.125rem;top:41.25rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWxhgg3g24ENDvh1PNU2UdPg0QsWX0dX { width:31.1875rem;height:9.8125rem;top:29.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETA4JQgyzApzHsrSOIz9tPnbC6EgfOnB { top:41.6875rem;left:3.25rem;width:4.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEL50JpTsz5gSnPTrX7OTxdX6t8gxEoh { width:3.375rem;height:0.9375rem;top:41.875rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQAyH4ot9M5ixTv8DoBDWK0ks0XsrEIS { width:0.9375rem;height:0.9375rem;top:41.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbE8TdufVcblCCbvhWI9bE3ncXdt2Mzs { width:0.9375rem;height:0.9375rem;top:41.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoWNmXXTGEOp3LBV7vaZHqfMxeyHmWa5 { width:0.9375rem;height:0.9375rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVrPAyEivgQm22zrChuVTJePIQMsbThq { width:5.8125rem;height:1.3125rem;top:41.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpQ66Wsin4nKD8QrbDkwk0uP905ZLBbx { width:0.9375rem;height:0.9375rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvvzINTeRg4hABRornJXDCAuETWVzDS0 { width:0.9375rem;height:0.9375rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u99SAZQXcinJeTaLXAsII6HNeHzCh8WL { width:29.625rem;height:1.375rem;top:30rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2dS7C8cA7I47gcrJL0M6vVnkJLEREM { width:19.625rem;height:1.5rem;top:27.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEK7eUltF156T2W5fXZtaSUtiWhiQOlu { width:33.6875rem;height:18.75rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXDie4IaAwaHWtyMrFeOTuAmZk42LI9b { width:2.125rem;height:2.125rem;top:61.75rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhE8ICp3tWLkytF2Oc5H3Bax8BdSD9QS { top:62.1875rem;left:3.25rem;width:4.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZVsHHNF7TBrNrsvgIXc8oU3eliMXORF { width:3.375rem;height:0.9375rem;top:62.375rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbo4np41B92tcNSteMHwiC9phm72rz0b { width:0.9375rem;height:0.9375rem;top:62.3125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmzTeWHbGhhJ2ta99b3TShCkhyhTmGcN { width:31.25rem;height:0.125rem;top:60.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsQu7HbJABFT2WxhD2027zsddwbkvw29 { width:0.9375rem;height:0.9375rem;top:62.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osGSb2JTLQ0IXryuqWAISMnyeS7zX2R8 { width:31.1875rem;height:9.8125rem;top:50rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXDI21I2dk4qOMKVcrO9ch1HoJCXfBn0 { width:0.9375rem;height:0.9375rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDXRJBCMTeTlOVkHwpTDb2Kik7at7KF2 { width:5.8125rem;height:1.3125rem;top:62.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7D0a2RVAWhvEQzqnLocyM6TxE4EZAqo { width:0.9375rem;height:0.9375rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s41kDHoDKsmqd8y9Nd2tqVlJyQiunb8f { width:0.9375rem;height:0.9375rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPppytquSZHpSzJybWBmIO14cZDhLGWI { top:61.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTQoszOwxJcCCuf4QyGfvfbu8W2r0d4q { width:29.625rem;height:1.375rem;top:50.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxqH8WGdXiuNZOU2HKfRxEkCetgJ8Jv3 { width:24.5rem;height:1.5rem;top:47.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTw2eM9LKkhoUgDxT6LTfWaT5aT9HXPT { width:33.6875rem;height:18.75rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp661n2Q8Nrn5VdOpt8GTH4sTVBcPUtI { width:28.25rem;height:1.5rem;top:6.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z33tiixa392l7gq0Ne2v9gqzutS3LyuJ { width:31.1875rem;height:7rem;top:9.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5UNb8vJWvxPw1yTASCpGAkTQrz1FGof { width:29.625rem;height:1.375rem;top:9.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o76pSE72VFiATapOnF3kwzolFbUmrVIy { top:5.6875rem;left:14.5rem;width:33.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEcyeBLRF6bt91utJpUsxIgXlZ2TPayb { width:31.25rem;height:0.125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smbc2UcTIXoqEG2Vp2t00UB4v9b4bpQU { width:2.125rem;height:2.125rem;top:20.8125rem;left:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNhoNiQTX13vWAXk3Z0FUSJ0KnolQ0Hq { top:21.25rem;left:3.25rem;width:4.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdkEVqhzM6CZ24mzUxfyGItHxtZto6fu { width:5.8125rem;height:1.3125rem;top:21.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcN9k9iTr4FCtPt7N3O1OlF2ryz6iMZF { top:20.8125rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggetTBvU3zq25oEqfWdnHFqGGIxtiOHt { width:3.375rem;height:0.9375rem;top:21.4375rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhcnLAmUQPe8rqmpag8DPMllFrDrpNHw { width:0.9375rem;height:0.9375rem;top:21.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgq55oXBpuOfsa120BeRLeutoGZL31LT { width:0.9375rem;height:0.9375rem;top:21.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvyDJxuBc6IC56GLRbgKyTCZD4SOCowG { width:0.9375rem;height:0.9375rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVZQ4CFVZTBnROZXVBOm2oS4UKTcW36V { width:0.9375rem;height:0.9375rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gErPs7kvpWTQah55Wzb7OA723NXXRfsW { width:0.9375rem;height:0.9375rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6cbTW4JPoVbiyGGJPnqNN9VOu3UG7Ub { top:26.1875rem;left:14.4375rem;width:33.3125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkhsRmKCu84MT9rdBOpuSTPf4Urz5TXv { top:46.6875rem;left:14.4375rem;width:33.3125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBQDbwirON0WNpqv3DnHG5BFGTdealxi { top:22.25rem;left:24.125rem;width:4.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUiRksppyqIBwsuEKQoA03RltqyCSTAG { width:3.1875rem;height:1rem;top:22.9375rem;left:24.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTcvwlNJlP1uVqyZe15Z6hFVR98uhcRm { top:42.6875rem;left:24.125rem;width:4.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee7PbtXPBDf2PzN7p4K4lS9gewFuQ79Z { width:3.1875rem;height:1rem;top:43.4375rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2gre8TIKXIWP31CkcPTA83KOw7GyrcT { top:63.1875rem;left:24.125rem;width:4.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmwRHKolC9fQOMS0v7bUlWiwrZR0zgpU { width:3.1875rem;height:1rem;top:63.875rem;left:25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srTqaKFNzH7N81t3LPLVTacOFDIrIAi4 { top:22.3125rem;left:42.875rem;width:4.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeyHT2EG1cK5vDdvLrFsFThU3DXv1w2R { width:3.1875rem;height:1rem;top:22.9375rem;left:44.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouNmmfzpuM7wV80oGhvhaAMEt7PmFKXE { top:42.75rem;left:42.875rem;width:4.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzHwk6yIBKQgIu6lB1hdBLuSqqT1xGfe { width:3.1875rem;height:1rem;top:43.375rem;left:44.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEVLEfE82ulewByQE7XuM3K1ZdQOZVWL { top:63.1875rem;left:42.875rem;width:4.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTtQTpHPaZUaRaxxAmzIglaeblvCpuXh { width:3.1875rem;height:1rem;top:63.8125rem;left:44.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVFgoJdkEDXw1zJZbcg0RwyDT1hxZ18G { top:41.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJhs38QdgL02C90prc125x7W6FcxHv1D { width:12rem;height:2.5rem;top:68.375rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZu38zpCMPOaZZTC3JfZUmGOITnvRMTi { display:block; }
 }@media only screen and (max-width: 763px) { #Dx25MW1UUT6CZCOxV7oWd1vCwJGSVeGP { width:17.5625rem;height:2.75rem;top:67.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #za1ziL6O7hvZZ3Z8QHhskEOcZDNqe0Sb { display:block; }
 }@media only screen and (max-width: 763px) { #Nz2CJloDUwDk2e0g71pXtA6ITtDLsNFL { width:9.75rem;height:1.125rem;top:67.75rem;left:25.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G { display:block; }#uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQK6y3MiGtKcPNsoPUXaufRwagezpoJm { width:10.875rem;height:;top:9.625rem;left:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKJRxP1lNaTaa3Xhp2lg7SgJqE7wf3Of { width:3.0625rem;height:2.6875rem;top:4.8125rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwymAyeZ6VNOd39KoIWA4JebFPVofGQI { width:3.5625rem;height:3.5625rem;top:4.375rem;left:9.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMrsMVsr9Zz20gib62bUWrsBeb7n9QBJ { width:10.1875rem;height:2.875rem;top:9.625rem;left:19.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x76x7nbSztsQQU8VnwK0cblGo0xcso82 { width:9.3125rem;height:;top:9.5625rem;left:31.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeRJ73eXcSzKdGkr6LAGX0OA4yTzFAec { width:5.625rem;height:1.875rem;top:5.25rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8OhsbasNsrA7EduKDdDGAbJ0fJeLa3X { width:0.9375rem;height:0.9375rem;top:8.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTbkUTOlgg7Rv336tEmrJsWXTrvUdWTO { width:0.9375rem;height:0.9375rem;top:8.1875rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rp2Ro6Au8dlcUTmMNglkwS8br1DsaN0W { width:0.9375rem;height:0.9375rem;top:8.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTH2Tpx2vyDA5yyZ7bmlBBsANqOidDCT { width:0.9375rem;height:0.9375rem;top:8.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #biX0pZTGoTE2hfov8vgCUovt221aJyQV { width:0.9375rem;height:0.9375rem;top:8.1875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeXr0pZTCSv1TfEpm5TwzP1HKgqnbDxS { width:0.9375rem;height:0.9375rem;top:8.125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #M19UkS8qTH1d7DRCSaU779NS92pk49uS { width:0.9375rem;height:0.9375rem;top:8.125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9hTZK4S1qBDg2l3A4f44BVIbNBQLc6M { width:0.9375rem;height:0.9375rem;top:8.125rem;left:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xX5rZiAlCOVIPprfNlBMZWRTrTrktC3a { width:0.9375rem;height:0.9375rem;top:8.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3JPcRBfPTPgFoTkNEXq7uaoec77KTFN { width:0.9375rem;height:0.9375rem;top:8.125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAsaobDgNUhfJi3ty8ZhQOHkuxc3QHXE { width:0.9375rem;height:0.9375rem;top:8.125rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyM14xw1ZvV9eQZZs8mvwbmKgzlAH0OT { width:0.9375rem;height:0.9375rem;top:8.125rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNINgnaFg2fnotTriPqfZ6xynq6FJOcW { width:0.9375rem;height:0.9375rem;top:8.125rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWO9wGmHcZBippDHSbybyAxTgPPKFWNT { width:0.9375rem;height:0.9375rem;top:8.125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #BazpblSPUh7hMJEQXengyHAmQsvX0UFL { width:0.9375rem;height:0.9375rem;top:8.125rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAPPoEkF5ZnuOZe1KTqUzImwLIJWG5Q3 { width:18.9375rem;height:;top:1.1875rem;left:14.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF5O7ZNM4tXBkZiseGXmS0N92KrDCrG5 { width:0.9375rem;height:0.9375rem;top:8.125rem;left:37.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cT4IS7uOuXS0E9q72Hm6ZIJNkRhWouRS { width:0.9375rem;height:0.9375rem;top:8.125rem;left:37rem;display:none; }
 }@media only screen and (max-width: 763px) { #IBTRKLkrFSghFvvNL5T2Odoo2vXu2Rli { width:0.9375rem;height:0.9375rem;top:8.125rem;left:36.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVZsrTHFQoNcMPGi8CEKxk8SQZHoHy1K { width:0.9375rem;height:0.9375rem;top:8.125rem;left:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #thbEAlR6Myk6q08vQ9ccCnVV32ssxEbT { width:0.9375rem;height:0.9375rem;top:8.125rem;left:34.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd { display:block; }#RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPRMlmT62BLUKgCxqgWw8yVH5kAdpJoB { width:47.75rem;height:;top:1.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU0MbSMsFiEdBuVbDT6ctbwmmPTnTneH { width:33.6875rem;height:18.75rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoqHyNrS4TXOdgwBb0L2AaI82EPBJw6b { width:31.25rem;height:0.125rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #to2ErrOoD9s7ME7ofr1xnZnWAhvbhdQD { width:31.1875rem;height:9.8125rem;top:29.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhrBQXey69xz6nQOuacTN2zIaJeVxBi7 { top:41.6875rem;left:3.25rem;width:4.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9lbJ8iwq4Qq3e4Ep5qx75s1H0aidHFg { width:3.375rem;height:0.9375rem;top:41.875rem;left:3.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcT8O37iBVqgn5WGOcyakEPiBoIQHvgs { width:0.9375rem;height:0.9375rem;top:41.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWy7mwtmZGQp4aftc4kTZlwEFNqfTsBu { width:0.9375rem;height:0.9375rem;top:41.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CugttGK17aV6r00lUUMPc1UEyWVE0PJa { width:0.9375rem;height:0.9375rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmUd7VNuA4BZDfH757OQbCExAAgvJGOB { width:5.8125rem;height:1.3125rem;top:41.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9XPsvaAA6XKu9eLle3almy5E7B4fr6F { width:0.9375rem;height:0.9375rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg3uXvdaRVGC2fqfPDdDyG476fOESv0z { width:0.9375rem;height:0.9375rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OS2SwKCvMCeAHLupHPh4W1FCTOFCMtce { width:29.625rem;height:1.375rem;top:30rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7GOXfnTiWVNn5NItKD0q4s5fSJczDAo { width:24.5rem;height:1.5rem;top:27.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnN0ItRecirWG4MSQnW0QxciTE2TgSq6 { top:41.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4wmxzw23FS3Ji4ypGoLHaCgLROQElFE { width:33.6875rem;height:18.75rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7E9xsKsgxNpbTud4RVdkiBNk2uTaAhx { top:62.1875rem;left:3.1875rem;width:4.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwAfOJt28usRX4wvbcNsm6NTtkRywyLC { width:3.375rem;height:0.9375rem;top:62.375rem;left:3.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHFW9sBLxIPbvKFr5nXwMVApdgBgEDae { width:0.9375rem;height:0.9375rem;top:62.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIlsShnL67t7nyfsuUW1iTxyT3s4LLQd { width:31.25rem;height:0.125rem;top:60.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBHuMtobOuURw7ctGal2qBBDc3XCR37d { width:0.9375rem;height:0.9375rem;top:62.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8qvXT2noWvao2ZutZQ3E7KcyhOkkqf7 { width:31.1875rem;height:7rem;top:50rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ky2xFaClzNQXvkJ1qOehEMQItWZ6BvyU { width:0.9375rem;height:0.9375rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQyaMB0v9BgdtXdUbwm9DH30ITxVKW4a { width:5.8125rem;height:1.3125rem;top:62.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDRPqvq01FDxdSwDVdmwtCMdTKPyhDZm { width:0.9375rem;height:0.9375rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysWG7EVGS7QiiQ0ufxXWqtAEF9Q5IxsD { width:0.9375rem;height:0.9375rem;top:62.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgu79mlaDsRfv290TCWJ1BI6G01z35e8 { width:29.625rem;height:1.375rem;top:50.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIu4kNPlh5DeLQit8ZXIBGMnv4gWl43p { width:24.5rem;height:1.5rem;top:47.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdQkAS8aqanuE3VFIaKLhaMaaxzCykyy { width:33.6875rem;height:18.75rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUkCRfIQ5U28TfZWxrpNebio6mI9xMpn { width:24.5rem;height:1.5rem;top:6.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxEFWOTPd42uK7TtpOkbRHeOsLa0sTMF { width:31.1875rem;height:7rem;top:9.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN6BmryuxKml7GtEdZUiQhVdAgHrZlC5 { width:29.625rem;height:1.375rem;top:9.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKIZ4a2N2oWNxoQnbHsugI6BTq7Xn5zy { top:5.6875rem;left:14.3125rem;width:33.4375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBGt551OsE9rO07RW65hlO5BNv35WzWu { width:31.25rem;height:0.125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVyB5FxupKTQyaJwfefdONJIDOfROmDv { width:2.125rem;height:1.875rem;top:20.875rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp4U3NfoO2DkUuwqOWw2s4E0fexAeiHN { top:21.25rem;left:3.125rem;width:4.25rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJeIdov1redeXhOemC12Fp5CZGpbZ25g { width:5.8125rem;height:1.3125rem;top:21.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITnwgVxbUyXuJRFAqSB8hdo3OpyiTqQ4 { width:3.375rem;height:0.9375rem;top:21.4375rem;left:3.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMo5iGTslyMBX1ZwlIfuJx3pGaXU14kn { width:0.9375rem;height:0.9375rem;top:21.375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDLIXp3gq8Zc4IHh8swfiqGpLzMThB5s { width:0.9375rem;height:0.9375rem;top:21.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeCqqbwo7BqaO4TZMK4xWDqkBzDdtKZQ { width:0.9375rem;height:0.9375rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvRWzpdH8l6JeRzSic4mT3iUmeiUX5gh { width:0.9375rem;height:0.9375rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQKm22VHScrnDffMdnGsSMJNxR0TrhUy { width:0.9375rem;height:0.9375rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad9MBUs3PbSGvKzE586yUOANuOrXTnyi { top:26.1875rem;left:14.4375rem;width:33.3125rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgF3425HkuT2KB6Lr0tHTk22zneuyqcQ { top:46.6875rem;left:14.4375rem;width:33.3125rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3WbvaFzfGvqExRh7hLOf11AexLJFi5X { top:22.25rem;left:24rem;width:4.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1PF1kH6hqmZzst68EIy8btLql80xlng { width:3.1875rem;height:1rem;top:22.9375rem;left:24.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #azHvycblZcEZr9B5msAXTowBrHhCoJU7 { top:42.75rem;left:24.0625rem;width:4.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1oq6IU3Mekd9sXPQe3tSC55COiz7Rr { width:3.1875rem;height:1rem;top:43.4375rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW2AsRzym5WBfNmZ79N9VQs4PnDJ9eWr { top:63.25rem;left:24.0625rem;width:4.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxpPlqEyMQokRSRD9BxFWUcNyTbOpzDk { width:3.1875rem;height:1rem;top:63.9375rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwvIxImeChC3mBMslZNTB5iL65Wht4mR { top:22.25rem;left:42.875rem;width:4.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBrk8fwshZdqWVyQx0CIgIoR31u19FqF { width:3.1875rem;height:1rem;top:22.875rem;left:44.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHtalPpcQeN3NZTHVr2bQ6nGsKuPxXVT { top:42.6875rem;left:42.875rem;width:4.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZzRNCXLZDKVukLgZ22UnRyKSrzLtoM9 { width:3.1875rem;height:1rem;top:43.3125rem;left:44.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gETSrXPQrAPbdTD8Ca2SFxkzIxLfc0m1 { top:63.25rem;left:42.875rem;width:4.875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsypflVrJ3KIR4vaRZVpXx22fvzBkKTo { width:3.1875rem;height:1rem;top:63.875rem;left:44.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsxcClp5cRE6V0tLooccL3pneSVXslX9 { width:2.125rem;height:1.875rem;top:41.3125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5BVGTIqkf9nO32UdSWoG3ckNR35K1o0 { width:2.125rem;height:1.875rem;top:61.8125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NacZN6xF5fe7rw6tQc0vWImbMDI0ihWG { top:61.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHHbWxxJGhgvTVDSGAZkSz2UozQnKI70 { top:20.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAZ45g6yJhuPX9zQ3pH4HDxTMfB4U3TD { width:12rem;height:2.5rem;top:68.3125rem;left:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVwIu7DcMRz0tEZmh6hJHrSpE0esLrov { display:block; }
 }@media only screen and (max-width: 763px) { #UKt2ned15l4ukPJ4MT0baFfUMEkT6oRO { width:17.5625rem;height:2.75rem;top:67.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzxiauDetOAB3nmokpadM8PX46aETaDO { display:block; }
 }@media only screen and (max-width: 763px) { #KbOTa98nyoufUbZat9wqxXZoIEcraaLN { width:9.5625rem;height:1.125rem;top:67.6875rem;left:25.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n { display:block; }#xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQ97gQIidMwTT9ntxFRIAyv35r9yvQ4V { width:7.9375rem;height:4.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHAK46ia7iFDLN8g9hv2TOOKptSkBAF8 { width:4.625rem;height:4.625rem;top:1.875rem;left:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbKRGznEU4DRHl8A2vNNG4LHZ5TEa718 { width:6.0625rem;height:6.1875rem;top:1.0625rem;left:20.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxeLFoMKGMlxAIwzHl9LZwZUydTkDeOK { width:5rem;height:4.375rem;top:2rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qfHLnTGmikGz2clc0GhveEin1l2DRGcQ { width:10rem;height:6rem;top:1.1875rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp { display:block; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FENF3ZWOT40pAPlGfeggKGAxl9mooBll { width:12.8125rem;height:1.25rem;top:9.3125rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJsIAgyb1RwrkiO3b4UvoiGnVVKEHwLc { width:15.3125rem;height:3.9375rem;top:11.5rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3eiobEXNc4lsFHc3JdXKLafw0E9vhrR { width:10.75rem;height:1.25rem;top:9.3125rem;left:18.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiM45J6BZc1DSaAEuZKkyPurHES7WdQA { width:15.3125rem;height:3.9375rem;top:11.5rem;left:16.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7lKxmOTTivJFZEbR0lLXlQhxDIiF86b { width:12.4375rem;height:1.25rem;top:9.3125rem;left:33.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrGqgbXk5KiTFAVT5ZubMPR7TI0VOapI { width:15.3125rem;height:3.9375rem;top:11.5rem;left:32.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUaEP8MrRKpZkvE3MxfvuGuBb4Fw5sCO { width:28.5rem;height:;top:1.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRZrtXIaD3c6rVUSulQbEiDkmVXHxkiy { width:2.1875rem;height:2.1875rem;top:5.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfHToPBlpc8iPTMHdF7hNPiuM4DIclNG { width:2.1875rem;height:2.1875rem;top:5.6875rem;left:22.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU3CTX1K4vIo70vSeFIpC4iuNGP3kEK8 { top:5.4375rem;left:38.375rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA1FEhsUC6eKU9AEsgACBH4AdqpAcHTd { width:8.8125rem;height:1rem;top:21.25rem;left:21.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKHTDpIzK79dguPAzXsMcq4UHAWSUFyz { width:20.6875rem;height:3.0625rem;top:17.125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CETO96T1GEKtlF6TKnszK40g7SMVEsIT { display:block; }
 }@media only screen and (max-width: 763px) { #JkS9HS0dhZ7ilgv34wxBtZnIo7psGXqW { width:0.9375rem;height:0.9375rem;top:21.25rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vfz0zBN5B3ZIHTuxf0GTNswQ7EpIQ4SP { width:0.9375rem;height:0.9375rem;top:21.25rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #edBr3MgGeagCicKc2tgUdHd60AbDBGPz { width:0.9375rem;height:0.9375rem;top:21.25rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M58VP5S1mGv0Msh3V7DLqOdShzxx4pPq { width:0.9375rem;height:0.9375rem;top:21.25rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrDlCBc31UQpvATs950IZcaKORarGDEa { width:0.9375rem;height:0.9375rem;top:21.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf { display:block; }#nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bokDc0EtEaxbsc34HWKyITkaIwTAz4SS { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT1s2WBDnPxttOW0xlBwPcgDQQhwyEOG { top:8rem;left:7.75rem;width:32.25rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT6AJyi7x2mETOnbi9IkroxXbcg71X2V { top:3.9375rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 { display:block; }#L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FcI5Ur64ObGBHVgUXaWDXu16AP1SAO8B { width:25.875rem;height:1.625rem;top:1.375rem;left:10.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEfWF1UpqoKMhyUwaAChpaoOxfhcAeF9 { top:4.25rem;left:0rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqvUxAZXph6DiQf4AzrTZQDxbxkMx6d { top:4.25rem;left:2rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ilCcfRpO7Bk2uUvXi5q9Eap5TcXIok { top:4.25rem;left:17.25rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo95bw4Ttm7D7mBZLLXLwDoNdt6N1zox { top:4.25rem;left:32.6875rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvnz3CCNiEHlf9TVz81G2TZtzPpt4uab { top:4.25rem;left:34.5rem;width:13.25rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgtuerJT78EvDaXGgLNXz5Oens4lg3bw { width:11.875rem;height:5.25rem;top:18.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnQh2xBLwdzpvtuo4miSUUNSRqsUHpTf { width:11.875rem;height:5.25rem;top:18.25rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKXvVIF8GctzhZiJOCS9QfOpEwXEVubD { width:11.875rem;height:5.25rem;top:18.25rem;left:17.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWW05UQBK35hkgIh29e7nRkGK3GSmne6 { width:11.875rem;height:5.25rem;top:18.25rem;left:33.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJSz56EELVzGWAL5gdDa2T9US7Wym7Cf { width:11.875rem;height:5.25rem;top:18.25rem;left:35.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBw84hlzfJM0g3CaHwDLb2SybKQtSm4m { top:15.25rem;left:0rem;width:10.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzHDc6aaqu0yik5KMdTmqBrxprISXu3z { width:8.5625rem;height:1rem;top:15.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fgz0HsT9G6B5uOVOCPVI3HksiVi8cyft { top:15.3125rem;left:2rem;width:10.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8NG3tiQvVGsEAUtKTg2k6fePz9s3ySE { width:8.5625rem;height:;top:15.9375rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpJK3eu07cmxGqGoU9OOrCWMoUQM9Gzg { top:15.375rem;left:17.3125rem;width:10.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4EwJc4nikSuTCFekG0lWHJSsPqAWdUn { width:8.5625rem;height:1rem;top:15.9375rem;left:17.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #boL1ntvnqATnogRu8DwrGlER4MtNqV5p { top:15.3125rem;left:32.6875rem;width:10.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfwcTaByMshCcvIRysdUX3owHvbKb3cS { width:8.5625rem;height:;top:15.9375rem;left:33.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V07qNdgCnQVsuWhTza4yX1yspT3OWRaQ { top:15.3125rem;left:37.6875rem;width:10.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzPe6lSlA3k7q07TtXuh1tpK3W4fWoBh { width:8.5625rem;height:;top:15.9375rem;left:39.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZfNViPHpXBLoSPZqEMcTKRCQ6L8oJsR { top:17.5rem;left:0rem;width:13.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADMg7tO6pfUteEIqnOPwX1yZhyWEu8PK { top:17.5rem;left:2rem;width:13.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnXl6pnIIPKBwhBsGZANcrZi0nTQIDhK { top:17.5rem;left:17.25rem;width:13.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyo9rvJPQ7clJtc6ko3prvlHl7RJaA1W { top:17.5rem;left:32.6875rem;width:13.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMhAU6bquI8tt4b54U2Tikbh7cF29Kzz { top:17.5rem;left:34.5rem;width:13.25rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwDxKkclOPxwTJTRk500rDgHiWKWBK4I { display:block; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKCmT1OM48lf9yZg5bR0DGtEfRHXJ50s { width:46.375rem;height:1.75rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XT1VTJIqP3eSIh5NKhozyZ4eyuXNarfW { top:4.875rem;left:7.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnBMCzP01c5OeTn55P8NHiuLICT3FmxZ { top:4.875rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nerHEew9WaB6bNcT4SKI5TK5LOUzr2Aa { top:4.875rem;left:35.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdVaXm1WKo20MfqOATqrccRc7u2Tc1GC { width:4.1875rem;height:1.125rem;top:8.75rem;left:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmDH31hgnbXlyxWGQcAUF0C7TDJxT1F4 { width:4.1875rem;height:1.125rem;top:8.75rem;left:19.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoOIBvSwThPuPpzHbeWROC6polCZh06E { width:4.1875rem;height:1.125rem;top:8.75rem;left:35.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfV7wUlpKHTfh3gT29TKcXcVmCnOT45p { width:10.25rem;height:1.25rem;top:10.6875rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntAgiJBLqWPLDDxO395FXSHb3SNFBu8h { width:11.5rem;height:1.25rem;top:10.6875rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p64QUri7IPGlstalVRKQ5BaJXNGVbN0I { width:11.625rem;height:1.25rem;top:10.6875rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOeB9igkQw2ZiQ9Sts12LFPFHAWhKue1 { width:15.3125rem;height:3.375rem;top:12.875rem;left:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkmegtkd79stTIFMNnQA84OyG43NsImH { width:15.3125rem;height:3.375rem;top:12.875rem;left:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWLPG6X4dFqm0CsUJpT6EtVFvhyuATE6 { width:15.3125rem;height:3.375rem;top:12.875rem;left:29.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUTSPosoKy2eqDtQ8ouPIZitwlXUkKq6 { width:27.5rem;height:3.0625rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzQQeG5GRWlTVPWKHTQTMpedkTg80MTE { display:block; }
 }@media only screen and (max-width: 763px) { #Jn3empdv3z6itgFgl8NuA6V72WvEzxJT { width:0.9375rem;height:0.9375rem;top:22.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT0dyLvTx3daUFgONy2RWcksvUXOLvAV { width:0.9375rem;height:0.9375rem;top:22.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z22D2T1sb4QurRDkZ5kmakJR7MfwDO2y { width:0.9375rem;height:0.9375rem;top:22.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t36PwGCQR7CwdwMRAR7cf3mOrAcGQzvU { width:0.9375rem;height:0.9375rem;top:22.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2t0OvwUuKbqSZAwXMFlF0qvPRN7Bmex { width:0.9375rem;height:0.9375rem;top:22.625rem;left:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBOJ2k1WcaGNhocDFSaiMJwd8sTQNhTW { width:8.8125rem;height:1rem;top:22.625rem;left:15.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv { display:block; }#OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSLE2Z8zeh6vRIJKHknsxVchPwaa22UN { width:13.125rem;height:;top:1.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5GZb1W0gRwn1snFOfSsLsswtMzvFaHV { width:24.625rem;height:;top:8.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Hvfi0I5dGizCtgbWelV6ozNtlTA3pE { width:11.3125rem;height:;top:1.875rem;left:9.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhSAWwqkwHSNG2bIOsC9FTTIEz0wFhHn { width:11.5rem;height:;top:1.875rem;left:29.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUqKCziZQNSTXrgNfnPrpc08RroEQykM { width:5.75rem;height:1.1875rem;top:1.875rem;left:42rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZvwNEF4tOmeGt2hLsBgGFObBK6LDs8r { width:9.75rem;height:1.9375rem;top:3.25rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLDtBQhCUgSX2n6JueoM2A1S4ZF6btE8 { display:block; }
 }@media only screen and (max-width: 763px) { #KOf9NI8qKKIHstaTpOviRPMA0THOJrUE { width:8.4375rem;height:1.1875rem;top:8.875rem;left:39.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd1gU4hsy90ZZ6TX4Lv73f7lSXZaAl2K { width:11.25rem;height:4.8125rem;top:5.5625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTBk583WhfqLhxFM27bDeay9IlRHBV3J { width:13.125rem;height:;top:4.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4s8eba4mEOuTO2xhCKcu4kIlsk06asN { display:none; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v4BMvkLXVl5WVenUrgm3Z7RuTKSrZuLc { width:7.0625rem;height:1rem;top:1.5625rem;left:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTPz7Pzzw7IcPBB1ygzSIiCIBmE5Dy7B { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 { background-color:#243682;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row .container { background-color: transparent; background-image: none; }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row .container > .video-iframe-container { display: none; }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row > .video-iframe-container { display: none; }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .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); }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row .container { border-width: 0; border-radius: 0; }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xBmmIfHvy4lgPCQrtGn0IGC09DdP6N04 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GG1Fkoc6bnvovpmWgQwLnDChwQwcV395 { width:8.25rem;height:4.9375rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WnTVLQHUfWKgtIhS7pgHzIU7zltC5bQN { width:10.3125rem;height:0;top:9.13671875rem;left:4.84375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #J2SkBAkZrKBphpiN9b4rO0NDmqgXLUiV { display:flex;top:0.75rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:15003;display:none; }
#J2SkBAkZrKBphpiN9b4rO0NDmqgXLUiV > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #IZHpcbvqA9sQMOzPT7WblQKN5xChwtW4 { width:10.3125rem;height:0;top:13.375rem;left:4.875rem;font-size:1.375rem;z-index:15001;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZpV2ycaTpwGmK0KrJvmLrVeTgTfUTqdC { width:12.5rem;height:0;top:14.0625rem;left:3.75rem;font-size:1rem;z-index:15002;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C3ykTLbomJaBJpxtRXTmfiS8ErKwG4ab { width:9.875rem;height:auto;top:1.625rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zGBQ7rdte2t7G9QhDqEhEe50uQbv7qyK { width:11.125rem;height:3rem;top:5.625rem;left:4.4375rem;color:#fe2121;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxJ9pHH3GMW4N2MvsCt1xfCvwWWnUdSu { display:block; }
 }@media only screen and (max-width: 763px) { #TJhJcdDVqOhS2yKPQeHSlgd8DLI2vJxH { width:2.4375rem;height:2.0625rem;top:7.5rem;left:10.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mu3B8bffkslc8TGGdxLuCZnc2699EdHd { width:3.4375rem;height:3.4375rem;top:37.6875rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBBJ4F8dplgpHrZWgD3belom1rapc117 { width:3.4375rem;height:3.4375rem;top:24.25rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvrZPk4HcvbTNbuRhl2ki7qvX3PtBFQu { width:9.75rem;height:3.3125rem;top:2.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWRe2Kft6wFGTPzTonrGOWlR7SrAuJO { width:9.75rem;height:0.875rem;top:1.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouxy2pS1773BOTJMQPOv6kJ4dFaZraLs { width:2.5625rem;height:2.5625rem;top:2.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTnaJ4hrf1OOnVW3ZqSqeC7dGeDEPwca { width:4.4375rem;height:0.73095625rem;top:2.625rem;left:13.9375rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #b8HlJJuwAABqRsZTQRB1HBVXn9yd6oFG { width:4rem;height:0.625rem;top:3.3125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbteT2QmxBB7K3w0GIpt19UP6xKknSiq { width:7.1875rem;height:0.73095625rem;top:4rem;left:12.3125rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y6GATN7bnJsmXGDQKwhvnpXRpAuZ0IaU { width:7.5rem;height:0;top:5.6875rem;left:11.40625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #QpmAf7FZOVCKud6IUoPhuRGiKVTiLaRX { width:1.5rem;height:0.73095625rem;top:3.3125rem;left:13.25rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #EGDLUmiP2JrwDgHw3DQnsZK0Hp83SOtN { width:9.75rem;height:3.3125rem;top:6.875rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKK1eyZDmnaHwQeXmWvLDvGLdqfZsxmt { width:6.3125rem;height:0;top:8.875rem;left:13.4375rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #xX7QUqIoaScwBXlVLckE4K8o7OAV0S3P { width:1.5625rem;height:0;top:15.88671875rem;left:9.8125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #QqrwK6hmniU9GRz7T6J1TV3PbWufpUaJ { width:4rem;height:0.625rem;top:8.1875rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z17TGLwJ50KEmqThh8veRUnkFfxS3If6 { width:1.5rem;height:0;top:8.1875rem;left:13.75rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ZUGbqclwxaQoEl6Ap2CMHG2ducQFbnXA { width:4.3125rem;height:0;top:7.4375rem;left:14.3125rem;font-size:0.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #VcRA68iuehkiPhrD6GU8fxWL7OlZkE6O { width:8.9375rem;height:0.875rem;top:7.6875rem;left:10.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoqxec6v4Hqrg8D8gazRUMbsdekC32Tv { width:9.75rem;height:0.875rem;top:6.375rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp { display:block; }#yJKUHzst9rpTZOyJ43W7mJT6CiNzA3dp > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TI3KnaLl4HA2XToFp4R2HqDngkkkdsS2 { width:6.5rem;height:0;top:9.5rem;left:12.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #m4lO33JT7L31AQJItsBSyPaLgS18NPmi { display:flex;width:1.25rem;height:1.25rem;top:3.1875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tRTdZ0nPHTKg76UdTZSw3Vk7DTmzM8MJ { display:flex;width:1.1875rem;height:1.1875rem;top:0.84375rem;left:12.75rem; }
 }@media only screen and (max-width: 763px) { #n27QlyrOdlaBfiMaCAOADhAKlWTzxnUN { display:flex;width:1.5625rem;height:1.5625rem;top:10.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTEXbtqUy8pxUvVlOr3sR2cUk3TNVZzt { display:flex;width:1.3125rem;height:1.3125rem;top:0.78125rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #gB5oTMWiO6Bcc5vkWCwgZgD8SmsADbuU { width:5.25rem;height:1.13725rem;top:0.869140625rem;left:14.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hHfz9Ew2MHDexM2ld1ANVedPQn58GTRQ { width:10.9375rem;height:0;top:13.0625rem;left:4.5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mUstZs5QyktxTSpcM5TSC51JyChRRHVF { width:8.0625rem;height:1.13725rem;top:0.869140625rem;left:2.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR { background-color:rgba(255,255,255,0.74);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; }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row .container { background-color: transparent; background-image: none; }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row .container > .video-iframe-container { display: none; }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row > .video-iframe-container { display: none; }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .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); }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row .container { border-width: 0; border-radius: 0; }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KeATT6TAcy2CmyfnwrzSWFT1v5o7JuBR > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euv1wkLpsv2y61NnrW2OhD76wF3hNhgN { width:20rem;height:11.0488125rem;top:6.4375rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Z8CIfGMKS9Ohv4CZlkBBxx4xuneTIIzM { width:18.75rem;height:0;top:41.25634765625rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lg4sXsf48BCuhbkauBqIWNQ96rPcUic6 { width:15.125rem;height:1.05615rem;top:4.125rem;left:2.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M2S67GI61winKSCEyoKv5n7leLUbMCyi { width:20rem;height:14.1875rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXkGCmn9W0TSJnU2DmaJM7p2ZIGlU4Kn { width:5.8125rem;height:1.3125rem;top:53.1875rem;left:3.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa5xsWzxHOsA5DSzM8GTsOwDzH48A7ut { width:18.375rem;height:0.125rem;top:51.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtvdX3JSzH6KsuJIvKy88mUvnyrVUlox { width:18.375rem;height:1.2246125rem;top:42.6875rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TMfvTsqPB6uX9ETxanpuHE6v1ckMdm4u { width:20rem;height:0;top:67rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Leoi7qMFfIPW23WV0eBamxTBTKonddXF { width:18.375rem;height:6.12305rem;top:44.625rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yThV5RrMiPC3bayK6pmWikRmIXBa6g3i { width:2.1875rem;height:2.1875rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKw3AJ9RSIyQ7TI4ASz8NB9ZbLGGK8r3 { width:2.1875rem;height:2.1875rem;top:1.25rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #a54fIxvkuwTrEouqxNpx0gkJk3zkHCiG { width:2.1875rem;height:2.1875rem;top:1.25rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GztKJSmk53TI6lLBp2i210hnEFvW2qab { width:2.1875rem;height:2.1875rem;top:1.25rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxNkcsZ4F0tICDUmZoQ1AfMkM2P4vDsI { width:2.1875rem;height:2.1875rem;top:52.75rem;left:0.625rem;z-index:15073;display:block; }
 }@media only screen and (max-width: 763px) { #C4D4gcZyMLkrFC6emh1IGKssagsPO3HT { width:11.9375rem;height:11.9375rem;top:50.625rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #VOtA3LpmSaLnFg3y8cm4A49aMQHxyxwK { display:flex;width:0.9375rem;height:0.9375rem;top:53.375rem;left:12.8125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #N3A8xdJ8W2UEMzgsg1L7U6hFTRf7whpL { display:flex;width:0.9375rem;height:0.9375rem;top:53.375rem;left:11.9375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #za6FaIddE6fvkkXkyTR9s3Tgn5citJAi { display:flex;width:0.9375rem;height:0.9375rem;top:53.375rem;left:11.0625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #ZFw68VSLPwZV6qTbCL6i8K40LN1F8mmc { display:flex;width:0.9375rem;height:0.9375rem;top:53.375rem;left:10.1875rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #qsH7I6C0OSK8qMDRWZlDzMwleE4LwyTp { display:flex;width:0.9375rem;height:0.9375rem;top:53.375rem;left:9.3125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #gqBP6JXTaIf6qrQzSsKXNXHWquS1Zqyb { width:20rem;height:21.75rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzhpKWWzuBsNKlhN6UXUhTN8ouSVo66V { width:2.4375rem;height:2.4375rem;top:73.9375rem;left:17rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dw0g5oInecXB2h6uBOmGzZhkLS9Cryf3 { top:55.875rem;left:0rem;width:20rem;height:11.9375rem;z-index:15074;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #oG337DtvBqxW6cCWLFJxWCTK9357sF2p { width:0.125rem;height:31.5625rem;top:2.625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDUnlnRWqFBrs7KaWwpPhDh7mgrvuvf2 { width:20rem;height:14.875rem;top:19.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHXG8TOATsalcg53zUDCauvKGGONHTe1 { width:14.875rem;height:14.875rem;top:19.4375rem;left:2.5625rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.5) ;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Is82xrcXOME0gqZhwR6dqTCflGliayHI { width:2.4375rem;height:2.4375rem;top:52.625rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4drkQOReTX2yk4aHxMP1WwDGiPkaSDo { width:5.8125rem;height:auto;top:31.75rem;left:7.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T9uEBr2f1xnPGlT5D0aN6yl2WDgU5zba { display:flex;width:0.9375rem;height:0.9375rem;top:32rem;left:9.5rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSyoGxVnWiL7Wvntd5xZ5XlmJDBfEFqO { display:flex;width:0.9375rem;height:0.9375rem;top:32rem;left:9.5rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cLb8KqryKilAlTAVgBE5ltiuIWVAIesn { display:flex;width:0.9375rem;height:0.9375rem;top:32rem;left:9.5rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hBi7fSUuZgpTiPDm7LyxrMCb9SBPQmfX { display:flex;width:0.9375rem;height:0.9375rem;top:32rem;left:9.5rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuOiefA9SHFhdkB1araJSHr0uIqAJqDR { display:flex;width:0.9375rem;height:0.9375rem;top:32rem;left:9.5rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4ZamIxsf4x4wNvtF8ig0ONTl01ecrg5 { width:2.1875rem;height:2.1875rem;top:31.3125rem;left:8.875rem;z-index:15073;display:none; }
 }@media only screen and (max-width: 763px) { #Q1qgL5E0wpadf79c9FGGTrZfZPhnxDeT { width:20rem;height:0.125rem;top:30.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ybwFdWCGXcfyP393aumhOEqwM40vtAEg { width:20rem;height:auto;top:22.375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #nhOspa4aiTeBVnJfOFdIqpCEdiwLQhkI { width:20rem;height:auto;top:23.3125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #uNFBrEH2VK88EhQftTMkfoavCFOL6ELK { width:20rem;height:auto;top:20.25rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 { display:block; }#HZ0zFTxOhw2UN2SKTPBz6U3Bxtk3P9C8 > .row .container { width:20rem;height:105rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XNQIAFadhRHa7R8Ey5K5DX5bpcFw0lSH { width:20rem;height:1.625rem;top:1.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ROnsgyyAeL1WszFwN4VNzfywTO9Dn8c0 { width:20rem;height:20.375rem;top:4.1875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WveM5T9I7Oaby7HWmC0etOyKKFFFpsUZ { width:18.375rem;height:0.125rem;top:20.4375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFStIFnVEGlf4wqI6lawg50mh48tRLo { width:2.125rem;height:2.125rem;top:21.5rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWxhgg3g24ENDvh1PNU2UdPg0QsWX0dX { width:18.375rem;height:12.50975rem;top:6.6875rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ETA4JQgyzApzHsrSOIz9tPnbC6EgfOnB { width:4.25rem;height:1.1875rem;top:22rem;left:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MEL50JpTsz5gSnPTrX7OTxdX6t8gxEoh { width:3.375rem;height:0;top:22.1875rem;left:13.125rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #qQAyH4ot9M5ixTv8DoBDWK0ks0XsrEIS { display:flex;width:0.9375rem;height:0.9375rem;top:22.125rem;left:11.125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #bbE8TdufVcblCCbvhWI9bE3ncXdt2Mzs { display:flex;width:0.9375rem;height:0.9375rem;top:22.125rem;left:10.25rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #KoWNmXXTGEOp3LBV7vaZHqfMxeyHmWa5 { display:flex;width:0.9375rem;height:0.9375rem;top:22.125rem;left:9.375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #sVrPAyEivgQm22zrChuVTJePIQMsbThq { width:4.0625rem;height:1.3125rem;top:22rem;left:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpQ66Wsin4nKD8QrbDkwk0uP905ZLBbx { display:flex;width:0.9375rem;height:0.9375rem;top:22.125rem;left:8.5rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #wvvzINTeRg4hABRornJXDCAuETWVzDS0 { display:flex;width:0.9375rem;height:0.9375rem;top:22.125rem;left:7.625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #u99SAZQXcinJeTaLXAsII6HNeHzCh8WL { width:20rem;height:1.13725rem;top:8rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Tx2dS7C8cA7I47gcrJL0M6vVnkJLEREM { width:18.375rem;height:1.13725rem;top:4.8125rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #rEK7eUltF156T2W5fXZtaSUtiWhiQOlu { width:20rem;height:18.75rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXDie4IaAwaHWtyMrFeOTuAmZk42LI9b { width:2.125rem;height:2.125rem;top:52.59375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhE8ICp3tWLkytF2Oc5H3Bax8BdSD9QS { width:4.25rem;height:1.1875rem;top:53.0625rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZVsHHNF7TBrNrsvgIXc8oU3eliMXORF { width:3.375rem;height:0;top:53.25rem;left:12rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #pbo4np41B92tcNSteMHwiC9phm72rz0b { display:flex;width:0.9375rem;height:0.9375rem;top:53.1875rem;left:10.25rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #tmzTeWHbGhhJ2ta99b3TShCkhyhTmGcN { width:18.375rem;height:0.125rem;top:51.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsQu7HbJABFT2WxhD2027zsddwbkvw29 { display:flex;width:0.9375rem;height:0.9375rem;top:53.1875rem;left:9.375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #osGSb2JTLQ0IXryuqWAISMnyeS7zX2R8 { width:18.375rem;height:11.3725rem;top:40rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #BXDI21I2dk4qOMKVcrO9ch1HoJCXfBn0 { display:flex;width:0.9375rem;height:0.9375rem;top:53.1875rem;left:8.5rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #FDXRJBCMTeTlOVkHwpTDb2Kik7at7KF2 { width:5.8125rem;height:1.3125rem;top:53rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7D0a2RVAWhvEQzqnLocyM6TxE4EZAqo { display:flex;width:0.9375rem;height:0.9375rem;top:53.1875rem;left:7.625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #s41kDHoDKsmqd8y9Nd2tqVlJyQiunb8f { display:flex;width:0.9375rem;height:0.9375rem;top:53.1875rem;left:6.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #KPppytquSZHpSzJybWBmIO14cZDhLGWI { width:2.1875rem;height:2.1875rem;top:52.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTQoszOwxJcCCuf4QyGfvfbu8W2r0d4q { width:18.375rem;height:0;top:87.994140625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #PxqH8WGdXiuNZOU2HKfRxEkCetgJ8Jv3 { width:17.6875rem;height:1.13725rem;top:38rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TTw2eM9LKkhoUgDxT6LTfWaT5aT9HXPT { width:20rem;height:16.5rem;top:68.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp661n2Q8Nrn5VdOpt8GTH4sTVBcPUtI { width:16.5625rem;height:1.13725rem;top:69.625rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Z33tiixa392l7gq0Ne2v9gqzutS3LyuJ { width:18.375rem;height:7.96075rem;top:71.75rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #U5UNb8vJWvxPw1yTASCpGAkTQrz1FGof { width:20rem;height:1.13725rem;top:72.3125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o76pSE72VFiATapOnF3kwzolFbUmrVIy { width:20rem;height:11.2778125rem;top:84.9375rem;left:0rem;overflow:hidden;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TEcyeBLRF6bt91utJpUsxIgXlZ2TPayb { width:18.375rem;height:0.125rem;top:80.8125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Smbc2UcTIXoqEG2Vp2t00UB4v9b4bpQU { width:2.125rem;height:2.125rem;top:81.75rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNhoNiQTX13vWAXk3Z0FUSJ0KnolQ0Hq { width:4.25rem;height:1.1875rem;top:82.25rem;left:12rem;display:none; }
 }@media only screen and (max-width: 763px) { #EdkEVqhzM6CZ24mzUxfyGItHxtZto6fu { width:3.0625rem;height:1.3125rem;top:82.15625rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcN9k9iTr4FCtPt7N3O1OlF2ryz6iMZF { width:2.1875rem;height:2.1875rem;top:81.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggetTBvU3zq25oEqfWdnHFqGGIxtiOHt { width:3.375rem;height:0;top:82.4375rem;left:12.4375rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #HhcnLAmUQPe8rqmpag8DPMllFrDrpNHw { display:flex;width:0.9375rem;height:0.9375rem;top:82.375rem;left:10.4375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Jgq55oXBpuOfsa120BeRLeutoGZL31LT { display:flex;width:0.9375rem;height:0.9375rem;top:82.375rem;left:9.5625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #rvyDJxuBc6IC56GLRbgKyTCZD4SOCowG { display:flex;width:0.9375rem;height:0.9375rem;top:82.375rem;left:8.6875rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #lVZQ4CFVZTBnROZXVBOm2oS4UKTcW36V { display:flex;width:0.9375rem;height:0.9375rem;top:82.375rem;left:7.8125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #gErPs7kvpWTQah55Wzb7OA723NXXRfsW { display:flex;width:0.9375rem;height:0.9375rem;top:82.375rem;left:6.9375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #u6cbTW4JPoVbiyGGJPnqNN9VOu3UG7Ub { width:20rem;height:11.21925rem;top:24.5rem;left:0rem;overflow:hidden;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #mkhsRmKCu84MT9rdBOpuSTPf4Urz5TXv { width:20rem;height:11.21925rem;top:55.875rem;left:0rem;overflow:hidden;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #dBQDbwirON0WNpqv3DnHG5BFGTdealxi { width:4.875rem;height:2.1875rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUiRksppyqIBwsuEKQoA03RltqyCSTAG { width:3.1875rem;height:1.13725rem;top:34.087890625rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kTcvwlNJlP1uVqyZe15Z6hFVR98uhcRm { width:4.875rem;height:2.1875rem;top:64.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee7PbtXPBDf2PzN7p4K4lS9gewFuQ79Z { width:3.1875rem;height:1.13725rem;top:65.462890625rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #C2gre8TIKXIWP31CkcPTA83KOw7GyrcT { width:4.875rem;height:2.1875rem;top:94.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmwRHKolC9fQOMS0v7bUlWiwrZR0zgpU { width:3.1875rem;height:1.13725rem;top:94.619140625rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #srTqaKFNzH7N81t3LPLVTacOFDIrIAi4 { width:4.875rem;height:2.1875rem;top:33.5625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeyHT2EG1cK5vDdvLrFsFThU3DXv1w2R { width:3.1875rem;height:1.13725rem;top:34.1875rem;left:16rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ouNmmfzpuM7wV80oGhvhaAMEt7PmFKXE { width:4.875rem;height:2.1875rem;top:64.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzHwk6yIBKQgIu6lB1hdBLuSqqT1xGfe { width:3.1875rem;height:1.13725rem;top:65.5625rem;left:16rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mEVLEfE82ulewByQE7XuM3K1ZdQOZVWL { width:4.875rem;height:2.1875rem;top:94.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTtQTpHPaZUaRaxxAmzIglaeblvCpuXh { width:3.1875rem;height:1.13725rem;top:94.6875rem;left:16rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #kVFgoJdkEDXw1zJZbcg0RwyDT1hxZ18G { width:2.1875rem;height:2.1875rem;top:21.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJhs38QdgL02C90prc125x7W6FcxHv1D { width:12rem;height:2.5rem;top:101.875rem;left:4rem;color:#243682;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZu38zpCMPOaZZTC3JfZUmGOITnvRMTi { display:block; }
 }@media only screen and (max-width: 763px) { #Dx25MW1UUT6CZCOxV7oWd1vCwJGSVeGP { width:17.5625rem;height:2.8125rem;top:97.5rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #za1ziL6O7hvZZ3Z8QHhskEOcZDNqe0Sb { display:block; }
 }@media only screen and (max-width: 763px) { #Nz2CJloDUwDk2e0g71pXtA6ITtDLsNFL { width:9.75rem;height:0.9747875rem;top:101.375rem;left:5.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G { display:block; }#uktEhctuzvnqlEkA5NgsiS6h4ZmpnW5G > .row .container { width:20rem;height:11.34375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQK6y3MiGtKcPNsoPUXaufRwagezpoJm { width:8.75rem;height:1.625rem;top:8.09375rem;left:11.25rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IKJRxP1lNaTaa3Xhp2lg7SgJqE7wf3Of { width:3.125rem;height:2.8125rem;top:3.28125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwymAyeZ6VNOd39KoIWA4JebFPVofGQI { width:3.625rem;height:3.625rem;top:2.875rem;left:13.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TMrsMVsr9Zz20gib62bUWrsBeb7n9QBJ { width:8.1875rem;height:3.25rem;top:8.09375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #x76x7nbSztsQQU8VnwK0cblGo0xcso82 { width:7.0625rem;height:1.625rem;top:7.8125rem;left:1.375rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #ZeRJ73eXcSzKdGkr6LAGX0OA4yTzFAec { width:5.625rem;height:1.875rem;top:3.75rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8OhsbasNsrA7EduKDdDGAbJ0fJeLa3X { display:flex;width:0.9375rem;height:0.9375rem;top:12.625rem;left:13.3125rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qTbkUTOlgg7Rv336tEmrJsWXTrvUdWTO { display:flex;width:0.9375rem;height:0.9375rem;top:12.625rem;left:14.1875rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rp2Ro6Au8dlcUTmMNglkwS8br1DsaN0W { display:flex;width:0.9375rem;height:0.9375rem;top:12.625rem;left:15.0625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xTH2Tpx2vyDA5yyZ7bmlBBsANqOidDCT { display:flex;width:0.9375rem;height:0.9375rem;top:12.625rem;left:15.9375rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #biX0pZTGoTE2hfov8vgCUovt221aJyQV { display:flex;width:0.9375rem;height:0.9375rem;top:12.625rem;left:16.8125rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OeXr0pZTCSv1TfEpm5TwzP1HKgqnbDxS { display:flex;width:0.9375rem;height:0.9375rem;top:24.90625rem;left:9.5rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #M19UkS8qTH1d7DRCSaU779NS92pk49uS { display:flex;width:0.9375rem;height:0.9375rem;top:24.9375rem;left:7.0625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9hTZK4S1qBDg2l3A4f44BVIbNBQLc6M { display:flex;width:0.9375rem;height:0.9375rem;top:24.9375rem;left:7.9375rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xX5rZiAlCOVIPprfNlBMZWRTrTrktC3a { display:flex;width:0.9375rem;height:0.9375rem;top:24.9375rem;left:8.8125rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3JPcRBfPTPgFoTkNEXq7uaoec77KTFN { display:flex;width:0.9375rem;height:0.9375rem;top:27.09375rem;left:9.5rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAsaobDgNUhfJi3ty8ZhQOHkuxc3QHXE { display:flex;width:0.9375rem;height:0.9375rem;top:6.6875rem;left:13.375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #CyM14xw1ZvV9eQZZs8mvwbmKgzlAH0OT { display:flex;width:0.9375rem;height:0.9375rem;top:6.6875rem;left:14.25rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #zNINgnaFg2fnotTriPqfZ6xynq6FJOcW { display:flex;width:0.9375rem;height:0.9375rem;top:6.6875rem;left:15.125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #pWO9wGmHcZBippDHSbybyAxTgPPKFWNT { display:flex;width:0.9375rem;height:0.9375rem;top:6.6875rem;left:16rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #BazpblSPUh7hMJEQXengyHAmQsvX0UFL { display:flex;width:0.9375rem;height:0.9375rem;top:6.6875rem;left:16.875rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #iAPPoEkF5ZnuOZe1KTqUzImwLIJWG5Q3 { width:17.875rem;height:1.625rem;top:0.8125rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xF5O7ZNM4tXBkZiseGXmS0N92KrDCrG5 { display:flex;width:0.9375rem;height:0.9375rem;top:6.6875rem;left:5.0625rem;font-size:0.4375rem;z-index:15025; }
 }@media only screen and (max-width: 763px) { #cT4IS7uOuXS0E9q72Hm6ZIJNkRhWouRS { display:flex;width:0.9375rem;height:0.9375rem;top:6.6875rem;left:4.1875rem;font-size:0.4375rem;z-index:15024; }
 }@media only screen and (max-width: 763px) { #IBTRKLkrFSghFvvNL5T2Odoo2vXu2Rli { display:flex;width:0.9375rem;height:0.9375rem;top:6.6875rem;left:3.3125rem;font-size:0.4375rem;z-index:15023; }
 }@media only screen and (max-width: 763px) { #TVZsrTHFQoNcMPGi8CEKxk8SQZHoHy1K { display:flex;width:0.9375rem;height:0.9375rem;top:6.6875rem;left:2.4375rem;font-size:0.4375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #thbEAlR6Myk6q08vQ9ccCnVV32ssxEbT { display:flex;width:0.9375rem;height:0.9375rem;top:6.6875rem;left:1.5625rem;font-size:0.4375rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd { display:block; }#RFtkPFgTeRsICTeA5vO6OiKTrV6GtJwd > .row .container { width:20rem;height:100.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPRMlmT62BLUKgCxqgWw8yVH5kAdpJoB { width:20rem;height:1.625rem;top:1.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CU0MbSMsFiEdBuVbDT6ctbwmmPTnTneH { width:20rem;height:18.1875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoqHyNrS4TXOdgwBb0L2AaI82EPBJw6b { width:18.375rem;height:0.125rem;top:17.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #to2ErrOoD9s7ME7ofr1xnZnWAhvbhdQD { width:18.375rem;height:11.3725rem;top:6.4375rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KhrBQXey69xz6nQOuacTN2zIaJeVxBi7 { width:4.25rem;height:1.1875rem;top:19.4375rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9lbJ8iwq4Qq3e4Ep5qx75s1H0aidHFg { width:3.375rem;height:0;top:19.625rem;left:12rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #xcT8O37iBVqgn5WGOcyakEPiBoIQHvgs { display:flex;width:0.9375rem;height:0.9375rem;top:19.5625rem;left:10rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #XWy7mwtmZGQp4aftc4kTZlwEFNqfTsBu { display:flex;width:0.9375rem;height:0.9375rem;top:19.5625rem;left:9.125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #CugttGK17aV6r00lUUMPc1UEyWVE0PJa { display:flex;width:0.9375rem;height:0.9375rem;top:19.5625rem;left:8.25rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #NmUd7VNuA4BZDfH757OQbCExAAgvJGOB { width:3.125rem;height:1.3125rem;top:19.4375rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9XPsvaAA6XKu9eLle3almy5E7B4fr6F { display:flex;width:0.9375rem;height:0.9375rem;top:19.5625rem;left:7.375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Mg3uXvdaRVGC2fqfPDdDyG476fOESv0z { display:flex;width:0.9375rem;height:0.9375rem;top:19.5625rem;left:6.5rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #OS2SwKCvMCeAHLupHPh4W1FCTOFCMtce { width:20rem;height:1.13725rem;top:7.75rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #N7GOXfnTiWVNn5NItKD0q4s5fSJczDAo { width:18.375rem;height:1.13725rem;top:4.5625rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vnN0ItRecirWG4MSQnW0QxciTE2TgSq6 { width:2.1875rem;height:2.1875rem;top:18.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4wmxzw23FS3Ji4ypGoLHaCgLROQElFE { width:20rem;height:16.125rem;top:34.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7E9xsKsgxNpbTud4RVdkiBNk2uTaAhx { width:4.25rem;height:1.1875rem;top:48.125rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DwAfOJt28usRX4wvbcNsm6NTtkRywyLC { width:3.375rem;height:0;top:48.3125rem;left:12.625rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #SHFW9sBLxIPbvKFr5nXwMVApdgBgEDae { display:flex;width:0.9375rem;height:0.9375rem;top:48.25rem;left:10.875rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #GIlsShnL67t7nyfsuUW1iTxyT3s4LLQd { width:18.375rem;height:0.125rem;top:46.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBHuMtobOuURw7ctGal2qBBDc3XCR37d { display:flex;width:0.9375rem;height:0.9375rem;top:48.25rem;left:10rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #I8qvXT2noWvao2ZutZQ3E7KcyhOkkqf7 { width:18.375rem;height:7.96075rem;top:37.4375rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ky2xFaClzNQXvkJ1qOehEMQItWZ6BvyU { display:flex;width:0.9375rem;height:0.9375rem;top:48.25rem;left:9.125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #WQyaMB0v9BgdtXdUbwm9DH30ITxVKW4a { width:5.8125rem;height:1.3125rem;top:48.0625rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDRPqvq01FDxdSwDVdmwtCMdTKPyhDZm { display:flex;width:0.9375rem;height:0.9375rem;top:48.25rem;left:8.25rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #ysWG7EVGS7QiiQ0ufxXWqtAEF9Q5IxsD { display:flex;width:0.9375rem;height:0.9375rem;top:48.25rem;left:7.375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Hgu79mlaDsRfv290TCWJ1BI6G01z35e8 { width:18.375rem;height:0;top:87.994140625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #WIu4kNPlh5DeLQit8ZXIBGMnv4gWl43p { width:17.6875rem;height:1.13725rem;top:35.4375rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KdQkAS8aqanuE3VFIaKLhaMaaxzCykyy { width:20rem;height:17.25rem;top:63.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUkCRfIQ5U28TfZWxrpNebio6mI9xMpn { width:12.625rem;height:1.13725rem;top:64.6875rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yxEFWOTPd42uK7TtpOkbRHeOsLa0sTMF { width:18.375rem;height:9.098rem;top:66.6875rem;left:0.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #yN6BmryuxKml7GtEdZUiQhVdAgHrZlC5 { width:20rem;height:1.13725rem;top:67.375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #IKIZ4a2N2oWNxoQnbHsugI6BTq7Xn5zy { width:20rem;height:11.214875rem;top:80.5625rem;left:0rem;overflow:hidden;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #fBGt551OsE9rO07RW65hlO5BNv35WzWu { width:20rem;height:0.125rem;top:76.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVyB5FxupKTQyaJwfefdONJIDOfROmDv { width:2.125rem;height:1.875rem;top:77.71875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp4U3NfoO2DkUuwqOWw2s4E0fexAeiHN { width:4.25rem;height:1.1875rem;top:78.0625rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aJeIdov1redeXhOemC12Fp5CZGpbZ25g { width:2.375rem;height:1.3125rem;top:78.03125rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITnwgVxbUyXuJRFAqSB8hdo3OpyiTqQ4 { width:3.375rem;height:0;top:78.25rem;left:12rem;font-size:0.625rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #MMo5iGTslyMBX1ZwlIfuJx3pGaXU14kn { display:flex;width:0.9375rem;height:0.9375rem;top:78.1875rem;left:10rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #TDLIXp3gq8Zc4IHh8swfiqGpLzMThB5s { display:flex;width:0.9375rem;height:0.9375rem;top:78.1875rem;left:9.125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #IeCqqbwo7BqaO4TZMK4xWDqkBzDdtKZQ { display:flex;width:0.9375rem;height:0.9375rem;top:78.1875rem;left:8.25rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #MvRWzpdH8l6JeRzSic4mT3iUmeiUX5gh { display:flex;width:0.9375rem;height:0.9375rem;top:78.1875rem;left:7.375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #hQKm22VHScrnDffMdnGsSMJNxR0TrhUy { display:flex;width:0.9375rem;height:0.9375rem;top:78.1875rem;left:6.5rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Ad9MBUs3PbSGvKzE586yUOANuOrXTnyi { width:20rem;height:11.21925rem;top:22.0625rem;left:0rem;overflow:hidden;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #cgF3425HkuT2KB6Lr0tHTk22zneuyqcQ { width:20rem;height:11.2568125rem;top:50.6875rem;left:0rem;overflow:hidden;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #A3WbvaFzfGvqExRh7hLOf11AexLJFi5X { width:4.875rem;height:2.1875rem;top:59.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1PF1kH6hqmZzst68EIy8btLql80xlng { width:3.1875rem;height:1.13725rem;top:60.375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #azHvycblZcEZr9B5msAXTowBrHhCoJU7 { width:4.875rem;height:2.1875rem;top:31.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sx1oq6IU3Mekd9sXPQe3tSC55COiz7Rr { width:3.1875rem;height:1.13725rem;top:31.75rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JW2AsRzym5WBfNmZ79N9VQs4PnDJ9eWr { width:4.875rem;height:2.1875rem;top:89.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxpPlqEyMQokRSRD9BxFWUcNyTbOpzDk { width:3.1875rem;height:1.13725rem;top:90.25rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OwvIxImeChC3mBMslZNTB5iL65Wht4mR { width:4.875rem;height:2.1875rem;top:59.75rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBrk8fwshZdqWVyQx0CIgIoR31u19FqF { width:3.1875rem;height:1.13725rem;top:60.375rem;left:16rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IHtalPpcQeN3NZTHVr2bQ6nGsKuPxXVT { width:4.875rem;height:2.1875rem;top:31.125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZzRNCXLZDKVukLgZ22UnRyKSrzLtoM9 { width:3.1875rem;height:1.13725rem;top:31.75rem;left:16rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gETSrXPQrAPbdTD8Ca2SFxkzIxLfc0m1 { width:4.875rem;height:2.1875rem;top:89.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsypflVrJ3KIR4vaRZVpXx22fvzBkKTo { width:3.1875rem;height:1.13725rem;top:90.25rem;left:16rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vsxcClp5cRE6V0tLooccL3pneSVXslX9 { width:2.125rem;height:1.875rem;top:19.09375rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5BVGTIqkf9nO32UdSWoG3ckNR35K1o0 { width:2.125rem;height:1.875rem;top:47.78125rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NacZN6xF5fe7rw6tQc0vWImbMDI0ihWG { width:2.1875rem;height:2.1875rem;top:47.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHHbWxxJGhgvTVDSGAZkSz2UozQnKI70 { width:2.1875rem;height:2.1875rem;top:77.59375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAZ45g6yJhuPX9zQ3pH4HDxTMfB4U3TD { width:12rem;height:2.5rem;top:97.3125rem;left:4rem;color:#243682;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVwIu7DcMRz0tEZmh6hJHrSpE0esLrov { display:block; }
 }@media only screen and (max-width: 763px) { #UKt2ned15l4ukPJ4MT0baFfUMEkT6oRO { width:17.5625rem;height:2.75rem;top:93.0625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzxiauDetOAB3nmokpadM8PX46aETaDO { display:block; }
 }@media only screen and (max-width: 763px) { #KbOTa98nyoufUbZat9wqxXZoIEcraaLN { width:9.5625rem;height:0.9747875rem;top:96.75rem;left:5.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n { display:block; }#xJqS4qENhCM2mPgOJZTV9gTEGrM5UN5n > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SQ97gQIidMwTT9ntxFRIAyv35r9yvQ4V { width:5.6875rem;height:3.125rem;top:1.625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RHAK46ia7iFDLN8g9hv2TOOKptSkBAF8 { width:3.5625rem;height:3.5625rem;top:1.40625rem;left:15.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nbKRGznEU4DRHl8A2vNNG4LHZ5TEa718 { width:4.125rem;height:4.125rem;top:0.90625rem;left:7.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KxeLFoMKGMlxAIwzHl9LZwZUydTkDeOK { width:5rem;height:4.375rem;top:43.375rem;left:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qfHLnTGmikGz2clc0GhveEin1l2DRGcQ { width:10rem;height:6rem;top:28.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f20bdeaa-eae3-4ed8-8b80-46ddcafc40b9/MetalRoofRepairFeaturedImage.webp");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp.adaptive-delivery-prevent-bg, #NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp.lazyload, #NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp.lazyloading { background-image: none; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row .container { background-color: transparent; background-image: none; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,2,0,0.75); }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row .container > .video-iframe-container { display: none; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,2,0,0.75); }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row > .video-iframe-container { display: none; }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .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); }#NlHiQh73D2EsSFA6EyvqbpS9V7zcwyVp > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FENF3ZWOT40pAPlGfeggKGAxl9mooBll { width:9.8125rem;height:1.13725rem;top:7.0625rem;left:5.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJsIAgyb1RwrkiO3b4UvoiGnVVKEHwLc { width:12.9375rem;height:3.9375rem;top:8.9375rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z3eiobEXNc4lsFHc3JdXKLafw0E9vhrR { width:8.4375rem;height:1.13725rem;top:30.5625rem;left:5.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SiM45J6BZc1DSaAEuZKkyPurHES7WdQA { width:12.9375rem;height:3.9375rem;top:32.3125rem;left:3.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b7lKxmOTTivJFZEbR0lLXlQhxDIiF86b { width:12.5625rem;height:1.13725rem;top:17.9375rem;left:3.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HrGqgbXk5KiTFAVT5ZubMPR7TI0VOapI { width:12.9375rem;height:5.25rem;top:20.1875rem;left:3.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JUaEP8MrRKpZkvE3MxfvuGuBb4Fw5sCO { width:17.1875rem;height:1.29980625rem;top:1.22265625rem;left:1.40625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pRZrtXIaD3c6rVUSulQbEiDkmVXHxkiy { width:2.1875rem;height:2.1875rem;top:27.625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfHToPBlpc8iPTMHdF7hNPiuM4DIclNG { width:1.75rem;height:1.75rem;top:4.625rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZU3CTX1K4vIo70vSeFIpC4iuNGP3kEK8 { display:flex;width:1.875rem;height:1.875rem;top:15.3125rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #XA1FEhsUC6eKU9AEsgACBH4AdqpAcHTd { width:8.8125rem;height:1.05615rem;top:43.375rem;left:5.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xKHTDpIzK79dguPAzXsMcq4UHAWSUFyz { width:19rem;height:3.0625rem;top:38.375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CETO96T1GEKtlF6TKnszK40g7SMVEsIT { display:block; }
 }@media only screen and (max-width: 763px) { #JkS9HS0dhZ7ilgv34wxBtZnIo7psGXqW { display:flex;width:0.9375rem;height:0.9375rem;top:42.25rem;left:7.6875rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #Vfz0zBN5B3ZIHTuxf0GTNswQ7EpIQ4SP { display:flex;width:0.9375rem;height:0.9375rem;top:42.25rem;left:8.625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #edBr3MgGeagCicKc2tgUdHd60AbDBGPz { display:flex;width:0.9375rem;height:0.9375rem;top:42.25rem;left:9.5625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #M58VP5S1mGv0Msh3V7DLqOdShzxx4pPq { display:flex;width:0.9375rem;height:0.9375rem;top:42.25rem;left:10.5rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #MrDlCBc31UQpvATs950IZcaKORarGDEa { display:flex;width:0.9375rem;height:0.9375rem;top:42.25rem;left:11.375rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf { display:block; }#nJT1vCef6dmBST9hiFT9Wv1Guh2SAzSf > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bokDc0EtEaxbsc34HWKyITkaIwTAz4SS { width:20rem;height:7.5556875rem;top:0.5625rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #eT1s2WBDnPxttOW0xlBwPcgDQQhwyEOG { width:20rem;height:21.0625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT6AJyi7x2mETOnbi9IkroxXbcg71X2V { display:flex;width:1.3125rem;height:1.3125rem;top:8.75rem;left:9.34375rem; }
 }@media only screen and (max-width: 763px) { #L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 { display:none; }#L2T5lMk6f53MMFAf9yDAzPsFG6lMv6r4 > .row .container { width:20rem;height:104.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FcI5Ur64ObGBHVgUXaWDXu16AP1SAO8B { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OEfWF1UpqoKMhyUwaAChpaoOxfhcAeF9 { width:9.375rem;height:9.375rem;top:4.625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqvUxAZXph6DiQf4AzrTZQDxbxkMx6d { width:9.375rem;height:9.375rem;top:4.625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7ilCcfRpO7Bk2uUvXi5q9Eap5TcXIok { width:9.375rem;height:9.375rem;top:21.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lo95bw4Ttm7D7mBZLLXLwDoNdt6N1zox { width:9.375rem;height:9.375rem;top:21.5625rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvnz3CCNiEHlf9TVz81G2TZtzPpt4uab { width:10rem;height:10rem;top:64.9375rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OgtuerJT78EvDaXGgLNXz5Oens4lg3bw { width:7.875rem;height:3.375rem;top:16.099609375rem;left:1.0625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cnQh2xBLwdzpvtuo4miSUUNSRqsUHpTf { width:7.875rem;height:3.375rem;top:16.333984375rem;left:11.0625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKXvVIF8GctzhZiJOCS9QfOpEwXEVubD { width:7.875rem;height:3.375rem;top:33.287109375rem;left:1.0625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dWW05UQBK35hkgIh29e7nRkGK3GSmne6 { width:7.875rem;height:3.375rem;top:33.287109375rem;left:11.0625rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJSz56EELVzGWAL5gdDa2T9US7Wym7Cf { width:9.8125rem;height:0;top:57.5996125rem;left:5.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dBw84hlzfJM0g3CaHwDLb2SybKQtSm4m { width:10.0625rem;height:2.1875rem;top:36.505859375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzHDc6aaqu0yik5KMdTmqBrxprISXu3z { width:8.5625rem;height:1.13720625rem;top:37.19921875rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Fgz0HsT9G6B5uOVOCPVI3HksiVi8cyft { width:10.0625rem;height:2.1875rem;top:44.568359375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8NG3tiQvVGsEAUtKTg2k6fePz9s3ySE { width:8.5625rem;height:1.13720625rem;top:45.193359375rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PpJK3eu07cmxGqGoU9OOrCWMoUQM9Gzg { width:10.0625rem;height:2.1875rem;top:52.630859375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4EwJc4nikSuTCFekG0lWHJSsPqAWdUn { width:8.5625rem;height:1.13720625rem;top:53.193359375rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #boL1ntvnqATnogRu8DwrGlER4MtNqV5p { width:10.0625rem;height:2.1875rem;top:60.568359375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfwcTaByMshCcvIRysdUX3owHvbKb3cS { width:8.5625rem;height:1.13720625rem;top:61.193359375rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #V07qNdgCnQVsuWhTza4yX1yspT3OWRaQ { width:10.0625rem;height:2.1875rem;top:68.568359375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzPe6lSlA3k7q07TtXuh1tpK3W4fWoBh { width:8.5625rem;height:1.13720625rem;top:69.193359375rem;left:4.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #gZfNViPHpXBLoSPZqEMcTKRCQ6L8oJsR { width:13.25rem;height:6.75rem;top:38.755859375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADMg7tO6pfUteEIqnOPwX1yZhyWEu8PK { width:13.25rem;height:6.75rem;top:46.755859375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnXl6pnIIPKBwhBsGZANcrZi0nTQIDhK { width:13.25rem;height:6.75rem;top:54.755859375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cyo9rvJPQ7clJtc6ko3prvlHl7RJaA1W { width:13.25rem;height:6.75rem;top:62.755859375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMhAU6bquI8tt4b54U2Tikbh7cF29Kzz { width:13.25rem;height:6.75rem;top:70.755859375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwDxKkclOPxwTJTRk500rDgHiWKWBK4I { background-color:#243682;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row .container { background-color: transparent; background-image: none; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row .container > .video-iframe-container { display: none; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row > .video-iframe-container { display: none; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .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); }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KwDxKkclOPxwTJTRk500rDgHiWKWBK4I > .row .container { width:20rem;height:49.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKCmT1OM48lf9yZg5bR0DGtEfRHXJ50s { width:19.875rem;height:2.5996125rem;top:0.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XT1VTJIqP3eSIh5NKhozyZ4eyuXNarfW { display:flex;width:3.125rem;height:3.125rem;top:4.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #DnBMCzP01c5OeTn55P8NHiuLICT3FmxZ { display:flex;width:3.125rem;height:3.125rem;top:16.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #nerHEew9WaB6bNcT4SKI5TK5LOUzr2Aa { display:flex;width:3.125rem;height:3.125rem;top:28.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ZdVaXm1WKo20MfqOATqrccRc7u2Tc1GC { width:4.1875rem;height:1.13725rem;top:7.9375rem;left:7.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EmDH31hgnbXlyxWGQcAUF0C7TDJxT1F4 { width:4.1875rem;height:1.13725rem;top:19.625rem;left:7.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BoOIBvSwThPuPpzHbeWROC6polCZh06E { width:4.1875rem;height:1.13725rem;top:32.625rem;left:7.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfV7wUlpKHTfh3gT29TKcXcVmCnOT45p { width:10.25rem;height:1.13725rem;top:9.875rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ntAgiJBLqWPLDDxO395FXSHb3SNFBu8h { width:10.25rem;height:1.13725rem;top:21.5rem;left:4.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p64QUri7IPGlstalVRKQ5BaJXNGVbN0I { width:11.625rem;height:1.13725rem;top:34.5rem;left:4.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOeB9igkQw2ZiQ9Sts12LFPFHAWhKue1 { width:15.3125rem;height:3.41175625rem;top:11.4375rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bkmegtkd79stTIFMNnQA84OyG43NsImH { width:15.3125rem;height:3.41175625rem;top:23.5rem;left:2.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kWLPG6X4dFqm0CsUJpT6EtVFvhyuATE6 { width:15.3125rem;height:3.41175625rem;top:36.25rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LUTSPosoKy2eqDtQ8ouPIZitwlXUkKq6 { width:19rem;height:3.0625rem;top:41.6875rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzQQeG5GRWlTVPWKHTQTMpedkTg80MTE { display:block; }
 }@media only screen and (max-width: 763px) { #Jn3empdv3z6itgFgl8NuA6V72WvEzxJT { display:flex;width:0.9375rem;height:0.9375rem;top:45.625rem;left:7.75rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #IT0dyLvTx3daUFgONy2RWcksvUXOLvAV { display:flex;width:0.9375rem;height:0.9375rem;top:45.625rem;left:8.625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #z22D2T1sb4QurRDkZ5kmakJR7MfwDO2y { display:flex;width:0.9375rem;height:0.9375rem;top:45.625rem;left:9.5625rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #t36PwGCQR7CwdwMRAR7cf3mOrAcGQzvU { display:flex;width:0.9375rem;height:0.9375rem;top:45.625rem;left:10.5rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #O2t0OvwUuKbqSZAwXMFlF0qvPRN7Bmex { display:flex;width:0.9375rem;height:0.9375rem;top:45.625rem;left:11.3125rem;font-size:0.4375rem; }
 }@media only screen and (max-width: 763px) { #rBOJ2k1WcaGNhocDFSaiMJwd8sTQNhTW { width:8.8125rem;height:1.05615rem;top:47.3125rem;left:5.625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv { display:block; }#OVLGO1MNtpqvdZIJpTgkiGCohUt0DKwv > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mSLE2Z8zeh6vRIJKHknsxVchPwaa22UN { width:13.125rem;height:2.0625rem;top:1.4375rem;left:3.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5GZb1W0gRwn1snFOfSsLsswtMzvFaHV { width:20rem;height:2.0625rem;top:18.5rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F0Hvfi0I5dGizCtgbWelV6ozNtlTA3pE { width:11.3125rem;height:5.15625rem;top:4.25rem;left:4.34375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GhSAWwqkwHSNG2bIOsC9FTTIEz0wFhHn { width:11.5rem;height:4.125rem;top:10.25rem;left:4.25rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zUqKCziZQNSTXrgNfnPrpc08RroEQykM { width:5.75rem;height:0;top:14.234375rem;left:7.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GZvwNEF4tOmeGt2hLsBgGFObBK6LDs8r { width:9.75rem;height:1.9375rem;top:15.3125rem;left:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLDtBQhCUgSX2n6JueoM2A1S4ZF6btE8 { display:block; }
 }@media only screen and (max-width: 763px) { #KOf9NI8qKKIHstaTpOviRPMA0THOJrUE { width:8.4375rem;height:1.03125rem;top:20.5625rem;left:5.8125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rd1gU4hsy90ZZ6TX4Lv73f7lSXZaAl2K { width:8.625rem;height:3.625rem;top:22.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTBk583WhfqLhxFM27bDeay9IlRHBV3J { width:13.125rem;height:1.03125rem;top:27.5rem;left:3.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4s8eba4mEOuTO2xhCKcu4kIlsk06asN { background-color:#fe2121;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;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container { background-color: transparent; background-image: none; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container > .video-iframe-container { display: none; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row > .video-iframe-container { display: none; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .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); }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container { border-width: 0; border-radius: 0; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4s8eba4mEOuTO2xhCKcu4kIlsk06asN > .row .container { width:20rem;height:3.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4BMvkLXVl5WVenUrgm3Z7RuTKSrZuLc { width:20rem;height:3.0625rem;top:0.125rem;left:0rem;color:#ffffff;font-size:1rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qTPz7Pzzw7IcPBB1ygzSIiCIBmE5Dy7B { display:block; }
 }