.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#203949;background-image:none;position:relative;display:block; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { background-color: transparent; background-image: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container > .video-iframe-container { display: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container { display: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .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); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { border-width: 0; border-radius: 0; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container {  }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { font-size:0.875rem;font-family:rubik;height:5.0625rem;width:75rem;position:relative;display:block; }#WSXnI8DgNOagzqzTGXEnU5Urm0FdgIxD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:10.0625rem;top:0.78125rem;left:0rem;overflow:hidden;display:block; }
#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8f9b09f8-7a29-436a-9990-4f5275c9eb80/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c.adaptive-delivery-prevent-bg, #yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c.lazyload, #yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c.lazyloading { background-image: none; }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row .container { background-color: transparent; background-image: none; }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row .container > .video-iframe-container { display: none; }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row > .video-iframe-container { display: none; }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .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); }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row .container { border-width: 0; border-radius: 0; }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row > .video-iframe-container {  }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:75rem;position:relative;display:block; }#Q9b8Li6krHO6DALuygRR2xzXi8hySn0v { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:20.375rem;top:4.3125rem;left:47.53125rem;overflow:hidden;display:block; }
#EGBFO5aL9NUATJNSDtXJuELoocKVhbK2 { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0.6875rem;height:8.53125rem;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; }
#X4EJE2aJ6fQd7kgzmMOG6klHKSpEtSeR { position:absolute;display:block;z-index:14999;background-color:#7497ec;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:0.9375rem;width:18.625rem;top:7.6875rem;left:0.625rem;display:block; }
#U9IGchTWTTxbQRGQHpcO7Ozu2AuUvFxi { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:18rem;left:0.625rem;height:3.25rem;display:block; }
#lsMCQqyxnHVsH4T17WwOk1lEABAEoGce { background-color:#df2c38;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.6875rem;left:0.625rem;display:block; }
#VBaxST4JwEudqyJwr5VyFMVFpTzi296B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#McFHMMTGXQ6ydxlOHVKwgywzaPA1imFa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:26.625rem;left:15.03125rem;overflow:hidden;display:block; }
#pgsCLnwexipIRpI6MUdDCoD0IJb0G94l { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:9.875rem;top:31.1875rem;left:0.625rem;overflow:hidden;display:block; }
#N6qd6yT0x1EESmhEPV1NMeWgVb22TV8q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.1875rem;width:11.0625rem;display:none; }
#T8ABBPONOnDNLZ7qImvv7mfR3bTb3GJw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42rem;width:21.0625rem;top:30.625rem;left:38.03125rem;overflow:hidden;display:block; }
#nxASATfESSQuv4RWJeVXBTFpayOHd6wU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4cf2029f-ed2e-4704-86cc-9e33d77fad49/bottombglp.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU.adaptive-delivery-prevent-bg, #nxASATfESSQuv4RWJeVXBTFpayOHd6wU.lazyload, #nxASATfESSQuv4RWJeVXBTFpayOHd6wU.lazyloading { background-image: none; }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row .container { background-color: transparent; background-image: none; }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row .container > .video-iframe-container { display: none; }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row > .video-iframe-container { display: none; }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .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); }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row .container { border-width: 0; border-radius: 0; }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row > .video-iframe-container {  }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row .container { font-size:0.875rem;font-family:arial;height:50.25rem;width:75rem;position:relative;display:block; }#o94N9a9mogUqqxb388U1iRuSNKKzmBdT { color:#203949;display:block;width:31.25rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.3125rem;left:0.625rem;height:2.4375rem;font-style:normal;display:block; }
#wZG7klW8L9n8yK04vlpUV0O3eQzpAliP { position:absolute;display:block;z-index:14999;background-color:#7497ec;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:0.9375rem;width:8.125rem;top:6.8125rem;left:0.65625rem;display:block; }
#dak3hAx3ebm96BTTtkbOV70IuxS2FLyT { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4f4f4;border-left:0.0625rem solid #f4f4f4;border-right:0.0625rem solid #f4f4f4;border-bottom:0.0625rem solid #f4f4f4;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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:34.1875rem;width:35.625rem;top:10rem;left:0rem;display:block; }
#pnbMPWqQrkrkXcgJO6q3svBBV4FmxvNF { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.0625rem;top:13.125rem;left:3.21875rem;overflow:hidden;display:block; }
#Ty2z0ynTvxIcfiWkwAuz3gaStmUFkSGK { color:#213d6a;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.193359375rem;left:5.09375rem;height:1.29980625rem;display:block; }
#DMfhKGywT2ZJbUPuFRAceETf1FLnO1BX { color:#093b73;display:block;width:22.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.6875rem;left:5.09375rem;height:2.4375rem;display:block; }
#wLfhSHLgIAnSTVdXpoHwTz6uRTV0Wk6T { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:1.0625rem;top:18.5rem;left:3.25rem;overflow:hidden;display:block; }
#ayebcPhmcO4cu4NCKqdeQhvfWOFZ1aTh { color:#213d6a;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.5625rem;left:5.125rem;height:1.29980625rem;display:block; }
#qNkxLcZZGs8rzffxOVgfVzg138DgvR3z { color:#093b73;display:block;width:28.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:20.0625rem;left:5.125rem;height:1.21875rem;display:block; }
#Thx4DgIamXwX1D9aBFpTugrzUElauOSs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.5625rem;top:22.8125rem;left:3rem;overflow:hidden;display:block; }
#OMVSOLvA3Fvb9b3Qn2a3A9nAFvI5Nmt9 { color:#213d6a;display:block;width:28rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.6875rem;left:5.0625rem;height:1.29980625rem;display:block; }
#EgEUe4tfuRzN3THTyoZq4yowkIP9fyw1 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:1.0625rem;top:27.0625rem;left:3.1875rem;overflow:hidden;display:block; }
#IH6cHdZ63HIGbw1efUXmbb5KB3QTLI5p { color:#213d6a;display:block;width:30.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.8125rem;left:5.0625rem;height:1.29980625rem;display:block; }
#DzNK2zVfA0XfpE2Ue2yFEP5TLtmschJ2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:1.0625rem;top:29.4375rem;left:3.1875rem;overflow:hidden;display:block; }
#ReGXk10VgoHshXHSN1UFSJDS382a1l9y { color:#213d6a;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:29.5rem;left:5.0625rem;height:1.29980625rem;display:block; }
#AGNQKcDuG5VzTcoHvQ0bTOt1Cn8LFitm { color:#093b73;display:block;width:28.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:31rem;left:5.0625rem;height:1.21875rem;display:block; }
#lrKNr8vltMIyNIBTqLUztyThvRkz3QtF { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:1.25rem;top:33.5556640625rem;left:3.1875rem;overflow:hidden;display:block; }
#JEh6K9MB5zui2n7XuNMnr58GlHt8lWlN { color:#213d6a;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:33.3125rem;left:5.0625rem;height:1.29980625rem;display:block; }
#aneWSbqlAHuUU2OrwlBLk3yrW2wCcKOb { color:#213d6a;display:block;width:29.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:35.875rem;left:5.0625rem;height:1.29980625rem;display:block; }
#qAPgCJgJbpmVJw1MywtEN4c68Gy8DMFk { color:#093b73;display:block;width:28.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:37.375rem;left:5.0625rem;height:2.4375rem;display:block; }
#tPJSZDrxLXu3D8Uh6UGnJRUoGJWIzSUE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.0625rem;top:35.9375rem;left:3.25rem;overflow:hidden;display:block; }
#dwFmsdbi9kngJ7U6eANGzJcRdmWeSgwp { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:7.375rem;top:39.8125rem;left:39.40625rem;overflow:hidden;display:block; }
#obXBI10RtJcCXTc9PTNThWo1IfIe8EvN { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:40.6689453125rem;left:47.65625rem;height:2.5996125rem;display:block; }
#e3SSCGsS3CIMLUItGu1RNTMQwWV4CmR6 { background-color:#df2c38;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:45.0625rem;left:58.5rem;display:block; }
#Tn0oZ8H9N7JX3eX30M7SE8UyqrLQtsQd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e9drQSw2gVvWOp5txaD5m5L8nF6ppGFt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:46rem;left:72.9375rem;overflow:hidden;display:block; }
#hfgLq5ACOOoQTg48UDc4MmTeMHIixRwR { color:#093b73;display:block;width:28.3125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:24.4375rem;left:5.0625rem;height:1.21875rem;display:block; }
#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT { position:relative;display:none; }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT { border-width: 0; border-radius: 0; }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT > .row .container > .video-iframe-container {  }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#Rw5gTOsLdVr4yuQFqXXBrPBg3AL3LzvE { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:40.6689453125rem;left:47.65625rem;height:2.5996125rem;display:none; }
#raLQ9zDQFbBfCRBUI5CkKLNZeHaQiMHt { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:7.375rem;top:39.8125rem;left:39.40625rem;overflow:hidden;display:none; }
#XUdhTTg2IZxX0kkL1NEaTGmfTppRsTRm { background-color:#07b900;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:45.0625rem;left:58.5rem;display:none; }
#pl9LOR0sWIWvgxSEk6Z5pyL38d6ydpMt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmoPwWxIABeBrGAzRGvgw7X6cCNgkXwQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:46rem;left:72.9375rem;overflow:hidden;display:none; }
#TGnRCqdHer96U71dxR47ywtedyEH6bXf { position:relative;display:block; }#TGnRCqdHer96U71dxR47ywtedyEH6bXf { background-color: transparent; background-image: none; }#TGnRCqdHer96U71dxR47ywtedyEH6bXf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGnRCqdHer96U71dxR47ywtedyEH6bXf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGnRCqdHer96U71dxR47ywtedyEH6bXf > .row .container > .video-iframe-container { display: none; }#TGnRCqdHer96U71dxR47ywtedyEH6bXf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGnRCqdHer96U71dxR47ywtedyEH6bXf > .row > .video-iframe-container { display: none; }#TGnRCqdHer96U71dxR47ywtedyEH6bXf > .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); }#TGnRCqdHer96U71dxR47ywtedyEH6bXf { border-width: 0; border-radius: 0; }#TGnRCqdHer96U71dxR47ywtedyEH6bXf > .row .container > .video-iframe-container {  }#TGnRCqdHer96U71dxR47ywtedyEH6bXf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.25rem;width:75rem;position:relative;display:block; }#ch0pXK04XHsbyThD5BHhoV785Usaux5X { color:#203949;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:0.625rem;height:2.4375rem;font-style:normal;display:block; }
#Gb800m5Xt6GBT9yTATSUmCQNrNHDzzBp { position:absolute;display:block;z-index:15001;background-color:#7497ec;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:0.9375rem;width:26.875rem;top:4.75rem;left:0.6875rem;display:block; }
#Gm8Xx7kV5iv9L0KZ9CcipHHWxSSrq4za { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:10.75rem;top:2.9375rem;left:53rem;overflow:hidden;display:block; }
#Fd0vrsL5xTUCeRrqNELLZuiyO39KGLpy { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:38.5625rem;top:10.25rem;left:0rem;overflow:hidden;display:block; }
#CBwXLDcVI64JmWEaz0RxXQQcxtFcuPZV { color:#213d6a;display:block;width:30.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:10.875rem;left:40.875rem;height:7.79883125rem;font-style:normal;display:block; }
#RPIJeF4oQZPcTkZmDFXWZ6ISEwvAAHZp { color:#213d6a;display:block;width:32.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23.0625rem;left:40.875rem;height:6.499025rem;font-style:normal;display:block; }
#DxNfEqASzQe4mn0LHZXmRqfrODPFvimh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.4375rem;top:10.75rem;left:38.34375rem;overflow:hidden;display:block; }
#WbZc7aTvqehpKGw20oDbtuus0aUFssMa { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.4375rem;top:23.125rem;left:38.375rem;overflow:hidden;display:block; }
#iJn610UrXOxtQt2B6H1Srq85lG1sdVVr { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f4f4f4;border-left:0.0625rem solid #f4f4f4;border-right:0.0625rem solid #f4f4f4;border-bottom:0.0625rem solid #f4f4f4;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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:26.875rem;width:74.875rem;top:8.25rem;left:0rem;display:block; }
#rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU > .row .container { background-color: transparent; background-image: none; }#rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU > .row .container > .video-iframe-container { display: none; }#rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU > .row > .video-iframe-container { display: none; }#rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU > .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); }#rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU > .row .container { border-width: 0; border-radius: 0; }#rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU > .row > .video-iframe-container {  }#rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#tl5WsRSBh2TJ3iiEye7XRGrsRC3dT5yA { color:#203949;display:block;width:50rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.5625rem;left:0.625rem;height:2.4375rem;font-style:normal;display:block; }
#IWtoMeTkBczPhGH1pJZr1hIxHbUp9CRz { position:absolute;display:block;z-index:15003;background-color:#7497ec;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:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;height:0.9375rem;width:26.875rem;top:5.1875rem;left:0.6875rem;display:block; }
#NiAmDqvCrLyKFwsD4i8n3TJXG3UiaK5l { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f4f4f4;border-left:0.0625rem solid #f4f4f4;border-right:0.0625rem solid #f4f4f4;border-bottom:0.0625rem solid #f4f4f4;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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:24.9375rem;width:36.875rem;top:9.75rem;left:0rem;display:block; }
#wM8EC5JCFKxoN3bSpJfdi9HWXrDBxpSZ { color:#203949;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:1.96875rem;height:2.2734375rem;display:block; }
#aCW90HeUACPr609C5U4UoUTrX57tK7Li { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:29.375rem;top:14.6875rem;left:1.96875rem;overflow:hidden;display:block; }
#Jy32KI6aPVf8rmLNro45wfzuoMsTc5GG { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f4f4f4;border-left:0.0625rem solid #f4f4f4;border-right:0.0625rem solid #f4f4f4;border-bottom:0.0625rem solid #f4f4f4;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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:24.9375rem;width:36.875rem;top:9.75rem;left:38.125rem;display:block; }
#Cr30uCfT5diSf8ig77RV1ccX5mt3aHik { color:#203949;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:11.1875rem;left:39.8125rem;height:2.2734375rem;display:block; }
#FsAu7LcBoO0IyoBkK4V6rOSeNV98B06E { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:29.375rem;top:14.6875rem;left:39.8125rem;overflow:hidden;display:block; }
#G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi > .row .container { background-color: transparent; background-image: none; }#G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi > .row .container > .video-iframe-container { display: none; }#G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi > .row > .video-iframe-container { display: none; }#G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi > .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); }#G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi > .row .container { border-width: 0; border-radius: 0; }#G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi > .row > .video-iframe-container {  }#G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi > .row .container { font-size:0.875rem;font-family:arial;height:31.625rem;width:75rem;position:relative;display:block; }#ODxxNLToS59R2Wry0qIwc1MvFCBbrhiG { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f4f4f4;border-left:0.0625rem solid #f4f4f4;border-right:0.0625rem solid #f4f4f4;border-bottom:0.0625rem solid #f4f4f4;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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:27.5625rem;width:36.875rem;top:1rem;left:0rem;display:block; }
#hwJo9twEeuvBTbDA1bc6o9Q9XuqN5Tx9 { color:#203949;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2.5rem;left:1.96875rem;height:3.41015625rem;display:block; }
#CzVdH68PeUSTeF8cJAAxmdM7xPmg02Tx { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:29.125rem;top:9.6875rem;left:1.96875rem;overflow:hidden;display:block; }
#fKIzyane9E4N4kztXgZNww80tmd7o3By { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #f4f4f4;border-left:0.0625rem solid #f4f4f4;border-right:0.0625rem solid #f4f4f4;border-bottom:0.0625rem solid #f4f4f4;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: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:27.5625rem;width:36.875rem;top:1rem;left:38.125rem;display:block; }
#Nthul0AcAt6hmmnMW9sTuG70WO1Opvuk { color:#203949;display:block;width:32.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.4375rem;left:39.8125rem;height:4.546875rem;display:block; }
#MLBhluaa71PLFmrcEgct11gJsmVTccTD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:33.1875rem;top:9.6875rem;left:39.8125rem;overflow:hidden;display:block; }
#LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG > .row .container { background-color: transparent; background-image: none; }#LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG > .row .container > .video-iframe-container { display: none; }#LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG > .row > .video-iframe-container { display: none; }#LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG > .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); }#LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG > .row .container { border-width: 0; border-radius: 0; }#LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG > .row > .video-iframe-container {  }#LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#iA5nGCN9W6hMtnDoyT3VETmp66vekT6A { background-color:#df2c38;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:2.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.3125rem;left:29.25rem;display:block; }
#mZQ9Ed0TQ2u13uFpoIqNnmbd7kSmR84f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBxCbpfqoebfImu4ywUZIQ15IyX2pFfp { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.25rem;width:1.25rem;top:2.25rem;left:43.6875rem;overflow:hidden;display:block; }
#rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl { border-top:0;border-left:0;border-right:0;border-bottom:0rem none #000000;background-color:#ffffff;background-image:none;position:relative;display:block; }#rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl > .row .container { background-color: transparent; background-image: none; }#rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl > .row .container > .video-iframe-container { display: none; }#rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl > .row > .video-iframe-container { display: none; }#rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl > .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); }#rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl > .row .container { border-width: 0; border-radius: 0; }#rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl > .row > .video-iframe-container {  }#rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl > .row .container { font-size:0.875rem;font-family:arial;height:13.375rem;width:75rem;position:relative;display:block; }#epwBsP2FUhCR6nz3Pz4UpqW1oQixTH1w { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:9.875rem;top:1.375rem;left:32.5625rem;overflow:hidden;display:block; }
#nutRV8OlkPHnO7I0S77NPG4G5CnEWf63 { color:#203949;display:block;width:15.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.4375rem;left:29.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SE7iUCAssRhgOxyDrJyE7GgUTa9q1tcq { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:11.1875rem;top:7.5rem;left:25.71875rem;overflow:hidden;display:block; }
#hGXaC8oOBQoRELkOlD8MaIaQJFtmriaw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3125rem;width:11.125rem;top:7.5rem;left:38.59375rem;overflow:hidden;display:block; }
#ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh { position:relative;display:block; }#ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh { background-color: transparent; background-image: none; }#ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh > .row .container > .video-iframe-container { display: none; }#ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh > .row > .video-iframe-container { display: none; }#ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh > .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); }#ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh { border-width: 0; border-radius: 0; }#ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh > .row .container > .video-iframe-container {  }#ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#203949;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:block; }#yPhFxUfKVGXezbAwOP3MJCAc2IwLpUOD { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:7.75rem;top:2.3125rem;left:1.5625rem;overflow:hidden;display:block; }
#qoCbgrTb89fOuJH1CcmJMVCkFrgRstrS { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.33203125rem;left:14.15625rem;height:1.4619125rem;display:block; }
#TTH8tl0SubNR2A5CHMup7mpsEsE7z9GD { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.26953125rem;left:32.28125rem;height:1.4619125rem;display:block; }
#WJetk71MHuTwdNE8WPOGVaprDV3U3hwK { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.20703125rem;left:48.03125rem;height:1.4619125rem;display:block; }
#R2h3qaqHiHP353mfAHLypmLxZBflKp15 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:2.25rem;top:2.375rem;left:65.03125rem;overflow:hidden;display:block; }
#NICq3MQlWCGbZyRfemA3nB9T37IRpaNJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:2.25rem;top:2.34375rem;left:67.65625rem;overflow:hidden;display:block; }
#NRto81lBdXXUPhFQW19C82TgMa1RbIeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { background-color: transparent; background-image: none; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container > .video-iframe-container { display: none; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row > .video-iframe-container { display: none; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .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); }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { border-width: 0; border-radius: 0; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row > .video-iframe-container {  }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { font-size:0.875rem;font-family:rubik;height:16.4375rem;width:75rem;position:relative;display:block; }#vamVSIkiQV2eIqLUBTQFs6UVJIqzdV7o { position:absolute;display:block;z-index:15010;height:11.25rem;width:23.0625rem;top:2.59375rem;left:25.96875rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe { background-color:#203949;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { background-color: transparent; background-image: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container > .video-iframe-container { display: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container { display: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .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); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { border-width: 0; border-radius: 0; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container {  }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { width:47.75rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WSXnI8DgNOagzqzTGXEnU5Urm0FdgIxD { width:10.6875rem;height:3.5rem;top:1.75rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c { display:block; }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Q9b8Li6krHO6DALuygRR2xzXi8hySn0v { width:20.375rem;height:4.625rem;top:3.875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EGBFO5aL9NUATJNSDtXJuELoocKVhbK2 { width:21.1875rem;height:8.53125rem;top:5.5rem;left:0.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X4EJE2aJ6fQd7kgzmMOG6klHKSpEtSeR { width:18.625rem;height:0.9375rem;top:7.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U9IGchTWTTxbQRGQHpcO7Ozu2AuUvFxi { width:31.3125rem;height:3.25rem;top:19.4375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lsMCQqyxnHVsH4T17WwOk1lEABAEoGce { width:16.5rem;height:2.9375rem;top:25.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBaxST4JwEudqyJwr5VyFMVFpTzi296B { display:block; }
 }@media only screen and (max-width: 1199px) { #McFHMMTGXQ6ydxlOHVKwgywzaPA1imFa { width:1.25rem;height:1.25rem;top:26.5625rem;left:14.90625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pgsCLnwexipIRpI6MUdDCoD0IJb0G94l { width:9.875rem;height:2.9375rem;top:31.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6qd6yT0x1EESmhEPV1NMeWgVb22TV8q { width:11.0625rem;height:6.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #T8ABBPONOnDNLZ7qImvv7mfR3bTb3GJw { width:21.0625rem;height:42rem;top:30.625rem;left:24.40625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nxASATfESSQuv4RWJeVXBTFpayOHd6wU { display:block; }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row .container { width:47.75rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #o94N9a9mogUqqxb388U1iRuSNKKzmBdT { width:31.25rem;height:2.4375rem;top:2.25rem;left:8.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wZG7klW8L9n8yK04vlpUV0O3eQzpAliP { width:8.75rem;height:0.9375rem;top:4.1875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dak3hAx3ebm96BTTtkbOV70IuxS2FLyT { width:35.625rem;height:34.0625rem;top:10.875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pnbMPWqQrkrkXcgJO6q3svBBV4FmxvNF { width:1.0625rem;height:1.4375rem;top:6.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ty2z0ynTvxIcfiWkwAuz3gaStmUFkSGK { width:18.75rem;height:1.29980625rem;top:6.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DMfhKGywT2ZJbUPuFRAceETf1FLnO1BX { width:22.875rem;height:2.4375rem;top:8.4375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wLfhSHLgIAnSTVdXpoHwTz6uRTV0Wk6T { width:1.0625rem;height:1.375rem;top:12.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ayebcPhmcO4cu4NCKqdeQhvfWOFZ1aTh { width:18.75rem;height:1.29980625rem;top:12.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qNkxLcZZGs8rzffxOVgfVzg138DgvR3z { width:28.3125rem;height:1.21875rem;top:13.8125rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Thx4DgIamXwX1D9aBFpTugrzUElauOSs { width:1.5625rem;height:1.25rem;top:16.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OMVSOLvA3Fvb9b3Qn2a3A9nAFvI5Nmt9 { width:28rem;height:1.29980625rem;top:16.6875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EgEUe4tfuRzN3THTyoZq4yowkIP9fyw1 { width:1.0625rem;height:0.875rem;top:20.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IH6cHdZ63HIGbw1efUXmbb5KB3QTLI5p { width:18.75rem;height:2.5996125rem;top:20.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DzNK2zVfA0XfpE2Ue2yFEP5TLtmschJ2 { width:1.0625rem;height:0.875rem;top:25.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ReGXk10VgoHshXHSN1UFSJDS382a1l9y { width:29.5rem;height:1.29980625rem;top:25.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AGNQKcDuG5VzTcoHvQ0bTOt1Cn8LFitm { width:28.3125rem;height:1.21875rem;top:26.6875rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lrKNr8vltMIyNIBTqLUztyThvRkz3QtF { width:1.5625rem;height:1.25rem;top:29.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JEh6K9MB5zui2n7XuNMnr58GlHt8lWlN { width:29.5rem;height:1.29980625rem;top:29rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aneWSbqlAHuUU2OrwlBLk3yrW2wCcKOb { width:29.5rem;height:1.29980625rem;top:31.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAPgCJgJbpmVJw1MywtEN4c68Gy8DMFk { width:28.3125rem;height:3.65625rem;top:33.0625rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tPJSZDrxLXu3D8Uh6UGnJRUoGJWIzSUE { width:1.0625rem;height:1.25rem;top:31.5rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwFmsdbi9kngJ7U6eANGzJcRdmWeSgwp { width:7.375rem;height:4.3125rem;top:38.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #obXBI10RtJcCXTc9PTNThWo1IfIe8EvN { width:15.3125rem;height:3.8994125rem;top:38.51953125rem;left:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e3SSCGsS3CIMLUItGu1RNTMQwWV4CmR6 { width:16.5rem;height:2.9375rem;top:38.5rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tn0oZ8H9N7JX3eX30M7SE8UyqrLQtsQd { display:block; }
 }@media only screen and (max-width: 1199px) { #e9drQSw2gVvWOp5txaD5m5L8nF6ppGFt { width:1.25rem;height:1.25rem;top:38.875rem;left:44.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hfgLq5ACOOoQTg48UDc4MmTeMHIixRwR { width:28.3125rem;height:1.21875rem;top:18.4375rem;left:3.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT { display:none; }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #Rw5gTOsLdVr4yuQFqXXBrPBg3AL3LzvE { width:15.3125rem;height:3.8994125rem;top:38.01953125rem;left:10rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 1199px) { #raLQ9zDQFbBfCRBUI5CkKLNZeHaQiMHt { width:7.375rem;height:4.3125rem;top:37.8125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #XUdhTTg2IZxX0kkL1NEaTGmfTppRsTRm { width:16.5rem;height:2.9375rem;top:38rem;left:30.3125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pl9LOR0sWIWvgxSEk6Z5pyL38d6ydpMt { display:block; }
 }@media only screen and (max-width: 1199px) { #UmoPwWxIABeBrGAzRGvgw7X6cCNgkXwQ { width:1.25rem;height:1.25rem;top:38.875rem;left:44.6875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TGnRCqdHer96U71dxR47ywtedyEH6bXf { display:block; }#TGnRCqdHer96U71dxR47ywtedyEH6bXf > .row .container { width:47.75rem;height:50.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ch0pXK04XHsbyThD5BHhoV785Usaux5X { width:29.1875rem;height:4.875rem;top:1.8125rem;left:10.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Gb800m5Xt6GBT9yTATSUmCQNrNHDzzBp { width:26rem;height:0.9375rem;top:3.75rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gm8Xx7kV5iv9L0KZ9CcipHHWxSSrq4za { width:10.75rem;height:3.6875rem;top:2.9375rem;left:25.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Fd0vrsL5xTUCeRrqNELLZuiyO39KGLpy { width:38.5625rem;height:19.4375rem;top:30.0625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CBwXLDcVI64JmWEaz0RxXQQcxtFcuPZV { width:42.375rem;height:7.79883125rem;top:9.3125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RPIJeF4oQZPcTkZmDFXWZ6ISEwvAAHZp { width:42.875rem;height:6.499025rem;top:19rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DxNfEqASzQe4mn0LHZXmRqfrODPFvimh { width:1.4375rem;height:1.4375rem;top:9.1875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WbZc7aTvqehpKGw20oDbtuus0aUFssMa { width:1.4375rem;height:1.4375rem;top:19.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iJn610UrXOxtQt2B6H1Srq85lG1sdVVr { width:35.625rem;height:34.0625rem;top:10.875rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU { display:block; }#rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU > .row .container { width:47.75rem;height:60.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tl5WsRSBh2TJ3iiEye7XRGrsRC3dT5yA { width:29.1875rem;height:2.4375rem;top:1.8125rem;left:10.25rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #IWtoMeTkBczPhGH1pJZr1hIxHbUp9CRz { width:26rem;height:0.9375rem;top:3.75rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NiAmDqvCrLyKFwsD4i8n3TJXG3UiaK5l { width:36.875rem;height:24.9375rem;top:7rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wM8EC5JCFKxoN3bSpJfdi9HWXrDBxpSZ { width:32.875rem;height:2.5996125rem;top:8.5rem;left:8.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCW90HeUACPr609C5U4UoUTrX57tK7Li { width:29.375rem;height:17.9375rem;top:11.9375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jy32KI6aPVf8rmLNro45wfzuoMsTc5GG { width:36.875rem;height:24.9375rem;top:33.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cr30uCfT5diSf8ig77RV1ccX5mt3aHik { width:32.875rem;height:3.89941875rem;top:36.2744140625rem;left:8.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FsAu7LcBoO0IyoBkK4V6rOSeNV98B06E { width:29.375rem;height:17.9375rem;top:39.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi { display:block; }#G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi > .row .container { width:47.75rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ODxxNLToS59R2Wry0qIwc1MvFCBbrhiG { width:36.875rem;height:27.5625rem;top:0.75rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hwJo9twEeuvBTbDA1bc6o9Q9XuqN5Tx9 { width:32.875rem;height:5.19921875rem;top:2.25rem;left:8.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CzVdH68PeUSTeF8cJAAxmdM7xPmg02Tx { width:29.125rem;height:17.9375rem;top:9.32421875rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fKIzyane9E4N4kztXgZNww80tmd7o3By { width:36.875rem;height:27.5625rem;top:30.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nthul0AcAt6hmmnMW9sTuG70WO1Opvuk { width:32.875rem;height:5.19921875rem;top:32.5244140625rem;left:8.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MLBhluaa71PLFmrcEgct11gJsmVTccTD { width:29.375rem;height:15.8125rem;top:38.6875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG { display:block; }#LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG > .row .container { width:47.75rem;height:6.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iA5nGCN9W6hMtnDoyT3VETmp66vekT6A { width:16.5rem;height:2.9375rem;top:0.9375rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mZQ9Ed0TQ2u13uFpoIqNnmbd7kSmR84f { display:block; }
 }@media only screen and (max-width: 1199px) { #lBxCbpfqoebfImu4ywUZIQ15IyX2pFfp { width:1.25rem;height:1.25rem;top:1.8125rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl { display:block; }#rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl > .row .container { width:47.75rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #epwBsP2FUhCR6nz3Pz4UpqW1oQixTH1w { width:9.875rem;height:2.9375rem;top:1.0625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nutRV8OlkPHnO7I0S77NPG4G5CnEWf63 { width:15.625rem;height:1.29980625rem;top:5.4375rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SE7iUCAssRhgOxyDrJyE7GgUTa9q1tcq { width:11.1875rem;height:3.3125rem;top:7.5rem;left:12.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGXaC8oOBQoRELkOlD8MaIaQJFtmriaw { width:11.125rem;height:3.3125rem;top:7.5rem;left:24.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh { display:block; }#ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh > .row .container { width:47.75rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yPhFxUfKVGXezbAwOP3MJCAc2IwLpUOD { width:7.75rem;height:2.6875rem;top:1.375rem;left:20rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qoCbgrTb89fOuJH1CcmJMVCkFrgRstrS { width:16.375rem;height:1.4619125rem;top:5.7265625rem;left:15.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TTH8tl0SubNR2A5CHMup7mpsEsE7z9GD { width:12.8125rem;height:1.4619125rem;top:8.3125rem;left:17.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #WJetk71MHuTwdNE8WPOGVaprDV3U3hwK { width:9.25rem;height:1.4619125rem;top:10.9609375rem;left:19.25rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #R2h3qaqHiHP353mfAHLypmLxZBflKp15 { width:2.25rem;height:2.25rem;top:14.125rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NICq3MQlWCGbZyRfemA3nB9T37IRpaNJ { width:2.25rem;height:2.25rem;top:14.1875rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRto81lBdXXUPhFQW19C82TgMa1RbIeX { display:block; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { width:47.75rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vamVSIkiQV2eIqLUBTQFs6UVJIqzdV7o { width:31.4355625rem;height:11.25rem;top:1.25rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe { background-color:#203949;background-image:none;display:block; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { background-color: transparent; background-image: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container > .video-iframe-container { display: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row > .video-iframe-container { display: none; }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .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); }#ZNwXcJ93Fg9IoDrGkNXNEcoCZg8v2aVe > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WSXnI8DgNOagzqzTGXEnU5Urm0FdgIxD { width:8.8125rem;height:2.875rem;top:1.59375rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c { background-color:#155095;background-image:none;display:block; }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row .container { background-color: transparent; background-image: none; }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row .container > .video-iframe-container { display: none; }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row > .video-iframe-container { display: none; }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .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); }#yIutzOK8PmoPqWQF93AaiyT9i9MLsQ3c > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9b8Li6krHO6DALuygRR2xzXi8hySn0v { width:14.3125rem;height:3.25rem;top:1.4609375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGBFO5aL9NUATJNSDtXJuELoocKVhbK2 { width:17.125rem;height:3.57421875rem;top:18.38671875rem;left:1.4375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4EJE2aJ6fQd7kgzmMOG6klHKSpEtSeR { width:11.875rem;height:0.5rem;top:19.6875rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9IGchTWTTxbQRGQHpcO7Ozu2AuUvFxi { width:18rem;height:4.875rem;top:23.8984375rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lsMCQqyxnHVsH4T17WwOk1lEABAEoGce { width:13.6875rem;height:2.9375rem;top:30.9375rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBaxST4JwEudqyJwr5VyFMVFpTzi296B { display:block; }
 }@media only screen and (max-width: 763px) { #McFHMMTGXQ6ydxlOHVKwgywzaPA1imFa { width:1.25rem;height:1.25rem;top:31.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgsCLnwexipIRpI6MUdDCoD0IJb0G94l { width:6.4375rem;height:1.875rem;top:35.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6qd6yT0x1EESmhEPV1NMeWgVb22TV8q { top:6.5234375rem;left:0rem;width:20rem;height:9.5625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T8ABBPONOnDNLZ7qImvv7mfR3bTb3GJw { width:20rem;height:39.881305637982rem;top:30.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxASATfESSQuv4RWJeVXBTFpayOHd6wU { background-color:#ffffff;background-image:none;display:block; }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row .container { background-color: transparent; background-image: none; }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row .container > .video-iframe-container { display: none; }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row > .video-iframe-container { display: none; }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .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); }#nxASATfESSQuv4RWJeVXBTFpayOHd6wU > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o94N9a9mogUqqxb388U1iRuSNKKzmBdT { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZG7klW8L9n8yK04vlpUV0O3eQzpAliP { width:5.625rem;height:0.625rem;top:2.568359375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dak3hAx3ebm96BTTtkbOV70IuxS2FLyT { width:19.875rem;height:34.1875rem;top:10rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnbMPWqQrkrkXcgJO6q3svBBV4FmxvNF { width:1.0625rem;height:1.4375rem;top:6.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty2z0ynTvxIcfiWkwAuz3gaStmUFkSGK { width:17.3125rem;height:1.29980625rem;top:6.9375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMfhKGywT2ZJbUPuFRAceETf1FLnO1BX { width:16.0625rem;height:3.65625rem;top:8.6875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLfhSHLgIAnSTVdXpoHwTz6uRTV0Wk6T { width:1.0625rem;height:1.375rem;top:14.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayebcPhmcO4cu4NCKqdeQhvfWOFZ1aTh { width:17.125rem;height:1.29980625rem;top:14.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNkxLcZZGs8rzffxOVgfVzg138DgvR3z { width:17.5rem;height:2.4375rem;top:16rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thx4DgIamXwX1D9aBFpTugrzUElauOSs { width:1.5625rem;height:1.25rem;top:19.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMVSOLvA3Fvb9b3Qn2a3A9nAFvI5Nmt9 { width:16.9375rem;height:2.5996125rem;top:19.6875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgEUe4tfuRzN3THTyoZq4yowkIP9fyw1 { width:1.0625rem;height:0.875rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH6cHdZ63HIGbw1efUXmbb5KB3QTLI5p { width:17.0625rem;height:2.5996125rem;top:26.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzNK2zVfA0XfpE2Ue2yFEP5TLtmschJ2 { width:1.0625rem;height:0.875rem;top:30.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReGXk10VgoHshXHSN1UFSJDS382a1l9y { width:17.5rem;height:2.5996125rem;top:30.5rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGNQKcDuG5VzTcoHvQ0bTOt1Cn8LFitm { width:17.5rem;height:1.21875rem;top:33.4404296875rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrKNr8vltMIyNIBTqLUztyThvRkz3QtF { width:1.5625rem;height:1.25rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEh6K9MB5zui2n7XuNMnr58GlHt8lWlN { width:17.5rem;height:2.5996125rem;top:36.1875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aneWSbqlAHuUU2OrwlBLk3yrW2wCcKOb { width:16.875rem;height:2.5996125rem;top:40.75rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAPgCJgJbpmVJw1MywtEN4c68Gy8DMFk { width:16.875rem;height:4.875rem;top:43.75rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPJSZDrxLXu3D8Uh6UGnJRUoGJWIzSUE { width:1.0625rem;height:1.25rem;top:40.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwFmsdbi9kngJ7U6eANGzJcRdmWeSgwp { width:7.375rem;height:4.3125rem;top:49.125rem;left:12.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #obXBI10RtJcCXTc9PTNThWo1IfIe8EvN { width:20rem;height:0;top:52.7890625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #e3SSCGsS3CIMLUItGu1RNTMQwWV4CmR6 { width:16.5rem;height:2.9375rem;top:49.8125rem;left:3.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tn0oZ8H9N7JX3eX30M7SE8UyqrLQtsQd { display:block; }
 }@media only screen and (max-width: 763px) { #e9drQSw2gVvWOp5txaD5m5L8nF6ppGFt { width:1.25rem;height:1.25rem;top:50.25rem;left:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfgLq5ACOOoQTg48UDc4MmTeMHIixRwR { width:17.25rem;height:2.4375rem;top:22.787109375rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT { background-color:#093a73;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT > .row .container { background-color: transparent; background-image: none; }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT > .row .container > .video-iframe-container { display: none; }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT > .row > .video-iframe-container { display: none; }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT > .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); }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT > .row .container { border-width: 0; border-radius: 0; }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT > .row > .video-iframe-container {  }#v4tgxCMmLdk64mplhxxy3eC8N7AJTOaT > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rw5gTOsLdVr4yuQFqXXBrPBg3AL3LzvE { width:14.75rem;height:3.41015625rem;top:1.576171875rem;left:5.25rem;font-size:0.875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #raLQ9zDQFbBfCRBUI5CkKLNZeHaQiMHt { width:5.75rem;height:3.3125rem;top:2.3125rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #XUdhTTg2IZxX0kkL1NEaTGmfTppRsTRm { width:16.5rem;height:2.9375rem;top:7.9375rem;left:1.75rem;font-size:0.9375rem;z-index:15007;background-color:#df2c38;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pl9LOR0sWIWvgxSEk6Z5pyL38d6ydpMt { display:block; }
 }@media only screen and (max-width: 763px) { #UmoPwWxIABeBrGAzRGvgw7X6cCNgkXwQ { width:1.25rem;height:1.25rem;top:8.875rem;left:16.1875rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TGnRCqdHer96U71dxR47ywtedyEH6bXf { display:block; }#TGnRCqdHer96U71dxR47ywtedyEH6bXf > .row .container { width:20rem;height:56.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ch0pXK04XHsbyThD5BHhoV785Usaux5X { width:18.75rem;height:3.25rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb800m5Xt6GBT9yTATSUmCQNrNHDzzBp { width:18.75rem;height:0.625rem;top:2.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm8Xx7kV5iv9L0KZ9CcipHHWxSSrq4za { width:10.75rem;height:3.6875rem;top:7.125rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fd0vrsL5xTUCeRrqNELLZuiyO39KGLpy { width:20rem;height:10.0625rem;top:46.419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBwXLDcVI64JmWEaz0RxXQQcxtFcuPZV { width:17.5rem;height:15.59766875rem;top:8.1484375rem;left:1.875rem;font-size:1rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RPIJeF4oQZPcTkZmDFXWZ6ISEwvAAHZp { width:17.5rem;height:14.29785625rem;top:27.716796875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxNfEqASzQe4mn0LHZXmRqfrODPFvimh { width:1.4375rem;height:1.4375rem;top:8.26171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbZc7aTvqehpKGw20oDbtuus0aUFssMa { width:1.4375rem;height:1.4375rem;top:27.79684375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJn610UrXOxtQt2B6H1Srq85lG1sdVVr { width:19.875rem;height:26.875rem;top:23.342400913511rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU { display:block; }#rTTBX1ohf1A56QSNUwqW0y4EFnAqxVAU > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tl5WsRSBh2TJ3iiEye7XRGrsRC3dT5yA { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWtoMeTkBczPhGH1pJZr1hIxHbUp9CRz { width:9.375rem;height:0.625rem;top:2.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiAmDqvCrLyKFwsD4i8n3TJXG3UiaK5l { width:18.125rem;height:16.625rem;top:6.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wM8EC5JCFKxoN3bSpJfdi9HWXrDBxpSZ { width:15.9375rem;height:3.89941875rem;top:7.75rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCW90HeUACPr609C5U4UoUTrX57tK7Li { width:16.25rem;height:9.875rem;top:12.6875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy32KI6aPVf8rmLNro45wfzuoMsTc5GG { width:18.125rem;height:16.625rem;top:24.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr30uCfT5diSf8ig77RV1ccX5mt3aHik { width:15.375rem;height:5.19921875rem;top:26.0625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsAu7LcBoO0IyoBkK4V6rOSeNV98B06E { width:16.25rem;height:9.875rem;top:31.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi { display:block; }#G3XWdGQMI6PKUzRAzLOfkNTRW6yzQadi > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ODxxNLToS59R2Wry0qIwc1MvFCBbrhiG { width:18.125rem;height:21.375rem;top:0.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwJo9twEeuvBTbDA1bc6o9Q9XuqN5Tx9 { width:15.9375rem;height:9.09861875rem;top:2.125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzVdH68PeUSTeF8cJAAxmdM7xPmg02Tx { width:16.125rem;height:9.875rem;top:12rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKIzyane9E4N4kztXgZNww80tmd7o3By { width:18.125rem;height:22.1875rem;top:24.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nthul0AcAt6hmmnMW9sTuG70WO1Opvuk { width:16.5625rem;height:11.6982375rem;top:26.0625rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLBhluaa71PLFmrcEgct11gJsmVTccTD { width:16.25rem;height:8.75rem;top:38.0625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG { display:block; }#LnhTrFkzPrJHk2hqBeGbhgosQ8f0B5yG > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iA5nGCN9W6hMtnDoyT3VETmp66vekT6A { width:16.5rem;height:2.9375rem;top:1.25rem;left:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZQ9Ed0TQ2u13uFpoIqNnmbd7kSmR84f { display:block; }
 }@media only screen and (max-width: 763px) { #lBxCbpfqoebfImu4ywUZIQ15IyX2pFfp { width:1.25rem;height:1.25rem;top:2.125rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl { display:block; }#rUJSLfhMP3Zqce4UPKTmzB0k1qMTsDFl > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #epwBsP2FUhCR6nz3Pz4UpqW1oQixTH1w { width:7rem;height:2rem;top:1.75rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nutRV8OlkPHnO7I0S77NPG4G5CnEWf63 { width:15.625rem;height:1.29980625rem;top:4.5rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SE7iUCAssRhgOxyDrJyE7GgUTa9q1tcq { width:7.9375rem;height:2.3125rem;top:6.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGXaC8oOBQoRELkOlD8MaIaQJFtmriaw { width:7.9375rem;height:2.3125rem;top:6.5625rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh { display:block; }#ypyLHu2HDCkv2CNHJU6vQ9aPgFBA7SEh > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPhFxUfKVGXezbAwOP3MJCAc2IwLpUOD { width:7.75rem;height:2.6875rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoCbgrTb89fOuJH1CcmJMVCkFrgRstrS { width:16.375rem;height:1.4619125rem;top:5.4375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTH8tl0SubNR2A5CHMup7mpsEsE7z9GD { width:12.8125rem;height:1.4619125rem;top:8.1484375rem;left:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJetk71MHuTwdNE8WPOGVaprDV3U3hwK { width:9.25rem;height:1.4619125rem;top:10.796875rem;left:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2h3qaqHiHP353mfAHLypmLxZBflKp15 { width:2.25rem;height:2.25rem;top:13.9375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NICq3MQlWCGbZyRfemA3nB9T37IRpaNJ { width:2.25rem;height:2.25rem;top:13.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRto81lBdXXUPhFQW19C82TgMa1RbIeX { display:block; }#NRto81lBdXXUPhFQW19C82TgMa1RbIeX > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vamVSIkiQV2eIqLUBTQFs6UVJIqzdV7o { width:20rem;height:11.25rem;top:4.1875rem;left:0rem;display:block; }
 }