.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;
}@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:transparent;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#cauni85eow2TQTubz7dmUlfscTXw7rUl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/kgDzLh5J/AFW_Landing_Page_option2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#cauni85eow2TQTubz7dmUlfscTXw7rUl.adaptive-delivery-prevent-bg, #cauni85eow2TQTubz7dmUlfscTXw7rUl.lazyload, #cauni85eow2TQTubz7dmUlfscTXw7rUl.lazyloading { background-image: none; }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container { background-color: transparent; background-image: none; }#cauni85eow2TQTubz7dmUlfscTXw7rUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container > .video-iframe-container { display: none; }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row > .video-iframe-container { display: none; }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .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); }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container { border-width: 0; border-radius: 0; }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row > .video-iframe-container {  }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;position:relative;display:block; }#yrT1TCwT9EG6uVGZpOMHf611e4WmmhVz { position:relative;z-index:1;display:block; }
#H56DhDFqVvwPALw1esUJIySTeNRLNia7 { position:relative;z-index:1;display:block; }
#H56DhDFqVvwPALw1esUJIySTeNRLNia7 .container-column{width:50%;}#CpfiMWzMgW3e0ebM9MkuHxbIByNByczM { position:relative;z-index:1;display:block; }
#mygBr5CZyTKU6xLV0JouKdZxIfJCnarz { position:relative;z-index:1;display:block; }
#TTUXJcU0rqORuZwTgXdhkxclebcpCJrx { position:relative;z-index:1;display:block; }
#o0bU9bTRuZu1I2hx2L5OpTzFxx27MNw4 { position:relative;z-index:1;display:block; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-form-header {  }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-input-text {padding-top: 0; padding-bottom: 0;}#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-input-select {padding-top: 0; padding-bottom: 0;}#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:17.0625rem;height:4.0625rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(255,255,255,0.5) ; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.875rem;overflow:hidden;font-style:normal; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:cairo;font-size:0.75rem;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-container:first-of-type{padding-top:0;}#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-container:last-of-type{padding-bottom:0;}#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.932171821594rem;top:18.322088241577rem;z-index:15034;position:absolute; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V {display:block;}#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:35.932171821594rem;top:18.322088241577rem;z-index:15034;position:absolute; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #EVEGl4P5udcZW3I1xAPZfSoOzbGph8i3 { position:relative; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #cMiOP35wB6agWEk4HfA8eCgGrQte6wMH { position:relative;display:block; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #nBaxdHcTBxdD0sCkLS3Km3EaKOEzwSxi { position:relative; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #mswFfXFZfKLLrP4gI0oFdkXonPlmhHA1 { position:relative; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #NKfZiLncs5AbsilttoJiiWs5wMD3TGL8 { position:relative;display:block; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #ZBT3e7l5DKsbtCp1l7mQsO41wV7yBqkT { position:relative; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #aEIlC0Q0Q8uG5zMtZF28xtOuByoHE7qA { position:relative; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #aEIlC0Q0Q8uG5zMtZF28xtOuByoHE7qA .container-column{width:50%;}#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #wtVFPGcoqdTMTHKPUQhhUMfnVgtcglSN { position:relative;display:block; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #FP2R6iUyAsI7EhEdTd28DvGAaPGVPelq { position:relative;z-index:2; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #RHkEsOzZq0zS4hE0RiVMrvVrTgdNm6Bq { position:relative; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #TV5xIoiVwqdqDBhRosImxJV63qTe702D { position:relative;z-index:2; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #S3q32ZV1Z7tNbm4tqcqPrPfCdN9OWOoV { position:relative; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #mbGiHBd7LbntwsvJcsB4BuEmUhuRH8ey { position:relative; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #o95mJQOaH2NunGLDdB31PZr0mgsqcECQ { position:relative;display:block; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #ChBCxflonOm7pFSgLo3i193sdKrI5BJc { position:relative; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #bZn5c2fs1S5UJg6VToUcKKfcad6kb8sL { position:relative; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #sTApEHrVJ5A0RWenfI8XBdwR37MUX3GP { position:relative;display:block; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #v3ZTAeiz1upinRGQg8a42R6HTtMF6BDA { position:relative; }
#whV80eZDOJk8k4RtCsU3gLS1DmVvcOCP { position:relative;display:block; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #v6dPQRHSRN4IT0ST2BFwy7eTsRqTNxW5 { position:relative; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #zdVeV4qEClwXX4EB8oViyeWswUWgWL6g { position:relative; }
#cqexFbv4llc3q9VVxaIzHAZi4MT3ZwEx { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:15.125rem;left:38.125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCZmQUQl4J95fcmJSy23AA1gniL63L3w { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.81228125rem;width:12.6248125rem;top:39.811199188233rem;left:39.498699188233rem;overflow:hidden;display:block; }
#T6fIBa0TAnRRsz6qhUBWLbgHkO0sMdWX { position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(206,146,47,0.83);border-left:0.25rem solid rgba(206,146,47,0.83);border-right:0.25rem solid rgba(206,146,47,0.83);border-bottom:0.25rem solid rgba(206,146,47,0.83);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:3.25rem;width:14.1875rem;top:14.1875rem;left:38.875rem;display:block; }
#cntdzPku1NMcpvL4PkrLXVM6WUG9csJp { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:6.625rem;top:47rem;left:22.0625rem;overflow:hidden;display:block; }
#mEVLZI9bu2TLOC1wvmmBXfurHbGUyRxr { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:50.125rem;left:24.125rem;height:0.9747875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H4SR9VdtuS3a0N1CTMpbsV2chidpiMKr { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:9.375rem;top:46.75rem;left:28.5rem;overflow:hidden;display:block; }
#FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04a9cc;background-image:none;position:relative;display:block; }#FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul > .row .container { background-color: transparent; background-image: none; }#FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul > .row .container > .video-iframe-container { display: none; }#FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul > .row > .video-iframe-container { display: none; }#FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul > .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); }#FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul > .row .container { border-width: 0; border-radius: 0; }#FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul > .row > .video-iframe-container {  }#FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#yCnMFRbVkXnu43oTJS4Z76ClAM0No0sP { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:12.0625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 { position:relative;display:block; }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 { background-color: transparent; background-image: none; }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .row .container > .video-iframe-container { display: none; }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .row > .video-iframe-container { display: none; }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .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); }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 { border-width: 0; border-radius: 0; }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .row .container > .video-iframe-container {  }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;font-size:0.875rem;font-family:arial;height:82.5625rem;width:60rem;position:relative;display:block; }#LJwyvVhQxndru9bKy7gJuRH2AblTiLpG { z-index:15080;top:32.6875rem;left:39.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#h0EHakEbc7GzZH8WtMP7WywU5Os3Kyr6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTUAWcp88dKE7pFDcS4agsEoTET04wLr { color:#0f86a9;display:block;width:12.6236875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:6.75rem;left:38.1875rem;height:1.462675rem;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; }
#k97Ctt7i5vC4VeZBBJHSnK5DRgWZ8exw { color:#313233;display:block;width:15.7486875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:9.3125rem;left:36.1875rem;height:17.9512125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sAZn0VqbCf1gLFMrnzCIQVIh7Zd0NH7w { color:#b33e16;display:block;width:5.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:28.8125rem;left:43.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zhWg5OZ243pWgDczLGf6v9iftzDRU9lw { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:40.1875rem;left:37.8125rem;height:1.462675rem;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; }
#AdwNxWz1q0Vo99s9ZNte1yUuqz06epqn { color:#313233;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:42.875rem;left:36.6875rem;height:20.7129375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#sCiXZ57zbCTVDo3CJ9cPG3iqCvMArDic { color:#052956;display:block;width:15.1861875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:65.0625rem;left:38rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wizTKyBiB0wMxy6sVSTyv2byQbsQQCeb { position:absolute;display:block;z-index:15078;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:32.125rem;left:40.25rem;overflow:hidden;display:block; }
#Tubf8sgtNt5Pr3yd5aKdMVBQXubhhZEe { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.5rem;width:17.8125rem;top:5rem;left:36.1875rem;overflow:hidden;display:block; }
#cL2IhXyVWLE4ZUTBt38THLR7nJ3Rl4uP { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:29.5rem;left:36.5625rem;height:1.54394375rem;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; }
#WFv4IAPf6mDONmzb6uxm9JDCT05lPdoT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.875rem;width:19.0625rem;top:38.6875rem;left:35.625rem;overflow:hidden;display:block; }
#A2BW0AHTJnsvdIfaV8R6nJHUhBfAeITN { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:65.9375rem;left:36.3125rem;height:1.54394375rem;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; }
#pkMhFmIt3m0WakBWTizmxoHTBlpUK2Ko { z-index:15082;top:68.9375rem;left:38.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ypE1RNVUMQlMtMtQfbvQKUiIN9mw45Lk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gXJ2mmELKI3qT0Aq5IvWIKgSiFwvBtK7 { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:68.25rem;left:39.6875rem;overflow:hidden;display:block; }
#Ug3tMGLLf7qVwmM33rGioKq7tDZ47Daz { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58.125rem;width:17.25rem;top:5rem;left:11.375rem;overflow:hidden;display:block; }
#DHMdxmcWefNFf3ZcrFeCSlXwzR1vMhIW { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:7.5rem;left:13.5625rem;height:1.462675rem;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; }
#yTiauuucIJEEL4h4HaB27mebDhZ7ZyI4 { color:#313233;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:10.6875rem;left:15.25rem;height:39rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qZG38XzlJZAxgZogJLpbqy2cEctvE45U { color:#000000;display:block;width:1.5rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:54.875rem;left:22.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hacpPJTUFeLGxDuRWwicmE8CMG3DrXpi { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:55.8125rem;left:12.5rem;height:1.54394375rem;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; }
#nrQFGegwkAnmRAqLkTxNJNrPvh6NIAev { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:57.625rem;left:14.9375rem;overflow:hidden;display:block; }
#NFIArFx6XsxEiwmGFMu7dGohT62057qZ { z-index:15088;top:58.1875rem;left:14.125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#g8lacvJPUGVrO8EzLWI5WODaRJrktAZG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sx55COzGkfbatkVJ56DSU44ViyC6laZT { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:63.1875rem;left:12.625rem;overflow:hidden;display:block; }
#QEyCQUZIKRN8Qo87pkygtJwA8R0fDuGm { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:65.8125rem;left:14.3125rem;height:1.462675rem;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; }
#MBNSEs5hcgkT20kDIbdlgU7gDZBwv0h0 { color:#313233;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:67.375rem;left:15.125rem;height:5.84765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gmM9WhBteg51VKTNR9V5Mfqvx4kXt2qT { color:#052956;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:74.75rem;left:14.8125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d2ynvZTLWmR64cHuF75opag8waoloWxw { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:75.625rem;left:12.5rem;height:1.54394375rem;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; }
#kc9lCgGbtTET4FGKQnRGBeAtWWT9H23l { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:77.5625rem;left:15.625rem;overflow:hidden;display:block; }
#Jg4CeJ5PJNKPH8sZtVg1qVaUKlNrTRwx { z-index:15104;top:78.3125rem;left:15.1875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rqMN1JHdha5vd6LKTviSOwVJC7bSy74X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 { position:relative;display:block; }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 { background-color: transparent; background-image: none; }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .row .container > .video-iframe-container { display: none; }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .row > .video-iframe-container { display: none; }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .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); }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 { border-width: 0; border-radius: 0; }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .row .container > .video-iframe-container {  }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(54deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(54deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(54deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(54deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(54deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;position:relative;display:block; }#nuplBAkKRSkPQbO40dXTD8gmklTxHnkU { color:#313233;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:9.8125rem;left:35.125rem;height:12.1875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dTtsc0qTCOF2TPJsZRlas1Tv48BGk7Xu { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:8.0625rem;left:34.1875rem;height:1.462675rem;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; }
#fDfs3feSsN0mcFa6nfQPDK1BtsUXvTtg { color:#ef4b15;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:20.6875rem;left:33rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q8a9i5WvapaVetmoPrTUHw1PrTIHIBkf { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:15.4375rem;left:6.625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:none; }
#Z3CD5207wFtxyuML8TDNefoD0eJ1boyr { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:8.0625rem;left:12.875rem;height:1.462675rem;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; }
#TOWGWvC4hfE9FwNT8raoO1ERnKkHJxUG { color:#052956;display:block;width:15.5rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15076;line-height:1.6;letter-spacing:0;top:20.6875rem;left:11.8125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HemUJxeVKDvybHkJEsNU9cSwXTvuAqT6 { color:#313233;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:9.625rem;left:13.6875rem;height:12.1875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qRprE5IHiQ5TvvihAaffX2N8ut5MFeXK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:6.8125rem;left:32.5rem;overflow:hidden;display:block; }
#nfULFVSFBveCVsNxeTKwnsMb7S3wBN2r { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:6.8125rem;left:11.1875rem;overflow:hidden;display:block; }
#C6KTBGEuS3szEeStNsBasy7kJ4kLBPT3 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:21.6875rem;left:31.4375rem;height:1.54394375rem;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; }
#hFlv7Ps8qbX0HOZekJeuEqlp7dQOlGSy { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:21.75rem;left:10.375rem;height:1.54394375rem;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; }
#Kh7fStNcaAZZis1PT9oRrTZnDBDTnX9p { position:absolute;display:block;z-index:15088;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:23.9375rem;left:14.3125rem;overflow:hidden;display:block; }
#c4cqeumGIXCBNTTQlkfhnx6VQl1QdEET { z-index:15090;top:24.5rem;left:13.5rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#INc7X2kyC6TnMyNR56xSHhKPH03PMK0f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gnE01mR1PWUHIUXMBcVmwbTMQOQaHSRD { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:24rem;left:36.125rem;overflow:hidden;display:block; }
#RS7JwF9eh1rBVNXJy9eS5noBA5SEDkNC { z-index:15088;top:24.5625rem;left:35.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#f5PfV2kc1l53LaXpfSO4eu0ezJZ3P6xL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t8vWpZEwgzKMySHKxM47dCo7QmutlhbT { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:33.1875rem;left:34.125rem;height:1.462675rem;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; }
#puVIF8bQTtMQZeakK7CEnQ1KXT5Gfoqc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:31.4375rem;left:32.8125rem;overflow:hidden;display:block; }
#TINMG8BNw19bt9ufOTJ7zMz5SBTJIUHu { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15056;line-height:1.6;letter-spacing:0;top:42.8125rem;left:40.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n7ofZIPVo66F3ZTOOT4TdVFW2g5wJIeJ { color:#313233;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15069;line-height:1.6;letter-spacing:0;top:36.0625rem;left:35.8125rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dOLg5CMtWZEBGyNzPZIcv2MRWz99f7nA { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:43.625rem;left:32.8125rem;height:1.54394375rem;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; }
#DlhqkqJ2RO5BWC7WqeIX9tO0DKvcC8qX { position:absolute;display:block;z-index:15084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:45.9375rem;left:35.75rem;overflow:hidden;display:block; }
#nfTZi3ncK54XXUKfP1zhE57gUa9Zumu8 { z-index:15086;top:46.5rem;left:34.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tq0bxEcNz8w85dJ6QkMahstVkLSGLlGg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBMlRhsHgPhXCulzEhsbpncUt82JHMUT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:31.4375rem;left:14.25rem;overflow:hidden;display:block; }
#QVlk48g8hcRu20X4aDmFTNMT4qdb6Gr4 { color:#0f86a9;display:block;width:12.6236875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:35.625rem;left:15.5625rem;height:2.9243625rem;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; }
#aXZrUXHFJ3AQ34mRWcINy4xBt344hhui { color:#b33e16;display:block;width:15.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:40.625rem;left:15.375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nu9MIs35QTgaxnIWnhArR5pCwMVmGao5 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:41.5rem;left:13.6875rem;height:1.54394375rem;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; }
#yyE8XkBMn2PCTKPWAzq00S7N7CAsZvgo { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:45.125rem;left:17.25rem;overflow:hidden;display:block; }
#caQvNluiks8G3fnzV5qhDUdn9RDh36u7 { z-index:15084;top:45.6875rem;left:16.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ts3PNihPCmahiauzPTXTZvHEGfrJ90qC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 { position:relative;display:block; }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 { background-color: transparent; background-image: none; }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .row .container > .video-iframe-container { display: none; }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .row > .video-iframe-container { display: none; }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .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); }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 { border-width: 0; border-radius: 0; }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .row .container > .video-iframe-container {  }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;font-size:0.875rem;font-family:arial;height:46.5rem;width:60rem;position:relative;display:block; }#bg3LQg5h7Mfwphe0UfP3KTKg4RclZvUq { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:8.625rem;left:46.25rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bc8oQk8OyfkPV7XasAWqLNvmoD5wfNQl { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:32.6875rem;left:4.75rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#VVHliT4g4D33ZvBhUTCKKEVlQEoOT43c { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:32.4375rem;left:44.5rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#t4Kdf5Rnu2P8q0CTP445BtyzxernFGKT { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:3.75rem;left:42.9375rem;height:1.462675rem;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; }
#tgpdmmO7SHSl6IOb4x5x7wS5DPTAc6aR { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:2rem;left:41.625rem;overflow:hidden;display:block; }
#Tgw3y3c2OwZXnBlFmJctfHzbUDaATE1q { color:#313233;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15076;line-height:1.6;letter-spacing:0;top:6.25rem;left:46.5rem;height:6rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#n8PgNN3svafPO4tU7qxUsoQc8MGrkkkP { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:13.375rem;left:49.0625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnrupDe1BrD2mBNWEb1RRafSNGttM3Dp { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:14.1875rem;left:41.625rem;height:1.54394375rem;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; }
#nOfSZvX24yUtGeu5WPX0Brb3iSPfusDh { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:16.5rem;left:44.5625rem;overflow:hidden;display:block; }
#Hs5o5tGbKmyqik07nuEcmbqkEb8tSZUV { z-index:15093;top:17.0625rem;left:43.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yGHU7zm6UGiaGJ8CbpwyMoCsrLFTVOCc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uMZta85mHMWuNGIJ47XlWZyzadnO7Vbr { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.625rem;height:2.9243625rem;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; }
#SCG7Toz9eDNf2OkC8NeuXWAPm5e68V8O { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:2rem;left:22.3125rem;overflow:hidden;display:block; }
#tpG1xGBoWRVQOu0EXddrVZuVwus0a7n8 { color:#313233;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15083;line-height:1.6;letter-spacing:0;top:7.75rem;left:26.125rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LiuUCQ5vDtO7qma3uyF3VHu8BwgKyvy1 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:13.375rem;left:29.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dsXTOLWA6xEwyuwSr10A05nIUhiLFt0d { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:14.1875rem;left:22.3125rem;height:1.54394375rem;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; }
#oTeg7SqqxUNkLRLUFGOAtBniV53H0PsT { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:16.5rem;left:25.25rem;overflow:hidden;display:block; }
#To8rwE94xtvCt4oAdTSe8hOS65RxPADK { z-index:15100;top:17.0625rem;left:24.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PRiKD0ZCgTwrzFBrQuGEzikJBTq3amdK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vd9ZaLEk15b32E7TiFzEgmqeX533Keam { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:4.375rem;left:4rem;height:1.46218125rem;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; }
#KPoZZqlbawVJZyA5xzLHQAoW7TM6uLfJ { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:2.625rem;left:2.6875rem;overflow:hidden;display:block; }
#Uumo36Jp8zAmLp56zfxTeG8BaoCqNy4G { color:#313233;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:7.125rem;left:6.3125rem;height:5.59765rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NVPgs07cTJrZWPQSAns96bi3pn7l0p7a { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15077;line-height:1.6;letter-spacing:0;top:14rem;left:10.125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CIaqO5AHq7s6tqSSZSudJrGq0TTOsgHf { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:14.8125rem;left:2.6875rem;height:1.54394375rem;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; }
#GNbALzdDmrAw9qqyH29ZnpnzEBoDPNzC { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:17.125rem;left:5.625rem;overflow:hidden;display:block; }
#xVOInNMaAubUcVW880ekNb0LwGH4ISUp { z-index:15107;top:17.6875rem;left:4.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#p06eVCddnaGz1KyXbUv3Kym7oKy0QWle { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCnf4me2JcddqfwFq9gLu7t9S25EE85P { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:21.75rem;left:22.375rem;overflow:hidden;display:block; }
#zC04qNvaTrkyzPQw59N12FteOFANKJSC { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:26.5625rem;left:23.6875rem;height:1.462675rem;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; }
#bRZqmns86vbUw1Fv2QxA8T1W6yafEKNJ { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:28.875rem;left:29.625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wxQ8yEsuEP7gIZwTTTMPTgL76uIAxAkB { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:29.8125rem;left:22.25rem;height:1.54394375rem;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; }
#vZk4Naf80Lv9MtnTc2LZ12IRDPbRTePH { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:35.9375rem;left:25.3125rem;overflow:hidden;display:block; }
#i4IgEybPbrEDvE4EF3TOTeKixaEJGomq { z-index:15114;top:36.8125rem;left:24.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#I9qgdT112yUgAEgHfV8MDiNZO2v0nCsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O13R7Bf4T7saAeZmShtGWIleneTBWg9p { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:24.75rem;left:42.9375rem;height:1.462675rem;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; }
#SIJ2NXS40VQpAFCuArPfSxXCJpdP2zmT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:22rem;left:41.625rem;overflow:hidden;display:block; }
#sEqQETmEglp7IPhOwxlJUPFLe61otRLc { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:29.625rem;left:46.25rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#swgngaT3xhroSfGUUce6HwFDGpkEgfEp { color:#313233;display:block;width:9.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:27.25rem;left:46.5rem;height:1.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DGdn8c5Hmu9pNkUt80cTVy3kcwUzTJWq { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:32.8125rem;left:49.0625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ee9yLnXGOrrbOpxOMoglqgslX9Se4HNs { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:33.8125rem;left:41.625rem;height:1.54394375rem;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; }
#r430ApCQ8sdePDQ4VZq0OHPoEC7gZXJQ { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:36.25rem;left:44.5625rem;overflow:hidden;display:block; }
#MEmxW8fPhll2lZbwJqhGNnOtsuTfMmgg { z-index:15101;top:36.8125rem;left:43.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vqMF7xiLkPwkLV9TPvTO4kN7GaE4LMAt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UTo71KLATTSmSKmsVx3y85WdwOP5Sdhx { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:21.875rem;left:3.1875rem;overflow:hidden;display:block; }
#M9QLgWQ6KmmpcCwza2uXm9ANMCyNEKVF { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:26.6875rem;left:4.5rem;height:1.462675rem;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; }
#svgdatomB5oTXWb4Ov2rF7dH9nA8V1AQ { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:29rem;left:10.4375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RFBx0TS9zCSJJ1JWFHGHTDBooyuTIq13 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:29.9375rem;left:3.0625rem;height:1.54394375rem;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; }
#eI81fE1E3Z6p4t9POseBhHqya9uSqCIG { position:absolute;display:block;z-index:15118;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:36.0625rem;left:6.125rem;overflow:hidden;display:block; }
#JqfBnhRqinQL290GcR18LwdyFqhtpZhJ { z-index:15120;top:36.9375rem;left:5.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sB97tU8EVQuCn03wcQmprHLpbroqkpqM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJtktTedA014PRPaEGtWzqlRB9T1g0u9 { position:relative;display:block; }#TJtktTedA014PRPaEGtWzqlRB9T1g0u9 { background-color: transparent; background-image: none; }#TJtktTedA014PRPaEGtWzqlRB9T1g0u9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJtktTedA014PRPaEGtWzqlRB9T1g0u9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJtktTedA014PRPaEGtWzqlRB9T1g0u9 > .row .container > .video-iframe-container { display: none; }#TJtktTedA014PRPaEGtWzqlRB9T1g0u9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJtktTedA014PRPaEGtWzqlRB9T1g0u9 > .row > .video-iframe-container { display: none; }#TJtktTedA014PRPaEGtWzqlRB9T1g0u9 > .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); }#TJtktTedA014PRPaEGtWzqlRB9T1g0u9 { border-width: 0; border-radius: 0; }#TJtktTedA014PRPaEGtWzqlRB9T1g0u9 > .row .container > .video-iframe-container {  }#TJtktTedA014PRPaEGtWzqlRB9T1g0u9 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04a9cc;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#BulpAywEvONiGpn0bCpCPQB0TSsJp89T { color:#ffffff;display:block;width:57.5rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:2.5rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN { position:relative;display:block; }#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN { background-color: transparent; background-image: none; }#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN > .row .container > .video-iframe-container { display: none; }#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN > .row > .video-iframe-container { display: none; }#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN > .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); }#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN { border-width: 0; border-radius: 0; }#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN > .row .container > .video-iframe-container {  }#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6018b7eb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6018b7eb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-size:contain !important;font-size:0.875rem;font-family:arial;height:35.3125rem;width:60rem;position:relative;display:block; }#idzJzWmao3vaMA7I8CKPI4TrU1uEeEti { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:9.6875rem;left:42.3125rem;overflow:hidden;display:block; }
#pypzgxlUpRLNLBTADTNXtQq6iKpV1SQr { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:14.0625rem;left:47.4375rem;height:1.46218125rem;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; }
#EfbVK5CLPPrA0Wtx9dPTsyoRO2ASsdu2 { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15104;line-height:1.6;letter-spacing:0;top:19rem;left:44.875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRX3ayvzgoKqkEBIG1OZnlMpozs72CCR { color:#383838;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:19.8837890625rem;left:42.875rem;height:1.54394375rem;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; }
#p02S4leQT5gre2nkHOa8hKGfTch19yik { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:25.5rem;left:48.5927734375rem;overflow:hidden;display:block; }
#iPVheKblqkpynDUl2bbRqAhZ0ikbbiFT { color:#999999;display:block;width:6.9345625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15159;line-height:1.3;letter-spacing:0;top:22.2998046875rem;left:44.25rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hXrGrWP2WJshlCeEvkCxJr5EB7D5L2hc { z-index:15126;top:26.125rem;left:48.625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SURTNVrmKgeMuMw4bft0L58e6rhMTIW3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z7w711WGpUwCnxANEprEdQuC50wL5iGr { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:9.6875rem;left:22.5625rem;overflow:hidden;display:block; }
#yZJnPVgASAvx63tMeTs7FarB5Ss7y0Mc { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:13.3125rem;left:25.125rem;height:2.9243625rem;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; }
#BcEtDagsITwbUeIPTrTZAudHy7QBuOf4 { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:19.875rem;left:25.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CNQ3vzgTET3akwEDLZFTKTBoi4JU6rTu { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:20.8125rem;left:23.25rem;height:1.54394375rem;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; }
#PWGN5VdXn2lMNlhI1Z77NOTPFTstKQIi { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15160;line-height:1.3;letter-spacing:0;top:23.875rem;left:23.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#FqNipTgpENkdd7SLPqKL8TuQNQGQqGhJ { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:25.4375rem;left:26.25rem;overflow:hidden;display:block; }
#eQepl2PxHWiFzLBMyCvQmxJGMuOTWKEW { z-index:15114;top:26.0625rem;left:25.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QHh0zba0OLkBovBMlQaav8xC6TBeTVnG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rZ2xutgFeL7BPynllOzDJEdAVKH8pDDm { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.8181819915771rem;left:7.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BI5AJtF9vhRxOlVSQkc07ZsNKAMRLkd2 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:9.6875rem;left:2.1875rem;overflow:hidden;display:block; }
#UUyFBGpeUXZoRtOz2peRD64FEmMbpQgT { color:#0f86a9;display:block;width:12.6236875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15119;line-height:1.3;letter-spacing:0;top:13.3125rem;left:4.6875rem;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; }
#dHikP3WfpZd3iu32qJ7AN1lq2JhiSFyU { color:#e4e4e4;display:block;width:11.809875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:15170;line-height:1.3;letter-spacing:0;top:17.0625rem;left:5.125rem;height:5.68359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xJwVkbJJr8ZsKHGTUWHl2SDiNidMMCcy { color:#ef4b15;display:block;width:15.1861875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15112;line-height:1.6;letter-spacing:0;top:22.25rem;left:4.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#enxLbBWtxkgbP2uQUq9XpJvLxEkgn6Lt { color:#383838;display:block;width:12.6236875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15114;line-height:1.3;letter-spacing:0;top:23.0625rem;left:3.25rem;height:1.54394375rem;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; }
#WcNbX286emMecLuddekFBT28aqtvsGE6 { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15167;line-height:1.3;letter-spacing:0;top:24.4375rem;left:3.5rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iQdb8WH7HasTUMlACwGNTAWP3ML9llv2 { position:absolute;display:block;z-index:15132;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:26.1875rem;left:5.8125rem;overflow:hidden;display:block; }
#g3Jds3AUwOnf4oiW2louQbuGgNNLUcgB { z-index:15134;top:26.5625rem;left:5rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Kwk17V8q1GVyqCngnrtnaBaC2XhuJuAk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR { position:relative;display:block; }#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR { background-color: transparent; background-image: none; }#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR > .row .container > .video-iframe-container { display: none; }#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR > .row > .video-iframe-container { display: none; }#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR > .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); }#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR { border-width: 0; border-radius: 0; }#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR > .row .container > .video-iframe-container {  }#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-size:contain !important;font-size:0.875rem;font-family:arial;height:49.875rem;width:60rem;position:relative;display:block; }#wTvd0OeidsIzIpBUolIvxpSmSb5SHBkl { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:8.5rem;left:35.6875rem;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; }
#rkd5Spf6Tho5UMBu2Nh7qcRb5U5BTTQO { color:#ef4b15;display:block;width:15.1873125rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15073;line-height:1.6;letter-spacing:0;top:15.4375rem;left:34.375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vUXCalyMt1im8EPSTRSZipdgIG7TX7nt { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:4.5rem;left:32.5625rem;overflow:hidden;display:block; }
#a4dwhBRudEafHNWLBuHsCdVh77G4uXSQ { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:16.3125rem;left:32.3125rem;height:1.54385625rem;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; }
#TTWCVQFSl5qTnMX6Vv4TN3QvCdDsRfuv { position:absolute;display:block;z-index:15093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:21.6875rem;left:36.1875rem;overflow:hidden;display:block; }
#Zua9xNhHvAXIonLOUbn1TimGOSdoVlmF { z-index:15095;top:22.25rem;left:35.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T6aRFRLE3Q6sUQtKONo79G7I2mJIOndp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qIXCU3SlkwV5B50D4Waz6LM0TIngwb72 { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:8.5625rem;left:14.875rem;height:4.38654375rem;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; }
#GmHavpR15plLrDGFOTZTxHVmMF0hoqs5 { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:15.5625rem;left:13.625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0CQfwUOoddyEucUZDAeOoVVvlWxKG6I { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:16.375rem;left:11.5rem;height:1.54385625rem;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; }
#d15R0tZ9SUCnEq0xB70gUiGvVMTAsFq4 { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:21.75rem;left:15.375rem;overflow:hidden;display:block; }
#uEPJZtp21mMCTCOvPTHkqTunwWvgLbIr { z-index:15101;top:22.3125rem;left:14.5625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a9muXwMy4iuoLnrWvMmiGrATyXTtcOg4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUUosagUxSldtTUSLMBKcMMZMXMKpM3w { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:4.5625rem;left:11.75rem;overflow:hidden;display:block; }
#beFgy8SPySG0X2aH9ANCyXcsTFc99aK7 { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:31.5625rem;left:47.4375rem;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; }
#sUaPnCAreeiTkgoWO0vMNSPSLbvS6GMS { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:27.375rem;left:42.3125rem;overflow:hidden;display:block; }
#OQ5BZuKWidSyghvuBtiJy68Eh1Co8Rez { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15091;line-height:1.6;letter-spacing:0;top:38.124286651611rem;left:44.875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U3RrQNq7wPvn4H0iWaADk7dp3nAZ1yf8 { color:#383838;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:39.001953125rem;left:42.3125rem;height:1.54394375rem;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; }
#UrmnSQFPAA0m5ab1hSQT1fkJD2NrnXiG { position:absolute;display:block;z-index:15111;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:44.75rem;left:49.6875rem;overflow:hidden;display:block; }
#S5zg1x7lpVdBN9yhrlCLVR42kdTHPRUP { z-index:15113;top:45.3125rem;left:48.625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wIyEAGkIqLDMfvLpXmFHvkBqlmo9TpwX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S1wXVAiA5laUcWB3HpskGfoAk1txFTsO { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:27.375rem;left:25.125rem;overflow:hidden;display:block; }
#sv8TaEpZq4KJPPOywbwIyZDBOmHo3eJo { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:34.125rem;left:28.25rem;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; }
#LiapWCqNbfQZWOlXDdg1zNKe2QJRsRCB { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15097;line-height:1.6;letter-spacing:0;top:38.374996185302rem;left:27.875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJayrmhxNU9Wfz4Wlhvlo6FfSJ27pllA { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:39.374820709229rem;left:25.5rem;height:1.54394375rem;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; }
#E8oMIr1AWBr1MTCK7xqfHLq6yVUBPqpA { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:44.6875rem;left:28.75rem;overflow:hidden;display:block; }
#BSrnqInJaVfO7hd9IyqSvuIZtkO35TTG { z-index:15119;top:45.5rem;left:27.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zSgdDRSTSrWGa1dyBxN5AQJeGxRVydyL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PyvWweCTbS8evOOiR7EGOTKMFravWtkd { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2100505828857rem;left:5.5rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rk6CMmqb99mUwN8u9r9TJIeK8oiyvcpL { color:#999999;display:block;width:6.937125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15149;line-height:1.3;letter-spacing:0;top:18.6875rem;left:32.5625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LrLRTkGUQ4HABG7c2JNQf6kJtNJLe8Rw { color:#999999;display:block;width:6.937125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15151;line-height:1.3;letter-spacing:0;top:18.6875rem;left:13.1875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Shyo8so9RPCaUQcT2WB85g85vROBIF6t { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15152;line-height:1.3;letter-spacing:0;top:41.86079788208rem;left:26.5rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qnpmvDebVrryZM0PykdOIBEJFirnxE2d { color:#999999;display:block;width:6.937125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15150;line-height:1.3;letter-spacing:0;top:41.859906196594rem;left:47.6875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NRnfWJmybflcm8tvVdo9ypcSVPT5xM9U { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:27.375rem;left:5.4375rem;overflow:hidden;display:block; }
#MtTCIWwv3dpMLtLkB0iKL7BgrFUWNm0y { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15111;line-height:1.3;letter-spacing:0;top:34rem;left:8.5625rem;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; }
#VIVH0vv0zsMDmmuEhzkT9cMw4rWfSHJ1 { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15104;line-height:1.6;letter-spacing:0;top:38.124098777771rem;left:7.5rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UQWuL6xoSd5zNQklZWwTJl992nQ1In7A { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:39.627117156983rem;left:5.375rem;height:1.54394375rem;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; }
#WRdGvIsGgZyNerUq52nzWHyspNvyTK3h { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15159;line-height:1.3;letter-spacing:0;top:41.75rem;left:6.8125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L2misWhXXbZWxkrT9BT3ZJvLeKmmlKav { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:44.484550476074rem;left:9.1875rem;overflow:hidden;display:block; }
#TlN2Mq9CZG7kJUTocyJTngdAiQccrz68 { z-index:15126;top:44.99857711792rem;left:8.5625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LusoVh9gX5fTIOdKAy6JTZ3lDNVsGF77 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a4hTXyz9tZU5f9vHhZLSetwucfMKrEMr { position:absolute;display:block;z-index:15150;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.5) ;height:8.6248125rem;width:11.624625rem;top:1.2100419998169rem;left:0rem;overflow:hidden;display:block; }
#nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf { position:relative;display:block; }#nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf { background-color: transparent; background-image: none; }#nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf > .row .container > .video-iframe-container { display: none; }#nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf > .row > .video-iframe-container { display: none; }#nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf > .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); }#nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf { border-width: 0; border-radius: 0; }#nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf > .row .container > .video-iframe-container {  }#nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04a9cc;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#XWXbWVQcdBDcXqTuqxTVcoZxprqsNrf6 { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:1.4375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row .container { background-color: transparent; background-image: none; }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row .container > .video-iframe-container { display: none; }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row > .video-iframe-container { display: none; }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .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); }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row .container { border-width: 0; border-radius: 0; }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row > .video-iframe-container {  }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row .container { font-size:0.875rem;font-family:arial;height:70.5rem;width:60rem;position:relative;display:block; }#T5gRRcgzEHzbghChoMfK9Vp37ytO7GdS { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:11.0625rem;left:47.4375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#z2BwKp6wZkiVicQI72x8bvf4X2aBA4X2 { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:35.125rem;left:5.9375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Wzv5vC3XBSovIl1wxBLSONa7cK4lxudh { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:34.875rem;left:45.6875rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BTJrgtekCZm8vZykSUEJebrJFf0hsV8s { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:6.1875rem;left:44.125rem;height:1.462675rem;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; }
#dvWiafSgu8yJlvEAeBgT5VHke2U4B8cM { color:#313233;display:block;width:12.6873125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15076;line-height:1.6;letter-spacing:0;top:9.125rem;left:44.8125rem;height:5.99609375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#T27B24rByGoOUM30Hu6gq4m6IleKTAtr { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:15.8125rem;left:50.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LT4ULtfCNOCEh0sNKiIR5OZJe5w6L45n { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:16.625rem;left:42.8125rem;height:1.54394375rem;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; }
#ehG0JPTCqRBAVFMtp0TKy1eCbp8db4dS { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:18.9375rem;left:45.75rem;overflow:hidden;display:block; }
#TkdxF00wHuoB229q1mGTPigIzAFQ3hSm { z-index:15093;top:19.5rem;left:44.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i3lMpHPaPwyb5QTQztZL4eyexF4EA0zc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DX2NPESDPiesbR9WsP6G0vm060sd7yiT { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:6.1875rem;left:24.8125rem;height:1.46218125rem;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; }
#ta5vaMmRz1OdHhwJDVicqo2pxIMXTQnJ { color:#313233;display:block;width:9.749625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15083;line-height:1.6;letter-spacing:0;top:9.875rem;left:26.3125rem;height:5.99609375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#m2aFUCz1qy9f3TRCPu0MaQZ63QFsZUMX { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:15.8125rem;left:30.9375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dONre8mthbD1ISAO2iyrcGDOiNQbQDU1 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:16.625rem;left:23.5rem;height:1.54394375rem;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; }
#ROHt6q8K8A63Ci88gXvdEAVAwitXSXT3 { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:18.9375rem;left:26.4375rem;overflow:hidden;display:block; }
#ByI4L2Nss07scit9tRgcDrGiHW0XOZqk { z-index:15100;top:19.5rem;left:25.625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cMalowEG3VarMm8vsno9ZPUcx6W25ERc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ULUbPKZdhLxVBCK3A5rEKU1KxbMi8JnO { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:6.8125rem;left:5.1875rem;height:1.46218125rem;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; }
#AZrChtsnrOztQzP3qgJhtLPWzfiiKl8r { color:#313233;display:block;width:9.1868125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:11.0625rem;left:7.75rem;height:4.796875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#R4Q6T4K267n1IsLXHRQxT4m2ph8CCKr7 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15077;line-height:1.6;letter-spacing:0;top:16.0625rem;left:11.3125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHok1eLqwR62trEtTcLwBNXyOKnEHvud { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:16.9375rem;left:3.875rem;height:1.54394375rem;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; }
#DAkOwBKaoQ3pPJcRp1GBKZmdh6RdJFB1 { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:19.5625rem;left:6.8125rem;overflow:hidden;display:block; }
#imQX3stRpcbwm5u0pr2xrQFA1fxtW1HU { z-index:15107;top:20.125rem;left:6rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JQJHNZFRaZC9CbwTy2uqurNA0DJpDTws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FlKHk29KUvXgTck9IsEaotJwmrPJnaEK { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:24.1875rem;left:23.5625rem;overflow:hidden;display:block; }
#LpXDXAEZXUIoDtPpbZmoTWqdWlfQm8Kz { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:27.1875rem;left:24.875rem;height:1.462675rem;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; }
#Ty0HAvTEFh0DwVt4yH0NEybx4TBQRr2J { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:35.125rem;left:30.9375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdpAyhq2eO86Ut0DhK8xUgeGg9bVbeaT { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:36.125rem;left:23.5rem;height:1.54394375rem;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; }
#o0O9HGLritlx9H09oE02Zy6LEEaWgzIP { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:38.375rem;left:26.5rem;overflow:hidden;display:block; }
#F1dC3cRLM6ETJHSDFnJAKmWqx013P0QH { z-index:15114;top:39.25rem;left:25.625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XyvKcLQADP0aGGSMNyOBLWLirzvAHeSn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JlJ1kB5hQsZez8Xhiicofk3Z8G1vg2sR { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:27.1875rem;left:44.125rem;height:1.462675rem;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; }
#X13Q5lZx9UKAEMexU68pPuCUJeWGN02G { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:24.4375rem;left:42.8125rem;overflow:hidden;display:block; }
#zLsp0q2Fe9wLTEToTKP0zsrxpEhW0NKV { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:32.0625rem;left:47.4375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TMTgXOxf1xE06VxPWiGlfsFRev9zuF1l { color:#313233;display:block;width:10.6875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:29.6875rem;left:46.0625rem;height:3.59765625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KkZHaUbnxh5N8TTxNGLdIKzuO82I8DeH { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:35.25rem;left:50.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LyFeGrWZp2rCVwOeXXsusnoIt2UVnpAE { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:36.25rem;left:42.8125rem;height:1.54394375rem;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; }
#eL7OuGSZT3d7azg0HuDwxyT4JBR336II { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:38.6875rem;left:45.75rem;overflow:hidden;display:block; }
#y35TitxPQKl4PTpJGipTrakOgybIIFlT { z-index:15101;top:39.25rem;left:44.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fx4MbKk8l1Iu4Qn91zIzbqpLPX5tadIR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfC97NBTmgEnf0uu6ONVBlb4aLv6UmvR { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:18.125rem;left:42.8125rem;height:0.8129875rem;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; }
#JJtiffocLTSDfH25lhluTAH2QwEIZAtf { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:18.125rem;left:21.75rem;height:0.8129875rem;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; }
#KRSTcnBziVwPhi8kaz3AxqlmN8IP68yb { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.125rem;height:0.8129875rem;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; }
#Vcc4FCQ2WVkM6Fc20skuLf8S7AJJLl8D { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:37.625rem;left:42.8125rem;height:0.8129875rem;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; }
#u81TgGkQkpSU1g4C1H5kvPm4c5sQP9VU { color:#313233;display:block;width:10.687125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15085;line-height:1.6;letter-spacing:0;top:30.875rem;left:24.8125rem;height:2.3984375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ED7ThSpbcAWrgHx9iofiBnGhdalQMJlA { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:37.4375rem;left:23.5rem;height:0.8129875rem;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; }
#So3FTEVUyqnHPTOp7Owt6zyAV6G60v9J { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:50.25rem;left:23.5625rem;overflow:hidden;display:block; }
#xV6APwEQ4DsUc5RfTcABcVrX3VNt0lmr { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:52.8125rem;left:24.875rem;height:2.9243625rem;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; }
#pA1qRXplarMGges9y0e3NvGsd2LTQ4Fy { color:#313233;display:block;width:13.3125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15103;line-height:1.6;letter-spacing:0;top:55.75rem;left:24.562500238419rem;height:4.796875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#elJPTWGvpJKlCXNZCBKvTnom1IlFhtQg { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:52.8125rem;left:44.5rem;height:1.462675rem;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; }
#mkWHq0K4pd6TUDs1riUNW9Z1vngw8F9T { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:50.25rem;left:42.8125rem;overflow:hidden;display:block; }
#ot4DcueC7yfgQaOz1h0VEyB2kB8ZfcDD { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:61.25rem;left:47.4375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#O0SVFyEPT77th5dOdtdtISs0FHDCBEDG { color:#313233;display:block;width:10.687125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15102;line-height:1.6;letter-spacing:0;top:56.375rem;left:46.25rem;height:3.59765625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QVZpqpALNOPKkTGAafc8uWHL4yy9creE { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:64.0625rem;left:45.6875rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#skTTpsdeDe09BnzDZ8wH2yxJz1tD8gLi { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15102;line-height:1.6;letter-spacing:0;top:61.250001430511rem;left:30.937501907349rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTgalg5mM58wZmPmD8mORvq1ZKvfEToa { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15089;line-height:1.6;letter-spacing:0;top:60.6875rem;left:50.4375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T6gNQDfK2PQRbn6bDGOJNMhAfSosheiz { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15110;line-height:1.3;letter-spacing:0;top:61.5625rem;left:23.5625rem;height:1.54394375rem;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; }
#EeAT1Uy5VWyfSdQuDvD5xvX5OepHfwZF { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:61.625rem;left:42.8125rem;height:1.54394375rem;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; }
#nhXnLdXKnEikD8KyRll6ZunroGl7xIPX { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:63.3125rem;left:24.375rem;height:0.8129875rem;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; }
#mwAUglFcBGLoM54uAGey1dDhnDvbTkZ1 { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:64.8125rem;left:26.5625rem;overflow:hidden;display:block; }
#xq97cMp3ciBMu3iiGyVruUGUNNbDQCCR { position:absolute;display:block;z-index:15117;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:64.9375rem;left:45.6875rem;overflow:hidden;display:block; }
#uAIwcRsIzncvfT1932hX1kcfimDUmVnv { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:63.5rem;left:42.8125rem;height:0.8129875rem;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; }
#wctLe4TJon6rfIvuBeFnT2EMsGTSQrHS { z-index:15132;top:65.3125rem;left:26.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fduNq6yEzB3QV4GwFWBArWH1mcS8T2wQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cdWt63FZSiyltCuVSLeT3o6oUGIzpzni { z-index:15119;top:65.5625rem;left:45.0625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NrnSONA8azFNHvXTBGLC8niDBqg3HUKv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JOsrXyzr6ESQLFfmHDcG4ciQhw0duO5l { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.2498125rem;width:15.625rem;top:5.0625rem;left:3.875rem;overflow:hidden;display:block; }
#SuTdlh1rsgLqi77cOlA5GsmFfSSygMcC { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.2498125rem;width:15.625rem;top:4.4375rem;left:23.5rem;overflow:hidden;display:block; }
#EWcZCBq4qpnSKO6DOdu1WMTcUKGUdKXP { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.2498125rem;width:15.625rem;top:4.4375rem;left:42.8125rem;overflow:hidden;display:block; }
#m3ye306cnpRqTCR38r1K2tmRAcO8PZZD { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.80610752105713rem;left:8.7491121292112rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xpsWr4qfKyc0msERiuo5IdMr8W1BR1lo { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:47.107597351074rem;left:8.7491121292112rem;height:1.94921875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK { position:relative;display:block; }#WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK { background-color: transparent; background-image: none; }#WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK > .row .container > .video-iframe-container { display: none; }#WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK > .row > .video-iframe-container { display: none; }#WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK > .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); }#WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK { border-width: 0; border-radius: 0; }#WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK > .row .container > .video-iframe-container {  }#WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04a9cc;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#C0DT4mFP4MEyV77uHiVDlumKu9CDKBs9 { color:#ffffff;display:block;width:57.125rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:1.4375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row .container { background-color: transparent; background-image: none; }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row .container > .video-iframe-container { display: none; }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row > .video-iframe-container { display: none; }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .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); }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row .container { border-width: 0; border-radius: 0; }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row > .video-iframe-container {  }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:60rem;position:relative;display:block; }#BeMD4wUbTDAWh8oHdRM0ZFMDti9gdgfG { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:12.1875rem;left:44.4375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QO0kWDiHKtqVfZIzThWLNGT6C4p2EZA9 { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:7.25rem;left:41.3125rem;height:1.462675rem;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; }
#vBq5SWRpziRpI69fZqvuO6heWZAS5EFK { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:5.125rem;left:41.0625rem;overflow:hidden;display:block; }
#CSxMJ44h0zxg3QPWgDuEwGChILmRlpNT { color:#313233;display:block;width:13.625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15076;line-height:1.6;letter-spacing:0;top:10.75rem;left:41.0625rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#OtlhIR3pOcNPGXqwHmfBauuKXPyKq6wx { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:14.25rem;left:48.3125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PAt35QhGx9ltp2skpBiTUT2uJIdmThQ6 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:15.0625rem;left:40.875rem;height:1.54394375rem;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; }
#JkxKZQixkmq7repQ09hVfZ9lMWJXMWOw { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:17.375rem;left:43.8125rem;overflow:hidden;display:block; }
#Iw8hiOJDUX0bGO3KBTsKGCS0SCZBGtIL { z-index:15093;top:17.9375rem;left:43rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TvgNwP0AwEw8m0XDTAi5JtwgQuq2b2ue { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xizBHn6TZKB2TsKbHnFq12lFgcsg4TDX { color:#1c89a9;display:block;width:43.375rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.75rem;left:7.125rem;height:3.0060375rem;text-align:center;text-align-last:center;display:block; }
#M6yiAs2D66TXuqAvczfqVHLOmFp2hDtT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.12109375rem;width:3.12109375rem;top:0.6923828125rem;left:37.81640625rem;overflow:hidden;display:block; }
#tNiOcpGzgA21LHIMMkwSVVUM8SZZHQtw { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.12109375rem;width:3.12109375rem;top:0.6923828125rem;left:16.69140625rem;overflow:hidden;display:block; }
#Q5l89VLA3JBweRQDV74P6kaRZtHNLgQF { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:25.125rem;left:40.875rem;overflow:hidden;display:block; }
#kKUmNRTGRPOxZwLvkqWmbbvz03suvVss { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:37.375rem;left:43rem;overflow:hidden;display:block; }
#yNxSEmMFqu2aOGA1T7Zh3SHKvlKTBrnW { z-index:15101;top:37.9375rem;left:42.1875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sAi8sXBsftLKp5CmOTKCC6eErVFun7J2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NKNFksgwh7WEbdwkh3WBHmBicZEpHK8S { color:#313233;display:block;width:13.625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:30.1875rem;left:41.0625rem;height:4.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ypJBd5akthK3n8feeKdOzAP1ucZKCz5U { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:34.25rem;left:47.5rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HSB41uwefQFPhrOkuyOmRZfqGOVazsES { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:35.0625rem;left:40.0625rem;height:1.54394375rem;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; }
#SvTNpXKVSaBTKSJakJeoE8snQKl4nmDC { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:32.1875rem;left:43.625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#JCa10XNQZQSgEJ2ILo8t99uIZseHwRGO { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:27.25rem;left:40.5rem;height:1.462675rem;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; }
#gDKwLkoMl6dZF1llvWoSTPrurtC9bnWO { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:25.125rem;left:7.9375rem;overflow:hidden;display:block; }
#ISZM5TrZl9e80XMBvPT54d9QGL9oznwB { color:#313233;display:block;width:13.625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:30.1875rem;left:8.125rem;height:3rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AyBhIAfmyhdkiCL7tDBodKyCBM8SvzlX { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:37.375rem;left:10.0625rem;overflow:hidden;display:block; }
#Wc9qVMU3bTCXQgUXRPpteCluybDDadmT { z-index:15109;top:37.9375rem;left:9.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#glGxMz90OubJy3XsWw1ZW9tSzGiTu4va { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IDxchCXTRA2MUUGqU4FVvuk4AzdIAuTV { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:32.1875rem;left:10.6875rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bKoFPfDvmw93esT2qU8ByGlVAebizHTB { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:27.25rem;left:7.8125rem;height:1.462675rem;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; }
#caWfdzsNacZ9uBCupr7PyIBU1wWK5UeC { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:35.0625rem;left:7.125rem;height:1.54394375rem;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; }
#aZHADkOv8lqV6WafG3caemdXeDKfAZDD { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:34.25rem;left:14.5625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xdce2xwGBbo1Cr8FfUNxOcSm9S5T1aom { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:5.125rem;left:8.3125rem;overflow:hidden;display:block; }
#xH4nF7ET3vmkgQvsMn5pquvXPTpLl3Mc { color:#313233;display:block;width:13.625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15092;line-height:1.6;letter-spacing:0;top:8.9375rem;left:8.25rem;height:6rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mCfG6yve4QkBEECTb143wdw9HrFbOwFi { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:6.1875rem;left:8.5625rem;height:1.462675rem;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; }
#kOAAg25dkI6ztOFcm11yR5IuhtuVmPBa { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:18.625rem;left:10.8125rem;overflow:hidden;display:block; }
#bnDihyLOr2CpTyewUl7J11QkvdlWTuoe { z-index:15109;top:19.1875rem;left:10rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yx2fmJsrRJXypGdNkSTMHnuuPpFRctpt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iA8Htw7UdScLQtbw6oC9GLEwoRl9KUKN { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:15.6875rem;left:8.75rem;height:1.54394375rem;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; }
#MKq6NptKLDJFFi5gTDoatSG4kC9kGinm { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:14.9375rem;left:16.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTkeq6VOKuJ7qtZFXSKcP5L6q2v1eHp4 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:49.3125rem;left:40.875rem;overflow:hidden;display:block; }
#W8TLbmZKJqnlZCTJh1TBpgBCpDRiQqP7 { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:56.375rem;left:44.25rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kJZomgCvqXTGWg9iVCMbscRRrtfJtwVs { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:51.4375rem;left:41.125rem;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; }
#VKdBtrNsk1WHCXLEFwiiseGccGCWTvPG { color:#313233;display:block;width:15.7480625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15109;line-height:1.3;letter-spacing:0;top:54.3125rem;left:39.1875rem;height:4.1425875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TI4RxfRViGW0xMA63KTBkIOe3voGVETc { color:#ef4b15;display:block;width:5.8125rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:58.4375rem;left:48.125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvkdWtxNK3pKugkSvAeMq6tLxO8o6JQK { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:61.5625rem;left:43.625rem;overflow:hidden;display:block; }
#oGZATBBmDDiHt2H2KTRZGfJxTiz9WQi2 { z-index:15114;top:62.125rem;left:42.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZfB7B6FA3NCU4Cxd5OIFWEyylaIuBzrN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nfebu7c5VoPR3JH58MrrB0oZEQSSJTOT { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:59.25rem;left:40.6875rem;height:1.54394375rem;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; }
#NANcfnwR6VeMrPanow7Jq7hNogaZisCh { color:#1c89a9;display:block;width:43.375rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:44.9375rem;left:8.1875rem;height:3.0060375rem;text-align:center;text-align-last:center;display:block; }
#GPF2rQRRUvgTfvsurlGoOHs9V8Rs02MW { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.12206875rem;width:3.12206875rem;top:44.9375rem;left:47rem;overflow:hidden;display:block; }
#e2IlH51B58kKk3ys3LKFIzHOlJxq2zKK { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:9.375rem;top:56.375rem;left:29.875rem;overflow:hidden;display:block; }
#qGk3VRZbFEA929r96W8p96Tbv92r8P0E { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:59.75rem;left:25.5rem;height:0.9747875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U5QubuQFMxqqSi5rNHNxgFmTNfTiRaVw { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:6.625rem;top:56.625rem;left:23.4375rem;overflow:hidden;display:block; }
#LfqboV8Rr3mNlXSLdmdcnZ6HhXdvqWf4 { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18rem;width:14.5625rem;top:49.6875rem;left:8.125rem;overflow:hidden;display:block; }
#IfGP6UksmpdUT2A1TskRFkzlc07eSRQi { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:50.375rem;left:8.375rem;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; }
#Cqx5M7BPlqAVCuT4ccDcWm37rNXwD96d { color:#313233;display:block;width:15.7480625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:54.5rem;left:6.25rem;height:4.1425875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#z4rVJqiMRxOOQsRBhlELCq3FpIvdSAeS { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:63.1875rem;left:10.625rem;overflow:hidden;display:block; }
#ySvWaTs2W5OmBaixL5HS7tr2qgr9gTVP { z-index:15130;top:63.75rem;left:9.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CerFxbgWz1TBh3JmAgA59aGKanDkTeJA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GR4uOHNDgSVRfcGThuCkE6q4orUNR34p { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15108;line-height:1.3;letter-spacing:0;top:60.25rem;left:8.5625rem;height:1.54394375rem;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; }
#vt9OMgnTxB3zCqEwM0Z4G8PSkeMk3vqD { color:#ef4b15;display:block;width:4.5rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15100;line-height:1.6;letter-spacing:0;top:59.5rem;left:16.5625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIzAHwx6JWmpJNBfuA3li3Ti0LydQdpk { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.12109375rem;width:3.12109375rem;top:44.875rem;left:9.3125rem;overflow:hidden;display:block; }
#W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur { position:relative;display:block; }#W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur { background-color: transparent; background-image: none; }#W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur > .row .container > .video-iframe-container { display: none; }#W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur > .row > .video-iframe-container { display: none; }#W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur > .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); }#W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur { border-width: 0; border-radius: 0; }#W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur > .row .container > .video-iframe-container {  }#W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04a9cc;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#Gf5nXVcE4gTKs3tpcGVfbk5wQy2HS2Ha { color:#ffffff;display:block;width:60rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row .container { background-color: transparent; background-image: none; }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row .container > .video-iframe-container { display: none; }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row > .video-iframe-container { display: none; }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .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); }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row .container { border-width: 0; border-radius: 0; }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row > .video-iframe-container {  }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row .container { font-size:0.875rem;font-family:arial;height:41rem;width:60rem;position:relative;display:block; }#gM87glcxSedrq5JEgkCRG1JAWDmc6flh { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:8.4375rem;left:44rem;height:2.9243625rem;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; }
#Hi8lwWIUz7U2aBBaeTa7TUv8cyLNTkTr { color:#ef4b15;display:block;width:6.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:13.375rem;left:50.6875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTDOE9PoS7U5rEhFMlDAgHcbIoN21VsG { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:14.1875rem;left:43.25rem;height:1.54394375rem;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; }
#KKPeSgeGMhcU8MbUy55MO1Lnztu0Pd1z { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:16.5rem;left:46.1875rem;overflow:hidden;display:block; }
#T9MTva6TMnwPex5TDxSEfzWJHX0xG1DS { z-index:15093;top:17.0625rem;left:45.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#krLsCJu2lmqJFUThzIhlC8Vcm7u2oxSN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NN2O2EyO1pAhRxBbtRmG0wQs5tmqS881 { box-sizing:content-box;color:#0f86a9;font-size:2.5rem;font-weight:400;line-height:1;height:3.624025rem;width:3.624025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15059;top:1.5625rem;left:45.625rem;display:block; }
#QznGnSGFwZ113SlmkoUZiaAJ3mqVLVMg { color:#1c89a9;display:block;width:30.3730625rem;position:absolute;font-family:cairo;font-size:3.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.8125rem;left:15.25rem;height:4.3059875rem;text-align:center;text-align-last:center;display:block; }
#QO0J3mF3D1FrFoukgUzavilTvvfQW0kV { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:13.0625rem;top:5.9375rem;left:44.5rem;overflow:hidden;display:block; }
#ThWaOH5f8uFwZue2FZVuHWDWaw4Xqcoe { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:13.0625rem;top:5.9375rem;left:3.875rem;overflow:hidden;display:block; }
#bvvcTa836lOUV0XKFVdmvny3Itqnblox { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:16.5625rem;left:5.375rem;overflow:hidden;display:block; }
#tufS4dPxN2W6UZTuRd91E8bb91LobRIa { z-index:15105;top:17.125rem;left:4.5625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#w1iwM52OC514kcQMga6i5TGpJXPkCQzw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s1VaWke4Vlm7HA2vZy01GkGwyvR2aGlP { color:#ef4b15;display:block;width:6.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15075;line-height:1.6;letter-spacing:0;top:13.4375rem;left:9.875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RJuocZSIL9IRaq6caMJPPv1J8SVhuVNX { color:#0f86a9;display:block;width:14.1875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:8.5rem;left:3.1875rem;height:2.9243625rem;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; }
#yrAfJVVDcwfxVdmHz8V9OvvDJTPMyTN6 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:14.25rem;left:2.4375rem;height:1.54394375rem;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; }
#oE6tpmtSIcFXDvu5oSi8goHhBuzTW2hn { color:#0f86a9;display:block;width:14.1875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:25.25rem;left:23.375rem;height:2.9243625rem;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; }
#Od6TW7WOQ16t00mtMT66hbJmoq83dPSb { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:13.0625rem;top:22.6875rem;left:23.875rem;overflow:hidden;display:block; }
#qB9HAmz4iQaiBAATFkrRXgIlqnTnDFz2 { color:#ef4b15;display:block;width:6.1875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15081;line-height:1.6;letter-spacing:0;top:30.1875rem;left:29.875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C8lldvfgOEyyfWyRG7ADs4i6srSguIBp { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:33.3125rem;left:25.4375rem;overflow:hidden;display:block; }
#qakmfFhFbu42ID3HMvvRr8ok63pggT0B { z-index:15111;top:33.875rem;left:24.5625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CWoqE6GzNSRg6tagqn3Wdvz4HgNT5Tyr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EbM2FLZ7LSBUKgPTiR8ioda6etLk6ekO { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:31rem;left:22.4375rem;height:1.54394375rem;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; }
#sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 { position:relative;display:block; }#sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 { background-color: transparent; background-image: none; }#sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 > .row .container > .video-iframe-container { display: none; }#sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 > .row > .video-iframe-container { display: none; }#sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 > .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); }#sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 { border-width: 0; border-radius: 0; }#sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 > .row .container > .video-iframe-container {  }#sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04a9cc;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#Lrt3ALlTmSbThWo38TPpG46XzqwVQbPO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row .container { background-color: transparent; background-image: none; }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row .container > .video-iframe-container { display: none; }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row > .video-iframe-container { display: none; }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .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); }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row .container { border-width: 0; border-radius: 0; }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row > .video-iframe-container {  }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;position:relative;display:block; }#q9M4pnI3GvBpXl6ESX6FbOAAkwqXbgCm { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:10.75rem;left:48.875rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TPDPLvLqXfC76c83q5ctGwMRQ040pTwO { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:5.8125rem;left:45.0625rem;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; }
#aKrdaJT49NWbq98CkszBE6UM2Jsxe7fM { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:4.125rem;left:44.25rem;overflow:hidden;display:block; }
#dW765VefTAtOgdeDtJNS8MRBKD7J8qz7 { color:#313233;display:block;width:14rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15076;line-height:1.6;letter-spacing:0;top:9.5625rem;left:45.0625rem;height:7.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#pGxau3EVMDwCtHwnR8Tc1a5xHym4sTEu { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:15.5rem;left:51.6875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FL1kKtVw4Z6PUQTVIrDimAtK6KUU7we8 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:16.3125rem;left:44.25rem;height:1.54385625rem;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; }
#qK8w42zIy4ykFO05S8xKDghUTuCTTkhO { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:18.625rem;left:47.1875rem;overflow:hidden;display:block; }
#UvFTTJfzbnESq6P0Swrq4QcxNEUZcUOU { z-index:15093;top:19.1875rem;left:46.375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iahTLBUpVmTyEGhgDWcJ1TAkt1ggJ6Lv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TeGfKvUozfzrhifefoXKQFCADm6JvlHD { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:10.75rem;left:2.9375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vh19OimqS2i3iMP0VBXttGT16FstrQmQ { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:5.8125rem;left:0rem;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; }
#aeL6fVTAFGoKubvZeMhCZnpce9cMu321 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:4.125rem;left:0rem;overflow:hidden;display:block; }
#gLh5PNszpT0N7MEz8TyJTP7Ue6iuxTQ8 { color:#313233;display:block;width:13.6875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:10.3125rem;left:0rem;height:7.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eTboh18SLEoxWBkTzqw7UpG0dPb7SlxG { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:15.5rem;left:5.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hCuVfCZXMmKd3FhQmSVTIIinP70baNQe { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:18.625rem;left:1.25rem;overflow:hidden;display:block; }
#vJgpql2pU35xn9r2LgeNbJElQITfFVa3 { z-index:15101;top:19.1875rem;left:0.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QghoQlFVm3Nb66AaaSgBHA5Tt6lilAqE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KTaw2fxJmET2wgyUSZ1qhXxiBbXGVxLS { color:#383838;display:block;width:8.125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:16.375rem;left:0rem;height:1.54385625rem;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; }
#HN0pLU6V5OTVLK1kCnxpWNGvtc5VNafb { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:28.75rem;left:45.8125rem;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; }
#f2m5nn65TF01g93ATde4qrlKXnOc64yQ { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:25.625rem;left:44.375rem;overflow:hidden;display:block; }
#o0bqbZkGw68f38CZRu39bdNXHuBWF37K { position:absolute;display:block;z-index:15107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:40.125rem;left:47.5rem;overflow:hidden;display:block; }
#KPxe6UTscmw7SBt4xiBF6bHsozoAJKD3 { z-index:15109;top:40.6875rem;left:46.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U8GNqGJCrku3J7WV0OFT7SZ9PyAMtMi8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P3reMgOwMTanC3gDtJT5cRzZxD81T8bl { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15079;line-height:1.6;letter-spacing:0;top:37rem;left:52rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXgP2KbgWnKOsTR16qXnZ6VeqJORpf1V { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:37.875rem;left:44.0625rem;height:1.54385625rem;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; }
#JAs4LdZHctUVnpDN6FqoEKB7DSLEpm4M { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:25.625rem;left:0rem;overflow:hidden;display:block; }
#L1uLtEMbbusST0UG3axxFACXQrKF14q4 { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:27.3125rem;left:0rem;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; }
#ADOyTtSt8yJQ4KWorQmmTCEbdO3T4Jat { color:#383838;display:block;width:8.25rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:37.875rem;left:0rem;height:1.54385625rem;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; }
#ATsRZbUiqTpbwbc4GRHZKNtspOAei01i { color:#313233;display:block;width:13.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.6;letter-spacing:0;top:31.6875rem;left:0rem;height:6rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#o1BTXPTM5QfmeQz7mFKFKTb34GocPHQH { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:40.125rem;left:1.25rem;overflow:hidden;display:block; }
#SlMXXFFyVRxFipPiF3FVSzIyQwL3ZULw { z-index:15117;top:40.6875rem;left:0.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mJJJxPC75bureM6bGbMwFlf6nvv23vCB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JltswRzOgFk9PDXZaClDTW4yHcBThTqx { color:#ef4b15;display:block;width:5.3125rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15087;line-height:1.6;letter-spacing:0;top:37rem;left:5.75rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ggwXZGUo9a9vWGqiJTCL9qTgomeJvlMm { color:#0e849e;display:block;width:18.625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:4.4931640625rem;left:19.625rem;height:1.38139375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uofVBdAzeP3QDcoOQp2lifrp43oqq3pT { color:#313233;display:block;width:13.9995625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15077;line-height:1.6;letter-spacing:0;top:32rem;left:45.0625rem;height:7.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#XKbE6DfxKPwUo98JvOuqx2yOpIT9RLgn { color:#1c89a9;display:block;width:42.249375rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:0.1875rem;left:7.8125rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#LXbnN8gmSLTDfJNeUGMQeDfxOMd0bVLC { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:14.5625rem;top:17.25rem;left:21.8125rem;overflow:hidden;display:block; }
#QmyS9mNmkcTlPEE5TRr8KVZVpV8cLgJd { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:30.4375rem;left:24.125rem;overflow:hidden;display:block; }
#TKCEoOo0FUxMeZTbmAqr6dxgN1ItTDUv { z-index:15101;top:31rem;left:23.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ma568tJOquEJpw1RKQPhm4u6DwmmTHJM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VBtHB5qc0LVlvkbGAPEg20UMX9eMtJEo { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:27.3125rem;left:28.625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AJhgKyKSBDW4Mz2hWHVDZX5kr1SlwIpS { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:28.1875rem;left:20.6875rem;height:1.54385625rem;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; }
#NSL2kNhMGa7vJvTD8syfhEHA5Fu83swT { color:#313233;display:block;width:16.0625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:23.1875rem;left:20.0625rem;height:4.1982375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kz3gP3gL6sb3AzMS07XlaAk4D2sPdsWm { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:22.5625rem;left:25.8125rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WrDw2TuSXOPFrbBmsSl2UPF2AORKru2N { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:20.1875rem;left:22rem;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; }
#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row .container { background-color: transparent; background-image: none; }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row .container > .video-iframe-container { display: none; }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row > .video-iframe-container { display: none; }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .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); }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row .container { border-width: 0; border-radius: 0; }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row > .video-iframe-container {  }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:60rem;position:relative;display:block; }#cwCKiSczKKNexFXoR1vCAA6T73XNTfTs { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:7.875rem;left:41.4375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#e8RIABTT6pTL0RH9aGIybvIGtRrUMxG8 { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:7.125rem;left:37.5625rem;height:1.46218125rem;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; }
#iIIpCDvIZGiecTU8NLJ48vpeCvGSFxpT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:1.25rem;left:36.75rem;overflow:hidden;display:block; }
#hsefGOZ25iKpoOuMVttiUMWX7Tl4HxVa { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:12.625rem;left:45.4375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bJt6TWuAxTEiDEeNwXOW42FkLhgWCPtT { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:13.4375rem;left:38rem;height:1.54385625rem;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; }
#ebRSW3TSniHf0toeqx2sJIFt4VLT0z9i { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:15.75rem;left:40.9375rem;overflow:hidden;display:block; }
#qShtZTAi8JrRkcR6oTpRLCb1R4vfvoHq { z-index:15093;top:16.3125rem;left:40.125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SnrHWG5JJrK8L7RaziRBu92SfAfukN6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Jtzv8Xf6s10lcXvq1XdoJTaaPvNah3ee { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:1.25rem;left:3.3125rem;overflow:hidden;display:block; }
#UsfLSBoTtqUJWJWm1TpvD3Po6gxG9UvN { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:14rem;left:2.4375rem;height:1.54385625rem;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; }
#rHe6B5FZWduLc0z2GhCreeeg7ix0KnIM { color:#313233;display:block;width:13.6875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.6;letter-spacing:0;top:5.1875rem;left:4.3125rem;height:7.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#qv9GdL9WDt7gyXVaTV9BJvg3pEJauvq2 { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:15.75rem;left:5.9375rem;overflow:hidden;display:block; }
#PDb1poSUAm949tbCpJTd7ug2AAxXJtre { z-index:15117;top:16.3125rem;left:5.125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#iTXEXiSd3hsM0a7xo7TiH50oVoUd9u1N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Klzt6LVDOhzbCcbcqEQAT7iAfIQhKeHH { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15087;line-height:1.6;letter-spacing:0;top:12.875rem;left:10.4375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gVczhrc9eEn86MJkp7oA1K3kqz54nFxq { color:#0f86a9;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:2.75rem;left:4.6875rem;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; }
#x83fklRaATa35XKLF6TxDNZJneW3lhPu { position:relative;display:block; }#x83fklRaATa35XKLF6TxDNZJneW3lhPu { background-color: transparent; background-image: none; }#x83fklRaATa35XKLF6TxDNZJneW3lhPu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x83fklRaATa35XKLF6TxDNZJneW3lhPu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x83fklRaATa35XKLF6TxDNZJneW3lhPu > .row .container > .video-iframe-container { display: none; }#x83fklRaATa35XKLF6TxDNZJneW3lhPu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x83fklRaATa35XKLF6TxDNZJneW3lhPu > .row > .video-iframe-container { display: none; }#x83fklRaATa35XKLF6TxDNZJneW3lhPu > .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); }#x83fklRaATa35XKLF6TxDNZJneW3lhPu { border-width: 0; border-radius: 0; }#x83fklRaATa35XKLF6TxDNZJneW3lhPu > .row .container > .video-iframe-container {  }#x83fklRaATa35XKLF6TxDNZJneW3lhPu > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04a9cc;background-image:none;font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#DsW6iafvH4yOyRaFv1h82dPaX1RGXWZp { color:#ffffff;display:block;width:60rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:block; }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row .container { background-color: transparent; background-image: none; }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row .container > .video-iframe-container { display: none; }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row > .video-iframe-container { display: none; }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .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); }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row .container { border-width: 0; border-radius: 0; }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row > .video-iframe-container {  }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:60rem;position:relative;display:block; }#bfKAynmQad45XOi7vz4IDhTWPcpyM4QW { color:#1c89a9;display:block;width:46.25rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6220703125rem;left:8.1875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#OxS698gBknvwMUkMzT7MSd51wUEA1VAD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;height:11.25rem;width:14.2498125rem;top:8.80770611763rem;left:14.8125rem;overflow:hidden;display:block; }
#Wzb9bHNpUDaNFRMAqAlgxzXihB4IhSNb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;height:11.25rem;width:12.1875rem;top:8.8085930347444rem;left:36.0625rem;overflow:hidden;display:block; }
#cMm6ua3DViBRiURTeCJJmsPbvmeXsZVP { color:#0f86a9;display:block;width:12.623375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:6.51722240448rem;left:35.875rem;height:1.46218125rem;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; }
#rsf2lm3SsoohqoSbBMeyHpcHKiGDf0cD { color:#0f86a9;display:block;width:12.6225rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:6.5163412094119rem;left:15.625rem;height:1.46218125rem;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; }
#AwTADoWRH8NAXQ8KEU3asvUFon7CWZCo { position:absolute;display:block;z-index:15087;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:21.386718034744rem;left:37rem;overflow:hidden;display:block; }
#LaeR2vMlblo7mn9msgoltOz1LrsmWr1w { z-index:15089;top:22.011717796326rem;left:36.5rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#A3LBBAQ3PPHFDzidRNi0eSNSQgr2KEIo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qVH0w23B9IiCw9J0saqT3bkmfTBIps3q { position:absolute;display:block;z-index:15089;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:21.375rem;left:17.5rem;overflow:hidden;display:block; }
#Tva4QpKLzRZIZrJ5NHgWobgNgML2bLDk { z-index:15091;top:22rem;left:16.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kDceZoPWtaToUQVVFsuS2yIQqgWEvmTa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HelSEearTsvUGbm8ITC3rleicoCWTg67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:none; }#HelSEearTsvUGbm8ITC3rleicoCWTg67 > .row .container { border-width: 0; border-radius: 0; }#HelSEearTsvUGbm8ITC3rleicoCWTg67 > .row > .video-iframe-container {  }#HelSEearTsvUGbm8ITC3rleicoCWTg67 > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:60rem;position:relative;display:none; }#fbp6vXX1LQNplKA1T9yFlAeS7nTTkwDV { color:#0f86a9;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:11.9375rem;left:47.4375rem;height:4.38574375rem;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; }
#PUDVkX85OunIDMLqlkLV09gs5EN1wf7H { color:#052956;display:block;width:9.9375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:16.3232421875rem;left:50.0625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPAWuhUETGVsEEsoCNXsDUrgcgpqQmTp { color:#383838;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:17.201171875rem;left:44.875rem;height:1.54394375rem;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; }
#QU8DhFR90twnffL7xHifJtTQmgVWoWCV { z-index:15082;top:19.875rem;left:48.060546875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RM96TN450PSAG6D2fDZ9FQCodX6hHmTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z0p24xFsIWN8qTAI4Qrh3esfwCaXSAUL { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:19.623046875rem;left:48.5927734375rem;overflow:hidden;display:block; }
#a1BVmCRmo9dL1ae3Q3uGQZWtEV4BHvIz { color:#1c89a9;display:block;width:46.25rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6220703125rem;left:8.1875rem;height:3.2504875rem;text-align:center;text-align-last:center;display:block; }
#FzLrbhCSiK8md2i3IEuHy7Rn2PmCPaZm { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:12.375rem;top:9.9375rem;left:47.625rem;overflow:hidden;display:block; }
#MyXPZtoBgzIVFK4ogEG3F2KoBvItnO83 { color:#0f86a9;display:block;width:17.8125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:5.25rem;left:42.1875rem;height:1.462675rem;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; }
#pbUdbihKCwz2oU2mlFzHaMR8dxE7W3ac { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.25rem;left:23.0625rem;height:1.625rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#TOINX4pQZRMRTISWVrk7dSAl2QPr2f6q { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:12.375rem;top:9.9375rem;left:27.125rem;overflow:hidden;display:block; }
#KpBgraTr7zJia5Dds9knmny8PwmdclWc { z-index:15088;top:19.875rem;left:27.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yV0BzwHJtQ1qTiHmDTqRNsQffWCevZSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M7MvBAEOZyN6cKyLlgIWlVpF6W8O8y7y { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:19.25rem;left:28.1875rem;overflow:hidden;display:block; }
#XCFGszx4oJnlZeTzJUPcK6CmRsvTmXRS { color:#052956;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:15.9375rem;left:27.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xmyVlH4AUJZ2qEsyEDJua0XBirfTb39E { color:#383838;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:16.8125rem;left:24.3125rem;height:1.54394375rem;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; }
#FFA23bRkxyJVgJXRVl4zpd4KJoAnw1XL { color:#0f86a9;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:11.9375rem;left:27.125rem;height:2.9243625rem;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; }
#O6Atvp2Wkl9Fz2UEEBryiU9CniOaDaML { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:12.375rem;top:9.9375rem;left:3.4375rem;overflow:hidden;display:block; }
#ZWcDDO4XLUiIBEQ64cS1l20XGLpZUHq7 { z-index:15094;top:19.875rem;left:4.125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fRhhiiBswmVe0dk6Xv3VeFKWrUyqrekG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CD4vc5dNLBdKMpdaZO5IMuHaSwrwBKH4 { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:19.25rem;left:4.5rem;overflow:hidden;display:block; }
#JC2XaXLUcFfJkg3L8Iwk9QxOuFZSqtEz { color:#052956;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:15.9375rem;left:3.5rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZIskJvh5VTfvx4ZDW6BFHTLSWi4f8xF9 { color:#383838;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:16.8125rem;left:0.625rem;height:1.54394375rem;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; }
#H1lGmdJsI0dT7tuze4pxUrgUxbLhJJuL { color:#0f86a9;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:11.9375rem;left:3.4375rem;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; }
#M2iKq1z0TJ2dn3IePO14WLTbLuPSgOxS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:none; }#M2iKq1z0TJ2dn3IePO14WLTbLuPSgOxS > .row .container { border-width: 0; border-radius: 0; }#M2iKq1z0TJ2dn3IePO14WLTbLuPSgOxS > .row > .video-iframe-container {  }#M2iKq1z0TJ2dn3IePO14WLTbLuPSgOxS > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:none; }#R3ZAsAKIbZoWzggPpzZyQm5GLcQqpNCn { color:#0f86a9;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:11.9375rem;left:47.4375rem;height:2.923825rem;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; }
#NSEyUeKSvdB9SSTf9a1Gg9vylyTp0MO3 { color:#052956;display:block;width:9.8125rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:15.9365234375rem;left:49.4677734375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#khokvTFMvaLXEb8tZhcXTdM0gxzD28zW { color:#383838;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:16.8154296875rem;left:44.875rem;height:1.54394375rem;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; }
#vyBkobXBJPBusbXDUmipcmQe7wv7Xkbv { z-index:15082;top:19.875rem;left:48.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NU4kqNC6CuZUaB3SZRr0nuifyWIXzKM1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TgRQvo9E0wZIZdGLTOHZaKB2l4nTLI5x { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:19.249084472656rem;left:48.5625rem;overflow:hidden;display:block; }
#L6gCJFoQRlnVwdnxG38f6JkEIbbt7TKd { color:#1c89a9;display:block;width:46.25rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6220703125rem;left:8.1875rem;height:3.2504875rem;text-align:center;text-align-last:center;display:block; }
#I4B7IcHKJ8pSyGzJL19sbw38xQTTs5Um { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:12.375rem;top:9.9375rem;left:47.625rem;overflow:hidden;display:block; }
#s23BLCUmTx6dbsOPRPHwNA8m8CvPEbDk { color:#0f86a9;display:block;width:17.8125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:5.25rem;left:42.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; }
#uzkmfRfEOelwu2hD9E61wO36doCyEUFq { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.25rem;left:23.0625rem;height:1.625rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#uTlMi7wlP8GwbG3q8q8VBNFMpBFX3DWg { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.75rem;width:13.5rem;top:9.6875rem;left:26.6875rem;overflow:hidden;display:block; }
#A1x2fKAx4NOEGspGT7bPF0EhcIU6cS9C { z-index:15088;top:21.125rem;left:27.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WJl3R7aDyA5w1W7T5cJ1RTP6bi16TPMF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wqo9Ev340Gd5qE9m3WJSR1eP3nIgQqfo { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:20.71875rem;left:28.25rem;overflow:hidden;display:block; }
#lbVmQT03dm0C7AhbbLQoXickDKeONrGe { color:#052956;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:17.25rem;left:27.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eksHovehdHrVLGtdMpMaFar8hdZiOJK5 { color:#383838;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:18.0625rem;left:24.3125rem;height:1.54394375rem;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; }
#tMucSHdWpdROEqTFGiDe4csUaqmsnMWw { color:#0f86a9;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:11.9375rem;left:27.125rem;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; }
#CZWTCT4eWwT47dfuwbbshznHb0LPdEb2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(132deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;position:relative;display:none; }#CZWTCT4eWwT47dfuwbbshznHb0LPdEb2 > .row .container { border-width: 0; border-radius: 0; }#CZWTCT4eWwT47dfuwbbshznHb0LPdEb2 > .row > .video-iframe-container {  }#CZWTCT4eWwT47dfuwbbshznHb0LPdEb2 > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:none; }#BdJTo3vTzA8lKqfVNruAK0M8FX639Zhk { color:#0f86a9;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15073;line-height:1.3;letter-spacing:0;top:11.9375rem;left:47.4375rem;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; }
#EXFJJgvobQTZTdR6oI50Q7olwOtWuHJW { color:#052956;display:block;width:4.25rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15066;line-height:1.6;letter-spacing:0;top:16.3232421875rem;left:54.4375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATn3mmCixLKJv3Knr8tCqsClKg8Ruk2p { color:#383838;display:block;width:7.3125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:16.8154296875rem;left:48.5rem;height:1.54394375rem;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; }
#fuk1XT4C0y3agwgSbT1KLvsTXsbIcsf0 { z-index:15082;top:19.875rem;left:48.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MWst27Ll1V8uEeHHoptFzzAzm048qxBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#glNGTTVDFD7THzOINh9IUBQ7PUTqFofU { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:19.249084472656rem;left:48.4375rem;overflow:hidden;display:block; }
#RzpuG8foUQQsrrEKtvQBKnx3dXrsCowd { color:#1c89a9;display:block;width:46.25rem;position:absolute;font-family:cairo;font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6220703125rem;left:8.1875rem;height:3.2504875rem;text-align:center;text-align-last:center;display:block; }
#lTFpGy7Tm9T4qC2vZIi119BPpQb9WB1V { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:12.375rem;top:9.9375rem;left:47.625rem;overflow:hidden;display:block; }
#KoyNhJTxKMrPHtlJ2QmvvyIx43aU3TxS { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.5rem;width:13.3125rem;top:9.75rem;left:26.75rem;overflow:hidden;display:block; }
#JqiP2sskfv1dPGgX7y68wfyloWGdkrCG { z-index:15088;top:19.875rem;left:27.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EdtAT3aVUpedqRnuaAAbDXrNdHzxtd4P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n7fQNkKZXmx7Exd565CCKMJntKHMWVTg { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:19.25rem;left:28.1875rem;overflow:hidden;display:block; }
#wLZrgPPILIRIrBXS53D5fugTrexOe7GB { color:#052956;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15072;line-height:1.6;letter-spacing:0;top:15.9375rem;left:27.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFzlfLKDpxVVEsovUTwOFKCzrdqc0IH3 { color:#383838;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:16.8125rem;left:24.3125rem;height:1.54394375rem;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; }
#Tnx5lr0PHRy77Q876EQNWv3PqBkclQKJ { color:#0f86a9;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:11.9375rem;left:27.125rem;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; }
#kts2hzTIrOPk7SNwGnSvm7aQHeT6SiWD { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.3125rem;width:12.375rem;top:9.9375rem;left:3.4375rem;overflow:hidden;display:block; }
#BurbMpF7WmdNnPdNJfu0siJ6C3zCdtvU { z-index:15094;top:19.875rem;left:4.125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;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:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3748125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#O6r1PM2mGRCUoE84CggbdzxexH6FUGll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gARdoDpcshiudlZgvAzkBgMWGJNT086l { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:19.25rem;left:4.5rem;overflow:hidden;display:block; }
#QFuRMbAgHiAumZlB7pVBwMWBeBnSv0iZ { color:#052956;display:block;width:15.1855625rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15078;line-height:1.6;letter-spacing:0;top:15.9375rem;left:3.5rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Do7vg0sSi3tuPdOB2LpezwkWAqZuKGZn { color:#383838;display:block;width:12.6248125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:16.8125rem;left:0.625rem;height:1.54394375rem;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; }
#eUegcD2HDb2eyGB5JeIgUdbKqc4Jkxe1 { color:#0f86a9;display:block;width:12.624rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:11.9375rem;left:3.4375rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cauni85eow2TQTubz7dmUlfscTXw7rUl { display:block; }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrT1TCwT9EG6uVGZpOMHf611e4WmmhVz { display:block; }
 }@media only screen and (max-width: 763px) { #H56DhDFqVvwPALw1esUJIySTeNRLNia7 { display:block; }
#H56DhDFqVvwPALw1esUJIySTeNRLNia7 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CpfiMWzMgW3e0ebM9MkuHxbIByNByczM { display:block; }
 }@media only screen and (max-width: 763px) { #mygBr5CZyTKU6xLV0JouKdZxIfJCnarz { display:block; }
 }@media only screen and (max-width: 763px) { #TTUXJcU0rqORuZwTgXdhkxclebcpCJrx { display:block; }
 }@media only screen and (max-width: 763px) { #o0bU9bTRuZu1I2hx2L5OpTzFxx27MNw4 { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-regular-label { display:block; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V  { width:17.0625rem;height:auto; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V {display:block;}#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V { width:17.0625rem;height:auto; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #EVEGl4P5udcZW3I1xAPZfSoOzbGph8i3 {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #cMiOP35wB6agWEk4HfA8eCgGrQte6wMH { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #nBaxdHcTBxdD0sCkLS3Km3EaKOEzwSxi {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #mswFfXFZfKLLrP4gI0oFdkXonPlmhHA1 {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #NKfZiLncs5AbsilttoJiiWs5wMD3TGL8 { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #ZBT3e7l5DKsbtCp1l7mQsO41wV7yBqkT {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #aEIlC0Q0Q8uG5zMtZF28xtOuByoHE7qA {  }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #aEIlC0Q0Q8uG5zMtZF28xtOuByoHE7qA .container-column{width:50%;} }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #wtVFPGcoqdTMTHKPUQhhUMfnVgtcglSN { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #FP2R6iUyAsI7EhEdTd28DvGAaPGVPelq { z-index:2; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #RHkEsOzZq0zS4hE0RiVMrvVrTgdNm6Bq {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #TV5xIoiVwqdqDBhRosImxJV63qTe702D { z-index:2; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #S3q32ZV1Z7tNbm4tqcqPrPfCdN9OWOoV {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #mbGiHBd7LbntwsvJcsB4BuEmUhuRH8ey {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #o95mJQOaH2NunGLDdB31PZr0mgsqcECQ { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #ChBCxflonOm7pFSgLo3i193sdKrI5BJc {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #bZn5c2fs1S5UJg6VToUcKKfcad6kb8sL {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #sTApEHrVJ5A0RWenfI8XBdwR37MUX3GP { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #v3ZTAeiz1upinRGQg8a42R6HTtMF6BDA {  }
 }@media only screen and (max-width: 763px) { #whV80eZDOJk8k4RtCsU3gLS1DmVvcOCP { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #v6dPQRHSRN4IT0ST2BFwy7eTsRqTNxW5 {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #zdVeV4qEClwXX4EB8oViyeWswUWgWL6g {  }
 }@media only screen and (max-width: 763px) { #cqexFbv4llc3q9VVxaIzHAZi4MT3ZwEx { width:15.3125rem;height:1.9375rem;top:15.125rem;left:32rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCZmQUQl4J95fcmJSy23AA1gniL63L3w { top:39.75rem;left:33.373699188233rem;width:12.5625rem;height:4.7885291922653rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6fIBa0TAnRRsz6qhUBWLbgHkO0sMdWX { top:14.1875rem;left:32.75rem;width:14.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cntdzPku1NMcpvL4PkrLXVM6WUG9csJp { top:47rem;left:15.9375rem;width:6.5625rem;height:2.6615367605434rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEVLZI9bu2TLOC1wvmmBXfurHbGUyRxr { top:50.125rem;left:18rem;width:10.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4SR9VdtuS3a0N1CTMpbsV2chidpiMKr { top:46.75rem;left:22.375rem;width:9.375rem;height:3.49935rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul { display:block; }#FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCnMFRbVkXnu43oTJS4Z76ClAM0No0sP { top:0rem;left:5.9375rem;width:37.5rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 { display:block; }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJwyvVhQxndru9bKy7gJuRH2AblTiLpG { top:32.6875rem;left:33.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0EHakEbc7GzZH8WtMP7WywU5Os3Kyr6 { display:block; }
 }@media only screen and (max-width: 763px) { #OTUAWcp88dKE7pFDcS4agsEoTET04wLr { width:12.5625rem;height:1.4375rem;top:6.75rem;left:32.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k97Ctt7i5vC4VeZBBJHSnK5DRgWZ8exw { top:9.3125rem;left:30.0625rem;width:15.6875rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAZn0VqbCf1gLFMrnzCIQVIh7Zd0NH7w { width:5.125rem;height:3.25rem;top:28.75rem;left:37.062142372131rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhWg5OZ243pWgDczLGf6v9iftzDRU9lw { width:12.625rem;height:1.4375rem;top:40.1875rem;left:31.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdwNxWz1q0Vo99s9ZNte1yUuqz06epqn { top:42.875rem;left:30.5625rem;width:15.6875rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCiXZ57zbCTVDo3CJ9cPG3iqCvMArDic { width:15.125rem;height:3.25rem;top:65.0625rem;left:31.875001907349rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wizTKyBiB0wMxy6sVSTyv2byQbsQQCeb { top:32.125rem;left:34.125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tubf8sgtNt5Pr3yd5aKdMVBQXubhhZEe { top:5rem;left:29.9375rem;width:17.8125rem;height:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL2IhXyVWLE4ZUTBt38THLR7nJ3Rl4uP { width:12.625rem;height:1.5rem;top:29.5rem;left:30.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFv4IAPf6mDONmzb6uxm9JDCT05lPdoT { top:38.6875rem;left:28.6875rem;width:19.0625rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2BW0AHTJnsvdIfaV8R6nJHUhBfAeITN { width:12.625rem;height:1.5rem;top:65.9375rem;left:30.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkMhFmIt3m0WakBWTizmxoHTBlpUK2Ko { top:68.9375rem;left:32.625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypE1RNVUMQlMtMtQfbvQKUiIN9mw45Lk { display:block; }
 }@media only screen and (max-width: 763px) { #gXJ2mmELKI3qT0Aq5IvWIKgSiFwvBtK7 { top:68.25rem;left:33.5625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug3tMGLLf7qVwmM33rGioKq7tDZ47Daz { top:5rem;left:5.25rem;width:17.25rem;height:58.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHMdxmcWefNFf3ZcrFeCSlXwzR1vMhIW { width:12.625rem;height:1.4375rem;top:7.5rem;left:7.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTiauuucIJEEL4h4HaB27mebDhZ7ZyI4 { top:10.6875rem;left:9.125rem;width:10.9375rem;height:43.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZG38XzlJZAxgZogJLpbqy2cEctvE45U { width:1.5rem;height:3.25rem;top:54.875rem;left:16.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hacpPJTUFeLGxDuRWwicmE8CMG3DrXpi { width:12.625rem;height:1.5rem;top:55.8125rem;left:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrQFGegwkAnmRAqLkTxNJNrPvh6NIAev { top:57.625rem;left:8.8125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFIArFx6XsxEiwmGFMu7dGohT62057qZ { top:58.1875rem;left:8rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8lacvJPUGVrO8EzLWI5WODaRJrktAZG { display:block; }
 }@media only screen and (max-width: 763px) { #sx55COzGkfbatkVJ56DSU44ViyC6laZT { top:63.1875rem;left:6.5rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEyCQUZIKRN8Qo87pkygtJwA8R0fDuGm { width:12.625rem;height:1.4375rem;top:65.8125rem;left:8.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBNSEs5hcgkT20kDIbdlgU7gDZBwv0h0 { top:67.375rem;left:9rem;width:10.9375rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmM9WhBteg51VKTNR9V5Mfqvx4kXt2qT { width:15.5rem;height:3.25rem;top:74.75rem;left:8.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ynvZTLWmR64cHuF75opag8waoloWxw { width:12.625rem;height:1.5rem;top:75.625rem;left:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc9lCgGbtTET4FGKQnRGBeAtWWT9H23l { top:77.5625rem;left:9.5rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg4CeJ5PJNKPH8sZtVg1qVaUKlNrTRwx { top:78.3125rem;left:9.0625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqMN1JHdha5vd6LKTviSOwVJC7bSy74X { display:block; }
 }@media only screen and (max-width: 763px) { #GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 { display:block; }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuplBAkKRSkPQbO40dXTD8gmklTxHnkU { top:9.8125rem;left:29rem;width:10.9375rem;height:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTtsc0qTCOF2TPJsZRlas1Tv48BGk7Xu { width:12.625rem;height:1.4375rem;top:8.0625rem;left:28.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDfs3feSsN0mcFa6nfQPDK1BtsUXvTtg { width:15.1875rem;height:3.25rem;top:20.6875rem;left:26.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8a9i5WvapaVetmoPrTUHw1PrTIHIBkf { top:15.4375rem;left:0.5rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3CD5207wFtxyuML8TDNefoD0eJ1boyr { width:12.625rem;height:1.4375rem;top:8.0625rem;left:6.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOWGWvC4hfE9FwNT8raoO1ERnKkHJxUG { width:15.5rem;height:3.25rem;top:20.6875rem;left:5.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HemUJxeVKDvybHkJEsNU9cSwXTvuAqT6 { top:9.625rem;left:7.5625rem;width:10.9375rem;height:12.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRprE5IHiQ5TvvihAaffX2N8ut5MFeXK { top:6.8125rem;left:26.375rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfULFVSFBveCVsNxeTKwnsMb7S3wBN2r { top:6.8125rem;left:5.0625rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6KTBGEuS3szEeStNsBasy7kJ4kLBPT3 { width:12.625rem;height:1.5rem;top:21.6875rem;left:25.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFlv7Ps8qbX0HOZekJeuEqlp7dQOlGSy { width:12.625rem;height:1.5rem;top:21.75rem;left:4.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh7fStNcaAZZis1PT9oRrTZnDBDTnX9p { top:23.9375rem;left:8.1875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4cqeumGIXCBNTTQlkfhnx6VQl1QdEET { top:24.5rem;left:7.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #INc7X2kyC6TnMyNR56xSHhKPH03PMK0f { display:block; }
 }@media only screen and (max-width: 763px) { #gnE01mR1PWUHIUXMBcVmwbTMQOQaHSRD { top:24rem;left:30rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS7JwF9eh1rBVNXJy9eS5noBA5SEDkNC { top:24.5625rem;left:29.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5PfV2kc1l53LaXpfSO4eu0ezJZ3P6xL { display:block; }
 }@media only screen and (max-width: 763px) { #t8vWpZEwgzKMySHKxM47dCo7QmutlhbT { width:12.625rem;height:1.4375rem;top:33.1875rem;left:28rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #puVIF8bQTtMQZeakK7CEnQ1KXT5Gfoqc { top:31.4375rem;left:26.6875rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TINMG8BNw19bt9ufOTJ7zMz5SBTJIUHu { width:3.75rem;height:3.25rem;top:42.8125rem;left:34.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7ofZIPVo66F3ZTOOT4TdVFW2g5wJIeJ { top:36.0625rem;left:29.6875rem;width:9.1875rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOLg5CMtWZEBGyNzPZIcv2MRWz99f7nA { width:12.625rem;height:1.5rem;top:43.625rem;left:26.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlhqkqJ2RO5BWC7WqeIX9tO0DKvcC8qX { top:45.9375rem;left:29.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfTZi3ncK54XXUKfP1zhE57gUa9Zumu8 { top:46.5rem;left:28.8125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq0bxEcNz8w85dJ6QkMahstVkLSGLlGg { display:block; }
 }@media only screen and (max-width: 763px) { #RBMlRhsHgPhXCulzEhsbpncUt82JHMUT { top:31.4375rem;left:8.125rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVlk48g8hcRu20X4aDmFTNMT4qdb6Gr4 { width:12.5625rem;height:2.875rem;top:35.625rem;left:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXZrUXHFJ3AQ34mRWcINy4xBt344hhui { width:15.1875rem;height:3.25rem;top:40.625rem;left:9.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu9MIs35QTgaxnIWnhArR5pCwMVmGao5 { width:12.625rem;height:1.5rem;top:41.5rem;left:7.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyE8XkBMn2PCTKPWAzq00S7N7CAsZvgo { top:45.125rem;left:11.125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #caQvNluiks8G3fnzV5qhDUdn9RDh36u7 { top:45.6875rem;left:10.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3PNihPCmahiauzPTXTZvHEGfrJ90qC { display:block; }
 }@media only screen and (max-width: 763px) { #bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 { display:block; }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bg3LQg5h7Mfwphe0UfP3KTKg4RclZvUq { top:8.625rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc8oQk8OyfkPV7XasAWqLNvmoD5wfNQl { top:32.6875rem;left:0rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVHliT4g4D33ZvBhUTCKKEVlQEoOT43c { top:32.4375rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Kdf5Rnu2P8q0CTP445BtyzxernFGKT { width:12.625rem;height:1.4375rem;top:3.75rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgpdmmO7SHSl6IOb4x5x7wS5DPTAc6aR { top:2rem;left:32.125rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgw3y3c2OwZXnBlFmJctfHzbUDaATE1q { top:6.25rem;left:38.5625rem;width:9.1875rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8PgNN3svafPO4tU7qxUsoQc8MGrkkkP { width:3.75rem;height:3.25rem;top:13.375rem;left:42.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnrupDe1BrD2mBNWEb1RRafSNGttM3Dp { width:12.625rem;height:1.5rem;top:14.1875rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOfSZvX24yUtGeu5WPX0Brb3iSPfusDh { top:16.5rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs5o5tGbKmyqik07nuEcmbqkEb8tSZUV { top:17.0625rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGHU7zm6UGiaGJ8CbpwyMoCsrLFTVOCc { display:block; }
 }@media only screen and (max-width: 763px) { #uMZta85mHMWuNGIJ47XlWZyzadnO7Vbr { width:12.625rem;height:2.875rem;top:3.75rem;left:17.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCG7Toz9eDNf2OkC8NeuXWAPm5e68V8O { top:2rem;left:16.1875rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpG1xGBoWRVQOu0EXddrVZuVwus0a7n8 { top:7.75rem;left:20rem;width:9.1875rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiuUCQ5vDtO7qma3uyF3VHu8BwgKyvy1 { width:3.75rem;height:3.25rem;top:13.375rem;left:23.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsXTOLWA6xEwyuwSr10A05nIUhiLFt0d { width:12.625rem;height:1.5rem;top:14.1875rem;left:16.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTeg7SqqxUNkLRLUFGOAtBniV53H0PsT { top:16.5rem;left:19.125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #To8rwE94xtvCt4oAdTSe8hOS65RxPADK { top:17.0625rem;left:18.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRiKD0ZCgTwrzFBrQuGEzikJBTq3amdK { display:block; }
 }@media only screen and (max-width: 763px) { #Vd9ZaLEk15b32E7TiFzEgmqeX533Keam { width:12.625rem;height:2.875rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPoZZqlbawVJZyA5xzLHQAoW7TM6uLfJ { top:2.625rem;left:0rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uumo36Jp8zAmLp56zfxTeG8BaoCqNy4G { top:7.125rem;left:0.1875rem;width:9.1875rem;height:6.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVPgs07cTJrZWPQSAns96bi3pn7l0p7a { width:3.75rem;height:3.25rem;top:14rem;left:4rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIaqO5AHq7s6tqSSZSudJrGq0TTOsgHf { width:12.625rem;height:1.5rem;top:14.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNbALzdDmrAw9qqyH29ZnpnzEBoDPNzC { top:17.125rem;left:0rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVOInNMaAubUcVW880ekNb0LwGH4ISUp { top:17.6875rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p06eVCddnaGz1KyXbUv3Kym7oKy0QWle { display:block; }
 }@media only screen and (max-width: 763px) { #CCnf4me2JcddqfwFq9gLu7t9S25EE85P { top:21.75rem;left:16.25rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC04qNvaTrkyzPQw59N12FteOFANKJSC { width:12.625rem;height:1.4375rem;top:26.5625rem;left:17.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRZqmns86vbUw1Fv2QxA8T1W6yafEKNJ { width:3.75rem;height:3.25rem;top:28.875rem;left:23.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxQ8yEsuEP7gIZwTTTMPTgL76uIAxAkB { width:12.625rem;height:1.5rem;top:29.8125rem;left:16.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZk4Naf80Lv9MtnTc2LZ12IRDPbRTePH { top:35.9375rem;left:19.1875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4IgEybPbrEDvE4EF3TOTeKixaEJGomq { top:36.8125rem;left:18.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9qgdT112yUgAEgHfV8MDiNZO2v0nCsM { display:block; }
 }@media only screen and (max-width: 763px) { #O13R7Bf4T7saAeZmShtGWIleneTBWg9p { width:12.625rem;height:1.4375rem;top:24.75rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIJ2NXS40VQpAFCuArPfSxXCJpdP2zmT { top:22rem;left:32.125rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEqQETmEglp7IPhOwxlJUPFLe61otRLc { top:29.625rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swgngaT3xhroSfGUUce6HwFDGpkEgfEp { top:27.25rem;left:38.5625rem;width:9.1875rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGdn8c5Hmu9pNkUt80cTVy3kcwUzTJWq { width:3.75rem;height:3.25rem;top:32.8125rem;left:42.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee9yLnXGOrrbOpxOMoglqgslX9Se4HNs { width:12.625rem;height:1.5rem;top:33.8125rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r430ApCQ8sdePDQ4VZq0OHPoEC7gZXJQ { top:36.25rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEmxW8fPhll2lZbwJqhGNnOtsuTfMmgg { top:36.8125rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqMF7xiLkPwkLV9TPvTO4kN7GaE4LMAt { display:block; }
 }@media only screen and (max-width: 763px) { #UTo71KLATTSmSKmsVx3y85WdwOP5Sdhx { top:21.875rem;left:0rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9QLgWQ6KmmpcCwza2uXm9ANMCyNEKVF { width:12.625rem;height:;top:26.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #svgdatomB5oTXWb4Ov2rF7dH9nA8V1AQ { width:3.75rem;height:3.25rem;top:29rem;left:4.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFBx0TS9zCSJJ1JWFHGHTDBooyuTIq13 { width:12.625rem;height:1.5rem;top:29.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI81fE1E3Z6p4t9POseBhHqya9uSqCIG { top:36.0625rem;left:0rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqfBnhRqinQL290GcR18LwdyFqhtpZhJ { top:36.9375rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB97tU8EVQuCn03wcQmprHLpbroqkpqM { display:block; }
 }@media only screen and (max-width: 763px) { #TJtktTedA014PRPaEGtWzqlRB9T1g0u9 { display:block; }#TJtktTedA014PRPaEGtWzqlRB9T1g0u9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BulpAywEvONiGpn0bCpCPQB0TSsJp89T { top:0rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN { display:block; }#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idzJzWmao3vaMA7I8CKPI4TrU1uEeEti { top:9.6875rem;left:30.0625rem;width:17.6875rem;height:21.86049037974rem;display:block; }
 }@media only screen and (max-width: 763px) { #pypzgxlUpRLNLBTADTNXtQq6iKpV1SQr { width:12.5625rem;height:2.875rem;top:14.0625rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfbVK5CLPPrA0Wtx9dPTsyoRO2ASsdu2 { width:15.125rem;height:3.25rem;top:19rem;left:32.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRX3ayvzgoKqkEBIG1OZnlMpozs72CCR { width:12.5625rem;height:1.5rem;top:19.875rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p02S4leQT5gre2nkHOa8hKGfTch19yik { top:25.5rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPVheKblqkpynDUl2bbRqAhZ0ikbbiFT { top:22.25rem;left:38.125rem;width:6.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXrGrWP2WJshlCeEvkCxJr5EB7D5L2hc { top:26.125rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SURTNVrmKgeMuMw4bft0L58e6rhMTIW3 { display:block; }
 }@media only screen and (max-width: 763px) { #Z7w711WGpUwCnxANEprEdQuC50wL5iGr { top:9.6875rem;left:16.4375rem;width:17.6875rem;height:21.86049037974rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZJnPVgASAvx63tMeTs7FarB5Ss7y0Mc { width:12.5625rem;height:4.375rem;top:13.3125rem;left:19rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcEtDagsITwbUeIPTrTZAudHy7QBuOf4 { width:15.125rem;height:3.25rem;top:19.875rem;left:19.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNQ3vzgTET3akwEDLZFTKTBoi4JU6rTu { width:12.5625rem;height:1.5rem;top:20.8125rem;left:17.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWGN5VdXn2lMNlhI1Z77NOTPFTstKQIi { top:23.875rem;left:17.25rem;width:6.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqNipTgpENkdd7SLPqKL8TuQNQGQqGhJ { top:25.4375rem;left:20.125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQepl2PxHWiFzLBMyCvQmxJGMuOTWKEW { top:26.0625rem;left:19.625rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHh0zba0OLkBovBMlQaav8xC6TBeTVnG { display:block; }
 }@media only screen and (max-width: 763px) { #rZ2xutgFeL7BPynllOzDJEdAVKH8pDDm { top:1.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI5AJtF9vhRxOlVSQkc07ZsNKAMRLkd2 { top:9.6875rem;left:0rem;width:17.6875rem;height:21.86049037974rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyFBGpeUXZoRtOz2peRD64FEmMbpQgT { width:12.5625rem;height:2.875rem;top:13.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHikP3WfpZd3iu32qJ7AN1lq2JhiSFyU { top:17.0625rem;left:0rem;width:11.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJwVkbJJr8ZsKHGTUWHl2SDiNidMMCcy { width:15.125rem;height:3.25rem;top:22.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enxLbBWtxkgbP2uQUq9XpJvLxEkgn6Lt { width:12.5625rem;height:1.5rem;top:23.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcNbX286emMecLuddekFBT28aqtvsGE6 { top:24.4375rem;left:0rem;width:6.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQdb8WH7HasTUMlACwGNTAWP3ML9llv2 { top:26.1875rem;left:0rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Jds3AUwOnf4oiW2louQbuGgNNLUcgB { top:26.5625rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwk17V8q1GVyqCngnrtnaBaC2XhuJuAk { display:block; }
 }@media only screen and (max-width: 763px) { #DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR { display:block; }#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTvd0OeidsIzIpBUolIvxpSmSb5SHBkl { width:12.5625rem;height:4.375rem;top:8.5rem;left:29.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkd5Spf6Tho5UMBu2Nh7qcRb5U5BTTQO { width:15.125rem;height:3.25rem;top:15.375rem;left:28.250000953674rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUXCalyMt1im8EPSTRSZipdgIG7TX7nt { top:4.5rem;left:26.4375rem;width:17.75rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4dwhBRudEafHNWLBuHsCdVh77G4uXSQ { width:12.5625rem;height:1.5rem;top:16.3125rem;left:26.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTWCVQFSl5qTnMX6Vv4TN3QvCdDsRfuv { top:21.6875rem;left:30.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zua9xNhHvAXIonLOUbn1TimGOSdoVlmF { top:22.25rem;left:29.25rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6aRFRLE3Q6sUQtKONo79G7I2mJIOndp { display:block; }
 }@media only screen and (max-width: 763px) { #qIXCU3SlkwV5B50D4Waz6LM0TIngwb72 { width:12.5625rem;height:4.375rem;top:8.5625rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmHavpR15plLrDGFOTZTxHVmMF0hoqs5 { width:15.125rem;height:3.25rem;top:15.5rem;left:7.4998216629031rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0CQfwUOoddyEucUZDAeOoVVvlWxKG6I { width:12.5625rem;height:1.5rem;top:16.375rem;left:5.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d15R0tZ9SUCnEq0xB70gUiGvVMTAsFq4 { top:21.75rem;left:9.25rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEPJZtp21mMCTCOvPTHkqTunwWvgLbIr { top:22.3125rem;left:8.4375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9muXwMy4iuoLnrWvMmiGrATyXTtcOg4 { display:block; }
 }@media only screen and (max-width: 763px) { #MUUosagUxSldtTUSLMBKcMMZMXMKpM3w { top:4.5625rem;left:5.625rem;width:17.6875rem;height:21.86049037974rem;display:block; }
 }@media only screen and (max-width: 763px) { #beFgy8SPySG0X2aH9ANCyXcsTFc99aK7 { width:12.5625rem;height:;top:31.5625rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUaPnCAreeiTkgoWO0vMNSPSLbvS6GMS { top:27.375rem;left:30.0625rem;width:17.6875rem;height:21.86049037974rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5BZuKWidSyghvuBtiJy68Eh1Co8Rez { width:15.125rem;height:3.25rem;top:38.0625rem;left:32.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3RrQNq7wPvn4H0iWaADk7dp3nAZ1yf8 { width:12.5625rem;height:1.5rem;top:39rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrmnSQFPAA0m5ab1hSQT1fkJD2NrnXiG { top:44.75rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zg1x7lpVdBN9yhrlCLVR42kdTHPRUP { top:45.3125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIyEAGkIqLDMfvLpXmFHvkBqlmo9TpwX { display:block; }
 }@media only screen and (max-width: 763px) { #S1wXVAiA5laUcWB3HpskGfoAk1txFTsO { top:27.375rem;left:19rem;width:17.6875rem;height:21.86049037974rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv8TaEpZq4KJPPOywbwIyZDBOmHo3eJo { width:12.5625rem;height:;top:34.125rem;left:22.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiapWCqNbfQZWOlXDdg1zNKe2QJRsRCB { width:15.125rem;height:3.25rem;top:38.3125rem;left:21.749642372131rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJayrmhxNU9Wfz4Wlhvlo6FfSJ27pllA { width:12.5625rem;height:1.5rem;top:39.3125rem;left:19.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8oMIr1AWBr1MTCK7xqfHLq6yVUBPqpA { top:44.6875rem;left:22.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSrnqInJaVfO7hd9IyqSvuIZtkO35TTG { top:45.5rem;left:21.8125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSgdDRSTSrWGa1dyBxN5AQJeGxRVydyL { display:block; }
 }@media only screen and (max-width: 763px) { #PyvWweCTbS8evOOiR7EGOTKMFravWtkd { top:1.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk6CMmqb99mUwN8u9r9TJIeK8oiyvcpL { top:18.6875rem;left:26.4375rem;width:6.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrLRTkGUQ4HABG7c2JNQf6kJtNJLe8Rw { top:18.6875rem;left:7.0625rem;width:6.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shyo8so9RPCaUQcT2WB85g85vROBIF6t { top:41.8125rem;left:20.375rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnpmvDebVrryZM0PykdOIBEJFirnxE2d { top:41.8125rem;left:40.875rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnfWJmybflcm8tvVdo9ypcSVPT5xM9U { top:27.375rem;left:0rem;width:17.6875rem;height:21.86049037974rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtTCIWwv3dpMLtLkB0iKL7BgrFUWNm0y { width:12.5625rem;height:;top:34rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIVH0vv0zsMDmmuEhzkT9cMw4rWfSHJ1 { width:15.125rem;height:3.25rem;top:38.0625rem;left:1.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQWuL6xoSd5zNQklZWwTJl992nQ1In7A { width:12.5625rem;height:1.5rem;top:39.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRdGvIsGgZyNerUq52nzWHyspNvyTK3h { top:41.75rem;left:0.6875rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2misWhXXbZWxkrT9BT3ZJvLeKmmlKav { top:44.4375rem;left:3.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlN2Mq9CZG7kJUTocyJTngdAiQccrz68 { top:44.9375rem;left:2.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LusoVh9gX5fTIOdKAy6JTZ3lDNVsGF77 { display:block; }
 }@media only screen and (max-width: 763px) { #a4hTXyz9tZU5f9vHhZLSetwucfMKrEMr { top:1.1875rem;left:0rem;width:11.5625rem;height:8.5783723331038rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf { display:block; }#nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWXbWVQcdBDcXqTuqxTVcoZxprqsNrf6 { top:0rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN { display:block; }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5gRRcgzEHzbghChoMfK9Vp37ytO7GdS { top:11.0625rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2BwKp6wZkiVicQI72x8bvf4X2aBA4X2 { top:35.125rem;left:0rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzv5vC3XBSovIl1wxBLSONa7cK4lxudh { top:34.875rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJrgtekCZm8vZykSUEJebrJFf0hsV8s { width:12.5625rem;height:1.4375rem;top:6.1875rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvWiafSgu8yJlvEAeBgT5VHke2U4B8cM { top:9.125rem;left:35.125rem;width:12.625rem;height:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T27B24rByGoOUM30Hu6gq4m6IleKTAtr { width:3.75rem;height:3.25rem;top:15.8125rem;left:44rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT4ULtfCNOCEh0sNKiIR5OZJe5w6L45n { width:12.5625rem;height:1.5rem;top:16.625rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehG0JPTCqRBAVFMtp0TKy1eCbp8db4dS { top:18.9375rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkdxF00wHuoB229q1mGTPigIzAFQ3hSm { top:19.5rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3lMpHPaPwyb5QTQztZL4eyexF4EA0zc { display:block; }
 }@media only screen and (max-width: 763px) { #DX2NPESDPiesbR9WsP6G0vm060sd7yiT { width:12.5625rem;height:2.875rem;top:6.1875rem;left:18.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ta5vaMmRz1OdHhwJDVicqo2pxIMXTQnJ { top:9.875rem;left:20.1875rem;width:9.6875rem;height:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2aFUCz1qy9f3TRCPu0MaQZ63QFsZUMX { width:3.75rem;height:3.25rem;top:15.8125rem;left:24.812501907349rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dONre8mthbD1ISAO2iyrcGDOiNQbQDU1 { width:12.5625rem;height:1.5rem;top:16.625rem;left:17.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROHt6q8K8A63Ci88gXvdEAVAwitXSXT3 { top:18.9375rem;left:20.3125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByI4L2Nss07scit9tRgcDrGiHW0XOZqk { top:19.5rem;left:19.5rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMalowEG3VarMm8vsno9ZPUcx6W25ERc { display:block; }
 }@media only screen and (max-width: 763px) { #ULUbPKZdhLxVBCK3A5rEKU1KxbMi8JnO { width:12.5625rem;height:2.875rem;top:6.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZrChtsnrOztQzP3qgJhtLPWzfiiKl8r { top:11.0625rem;left:1.625rem;width:9.125rem;height:4.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Q6T4K267n1IsLXHRQxT4m2ph8CCKr7 { width:3.75rem;height:3.25rem;top:16.0625rem;left:5.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHok1eLqwR62trEtTcLwBNXyOKnEHvud { width:12.5625rem;height:1.5rem;top:16.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAkOwBKaoQ3pPJcRp1GBKZmdh6RdJFB1 { top:19.5625rem;left:0.6875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imQX3stRpcbwm5u0pr2xrQFA1fxtW1HU { top:20.125rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQJHNZFRaZC9CbwTy2uqurNA0DJpDTws { display:block; }
 }@media only screen and (max-width: 763px) { #FlKHk29KUvXgTck9IsEaotJwmrPJnaEK { top:24.1875rem;left:17.4375rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpXDXAEZXUIoDtPpbZmoTWqdWlfQm8Kz { width:12.5625rem;height:1.4375rem;top:27.1875rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty0HAvTEFh0DwVt4yH0NEybx4TBQRr2J { width:3.75rem;height:3.25rem;top:35.125rem;left:24.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdpAyhq2eO86Ut0DhK8xUgeGg9bVbeaT { width:12.5625rem;height:1.5rem;top:36.125rem;left:17.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0O9HGLritlx9H09oE02Zy6LEEaWgzIP { top:38.375rem;left:20.375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1dC3cRLM6ETJHSDFnJAKmWqx013P0QH { top:39.25rem;left:19.5rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyvKcLQADP0aGGSMNyOBLWLirzvAHeSn { display:block; }
 }@media only screen and (max-width: 763px) { #JlJ1kB5hQsZez8Xhiicofk3Z8G1vg2sR { width:12.5625rem;height:1.4375rem;top:27.1875rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X13Q5lZx9UKAEMexU68pPuCUJeWGN02G { top:24.4375rem;left:32.125rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLsp0q2Fe9wLTEToTKP0zsrxpEhW0NKV { top:32.0625rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTgXOxf1xE06VxPWiGlfsFRev9zuF1l { top:29.6875rem;left:37.125rem;width:10.625rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkZHaUbnxh5N8TTxNGLdIKzuO82I8DeH { width:3.75rem;height:3.25rem;top:35.25rem;left:44rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyFeGrWZp2rCVwOeXXsusnoIt2UVnpAE { width:12.5625rem;height:1.5rem;top:36.25rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL7OuGSZT3d7azg0HuDwxyT4JBR336II { top:38.6875rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y35TitxPQKl4PTpJGipTrakOgybIIFlT { top:39.25rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx4MbKk8l1Iu4Qn91zIzbqpLPX5tadIR { display:block; }
 }@media only screen and (max-width: 763px) { #UfC97NBTmgEnf0uu6ONVBlb4aLv6UmvR { width:11rem;height:0.75rem;top:18.125rem;left:36.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJtiffocLTSDfH25lhluTAH2QwEIZAtf { width:11rem;height:0.75rem;top:18.125rem;left:15.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRSTcnBziVwPhi8kaz3AxqlmN8IP68yb { width:11rem;height:0.75rem;top:18.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcc4FCQ2WVkM6Fc20skuLf8S7AJJLl8D { width:11rem;height:0.75rem;top:37.625rem;left:36.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u81TgGkQkpSU1g4C1H5kvPm4c5sQP9VU { top:30.875rem;left:18.6875rem;width:10.625rem;height:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED7ThSpbcAWrgHx9iofiBnGhdalQMJlA { width:11rem;height:0.75rem;top:37.4375rem;left:17.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #So3FTEVUyqnHPTOp7Owt6zyAV6G60v9J { top:50.25rem;left:17.4375rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV6APwEQ4DsUc5RfTcABcVrX3VNt0lmr { width:12.5625rem;height:2.875rem;top:52.8125rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA1qRXplarMGges9y0e3NvGsd2LTQ4Fy { top:55.75rem;left:18.437500238419rem;width:13.3125rem;height:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elJPTWGvpJKlCXNZCBKvTnom1IlFhtQg { width:12.5625rem;height:1.4375rem;top:52.8125rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkWHq0K4pd6TUDs1riUNW9Z1vngw8F9T { top:50.25rem;left:32.125rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot4DcueC7yfgQaOz1h0VEyB2kB8ZfcDD { top:61.25rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0SVFyEPT77th5dOdtdtISs0FHDCBEDG { top:56.375rem;left:37.125rem;width:10.625rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVZpqpALNOPKkTGAafc8uWHL4yy9creE { top:64.0625rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skTTpsdeDe09BnzDZ8wH2yxJz1tD8gLi { width:3.75rem;height:3.25rem;top:61.25rem;left:24.812501907349rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTgalg5mM58wZmPmD8mORvq1ZKvfEToa { width:3.75rem;height:3.25rem;top:60.6875rem;left:44rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gNQDfK2PQRbn6bDGOJNMhAfSosheiz { width:12.5625rem;height:1.5rem;top:61.5625rem;left:17.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeAT1Uy5VWyfSdQuDvD5xvX5OepHfwZF { width:12.5625rem;height:1.5rem;top:61.625rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhXnLdXKnEikD8KyRll6ZunroGl7xIPX { width:11rem;height:0.75rem;top:63.3125rem;left:18.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwAUglFcBGLoM54uAGey1dDhnDvbTkZ1 { top:64.8125rem;left:20.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq97cMp3ciBMu3iiGyVruUGUNNbDQCCR { top:64.9375rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAIwcRsIzncvfT1932hX1kcfimDUmVnv { width:11rem;height:0.75rem;top:63.5rem;left:36.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wctLe4TJon6rfIvuBeFnT2EMsGTSQrHS { top:65.3125rem;left:20.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fduNq6yEzB3QV4GwFWBArWH1mcS8T2wQ { display:block; }
 }@media only screen and (max-width: 763px) { #cdWt63FZSiyltCuVSLeT3o6oUGIzpzni { top:65.5625rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrnSONA8azFNHvXTBGLC8niDBqg3HUKv { display:block; }
 }@media only screen and (max-width: 763px) { #JOsrXyzr6ESQLFfmHDcG4ciQhw0duO5l { top:5.0625rem;left:0rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuTdlh1rsgLqi77cOlA5GsmFfSSygMcC { top:4.4375rem;left:17.375rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWcZCBq4qpnSKO6DOdu1WMTcUKGUdKXP { top:4.4375rem;left:32.125rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ye306cnpRqTCR38r1K2tmRAcO8PZZD { top:0.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpsWr4qfKyc0msERiuo5IdMr8W1BR1lo { top:47.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK { display:block; }#WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0DT4mFP4MEyV77uHiVDlumKu9CDKBs9 { top:0rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd { display:block; }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BeMD4wUbTDAWh8oHdRM0ZFMDti9gdgfG { top:12.1875rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO0kWDiHKtqVfZIzThWLNGT6C4p2EZA9 { width:14.0625rem;height:1.4375rem;top:7.25rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBq5SWRpziRpI69fZqvuO6heWZAS5EFK { top:5.125rem;left:33.1875rem;width:14.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSxMJ44h0zxg3QPWgDuEwGChILmRlpNT { top:10.75rem;left:34.125rem;width:13.625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtlhIR3pOcNPGXqwHmfBauuKXPyKq6wx { width:3.75rem;height:3.25rem;top:14.25rem;left:42.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAt35QhGx9ltp2skpBiTUT2uJIdmThQ6 { width:12.625rem;height:1.5rem;top:15.0625rem;left:34.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkxKZQixkmq7repQ09hVfZ9lMWJXMWOw { top:17.375rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8hiOJDUX0bGO3KBTsKGCS0SCZBGtIL { top:17.9375rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvgNwP0AwEw8m0XDTAi5JtwgQuq2b2ue { display:block; }
 }@media only screen and (max-width: 763px) { #xizBHn6TZKB2TsKbHnFq12lFgcsg4TDX { top:0.75rem;left:1rem;width:43.375rem;height:3rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6yiAs2D66TXuqAvczfqVHLOmFp2hDtT { top:0.6875rem;left:31.69140625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNiOcpGzgA21LHIMMkwSVVUM8SZZHQtw { top:0.6875rem;left:10.56640625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5l89VLA3JBweRQDV74P6kaRZtHNLgQF { top:25.125rem;left:33.1875rem;width:14.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKUmNRTGRPOxZwLvkqWmbbvz03suvVss { top:37.375rem;left:36.875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNxSEmMFqu2aOGA1T7Zh3SHKvlKTBrnW { top:37.9375rem;left:36.0625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAi8sXBsftLKp5CmOTKCC6eErVFun7J2 { display:block; }
 }@media only screen and (max-width: 763px) { #NKNFksgwh7WEbdwkh3WBHmBicZEpHK8S { top:30.1875rem;left:34.125rem;width:13.625rem;height:4.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypJBd5akthK3n8feeKdOzAP1ucZKCz5U { width:3.75rem;height:3.25rem;top:34.1875rem;left:41.375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSB41uwefQFPhrOkuyOmRZfqGOVazsES { width:12.625rem;height:1.5rem;top:35.0625rem;left:33.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvTNpXKVSaBTKSJakJeoE8snQKl4nmDC { top:32.1875rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCa10XNQZQSgEJ2ILo8t99uIZseHwRGO { width:14.0625rem;height:1.4375rem;top:27.25rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDKwLkoMl6dZF1llvWoSTPrurtC9bnWO { top:25.125rem;left:1.8125rem;width:14.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZM5TrZl9e80XMBvPT54d9QGL9oznwB { top:30.1875rem;left:2rem;width:13.625rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyBhIAfmyhdkiCL7tDBodKyCBM8SvzlX { top:37.375rem;left:3.9375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc9qVMU3bTCXQgUXRPpteCluybDDadmT { top:37.9375rem;left:3.125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glGxMz90OubJy3XsWw1ZW9tSzGiTu4va { display:block; }
 }@media only screen and (max-width: 763px) { #IDxchCXTRA2MUUGqU4FVvuk4AzdIAuTV { top:32.1875rem;left:4.5625rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKoFPfDvmw93esT2qU8ByGlVAebizHTB { width:14.0625rem;height:1.4375rem;top:27.25rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #caWfdzsNacZ9uBCupr7PyIBU1wWK5UeC { width:12.625rem;height:1.5rem;top:35.0625rem;left:1rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZHADkOv8lqV6WafG3caemdXeDKfAZDD { width:3.75rem;height:3.25rem;top:34.25rem;left:8.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdce2xwGBbo1Cr8FfUNxOcSm9S5T1aom { top:5.125rem;left:2.1875rem;width:14.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH4nF7ET3vmkgQvsMn5pquvXPTpLl3Mc { top:8.9375rem;left:2.125rem;width:13.625rem;height:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCfG6yve4QkBEECTb143wdw9HrFbOwFi { width:14.0625rem;height:1.4375rem;top:6.1875rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOAAg25dkI6ztOFcm11yR5IuhtuVmPBa { top:18.625rem;left:4.6875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnDihyLOr2CpTyewUl7J11QkvdlWTuoe { top:19.1875rem;left:3.875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx2fmJsrRJXypGdNkSTMHnuuPpFRctpt { display:block; }
 }@media only screen and (max-width: 763px) { #iA8Htw7UdScLQtbw6oC9GLEwoRl9KUKN { width:12.625rem;height:1.5rem;top:15.6875rem;left:2.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKq6NptKLDJFFi5gTDoatSG4kC9kGinm { width:3.75rem;height:3.25rem;top:14.9375rem;left:10.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkeq6VOKuJ7qtZFXSKcP5L6q2v1eHp4 { top:49.3125rem;left:33.1875rem;width:14.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8TLbmZKJqnlZCTJh1TBpgBCpDRiQqP7 { top:56.375rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJZomgCvqXTGWg9iVCMbscRRrtfJtwVs { width:14.0625rem;height:1.4375rem;top:51.4375rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKdBtrNsk1WHCXLEFwiiseGccGCWTvPG { top:54.3125rem;left:32.0625rem;width:15.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4RxfRViGW0xMA63KTBkIOe3voGVETc { width:5.75rem;height:3.25rem;top:58.4375rem;left:42rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvkdWtxNK3pKugkSvAeMq6tLxO8o6JQK { top:61.5625rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGZATBBmDDiHt2H2KTRZGfJxTiz9WQi2 { top:62.125rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfB7B6FA3NCU4Cxd5OIFWEyylaIuBzrN { display:block; }
 }@media only screen and (max-width: 763px) { #Nfebu7c5VoPR3JH58MrrB0oZEQSSJTOT { width:12.625rem;height:1.5rem;top:59.25rem;left:34.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NANcfnwR6VeMrPanow7Jq7hNogaZisCh { top:44.9375rem;left:2.0625rem;width:43.375rem;height:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPF2rQRRUvgTfvsurlGoOHs9V8Rs02MW { top:44.9375rem;left:40.875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2IlH51B58kKk3ys3LKFIzHOlJxq2zKK { top:56.375rem;left:23.75rem;width:9.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGk3VRZbFEA929r96W8p96Tbv92r8P0E { top:59.75rem;left:19.375rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5QubuQFMxqqSi5rNHNxgFmTNfTiRaVw { top:56.625rem;left:17.3125rem;width:6.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfqboV8Rr3mNlXSLdmdcnZ6HhXdvqWf4 { top:49.6875rem;left:2rem;width:14.5625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfGP6UksmpdUT2A1TskRFkzlc07eSRQi { width:14.0625rem;height:1.4375rem;top:50.375rem;left:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cqx5M7BPlqAVCuT4ccDcWm37rNXwD96d { top:54.5rem;left:0.125rem;width:15.6875rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4rVJqiMRxOOQsRBhlELCq3FpIvdSAeS { top:63.1875rem;left:4.5rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySvWaTs2W5OmBaixL5HS7tr2qgr9gTVP { top:63.75rem;left:3.6875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CerFxbgWz1TBh3JmAgA59aGKanDkTeJA { display:block; }
 }@media only screen and (max-width: 763px) { #GR4uOHNDgSVRfcGThuCkE6q4orUNR34p { width:12.625rem;height:1.5rem;top:60.25rem;left:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt9OMgnTxB3zCqEwM0Z4G8PSkeMk3vqD { width:4.5rem;height:3.25rem;top:59.5rem;left:10.4375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIzAHwx6JWmpJNBfuA3li3Ti0LydQdpk { top:44.875rem;left:3.1875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur { display:block; }#W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf5nXVcE4gTKs3tpcGVfbk5wQy2HS2Ha { top:0rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy { display:block; }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gM87glcxSedrq5JEgkCRG1JAWDmc6flh { width:14.0625rem;height:;top:8.4375rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi8lwWIUz7U2aBBaeTa7TUv8cyLNTkTr { width:6.1875rem;height:3.25rem;top:13.375rem;left:41.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTDOE9PoS7U5rEhFMlDAgHcbIoN21VsG { width:12.625rem;height:1.5rem;top:14.1875rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKPeSgeGMhcU8MbUy55MO1Lnztu0Pd1z { top:16.5rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9MTva6TMnwPex5TDxSEfzWJHX0xG1DS { top:17.0625rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #krLsCJu2lmqJFUThzIhlC8Vcm7u2oxSN { display:block; }
 }@media only screen and (max-width: 763px) { #NN2O2EyO1pAhRxBbtRmG0wQs5tmqS881 { top:1.5625rem;left:39.5rem;width:3.5625rem;height:3.5625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QznGnSGFwZ113SlmkoUZiaAJ3mqVLVMg { top:0.8125rem;left:9.125rem;width:30.3125rem;height:4.25rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO0J3mF3D1FrFoukgUzavilTvvfQW0kV { top:5.9375rem;left:34.6875rem;width:13.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThWaOH5f8uFwZue2FZVuHWDWaw4Xqcoe { top:5.9375rem;left:0rem;width:13.0625rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvvcTa836lOUV0XKFVdmvny3Itqnblox { top:16.5625rem;left:0rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tufS4dPxN2W6UZTuRd91E8bb91LobRIa { top:17.125rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1iwM52OC514kcQMga6i5TGpJXPkCQzw { display:block; }
 }@media only screen and (max-width: 763px) { #s1VaWke4Vlm7HA2vZy01GkGwyvR2aGlP { width:6.1875rem;height:3.25rem;top:13.4375rem;left:3.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJuocZSIL9IRaq6caMJPPv1J8SVhuVNX { width:14.1875rem;height:;top:8.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrAfJVVDcwfxVdmHz8V9OvvDJTPMyTN6 { width:12.625rem;height:1.5rem;top:14.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oE6tpmtSIcFXDvu5oSi8goHhBuzTW2hn { width:14.125rem;height:2.875rem;top:25.25rem;left:17.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od6TW7WOQ16t00mtMT66hbJmoq83dPSb { top:22.6875rem;left:17.75rem;width:13rem;height:16.047513553086rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB9HAmz4iQaiBAATFkrRXgIlqnTnDFz2 { width:6.125rem;height:3.25rem;top:30.1875rem;left:23.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8lldvfgOEyyfWyRG7ADs4i6srSguIBp { top:33.3125rem;left:19.3125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qakmfFhFbu42ID3HMvvRr8ok63pggT0B { top:33.875rem;left:18.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWoqE6GzNSRg6tagqn3Wdvz4HgNT5Tyr { display:block; }
 }@media only screen and (max-width: 763px) { #EbM2FLZ7LSBUKgPTiR8ioda6etLk6ekO { width:12.5625rem;height:1.5rem;top:31rem;left:16.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 { display:block; }#sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lrt3ALlTmSbThWo38TPpG46XzqwVQbPO { top:0rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI { display:block; }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9M4pnI3GvBpXl6ESX6FbOAAkwqXbgCm { top:10.75rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPDPLvLqXfC76c83q5ctGwMRQ040pTwO { width:14.0625rem;height:;top:5.8125rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKrdaJT49NWbq98CkszBE6UM2Jsxe7fM { top:4.125rem;left:32.125rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW765VefTAtOgdeDtJNS8MRBKD7J8qz7 { top:9.5625rem;left:33.75rem;width:14rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGxau3EVMDwCtHwnR8Tc1a5xHym4sTEu { width:3.75rem;height:3.25rem;top:15.5rem;left:44rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL1kKtVw4Z6PUQTVIrDimAtK6KUU7we8 { width:12.625rem;height:1.5rem;top:16.3125rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qK8w42zIy4ykFO05S8xKDghUTuCTTkhO { top:18.625rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFTTJfzbnESq6P0Swrq4QcxNEUZcUOU { top:19.1875rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iahTLBUpVmTyEGhgDWcJ1TAkt1ggJ6Lv { display:block; }
 }@media only screen and (max-width: 763px) { #TeGfKvUozfzrhifefoXKQFCADm6JvlHD { top:10.75rem;left:0rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh19OimqS2i3iMP0VBXttGT16FstrQmQ { width:14.0625rem;height:;top:5.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeL6fVTAFGoKubvZeMhCZnpce9cMu321 { top:4.125rem;left:0rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLh5PNszpT0N7MEz8TyJTP7Ue6iuxTQ8 { top:10.3125rem;left:0rem;width:13.6875rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTboh18SLEoxWBkTzqw7UpG0dPb7SlxG { width:3.75rem;height:3.25rem;top:15.5rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCuVfCZXMmKd3FhQmSVTIIinP70baNQe { top:18.625rem;left:0rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJgpql2pU35xn9r2LgeNbJElQITfFVa3 { top:19.1875rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QghoQlFVm3Nb66AaaSgBHA5Tt6lilAqE { display:block; }
 }@media only screen and (max-width: 763px) { #KTaw2fxJmET2wgyUSZ1qhXxiBbXGVxLS { width:8.125rem;height:1.5625rem;top:16.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN0pLU6V5OTVLK1kCnxpWNGvtc5VNafb { width:14.0625rem;height:;top:28.75rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2m5nn65TF01g93ATde4qrlKXnOc64yQ { top:25.625rem;left:32.125rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0bqbZkGw68f38CZRu39bdNXHuBWF37K { top:40.125rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPxe6UTscmw7SBt4xiBF6bHsozoAJKD3 { top:40.6875rem;left:36.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8GNqGJCrku3J7WV0OFT7SZ9PyAMtMi8 { display:block; }
 }@media only screen and (max-width: 763px) { #P3reMgOwMTanC3gDtJT5cRzZxD81T8bl { width:3.75rem;height:3.25rem;top:37rem;left:44rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXgP2KbgWnKOsTR16qXnZ6VeqJORpf1V { width:12.625rem;height:1.5rem;top:37.875rem;left:35.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAs4LdZHctUVnpDN6FqoEKB7DSLEpm4M { top:25.625rem;left:0rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1uLtEMbbusST0UG3axxFACXQrKF14q4 { width:14.0625rem;height:;top:27.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADOyTtSt8yJQ4KWorQmmTCEbdO3T4Jat { width:8.25rem;height:1.5625rem;top:37.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATsRZbUiqTpbwbc4GRHZKNtspOAei01i { top:31.6875rem;left:0rem;width:13.1875rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1BTXPTM5QfmeQz7mFKFKTb34GocPHQH { top:40.125rem;left:0rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlMXXFFyVRxFipPiF3FVSzIyQwL3ZULw { top:40.6875rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJJJxPC75bureM6bGbMwFlf6nvv23vCB { display:block; }
 }@media only screen and (max-width: 763px) { #JltswRzOgFk9PDXZaClDTW4yHcBThTqx { width:5.3125rem;height:3.25rem;top:37rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggwXZGUo9a9vWGqiJTCL9qTgomeJvlMm { top:4.4375rem;left:13.5rem;width:18.625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uofVBdAzeP3QDcoOQp2lifrp43oqq3pT { top:32rem;left:33.8125rem;width:13.9375rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKbE6DfxKPwUo98JvOuqx2yOpIT9RLgn { top:0.1875rem;left:1.6875rem;width:42.1875rem;height:3.3125rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXbnN8gmSLTDfJNeUGMQeDfxOMd0bVLC { top:17.25rem;left:15.6875rem;width:14.5625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmyS9mNmkcTlPEE5TRr8KVZVpV8cLgJd { top:30.4375rem;left:18rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKCEoOo0FUxMeZTbmAqr6dxgN1ItTDUv { top:31rem;left:17.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma568tJOquEJpw1RKQPhm4u6DwmmTHJM { display:block; }
 }@media only screen and (max-width: 763px) { #VBtHB5qc0LVlvkbGAPEg20UMX9eMtJEo { width:3.75rem;height:3.25rem;top:27.3125rem;left:22.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJhgKyKSBDW4Mz2hWHVDZX5kr1SlwIpS { width:12.625rem;height:1.5rem;top:28.1875rem;left:14.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSL2kNhMGa7vJvTD8syfhEHA5Fu83swT { top:23.1875rem;left:13.9375rem;width:16.0625rem;height:4.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz3gP3gL6sb3AzMS07XlaAk4D2sPdsWm { top:22.5625rem;left:19.6875rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrDw2TuSXOPFrbBmsSl2UPF2AORKru2N { width:14.0625rem;height:;top:20.1875rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxbMLNNkDHAfxspnMi41mBVdPedNT2fU { display:block; }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwCKiSczKKNexFXoR1vCAA6T73XNTfTs { top:7.875rem;left:35.3125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8RIABTT6pTL0RH9aGIybvIGtRrUMxG8 { width:14.0625rem;height:1.4375rem;top:7.125rem;left:31.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIIpCDvIZGiecTU8NLJ48vpeCvGSFxpT { top:1.25rem;left:30.625rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsefGOZ25iKpoOuMVttiUMWX7Tl4HxVa { width:3.75rem;height:3.25rem;top:12.625rem;left:39.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJt6TWuAxTEiDEeNwXOW42FkLhgWCPtT { width:12.625rem;height:1.5rem;top:13.4375rem;left:31.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebRSW3TSniHf0toeqx2sJIFt4VLT0z9i { top:15.75rem;left:34.8125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qShtZTAi8JrRkcR6oTpRLCb1R4vfvoHq { top:16.3125rem;left:34rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnrHWG5JJrK8L7RaziRBu92SfAfukN6S { display:block; }
 }@media only screen and (max-width: 763px) { #Jtzv8Xf6s10lcXvq1XdoJTaaPvNah3ee { top:1.25rem;left:0rem;width:15.625rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsfLSBoTtqUJWJWm1TpvD3Po6gxG9UvN { width:12.625rem;height:1.5rem;top:14rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHe6B5FZWduLc0z2GhCreeeg7ix0KnIM { top:5.1875rem;left:0rem;width:13.6875rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv9GdL9WDt7gyXVaTV9BJvg3pEJauvq2 { top:15.75rem;left:0rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDb1poSUAm949tbCpJTd7ug2AAxXJtre { top:16.3125rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTXEXiSd3hsM0a7xo7TiH50oVoUd9u1N { display:block; }
 }@media only screen and (max-width: 763px) { #Klzt6LVDOhzbCcbcqEQAT7iAfIQhKeHH { width:3.75rem;height:3.25rem;top:12.875rem;left:4.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVczhrc9eEn86MJkp7oA1K3kqz54nFxq { width:14.0625rem;height:1.4375rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x83fklRaATa35XKLF6TxDNZJneW3lhPu { display:block; }#x83fklRaATa35XKLF6TxDNZJneW3lhPu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsW6iafvH4yOyRaFv1h82dPaX1RGXWZp { top:0rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp { display:block; }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfKAynmQad45XOi7vz4IDhTWPcpyM4QW { top:0.5625rem;left:1.5rem;width:46.25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxS698gBknvwMUkMzT7MSd51wUEA1VAD { top:8.75rem;left:8.6875rem;width:14.1875rem;height:11.20144396098rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzb9bHNpUDaNFRMAqAlgxzXihB4IhSNb { top:8.75rem;left:29.9375rem;width:12.1875rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMm6ua3DViBRiURTeCJJmsPbvmeXsZVP { width:12.5625rem;height:1.4375rem;top:6.5rem;left:29.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsf2lm3SsoohqoSbBMeyHpcHKiGDf0cD { width:12.5625rem;height:1.4375rem;top:6.5rem;left:9.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwTADoWRH8NAXQ8KEU3asvUFon7CWZCo { top:21.375rem;left:30.875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaeR2vMlblo7mn9msgoltOz1LrsmWr1w { top:22rem;left:30.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3LBBAQ3PPHFDzidRNi0eSNSQgr2KEIo { display:block; }
 }@media only screen and (max-width: 763px) { #qVH0w23B9IiCw9J0saqT3bkmfTBIps3q { top:21.375rem;left:11.375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tva4QpKLzRZIZrJ5NHgWobgNgML2bLDk { top:22rem;left:10.8125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDceZoPWtaToUQVVFsuS2yIQqgWEvmTa { display:block; }
 }@media only screen and (max-width: 763px) { #HelSEearTsvUGbm8ITC3rleicoCWTg67 { display:block; }#HelSEearTsvUGbm8ITC3rleicoCWTg67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbp6vXX1LQNplKA1T9yFlAeS7nTTkwDV { width:12.5625rem;height:4.375rem;top:11.9375rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUDVkX85OunIDMLqlkLV09gs5EN1wf7H { width:9.9375rem;height:3.25rem;top:16.3125rem;left:37.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPAWuhUETGVsEEsoCNXsDUrgcgpqQmTp { width:12.5625rem;height:1.5rem;top:17.1875rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU8DhFR90twnffL7xHifJtTQmgVWoWCV { top:19.875rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM96TN450PSAG6D2fDZ9FQCodX6hHmTH { display:block; }
 }@media only screen and (max-width: 763px) { #Z0p24xFsIWN8qTAI4Qrh3esfwCaXSAUL { top:19.5625rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1BVmCRmo9dL1ae3Q3uGQZWtEV4BHvIz { top:0.5625rem;left:1.5rem;width:46.25rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzLrbhCSiK8md2i3IEuHy7Rn2PmCPaZm { top:9.9375rem;left:35.375rem;width:12.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyXPZtoBgzIVFK4ogEG3F2KoBvItnO83 { width:17.8125rem;height:1.4375rem;top:5.25rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbUdbihKCwz2oU2mlFzHaMR8dxE7W3ac { width:36.9375rem;height:1.625rem;top:7.25rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOINX4pQZRMRTISWVrk7dSAl2QPr2f6q { top:9.9375rem;left:21rem;width:12.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpBgraTr7zJia5Dds9knmny8PwmdclWc { top:19.875rem;left:21.6875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV0BzwHJtQ1qTiHmDTqRNsQffWCevZSB { display:block; }
 }@media only screen and (max-width: 763px) { #M7MvBAEOZyN6cKyLlgIWlVpF6W8O8y7y { top:19.25rem;left:22.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCFGszx4oJnlZeTzJUPcK6CmRsvTmXRS { width:15.125rem;height:3.25rem;top:15.9375rem;left:21.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmyVlH4AUJZ2qEsyEDJua0XBirfTb39E { width:12.5625rem;height:1.5rem;top:16.8125rem;left:18.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFA23bRkxyJVgJXRVl4zpd4KJoAnw1XL { width:12.5625rem;height:2.875rem;top:11.9375rem;left:21rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6Atvp2Wkl9Fz2UEEBryiU9CniOaDaML { top:9.9375rem;left:0rem;width:12.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWcDDO4XLUiIBEQ64cS1l20XGLpZUHq7 { top:19.875rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRhhiiBswmVe0dk6Xv3VeFKWrUyqrekG { display:block; }
 }@media only screen and (max-width: 763px) { #CD4vc5dNLBdKMpdaZO5IMuHaSwrwBKH4 { top:19.25rem;left:0rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC2XaXLUcFfJkg3L8Iwk9QxOuFZSqtEz { width:15.125rem;height:3.25rem;top:15.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIskJvh5VTfvx4ZDW6BFHTLSWi4f8xF9 { width:12.5625rem;height:1.5rem;top:16.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1lGmdJsI0dT7tuze4pxUrgUxbLhJJuL { width:12.5625rem;height:;top:11.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2iKq1z0TJ2dn3IePO14WLTbLuPSgOxS { display:block; }#M2iKq1z0TJ2dn3IePO14WLTbLuPSgOxS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3ZAsAKIbZoWzggPpzZyQm5GLcQqpNCn { width:12.5625rem;height:;top:11.9375rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSEyUeKSvdB9SSTf9a1Gg9vylyTp0MO3 { width:9.8125rem;height:3.25rem;top:15.875rem;left:37.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khokvTFMvaLXEb8tZhcXTdM0gxzD28zW { width:12.5625rem;height:1.5rem;top:16.8125rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyBkobXBJPBusbXDUmipcmQe7wv7Xkbv { top:19.875rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU4kqNC6CuZUaB3SZRr0nuifyWIXzKM1 { display:block; }
 }@media only screen and (max-width: 763px) { #TgRQvo9E0wZIZdGLTOHZaKB2l4nTLI5x { top:19.1875rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6gCJFoQRlnVwdnxG38f6JkEIbbt7TKd { top:0.5625rem;left:1.5rem;width:46.25rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4B7IcHKJ8pSyGzJL19sbw38xQTTs5Um { top:9.9375rem;left:35.375rem;width:12.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s23BLCUmTx6dbsOPRPHwNA8m8CvPEbDk { width:17.8125rem;height:;top:5.25rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzkmfRfEOelwu2hD9E61wO36doCyEUFq { width:36.9375rem;height:1.625rem;top:7.25rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTlMi7wlP8GwbG3q8q8VBNFMpBFX3DWg { top:9.6875rem;left:20.5625rem;width:13.5rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1x2fKAx4NOEGspGT7bPF0EhcIU6cS9C { top:21.125rem;left:21.6875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJl3R7aDyA5w1W7T5cJ1RTP6bi16TPMF { display:block; }
 }@media only screen and (max-width: 763px) { #wqo9Ev340Gd5qE9m3WJSR1eP3nIgQqfo { top:20.6875rem;left:22.125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbVmQT03dm0C7AhbbLQoXickDKeONrGe { width:15.125rem;height:3.25rem;top:17.25rem;left:21.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eksHovehdHrVLGtdMpMaFar8hdZiOJK5 { width:12.5625rem;height:1.5rem;top:18.0625rem;left:18.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMucSHdWpdROEqTFGiDe4csUaqmsnMWw { width:12.5625rem;height:;top:11.9375rem;left:21rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZWTCT4eWwT47dfuwbbshznHb0LPdEb2 { display:block; }#CZWTCT4eWwT47dfuwbbshznHb0LPdEb2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BdJTo3vTzA8lKqfVNruAK0M8FX639Zhk { width:12.5625rem;height:;top:11.9375rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXFJJgvobQTZTdR6oI50Q7olwOtWuHJW { width:4.25rem;height:3.25rem;top:16.3125rem;left:43.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATn3mmCixLKJv3Knr8tCqsClKg8Ruk2p { width:7.3125rem;height:1.5rem;top:16.8125rem;left:40.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuk1XT4C0y3agwgSbT1KLvsTXsbIcsf0 { top:19.875rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWst27Ll1V8uEeHHoptFzzAzm048qxBg { display:block; }
 }@media only screen and (max-width: 763px) { #glNGTTVDFD7THzOINh9IUBQ7PUTqFofU { top:19.1875rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzpuG8foUQQsrrEKtvQBKnx3dXrsCowd { top:0.5625rem;left:1.5rem;width:46.25rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTFpGy7Tm9T4qC2vZIi119BPpQb9WB1V { top:9.9375rem;left:35.375rem;width:12.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoyNhJTxKMrPHtlJ2QmvvyIx43aU3TxS { top:9.75rem;left:20.625rem;width:13.3125rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqiP2sskfv1dPGgX7y68wfyloWGdkrCG { top:19.875rem;left:21.6875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdtAT3aVUpedqRnuaAAbDXrNdHzxtd4P { display:block; }
 }@media only screen and (max-width: 763px) { #n7fQNkKZXmx7Exd565CCKMJntKHMWVTg { top:19.25rem;left:22.0625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLZrgPPILIRIrBXS53D5fugTrexOe7GB { width:15.125rem;height:3.25rem;top:15.9375rem;left:21.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFzlfLKDpxVVEsovUTwOFKCzrdqc0IH3 { width:12.5625rem;height:1.5rem;top:16.8125rem;left:18.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnx5lr0PHRy77Q876EQNWv3PqBkclQKJ { width:12.5625rem;height:;top:11.9375rem;left:21rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kts2hzTIrOPk7SNwGnSvm7aQHeT6SiWD { top:9.9375rem;left:0rem;width:12.375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BurbMpF7WmdNnPdNJfu0siJ6C3zCdtvU { top:19.875rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6r1PM2mGRCUoE84CggbdzxexH6FUGll { display:block; }
 }@media only screen and (max-width: 763px) { #gARdoDpcshiudlZgvAzkBgMWGJNT086l { top:19.25rem;left:0rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFuRMbAgHiAumZlB7pVBwMWBeBnSv0iZ { width:15.125rem;height:3.25rem;top:15.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do7vg0sSi3tuPdOB2LpezwkWAqZuKGZn { width:12.5625rem;height:1.5rem;top:16.8125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUegcD2HDb2eyGB5JeIgUdbKqc4Jkxe1 { width:12.5625rem;height:;top:11.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cauni85eow2TQTubz7dmUlfscTXw7rUl { display:block; }#cauni85eow2TQTubz7dmUlfscTXw7rUl { background-color: transparent; background-image: none; }#cauni85eow2TQTubz7dmUlfscTXw7rUl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container > .video-iframe-container { display: none; }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row > .video-iframe-container { display: none; }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .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); }#cauni85eow2TQTubz7dmUlfscTXw7rUl { border-width: 0; border-radius: 0; }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container > .video-iframe-container {  }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container { width:20rem;height:65.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gr7v4Q6g/landing_page_mobil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container.adaptive-delivery-prevent-bg, #cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container.lazyload, #cauni85eow2TQTubz7dmUlfscTXw7rUl > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #yrT1TCwT9EG6uVGZpOMHf611e4WmmhVz { display:block; }
 }@media only screen and (max-width: 763px) { #H56DhDFqVvwPALw1esUJIySTeNRLNia7 { display:block; }
#H56DhDFqVvwPALw1esUJIySTeNRLNia7 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #CpfiMWzMgW3e0ebM9MkuHxbIByNByczM { display:block; }
 }@media only screen and (max-width: 763px) { #mygBr5CZyTKU6xLV0JouKdZxIfJCnarz { display:block; }
 }@media only screen and (max-width: 763px) { #TTUXJcU0rqORuZwTgXdhkxclebcpCJrx { display:block; }
 }@media only screen and (max-width: 763px) { #o0bU9bTRuZu1I2hx2L5OpTzFxx27MNw4 { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-regular-label { width:17rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-input-text { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-input-text {padding-top: 0; padding-bottom: 0;}#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-textarea { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-input-select { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-input-select {padding-top: 0; padding-bottom: 0;}#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-input-button { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .widget-checkbox-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V  { width:17rem;height:24.6875rem;top:28.51497539093rem;left:0.25rem;z-index:15035; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V .radio-container { width:17rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V {display:block;}#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V { width:17rem;height:24.6875rem;top:28.51497539093rem;left:0.25rem;z-index:15035; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #EVEGl4P5udcZW3I1xAPZfSoOzbGph8i3 {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #cMiOP35wB6agWEk4HfA8eCgGrQte6wMH { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #nBaxdHcTBxdD0sCkLS3Km3EaKOEzwSxi {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #mswFfXFZfKLLrP4gI0oFdkXonPlmhHA1 {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #NKfZiLncs5AbsilttoJiiWs5wMD3TGL8 { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #ZBT3e7l5DKsbtCp1l7mQsO41wV7yBqkT {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #aEIlC0Q0Q8uG5zMtZF28xtOuByoHE7qA {  }
#w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #aEIlC0Q0Q8uG5zMtZF28xtOuByoHE7qA .container-column{width:50%;} }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #wtVFPGcoqdTMTHKPUQhhUMfnVgtcglSN { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #FP2R6iUyAsI7EhEdTd28DvGAaPGVPelq { z-index:2; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #RHkEsOzZq0zS4hE0RiVMrvVrTgdNm6Bq {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #TV5xIoiVwqdqDBhRosImxJV63qTe702D { z-index:2; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #S3q32ZV1Z7tNbm4tqcqPrPfCdN9OWOoV {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #mbGiHBd7LbntwsvJcsB4BuEmUhuRH8ey {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #o95mJQOaH2NunGLDdB31PZr0mgsqcECQ { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #ChBCxflonOm7pFSgLo3i193sdKrI5BJc {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #bZn5c2fs1S5UJg6VToUcKKfcad6kb8sL {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #sTApEHrVJ5A0RWenfI8XBdwR37MUX3GP { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #v3ZTAeiz1upinRGQg8a42R6HTtMF6BDA {  }
 }@media only screen and (max-width: 763px) { #whV80eZDOJk8k4RtCsU3gLS1DmVvcOCP { display:block; }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #v6dPQRHSRN4IT0ST2BFwy7eTsRqTNxW5 {  }
 }@media only screen and (max-width: 763px) { #w4eOi5k8fDdkL0ta0Pm5ygxZgEv19s3V #zdVeV4qEClwXX4EB8oViyeWswUWgWL6g {  }
 }@media only screen and (max-width: 763px) { #cqexFbv4llc3q9VVxaIzHAZi4MT3ZwEx { width:15.3125rem;height:1.8056625rem;top:13.39843664093rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JCZmQUQl4J95fcmJSy23AA1gniL63L3w { width:12.5625rem;height:4.7885291922653rem;top:49.82747539093rem;left:3.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T6fIBa0TAnRRsz6qhUBWLbgHkO0sMdWX { width:14.125rem;height:3.1875rem;top:12.147353172303rem;left:2.6866319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #cntdzPku1NMcpvL4PkrLXVM6WUG9csJp { width:6.5625rem;height:2.6615367605434rem;top:55.86588789093rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEVLZI9bu2TLOC1wvmmBXfurHbGUyRxr { width:10.499125rem;height:0.9746125rem;top:59.77647539093rem;left:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4SR9VdtuS3a0N1CTMpbsV2chidpiMKr { width:9.375rem;height:3.49935rem;top:62.00086914093rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul { display:block; }#FyZoMA2ceUB5q7ckETZdFLXvaz4KdLul > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yCnMFRbVkXnu43oTJS4Z76ClAM0No0sP { width:20rem;height:2.03125rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -moz-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -ms-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -o-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );";background-image: linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-size:auto !important;display:block; }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .row .container { background-color: transparent; background-image: none; }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .row .container > .video-iframe-container { display: none; }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .row > .video-iframe-container { display: none; }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .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); }#RF24wSI3LKN9F3oUSkPpiQOaK8NNedS7 > .row .container { width:20rem;height:155.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJwyvVhQxndru9bKy7gJuRH2AblTiLpG { top:60.5625rem;left:4.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0EHakEbc7GzZH8WtMP7WywU5Os3Kyr6 { display:block; }
 }@media only screen and (max-width: 763px) { #OTUAWcp88dKE7pFDcS4agsEoTET04wLr { width:12.5611875rem;height:1.625rem;top:69.5rem;left:3.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #k97Ctt7i5vC4VeZBBJHSnK5DRgWZ8exw { width:15.6861875rem;height:19.33206875rem;top:72rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAZn0VqbCf1gLFMrnzCIQVIh7Zd0NH7w { width:15.1236875rem;height:1.80013125rem;top:91.3125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhWg5OZ243pWgDczLGf6v9iftzDRU9lw { width:15.1875rem;height:1.625rem;top:101.5625rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #AdwNxWz1q0Vo99s9ZNte1yUuqz06epqn { width:15.6861875rem;height:22.09379375rem;top:103.875rem;left:2.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCiXZ57zbCTVDo3CJ9cPG3iqCvMArDic { width:15.1236875rem;height:1.80013125rem;top:125.9375rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wizTKyBiB0wMxy6sVSTyv2byQbsQQCeb { width:10.3125rem;height:3.75rem;top:59.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tubf8sgtNt5Pr3yd5aKdMVBQXubhhZEe { width:17.8125rem;height:32.5rem;top:67.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL2IhXyVWLE4ZUTBt38THLR7nJ3Rl4uP { width:12.625rem;height:1.54375rem;top:91.3125rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #WFv4IAPf6mDONmzb6uxm9JDCT05lPdoT { width:17.875rem;height:32.8125rem;top:99.9375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2BW0AHTJnsvdIfaV8R6nJHUhBfAeITN { width:12.625rem;height:1.54375rem;top:126.0625rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #pkMhFmIt3m0WakBWTizmxoHTBlpUK2Ko { top:94.875rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypE1RNVUMQlMtMtQfbvQKUiIN9mw45Lk { display:block; }
 }@media only screen and (max-width: 763px) { #gXJ2mmELKI3qT0Aq5IvWIKgSiFwvBtK7 { width:10.3125rem;height:3.75rem;top:94.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ug3tMGLLf7qVwmM33rGioKq7tDZ47Daz { width:18.0625rem;height:61.3125rem;top:4.125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHMdxmcWefNFf3ZcrFeCSlXwzR1vMhIW { width:12.625rem;height:1.625rem;top:5.9375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #yTiauuucIJEEL4h4HaB27mebDhZ7ZyI4 { width:10.9375rem;height:48.09283125rem;top:8.8125rem;left:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZG38XzlJZAxgZogJLpbqy2cEctvE45U { width:15.5rem;height:1.80013125rem;top:57.5625rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hacpPJTUFeLGxDuRWwicmE8CMG3DrXpi { width:12.625rem;height:1.54375rem;top:57.5625rem;left:2.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #nrQFGegwkAnmRAqLkTxNJNrPvh6NIAev { width:10.3125rem;height:3.75rem;top:127.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFIArFx6XsxEiwmGFMu7dGohT62057qZ { top:128.5rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8lacvJPUGVrO8EzLWI5WODaRJrktAZG { display:block; }
 }@media only screen and (max-width: 763px) { #sx55COzGkfbatkVJ56DSU44ViyC6laZT { width:15.625rem;height:19.25rem;top:134rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEyCQUZIKRN8Qo87pkygtJwA8R0fDuGm { width:12.625rem;height:1.625rem;top:135.625rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #MBNSEs5hcgkT20kDIbdlgU7gDZBwv0h0 { width:10.9375rem;height:5.84765625rem;top:138.5rem;left:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmM9WhBteg51VKTNR9V5Mfqvx4kXt2qT { width:15.5rem;height:1.80013125rem;top:145.5rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2ynvZTLWmR64cHuF75opag8waoloWxw { width:12.625rem;height:1.54296875rem;top:145.5rem;left:1.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #kc9lCgGbtTET4FGKQnRGBeAtWWT9H23l { width:10.3125rem;height:3.75rem;top:147.9375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg4CeJ5PJNKPH8sZtVg1qVaUKlNrTRwx { top:148.5625rem;left:3.9375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqMN1JHdha5vd6LKTviSOwVJC7bSy74X { display:block; }
 }@media only screen and (max-width: 763px) { #GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));background-image: -o-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2818b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#2818b7eb' );";background-image: linear-gradient(180deg, #ffffff, rgba(24,183,235,0.16));background-size:auto !important;display:block; }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .row .container { background-color: transparent; background-image: none; }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .row .container > .video-iframe-container { display: none; }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .row > .video-iframe-container { display: none; }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .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); }#GzR03NH8Z1Ekzb9G8u0O2eCQ3o19yHF7 > .row .container { width:20rem;height:87.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nuplBAkKRSkPQbO40dXTD8gmklTxHnkU { width:10.9375rem;height:11.3671875rem;top:29.25rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTtsc0qTCOF2TPJsZRlas1Tv48BGk7Xu { width:12.625rem;height:1.625rem;top:26.75rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #fDfs3feSsN0mcFa6nfQPDK1BtsUXvTtg { width:7.375rem;height:1.80013125rem;top:40.625rem;left:7.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8a9i5WvapaVetmoPrTUHw1PrTIHIBkf { width:10.9375rem;height:0;top:139.625rem;left:5.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z3CD5207wFtxyuML8TDNefoD0eJ1boyr { width:12.625rem;height:3.25rem;top:2.6874904632568rem;left:3.6875002980233rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #TOWGWvC4hfE9FwNT8raoO1ERnKkHJxUG { width:15.5rem;height:1.80013125rem;top:17.6875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HemUJxeVKDvybHkJEsNU9cSwXTvuAqT6 { width:10.9375rem;height:12.1875rem;top:6.2812502384187rem;left:3.6875002980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRprE5IHiQ5TvvihAaffX2N8ut5MFeXK { width:17.75rem;height:21.9375rem;top:25.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfULFVSFBveCVsNxeTKwnsMb7S3wBN2r { width:18.5rem;height:22.875rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6KTBGEuS3szEeStNsBasy7kJ4kLBPT3 { width:12.625rem;height:1.54385625rem;top:17.8125rem;left:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #hFlv7Ps8qbX0HOZekJeuEqlp7dQOlGSy { width:12.625rem;height:1.54385625rem;top:40.625rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Kh7fStNcaAZZis1PT9oRrTZnDBDTnX9p { width:10.3125rem;height:3.75rem;top:19.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4cqeumGIXCBNTTQlkfhnx6VQl1QdEET { top:43.0625rem;left:4.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #INc7X2kyC6TnMyNR56xSHhKPH03PMK0f { display:block; }
 }@media only screen and (max-width: 763px) { #gnE01mR1PWUHIUXMBcVmwbTMQOQaHSRD { width:10.3125rem;height:3.75rem;top:42.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS7JwF9eh1rBVNXJy9eS5noBA5SEDkNC { top:20.125rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5PfV2kc1l53LaXpfSO4eu0ezJZ3P6xL { display:block; }
 }@media only screen and (max-width: 763px) { #t8vWpZEwgzKMySHKxM47dCo7QmutlhbT { width:12.625rem;height:1.625rem;top:50.6875rem;left:3.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #puVIF8bQTtMQZeakK7CEnQ1KXT5Gfoqc { width:15.625rem;height:19.25rem;top:68.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TINMG8BNw19bt9ufOTJ7zMz5SBTJIUHu { width:15.184875rem;height:1.80013125rem;top:58.8125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7ofZIPVo66F3ZTOOT4TdVFW2g5wJIeJ { width:13.809875rem;height:6.796875rem;top:53.5625rem;left:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOLg5CMtWZEBGyNzPZIcv2MRWz99f7nA { width:12.625rem;height:1.54385625rem;top:79.8125rem;left:2.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #DlhqkqJ2RO5BWC7WqeIX9tO0DKvcC8qX { width:10.3125rem;height:3.75rem;top:61.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfTZi3ncK54XXUKfP1zhE57gUa9Zumu8 { top:62.4375rem;left:3.4375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq0bxEcNz8w85dJ6QkMahstVkLSGLlGg { display:block; }
 }@media only screen and (max-width: 763px) { #RBMlRhsHgPhXCulzEhsbpncUt82JHMUT { width:15.625rem;height:19.25rem;top:48rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVlk48g8hcRu20X4aDmFTNMT4qdb6Gr4 { width:12.5625rem;height:5.361325rem;top:71.9375rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #aXZrUXHFJ3AQ34mRWcINy4xBt344hhui { width:15.125rem;height:1.80013125rem;top:79.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nu9MIs35QTgaxnIWnhArR5pCwMVmGao5 { width:12.625rem;height:1.54385625rem;top:58.8125rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #yyE8XkBMn2PCTKPWAzq00S7N7CAsZvgo { width:10.3125rem;height:3.75rem;top:82.8125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caQvNluiks8G3fnzV5qhDUdn9RDh36u7 { top:83.4375rem;left:4.0625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts3PNihPCmahiauzPTXTZvHEGfrJ90qC { display:block; }
 }@media only screen and (max-width: 763px) { #bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .row .container { background-color: transparent; background-image: none; }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .row .container > .video-iframe-container { display: none; }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .row > .video-iframe-container { display: none; }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .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); }#bilgaBiIsO4kKQTBxy29idVqAhJCbZp4 > .row .container { width:20rem;height:123.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bg3LQg5h7Mfwphe0UfP3KTKg4RclZvUq { width:10.9375rem;height:0;top:36.757821752929rem;left:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc8oQk8OyfkPV7XasAWqLNvmoD5wfNQl { width:10.9375rem;height:0;top:61.0586rem;left:4.2526035308838rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVHliT4g4D33ZvBhUTCKKEVlQEoOT43c { width:10.9375rem;height:0;top:99.9375rem;left:4.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4Kdf5Rnu2P8q0CTP445BtyzxernFGKT { width:12.625rem;height:1.625rem;top:23rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #tgpdmmO7SHSl6IOb4x5x7wS5DPTAc6aR { width:15.625rem;height:19.25rem;top:21.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgw3y3c2OwZXnBlFmJctfHzbUDaATE1q { width:9.1875rem;height:6rem;top:26.5rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8PgNN3svafPO4tU7qxUsoQc8MGrkkkP { width:3.75rem;height:1.80013125rem;top:33.25rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnrupDe1BrD2mBNWEb1RRafSNGttM3Dp { width:12.625rem;height:1.54385625rem;top:33.1875rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #nOfSZvX24yUtGeu5WPX0Brb3iSPfusDh { width:10.3125rem;height:3.75rem;top:35.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs5o5tGbKmyqik07nuEcmbqkEb8tSZUV { top:36.0625rem;left:4.25rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGHU7zm6UGiaGJ8CbpwyMoCsrLFTVOCc { display:block; }
 }@media only screen and (max-width: 763px) { #uMZta85mHMWuNGIJ47XlWZyzadnO7Vbr { width:12.625rem;height:3.25rem;top:2.4375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #SCG7Toz9eDNf2OkC8NeuXWAPm5e68V8O { width:15.625rem;height:19.25rem;top:0.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpG1xGBoWRVQOu0EXddrVZuVwus0a7n8 { width:9.1875rem;height:4.5rem;top:7.25rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiuUCQ5vDtO7qma3uyF3VHu8BwgKyvy1 { width:3.75rem;height:1.80013125rem;top:12.875rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsXTOLWA6xEwyuwSr10A05nIUhiLFt0d { width:12.625rem;height:1.54385625rem;top:12.875rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #oTeg7SqqxUNkLRLUFGOAtBniV53H0PsT { width:10.3125rem;height:3.75rem;top:15.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #To8rwE94xtvCt4oAdTSe8hOS65RxPADK { top:16.0625rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRiKD0ZCgTwrzFBrQuGEzikJBTq3amdK { display:block; }
 }@media only screen and (max-width: 763px) { #Vd9ZaLEk15b32E7TiFzEgmqeX533Keam { width:12.625rem;height:3.25rem;top:43.4375rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #KPoZZqlbawVJZyA5xzLHQAoW7TM6uLfJ { width:15.625rem;height:19.25rem;top:41.875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uumo36Jp8zAmLp56zfxTeG8BaoCqNy4G { width:9.1875rem;height:6.9970625rem;top:47.0625rem;left:5.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVPgs07cTJrZWPQSAns96bi3pn7l0p7a { width:3.75rem;height:1.80013125rem;top:54.4375rem;left:9.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIaqO5AHq7s6tqSSZSudJrGq0TTOsgHf { width:12.625rem;height:1.54385625rem;top:54.5rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #GNbALzdDmrAw9qqyH29ZnpnzEBoDPNzC { width:10.3125rem;height:3.75rem;top:56.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVOInNMaAubUcVW880ekNb0LwGH4ISUp { top:57.1875rem;left:4.5625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p06eVCddnaGz1KyXbUv3Kym7oKy0QWle { display:block; }
 }@media only screen and (max-width: 763px) { #CCnf4me2JcddqfwFq9gLu7t9S25EE85P { width:15.625rem;height:19.25rem;top:62.125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC04qNvaTrkyzPQw59N12FteOFANKJSC { width:12.625rem;height:1.625rem;top:87.125rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #bRZqmns86vbUw1Fv2QxA8T1W6yafEKNJ { width:3.75rem;height:1.80013125rem;top:91.875rem;left:9.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxQ8yEsuEP7gIZwTTTMPTgL76uIAxAkB { width:12.625rem;height:1.54385625rem;top:73.375rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #vZk4Naf80Lv9MtnTc2LZ12IRDPbRTePH { width:10.3125rem;height:3.75rem;top:76rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4IgEybPbrEDvE4EF3TOTeKixaEJGomq { top:76.625rem;left:4.5rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9qgdT112yUgAEgHfV8MDiNZO2v0nCsM { display:block; }
 }@media only screen and (max-width: 763px) { #O13R7Bf4T7saAeZmShtGWIleneTBWg9p { width:12.625rem;height:3.25rem;top:64.125rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #SIJ2NXS40VQpAFCuArPfSxXCJpdP2zmT { width:15.625rem;height:19.25rem;top:82.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEqQETmEglp7IPhOwxlJUPFLe61otRLc { width:10.9375rem;height:0;top:95.875rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swgngaT3xhroSfGUUce6HwFDGpkEgfEp { width:9.1875rem;height:3rem;top:68.75rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGdn8c5Hmu9pNkUt80cTVy3kcwUzTJWq { width:3.75rem;height:1.80013125rem;top:73.5625rem;left:9.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ee9yLnXGOrrbOpxOMoglqgslX9Se4HNs { width:12.625rem;height:1.54385625rem;top:91.875rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #r430ApCQ8sdePDQ4VZq0OHPoEC7gZXJQ { width:10.3125rem;height:3.75rem;top:95.3125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEmxW8fPhll2lZbwJqhGNnOtsuTfMmgg { top:95.9375rem;left:4.6875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqMF7xiLkPwkLV9TPvTO4kN7GaE4LMAt { display:block; }
 }@media only screen and (max-width: 763px) { #UTo71KLATTSmSKmsVx3y85WdwOP5Sdhx { width:15.625rem;height:19.25rem;top:103.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9QLgWQ6KmmpcCwza2uXm9ANMCyNEKVF { width:12.625rem;height:1.625rem;top:107.375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #svgdatomB5oTXWb4Ov2rF7dH9nA8V1AQ { width:3.75rem;height:1.80013125rem;top:110.25rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFBx0TS9zCSJJ1JWFHGHTDBooyuTIq13 { width:12.625rem;height:1.54296875rem;top:110.25rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #eI81fE1E3Z6p4t9POseBhHqya9uSqCIG { width:10.3125rem;height:3.75rem;top:114.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqfBnhRqinQL290GcR18LwdyFqhtpZhJ { top:115.5625rem;left:4.8125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sB97tU8EVQuCn03wcQmprHLpbroqkpqM { display:block; }
 }@media only screen and (max-width: 763px) { #TJtktTedA014PRPaEGtWzqlRB9T1g0u9 { display:block; }#TJtktTedA014PRPaEGtWzqlRB9T1g0u9 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BulpAywEvONiGpn0bCpCPQB0TSsJp89T { width:20rem;height:2.03125rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN { display:block; }#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN { border-width: 0; border-radius: 0; }#pOqD6gxMZyUQaqVDeFrfaMbKc6cMt2CN > .row .container { width:20rem;height:77rem;border-top:0.625rem solid #00daff;border-left:0;border-right:0;border-bottom:0.625rem solid #00daff;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idzJzWmao3vaMA7I8CKPI4TrU1uEeEti { width:15.375rem;height:19rem;top:34.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pypzgxlUpRLNLBTADTNXtQq6iKpV1SQr { width:12.56125rem;height:3.25rem;top:36.25rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #EfbVK5CLPPrA0Wtx9dPTsyoRO2ASsdu2 { width:15.1243125rem;height:3rem;top:42.6875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRX3ayvzgoKqkEBIG1OZnlMpozs72CCR { width:12.56125rem;height:1.54296875rem;top:43.375rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #p02S4leQT5gre2nkHOa8hKGfTch19yik { width:10.3125rem;height:3.75rem;top:28.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPVheKblqkpynDUl2bbRqAhZ0ikbbiFT { width:6.875rem;height:1.0559875rem;top:45.6875rem;left:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXrGrWP2WJshlCeEvkCxJr5EB7D5L2hc { top:29.25rem;left:4rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SURTNVrmKgeMuMw4bft0L58e6rhMTIW3 { display:block; }
 }@media only screen and (max-width: 763px) { #Z7w711WGpUwCnxANEprEdQuC50wL5iGr { width:15.375rem;height:19rem;top:14.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZJnPVgASAvx63tMeTs7FarB5Ss7y0Mc { width:12.56125rem;height:4.875rem;top:16.125rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #BcEtDagsITwbUeIPTrTZAudHy7QBuOf4 { width:15.1243125rem;height:3rem;top:23.25rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNQ3vzgTET3akwEDLZFTKTBoi4JU6rTu { width:12.56125rem;height:1.54296875rem;top:24.0625rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #PWGN5VdXn2lMNlhI1Z77NOTPFTstKQIi { width:6.875rem;height:1.0559875rem;top:26.125rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqNipTgpENkdd7SLPqKL8TuQNQGQqGhJ { width:10.3125rem;height:3.75rem;top:48.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQepl2PxHWiFzLBMyCvQmxJGMuOTWKEW { top:48.9375rem;left:4.1875rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHh0zba0OLkBovBMlQaav8xC6TBeTVnG { display:block; }
 }@media only screen and (max-width: 763px) { #rZ2xutgFeL7BPynllOzDJEdAVKH8pDDm { width:20rem;height:1.462675rem;top:3.4999837875366rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BI5AJtF9vhRxOlVSQkc07ZsNKAMRLkd2 { width:15.375rem;height:19rem;top:56.8125rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyFBGpeUXZoRtOz2peRD64FEmMbpQgT { width:12.5625rem;height:3.25rem;top:58.812496185302rem;left:3.7187502980233rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #dHikP3WfpZd3iu32qJ7AN1lq2JhiSFyU { width:11.75rem;height:5.68359375rem;top:62.87499809265rem;left:4.1250002980232rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJwVkbJJr8ZsKHGTUWHl2SDiNidMMCcy { width:15.125rem;height:3rem;top:68.187521934506rem;left:4.3736980557442rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #enxLbBWtxkgbP2uQUq9XpJvLxEkgn6Lt { width:12.5625rem;height:1.54296875rem;top:68.915367126462rem;left:2.9687502980233rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #WcNbX286emMecLuddekFBT28aqtvsGE6 { width:6.875rem;height:1.0559875rem;top:70.528648376462rem;left:2.1875000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQdb8WH7HasTUMlACwGNTAWP3ML9llv2 { width:10.3125rem;height:3.75rem;top:71.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Jds3AUwOnf4oiW2louQbuGgNNLUcgB { top:72.125rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kwk17V8q1GVyqCngnrtnaBaC2XhuJuAk { display:block; }
 }@media only screen and (max-width: 763px) { #DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR { display:block; }#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR { border-width: 0; border-radius: 0; }#DtWD3DKi9MEcH9U3C1G7NszOOqqqhxuR > .row .container { width:20rem;height:115.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTvd0OeidsIzIpBUolIvxpSmSb5SHBkl { width:12.562125rem;height:4.875rem;top:38.0625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #rkd5Spf6Tho5UMBu2Nh7qcRb5U5BTTQO { width:15.1243125rem;height:3rem;top:45.125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUXCalyMt1im8EPSTRSZipdgIG7TX7nt { width:14.75rem;height:18.25rem;top:56.125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4dwhBRudEafHNWLBuHsCdVh77G4uXSQ { width:12.562125rem;height:1.54296875rem;top:66.5625rem;left:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #TTWCVQFSl5qTnMX6Vv4TN3QvCdDsRfuv { width:10.3125rem;height:3.75rem;top:30.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zua9xNhHvAXIonLOUbn1TimGOSdoVlmF { top:31.125rem;left:4.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6aRFRLE3Q6sUQtKONo79G7I2mJIOndp { display:block; }
 }@media only screen and (max-width: 763px) { #qIXCU3SlkwV5B50D4Waz6LM0TIngwb72 { width:12.562125rem;height:4.875rem;top:57.8125rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #GmHavpR15plLrDGFOTZTxHVmMF0hoqs5 { width:15.1243125rem;height:3rem;top:65.8125rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0CQfwUOoddyEucUZDAeOoVVvlWxKG6I { width:12.562125rem;height:1.54296875rem;top:45.875rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #d15R0tZ9SUCnEq0xB70gUiGvVMTAsFq4 { width:10.3125rem;height:3.75rem;top:69.9375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEPJZtp21mMCTCOvPTHkqTunwWvgLbIr { top:70.5625rem;left:4.625rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9muXwMy4iuoLnrWvMmiGrATyXTtcOg4 { display:block; }
 }@media only screen and (max-width: 763px) { #MUUosagUxSldtTUSLMBKcMMZMXMKpM3w { width:15.375rem;height:19rem;top:36.125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beFgy8SPySG0X2aH9ANCyXcsTFc99aK7 { width:12.562125rem;height:1.625rem;top:76.875rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #sUaPnCAreeiTkgoWO0vMNSPSLbvS6GMS { width:15.375rem;height:19rem;top:75.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ5BZuKWidSyghvuBtiJy68Eh1Co8Rez { width:15.1243125rem;height:3rem;top:82.625rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3RrQNq7wPvn4H0iWaADk7dp3nAZ1yf8 { width:12.562125rem;height:1.54296875rem;top:83.1875rem;left:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #UrmnSQFPAA0m5ab1hSQT1fkJD2NrnXiG { width:10.3125rem;height:3.75rem;top:49.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5zg1x7lpVdBN9yhrlCLVR42kdTHPRUP { top:50.5625rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIyEAGkIqLDMfvLpXmFHvkBqlmo9TpwX { display:block; }
 }@media only screen and (max-width: 763px) { #S1wXVAiA5laUcWB3HpskGfoAk1txFTsO { width:15.374625rem;height:18.9994375rem;top:16.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv8TaEpZq4KJPPOywbwIyZDBOmHo3eJo { width:12.562125rem;height:1.625rem;top:19.625rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #LiapWCqNbfQZWOlXDdg1zNKe2QJRsRCB { width:15.1243125rem;height:3rem;top:24.43733215332rem;left:3.8746448159218rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJayrmhxNU9Wfz4Wlhvlo6FfSJ27pllA { width:12.562125rem;height:1.54385625rem;top:25.125rem;left:2.2496448159218rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #E8oMIr1AWBr1MTCK7xqfHLq6yVUBPqpA { width:10.3125rem;height:3.75rem;top:88.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSrnqInJaVfO7hd9IyqSvuIZtkO35TTG { top:89.25rem;left:4rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSgdDRSTSrWGa1dyBxN5AQJeGxRVydyL { display:block; }
 }@media only screen and (max-width: 763px) { #PyvWweCTbS8evOOiR7EGOTKMFravWtkd { width:20rem;height:1.462675rem;top:1.7489347457886rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rk6CMmqb99mUwN8u9r9TJIeK8oiyvcpL { width:6.937125rem;height:1.0559875rem;top:47.4375rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrLRTkGUQ4HABG7c2JNQf6kJtNJLe8Rw { width:6.937125rem;height:1.0559875rem;top:68.125rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shyo8so9RPCaUQcT2WB85g85vROBIF6t { width:6.937125rem;height:1.05625rem;top:28.4375rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnpmvDebVrryZM0PykdOIBEJFirnxE2d { width:6.937125rem;height:1.0559875rem;top:85.6875rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnfWJmybflcm8tvVdo9ypcSVPT5xM9U { width:15.375rem;height:19rem;top:95.75rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtTCIWwv3dpMLtLkB0iKL7BgrFUWNm0y { width:12.562125rem;height:1.625rem;top:97.9375rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #VIVH0vv0zsMDmmuEhzkT9cMw4rWfSHJ1 { width:15.1243125rem;height:3rem;top:103.875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQWuL6xoSd5zNQklZWwTJl992nQ1In7A { width:12.562125rem;height:1.54296875rem;top:104.75rem;left:0.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #WRdGvIsGgZyNerUq52nzWHyspNvyTK3h { width:6.875rem;height:1.0559875rem;top:107.5625rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2misWhXXbZWxkrT9BT3ZJvLeKmmlKav { width:10.3125rem;height:3.75rem;top:108.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlN2Mq9CZG7kJUTocyJTngdAiQccrz68 { top:109.25rem;left:4.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LusoVh9gX5fTIOdKAy6JTZ3lDNVsGF77 { display:block; }
 }@media only screen and (max-width: 763px) { #a4hTXyz9tZU5f9vHhZLSetwucfMKrEMr { width:11.624625rem;height:8.6248125rem;top:5.4367809295654rem;left:4.1867895722389rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf { display:block; }#nc8fsUdlpTqvdeBFiO5eqdTNKC69kTLf > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWXbWVQcdBDcXqTuqxTVcoZxprqsNrf6 { width:20rem;height:4.0625rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row .container { background-color: transparent; background-image: none; }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row .container > .video-iframe-container { display: none; }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row > .video-iframe-container { display: none; }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .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); }#GtpKhlIID0QEvUm0HCv4lFZXTNhxd1kN > .row .container { width:20rem;height:147.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5gRRcgzEHzbghChoMfK9Vp37ytO7GdS { width:10.9375rem;height:0;top:39.625rem;left:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2BwKp6wZkiVicQI72x8bvf4X2aBA4X2 { width:10.9375rem;height:0;top:63.9375rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzv5vC3XBSovIl1wxBLSONa7cK4lxudh { width:10.9375rem;height:0;top:102.8125rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTJrgtekCZm8vZykSUEJebrJFf0hsV8s { width:12.625rem;height:1.625rem;top:25.875rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #dvWiafSgu8yJlvEAeBgT5VHke2U4B8cM { width:11.8119375rem;height:5.4980625rem;top:29.3125rem;left:4.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T27B24rByGoOUM30Hu6gq4m6IleKTAtr { width:3.75rem;height:1.80013125rem;top:35.25rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT4ULtfCNOCEh0sNKiIR5OZJe5w6L45n { width:12.6243125rem;height:1.54375rem;top:35.375rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ehG0JPTCqRBAVFMtp0TKy1eCbp8db4dS { width:10.3125rem;height:3.75rem;top:38.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkdxF00wHuoB229q1mGTPigIzAFQ3hSm { top:38.9375rem;left:3.9375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3lMpHPaPwyb5QTQztZL4eyexF4EA0zc { display:block; }
 }@media only screen and (max-width: 763px) { #DX2NPESDPiesbR9WsP6G0vm060sd7yiT { width:12.625rem;height:3.25rem;top:5.3125rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ta5vaMmRz1OdHhwJDVicqo2pxIMXTQnJ { width:9.1875rem;height:5.4980625rem;top:10.125rem;left:5.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2aFUCz1qy9f3TRCPu0MaQZ63QFsZUMX { width:3.75rem;height:1.80013125rem;top:15.75rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dONre8mthbD1ISAO2iyrcGDOiNQbQDU1 { width:12.625rem;height:1.54375rem;top:15.75rem;left:2.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ROHt6q8K8A63Ci88gXvdEAVAwitXSXT3 { width:10.3125rem;height:3.75rem;top:18.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByI4L2Nss07scit9tRgcDrGiHW0XOZqk { top:18.9375rem;left:4rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMalowEG3VarMm8vsno9ZPUcx6W25ERc { display:block; }
 }@media only screen and (max-width: 763px) { #ULUbPKZdhLxVBCK3A5rEKU1KxbMi8JnO { width:12.625rem;height:3.25rem;top:46.3125rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #AZrChtsnrOztQzP3qgJhtLPWzfiiKl8r { width:9.1875rem;height:4.39845rem;top:49.9375rem;left:5.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Q6T4K267n1IsLXHRQxT4m2ph8CCKr7 { width:3.75rem;height:1.80013125rem;top:55.9375rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHok1eLqwR62trEtTcLwBNXyOKnEHvud { width:12.625rem;height:1.54375rem;top:55.9375rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #DAkOwBKaoQ3pPJcRp1GBKZmdh6RdJFB1 { width:10.3125rem;height:3.75rem;top:59.4375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #imQX3stRpcbwm5u0pr2xrQFA1fxtW1HU { top:60.0625rem;left:4.25rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQJHNZFRaZC9CbwTy2uqurNA0DJpDTws { display:block; }
 }@media only screen and (max-width: 763px) { #FlKHk29KUvXgTck9IsEaotJwmrPJnaEK { width:15.625rem;height:19.25rem;top:65rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpXDXAEZXUIoDtPpbZmoTWqdWlfQm8Kz { width:12.625rem;height:1.625rem;top:88.5625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Ty0HAvTEFh0DwVt4yH0NEybx4TBQRr2J { width:3.75rem;height:1.80013125rem;top:94.75rem;left:9rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdpAyhq2eO86Ut0DhK8xUgeGg9bVbeaT { width:12.625rem;height:1.54375rem;top:76.25rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #o0O9HGLritlx9H09oE02Zy6LEEaWgzIP { width:10.3125rem;height:3.75rem;top:78.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1dC3cRLM6ETJHSDFnJAKmWqx013P0QH { top:79.5rem;left:4.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyvKcLQADP0aGGSMNyOBLWLirzvAHeSn { display:block; }
 }@media only screen and (max-width: 763px) { #JlJ1kB5hQsZez8Xhiicofk3Z8G1vg2sR { width:12.625rem;height:1.625rem;top:67rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #X13Q5lZx9UKAEMexU68pPuCUJeWGN02G { width:15.625rem;height:19.25rem;top:85.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLsp0q2Fe9wLTEToTKP0zsrxpEhW0NKV { width:10.9375rem;height:0;top:98.75rem;left:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTgXOxf1xE06VxPWiGlfsFRev9zuF1l { width:11.0618125rem;height:3.2988375rem;top:70.625rem;left:4.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkZHaUbnxh5N8TTxNGLdIKzuO82I8DeH { width:3.75rem;height:1.80013125rem;top:76.125rem;left:9.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyFeGrWZp2rCVwOeXXsusnoIt2UVnpAE { width:12.625rem;height:1.54375rem;top:94.75rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #eL7OuGSZT3d7azg0HuDwxyT4JBR336II { width:10.3125rem;height:3.75rem;top:98.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y35TitxPQKl4PTpJGipTrakOgybIIFlT { top:98.8125rem;left:4.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fx4MbKk8l1Iu4Qn91zIzbqpLPX5tadIR { display:block; }
 }@media only screen and (max-width: 763px) { #UfC97NBTmgEnf0uu6ONVBlb4aLv6UmvR { width:10.997875rem;height:1.05625rem;top:17.1875rem;left:1.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #JJtiffocLTSDfH25lhluTAH2QwEIZAtf { width:10.997875rem;height:1.05625rem;top:37.0625rem;left:1.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #KRSTcnBziVwPhi8kaz3AxqlmN8IP68yb { width:10.99875rem;height:1.05625rem;top:57.5625rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Vcc4FCQ2WVkM6Fc20skuLf8S7AJJLl8D { width:10.99875rem;height:1.05625rem;top:77.5625rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #u81TgGkQkpSU1g4C1H5kvPm4c5sQP9VU { width:10.625rem;height:2.199225rem;top:91.1875rem;left:4.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED7ThSpbcAWrgHx9iofiBnGhdalQMJlA { width:10.99875rem;height:1.05625rem;top:96.375rem;left:1.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #So3FTEVUyqnHPTOp7Owt6zyAV6G60v9J { width:15.625rem;height:19.2498125rem;top:107.9875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV6APwEQ4DsUc5RfTcABcVrX3VNt0lmr { width:12.5625rem;height:3.25rem;top:110.4234418869rem;left:3.7187502980233rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #pA1qRXplarMGges9y0e3NvGsd2LTQ4Fy { width:12.5rem;height:5.49805625rem;top:133.9375rem;left:3.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #elJPTWGvpJKlCXNZCBKvTnom1IlFhtQg { width:12.5625rem;height:1.625rem;top:130.4375rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #mkWHq0K4pd6TUDs1riUNW9Z1vngw8F9T { width:15.625rem;height:19.2498125rem;top:128.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ot4DcueC7yfgQaOz1h0VEyB2kB8ZfcDD { width:10.9375rem;height:0;top:173.017125rem;left:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #O0SVFyEPT77th5dOdtdtISs0FHDCBEDG { width:10.625rem;height:3.2988375rem;top:114.61015605926rem;left:4.6875002980232rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVZpqpALNOPKkTGAafc8uWHL4yy9creE { width:10.9375rem;height:0;top:185.210875rem;left:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #skTTpsdeDe09BnzDZ8wH2yxJz1tD8gLi { width:3.75rem;height:1.80013125rem;top:140rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTgalg5mM58wZmPmD8mORvq1ZKvfEToa { width:3.75rem;height:1.80013125rem;top:119.4375rem;left:8.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6gNQDfK2PQRbn6bDGOJNMhAfSosheiz { width:12.5625rem;height:1.54375rem;top:119.5625rem;left:2.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #EeAT1Uy5VWyfSdQuDvD5xvX5OepHfwZF { width:12.5625rem;height:1.54296875rem;top:140.125rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #nhXnLdXKnEikD8KyRll6ZunroGl7xIPX { width:11rem;height:1.05625rem;top:121.23672008514rem;left:2.3742187619209rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #mwAUglFcBGLoM54uAGey1dDhnDvbTkZ1 { width:10.3125rem;height:3.75rem;top:122.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq97cMp3ciBMu3iiGyVruUGUNNbDQCCR { width:10.3125rem;height:3.75rem;top:142.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAIwcRsIzncvfT1932hX1kcfimDUmVnv { width:11rem;height:1.0559875rem;top:141.8125rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #wctLe4TJon6rfIvuBeFnT2EMsGTSQrHS { top:122.9375rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fduNq6yEzB3QV4GwFWBArWH1mcS8T2wQ { display:block; }
 }@media only screen and (max-width: 763px) { #cdWt63FZSiyltCuVSLeT3o6oUGIzpzni { top:143.5rem;left:4.5rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrnSONA8azFNHvXTBGLC8niDBqg3HUKv { display:block; }
 }@media only screen and (max-width: 763px) { #JOsrXyzr6ESQLFfmHDcG4ciQhw0duO5l { width:15.625rem;height:19.25rem;top:44.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuTdlh1rsgLqi77cOlA5GsmFfSSygMcC { width:15.625rem;height:19.25rem;top:3.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWcZCBq4qpnSKO6DOdu1WMTcUKGUdKXP { width:15.625rem;height:19.25rem;top:24.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3ye306cnpRqTCR38r1K2tmRAcO8PZZD { width:20rem;height:1.13671875rem;top:1.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpsWr4qfKyc0msERiuo5IdMr8W1BR1lo { width:20rem;height:2.4375rem;top:105.68125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK { display:block; }#WhkieqwsfOm6vggLCBVbQIbaVlVJJ1XK > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0DT4mFP4MEyV77uHiVDlumKu9CDKBs9 { width:20rem;height:2.03125rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row .container { background-color: transparent; background-image: none; }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row .container > .video-iframe-container { display: none; }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row > .video-iframe-container { display: none; }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .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); }#stlWzNWJXJBJ5bVBDTIXZCC6DTmJO1Cd > .row .container { width:20rem;height:131.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BeMD4wUbTDAWh8oHdRM0ZFMDti9gdgfG { width:10.9375rem;height:0;top:18rem;left:4.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QO0kWDiHKtqVfZIzThWLNGT6C4p2EZA9 { width:14.6875rem;height:1.625rem;top:6rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #vBq5SWRpziRpI69fZqvuO6heWZAS5EFK { width:15.625rem;height:19.25rem;top:3.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSxMJ44h0zxg3QPWgDuEwGChILmRlpNT { width:12.5625rem;height:4.5rem;top:9.9375rem;left:4.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtlhIR3pOcNPGXqwHmfBauuKXPyKq6wx { width:3.75rem;height:1.80013125rem;top:14.5rem;left:9.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAt35QhGx9ltp2skpBiTUT2uJIdmThQ6 { width:12.625rem;height:1.54296875rem;top:14.4375rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #JkxKZQixkmq7repQ09hVfZ9lMWJXMWOw { width:10.3125rem;height:3.75rem;top:16.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iw8hiOJDUX0bGO3KBTsKGCS0SCZBGtIL { top:17.3125rem;left:3.8125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvgNwP0AwEw8m0XDTAi5JtwgQuq2b2ue { display:block; }
 }@media only screen and (max-width: 763px) { #xizBHn6TZKB2TsKbHnFq12lFgcsg4TDX { width:13.875rem;height:1.54296875rem;top:0.572265625rem;left:6.125rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M6yiAs2D66TXuqAvczfqVHLOmFp2hDtT { width:3.0625rem;height:3rem;top:0rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNiOcpGzgA21LHIMMkwSVVUM8SZZHQtw { width:3.0625rem;height:3.0625rem;top:87.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5l89VLA3JBweRQDV74P6kaRZtHNLgQF { width:14.5625rem;height:18rem;top:44.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKUmNRTGRPOxZwLvkqWmbbvz03suvVss { width:10.3125rem;height:3.75rem;top:57.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNxSEmMFqu2aOGA1T7Zh3SHKvlKTBrnW { top:58.125rem;left:3.625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAi8sXBsftLKp5CmOTKCC6eErVFun7J2 { display:block; }
 }@media only screen and (max-width: 763px) { #NKNFksgwh7WEbdwkh3WBHmBicZEpHK8S { width:13.625rem;height:4.5rem;top:49rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypJBd5akthK3n8feeKdOzAP1ucZKCz5U { width:3.75rem;height:1.80013125rem;top:55rem;left:9.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSB41uwefQFPhrOkuyOmRZfqGOVazsES { width:12.625rem;height:1.54296875rem;top:54.9375rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #SvTNpXKVSaBTKSJakJeoE8snQKl4nmDC { width:10.9375rem;height:0;top:71.9375rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCa10XNQZQSgEJ2ILo8t99uIZseHwRGO { width:14.0625rem;height:1.625rem;top:45.875rem;left:2.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #gDKwLkoMl6dZF1llvWoSTPrurtC9bnWO { width:14.5625rem;height:18rem;top:64rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISZM5TrZl9e80XMBvPT54d9QGL9oznwB { width:13.625rem;height:3rem;top:69.875rem;left:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyBhIAfmyhdkiCL7tDBodKyCBM8SvzlX { width:10.3125rem;height:3.75rem;top:76.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc9qVMU3bTCXQgUXRPpteCluybDDadmT { top:77.125rem;left:3.75rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glGxMz90OubJy3XsWw1ZW9tSzGiTu4va { display:block; }
 }@media only screen and (max-width: 763px) { #IDxchCXTRA2MUUGqU4FVvuk4AzdIAuTV { width:10.9375rem;height:0;top:41.375rem;left:3.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKoFPfDvmw93esT2qU8ByGlVAebizHTB { width:14.0625rem;height:1.625rem;top:66.1875rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #caWfdzsNacZ9uBCupr7PyIBU1wWK5UeC { width:12.625rem;height:1.54296875rem;top:72.875rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #aZHADkOv8lqV6WafG3caemdXeDKfAZDD { width:3.75rem;height:1.80013125rem;top:72.9375rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdce2xwGBbo1Cr8FfUNxOcSm9S5T1aom { width:14.5625rem;height:18rem;top:25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH4nF7ET3vmkgQvsMn5pquvXPTpLl3Mc { width:13.625rem;height:6rem;top:28.875rem;left:0.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCfG6yve4QkBEECTb143wdw9HrFbOwFi { width:14.0625rem;height:1.625rem;top:26.125rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #kOAAg25dkI6ztOFcm11yR5IuhtuVmPBa { width:10.3125rem;height:3.75rem;top:38.625rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnDihyLOr2CpTyewUl7J11QkvdlWTuoe { top:39.25rem;left:3.8125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yx2fmJsrRJXypGdNkSTMHnuuPpFRctpt { display:block; }
 }@media only screen and (max-width: 763px) { #iA8Htw7UdScLQtbw6oC9GLEwoRl9KUKN { width:12.625rem;height:1.54296875rem;top:36.1875rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #MKq6NptKLDJFFi5gTDoatSG4kC9kGinm { width:3.75rem;height:1.80013125rem;top:36.25rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTkeq6VOKuJ7qtZFXSKcP5L6q2v1eHp4 { width:15.3125rem;height:18.9375rem;top:106.875rem;left:2.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #W8TLbmZKJqnlZCTJh1TBpgBCpDRiQqP7 { width:10.9375rem;height:0;top:150.14061875rem;left:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJZomgCvqXTGWg9iVCMbscRRrtfJtwVs { width:14.0625rem;height:1.625rem;top:109.3125rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #VKdBtrNsk1WHCXLEFwiiseGccGCWTvPG { width:15.6875rem;height:4.1425875rem;top:112.1875rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI4RxfRViGW0xMA63KTBkIOe3voGVETc { width:5.8125rem;height:1.80013125rem;top:117.5625rem;left:8.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvkdWtxNK3pKugkSvAeMq6tLxO8o6JQK { width:10.3125rem;height:3.75rem;top:99.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGZATBBmDDiHt2H2KTRZGfJxTiz9WQi2 { top:121rem;left:4.5rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfB7B6FA3NCU4Cxd5OIFWEyylaIuBzrN { display:block; }
 }@media only screen and (max-width: 763px) { #Nfebu7c5VoPR3JH58MrrB0oZEQSSJTOT { width:12.625rem;height:1.54296875rem;top:117.5rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #NANcfnwR6VeMrPanow7Jq7hNogaZisCh { width:20rem;height:1.462675rem;top:83.25rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GPF2rQRRUvgTfvsurlGoOHs9V8Rs02MW { width:3.0625rem;height:3.0625rem;top:82.44921875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2IlH51B58kKk3ys3LKFIzHOlJxq2zKK { width:9.375rem;height:3.5rem;top:126.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGk3VRZbFEA929r96W8p96Tbv92r8P0E { width:10.5625rem;height:0.9746125rem;top:130.125rem;left:4.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5QubuQFMxqqSi5rNHNxgFmTNfTiRaVw { width:6.625rem;height:2.6875rem;top:127rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfqboV8Rr3mNlXSLdmdcnZ6HhXdvqWf4 { width:15.8125rem;height:19.5625rem;top:86.0625rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfGP6UksmpdUT2A1TskRFkzlc07eSRQi { width:14.0625rem;height:1.625rem;top:87.8125rem;left:1.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Cqx5M7BPlqAVCuT4ccDcWm37rNXwD96d { width:15.6875rem;height:4.1425875rem;top:91.271484375rem;left:1rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4rVJqiMRxOOQsRBhlELCq3FpIvdSAeS { width:10.3125rem;height:3.75rem;top:120.375rem;left:5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ySvWaTs2W5OmBaixL5HS7tr2qgr9gTVP { top:100.5rem;left:3.625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CerFxbgWz1TBh3JmAgA59aGKanDkTeJA { display:block; }
 }@media only screen and (max-width: 763px) { #GR4uOHNDgSVRfcGThuCkE6q4orUNR34p { width:12.625rem;height:1.54296875rem;top:97.75rem;left:2rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #vt9OMgnTxB3zCqEwM0Z4G8PSkeMk3vqD { width:4.5rem;height:1.80013125rem;top:97.75rem;left:9.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIzAHwx6JWmpJNBfuA3li3Ti0LydQdpk { width:3.0625rem;height:3.0625rem;top:44.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur { display:block; }#W68lerFgWx1nGv8Q7rAIiLcxDPEwE1Ur > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf5nXVcE4gTKs3tpcGVfbk5wQy2HS2Ha { width:20rem;height:2.03125rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row .container { background-color: transparent; background-image: none; }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row .container > .video-iframe-container { display: none; }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row > .video-iframe-container { display: none; }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .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); }#fKKML2XdTp3RKGmbsd7Sgm9xAGwuuMxy > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gM87glcxSedrq5JEgkCRG1JAWDmc6flh { width:12.625rem;height:3.25rem;top:6.5rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Hi8lwWIUz7U2aBBaeTa7TUv8cyLNTkTr { width:3.75rem;height:1.80013125rem;top:12.1875rem;left:10.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTDOE9PoS7U5rEhFMlDAgHcbIoN21VsG { width:12.625rem;height:1.54296875rem;top:12rem;left:2.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #KKPeSgeGMhcU8MbUy55MO1Lnztu0Pd1z { width:10.3125rem;height:3.75rem;top:14.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9MTva6TMnwPex5TDxSEfzWJHX0xG1DS { top:15.25rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #krLsCJu2lmqJFUThzIhlC8Vcm7u2oxSN { display:block; }
 }@media only screen and (max-width: 763px) { #NN2O2EyO1pAhRxBbtRmG0wQs5tmqS881 { width:3.125rem;height:3.125rem;top:0rem;left:16.873046875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QznGnSGFwZ113SlmkoUZiaAJ3mqVLVMg { width:18.3125rem;height:2.51855625rem;top:0.1416015625rem;left:0.28125rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QO0J3mF3D1FrFoukgUzavilTvvfQW0kV { width:13.0625rem;height:16.125rem;top:5.0244140625rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThWaOH5f8uFwZue2FZVuHWDWaw4Xqcoe { width:13.0625rem;height:16.125rem;top:22.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvvcTa836lOUV0XKFVdmvny3Itqnblox { width:10.3125rem;height:3.75rem;top:33.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tufS4dPxN2W6UZTuRd91E8bb91LobRIa { top:34.5rem;left:4.5rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1iwM52OC514kcQMga6i5TGpJXPkCQzw { display:block; }
 }@media only screen and (max-width: 763px) { #s1VaWke4Vlm7HA2vZy01GkGwyvR2aGlP { width:6.1875rem;height:1.80013125rem;top:29.3125rem;left:9rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJuocZSIL9IRaq6caMJPPv1J8SVhuVNX { width:14.1875rem;height:3.25rem;top:24.9375rem;left:3.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #yrAfJVVDcwfxVdmHz8V9OvvDJTPMyTN6 { width:12.625rem;height:1.54296875rem;top:29.25rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #oE6tpmtSIcFXDvu5oSi8goHhBuzTW2hn { width:14.1875rem;height:3.25rem;top:44.25rem;left:2.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Od6TW7WOQ16t00mtMT66hbJmoq83dPSb { width:14.4375rem;height:17.9375rem;top:41.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB9HAmz4iQaiBAATFkrRXgIlqnTnDFz2 { width:6.1875rem;height:1.80013125rem;top:49.9375rem;left:8.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8lldvfgOEyyfWyRG7ADs4i6srSguIBp { width:10.3125rem;height:3.75rem;top:54.6875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qakmfFhFbu42ID3HMvvRr8ok63pggT0B { top:55.3125rem;left:4.125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWoqE6GzNSRg6tagqn3Wdvz4HgNT5Tyr { display:block; }
 }@media only screen and (max-width: 763px) { #EbM2FLZ7LSBUKgPTiR8ioda6etLk6ekO { width:12.625rem;height:1.54296875rem;top:49.875rem;left:1.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 { display:block; }#sy8FX2c8UhD5uD7XvAdZGlTLNTxI09I6 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lrt3ALlTmSbThWo38TPpG46XzqwVQbPO { width:20rem;height:2.03125rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row .container { background-color: transparent; background-image: none; }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row .container > .video-iframe-container { display: none; }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row > .video-iframe-container { display: none; }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .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); }#tATuu6fyOTobRTb7sCMXrZ7BJv2dvgnI > .row .container { width:20rem;height:105.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q9M4pnI3GvBpXl6ESX6FbOAAkwqXbgCm { width:10.9375rem;height:0;top:39.5625rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPDPLvLqXfC76c83q5ctGwMRQ040pTwO { width:12.625rem;height:4.875rem;top:25rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #aKrdaJT49NWbq98CkszBE6UM2Jsxe7fM { width:15.625rem;height:19.25rem;top:24.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW765VefTAtOgdeDtJNS8MRBKD7J8qz7 { width:12.9373125rem;height:7.5rem;top:30.3125rem;left:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGxau3EVMDwCtHwnR8Tc1a5xHym4sTEu { width:3.75rem;height:1.79980625rem;top:36.25rem;left:10rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FL1kKtVw4Z6PUQTVIrDimAtK6KUU7we8 { width:12.625rem;height:1.54296875rem;top:36.1875rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #qK8w42zIy4ykFO05S8xKDghUTuCTTkhO { width:10.3125rem;height:3.75rem;top:38.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvFTTJfzbnESq6P0Swrq4QcxNEUZcUOU { top:38.875rem;left:4.125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iahTLBUpVmTyEGhgDWcJ1TAkt1ggJ6Lv { display:block; }
 }@media only screen and (max-width: 763px) { #TeGfKvUozfzrhifefoXKQFCADm6JvlHD { width:10.9375rem;height:0;top:54.625rem;left:4.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vh19OimqS2i3iMP0VBXttGT16FstrQmQ { width:14.0625rem;height:3.25rem;top:46rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #aeL6fVTAFGoKubvZeMhCZnpce9cMu321 { width:15.625rem;height:19.25rem;top:44.5625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLh5PNszpT0N7MEz8TyJTP7Ue6iuxTQ8 { width:12rem;height:7.5rem;top:50.1875rem;left:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTboh18SLEoxWBkTzqw7UpG0dPb7SlxG { width:3.75rem;height:1.79980625rem;top:55.875rem;left:11.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCuVfCZXMmKd3FhQmSVTIIinP70baNQe { width:10.3125rem;height:3.75rem;top:58.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJgpql2pU35xn9r2LgeNbJElQITfFVa3 { top:59.3125rem;left:4.75rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QghoQlFVm3Nb66AaaSgBHA5Tt6lilAqE { display:block; }
 }@media only screen and (max-width: 763px) { #KTaw2fxJmET2wgyUSZ1qhXxiBbXGVxLS { width:12.625rem;height:1.54296875rem;top:55.875rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #HN0pLU6V5OTVLK1kCnxpWNGvtc5VNafb { width:14.0625rem;height:3.25rem;top:87.0625rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #f2m5nn65TF01g93ATde4qrlKXnOc64yQ { width:15.625rem;height:19.25rem;top:85.3125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0bqbZkGw68f38CZRu39bdNXHuBWF37K { width:10.3125rem;height:3.75rem;top:78.9375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPxe6UTscmw7SBt4xiBF6bHsozoAJKD3 { top:79.5625rem;left:5rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8GNqGJCrku3J7WV0OFT7SZ9PyAMtMi8 { display:block; }
 }@media only screen and (max-width: 763px) { #P3reMgOwMTanC3gDtJT5cRzZxD81T8bl { width:3.75rem;height:1.79980625rem;top:77.25rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXgP2KbgWnKOsTR16qXnZ6VeqJORpf1V { width:12.625rem;height:1.54296875rem;top:97.5625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #JAs4LdZHctUVnpDN6FqoEKB7DSLEpm4M { width:15.625rem;height:19.25rem;top:64.9375rem;left:2.5625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #L1uLtEMbbusST0UG3axxFACXQrKF14q4 { width:14.0625rem;height:3.25rem;top:67.3125rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ADOyTtSt8yJQ4KWorQmmTCEbdO3T4Jat { width:12.625rem;height:1.54296875rem;top:77.25rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ATsRZbUiqTpbwbc4GRHZKNtspOAei01i { width:12rem;height:7.5rem;top:71.125rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1BTXPTM5QfmeQz7mFKFKTb34GocPHQH { width:10.3125rem;height:3.75rem;top:100.0625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlMXXFFyVRxFipPiF3FVSzIyQwL3ZULw { top:100.6875rem;left:4.875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJJJxPC75bureM6bGbMwFlf6nvv23vCB { display:block; }
 }@media only screen and (max-width: 763px) { #JltswRzOgFk9PDXZaClDTW4yHcBThTqx { width:3.75rem;height:1.79980625rem;top:97.5rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggwXZGUo9a9vWGqiJTCL9qTgomeJvlMm { width:18.625rem;height:0.9746125rem;top:3.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uofVBdAzeP3QDcoOQp2lifrp43oqq3pT { width:13.9355625rem;height:7.5rem;top:91.5625rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKbE6DfxKPwUo98JvOuqx2yOpIT9RLgn { width:20rem;height:2.51855625rem;top:0.2451171875rem;left:0rem;font-size:1.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LXbnN8gmSLTDfJNeUGMQeDfxOMd0bVLC { width:14.75rem;height:18.1875rem;top:5.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmyS9mNmkcTlPEE5TRr8KVZVpV8cLgJd { width:10.3125rem;height:3.75rem;top:18.875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKCEoOo0FUxMeZTbmAqr6dxgN1ItTDUv { top:19.5rem;left:4.6875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma568tJOquEJpw1RKQPhm4u6DwmmTHJM { display:block; }
 }@media only screen and (max-width: 763px) { #VBtHB5qc0LVlvkbGAPEg20UMX9eMtJEo { width:3.75rem;height:1.79980625rem;top:17.0625rem;left:10rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJhgKyKSBDW4Mz2hWHVDZX5kr1SlwIpS { width:12.625rem;height:1.54296875rem;top:17.25rem;left:1.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #NSL2kNhMGa7vJvTD8syfhEHA5Fu83swT { width:12rem;height:6rem;top:11.25rem;left:4.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz3gP3gL6sb3AzMS07XlaAk4D2sPdsWm { width:10.9375rem;height:0;top:47.5rem;left:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrDw2TuSXOPFrbBmsSl2UPF2AORKru2N { width:14.0625rem;height:3.25rem;top:7.5rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #nxbMLNNkDHAfxspnMi41mBVdPedNT2fU { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row .container { background-color: transparent; background-image: none; }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row .container > .video-iframe-container { display: none; }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row > .video-iframe-container { display: none; }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .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); }#nxbMLNNkDHAfxspnMi41mBVdPedNT2fU > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwCKiSczKKNexFXoR1vCAA6T73XNTfTs { width:10.9375rem;height:0;top:19.125rem;left:4.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8RIABTT6pTL0RH9aGIybvIGtRrUMxG8 { width:12.625rem;height:3.25rem;top:5.375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #iIIpCDvIZGiecTU8NLJ48vpeCvGSFxpT { width:16.625rem;height:20.5rem;top:24.875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsefGOZ25iKpoOuMVttiUMWX7Tl4HxVa { width:3.75rem;height:1.80013125rem;top:15.625rem;left:9.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJt6TWuAxTEiDEeNwXOW42FkLhgWCPtT { width:12.625rem;height:1.54296875rem;top:15.5625rem;left:2.8125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ebRSW3TSniHf0toeqx2sJIFt4VLT0z9i { width:10.3125rem;height:3.75rem;top:17.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qShtZTAi8JrRkcR6oTpRLCb1R4vfvoHq { top:18.3125rem;left:4.3125rem;width:11.375rem;height:2.5rem;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #SnrHWG5JJrK8L7RaziRBu92SfAfukN6S { display:block; }
 }@media only screen and (max-width: 763px) { #Jtzv8Xf6s10lcXvq1XdoJTaaPvNah3ee { width:15.625rem;height:19.25rem;top:3.7763671875rem;left:2.1875rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #UsfLSBoTtqUJWJWm1TpvD3Po6gxG9UvN { width:12.625rem;height:1.54296875rem;top:38.75rem;left:2rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #rHe6B5FZWduLc0z2GhCreeeg7ix0KnIM { width:12rem;height:10.5rem;top:29.1875rem;left:4.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qv9GdL9WDt7gyXVaTV9BJvg3pEJauvq2 { width:10.3125rem;height:3.75rem;top:40.6875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDb1poSUAm949tbCpJTd7ug2AAxXJtre { top:41.3125rem;left:4.875rem;width:10.4375rem;height:2.5rem;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #iTXEXiSd3hsM0a7xo7TiH50oVoUd9u1N { display:block; }
 }@media only screen and (max-width: 763px) { #Klzt6LVDOhzbCcbcqEQAT7iAfIQhKeHH { width:3.75rem;height:1.80013125rem;top:38.8125rem;left:9.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVczhrc9eEn86MJkp7oA1K3kqz54nFxq { width:14.0625rem;height:1.625rem;top:26.0625rem;left:4.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #x83fklRaATa35XKLF6TxDNZJneW3lhPu { display:block; }#x83fklRaATa35XKLF6TxDNZJneW3lhPu > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsW6iafvH4yOyRaFv1h82dPaX1RGXWZp { width:20rem;height:2.03125rem;top:0rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -moz-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -ms-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -o-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );";background-image: linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-size:auto !important;display:block; }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row .container { background-color: transparent; background-image: none; }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row .container > .video-iframe-container { display: none; }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row > .video-iframe-container { display: none; }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .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); }#E7MTp2IvFohV36mLTe3HMFzwlzPeaPNp > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bfKAynmQad45XOi7vz4IDhTWPcpyM4QW { width:20rem;height:3.736325rem;top:0.6123046875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxS698gBknvwMUkMzT7MSd51wUEA1VAD { width:14.1875rem;height:11.200805273754rem;top:27.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzb9bHNpUDaNFRMAqAlgxzXihB4IhSNb { width:12.1875rem;height:11.25rem;top:7.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMm6ua3DViBRiURTeCJJmsPbvmeXsZVP { width:12.562125rem;height:1.625rem;top:5.875rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #rsf2lm3SsoohqoSbBMeyHpcHKiGDf0cD { width:12.56125rem;height:1.625rem;top:25.937489509583rem;left:3.7189274430275rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #AwTADoWRH8NAXQ8KEU3asvUFon7CWZCo { width:10.3125rem;height:3.75rem;top:18.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaeR2vMlblo7mn9msgoltOz1LrsmWr1w { top:19.3125rem;left:4.3125rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3LBBAQ3PPHFDzidRNi0eSNSQgr2KEIo { display:block; }
 }@media only screen and (max-width: 763px) { #qVH0w23B9IiCw9J0saqT3bkmfTBIps3q { width:10.3125rem;height:3.75rem;top:39.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tva4QpKLzRZIZrJ5NHgWobgNgML2bLDk { top:40.4375rem;left:4.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDceZoPWtaToUQVVFsuS2yIQqgWEvmTa { display:block; }
 }@media only screen and (max-width: 763px) { #HelSEearTsvUGbm8ITC3rleicoCWTg67 { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -moz-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -ms-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -o-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );";background-image: linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-size:auto !important;display:none; }#HelSEearTsvUGbm8ITC3rleicoCWTg67 > .row .container { width:20rem;height:58.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fbp6vXX1LQNplKA1T9yFlAeS7nTTkwDV { width:12.25rem;height:6.5rem;top:8.5rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #PUDVkX85OunIDMLqlkLV09gs5EN1wf7H { width:15.1230625rem;height:1.80013125rem;top:15.875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPAWuhUETGVsEEsoCNXsDUrgcgpqQmTp { width:12.625rem;height:1.54296875rem;top:16rem;left:1.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #QU8DhFR90twnffL7xHifJtTQmgVWoWCV { top:19.3125rem;left:3.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM96TN450PSAG6D2fDZ9FQCodX6hHmTH { display:block; }
 }@media only screen and (max-width: 763px) { #Z0p24xFsIWN8qTAI4Qrh3esfwCaXSAUL { width:10.3125rem;height:3.75rem;top:18.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1BVmCRmo9dL1ae3Q3uGQZWtEV4BHvIz { width:20rem;height:1.8684875rem;top:0.6123046875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FzLrbhCSiK8md2i3IEuHy7Rn2PmCPaZm { width:12.375rem;height:15.375rem;top:7.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyXPZtoBgzIVFK4ogEG3F2KoBvItnO83 { width:17.8125rem;height:1.625rem;top:3.6875rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #pbUdbihKCwz2oU2mlFzHaMR8dxE7W3ac { width:18.3125rem;height:1.462675rem;top:5.5rem;left:0.25rem;text-align:right;text-align-last:right;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOINX4pQZRMRTISWVrk7dSAl2QPr2f6q { width:12.375rem;height:15.3125rem;top:24.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpBgraTr7zJia5Dds9knmny8PwmdclWc { top:35.5rem;left:3.6875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV0BzwHJtQ1qTiHmDTqRNsQffWCevZSB { display:block; }
 }@media only screen and (max-width: 763px) { #M7MvBAEOZyN6cKyLlgIWlVpF6W8O8y7y { width:10.3125rem;height:3.75rem;top:34.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCFGszx4oJnlZeTzJUPcK6CmRsvTmXRS { width:15.125rem;height:1.80013125rem;top:32rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmyVlH4AUJZ2qEsyEDJua0XBirfTb39E { width:12.5625rem;height:1.54296875rem;top:31.875rem;left:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #FFA23bRkxyJVgJXRVl4zpd4KJoAnw1XL { width:12.5625rem;height:3.25rem;top:26.5625rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #O6Atvp2Wkl9Fz2UEEBryiU9CniOaDaML { width:12.375rem;height:15.3125rem;top:41.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWcDDO4XLUiIBEQ64cS1l20XGLpZUHq7 { top:52.4375rem;left:4.1875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRhhiiBswmVe0dk6Xv3VeFKWrUyqrekG { display:block; }
 }@media only screen and (max-width: 763px) { #CD4vc5dNLBdKMpdaZO5IMuHaSwrwBKH4 { width:10.3125rem;height:3.75rem;top:51.8125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JC2XaXLUcFfJkg3L8Iwk9QxOuFZSqtEz { width:15.125rem;height:1.80013125rem;top:49.9375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIskJvh5VTfvx4ZDW6BFHTLSWi4f8xF9 { width:12.5625rem;height:1.54296875rem;top:49.875rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #H1lGmdJsI0dT7tuze4pxUrgUxbLhJJuL { width:12.5625rem;height:6.5rem;top:42.375rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #M2iKq1z0TJ2dn3IePO14WLTbLuPSgOxS { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -moz-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -ms-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -o-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );";background-image: linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-size:auto !important;display:none; }#M2iKq1z0TJ2dn3IePO14WLTbLuPSgOxS > .row .container { width:20rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R3ZAsAKIbZoWzggPpzZyQm5GLcQqpNCn { width:12.25rem;height:3.25rem;top:10.3125rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #NSEyUeKSvdB9SSTf9a1Gg9vylyTp0MO3 { width:15.1230625rem;height:1.80013125rem;top:15.875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khokvTFMvaLXEb8tZhcXTdM0gxzD28zW { width:12.625rem;height:1.54296875rem;top:16rem;left:1.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #vyBkobXBJPBusbXDUmipcmQe7wv7Xkbv { top:19.3125rem;left:3.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU4kqNC6CuZUaB3SZRr0nuifyWIXzKM1 { display:block; }
 }@media only screen and (max-width: 763px) { #TgRQvo9E0wZIZdGLTOHZaKB2l4nTLI5x { width:10.3125rem;height:3.75rem;top:18.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6gCJFoQRlnVwdnxG38f6JkEIbbt7TKd { width:20rem;height:1.8684875rem;top:0.6123046875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4B7IcHKJ8pSyGzJL19sbw38xQTTs5Um { width:12.375rem;height:15.375rem;top:7.625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s23BLCUmTx6dbsOPRPHwNA8m8CvPEbDk { width:17.8125rem;height:1.625rem;top:3.6875rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #uzkmfRfEOelwu2hD9E61wO36doCyEUFq { width:18.3125rem;height:1.462675rem;top:5.5rem;left:0.25rem;text-align:right;text-align-last:right;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTlMi7wlP8GwbG3q8q8VBNFMpBFX3DWg { width:12.375rem;height:15.3125rem;top:24.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1x2fKAx4NOEGspGT7bPF0EhcIU6cS9C { top:35.5rem;left:3.6875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJl3R7aDyA5w1W7T5cJ1RTP6bi16TPMF { display:block; }
 }@media only screen and (max-width: 763px) { #wqo9Ev340Gd5qE9m3WJSR1eP3nIgQqfo { width:10.3125rem;height:3.75rem;top:34.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbVmQT03dm0C7AhbbLQoXickDKeONrGe { width:15.125rem;height:1.80013125rem;top:32rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eksHovehdHrVLGtdMpMaFar8hdZiOJK5 { width:12.5625rem;height:1.54296875rem;top:31.875rem;left:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #tMucSHdWpdROEqTFGiDe4csUaqmsnMWw { width:12.5625rem;height:4.142575rem;top:26.5625rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #CZWTCT4eWwT47dfuwbbshznHb0LPdEb2 { background-color:transparent;background-image: -webkit-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -moz-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -ms-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-image: -o-linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );";background-image: linear-gradient(132deg, rgba(24,183,235,0.16), #ffffff);background-size:auto !important;display:none; }#CZWTCT4eWwT47dfuwbbshznHb0LPdEb2 > .row .container { width:20rem;height:53.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BdJTo3vTzA8lKqfVNruAK0M8FX639Zhk { width:12.25rem;height:6.5rem;top:4rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #EXFJJgvobQTZTdR6oI50Q7olwOtWuHJW { width:15.1230625rem;height:1.80013125rem;top:11.375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATn3mmCixLKJv3Knr8tCqsClKg8Ruk2p { width:12.625rem;height:1.54296875rem;top:11.5rem;left:1.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #fuk1XT4C0y3agwgSbT1KLvsTXsbIcsf0 { top:14.8125rem;left:3.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWst27Ll1V8uEeHHoptFzzAzm048qxBg { display:block; }
 }@media only screen and (max-width: 763px) { #glNGTTVDFD7THzOINh9IUBQ7PUTqFofU { width:10.3125rem;height:3.75rem;top:14.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzpuG8foUQQsrrEKtvQBKnx3dXrsCowd { width:20rem;height:1.8684875rem;top:0.6123046875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTFpGy7Tm9T4qC2vZIi119BPpQb9WB1V { width:12.375rem;height:15.375rem;top:3.125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoyNhJTxKMrPHtlJ2QmvvyIx43aU3TxS { width:12.375rem;height:15.3125rem;top:19.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqiP2sskfv1dPGgX7y68wfyloWGdkrCG { top:31rem;left:3.6875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EdtAT3aVUpedqRnuaAAbDXrNdHzxtd4P { display:block; }
 }@media only screen and (max-width: 763px) { #n7fQNkKZXmx7Exd565CCKMJntKHMWVTg { width:10.3125rem;height:3.75rem;top:30.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLZrgPPILIRIrBXS53D5fugTrexOe7GB { width:15.125rem;height:1.80013125rem;top:27.5rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFzlfLKDpxVVEsovUTwOFKCzrdqc0IH3 { width:12.5625rem;height:1.54296875rem;top:27.375rem;left:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Tnx5lr0PHRy77Q876EQNWv3PqBkclQKJ { width:12.5625rem;height:4.875rem;top:22.0625rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #kts2hzTIrOPk7SNwGnSvm7aQHeT6SiWD { width:12.375rem;height:15.3125rem;top:36.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BurbMpF7WmdNnPdNJfu0siJ6C3zCdtvU { top:47.9375rem;left:4.1875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6r1PM2mGRCUoE84CggbdzxexH6FUGll { display:block; }
 }@media only screen and (max-width: 763px) { #gARdoDpcshiudlZgvAzkBgMWGJNT086l { width:10.3125rem;height:3.75rem;top:47.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFuRMbAgHiAumZlB7pVBwMWBeBnSv0iZ { width:15.125rem;height:1.80013125rem;top:45.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do7vg0sSi3tuPdOB2LpezwkWAqZuKGZn { width:12.5625rem;height:1.54296875rem;top:45.375rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #eUegcD2HDb2eyGB5JeIgUdbKqc4Jkxe1 { width:12.5625rem;height:6.5rem;top:37.875rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }