.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .row > .video-iframe-container { display: none; }#FOGZB54MOwfonpMAMi0AtqcZiXTyEGzD > .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); }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#094a6b;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; }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row .container { background-color: transparent; background-image: none; }#NZkNXGTTbHXI133acveV2TCdJV9hDK30::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row .container > .video-iframe-container { display: none; }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row > .video-iframe-container { display: none; }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .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); }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row .container { border-width: 0; border-radius: 0; }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#VhVENdcqXQLxmb4PtFxas4IXvUy9M1p2 { position:absolute;display:block;z-index:15019;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:18.75rem;width:60rem;top:13.75rem;left:0rem;overflow:hidden;display:none; }
#DVVWWTSSHDn5B5KmUmEiNmioQyxkcMxa { color:#ffffff;display:block;width:51.375rem;position:absolute;font-family:roboto;font-size:4.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.125rem;left:4.3125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#LG1I5rWrXp3BVmqf2V1gbFGrQ7XGXCds { color:#0de3ff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.53125rem;left:0rem;height:1.70625rem;font-style:italic;text-align:center;text-align-last:center;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; }
#VQ5M4PI9aXEMfQcMLue9epFXvPD2mT8C { background-color:transparent;background-image: -webkit-linear-gradient(267deg, #ff4133, #ff2079);background-image: -moz-linear-gradient(267deg, #ff4133, #ff2079);background-image: -ms-linear-gradient(267deg, #ff4133, #ff2079);background-image: -o-linear-gradient(267deg, #ff4133, #ff2079);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4133', endColorstr='#ff2079' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4133', endColorstr='#ff2079' );";background-image: linear-gradient(267deg, #ff4133, #ff2079);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:26.8125rem;left:30.875rem;display:block; }
#Bulk117McKLRM7Li081THmaZxF5RtWdJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qupsCJuv5HG7d4qcUiyEmPIMbfRhzBCf { background-color:transparent;background-image: -webkit-linear-gradient(327deg, #0c71a3, #08c0ea);background-image: -moz-linear-gradient(327deg, #0c71a3, #08c0ea);background-image: -ms-linear-gradient(327deg, #0c71a3, #08c0ea);background-image: -o-linear-gradient(327deg, #0c71a3, #08c0ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c71a3', endColorstr='#08c0ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c71a3', endColorstr='#08c0ea' );";background-image: linear-gradient(327deg, #0c71a3, #08c0ea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:26.8125rem;left:9.8125rem;display:block; }
#cTTD0Mwth0JQgquVJoW1SwelacKqhBvB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rAJV8pkB1ufVl8Lb2iwFIwnCL4c0TLw5 { position:absolute;display:block;z-index:15020;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.875rem;top:5.0625rem;left:24.0625rem;overflow:hidden;display:block; }
#lZ27IbF4yd6hfRetea8h0gE6cHktTZ8f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(215deg, #0c71a3, #08c0ea);background-image: -moz-linear-gradient(215deg, #0c71a3, #08c0ea);background-image: -ms-linear-gradient(215deg, #0c71a3, #08c0ea);background-image: -o-linear-gradient(215deg, #0c71a3, #08c0ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c71a3', endColorstr='#08c0ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c71a3', endColorstr='#08c0ea' );";background-image: linear-gradient(215deg, #0c71a3, #08c0ea);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:none; }#lZ27IbF4yd6hfRetea8h0gE6cHktTZ8f > .row .container { border-width: 0; border-radius: 0; }#lZ27IbF4yd6hfRetea8h0gE6cHktTZ8f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lZ27IbF4yd6hfRetea8h0gE6cHktTZ8f > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:none; }#EF1Tb6p5sFHk0Rs2JSXoNw1eom2dyb3y { background-color:transparent;background-image:none;border-top:0.1875rem solid #f9f9f9;border-left:0.1875rem solid #f9f9f9;border-right:0.1875rem solid #f9f9f9;border-bottom:0.1875rem solid #f9f9f9;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.9375rem;left:42.8125rem;display:none; }
#kGGDEHwrKrkuI7AExLrQ3MChCZb0pcck { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MtQbGos5T0TRA3IWzWS00rsUvr2sDU6a { background-color:transparent;background-image:none;border-top:0.1875rem solid #f9f9f9;border-left:0.1875rem solid #f9f9f9;border-right:0.1875rem solid #f9f9f9;border-bottom:0.1875rem solid #f9f9f9;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:36.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.0625rem;left:21.4375rem;display:none; }
#ShpumfMnTZqKdcoeIamFOGnwpG6vvZeO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VKNwAotoyobP8OgVQBNTT8wb09llTzSx { 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:none; }#VKNwAotoyobP8OgVQBNTT8wb09llTzSx > .row .container { border-width: 0; border-radius: 0; }#VKNwAotoyobP8OgVQBNTT8wb09llTzSx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VKNwAotoyobP8OgVQBNTT8wb09llTzSx > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:none; }#XQr4TGgPEAWTeygTODJKSHBipSXy9GxT { background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ff2079, #ff4133);background-image: -moz-linear-gradient(8deg, #ff2079, #ff4133);background-image: -ms-linear-gradient(8deg, #ff2079, #ff4133);background-image: -o-linear-gradient(8deg, #ff2079, #ff4133);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );";background-image: linear-gradient(8deg, #ff2079, #ff4133);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: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.26) ;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:arial;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:60rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:block; }
#XDmVqRw6gnNXFhS7x9gD0ViwcW8Pien0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cywv9lruTZLl3uAScI1hRfsOdFOqvNcc { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.375rem;width:29.5625rem;top:7.8125rem;left:0rem;display:block; }
#NEqmweNtupPwXUHKPQkGUQyox6Tg1SJf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.375rem;width:29.5625rem;top:7.875rem;left:30.375rem;display:block; }
#n9Hmr1vkiGwIt4DcnW4DQMc5vx6sQfPf { display:block;width:28rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:0.78125rem;height:1.86875rem;color:#0c71a3;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iuVpTs9eM5pMeC6N9Mi7mZcAm0foeVFi { display:block;width:28.6875rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.75rem;left:30.8125rem;height:1.86875rem;color:#08c0ea;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A39OgztVFTHKqs7UdyGBrw67rlk31nrS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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; }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row .container { background-color: transparent; background-image: none; }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row .container > .video-iframe-container { display: none; }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row > .video-iframe-container { display: none; }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .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); }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row .container { border-width: 0; border-radius: 0; }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#nJQdFkBCAho0N45ZuQtoifDtSzyC7pQk { color:#0c71a3;display:block;width:27.375rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.5072937011719rem;left:0rem;height:;font-style:normal;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; }
#Hpytwc0kmPpg6IrRTIWwMGNedKtflzkD { background-color:#0c71a3;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.625rem;left:29.125rem;display:block; }
#oDiM4lfTvdclI2D60i912D7wBrAoOA8E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mK8pkL4eycibNcvH5H93z5dbV1L3Rbsw { background-color:#0c71a3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:7.9375rem;left:29.125rem;display:block; }
#dRsFi6PZEEa64n8TM9rmIBzBCsumF2Iy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xU7TN7wSTpk3g8pBMHMCpbJDkMSLNB7w { background-color:#ff3355;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:3.625rem;left:43.75rem;display:block; }
#BIRrbZi3NPi9B7kPWLFn2NEMtyH5aAG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGLS4OiViqTTmZaagBlVuJ5kItlZ04gI { background-color:#ff3355;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;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:roboto;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.0625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:7.9375rem;left:43.75rem;display:block; }
#e89Eh5XuyLwuaF4aPql28muHDHaWm6Co { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT { 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; }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row .container { background-color: transparent; background-image: none; }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row .container > .video-iframe-container { display: none; }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row > .video-iframe-container { display: none; }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .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); }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row .container { border-width: 0; border-radius: 0; }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#ReTTEqBdioybXg8O65LczEXV2GKEcpSa { color:#414042;display:block;width:28.5rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:15.0625rem;left:0.1875rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hnkt5Z3gnXwfsBgZ223zt4IBEuD4vFcA { color:#0c71a3;display:block;width:27.75rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:5.25rem;left:0rem;height:9rem;font-style:normal;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; }
#yRiVbc0yKTHyU1ASMldKuo4i1kWn9TB5 { background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ff2079, #ff4133);background-image: -moz-linear-gradient(8deg, #ff2079, #ff4133);background-image: -ms-linear-gradient(8deg, #ff2079, #ff4133);background-image: -o-linear-gradient(8deg, #ff2079, #ff4133);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );";background-image: linear-gradient(8deg, #ff2079, #ff4133);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: 0.125rem 0.125rem 0.9375rem rgba(0,0,0,0.26) ;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:29.625rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:22rem;left:30.375rem;display:block; }
#rw9Kn00UKzEpvq5JDHHJWXi26Tee6Fds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O2m9CzXipW4UILc75VXrvbpfp0g38pxU { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.375rem;width:29.5625rem;top:4.6875rem;left:30.375rem;display:block; }
#NTOgHQ6OsvDzJNsSf5r0NzmHm2C9VUdH { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.5625rem;left:0rem; }
#NTOgHQ6OsvDzJNsSf5r0NzmHm2C9VUdH > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#tRKAnuphcxDyDZ5sNaGrFfVpxRvCoQcb { color:#414042;display:block;width:11.375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:21.9375rem;left:2.5625rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mZMblHfAIXJCk4X0IObUfGKJopF5QU4g { color:#414042;display:block;width:11.375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:22rem;left:17.375rem;height:1.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WnKTbOt2Zf35rZ9Bf1bCIP3ikI3HTJ9w { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:21.562500953674rem;left:14.625rem; }
#WnKTbOt2Zf35rZ9Bf1bCIP3ikI3HTJ9w > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(147deg, #0c71a3, #0de3ff);background-image: -moz-linear-gradient(147deg, #0c71a3, #0de3ff);background-image: -ms-linear-gradient(147deg, #0c71a3, #0de3ff);background-image: -o-linear-gradient(147deg, #0c71a3, #0de3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c71a3', endColorstr='#0de3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c71a3', endColorstr='#0de3ff' );";background-image: linear-gradient(147deg, #0c71a3, #0de3ff);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; }#ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook > .row .container { background-color: transparent; background-image: none; }#ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook > .row .container > .video-iframe-container { display: none; }#ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook > .row > .video-iframe-container { display: none; }#ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook > .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); }#ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook > .row .container { border-width: 0; border-radius: 0; }#ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#T0Ffg6XyM4JPnwTzbd8pHX7RS8TXnhtE { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(9,74,107,0.75) ;height:7.5rem;width:14.0625rem;top:1.6875rem;left:0rem;display:block; }
#vBpFpoMBlOeOtZJNcESAI6xyeCqKNTiP { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(9,74,107,0.74) ;height:7.5rem;width:14.0625rem;top:1.6875rem;left:15.3125rem;display:block; }
#anplKNCII6dIDAwhqFZu0KCRttiTVFAN { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(9,74,107,0.75) ;height:7.5rem;width:14.0625rem;top:1.625rem;left:30.625rem;display:block; }
#RwTgVLbhtJzTfH1vyeInTyJ797U1u7hi { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(9,74,107,0.75) ;height:7.5rem;width:14.0625rem;top:1.625rem;left:45.9375rem;display:block; }
#pPwzJlkkzHq3rFh6sDHTxBJceZoLitwI { color:#0c71a3;display:block;width:9.375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:5.0625rem;left:2.375rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VytcUQ6rNLS4ZWlqDdz850IyarHVG5I7 { box-sizing:content-box;color:#0ba5ce;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:block;z-index:15022;top:1.9375rem;left:5.625rem;display:block; }
#ACZt0QUT05x7WK3UTr3DMDcrPiJ7PTXT { color:#0c71a3;display:block;width:12.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:5.1875rem;left:16.375rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mrba3zxT1LOqwmeNebcfHTOSJFK4Gk9Z { color:#0c71a3;display:block;width:12.0625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:5.1875rem;left:31.875rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s86DUzzhicgSohiWmbykhwnTk0nHnoXT { color:#0c71a3;display:block;width:12.5625rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:5.25rem;left:46.9375rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPkSQTBApeRzkc7ncvqyMLkgiqahimdH { box-sizing:content-box;color:#0ba5ce;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:2rem;left:36.1875rem;display:block; }
#bVLWIZSThK3ar3pJw8SZJ781cikUuVp8 { box-sizing:content-box;color:#0de3ff;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:block;z-index:15024;top:1.875rem;left:21.125rem;display:block; }
#aQofci0oCy3ndO2mKx2aTUHgfubA5C5v { box-sizing:content-box;color:#0de3ff;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:block;z-index:15025;top:1.9375rem;left:51.75rem;display:block; }
#LFKKk75OpONQkWObU8Ii5SxL3m33Ctbf { position:absolute;display:block;z-index:15019;background-color:#0c71a3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:7.5rem;width:0.6875rem;top:1.6875rem;left:0rem;display:block; }
#IqIoNwSFbiyksRqSeaNOVDTE3TAJ3grk { position:absolute;display:block;z-index:15020;background-color:#094a6b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:7.5rem;width:0.6875rem;top:1.6875rem;left:15.3125rem;display:block; }
#kobg1JXuovKUazQRgEO99FPdJiAEK6lL { position:absolute;display:block;z-index:15021;background-color:#094a6b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:7.5rem;width:0.6875rem;top:1.625rem;left:45.9375rem;display:block; }
#G8bUTgkLyrGKuTIRJCWfRRK5SsTBrDh6 { position:absolute;display:block;z-index:15022;background-color:#0c71a3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:7.5625rem;width:0.6875rem;top:1.625rem;left:30.625rem;display:block; }
#ld2638vDEV4inlzsbWs9fgRCMtveGB4x { 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; }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row .container { background-color: transparent; background-image: none; }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row .container > .video-iframe-container { display: none; }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row > .video-iframe-container { display: none; }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .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); }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row .container { border-width: 0; border-radius: 0; }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:60rem;position:relative;display:block; }#QCFF3vXrB3HyVRhcQJXyX49QUnPBD8dk { color:#414042;display:block;width:31.8125rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:12.718753814698rem;left:0rem;height:15.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H0ss21xZpDz84SoMXuQoWxfk1ZTk5ATT { color:#0c71a3;display:block;width:31.4375rem;position:absolute;font-family:roboto;font-size:2.375rem;font-weight:700;z-index:14999;line-height:1.4;letter-spacing:0;top:5.2083311080933rem;left:0rem;height:6.65rem;font-style:normal;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; }
#GViJ6cfza18wz7WbV1NU9sUbcHCLI7wA { 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:27.125rem;width:27.125rem;top:5.2083358764649rem;left:32.822917938233rem;overflow:hidden;display:block; }
#kVv8799eT4F6d99SXArum81F9afF956t { background-color:transparent;background-image: -webkit-linear-gradient(8deg, #ff2079, #ff4133);background-image: -moz-linear-gradient(8deg, #ff2079, #ff4133);background-image: -ms-linear-gradient(8deg, #ff2079, #ff4133);background-image: -o-linear-gradient(8deg, #ff2079, #ff4133);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );";background-image: linear-gradient(8deg, #ff2079, #ff4133);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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:15.625rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:29.187503814698rem;left:0rem;display:block; }
#sWbXucJTyr2Z2bTaUOQRMIarKeI6Iq0A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x64nSRUxel8rIaGHcuXcFc9UTaXndZmP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c71a3;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:none; }#x64nSRUxel8rIaGHcuXcFc9UTaXndZmP > .row .container { border-width: 0; border-radius: 0; }#x64nSRUxel8rIaGHcuXcFc9UTaXndZmP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x64nSRUxel8rIaGHcuXcFc9UTaXndZmP > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:none; }#wnnkRV5VpwsyUtDQ4PRCGhTGFFZCNkiJ { color:#ffffff;display:block;width:45.5625rem;position:absolute;font-family:arial;font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:1.40625rem;left:0rem;height:1.96875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SbA3dgTcN5myr7qCOz1VueidPKEP3ohC { box-sizing:content-box;color:#5ab8e8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15068;top:1.4375rem;left:46.875rem;display:block; }
#DVugRzVSIm7eGlJdR0PCkwAR4KMwvybE { box-sizing:content-box;color:#5ab8e8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15074;top:1.375rem;left:51.4375rem;display:block; }
#rx8alUa37rPHPMQMVRMC7pDDzQiEDoC2 { box-sizing:content-box;color:#5ab8e8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:1.375rem;left:49.125rem;display:block; }
#zQO8yGSQVmaw8Qw2drChWZ5K2UbDQp4Q { position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:1.5rem;left:47rem;display:block; }
#wyaRElIEvSxgbwuF7q7foIre8TMRNQQH { position:absolute;display:block;z-index:15070;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:1.5rem;left:49.25rem;display:block; }
#t6gGzivpuyxZSTESDtv0ohU0HDQDxAuE { position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:1.5rem;left:51.5rem;display:block; }
#rlHG9ExEHSmINEDCFnoE5KG3DoBRC17z { box-sizing:content-box;color:#5ab8e8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15075;top:1.4375rem;left:53.6875rem;display:block; }
#pFcIdWeSyg3imV5r0tpwFk6a4FPO9a7X { box-sizing:content-box;color:#5ab8e8;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15073;top:1.375rem;left:55.875rem;display:block; }
#P6zACs1FZ6TPip3kiUptZ1An1C6CKgc2 { position:absolute;display:block;z-index:15071;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:1.5rem;left:56rem;display:block; }
#DfdASJPzOTC5LSpEuvBEpD0sfl5qOoWl { position:absolute;display:block;z-index:15073;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:1.6875rem;width:1.6875rem;top:1.5rem;left:53.75rem;display:block; }
#LDsBltP2BgXabx2FEe3kWJvh1AT1SZF0 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:1.75rem;top:1.5rem;left:58.25rem;overflow:hidden;display:block; }
#X0dzJTJzrqpOMMOfcvznzhh2SJlyocNT { 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:none; }#X0dzJTJzrqpOMMOfcvznzhh2SJlyocNT > .row .container { border-width: 0; border-radius: 0; }#X0dzJTJzrqpOMMOfcvznzhh2SJlyocNT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0dzJTJzrqpOMMOfcvznzhh2SJlyocNT > .row .container { font-size:0.875rem;font-family:arial;height:38.3125rem;width:60rem;position:relative;display:none; }#IIEB3cUfHZs2l50UrnqUOsTWuuccxguO { 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.1875rem rgba(0,0,0,0.5) ;height:28.5625rem;width:11.9375rem;top:4.6395874023438rem;left:45.121871948243rem;overflow:hidden;display:block; }
#bNGXXE52QOaUQSMsr3xtTGp3DSGn8RCr { color:#414042;display:block;width:27.5625rem;position:absolute;font-family:arial;font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:4.5rem;left:0rem;height:6.3rem;text-align:left;text-align-last:left;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;display:block; }
#UilpUPwIOHVnTupCBmldkGMLcVll7t19 { color:#414042;display:block;width:27.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:12.71875rem;left:0rem;height:12rem;text-align:left;text-align-last:left;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;display:block; }
#Kmt69132rxEySWa3qo2mQgoKTSPaMeNr { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.5625rem;width:11.9375rem;top:3.8895874023438rem;left:33.84375rem;overflow:hidden;display:block; }
#Vd2AOhQB5Tt2tTot1pGMgHOfvz5MFEkA { 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:none; }#Vd2AOhQB5Tt2tTot1pGMgHOfvz5MFEkA > .row .container { border-width: 0; border-radius: 0; }#Vd2AOhQB5Tt2tTot1pGMgHOfvz5MFEkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vd2AOhQB5Tt2tTot1pGMgHOfvz5MFEkA > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:60rem;position:relative;display:none; }#tAFkbcnpUm8fne3pzu6TWiMfa28ZTi3k { 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.1875rem rgba(0,0,0,0.5) ;height:28.5625rem;width:11.9375rem;top:4.8125rem;left:44.6875rem;overflow:hidden;display:block; }
#abGanyeP7IaPNEfVAsOIxMGhxMNiXCfG { color:#414042;display:block;width:26.75rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:9.9375rem;left:0rem;height:2.0625rem;text-align:left;text-align-last:left;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;display:block; }
#LrIzmUmgMQ8nrtQzsWoRdvxgWN37TEEu { color:#414042;display:block;width:27.0625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:13.1875rem;left:0rem;height:10rem;text-align:left;text-align-last:left;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;display:block; }
#n4BvDO1MusJVUQdmU5lddR00Rx6GI7qF { 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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:28.5625rem;width:11.9375rem;top:4.375rem;left:33.375rem;overflow:hidden;display:block; }
#WfPzOc5zkWwree6tK40CVyf6TRG0Dlbn { 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:none; }#WfPzOc5zkWwree6tK40CVyf6TRG0Dlbn > .row .container { border-width: 0; border-radius: 0; }#WfPzOc5zkWwree6tK40CVyf6TRG0Dlbn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WfPzOc5zkWwree6tK40CVyf6TRG0Dlbn > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:none; }#GLn96ad42UXbBCqIN00TuhCDyf0nSkdM { color:#414042;display:block;width:48.5rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:7.5250015258787rem;left:5.75rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JEc5CKgEGlyyKuxLcE7wxlkRcq1CXpJT { color:#0c71a3;display:block;width:33.375rem;position:absolute;font-family:roboto;font-size:2.625rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:3.625rem;left:13.3125rem;height:3.15rem;font-style:normal;text-align:center;text-align-last:center;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; }
#BdEA84US3CCHIMe2mOR8oDXZ9ibnv2h7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:29.25rem;width:52.3125rem;top:13.3125rem;left:3.84375rem;display:block; }
#Pc8cgrz8NnRTTNyMUJlSAlunVUR18T4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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:none; }#Pc8cgrz8NnRTTNyMUJlSAlunVUR18T4O > .row .container { border-width: 0; border-radius: 0; }#Pc8cgrz8NnRTTNyMUJlSAlunVUR18T4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pc8cgrz8NnRTTNyMUJlSAlunVUR18T4O > .row .container { font-size:0.875rem;font-family:arial;height:39rem;width:60rem;position:relative;display:none; }#VrMt5uwsAP6b6hn3Ql5aP0CcQhICCsAh { color:#414042;display:block;width:25.875rem;position:absolute;font-family:arial;font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:21.46875rem;left:0rem;height:13.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AreGOSrITeigMh4pTlQtI85wOTN8eiGJ { color:#0c71a3;display:block;width:23.875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:4.375rem;left:1rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#Wz9c6vwoPI1S8F9P3w7qAAt9SlWy72z3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.625rem #bebebe ;height:11.9375rem;width:21.3125rem;top:7.625rem;left:2.28125rem;overflow:hidden;display:block; }
#QLpKdeDZXINXrXf1uiyXMWNFVQszoJwK { color:#414042;display:block;width:26.1875rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:21.5rem;left:33.8125rem;height:11.15625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lpIfKFnS2GKkGISATRO65g9EmtFZpEg7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.375rem 0.625rem #bebebe ;height:11.9375rem;width:21.4375rem;top:7.625rem;left:36.1875rem;overflow:hidden;display:block; }
#SG79Sgi7wXoiAgMNXdGopnWALU4PSIQ7 { color:#0c71a3;display:block;width:25.25rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.375rem;left:34.28125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#paRvRGpQ878LtvJEtxwnrvpqKZ4gHmWM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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:none; }#paRvRGpQ878LtvJEtxwnrvpqKZ4gHmWM > .row .container { border-width: 0; border-radius: 0; }#paRvRGpQ878LtvJEtxwnrvpqKZ4gHmWM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#paRvRGpQ878LtvJEtxwnrvpqKZ4gHmWM > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:none; }#fdxIg5vpR6i8ToiPJPXTcR2xLTdRGVV2 { color:#0c71a3;display:block;width:49.6875rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:2.625rem;left:5.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#q1JdCEvq8IiZtocPrqEvVJE73bzCihoh { 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:3.125rem;width:20rem;top:6.375rem;left:20rem;overflow:hidden;display:block; }
#wGLNE8P92aDstxWZMqUWhaqobDQU3I4O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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:none; }#wGLNE8P92aDstxWZMqUWhaqobDQU3I4O > .row .container { border-width: 0; border-radius: 0; }#wGLNE8P92aDstxWZMqUWhaqobDQU3I4O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wGLNE8P92aDstxWZMqUWhaqobDQU3I4O > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:none; }#aTh0bxoR7tFRZ6LPxiaLALsiz82xEv2A { color:#414042;display:block;width:51.8125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:8.112500190735rem;left:4.09375rem;height:11.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BbLSsrut6AJsU2TTyMLyLD9o38TelrLZ { color:#0c71a3;display:block;width:47.5625rem;position:absolute;font-family:roboto;font-size:3rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.1875rem;left:6.21875rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#oOGfAa5qb9ybN8lMXFXdzcAsuuT4dJiq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fa;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:none; }#oOGfAa5qb9ybN8lMXFXdzcAsuuT4dJiq > .row .container { border-width: 0; border-radius: 0; }#oOGfAa5qb9ybN8lMXFXdzcAsuuT4dJiq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOGfAa5qb9ybN8lMXFXdzcAsuuT4dJiq > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;position:relative;display:none; }#BhpUAeMUoXwDtkZBqdkMlrAJwut6Pdd2 { display:block;width:42.125rem;position:absolute;font-family:roboto;font-size:2.0625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:4rem;left:0rem;height:8.6625rem;text-align:left;text-align-last:left;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;color:#414042;display:block; }
#peTL5LoeXyRGl3twq6bD6apTn39vPoTw { color:#41515b;display:block;width:28rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:33.1875rem;left:31rem;height:5.625rem;text-align:left;text-align-last:left;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;display:block; }
#KOh58r8mr6PbWl2rk2QmDO9rUabQ88Tq { 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:16.8125rem;width:29.9375rem;top:15.458335876465rem;left:30rem;overflow:hidden;display:block; }
#vUkg4xsX1FbEy7DRiusn3cGIFKfmWxNz { color:#41515b;display:block;width:28rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:33.125rem;left:0rem;height:5.625rem;text-align:left;text-align-last:left;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;display:block; }
#bTEZvB9Gft5oDTBhTwdJuxOuc79MufIC { 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:16.5625rem;width:26.8125rem;top:15.458335876465rem;left:0rem;overflow:hidden;display:block; }
#lJpAIxV7E7nOE3aFer69zTp697TZtQRX { color:#5ab8e8;display:block;width:26.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:40.0625rem;left:0rem;height:1.5rem;text-align:left;text-align-last:left;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;display:block; }
#ff8O21zRInvWF5MtkbTVtxaFgzQZwBXP { color:#0c71a3;display:block;width:26.0625rem;position:absolute;font-family:arial;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:40.0625rem;left:31rem;height:1.5rem;text-align:left;text-align-last:left;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;display:block; }
#I3syBq9wpNvfisaNS4KiFRpU8ucRhh61 { 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:none; }#I3syBq9wpNvfisaNS4KiFRpU8ucRhh61 > .row .container { border-width: 0; border-radius: 0; }#I3syBq9wpNvfisaNS4KiFRpU8ucRhh61 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I3syBq9wpNvfisaNS4KiFRpU8ucRhh61 > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:none; }#FxPHLDCVTC0TwxhZX3vGB3FXq6Bi1GkT { 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.25rem;width:28.5625rem;top:18.6875rem;left:0rem;overflow:hidden;display:block; }
#ml5DxOk8TLK4sTPaEtBgSGA8hgBwnO3o { color:#414042;display:block;width:29.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.8625030517578rem;left:0rem;height:9.375rem;text-align:left;text-align-last:left;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;display:block; }
#ADfxg4deEaUirGp3QWbZXfevC81n04Fg { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:14.3125rem;width:27.25rem;top:5.9250030517578rem;left:32.75rem;overflow:hidden;display:block; }
#S5AxWZqAocHfuLywrKo1n8NMC17N3BBW { color:#414042;display:block;width:17.25rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:21.25rem;left:37.875rem;height:2.875rem;text-align:center;text-align-last:center;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;display:block; }
#My9hAsGg6pcgO4hkwK3GOMw23CRekSyr { color:#6d6d6d;display:block;width:23.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:24.375rem;left:34.875rem;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; }
#ZFaeSDeRSzXR5GykunBQoNSOerHghevn { 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:none; }#ZFaeSDeRSzXR5GykunBQoNSOerHghevn > .row .container { border-width: 0; border-radius: 0; }#ZFaeSDeRSzXR5GykunBQoNSOerHghevn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZFaeSDeRSzXR5GykunBQoNSOerHghevn > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:none; }#oBptky0NxU0ZxOP49BLsbdi2xpIfxdSZ { color:#414042;display:block;width:57.6875rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:400;z-index:15000;line-height:1.6;letter-spacing:0;top:8.1166687011719rem;left:1.15625rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RhOgqPUJf4aDU0SUOJnxEcTvCJsNQb8T { color:#0c71a3;display:block;width:40.75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.25rem;left:9.625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#Gkg4V3aUV6XgVLQhDqq35dfXauDZnHoT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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:none; }#Gkg4V3aUV6XgVLQhDqq35dfXauDZnHoT > .row .container { border-width: 0; border-radius: 0; }#Gkg4V3aUV6XgVLQhDqq35dfXauDZnHoT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gkg4V3aUV6XgVLQhDqq35dfXauDZnHoT > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:60rem;position:relative;display:none; }#hoqHbv4Q7Gl61WCltqPueRtE2VCXuJPh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:15.625rem;width:33.625rem;top:4.34375rem;left:0rem;overflow:hidden;display:block; }
#UDPphmHEZ2MgKq6iFNO67UEioAR5Zppg { color:#414042;display:block;width:23.375rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:9.15625rem;left:36.5rem;height:10rem;text-align:right;text-align-last:right;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;display:block; }
#pm3JpEocpurDDZtw0MZqTlGng2pfG6gi { color:#0c71a3;display:block;width:24.5625rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:5.7541656494141rem;left:35.4375rem;height:2.0625rem;text-align:right;text-align-last:right;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;display:block; }
#LzXb0z2L6g4RuEQu9qi9CQcPd3TEmb01 { 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:none; }#LzXb0z2L6g4RuEQu9qi9CQcPd3TEmb01 > .row .container { border-width: 0; border-radius: 0; }#LzXb0z2L6g4RuEQu9qi9CQcPd3TEmb01 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LzXb0z2L6g4RuEQu9qi9CQcPd3TEmb01 > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:none; }#wfNHzbsehfyx8UWBR2XEfSPQiKl4zvm3 { color:#0c71a3;display:block;width:27.9375rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:14999;line-height:1.2;letter-spacing:0;top:6.375rem;left:0rem;height:5.4rem;font-style:normal;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; }
#KxvhyS901BUly0Egfl9T00F7wJHX4lv0 { color:#747474;display:block;width:28.3125rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:13.0625rem;left:0.0625rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JacDstoEQVh6ZQsFSPJvtTQZ5Ob2RNl1 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:14.3125rem;width:26.875rem;top:5.3479156494141rem;left:33.125rem;overflow:hidden;display:block; }
#i2GOtqh02TE5SigfiORWbWIiTZQwyLw2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0c71a3;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:none; }#i2GOtqh02TE5SigfiORWbWIiTZQwyLw2 > .row .container { border-width: 0; border-radius: 0; }#i2GOtqh02TE5SigfiORWbWIiTZQwyLw2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i2GOtqh02TE5SigfiORWbWIiTZQwyLw2 > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:none; }#XMmrDyFurqq372prR64kgK8LsEIhlODE { color:#ffffff;display:block;width:50.625rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:11.929168701172rem;left:0rem;height:9.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wTWTtAxLbZPVXxm1Q5Obvr0VCbDKBar6 { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0rem;height:4.0625rem;font-style:normal;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; }
#yVIVWK68Vcc3MeUmlzC5AS1HoHzNg399 { color:#87cbee;display:block;width:51.1875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:2.03125rem;font-style:normal;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; }
#cWZx3Ra1IfLFsciTKm2g9FLoyLIS7wJI { color:#ffffff;display:block;width:50.1875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:21.241668701172rem;left:1.0354156494141rem;height:18.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cWZx3Ra1IfLFsciTKm2g9FLoyLIS7wJI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cWZx3Ra1IfLFsciTKm2g9FLoyLIS7wJI li:before{  }
#UnlhAgV4NaQ5RCpIrlTHATZkUGLRSEO1 { 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:none; }#UnlhAgV4NaQ5RCpIrlTHATZkUGLRSEO1 > .row .container { border-width: 0; border-radius: 0; }#UnlhAgV4NaQ5RCpIrlTHATZkUGLRSEO1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UnlhAgV4NaQ5RCpIrlTHATZkUGLRSEO1 > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:none; }#wFL0DwQ6XuUqgNoRDtzbPPZdR81Ssan7 { color:#0c71a3;display:block;width:30.8125rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:700;z-index:14999;line-height:1.7;letter-spacing:0;top:3.625rem;left:25rem;height:5.3125rem;font-style:normal;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; }
#IEsaOWIOpPSiso9POB8PCU4ArtHyfoDe { color:#747474;display:block;width:34.875rem;position:absolute;font-family:arial;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:8.9375rem;left:25.125rem;height:10.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o3N15QdWvo9u73ryUD7Z9ZSuSVlJelPm { 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:6.25rem;width:6.25rem;top:5.3125rem;left:1.3125rem;overflow:hidden;display:block; }
#O0wrouJ5ugElK4AlGhWKdUto4obvoR8l { 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.25rem;width:6.25rem;top:5.3125rem;left:13.0625rem;overflow:hidden;display:block; }
#T2UA2UKB010rz3LWdMZiARL4iZCNsmCs { 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.25rem;width:6.25rem;top:14.308333396912rem;left:1.3125rem;overflow:hidden;display:block; }
#wyGlfiCLPD8TniKSk9xl2IzaifSJNU3n { 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.25rem;width:6.25rem;top:14.308333396912rem;left:13.0625rem;overflow:hidden;display:block; }
#G3NHEvm4LLS4ZehcEpktEi1xPPSGJA2s { color:#ff4133;display:block;width:16.625rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:20.4375rem;left:25.125rem;height:1.4875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Prc4Ao5ST77PNJ22IlXlsyb3ceBSCiuK { color:#000000;display:block;width:9.3125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.875rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#Bu6cEAWLD1AHWqhxD2vw6FHUhhwurTRu { color:#000000;display:block;width:10.4375rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.875rem;left:10.96875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#OKLBxMivZ04VGNuyeGG5fN1KriqhAblf { color:#000000;display:block;width:9rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.870834350586rem;left:11.6875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#TI5XtAmfFPTGTQxafUgiPzzRk6IccOgi { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.8125rem;left:0.09375rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NZkNXGTTbHXI133acveV2TCdJV9hDK30 { display:block; }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhVENdcqXQLxmb4PtFxas4IXvUy9M1p2 { top:13.75rem;left:0rem;width:47.75rem;height:14.921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVVWWTSSHDn5B5KmUmEiNmioQyxkcMxa { top:15.125rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG1I5rWrXp3BVmqf2V1gbFGrQ7XGXCds { top:21.5rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ5M4PI9aXEMfQcMLue9epFXvPD2mT8C { width:19.375rem;height:3.4375rem;top:26.8125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bulk117McKLRM7Li081THmaZxF5RtWdJ { display:block; }
 }@media only screen and (max-width: 763px) { #qupsCJuv5HG7d4qcUiyEmPIMbfRhzBCf { width:19.375rem;height:3.4375rem;top:26.8125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTD0Mwth0JQgquVJoW1SwelacKqhBvB { display:block; }
 }@media only screen and (max-width: 763px) { #rAJV8pkB1ufVl8Lb2iwFIwnCL4c0TLw5 { top:5.0625rem;left:17.9375rem;width:11.875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ27IbF4yd6hfRetea8h0gE6cHktTZ8f { display:block; }#lZ27IbF4yd6hfRetea8h0gE6cHktTZ8f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EF1Tb6p5sFHk0Rs2JSXoNw1eom2dyb3y { width:10.9375rem;height:3.125rem;top:0.9375rem;left:36.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kGGDEHwrKrkuI7AExLrQ3MChCZb0pcck { display:block; }
 }@media only screen and (max-width: 763px) { #MtQbGos5T0TRA3IWzWS00rsUvr2sDU6a { width:36.5rem;height:3.4375rem;top:1.0625rem;left:10.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ShpumfMnTZqKdcoeIamFOGnwpG6vvZeO { display:block; }
 }@media only screen and (max-width: 763px) { #VKNwAotoyobP8OgVQBNTT8wb09llTzSx { display:block; }#VKNwAotoyobP8OgVQBNTT8wb09llTzSx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQr4TGgPEAWTeygTODJKSHBipSXy9GxT { width:46.75rem;height:3.4375rem;top:25.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDmVqRw6gnNXFhS7x9gD0ViwcW8Pien0 { display:block; }
 }@media only screen and (max-width: 763px) { #Cywv9lruTZLl3uAScI1hRfsOdFOqvNcc { top:7.8125rem;left:0rem;width:29.5625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEqmweNtupPwXUHKPQkGUQyox6Tg1SJf { top:7.875rem;left:18.1875rem;width:29.5625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Hmr1vkiGwIt4DcnW4DQMc5vx6sQfPf { width:11.875rem;height:1.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuVpTs9eM5pMeC6N9Mi7mZcAm0foeVFi { width:11.875rem;height:1.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A39OgztVFTHKqs7UdyGBrw67rlk31nrS { display:block; }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJQdFkBCAho0N45ZuQtoifDtSzyC7pQk { top:3.5rem;left:0rem;width:27.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hpytwc0kmPpg6IrRTIWwMGNedKtflzkD { width:13.75rem;height:3.125rem;top:3.625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDiM4lfTvdclI2D60i912D7wBrAoOA8E { display:block; }
 }@media only screen and (max-width: 763px) { #mK8pkL4eycibNcvH5H93z5dbV1L3Rbsw { width:13.75rem;height:3.125rem;top:7.9375rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRsFi6PZEEa64n8TM9rmIBzBCsumF2Iy { display:block; }
 }@media only screen and (max-width: 763px) { #xU7TN7wSTpk3g8pBMHMCpbJDkMSLNB7w { width:16.25rem;height:3.125rem;top:3.625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIRrbZi3NPi9B7kPWLFn2NEMtyH5aAG3 { display:block; }
 }@media only screen and (max-width: 763px) { #DGLS4OiViqTTmZaagBlVuJ5kItlZ04gI { width:16.25rem;height:3.0625rem;top:7.9375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e89Eh5XuyLwuaF4aPql28muHDHaWm6Co { display:block; }
 }@media only screen and (max-width: 763px) { #tc6MepMT0dZutAZReLKyJpOgqSkpbFTT { display:block; }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReTTEqBdioybXg8O65LczEXV2GKEcpSa { top:15.0625rem;left:0rem;width:28.5rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnkt5Z3gnXwfsBgZ223zt4IBEuD4vFcA { top:5.25rem;left:0rem;width:27.75rem;height:9rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRiVbc0yKTHyU1ASMldKuo4i1kWn9TB5 { width:29.625rem;height:3rem;top:22rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw9Kn00UKzEpvq5JDHHJWXi26Tee6Fds { display:block; }
 }@media only screen and (max-width: 763px) { #O2m9CzXipW4UILc75VXrvbpfp0g38pxU { top:4.6875rem;left:18.1875rem;width:29.5625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTOgHQ6OsvDzJNsSf5r0NzmHm2C9VUdH { top:21.5625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
#NTOgHQ6OsvDzJNsSf5r0NzmHm2C9VUdH > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #tRKAnuphcxDyDZ5sNaGrFfVpxRvCoQcb { top:21.9375rem;left:0rem;width:11.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZMblHfAIXJCk4X0IObUfGKJopF5QU4g { top:22rem;left:11.25rem;width:11.375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnKTbOt2Zf35rZ9Bf1bCIP3ikI3HTJ9w { top:21.5625rem;left:8.5rem;width:2.5rem;height:2.5rem;display:block; }
#WnKTbOt2Zf35rZ9Bf1bCIP3ikI3HTJ9w > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook { display:block; }#ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0Ffg6XyM4JPnwTzbd8pHX7RS8TXnhtE { top:1.6875rem;left:0rem;width:14.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBpFpoMBlOeOtZJNcESAI6xyeCqKNTiP { top:1.6875rem;left:9.1875rem;width:14.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #anplKNCII6dIDAwhqFZu0KCRttiTVFAN { top:1.625rem;left:24.5rem;width:14.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwTgVLbhtJzTfH1vyeInTyJ797U1u7hi { top:1.625rem;left:33.6875rem;width:14.0625rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPwzJlkkzHq3rFh6sDHTxBJceZoLitwI { top:5.0625rem;left:0rem;width:9.375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VytcUQ6rNLS4ZWlqDdz850IyarHVG5I7 { top:1.9375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACZt0QUT05x7WK3UTr3DMDcrPiJ7PTXT { top:5.1875rem;left:10.25rem;width:12.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrba3zxT1LOqwmeNebcfHTOSJFK4Gk9Z { top:5.1875rem;left:25.75rem;width:12.0625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s86DUzzhicgSohiWmbykhwnTk0nHnoXT { top:5.25rem;left:35.1875rem;width:12.5625rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPkSQTBApeRzkc7ncvqyMLkgiqahimdH { top:2rem;left:30.0625rem;width:3.4375rem;height:3.4375rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVLWIZSThK3ar3pJw8SZJ781cikUuVp8 { top:1.875rem;left:15rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQofci0oCy3ndO2mKx2aTUHgfubA5C5v { top:1.9375rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFKKk75OpONQkWObU8Ii5SxL3m33Ctbf { top:1.6875rem;left:0rem;width:0.6875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqIoNwSFbiyksRqSeaNOVDTE3TAJ3grk { top:1.6875rem;left:9.1875rem;width:0.6875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kobg1JXuovKUazQRgEO99FPdJiAEK6lL { top:1.625rem;left:39.8125rem;width:0.6875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8bUTgkLyrGKuTIRJCWfRRK5SsTBrDh6 { top:1.625rem;left:24.5rem;width:0.6875rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld2638vDEV4inlzsbWs9fgRCMtveGB4x { display:block; }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCFF3vXrB3HyVRhcQJXyX49QUnPBD8dk { top:12.6875rem;left:0rem;width:31.8125rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0ss21xZpDz84SoMXuQoWxfk1ZTk5ATT { top:5.1875rem;left:0rem;width:31.4375rem;height:6.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GViJ6cfza18wz7WbV1NU9sUbcHCLI7wA { top:5.1875rem;left:20.625rem;width:27.125rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVv8799eT4F6d99SXArum81F9afF956t { width:15.625rem;height:3rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWbXucJTyr2Z2bTaUOQRMIarKeI6Iq0A { display:block; }
 }@media only screen and (max-width: 763px) { #x64nSRUxel8rIaGHcuXcFc9UTaXndZmP { display:block; }#x64nSRUxel8rIaGHcuXcFc9UTaXndZmP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnnkRV5VpwsyUtDQ4PRCGhTGFFZCNkiJ { top:1.375rem;left:0rem;width:45.5625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbA3dgTcN5myr7qCOz1VueidPKEP3ohC { top:1.4375rem;left:40.75rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVugRzVSIm7eGlJdR0PCkwAR4KMwvybE { top:1.375rem;left:45.3125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx8alUa37rPHPMQMVRMC7pDDzQiEDoC2 { top:1.375rem;left:43rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQO8yGSQVmaw8Qw2drChWZ5K2UbDQp4Q { top:1.5rem;left:40.875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyaRElIEvSxgbwuF7q7foIre8TMRNQQH { top:1.5rem;left:43.125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6gGzivpuyxZSTESDtv0ohU0HDQDxAuE { top:1.5rem;left:45.375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlHG9ExEHSmINEDCFnoE5KG3DoBRC17z { top:1.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFcIdWeSyg3imV5r0tpwFk6a4FPO9a7X { top:1.375rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6zACs1FZ6TPip3kiUptZ1An1C6CKgc2 { top:1.5rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfdASJPzOTC5LSpEuvBEpD0sfl5qOoWl { top:1.5rem;left:46.0625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDsBltP2BgXabx2FEe3kWJvh1AT1SZF0 { top:1.5rem;left:46rem;width:1.75rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0dzJTJzrqpOMMOfcvznzhh2SJlyocNT { display:block; }#X0dzJTJzrqpOMMOfcvznzhh2SJlyocNT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IIEB3cUfHZs2l50UrnqUOsTWuuccxguO { top:4.625rem;left:35.8125rem;width:11.9375rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNGXXE52QOaUQSMsr3xtTGp3DSGn8RCr { top:4.5rem;left:0rem;width:27.5625rem;height:6.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UilpUPwIOHVnTupCBmldkGMLcVll7t19 { top:12.6875rem;left:0rem;width:27.0625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kmt69132rxEySWa3qo2mQgoKTSPaMeNr { top:3.875rem;left:24.65625rem;width:11.9375rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd2AOhQB5Tt2tTot1pGMgHOfvz5MFEkA { display:block; }#Vd2AOhQB5Tt2tTot1pGMgHOfvz5MFEkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAFkbcnpUm8fne3pzu6TWiMfa28ZTi3k { top:4.8125rem;left:35.5rem;width:11.9375rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #abGanyeP7IaPNEfVAsOIxMGhxMNiXCfG { top:9.9375rem;left:0rem;width:26.75rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrIzmUmgMQ8nrtQzsWoRdvxgWN37TEEu { top:13.1875rem;left:0rem;width:27.0625rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4BvDO1MusJVUQdmU5lddR00Rx6GI7qF { top:4.375rem;left:24.1875rem;width:11.9375rem;height:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfPzOc5zkWwree6tK40CVyf6TRG0Dlbn { display:block; }#WfPzOc5zkWwree6tK40CVyf6TRG0Dlbn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLn96ad42UXbBCqIN00TuhCDyf0nSkdM { top:7.5rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEc5CKgEGlyyKuxLcE7wxlkRcq1CXpJT { top:3.625rem;left:7.1875rem;width:33.375rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdEA84US3CCHIMe2mOR8oDXZ9ibnv2h7 { top:13.3125rem;left:0rem;width:47.75rem;height:26.698924731183rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc8cgrz8NnRTTNyMUJlSAlunVUR18T4O { display:block; }#Pc8cgrz8NnRTTNyMUJlSAlunVUR18T4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VrMt5uwsAP6b6hn3Ql5aP0CcQhICCsAh { top:21.4375rem;left:0rem;width:25.875rem;height:13.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AreGOSrITeigMh4pTlQtI85wOTN8eiGJ { top:4.375rem;left:0rem;width:23.875rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz9c6vwoPI1S8F9P3w7qAAt9SlWy72z3 { top:7.625rem;left:0rem;width:21.3125rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLpKdeDZXINXrXf1uiyXMWNFVQszoJwK { top:21.5rem;left:21.5625rem;width:26.1875rem;height:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpIfKFnS2GKkGISATRO65g9EmtFZpEg7 { top:7.625rem;left:26.3125rem;width:21.4375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG79Sgi7wXoiAgMNXdGopnWALU4PSIQ7 { top:4.375rem;left:22.5rem;width:25.25rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #paRvRGpQ878LtvJEtxwnrvpqKZ4gHmWM { display:block; }#paRvRGpQ878LtvJEtxwnrvpqKZ4gHmWM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fdxIg5vpR6i8ToiPJPXTcR2xLTdRGVV2 { top:2.625rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1JdCEvq8IiZtocPrqEvVJE73bzCihoh { top:6.375rem;left:13.875rem;width:20rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGLNE8P92aDstxWZMqUWhaqobDQU3I4O { display:block; }#wGLNE8P92aDstxWZMqUWhaqobDQU3I4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTh0bxoR7tFRZ6LPxiaLALsiz82xEv2A { top:8.0625rem;left:0rem;width:47.75rem;height:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbLSsrut6AJsU2TTyMLyLD9o38TelrLZ { top:3.1875rem;left:0.09375rem;width:47.5625rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOGfAa5qb9ybN8lMXFXdzcAsuuT4dJiq { display:block; }#oOGfAa5qb9ybN8lMXFXdzcAsuuT4dJiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BhpUAeMUoXwDtkZBqdkMlrAJwut6Pdd2 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #peTL5LoeXyRGl3twq6bD6apTn39vPoTw { top:33.1875rem;left:19.75rem;width:28rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOh58r8mr6PbWl2rk2QmDO9rUabQ88Tq { top:15.4375rem;left:17.8125rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUkg4xsX1FbEy7DRiusn3cGIFKfmWxNz { top:33.125rem;left:0rem;width:28rem;height:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTEZvB9Gft5oDTBhTwdJuxOuc79MufIC { top:15.4375rem;left:0rem;width:26.8125rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJpAIxV7E7nOE3aFer69zTp697TZtQRX { top:40.0625rem;left:0rem;width:26.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ff8O21zRInvWF5MtkbTVtxaFgzQZwBXP { top:40.0625rem;left:21.6875rem;width:26.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3syBq9wpNvfisaNS4KiFRpU8ucRhh61 { display:block; }#I3syBq9wpNvfisaNS4KiFRpU8ucRhh61 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxPHLDCVTC0TwxhZX3vGB3FXq6Bi1GkT { top:18.6875rem;left:0rem;width:28.5625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml5DxOk8TLK4sTPaEtBgSGA8hgBwnO3o { top:5.8125rem;left:0rem;width:29.1875rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADfxg4deEaUirGp3QWbZXfevC81n04Fg { top:5.875rem;left:20.5rem;width:27.25rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5AxWZqAocHfuLywrKo1n8NMC17N3BBW { top:21.25rem;left:28.6875rem;width:17.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #My9hAsGg6pcgO4hkwK3GOMw23CRekSyr { width:23.25rem;height:2.875rem;top:24.375rem;left:24.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFaeSDeRSzXR5GykunBQoNSOerHghevn { display:block; }#ZFaeSDeRSzXR5GykunBQoNSOerHghevn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oBptky0NxU0ZxOP49BLsbdi2xpIfxdSZ { top:8.0625rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhOgqPUJf4aDU0SUOJnxEcTvCJsNQb8T { top:3.25rem;left:3.5rem;width:40.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gkg4V3aUV6XgVLQhDqq35dfXauDZnHoT { display:block; }#Gkg4V3aUV6XgVLQhDqq35dfXauDZnHoT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hoqHbv4Q7Gl61WCltqPueRtE2VCXuJPh { top:4.3125rem;left:0rem;width:33.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDPphmHEZ2MgKq6iFNO67UEioAR5Zppg { top:9.125rem;left:24.375rem;width:23.375rem;height:10rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pm3JpEocpurDDZtw0MZqTlGng2pfG6gi { top:5.75rem;left:23.1875rem;width:24.5625rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzXb0z2L6g4RuEQu9qi9CQcPd3TEmb01 { display:block; }#LzXb0z2L6g4RuEQu9qi9CQcPd3TEmb01 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfNHzbsehfyx8UWBR2XEfSPQiKl4zvm3 { top:6.375rem;left:0rem;width:27.9375rem;height:5.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxvhyS901BUly0Egfl9T00F7wJHX4lv0 { top:13.0625rem;left:0rem;width:28.3125rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JacDstoEQVh6ZQsFSPJvtTQZ5Ob2RNl1 { top:5.3125rem;left:20.875rem;width:26.875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2GOtqh02TE5SigfiORWbWIiTZQwyLw2 { display:block; }#i2GOtqh02TE5SigfiORWbWIiTZQwyLw2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XMmrDyFurqq372prR64kgK8LsEIhlODE { top:11.875rem;left:0rem;width:47.75rem;height:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTWTtAxLbZPVXxm1Q5Obvr0VCbDKBar6 { top:3.0625rem;left:0rem;width:40.75rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVIVWK68Vcc3MeUmlzC5AS1HoHzNg399 { top:7.875rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWZx3Ra1IfLFsciTKm2g9FLoyLIS7wJI { top:21.1875rem;left:0rem;width:47.75rem;height:18.25rem;font-size:1.25rem;display:block; }#cWZx3Ra1IfLFsciTKm2g9FLoyLIS7wJI li:before{  }
 }@media only screen and (max-width: 763px) { #UnlhAgV4NaQ5RCpIrlTHATZkUGLRSEO1 { display:block; }#UnlhAgV4NaQ5RCpIrlTHATZkUGLRSEO1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wFL0DwQ6XuUqgNoRDtzbPPZdR81Ssan7 { top:3.625rem;left:16.9375rem;width:30.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEsaOWIOpPSiso9POB8PCU4ArtHyfoDe { top:8.9375rem;left:12.875rem;width:34.875rem;height:10.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3N15QdWvo9u73ryUD7Z9ZSuSVlJelPm { top:5.3125rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0wrouJ5ugElK4AlGhWKdUto4obvoR8l { top:5.3125rem;left:6.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2UA2UKB010rz3LWdMZiARL4iZCNsmCs { top:14.25rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyGlfiCLPD8TniKSk9xl2IzaifSJNU3n { top:14.25rem;left:6.9375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3NHEvm4LLS4ZehcEpktEi1xPPSGJA2s { top:20.4375rem;left:19rem;width:16.625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Prc4Ao5ST77PNJ22IlXlsyb3ceBSCiuK { top:11.875rem;left:0rem;width:9.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu6cEAWLD1AHWqhxD2vw6FHUhhwurTRu { top:11.875rem;left:4.84375rem;width:10.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKLBxMivZ04VGNuyeGG5fN1KriqhAblf { top:20.8125rem;left:5.5625rem;width:9rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI5XtAmfFPTGTQxafUgiPzzRk6IccOgi { top:20.8125rem;left:0rem;width:8.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NZkNXGTTbHXI133acveV2TCdJV9hDK30 { background-color:#094a6b;background-image:none;display:block; }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row .container { background-color: transparent; background-image: none; }#NZkNXGTTbHXI133acveV2TCdJV9hDK30::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row .container > .video-iframe-container { display: none; }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row > .video-iframe-container { display: none; }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .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); }#NZkNXGTTbHXI133acveV2TCdJV9hDK30 > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhVENdcqXQLxmb4PtFxas4IXvUy9M1p2 { width:18.375rem;height:10.125rem;top:8.5260419845581rem;left:0.80520915985106rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVVWWTSSHDn5B5KmUmEiNmioQyxkcMxa { width:20rem;height:6.1875rem;top:9.25rem;left:-0.0625rem;font-size:2.8125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LG1I5rWrXp3BVmqf2V1gbFGrQ7XGXCds { width:20rem;height:4.3875rem;top:16.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VQ5M4PI9aXEMfQcMLue9epFXvPD2mT8C { width:18.75rem;height:3.4375rem;top:22.8125rem;left:0.5625rem;font-size:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(59deg, #0c71a3, #08c0ea);background-image: -moz-linear-gradient(59deg, #0c71a3, #08c0ea);background-image: -ms-linear-gradient(59deg, #0c71a3, #08c0ea);background-image: -o-linear-gradient(59deg, #0c71a3, #08c0ea);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c71a3', endColorstr='#08c0ea' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c71a3', endColorstr='#08c0ea' );";background-image: linear-gradient(59deg, #0c71a3, #08c0ea);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bulk117McKLRM7Li081THmaZxF5RtWdJ { display:block; }
 }@media only screen and (max-width: 763px) { #qupsCJuv5HG7d4qcUiyEmPIMbfRhzBCf { width:18.75rem;height:3.4375rem;top:27.625rem;left:0.6875rem;font-size:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(59deg, #ff2079, #ff4133);background-image: -moz-linear-gradient(59deg, #ff2079, #ff4133);background-image: -ms-linear-gradient(59deg, #ff2079, #ff4133);background-image: -o-linear-gradient(59deg, #ff2079, #ff4133);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );";background-image: linear-gradient(59deg, #ff2079, #ff4133);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTTD0Mwth0JQgquVJoW1SwelacKqhBvB { display:block; }
 }@media only screen and (max-width: 763px) { #rAJV8pkB1ufVl8Lb2iwFIwnCL4c0TLw5 { width:6.4375rem;height:4.875rem;top:3.3697919845581rem;left:6.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ27IbF4yd6hfRetea8h0gE6cHktTZ8f { display:none; }#lZ27IbF4yd6hfRetea8h0gE6cHktTZ8f { border-width: 0; border-radius: 0; }#lZ27IbF4yd6hfRetea8h0gE6cHktTZ8f > .row .container { width:20rem;height:7.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EF1Tb6p5sFHk0Rs2JSXoNw1eom2dyb3y { width:16.59375rem;height:3.59375rem;top:7.0062513351437rem;left:1.65625rem;font-size:1.25rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #f9f9f9;border-left:0.1875rem solid #f9f9f9;border-right:0.1875rem solid #f9f9f9;border-bottom:0.1875rem solid #f9f9f9;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #kGGDEHwrKrkuI7AExLrQ3MChCZb0pcck { display:block; }
 }@media only screen and (max-width: 763px) { #MtQbGos5T0TRA3IWzWS00rsUvr2sDU6a { width:17.09375rem;height:3.125rem;top:5.84375rem;left:1.453125rem;font-size:1.125rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #f9f9f9;border-left:0.1875rem solid #f9f9f9;border-right:0.1875rem solid #f9f9f9;border-bottom:0.1875rem solid #f9f9f9;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #ShpumfMnTZqKdcoeIamFOGnwpG6vvZeO { display:block; }
 }@media only screen and (max-width: 763px) { #VKNwAotoyobP8OgVQBNTT8wb09llTzSx { background-color:#ffffff;background-image:none;display:none; }#VKNwAotoyobP8OgVQBNTT8wb09llTzSx > .row .container { width:20rem;height:41.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XQr4TGgPEAWTeygTODJKSHBipSXy9GxT { width:20rem;height:3rem;top:34.25rem;left:0rem;font-size:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(109deg, #ff2079, #ff4133);background-image: -moz-linear-gradient(109deg, #ff2079, #ff4133);background-image: -ms-linear-gradient(109deg, #ff2079, #ff4133);background-image: -o-linear-gradient(109deg, #ff2079, #ff4133);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );";background-image: linear-gradient(109deg, #ff2079, #ff4133);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #XDmVqRw6gnNXFhS7x9gD0ViwcW8Pien0 { display:block; }
 }@media only screen and (max-width: 763px) { #Cywv9lruTZLl3uAScI1hRfsOdFOqvNcc { height:11.07822410148rem;width:20rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEqmweNtupPwXUHKPQkGUQyox6Tg1SJf { height:11.07822410148rem;width:20rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9Hmr1vkiGwIt4DcnW4DQMc5vx6sQfPf { width:20rem;height:1.65rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iuVpTs9eM5pMeC6N9Mi7mZcAm0foeVFi { width:16.125rem;height:3.15rem;top:18.25rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A39OgztVFTHKqs7UdyGBrw67rlk31nrS { background-color:#f1f5fa;background-image:none;display:block; }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row .container { background-color: transparent; background-image: none; }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row .container > .video-iframe-container { display: none; }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row > .video-iframe-container { display: none; }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .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); }#A39OgztVFTHKqs7UdyGBrw67rlk31nrS > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJQdFkBCAho0N45ZuQtoifDtSzyC7pQk { width:19.9375rem;height:5.85rem;top:3.1947917938233rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Hpytwc0kmPpg6IrRTIWwMGNedKtflzkD { width:13.75rem;height:3.125rem;top:10.869791793823rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDiM4lfTvdclI2D60i912D7wBrAoOA8E { display:block; }
 }@media only screen and (max-width: 763px) { #mK8pkL4eycibNcvH5H93z5dbV1L3Rbsw { width:13.75rem;height:3.125rem;top:19.619791793823rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRsFi6PZEEa64n8TM9rmIBzBCsumF2Iy { display:block; }
 }@media only screen and (max-width: 763px) { #xU7TN7wSTpk3g8pBMHMCpbJDkMSLNB7w { width:16.25rem;height:3.125rem;top:15.244791793823rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIRrbZi3NPi9B7kPWLFn2NEMtyH5aAG3 { display:block; }
 }@media only screen and (max-width: 763px) { #DGLS4OiViqTTmZaagBlVuJ5kItlZ04gI { width:16.25rem;height:3.0625rem;top:23.994791793823rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e89Eh5XuyLwuaF4aPql28muHDHaWm6Co { display:block; }
 }@media only screen and (max-width: 763px) { #tc6MepMT0dZutAZReLKyJpOgqSkpbFTT { background-color:#ffffff;background-image:none;display:block; }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row .container { background-color: transparent; background-image: none; }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row .container > .video-iframe-container { display: none; }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row > .video-iframe-container { display: none; }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .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); }#tc6MepMT0dZutAZReLKyJpOgqSkpbFTT > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ReTTEqBdioybXg8O65LczEXV2GKEcpSa { width:18.5rem;height:8.4375rem;top:28.375rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Hnkt5Z3gnXwfsBgZ223zt4IBEuD4vFcA { width:19.9375rem;height:7.06875rem;top:2.9447937011719rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yRiVbc0yKTHyU1ASMldKuo4i1kWn9TB5 { width:20rem;height:3rem;top:23.312500953674rem;left:0rem;font-size:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(109deg, #ff2079, #ff4133);background-image: -moz-linear-gradient(109deg, #ff2079, #ff4133);background-image: -ms-linear-gradient(109deg, #ff2079, #ff4133);background-image: -o-linear-gradient(109deg, #ff2079, #ff4133);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );";background-image: linear-gradient(109deg, #ff2079, #ff4133);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #rw9Kn00UKzEpvq5JDHHJWXi26Tee6Fds { display:block; }
 }@media only screen and (max-width: 763px) { #O2m9CzXipW4UILc75VXrvbpfp0g38pxU { height:11.07822410148rem;width:20rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTOgHQ6OsvDzJNsSf5r0NzmHm2C9VUdH { display:flex;width:2.5rem;height:2.5rem;top:37.812492370606rem;left:2.875rem; }
#NTOgHQ6OsvDzJNsSf5r0NzmHm2C9VUdH > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #tRKAnuphcxDyDZ5sNaGrFfVpxRvCoQcb { width:11.375rem;height:1.6875rem;top:38.124992370606rem;left:5.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mZMblHfAIXJCk4X0IObUfGKJopF5QU4g { width:11.375rem;height:1.59375rem;top:41.328125rem;left:5.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WnKTbOt2Zf35rZ9Bf1bCIP3ikI3HTJ9w { display:flex;width:2.5rem;height:2.5rem;top:40.937495231628rem;left:2.875rem; }
#WnKTbOt2Zf35rZ9Bf1bCIP3ikI3HTJ9w > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook { background-color:#ffffff;background-image:none;display:none; }#ypkExmKgg7OmFLhwQRgckcHQ0X8G5ook > .row .container { width:20rem;height:0.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T0Ffg6XyM4JPnwTzbd8pHX7RS8TXnhtE { width:9.6875rem;height:6.25rem;top:26.9638671875rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vBpFpoMBlOeOtZJNcESAI6xyeCqKNTiP { width:9.6875rem;height:6.25rem;top:19.9638671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #anplKNCII6dIDAwhqFZu0KCRttiTVFAN { width:9.6875rem;height:6.25rem;top:19.9638671875rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwTgVLbhtJzTfH1vyeInTyJ797U1u7hi { width:9.6875rem;height:6.25rem;top:26.9638671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPwzJlkkzHq3rFh6sDHTxBJceZoLitwI { width:7.8125rem;height:0;top:20.5rem;left:1.1201171875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #VytcUQ6rNLS4ZWlqDdz850IyarHVG5I7 { width:3.125rem;height:3.125rem;top:23.2138671875rem;left:6.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ACZt0QUT05x7WK3UTr3DMDcrPiJ7PTXT { width:7.4375rem;height:0;top:20.5625rem;left:11.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #mrba3zxT1LOqwmeNebcfHTOSJFK4Gk9Z { width:7.75rem;height:0;top:27.59765625rem;left:11.46875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #s86DUzzhicgSohiWmbykhwnTk0nHnoXT { width:8.25rem;height:0;top:27.59765625rem;left:1.1201171875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #PPkSQTBApeRzkc7ncvqyMLkgiqahimdH { width:3.4375rem;height:3.4375rem;top:29.9013671875rem;left:16.5rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bVLWIZSThK3ar3pJw8SZJ781cikUuVp8 { width:3.125rem;height:3.125rem;top:23.0263671875rem;left:16.6875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #aQofci0oCy3ndO2mKx2aTUHgfubA5C5v { width:2.9375rem;height:2.9375rem;top:30.0849609375rem;left:6.625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #LFKKk75OpONQkWObU8Ii5SxL3m33Ctbf { width:0.625rem;height:6.25rem;top:19.9599609375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IqIoNwSFbiyksRqSeaNOVDTE3TAJ3grk { width:0.625rem;height:6.25rem;top:19.9375rem;left:10.3125rem;background-color:#ff4133;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #kobg1JXuovKUazQRgEO99FPdJiAEK6lL { width:0.625rem;height:6.25rem;top:26.9638671875rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8bUTgkLyrGKuTIRJCWfRRK5SsTBrDh6 { width:0.625rem;height:6.25rem;top:26.9638671875rem;left:0rem;background-color:#ff4133;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ld2638vDEV4inlzsbWs9fgRCMtveGB4x { background-color:#ffffff;background-image:none;display:block; }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row .container { background-color: transparent; background-image: none; }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row .container > .video-iframe-container { display: none; }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row > .video-iframe-container { display: none; }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .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); }#ld2638vDEV4inlzsbWs9fgRCMtveGB4x > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCFF3vXrB3HyVRhcQJXyX49QUnPBD8dk { width:19rem;height:23.625rem;top:10.8125rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #H0ss21xZpDz84SoMXuQoWxfk1ZTk5ATT { width:19.9375rem;height:7.06875rem;top:3.1947917938233rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GViJ6cfza18wz7WbV1NU9sUbcHCLI7wA { width:20rem;height:20rem;top:40rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVv8799eT4F6d99SXArum81F9afF956t { width:15.625rem;height:3rem;top:35.6875rem;left:2.1875rem;font-size:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(109deg, #ff2079, #ff4133);background-image: -moz-linear-gradient(109deg, #ff2079, #ff4133);background-image: -ms-linear-gradient(109deg, #ff2079, #ff4133);background-image: -o-linear-gradient(109deg, #ff2079, #ff4133);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2079', endColorstr='#ff4133' );";background-image: linear-gradient(109deg, #ff2079, #ff4133);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sWbXucJTyr2Z2bTaUOQRMIarKeI6Iq0A { display:block; }
 }@media only screen and (max-width: 763px) { #x64nSRUxel8rIaGHcuXcFc9UTaXndZmP { background-color:#094a6b;background-image:none;display:none; }#x64nSRUxel8rIaGHcuXcFc9UTaXndZmP > .row .container { width:20rem;height:3.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wnnkRV5VpwsyUtDQ4PRCGhTGFFZCNkiJ { width:17.1875rem;height:0;top:1.3510437011719rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #SbA3dgTcN5myr7qCOz1VueidPKEP3ohC { width:1.875rem;height:1.875rem;top:0.625rem;left:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVugRzVSIm7eGlJdR0PCkwAR4KMwvybE { width:1.875rem;height:1.875rem;top:0.625rem;left:9.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx8alUa37rPHPMQMVRMC7pDDzQiEDoC2 { width:1.875rem;height:1.875rem;top:0.625rem;left:5.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQO8yGSQVmaw8Qw2drChWZ5K2UbDQp4Q { width:1.6875rem;height:1.6875rem;top:1.5rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyaRElIEvSxgbwuF7q7foIre8TMRNQQH { width:1.6875rem;height:1.6875rem;top:1.5rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6gGzivpuyxZSTESDtv0ohU0HDQDxAuE { width:1.6875rem;height:1.6875rem;top:1.5rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rlHG9ExEHSmINEDCFnoE5KG3DoBRC17z { width:1.875rem;height:1.875rem;top:0.625rem;left:12.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFcIdWeSyg3imV5r0tpwFk6a4FPO9a7X { width:1.875rem;height:1.875rem;top:0.625rem;left:15.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6zACs1FZ6TPip3kiUptZ1An1C6CKgc2 { width:1.6875rem;height:1.6875rem;top:1.5rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfdASJPzOTC5LSpEuvBEpD0sfl5qOoWl { width:1.6875rem;height:1.6875rem;top:1.5rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDsBltP2BgXabx2FEe3kWJvh1AT1SZF0 { width:1.75rem;height:1.6875rem;top:26.376043701172rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0dzJTJzrqpOMMOfcvznzhh2SJlyocNT { display:none; }#X0dzJTJzrqpOMMOfcvznzhh2SJlyocNT > .row .container { width:20rem;height:46.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IIEB3cUfHZs2l50UrnqUOsTWuuccxguO { width:9.1875rem;height:22.0625rem;top:21.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNGXXE52QOaUQSMsr3xtTGp3DSGn8RCr { width:19.5625rem;height:4.375rem;top:2.3249969482422rem;left:0.21875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #UilpUPwIOHVnTupCBmldkGMLcVll7t19 { width:20rem;height:11.025rem;top:7.3499984741213rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Kmt69132rxEySWa3qo2mQgoKTSPaMeNr { width:9.3125rem;height:22.3125rem;top:20.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd2AOhQB5Tt2tTot1pGMgHOfvz5MFEkA { display:none; }#Vd2AOhQB5Tt2tTot1pGMgHOfvz5MFEkA > .row .container { width:20rem;height:38.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tAFkbcnpUm8fne3pzu6TWiMfa28ZTi3k { width:8.25rem;height:20.1875rem;top:16.8125rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abGanyeP7IaPNEfVAsOIxMGhxMNiXCfG { width:19.5625rem;height:2.1875rem;top:2.7000007629394rem;left:0.21875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LrIzmUmgMQ8nrtQzsWoRdvxgWN37TEEu { width:20rem;height:8.775rem;top:5.5999984741211rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #n4BvDO1MusJVUQdmU5lddR00Rx6GI7qF { width:8.625rem;height:20.8125rem;top:15.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfPzOc5zkWwree6tK40CVyf6TRG0Dlbn { background-color:#ffffff;background-image:none;display:none; }#WfPzOc5zkWwree6tK40CVyf6TRG0Dlbn > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GLn96ad42UXbBCqIN00TuhCDyf0nSkdM { width:20rem;height:6.75rem;top:5.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JEc5CKgEGlyyKuxLcE7wxlkRcq1CXpJT { width:19.9375rem;height:1.85625rem;top:2.3197898864746rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #BdEA84US3CCHIMe2mOR8oDXZ9ibnv2h7 { height:11.182795698925rem;width:20rem;top:13.312500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc8cgrz8NnRTTNyMUJlSAlunVUR18T4O { background-color:#f1f5fa;background-image:none;display:none; }#Pc8cgrz8NnRTTNyMUJlSAlunVUR18T4O > .row .container { width:20rem;height:74.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VrMt5uwsAP6b6hn3Ql5aP0CcQhICCsAh { width:18rem;height:17.53125rem;top:18.288541793823rem;left:1rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #AreGOSrITeigMh4pTlQtI85wOTN8eiGJ { width:20rem;height:1.71875rem;top:3.3822917938233rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Wz9c6vwoPI1S8F9P3w7qAAt9SlWy72z3 { width:19.75rem;height:11.125rem;top:5.9760398864746rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLpKdeDZXINXrXf1uiyXMWNFVQszoJwK { width:16.9375rem;height:15.9375rem;top:54.75rem;left:1.53125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lpIfKFnS2GKkGISATRO65g9EmtFZpEg7 { width:20rem;height:11.137026239067rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SG79Sgi7wXoiAgMNXdGopnWALU4PSIQ7 { width:20rem;height:1.8rem;top:39.726039886474rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #paRvRGpQ878LtvJEtxwnrvpqKZ4gHmWM { background-color:#f1f5fa;background-image:none;display:none; }#paRvRGpQ878LtvJEtxwnrvpqKZ4gHmWM > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fdxIg5vpR6i8ToiPJPXTcR2xLTdRGVV2 { width:19.9375rem;height:4.0625rem;top:2.1322937011719rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q1JdCEvq8IiZtocPrqEvVJE73bzCihoh { width:17.375rem;height:2.4375rem;top:6.6322937011719rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGLNE8P92aDstxWZMqUWhaqobDQU3I4O { background-color:#f1f5fa;background-image:none;display:none; }#wGLNE8P92aDstxWZMqUWhaqobDQU3I4O > .row .container { width:20rem;height:30.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aTh0bxoR7tFRZ6LPxiaLALsiz82xEv2A { width:19.5rem;height:20.25rem;top:7.9760398864744rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BbLSsrut6AJsU2TTyMLyLD9o38TelrLZ { width:19.9375rem;height:5.25rem;top:2.0072917938233rem;left:0rem;font-size:2.1875rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oOGfAa5qb9ybN8lMXFXdzcAsuuT4dJiq { background-color:#f9f9f9;background-image:none;display:none; }#oOGfAa5qb9ybN8lMXFXdzcAsuuT4dJiq > .row .container { width:20rem;height:58.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BhpUAeMUoXwDtkZBqdkMlrAJwut6Pdd2 { width:19.8125rem;height:7rem;top:2.375rem;left:0rem;font-size:1.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #peTL5LoeXyRGl3twq6bD6apTn39vPoTw { width:19.75rem;height:4.8rem;top:22.297916412354rem;left:0.25rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #KOh58r8mr6PbWl2rk2QmDO9rUabQ88Tq { width:20rem;height:11.23125rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUkg4xsX1FbEy7DRiusn3cGIFKfmWxNz { width:19.6875rem;height:6rem;top:45.712493896484rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bTEZvB9Gft5oDTBhTwdJuxOuc79MufIC { width:20rem;height:12.354312354312rem;top:32.670837402344rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJpAIxV7E7nOE3aFer69zTp697TZtQRX { width:18.9375rem;height:2.8rem;top:51.9375rem;left:0.375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ff8O21zRInvWF5MtkbTVtxaFgzQZwBXP { width:18.875rem;height:2.8rem;top:27.762496948243rem;left:0.4375rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I3syBq9wpNvfisaNS4KiFRpU8ucRhh61 { background-color:#ffffff;background-image:none;display:none; }#I3syBq9wpNvfisaNS4KiFRpU8ucRhh61 > .row .container { width:20rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FxPHLDCVTC0TwxhZX3vGB3FXq6Bi1GkT { width:20rem;height:6.5625rem;top:18.738540649414rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ml5DxOk8TLK4sTPaEtBgSGA8hgBwnO3o { width:20rem;height:9.45rem;top:26.178131103516rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ADfxg4deEaUirGp3QWbZXfevC81n04Fg { width:20rem;height:10.504587155963rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5AxWZqAocHfuLywrKo1n8NMC17N3BBW { width:17.25rem;height:2.825rem;top:14.375rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #My9hAsGg6pcgO4hkwK3GOMw23CRekSyr { width:19.5rem;height:0;top:15.473958015442rem;left:0.5rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;font-family:roboto;display:none; }
 }@media only screen and (max-width: 763px) { #ZFaeSDeRSzXR5GykunBQoNSOerHghevn { background-color:#f9f9f9;background-image:none;display:none; }#ZFaeSDeRSzXR5GykunBQoNSOerHghevn > .row .container { width:20rem;height:22.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oBptky0NxU0ZxOP49BLsbdi2xpIfxdSZ { width:19.4375rem;height:7.875rem;top:6.3510437011719rem;left:0.21875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RhOgqPUJf4aDU0SUOJnxEcTvCJsNQb8T { width:19.25rem;height:2.34375rem;top:3.1010398864746rem;left:0.375rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Gkg4V3aUV6XgVLQhDqq35dfXauDZnHoT { display:none; }#Gkg4V3aUV6XgVLQhDqq35dfXauDZnHoT > .row .container { width:20rem;height:31.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hoqHbv4Q7Gl61WCltqPueRtE2VCXuJPh { width:19.375rem;height:8.75rem;top:6.3479175567625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDPphmHEZ2MgKq6iFNO67UEioAR5Zppg { width:19.0625rem;height:10.5rem;top:15.6875rem;left:0.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #pm3JpEocpurDDZtw0MZqTlGng2pfG6gi { width:20rem;height:2.1875rem;top:3.4104166030884rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LzXb0z2L6g4RuEQu9qi9CQcPd3TEmb01 { background-color:#ffffff;background-image:none;display:none; }#LzXb0z2L6g4RuEQu9qi9CQcPd3TEmb01 > .row .container { width:20rem;height:30.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wfNHzbsehfyx8UWBR2XEfSPQiKl4zvm3 { width:19.25rem;height:4.6875rem;top:2.7885437011719rem;left:0.375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KxvhyS901BUly0Egfl9T00F7wJHX4lv0 { width:16.5rem;height:7.85rem;top:20.663539886474rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JacDstoEQVh6ZQsFSPJvtTQZ5Ob2RNl1 { width:19.875rem;height:11.125rem;top:8.4135437011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2GOtqh02TE5SigfiORWbWIiTZQwyLw2 { background-color:#0c71a3;background-image:none;display:none; }#i2GOtqh02TE5SigfiORWbWIiTZQwyLw2 > .row .container { width:20rem;height:54.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XMmrDyFurqq372prR64kgK8LsEIhlODE { width:18.6875rem;height:14.175rem;top:12.136459350586rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wTWTtAxLbZPVXxm1Q5Obvr0VCbDKBar6 { width:19.25rem;height:3.375rem;top:2.4489593505859rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yVIVWK68Vcc3MeUmlzC5AS1HoHzNg399 { width:20rem;height:4.3125rem;top:6.6364583969119rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cWZx3Ra1IfLFsciTKm2g9FLoyLIS7wJI { width:18.6875rem;height:26.75rem;top:26.838541793823rem;left:0.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#cWZx3Ra1IfLFsciTKm2g9FLoyLIS7wJI li:before{  }
 }@media only screen and (max-width: 763px) { #UnlhAgV4NaQ5RCpIrlTHATZkUGLRSEO1 { background-color:#ffffff;background-image:none;display:none; }#UnlhAgV4NaQ5RCpIrlTHATZkUGLRSEO1 > .row .container { width:20rem;height:35.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wFL0DwQ6XuUqgNoRDtzbPPZdR81Ssan7 { width:20rem;height:3.375rem;top:2.9760427474976rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IEsaOWIOpPSiso9POB8PCU4ArtHyfoDe { width:19.375rem;height:14.175rem;top:6.8083333969119rem;left:0.25rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o3N15QdWvo9u73ryUD7Z9ZSuSVlJelPm { width:4.0625rem;height:4.0625rem;top:23.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0wrouJ5ugElK4AlGhWKdUto4obvoR8l { width:4.0625rem;height:4.0625rem;top:23.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2UA2UKB010rz3LWdMZiARL4iZCNsmCs { width:4.0625rem;height:4.0625rem;top:23.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyGlfiCLPD8TniKSk9xl2IzaifSJNU3n { width:4.0625rem;height:4.0625rem;top:23.75rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3NHEvm4LLS4ZehcEpktEi1xPPSGJA2s { width:16.625rem;height:1.05rem;top:21.320833206177rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Prc4Ao5ST77PNJ22IlXlsyb3ceBSCiuK { width:4.9375rem;height:2.275rem;top:28.362501144409rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bu6cEAWLD1AHWqhxD2vw6FHUhhwurTRu { width:4.875rem;height:2.275rem;top:28.362501144409rem;left:5.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKLBxMivZ04VGNuyeGG5fN1KriqhAblf { width:4.625rem;height:2.275rem;top:28.362501144409rem;left:15.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI5XtAmfFPTGTQxafUgiPzzRk6IccOgi { width:4.5rem;height:2.275rem;top:28.362501144409rem;left:10.40625rem;font-size:0.875rem;display:block; }
 }