.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
 #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 *:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="text"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="email"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 input[type="tel"]:focus-visible, #Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 textarea:focus-visible { outline: 2px solid #00d6fa; } #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); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND { 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; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { background-color: transparent; background-image: none; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container > .video-iframe-container { display: none; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row > .video-iframe-container { display: none; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .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); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { border-width: 0; border-radius: 0; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#DladrslFJRFfGDDbofEUWP6iu8wu6fPP { background-color:#173358;background-image:none;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;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:"barlow semi condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.25rem;left:51.937501907349rem;display:block; }
#rZnUZNbileTFZE52prsb1Wr2udE47ggU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { background-color:#00a535;background-image:none;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;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:"barlow semi condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.25rem;left:61.625001907349rem;display:block; }
#D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N8UXunTg2AM7WkaTybbukFokKDIgwNRz { 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.5rem;width:11.25rem;top:1.0625rem;left:3.6625003814698rem;overflow:hidden;display:block; }
#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/467c2182-133f-4c60-bf17-deea616c58a3/bg_desktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.adaptive-delivery-prevent-bg, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyload, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyloading { background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { background-color: transparent; background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .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); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { border-width: 0; border-radius: 0; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;overflow:visible;position:relative;display:block; }#TpSm0ULOKDvrWoWdiZqXp8v7scNm1kZV { background-color:#00a535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.425rem;height:3.3625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.75rem;left:41.718751907349rem;display:block; }
#VR9SA23aEy658SQAEWwJdetA3TxXrrED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JbpeC9Rf6TO0OHV4VZWguaCyBFSmCnqK { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:32.3125rem;top:8.362500190735rem;left:33.206251144409rem;overflow:hidden;display:block; }
#aQcBf5hMDGnC72ZT3cJ3ECegkESEICu0 { color:#173358;display:block;width:19.8125rem;position:absolute;font-family:"barlow semi condensed";font-size:3.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:4.8500002864748rem;left:40.525003433228rem;height:8.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZxG7vp7tKOQWCx620Sg0zESSWvPrH6xR { color:#929292;display:block;width:34.25rem;position:absolute;font-family:"barlow semi condensed";font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:19.75rem;left:33.30624961853rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Svw30gqeFdTQUWATR0I0DtaV0q7otMOo { color:#009fda;display:block;width:34.25rem;position:absolute;font-family:"barlow semi condensed";font-size:3.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:19.9375rem;left:34.9375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#M3543Pt6cSESgTNpToWaPFSyP9JQGXeW { color:#000000;display:block;width:29.25rem;position:absolute;font-family:"barlow semi condensed";font-size:0.5625rem;font-weight:normal;z-index:15032;line-height:1.1;letter-spacing:0;top:33.112499237061rem;left:35.843751907349rem;height:3.7125rem;text-align:center;text-align-last:center;display:block; }
#fNDePTt8r1uWeXqqRVSR1ViSlURn9CZf { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.75rem;top:30.0625rem;left:43.500001907349rem;overflow:hidden;display:block; }
#baoOS1HEHZcnVXg6wTNOykAGhhxeBIJW { color:#000000;display:block;width:10.75rem;position:absolute;font-family:"barlow semi condensed";font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.1;letter-spacing:0;top:30.75rem;left:46.750001907349rem;height:1.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#173358;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; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { background-color: transparent; background-image: none; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container > .video-iframe-container { display: none; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row > .video-iframe-container { display: none; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .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); }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { border-width: 0; border-radius: 0; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#VzPBTrTcTrFlL1oMA58liJ1MRTeJB3No { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"barlow semi condensed";font-size:3.5625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:1.296875rem;left:0rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS { 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; }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row .container { background-color: transparent; background-image: none; }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row .container > .video-iframe-container { display: none; }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row > .video-iframe-container { display: none; }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .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); }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row .container { border-width: 0; border-radius: 0; }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#lh1V42Xh8L2s3gqVpXR0VGJC32qeOblT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.4375rem;width:18.75rem;top:4.25rem;left:3.125rem;overflow:hidden;display:block; }
#iLGB61zTRRkKH5i767Auba7VFAN9lNiH { color:#173358;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:17.3125rem;left:1.9375rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P0wJqC5yJNazx65o5LJCabFxghk8ZVJe { color:#173358;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:15.3125rem;left:1.9375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RVolaDL53hbVz8rSQbsaWxzORa2RPI4h { color:#009fda;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:19.625rem;left:1.9375rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WsEltIASDMutSWRl7TPWHTBMywBPXnI0 { background-color:#00a535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23.125rem;left:3.75rem;display:block; }
#D4LkLVq2w1D1RUd8uTpMkaTn38lHvOcU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yHVMxDI7ZaOgDTDS4u3bFP4wEAtwaTnh { background-color:#00a535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.125rem;left:28.75rem;display:block; }
#S31hH0W3CVfWVcLguSobgiGKk99IGVKO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AukRTC2p7TnG059o2FsKpIPvVbQghaiQ { background-color:#00a535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:23.125rem;left:53.75rem;display:block; }
#LZ4ygulJ2m4uW0L9vmtU9r7BqnhJNy7X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pt28pGGdKM7ZxCD5NAUFNc7TA60r4tPA { color:#173358;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:1.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:17.3125rem;left:26.9375rem;height:5.0375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pnmo3KPhT4TyQEsllP8u8zTCO3PEyCdH { color:#009fda;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.1875rem;left:26.9375rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VXTm9Ug2bWoBBbW5wTwtKAlls9FEU6DF { color:#173358;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:15.3125rem;left:26.9375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fT8BTetlAztI95llPX8FU3m7LuINJWUd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.4375rem;width:18.375rem;top:4.25rem;left:28.125rem;overflow:hidden;display:block; }
#upbDsElrka2yxGITz0pE8ZTuNRp7W0t8 { color:#173358;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:17.4375rem;left:51.9375rem;height:3.575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RcSM7cIc4TfSRiZ57TnGaxgSdQOUhNeM { color:#009fda;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:3rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:18.375rem;left:51.875rem;height:3.9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXeebte8zy3TfrQihoPKepQC4lrAHmLq { color:#173358;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:15.3125rem;left:51.9375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KGmu3ntPTebm6oghy8IVN30wambJ09KN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.4375rem;width:18.375rem;top:4.25rem;left:53.125rem;overflow:hidden;display:block; }
#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi { 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; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { background-color: transparent; background-image: none; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container > .video-iframe-container { display: none; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row > .video-iframe-container { display: none; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .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); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { border-width: 0; border-radius: 0; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#zayW27fEB6b3hfKgHWlEOxQBrNpOa0nH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.4375rem;width:18.375rem;top:1.6875rem;left:13.625rem;overflow:hidden;display:block; }
#u6lLxdWkQF7J18IK6sQa1eqvuoJI0F78 { color:#173358;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:1.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.75rem;left:12.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k9gNnSXU2TFaptu5Q4UbUNGGE0JSqnUw { color:#173358;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.75rem;left:12.4375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nat5vpoZ0EJ9b3ODl7sipE3DpELMK5sp { color:#009fda;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:2.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.3125rem;left:12.4375rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U97JNp2Quv5h3vo79KTOF5T3ADunyT9O { background-color:#00a535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.5625rem;left:14.25rem;display:block; }
#SCB4WXF2MAXk3XTLI2vwWPcytb2Sx1Ei { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ewPBaoMnyFDSZnrVbrKAyiPcxd7HhLX6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:10.4375rem;width:18.375rem;top:1.6875rem;left:42.8125rem;overflow:hidden;display:block; }
#Oqhf4TUE8i53iOAfxyXUFH7IwWgpJNOF { color:#173358;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:12.75rem;left:41.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#om0boAG3wJlchUmTDD758fIadAE3M4kN { color:#173358;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:2.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.75rem;left:41.625rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UicOiXKwr2Uly1MUyctbzqU9dyaRRiNp { color:#009fda;display:block;width:21.1875rem;position:absolute;font-family:"barlow semi condensed";font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:17.0625rem;left:41.625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WXTgZ7fD0QltUlOCHJtKLqqWMm8zN08S { background-color:#00a535;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"barlow semi condensed";font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:20.5625rem;left:43.4375rem;display:block; }
#UPWJOIOcFh5vDAFpKewcG3cTlrlQpPTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tZDxXt85w9JU70re6167FZTPOiaT16VC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #dcdcdc);background-image: -moz-linear-gradient(180deg, #ffffff, #dcdcdc);background-image: -ms-linear-gradient(180deg, #ffffff, #dcdcdc);background-image: -o-linear-gradient(180deg, #ffffff, #dcdcdc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc' );";background-image: linear-gradient(180deg, #ffffff, #dcdcdc);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { background-color: transparent; background-image: none; }#tZDxXt85w9JU70re6167FZTPOiaT16VC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container > .video-iframe-container { display: none; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row > .video-iframe-container { display: none; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .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); }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { border-width: 0; border-radius: 0; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:75rem;position:relative;display:block; }#ArIO6ddWkt2TpsSZuDWnR01ve6TsWIo8 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#f6f6f6;background-image:none;top:7.75rem;left:3.0625rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;display:block; }
#X8pXtPcK7WVsz7EVwbMlZpnf0LcTGI31 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:8.375rem;left:6.2500019073488rem;overflow:hidden;display:block; }
#Zg79rcid5XuCbrRbopETRE8WTylRnkLO { 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:6.125rem;width:6.125rem;top:8.375rem;left:25.000001907349rem;overflow:hidden;display:block; }
#WHCZWJQlAyUgTxtcaUScLnibFyfrxzN1 { 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:6.125rem;width:6.125rem;top:8.375rem;left:43.750001907349rem;overflow:hidden;display:block; }
#ThiAzWEXp5IsAxmsDm5mNgzloGracbIw { 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:5.4375rem;width:5.625rem;top:8.6875rem;left:62.75000190735rem;overflow:hidden;display:block; }
#mbfvLIWwcLKtSaGV8Lamm41ASaTJrVxi { color:#173358;display:block;width:8.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.875rem;left:5.125rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U8CXWthsXzaVyo74PSqJJQUGoMIyD48Z { color:#173358;display:block;width:8.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:15.875rem;left:23.875001907349rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xs3I75XwnT3BrTHSLUa2vNKZNEkClqnP { color:#173358;display:block;width:8.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.9375rem;left:42.625001907349rem;height:5.11875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruSgoTIxKDB8RB2Ls9W7OgVXP2sx69uH { color:#173358;display:block;width:8.4375rem;position:absolute;font-family:"barlow semi condensed";font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.9375rem;left:61.375001907349rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klfLw0D5N1Czpxyv6ZOnrUS3M9A09ugt { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#f6f6f6;background-image:none;top:7.75rem;left:21.75rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;display:block; }
#KOVuXvfTHekGKBDMnTQR3ch5B24AxZUT { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#f6f6f6;background-image:none;top:7.75rem;left:40.5rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;display:block; }
#LQUSq5dDkHWQM0CdAmCk5p7KKt4Oefub { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#f6f6f6;background-image:none;top:7.75rem;left:59.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;display:block; }
#QxQTLmksTT2Q9w45QQWrI8eUTd3Lo1zK { color:#173358;display:block;width:20.5625rem;position:absolute;font-family:"barlow semi condensed";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:26.687501907349rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002335;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; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { background-color: transparent; background-image: none; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container > .video-iframe-container { display: none; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row > .video-iframe-container { display: none; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .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); }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { border-width: 0; border-radius: 0; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#i9vGo10FZHfQeSCUzqqwtU5f4ROia6vS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.125rem;left:31.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#BnrONa3R1pS0rId2U5uF9qkQMDXJ78sr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.125rem;left:56.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#h77JsTyyLU8awFQ0KpO6utLHTOS9IhJo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"barlow semi condensed";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:1.82421875rem;left:6.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 { background-color:#002b43;background-image:none;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; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { background-color: transparent; background-image: none; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container > .video-iframe-container { display: none; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row > .video-iframe-container { display: none; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .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); }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { border-width: 0; border-radius: 0; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { font-size:0.875rem;font-family:arial;height:31.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#cu79rGkMlte5mJuVhadlD2UsrOzQHdus { color:#00d6fa;display:block;width:68.8125rem;position:absolute;font-family:"barlow semi condensed";font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.7;letter-spacing:0;top:11.5rem;left:3.09375rem;height:17.53125rem;text-align:center;text-align-last:center;display:block; }
#iqATaQvT2PECvCCrEwaD8OEJytxps5HQ { box-sizing:content-box;height:0.125rem;width:56.625rem;position:absolute;display:block;z-index:15002;background-color:#00d6fa;background-image:none;top:9.625rem;left:9.1875rem;display:block; }
#IEmClJXF0vPhcTTGmWzLNNX1RtlaV0eb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;top:3.21875rem;left:41.90625rem;overflow:hidden;display:block; }
#T0rklNvtcvPAtNRTEiGBEhvc7St8xq4B { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10.5rem;top:2.8125rem;left:25.21875rem;overflow:hidden;display:block; }
#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002335;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; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { background-color: transparent; background-image: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container > .video-iframe-container { display: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container { display: none; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .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); }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { border-width: 0; border-radius: 0; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { 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:9.0625rem;width:11.4375rem;top:1.25rem;left:9.6875rem;overflow:hidden;display:block; }
#dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { 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:5.4375rem;width:4.75rem;top:3.0625rem;left:26.25rem;overflow:hidden;display:block; }
#kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:7.3125rem;top:2.34375rem;left:39.125rem;overflow:hidden;display:block; }
#M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:8.625rem;top:2.34375rem;left:55.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TZDTIGFdOQQumv30wzGq0hTS99UBNmND { display:block; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DladrslFJRFfGDDbofEUWP6iu8wu6fPP { width:8.6875rem;height:2.125rem;top:1.25rem;left:38.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZnUZNbileTFZE52prsb1Wr2udE47ggU { display:block; }
 }@media only screen and (max-width: 763px) { #AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { width:8.6875rem;height:2.125rem;top:1.25rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block; }
 }@media only screen and (max-width: 763px) { #N8UXunTg2AM7WkaTybbukFokKDIgwNRz { top:1.0625rem;left:0rem;width:11.25rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { display:block; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpSm0ULOKDvrWoWdiZqXp8v7scNm1kZV { width:17.375rem;height:3.3125rem;top:24.75rem;left:28.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR9SA23aEy658SQAEWwJdetA3TxXrrED { display:block; }
 }@media only screen and (max-width: 763px) { #JbpeC9Rf6TO0OHV4VZWguaCyBFSmCnqK { top:8.3125rem;left:15.4375rem;width:32.3125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQcBf5hMDGnC72ZT3cJ3ECegkESEICu0 { top:4.8125rem;left:26.900003433227rem;width:19.8125rem;height:4.0625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxG7vp7tKOQWCx620Sg0zESSWvPrH6xR { top:19.75rem;left:13.5rem;width:34.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svw30gqeFdTQUWATR0I0DtaV0q7otMOo { top:10.5rem;left:0rem;width:20rem;height:17.0625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #M3543Pt6cSESgTNpToWaPFSyP9JQGXeW { top:33.0625rem;left:18.5rem;width:29.25rem;height:3.0625rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNDePTt8r1uWeXqqRVSR1ViSlURn9CZf { top:30.0625rem;left:29.875001907349rem;width:2.75rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #baoOS1HEHZcnVXg6wTNOykAGhhxeBIJW { top:30.75rem;left:33.125001907349rem;width:10.75rem;height:0.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA { display:block; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzPBTrTcTrFlL1oMA58liJ1MRTeJB3No { top:1.25rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfbdQe2Gzc2op9O7P8V4OG04LinWtusS { display:block; }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lh1V42Xh8L2s3gqVpXR0VGJC32qeOblT { top:4.25rem;left:0rem;width:18.75rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLGB61zTRRkKH5i767Auba7VFAN9lNiH { top:17.3125rem;left:0rem;width:21.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0wJqC5yJNazx65o5LJCabFxghk8ZVJe { top:15.3125rem;left:0rem;width:21.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVolaDL53hbVz8rSQbsaWxzORa2RPI4h { top:19.625rem;left:0rem;width:21.1875rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsEltIASDMutSWRl7TPWHTBMywBPXnI0 { width:17.5rem;height:3.4375rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4LkLVq2w1D1RUd8uTpMkaTn38lHvOcU { display:block; }
 }@media only screen and (max-width: 763px) { #yHVMxDI7ZaOgDTDS4u3bFP4wEAtwaTnh { width:17.5rem;height:3.4375rem;top:23.125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S31hH0W3CVfWVcLguSobgiGKk99IGVKO { display:block; }
 }@media only screen and (max-width: 763px) { #AukRTC2p7TnG059o2FsKpIPvVbQghaiQ { width:17.5rem;height:3.4375rem;top:23.125rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ4ygulJ2m4uW0L9vmtU9r7BqnhJNy7X { display:block; }
 }@media only screen and (max-width: 763px) { #Pt28pGGdKM7ZxCD5NAUFNc7TA60r4tPA { top:17.3125rem;left:10.5625rem;width:21.1875rem;height:2.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnmo3KPhT4TyQEsllP8u8zTCO3PEyCdH { top:19.1875rem;left:10.5625rem;width:21.1875rem;height:2.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTm9Ug2bWoBBbW5wTwtKAlls9FEU6DF { top:15.3125rem;left:10.5625rem;width:21.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT8BTetlAztI95llPX8FU3m7LuINJWUd { top:4.25rem;left:13.375rem;width:18.375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #upbDsElrka2yxGITz0pE8ZTuNRp7W0t8 { top:17.4375rem;left:26.4375rem;width:21.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcSM7cIc4TfSRiZ57TnGaxgSdQOUhNeM { top:18.375rem;left:26.4375rem;width:21.1875rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeebte8zy3TfrQihoPKepQC4lrAHmLq { top:15.3125rem;left:26.4375rem;width:21.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGmu3ntPTebm6oghy8IVN30wambJ09KN { top:4.25rem;left:29.25rem;width:18.375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKpZnZZkaiubHovyRgGFUiQn4tHAelvi { display:block; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zayW27fEB6b3hfKgHWlEOxQBrNpOa0nH { top:1.6875rem;left:5.5rem;width:18.375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6lLxdWkQF7J18IK6sQa1eqvuoJI0F78 { top:12.75rem;left:2.6875rem;width:21.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9gNnSXU2TFaptu5Q4UbUNGGE0JSqnUw { top:14.75rem;left:2.6875rem;width:21.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nat5vpoZ0EJ9b3ODl7sipE3DpELMK5sp { top:16.3125rem;left:2.6875rem;width:21.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U97JNp2Quv5h3vo79KTOF5T3ADunyT9O { width:17.5rem;height:3.4375rem;top:20.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCB4WXF2MAXk3XTLI2vwWPcytb2Sx1Ei { display:block; }
 }@media only screen and (max-width: 763px) { #ewPBaoMnyFDSZnrVbrKAyiPcxd7HhLX6 { top:1.6875rem;left:23.875rem;width:18.375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqhf4TUE8i53iOAfxyXUFH7IwWgpJNOF { top:12.75rem;left:23.875rem;width:21.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #om0boAG3wJlchUmTDD758fIadAE3M4kN { top:14.75rem;left:23.875rem;width:21.1875rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UicOiXKwr2Uly1MUyctbzqU9dyaRRiNp { top:17.0625rem;left:23.875rem;width:21.1875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXTgZ7fD0QltUlOCHJtKLqqWMm8zN08S { width:17.5rem;height:3.4375rem;top:20.5625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPWJOIOcFh5vDAFpKewcG3cTlrlQpPTJ { display:block; }
 }@media only screen and (max-width: 763px) { #tZDxXt85w9JU70re6167FZTPOiaT16VC { display:block; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArIO6ddWkt2TpsSZuDWnR01ve6TsWIo8 { top:7.75rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8pXtPcK7WVsz7EVwbMlZpnf0LcTGI31 { top:8.375rem;left:2.8437519073486rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg79rcid5XuCbrRbopETRE8WTylRnkLO { top:8.375rem;left:14.781251907349rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHCZWJQlAyUgTxtcaUScLnibFyfrxzN1 { top:8.375rem;left:26.718751907349rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiAzWEXp5IsAxmsDm5mNgzloGracbIw { top:8.6875rem;left:38.906251907349rem;width:5.625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbfvLIWwcLKtSaGV8Lamm41ASaTJrVxi { top:15.875rem;left:1.71875rem;width:8.4375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8CXWthsXzaVyo74PSqJJQUGoMIyD48Z { top:15.875rem;left:13.656251907349rem;width:8.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs3I75XwnT3BrTHSLUa2vNKZNEkClqnP { top:15.9375rem;left:25.593751907349rem;width:8.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruSgoTIxKDB8RB2Ls9W7OgVXP2sx69uH { top:15.9375rem;left:37.531251907349rem;width:8.4375rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klfLw0D5N1Czpxyv6ZOnrUS3M9A09ugt { top:7.75rem;left:11.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOVuXvfTHekGKBDMnTQR3ch5B24AxZUT { top:7.75rem;left:23.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQUSq5dDkHWQM0CdAmCk5p7KKt4Oefub { top:7.75rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxQTLmksTT2Q9w45QQWrI8eUTd3Lo1zK { top:2rem;left:3.3125rem;width:20.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 { display:block; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9vGo10FZHfQeSCUzqqwtU5f4ROia6vS { top:2.125rem;left:17.5625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnrONa3R1pS0rId2U5uF9qkQMDXJ78sr { top:2.125rem;left:33.4375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h77JsTyyLU8awFQ0KpO6utLHTOS9IhJo { top:1.8125rem;left:1.6875rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 { display:block; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cu79rGkMlte5mJuVhadlD2UsrOzQHdus { top:11.5rem;left:0rem;width:47.75rem;height:17.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqATaQvT2PECvCCrEwaD8OEJytxps5HQ { top:9.625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEmClJXF0vPhcTTGmWzLNNX1RtlaV0eb { top:3.1875rem;left:28.28125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rklNvtcvPAtNRTEiGBEhvc7St8xq4B { top:2.8125rem;left:11.59375rem;width:10.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { top:1.25rem;left:0rem;width:11.4375rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { top:3.0625rem;left:12.625rem;width:4.75rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { top:2.3125rem;left:25.5rem;width:7.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { top:2.3125rem;left:39.125rem;width:8.625rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:none;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); } }@media only screen and (max-width: 763px) { #TZDTIGFdOQQumv30wzGq0hTS99UBNmND { position:relative;z-index:auto;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { background-color: transparent; background-image: none; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container > .video-iframe-container { display: none; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row > .video-iframe-container { display: none; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .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); }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { border-width: 0; border-radius: 0; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZDTIGFdOQQumv30wzGq0hTS99UBNmND > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DladrslFJRFfGDDbofEUWP6iu8wu6fPP { width:3.125rem;height:1.75rem;top:1.0812500715256rem;left:10.656250536442rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZnUZNbileTFZE52prsb1Wr2udE47ggU { display:block; }
 }@media only screen and (max-width: 763px) { #AXquMNvXTHmtEwSclFpdUCRVwegfUbLD { width:5.1875rem;height:1.6875rem;top:1.1125000715256rem;left:14.250000536442rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4If5CprHPL9DAx6r9oEXw5ZKS4X4t6S { display:block; }
 }@media only screen and (max-width: 763px) { #N8UXunTg2AM7WkaTybbukFokKDIgwNRz { width:9rem;height:2rem;top:0.96875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/385b6264-892a-496c-98d2-77b3d56dad33/bg_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.adaptive-delivery-prevent-bg, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyload, #pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5.lazyloading { background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { background-color: transparent; background-image: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { display: none; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .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); }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { border-width: 0; border-radius: 0; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pgmFqINTolRxt7ZC0DhHTz7oMTdsbgD5 > .row .container { width:20rem;height:44.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpSm0ULOKDvrWoWdiZqXp8v7scNm1kZV { width:17.425rem;height:3.3625rem;top:16.625rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #VR9SA23aEy658SQAEWwJdetA3TxXrrED { display:block; }
 }@media only screen and (max-width: 763px) { #JbpeC9Rf6TO0OHV4VZWguaCyBFSmCnqK { width:20rem;height:7rem;top:5.3023438453674rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aQcBf5hMDGnC72ZT3cJ3ECegkESEICu0 { width:15rem;height:3.00625rem;top:2.2960937619209rem;left:2.5000000596046rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxG7vp7tKOQWCx620Sg0zESSWvPrH6xR { width:20rem;height:0;top:12.640625rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Svw30gqeFdTQUWATR0I0DtaV0q7otMOo { width:18.125rem;height:2.68125rem;top:13.00234413147rem;left:0.93671876192094rem;font-size:0.8125rem;z-index:15032;font-weight:700;font-style:normal;color:#7f7f7f;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #M3543Pt6cSESgTNpToWaPFSyP9JQGXeW { width:20rem;height:3.85rem;top:23.52499961853rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNDePTt8r1uWeXqqRVSR1ViSlURn9CZf { width:2.5rem;height:2.1875rem;top:21rem;left:3.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #baoOS1HEHZcnVXg6wTNOykAGhhxeBIJW { width:10.4375rem;height:0.89375rem;top:21.625rem;left:6.0000000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA { display:block; }#TghPHxKTeyBmEiND8TMvtrQbRrDQaIRA > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VzPBTrTcTrFlL1oMA58liJ1MRTeJB3No { width:14.1875rem;height:6.375rem;top:0.9375rem;left:2.90625rem;font-size:2.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #OfbdQe2Gzc2op9O7P8V4OG04LinWtusS { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row .container { background-color: transparent; background-image: none; }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row .container > .video-iframe-container { display: none; }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row > .video-iframe-container { display: none; }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .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); }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row .container { border-width: 0; border-radius: 0; }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OfbdQe2Gzc2op9O7P8V4OG04LinWtusS > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lh1V42Xh8L2s3gqVpXR0VGJC32qeOblT { width:18.75rem;height:10.625rem;top:3.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLGB61zTRRkKH5i767Auba7VFAN9lNiH { width:20rem;height:2.6rem;top:16.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0wJqC5yJNazx65o5LJCabFxghk8ZVJe { width:20rem;height:1.95rem;top:14.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVolaDL53hbVz8rSQbsaWxzORa2RPI4h { width:20rem;height:2.4375rem;top:19.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsEltIASDMutSWRl7TPWHTBMywBPXnI0 { width:17.5rem;height:3.4375rem;top:23.0625rem;left:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D4LkLVq2w1D1RUd8uTpMkaTn38lHvOcU { display:block; }
 }@media only screen and (max-width: 763px) { #yHVMxDI7ZaOgDTDS4u3bFP4wEAtwaTnh { width:17.5rem;height:3.4375rem;top:50.8125rem;left:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #S31hH0W3CVfWVcLguSobgiGKk99IGVKO { display:block; }
 }@media only screen and (max-width: 763px) { #AukRTC2p7TnG059o2FsKpIPvVbQghaiQ { width:17.5rem;height:3.4375rem;top:77.1875rem;left:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LZ4ygulJ2m4uW0L9vmtU9r7BqnhJNy7X { display:block; }
 }@media only screen and (max-width: 763px) { #Pt28pGGdKM7ZxCD5NAUFNc7TA60r4tPA { width:20rem;height:2.4375rem;top:44.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnmo3KPhT4TyQEsllP8u8zTCO3PEyCdH { width:20rem;height:2.7625rem;top:47.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTm9Ug2bWoBBbW5wTwtKAlls9FEU6DF { width:20rem;height:1.95rem;top:42.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT8BTetlAztI95llPX8FU3m7LuINJWUd { width:18.75rem;height:10.625rem;top:31rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #upbDsElrka2yxGITz0pE8ZTuNRp7W0t8 { width:20rem;height:1.7875rem;top:73.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcSM7cIc4TfSRiZ57TnGaxgSdQOUhNeM { width:20rem;height:2.6rem;top:71.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXeebte8zy3TfrQihoPKepQC4lrAHmLq { width:20rem;height:1.95rem;top:69.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGmu3ntPTebm6oghy8IVN30wambJ09KN { width:18.75rem;height:10.625rem;top:57.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKpZnZZkaiubHovyRgGFUiQn4tHAelvi { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { background-color: transparent; background-image: none; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container > .video-iframe-container { display: none; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row > .video-iframe-container { display: none; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .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); }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { border-width: 0; border-radius: 0; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bKpZnZZkaiubHovyRgGFUiQn4tHAelvi > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zayW27fEB6b3hfKgHWlEOxQBrNpOa0nH { width:18.75rem;height:10.625rem;top:1.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6lLxdWkQF7J18IK6sQa1eqvuoJI0F78 { width:20rem;height:1.95rem;top:12.84375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9gNnSXU2TFaptu5Q4UbUNGGE0JSqnUw { width:20rem;height:2.03125rem;top:14.79296875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nat5vpoZ0EJ9b3ODl7sipE3DpELMK5sp { width:20rem;height:2.6rem;top:16.82421875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U97JNp2Quv5h3vo79KTOF5T3ADunyT9O { width:17.5rem;height:3.4375rem;top:48.3916015625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCB4WXF2MAXk3XTLI2vwWPcytb2Sx1Ei { display:block; }
 }@media only screen and (max-width: 763px) { #ewPBaoMnyFDSZnrVbrKAyiPcxd7HhLX6 { width:18.75rem;height:10.625rem;top:28.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqhf4TUE8i53iOAfxyXUFH7IwWgpJNOF { width:20rem;height:1.95rem;top:40.298828125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #om0boAG3wJlchUmTDD758fIadAE3M4kN { width:20rem;height:2.6rem;top:42.248046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UicOiXKwr2Uly1MUyctbzqU9dyaRRiNp { width:20rem;height:2.03125rem;top:44.84765625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXTgZ7fD0QltUlOCHJtKLqqWMm8zN08S { width:17.5rem;height:3.4375rem;top:20.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPWJOIOcFh5vDAFpKewcG3cTlrlQpPTJ { display:block; }
 }@media only screen and (max-width: 763px) { #tZDxXt85w9JU70re6167FZTPOiaT16VC { display:block; }#tZDxXt85w9JU70re6167FZTPOiaT16VC > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ArIO6ddWkt2TpsSZuDWnR01ve6TsWIo8 { width:20rem;height:6.25rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8pXtPcK7WVsz7EVwbMlZpnf0LcTGI31 { width:5rem;height:5rem;top:5.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg79rcid5XuCbrRbopETRE8WTylRnkLO { width:5rem;height:5rem;top:13.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHCZWJQlAyUgTxtcaUScLnibFyfrxzN1 { width:5rem;height:5rem;top:21.0625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThiAzWEXp5IsAxmsDm5mNgzloGracbIw { width:5rem;height:4.8125rem;top:29.75rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbfvLIWwcLKtSaGV8Lamm41ASaTJrVxi { width:5.3125rem;height:3.4125rem;top:6.6875rem;left:9.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U8CXWthsXzaVyo74PSqJJQUGoMIyD48Z { width:8.4375rem;height:3.4125rem;top:14.3125rem;left:9.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xs3I75XwnT3BrTHSLUa2vNKZNEkClqnP { width:8.4375rem;height:3.4125rem;top:21.875rem;left:9.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ruSgoTIxKDB8RB2Ls9W7OgVXP2sx69uH { width:8.4375rem;height:3.4125rem;top:30.4375rem;left:9.6875rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #klfLw0D5N1Czpxyv6ZOnrUS3M9A09ugt { width:20rem;height:6.25rem;top:12.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOVuXvfTHekGKBDMnTQR3ch5B24AxZUT { width:20rem;height:6.25rem;top:20.375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQUSq5dDkHWQM0CdAmCk5p7KKt4Oefub { width:20rem;height:6.25rem;top:29rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxQTLmksTT2Q9w45QQWrI8eUTd3Lo1zK { width:20rem;height:2.6rem;top:1rem;left:0.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 { display:block; }#hfXSWmTw3ExyKWWVb9KQ6Fskk6F4ZSD2 > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9vGo10FZHfQeSCUzqqwtU5f4ROia6vS { width:12.5rem;height:1.3rem;top:3.79980625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnrONa3R1pS0rId2U5uF9qkQMDXJ78sr { width:12.5rem;height:1.3rem;top:6.3496125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h77JsTyyLU8awFQ0KpO6utLHTOS9IhJo { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 { display:block; }#Hx6lm9k4tKM1io7uWRtVTP7IBquZQaW9 > .row .container { width:20rem;height:34.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cu79rGkMlte5mJuVhadlD2UsrOzQHdus { width:18.3125rem;height:25.7125rem;top:7.5625rem;left:0.96875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqATaQvT2PECvCCrEwaD8OEJytxps5HQ { width:17.5rem;height:0.125rem;top:5.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEmClJXF0vPhcTTGmWzLNNX1RtlaV0eb { width:2.8125rem;height:2.8125rem;top:1.4375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rklNvtcvPAtNRTEiGBEhvc7St8xq4B { width:8.25rem;height:3.1875rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s { display:block; }#wEuLgd3t4M7PNz6HCFcE6ubx8UE9VI2s > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wp2HcfVTx0CgSxp5DcgtFodIGnETcJeI { width:8.625rem;height:6.75rem;top:0rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAtsGhcfOJ5vguhL9T53hcPnZXl2kDF9 { width:4rem;height:4.5625rem;top:1.09375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvDe5AxAAVuzUSSSvQxK6XUBJgn9D6fI { width:6.4375rem;height:6.0625rem;top:4.09375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8WVFelXAitiBd2TMFTFd1QTNc8zWKtQ { width:5.5rem;height:4.375rem;top:4.9375rem;left:11.4375rem;display:block; }
 }