.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { 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/FMTKDYpd/AFW_Landing_Page_22.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D.adaptive-delivery-prevent-bg, #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D.lazyload, #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D.lazyloading { background-image: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { background-color: transparent; background-image: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container > .video-iframe-container { display: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container { display: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .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); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { border-width: 0; border-radius: 0; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container {  }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;position:relative;display:block; }#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-form-header {  }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .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; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .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; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-text {padding-top: 0; padding-bottom: 0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .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; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .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; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-select {padding-top: 0; padding-bottom: 0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .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; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .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) ; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .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; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .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; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .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; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-container:first-of-type{padding-top:0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-container:last-of-type{padding-bottom:0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm  { 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:36.75rem;top:17.8095703125rem;z-index:100028;position:absolute; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .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; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm {display:block;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm { 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:36.75rem;top:17.8095703125rem;z-index:100028;position:absolute; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ab8UnvmAIpRRO5ehGcET8fvT8VIol7Jp { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZQZyy5Vwxaz6lh4O6HUA2S8OuEgKAzKr { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #VAvxThZORwJS22zyTMZBCp9f5X07EbdG { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il .container-column{width:50%;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #p9yxttgTyTZe9GloMN4H0JlcGo0PJNTa { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #S04HJ2kWPikSL665M8SvgI7MLZmrtzRJ { position:relative;z-index:2; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #TNWswybUTqLbXHEBzIqCA7KeMbZxegEQ { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #g3ycvM8r56mlEBt1klSrRpMqXzcsufbL { position:relative;z-index:2; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ENJTU0Spcn7doqv39JwbTIJTdb6Fu0za { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #xmpFm1I3bPlzeL1TTJvrFKGu9dmo7DVF { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #nWa4kN00FJGKig6S24Us6Bs5WRJ3MqZk { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #yTtu9ySQ2TQ34vqnvuXT7VhBCTxAB4OQ { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tWxpJ1fLO0i39bAHvEBdUZzJi6FMkNPF { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #fg8asu0VaBaKRSpxDUkl6uCTI2Mytgie { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #EasCB27ZqTZoBIiRQ3o6N9JkE9epOiU9 { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #cgL69l8LgvvzT15l6T1HpfLGyaKXkdG3 { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #u8sHPGQTZx97J28OCqhDqn3AGn3GCTMu { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #z4eZ5G1ot2bpfrA3EeTT9maA7TOLaFPq { position:relative; }
#b8AOMDu7nlwMKqrSfBTSfHPptNxCzMQN { position:relative;display:block; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZFKsvL61OpG5RDfMrLcFZ1Ie5M1eUvTh { position:relative; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #Mq77PIWvi3vtp11AP860IDrEWeasVwEA { position:relative; }
#lpq24o4ertUA0ecL8ddtLQSJvNeCv44d { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:15rem;left:37.4375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHswk6lVyAQZZSHN0o5OSzWsENSlcMHx { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:10.3330078125rem;left:4.375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tLF6JW4X3lUNeCM9tTOgtz0U6qESFDOO { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:23.4375rem;top:51.562501907349rem;left:0rem;overflow:hidden;display:none; }
#yfv3fqRedscxFliTc0UNOIqrxqKp0evT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8125rem;width:12.625rem;top:39.0625rem;left:40.1875rem;overflow:hidden;display:block; }
#JFTh5md79grXIE7uF2n7Dwi0UunE8QsR { position:absolute;display:block;z-index:100029;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.0625rem;left:38.1875rem;display:block; }
#nD1WaArUb0QBiA18R85M3utISN1qqoNR { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:6.625rem;top:38.75rem;left:19.75rem;overflow:hidden;display:block; }
#RcKBvFE41SDKG819VG7Tn7pHhuskefBg { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:9.375rem;top:38.5rem;left:26.1875rem;overflow:hidden;display:block; }
#eZi97invtbnagDWxOhNpEGZHNMiuqg3V { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:41.875rem;left:21.8125rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#os2CkrHVki6MgF38cnK2IEz8FDanACzZ { 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; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container { background-color: transparent; background-image: none; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container > .video-iframe-container { display: none; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row > .video-iframe-container { display: none; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .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); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container { border-width: 0; border-radius: 0; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row > .video-iframe-container {  }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#GSWOs8Nv91iMLDnK6oxvWrn0ThKHeyPZ { color:#1c89a9;display:block;width:47rem;position:absolute;font-family:cairo;font-size:2.5625rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.021484375rem;left:6.5rem;height:3.33105625rem;text-align:center;text-align-last:center;display:block; }
#cgzUbSkQJVzzWiVBLglxq5MzWHgiTzlA { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:5.5rem;top:0rem;left:52.5rem;overflow:hidden;display:block; }
#rcWqntGNVEShk7AiuWux0O2Z6ZEGT4L2 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.1875rem;width:5.5rem;top:0rem;left:0.3125rem;overflow:hidden;display:block; }
#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 { 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; }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row .container { background-color: transparent; background-image: none; }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row .container > .video-iframe-container { display: none; }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row > .video-iframe-container { display: none; }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .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); }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row .container { border-width: 0; border-radius: 0; }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row > .video-iframe-container {  }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row .container { font-size:0.875rem;font-family:arial;height:121.0625rem;width:60rem;position:relative;display:block; }#GIE8UMwucv5VopT6dsMBewAiwozSkMhx { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100072;line-height:1.6;letter-spacing:0;top:13.875rem;left:41.4375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hWFLng4cXw1xzACxAaA4E62iXeTTBquu { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:7.0625rem;left:40.3125rem;height:6.9043125rem;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; }
#po3madmono9MMPDzpb6XDiDGvm7tteh2 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:5.25rem;left:40.0625rem;overflow:hidden;display:block; }
#b2077hruHWDspkoItIt6tHGLVPZ0uxFl { z-index:100088;top:17.8125rem;left:41.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.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#P97vS4IhERr2gTqmP6ItTHkNupTZHOUv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NxqGWvymynyGpTKsNmDluFZuVlHwqGt6 { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:17.1875rem;left:41.875rem;overflow:hidden;display:block; }
#SBBztt6Dpns5nomC2Zyw4T03a8IGVzsm { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:14.75rem;left:38.5625rem;height:1.54296875rem;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; }
#TpeToto4E9MJ09pgvcdzQi77KS5G5cZJ { color:#0f86a9;display:block;width:17.8125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:0.75rem;left:41.6875rem;height:1.4619125rem;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; }
#F2eW3ADktpA9fZgf4Bz5gPDk5OMs1seO { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:22.5625rem;height:1.625rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#Ek8o86h0aHSP3FRWp7L7iizAm9iii8J9 { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100078;line-height:1.6;letter-spacing:0;top:13.875rem;left:16.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chbiri1HRvoA747gAxb1IKwzugEqBIUI { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:5.25rem;left:14.8125rem;overflow:hidden;display:block; }
#It0JxGN3VXPG9oM8JJwgCUi9n5uAHH7u { z-index:100094;top:17.8125rem;left:15.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.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ui1zSpCXKoSula4NNehO2BCT6qAXOLTS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dhTPHPFcr9EUSci3ook3Vknxe1pvIzRf { position:absolute;display:block;z-index:100092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:17.1875rem;left:16.625rem;overflow:hidden;display:block; }
#L5axyeQDSgErvSwQ9ao29N53mB0XES8W { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:7.0625rem;left:15.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; }
#TOvyCSFTQ6BSakE44v7Z0MaUDpAWDGJx { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:14.75rem;left:13.3125rem;height:1.54296875rem;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; }
#L1UcKSQeBSTrApNEXfkmD4n4FbJwExTu { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:23.875rem;left:22.5625rem;height:1.625rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#BRZDTM8PdFPrhOKRf78ASkp6PTDTTiqI { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100078;line-height:1.6;letter-spacing:0;top:34.9375rem;left:42.875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hhSO3v6diykrw1QpKtv3uoBrz2sp6RCO { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:26.3125rem;left:41.5rem;overflow:hidden;display:block; }
#Zc1wQvd98vsxifxv1563TcFGW04tCD1L { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:28.5625rem;left:41.625rem;height:6.9043125rem;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; }
#RgIOyHWlc9wCnaEbUgN7yuDzv1G3Nk7k { z-index:100094;top:38.875rem;left:42.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.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b8OyIKrJUtcAudG3olquOQk6CbWX29Jp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WFkTwt0vLOGSg1fWNzhVKA6is3R0mIkv { position:absolute;display:block;z-index:100092;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:38.25rem;left:43.3125rem;overflow:hidden;display:block; }
#Z14t2rbLmg2K62EFEkmQLWFAyNrsJOpG { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:35.8125rem;left:40rem;height:1.54296875rem;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; }
#JN5IQ2zG93ltvHXT6h8mzt2oBocc3dak { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100084;line-height:1.6;letter-spacing:0;top:34.9375rem;left:16.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ATpPTBVPeq4mi6UPRQtnSXEGxzW2UEdm { position:absolute;display:block;z-index:100036;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:26.3125rem;left:14.875rem;overflow:hidden;display:block; }
#m5yV03dQBvQaLOEzBRZGK9bxrzuGXRBg { z-index:100100;top:38.875rem;left:15.875rem;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; }
#ArvZJidLydhLcVyuItwzfSMTPIqFgy8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TPxuuPiqFmvTRCgduqgSXNWfNknoXoQr { position:absolute;display:block;z-index:100098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:38.25rem;left:16.6875rem;overflow:hidden;display:block; }
#qOKSJv2NrkR1HCEI49aMauKVi3rsIDQb { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:35.8125rem;left:13.375rem;height:1.54296875rem;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; }
#T0kqOx3Lr65vZ7NzW86pcMApTvhEx3sh { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15rem;height:6.9043125rem;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; }
#hENT7yuTvgQ8D99ZwOCnJIQfLC4TwbEs { color:#0f86a9;display:block;width:17.8125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:43.6875rem;left:41.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; }
#PEaLny5zwgRmImSF4H2qPA9DfF21lyr9 { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100090;line-height:1.6;letter-spacing:0;top:56.25rem;left:43.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TK5cRTf0rwL8eevxI9SC15aMuGwbHFlB { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:47.625rem;left:41.875rem;overflow:hidden;display:block; }
#OF5WgWrKmuB7oPmXZZJ6Dq77gbZc8ZK1 { z-index:100106;top:60.1875rem;left:42.875rem;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; }
#F6zQTw5GmE9AG1Th9Q5XN1XbHSRLTmL2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I3HscTkeFUqOPTo2HHgbXrabFItUKQ0c { position:absolute;display:block;z-index:100104;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:59.5625rem;left:43.6875rem;overflow:hidden;display:block; }
#exeEqTLMQmK8IVhNaWc7J9LJllgR2Chi { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;top:57.125rem;left:40.375rem;height:1.54296875rem;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; }
#T7WZnux8CxDDqAAJ9P6F6NcTasiTthtx { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100097;line-height:1.3;letter-spacing:0;top:50.5625rem;left:42.125rem;height:2.76171875rem;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; }
#H25viNqm5osq3DK2gg0VUHnLag3lLyn2 { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:47.625rem;left:14.875rem;overflow:hidden;display:block; }
#m3M5H6Qk16PgTUz5AWwPQopxVWhs64Tl { z-index:100112;top:60.1875rem;left:15.875rem;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; }
#WoGZxUZ3ObNKPHpuKdOgWRsoqvLCrxTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HQVxg2icE2CHpW8WMCRlo5heindUyPm4 { position:absolute;display:block;z-index:100110;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:59.5625rem;left:16.6875rem;overflow:hidden;display:block; }
#lPoTcNNAHXg3EQpOll8oSnUmk7hgaM4r { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100096;line-height:1.6;letter-spacing:0;top:56.25rem;left:16.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zk1KZ5CpxIo65ztHx2RIyNt7kT3nNEwo { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:57.125rem;left:12.625rem;height:1.54296875rem;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; }
#qSo9rNyevN3gMsy7hTO6ApanqIk7Xahn { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100103;line-height:1.3;letter-spacing:0;top:50.5625rem;left:15.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; }
#TiUuCXx01rd046iiKCgwlIKcUyo2KmVd { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100096;line-height:1.6;letter-spacing:0;top:74.875rem;left:43.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uXHqDr0KLe8sVWvTinUsB8J2DpB7HoXg { position:absolute;display:block;z-index:100048;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:66.25rem;left:41.875rem;overflow:hidden;display:block; }
#LOTzrLN4IfsLvMroInRU9tpLth457H5P { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100103;line-height:1.3;letter-spacing:0;top:69.1875rem;left:42.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; }
#iQr7O2JhDg72TysRHs9QiT6dHFyXsBAH { position:absolute;display:block;z-index:100110;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:78.1875rem;left:43.6875rem;overflow:hidden;display:block; }
#L5ZVhUFDbiZ9EbUZv6TuzSnOoDDhMr1F { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:75.75rem;left:39.5rem;height:1.54296875rem;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; }
#FmStO47Ly2TDIuvukTXsr9CkXF3hJHPG { z-index:100112;top:78.8125rem;left:42.875rem;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; }
#zC3ypZ9IQ0wIifPv1K0UmCysKlDq4tTu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M7ofSI2fgyAas325zd6btAL8GwqcGA1H { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100102;line-height:1.6;letter-spacing:0;top:74.875rem;left:16.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MNTuzP7aXBzLl0oQT070Rcedts361Z9B { position:absolute;display:block;z-index:100054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:66.25rem;left:14.875rem;overflow:hidden;display:block; }
#TNm86I4FcWOyr4OMBnbahpbOMQWmSTLr { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100109;line-height:1.3;letter-spacing:0;top:70.625rem;left:15.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; }
#znEAcHpNNu6U1EvLwDwq9rfOD3VR5DGc { position:absolute;display:block;z-index:100116;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:78.1875rem;left:16.6875rem;overflow:hidden;display:block; }
#vZh6TtZegJoWbTFhFrUIuZFGOIQ1T5D3 { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100102;line-height:1.3;letter-spacing:0;top:75.75rem;left:12.5rem;height:1.54296875rem;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; }
#i3rCzF3rwCvkrGFwTMeToL6dmCJb74Bz { z-index:100118;top:78.8125rem;left:15.875rem;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; }
#RFfwpUB2insXV8CfiblXv4JZvgtP6y84 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CS8L431tskNCtfXTlQ2eOPwV0N8IaKMa { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100108;line-height:1.6;letter-spacing:0;top:93.375rem;left:43.3125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZHDPlsW4gMmqideOS9k24stdx4EcDthv { position:absolute;display:block;z-index:100060;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:84.75rem;left:41.9375rem;overflow:hidden;display:block; }
#xNNGENaFkbA7mL5TgTpJgmy9Id2Va06r { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100115;line-height:1.3;letter-spacing:0;top:89.125rem;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; }
#SCHOidlrDTVKAkV5OtMv8XwVzb6kONmh { position:absolute;display:block;z-index:100122;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:96.6875rem;left:43.75rem;overflow:hidden;display:block; }
#Ub4r9CLU5vOwAK3wQtAhpZMomWG1tf1e { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100108;line-height:1.3;letter-spacing:0;top:94.25rem;left:39.5625rem;height:1.54296875rem;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; }
#r1FmrmwDovIfDMko3HgM7XX9ro7Li94l { z-index:100124;top:97.3125rem;left:42.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.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QHMLbq6EALypJdkGU13i5gr5BqwJNetk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bZ8A5t9JmGcUT6iIpMfOdTJbznuR7yvA { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100126;line-height:1.6;letter-spacing:0;top:93.375rem;left:16.8125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vEaZ0klINRFmGEGLNTQgzmnmlJcGLN9i { position:absolute;display:block;z-index:100078;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:84.75rem;left:15.4375rem;overflow:hidden;display:block; }
#MR98XntVuyKQiFoAXbhEXnBGmEoDs464 { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100133;line-height:1.3;letter-spacing:0;top:89.125rem;left:15.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; }
#ZpAE3nwfMaU74HAw48owtAuaPCVm0zWN { position:absolute;display:block;z-index:100140;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:96.6875rem;left:17.25rem;overflow:hidden;display:block; }
#Rvzz1Ed6sOLMrKb6uacN8EK2FbexiUbr { z-index:100142;top:97.3125rem;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.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cFdryCQ4ZrrTftGg1pENkBWxrLR5Vib4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iqUe0nhIbOokHx6Wn2sd5fpVoF4X3DHy { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100126;line-height:1.3;letter-spacing:0;top:94.25rem;left:13.0625rem;height:1.54296875rem;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; }
#TA6CcaBoXl1FwaSykUSbfcygowdgbmUx { color:#052956;display:block;width:13rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100132;line-height:1.6;letter-spacing:0;top:112.6875rem;left:29.6875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QQlZeTEFCcDOWnJfmBqApitukl0TlZB0 { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.375rem;width:13.1875rem;top:104.0625rem;left:28.3125rem;overflow:hidden;display:block; }
#XIsfVWXDPyWQWPm08dJ1DkW2GTQl8hCc { color:#0f86a9;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100139;line-height:1.3;letter-spacing:0;top:108.4375rem;left:28.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; }
#NyEHmli5OA4QSKeJ6ZTcZtpS5l8WFN8n { position:absolute;display:block;z-index:100146;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:116rem;left:30.125rem;overflow:hidden;display:block; }
#sneXwOAGGe3froDxVkUpuz0iQLouAkRT { z-index:100148;top:116.625rem;left:29.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.374rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EIcAJS4P0nTolcPdWcPAMr3znUr9f0TU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DmkdQCfH6fLHM1dOXHxpLNXq957KBKqT { color:#383838;display:block;width:12.6230625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100132;line-height:1.3;letter-spacing:0;top:113.5625rem;left:25.9375rem;height:1.54296875rem;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; }
#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(180deg, #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(180deg, #ffffff, rgba(24,183,235,0.38));background-size:initial !important;position:relative;display:block; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { background-color: transparent; background-image: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container > .video-iframe-container { display: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container { display: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .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); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { border-width: 0; border-radius: 0; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container {  }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#hH0RxmChUgMFSBl4x06Bs7Cbca27emtm { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#W6Ow6vG6TR9iU1mP1kqflTs0h3doQv3R { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#BtHdP9SBwZIXDeclXRKKx2pp4QQiwnZZ { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#u2RQGItBNdSaMzyApP9gFDUQZ0rT2GT1 { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:6rem;display:none; }
#RH7OlZekOR69gJo9BSGVbPpPTo41LSO2 { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:50.4375rem;display:block; }
#SSPsfV670IaC4lKEdmktKS1D0vk0bIFU { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.21875rem;left:40.5625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rZZZ8OcvP5uKfxqUirazcHsN5Qpymr4H { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zWQ15TDt5i384PVkKx3sMJXq22gvWttl { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.78125rem;left:50.4375rem;display:block; }
#J77bbPDrlLTknc1wfiuJH0IRTKCKtm84 { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:13.875rem;left:32.3125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#UvZlhTuWTTcIMx9zRPsUlwgL8uTkpFpl { position:absolute;display:block;z-index:99999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:2.9375rem;width:20.1875rem;top:13.3125rem;left:32.1875rem;display:block; }
#JDXkUmfEmo2arkVOZi3I3d53ATVHpk6L { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:13.1875rem;left:26.1875rem;display:block; }
#WMu3oGn0TVJB4Lvb6XV494okDeb1irmM { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.1875rem;left:22.1875rem;display:block; }
#DL2UtmMGLLddgEktJWS4KwPSoGO1zzEc { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:13.1875rem;left:18.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { display:block; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm  { width:17.0625rem;height:auto; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm {display:block;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm { width:17.0625rem;height:auto; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ab8UnvmAIpRRO5ehGcET8fvT8VIol7Jp {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZQZyy5Vwxaz6lh4O6HUA2S8OuEgKAzKr {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #VAvxThZORwJS22zyTMZBCp9f5X07EbdG {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il {  }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il .container-column{width:50%;} }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #p9yxttgTyTZe9GloMN4H0JlcGo0PJNTa {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #S04HJ2kWPikSL665M8SvgI7MLZmrtzRJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #TNWswybUTqLbXHEBzIqCA7KeMbZxegEQ {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #g3ycvM8r56mlEBt1klSrRpMqXzcsufbL { z-index:2; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ENJTU0Spcn7doqv39JwbTIJTdb6Fu0za {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #xmpFm1I3bPlzeL1TTJvrFKGu9dmo7DVF {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #nWa4kN00FJGKig6S24Us6Bs5WRJ3MqZk {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #yTtu9ySQ2TQ34vqnvuXT7VhBCTxAB4OQ {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tWxpJ1fLO0i39bAHvEBdUZzJi6FMkNPF {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #fg8asu0VaBaKRSpxDUkl6uCTI2Mytgie {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #EasCB27ZqTZoBIiRQ3o6N9JkE9epOiU9 {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #cgL69l8LgvvzT15l6T1HpfLGyaKXkdG3 {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #u8sHPGQTZx97J28OCqhDqn3AGn3GCTMu {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #z4eZ5G1ot2bpfrA3EeTT9maA7TOLaFPq {  }
 }@media only screen and (max-width: 763px) { #b8AOMDu7nlwMKqrSfBTSfHPptNxCzMQN { display:block; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZFKsvL61OpG5RDfMrLcFZ1Ie5M1eUvTh {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #Mq77PIWvi3vtp11AP860IDrEWeasVwEA {  }
 }@media only screen and (max-width: 763px) { #lpq24o4ertUA0ecL8ddtLQSJvNeCv44d { width:15.375rem;height:1.9375rem;top:15rem;left:31.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHswk6lVyAQZZSHN0o5OSzWsENSlcMHx { top:10.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLF6JW4X3lUNeCM9tTOgtz0U6qESFDOO { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfv3fqRedscxFliTc0UNOIqrxqKp0evT { top:39.0625rem;left:34.0625rem;width:12.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTh5md79grXIE7uF2n7Dwi0UunE8QsR { top:14.0625rem;left:32.0625rem;width:14.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD1WaArUb0QBiA18R85M3utISN1qqoNR { top:38.75rem;left:13.625rem;width:6.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcKBvFE41SDKG819VG7Tn7pHhuskefBg { top:38.5rem;left:20.0625rem;width:9.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZi97invtbnagDWxOhNpEGZHNMiuqg3V { top:41.875rem;left:15.6875rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #os2CkrHVki6MgF38cnK2IEz8FDanACzZ { display:block; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSWOs8Nv91iMLDnK6oxvWrn0ThKHeyPZ { top:1rem;left:0.375rem;width:47rem;height:3.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgzUbSkQJVzzWiVBLglxq5MzWHgiTzlA { top:0rem;left:42.25rem;width:5.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcWqntGNVEShk7AiuWux0O2Z6ZEGT4L2 { top:0rem;left:0rem;width:5.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 { display:block; }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIE8UMwucv5VopT6dsMBewAiwozSkMhx { width:13rem;height:3.25rem;top:13.875rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWFLng4cXw1xzACxAaA4E62iXeTTBquu { width:12.5625rem;height:6.875rem;top:7.0625rem;left:34.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #po3madmono9MMPDzpb6XDiDGvm7tteh2 { top:5.25rem;left:33.9375rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2077hruHWDspkoItIt6tHGLVPZ0uxFl { top:17.8125rem;left:34.9375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P97vS4IhERr2gTqmP6ItTHkNupTZHOUv { display:block; }
 }@media only screen and (max-width: 763px) { #NxqGWvymynyGpTKsNmDluFZuVlHwqGt6 { top:17.1875rem;left:35.75rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBBztt6Dpns5nomC2Zyw4T03a8IGVzsm { width:12.5625rem;height:1.5rem;top:14.75rem;left:32.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpeToto4E9MJ09pgvcdzQi77KS5G5cZJ { width:17.8125rem;height:1.4375rem;top:0.75rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2eW3ADktpA9fZgf4Bz5gPDk5OMs1seO { width:36.9375rem;height:1.625rem;top:2.9375rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek8o86h0aHSP3FRWp7L7iizAm9iii8J9 { width:13rem;height:3.25rem;top:13.875rem;left:10.0625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chbiri1HRvoA747gAxb1IKwzugEqBIUI { top:5.25rem;left:8.6875rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #It0JxGN3VXPG9oM8JJwgCUi9n5uAHH7u { top:17.8125rem;left:9.6875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui1zSpCXKoSula4NNehO2BCT6qAXOLTS { display:block; }
 }@media only screen and (max-width: 763px) { #dhTPHPFcr9EUSci3ook3Vknxe1pvIzRf { top:17.1875rem;left:10.5rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5axyeQDSgErvSwQ9ao29N53mB0XES8W { width:12.5625rem;height:5.5rem;top:7.0625rem;left:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOvyCSFTQ6BSakE44v7Z0MaUDpAWDGJx { width:12.5625rem;height:1.5rem;top:14.75rem;left:7.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1UcKSQeBSTrApNEXfkmD4n4FbJwExTu { width:36.9375rem;height:1.625rem;top:23.875rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRZDTM8PdFPrhOKRf78ASkp6PTDTTiqI { width:13rem;height:3.25rem;top:34.9375rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhSO3v6diykrw1QpKtv3uoBrz2sp6RCO { top:26.3125rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc1wQvd98vsxifxv1563TcFGW04tCD1L { width:12.5625rem;height:6.875rem;top:28.5625rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgIOyHWlc9wCnaEbUgN7yuDzv1G3Nk7k { top:38.875rem;left:36.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8OyIKrJUtcAudG3olquOQk6CbWX29Jp { display:block; }
 }@media only screen and (max-width: 763px) { #WFkTwt0vLOGSg1fWNzhVKA6is3R0mIkv { top:38.25rem;left:37.1875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z14t2rbLmg2K62EFEkmQLWFAyNrsJOpG { width:12.5625rem;height:1.5rem;top:35.8125rem;left:33.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JN5IQ2zG93ltvHXT6h8mzt2oBocc3dak { width:13rem;height:3.25rem;top:34.9375rem;left:10.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATpPTBVPeq4mi6UPRQtnSXEGxzW2UEdm { top:26.3125rem;left:8.75rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5yV03dQBvQaLOEzBRZGK9bxrzuGXRBg { top:38.875rem;left:9.75rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArvZJidLydhLcVyuItwzfSMTPIqFgy8M { display:block; }
 }@media only screen and (max-width: 763px) { #TPxuuPiqFmvTRCgduqgSXNWfNknoXoQr { top:38.25rem;left:10.5625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOKSJv2NrkR1HCEI49aMauKVi3rsIDQb { width:12.5625rem;height:1.5rem;top:35.8125rem;left:7.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0kqOx3Lr65vZ7NzW86pcMApTvhEx3sh { width:12.5625rem;height:6.875rem;top:27.8125rem;left:8.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hENT7yuTvgQ8D99ZwOCnJIQfLC4TwbEs { width:17.8125rem;height:1.4375rem;top:43.6875rem;left:29.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEaLny5zwgRmImSF4H2qPA9DfF21lyr9 { width:13rem;height:3.25rem;top:56.25rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK5cRTf0rwL8eevxI9SC15aMuGwbHFlB { top:47.625rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF5WgWrKmuB7oPmXZZJ6Dq77gbZc8ZK1 { top:60.1875rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6zQTw5GmE9AG1Th9Q5XN1XbHSRLTmL2 { display:block; }
 }@media only screen and (max-width: 763px) { #I3HscTkeFUqOPTo2HHgbXrabFItUKQ0c { top:59.5625rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #exeEqTLMQmK8IVhNaWc7J9LJllgR2Chi { width:12.5625rem;height:1.5rem;top:57.125rem;left:34.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WZnux8CxDDqAAJ9P6F6NcTasiTthtx { width:12.5625rem;height:2.75rem;top:50.5625rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H25viNqm5osq3DK2gg0VUHnLag3lLyn2 { top:47.625rem;left:8.75rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3M5H6Qk16PgTUz5AWwPQopxVWhs64Tl { top:60.1875rem;left:9.75rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoGZxUZ3ObNKPHpuKdOgWRsoqvLCrxTv { display:block; }
 }@media only screen and (max-width: 763px) { #HQVxg2icE2CHpW8WMCRlo5heindUyPm4 { top:59.5625rem;left:10.5625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPoTcNNAHXg3EQpOll8oSnUmk7hgaM4r { width:13rem;height:3.25rem;top:56.25rem;left:10.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk1KZ5CpxIo65ztHx2RIyNt7kT3nNEwo { width:12.5625rem;height:1.5rem;top:57.125rem;left:6.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSo9rNyevN3gMsy7hTO6ApanqIk7Xahn { width:12.5625rem;height:2.75rem;top:50.5625rem;left:9rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiUuCXx01rd046iiKCgwlIKcUyo2KmVd { width:13rem;height:3.25rem;top:74.875rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXHqDr0KLe8sVWvTinUsB8J2DpB7HoXg { top:66.25rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOTzrLN4IfsLvMroInRU9tpLth457H5P { width:12.5625rem;height:2.75rem;top:69.1875rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQr7O2JhDg72TysRHs9QiT6dHFyXsBAH { top:78.1875rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5ZVhUFDbiZ9EbUZv6TuzSnOoDDhMr1F { width:12.5625rem;height:1.5rem;top:75.75rem;left:33.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmStO47Ly2TDIuvukTXsr9CkXF3hJHPG { top:78.8125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC3ypZ9IQ0wIifPv1K0UmCysKlDq4tTu { display:block; }
 }@media only screen and (max-width: 763px) { #M7ofSI2fgyAas325zd6btAL8GwqcGA1H { width:13rem;height:3.25rem;top:74.875rem;left:10.125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNTuzP7aXBzLl0oQT070Rcedts361Z9B { top:66.25rem;left:8.75rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNm86I4FcWOyr4OMBnbahpbOMQWmSTLr { width:12.5625rem;height:1.375rem;top:70.625rem;left:8.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znEAcHpNNu6U1EvLwDwq9rfOD3VR5DGc { top:78.1875rem;left:10.5625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZh6TtZegJoWbTFhFrUIuZFGOIQ1T5D3 { width:12.5625rem;height:1.5rem;top:75.75rem;left:6.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3rCzF3rwCvkrGFwTMeToL6dmCJb74Bz { top:78.8125rem;left:9.75rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFfwpUB2insXV8CfiblXv4JZvgtP6y84 { display:block; }
 }@media only screen and (max-width: 763px) { #CS8L431tskNCtfXTlQ2eOPwV0N8IaKMa { width:13rem;height:3.25rem;top:93.375rem;left:34.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHDPlsW4gMmqideOS9k24stdx4EcDthv { top:84.75rem;left:34.5625rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNNGENaFkbA7mL5TgTpJgmy9Id2Va06r { width:12.5625rem;height:1.375rem;top:89.125rem;left:35.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCHOidlrDTVKAkV5OtMv8XwVzb6kONmh { top:96.6875rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub4r9CLU5vOwAK3wQtAhpZMomWG1tf1e { width:12.5625rem;height:1.5rem;top:94.25rem;left:33.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1FmrmwDovIfDMko3HgM7XX9ro7Li94l { top:97.3125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHMLbq6EALypJdkGU13i5gr5BqwJNetk { display:block; }
 }@media only screen and (max-width: 763px) { #bZ8A5t9JmGcUT6iIpMfOdTJbznuR7yvA { width:13rem;height:3.25rem;top:93.375rem;left:10.6875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEaZ0klINRFmGEGLNTQgzmnmlJcGLN9i { top:84.75rem;left:9.3125rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR98XntVuyKQiFoAXbhEXnBGmEoDs464 { width:12.5625rem;height:2.75rem;top:89.125rem;left:9.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpAE3nwfMaU74HAw48owtAuaPCVm0zWN { top:96.6875rem;left:11.125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvzz1Ed6sOLMrKb6uacN8EK2FbexiUbr { top:97.3125rem;left:10.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFdryCQ4ZrrTftGg1pENkBWxrLR5Vib4 { display:block; }
 }@media only screen and (max-width: 763px) { #iqUe0nhIbOokHx6Wn2sd5fpVoF4X3DHy { width:12.5625rem;height:1.5rem;top:94.25rem;left:6.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA6CcaBoXl1FwaSykUSbfcygowdgbmUx { width:13rem;height:3.25rem;top:112.6875rem;left:23.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQlZeTEFCcDOWnJfmBqApitukl0TlZB0 { top:104.0625rem;left:22.1875rem;width:13.1875rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIsfVWXDPyWQWPm08dJ1DkW2GTQl8hCc { width:12.5625rem;height:2.75rem;top:108.4375rem;left:22.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyEHmli5OA4QSKeJ6ZTcZtpS5l8WFN8n { top:116rem;left:24rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sneXwOAGGe3froDxVkUpuz0iQLouAkRT { top:116.625rem;left:23.1875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIcAJS4P0nTolcPdWcPAMr3znUr9f0TU { display:block; }
 }@media only screen and (max-width: 763px) { #DmkdQCfH6fLHM1dOXHxpLNXq957KBKqT { width:12.5625rem;height:1.5rem;top:113.5625rem;left:19.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn { display:block; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hH0RxmChUgMFSBl4x06Bs7Cbca27emtm { width:28.75rem;height:2.5rem;top:1.4375rem;left:19rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Ow6vG6TR9iU1mP1kqflTs0h3doQv3R { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtHdP9SBwZIXDeclXRKKx2pp4QQiwnZZ { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2RQGItBNdSaMzyApP9gFDUQZ0rT2GT1 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH7OlZekOR69gJo9BSGVbPpPTo41LSO2 { width:3.6875rem;height:3.6875rem;top:7.625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSPsfV670IaC4lKEdmktKS1D0vk0bIFU { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZZZ8OcvP5uKfxqUirazcHsN5Qpymr4H { width:47.75rem;height:3.9375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWQ15TDt5i384PVkKx3sMJXq22gvWttl { width:3.6875rem;height:3.6875rem;top:4.75rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J77bbPDrlLTknc1wfiuJH0IRTKCKtm84 { width:19.3125rem;height:3.5rem;top:13.875rem;left:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvZlhTuWTTcIMx9zRPsUlwgL8uTkpFpl { top:13.3125rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDXkUmfEmo2arkVOZi3I3d53ATVHpk6L { top:13.1875rem;left:20.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMu3oGn0TVJB4Lvb6XV494okDeb1irmM { top:13.1875rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL2UtmMGLLddgEktJWS4KwPSoGO1zzEc { top:13.1875rem;left:11.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { display:block; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { background-color: transparent; background-image: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container > .video-iframe-container { display: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row > .video-iframe-container { display: none; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .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); }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D { border-width: 0; border-radius: 0; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container > .video-iframe-container {  }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container { width:20rem;height:69.5625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/kWcTLMMI/landing_page_.png");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; }#tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container.adaptive-delivery-prevent-bg, #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container.lazyload, #tnPA1rdC0Jfk5zoTU9trbb6NmnAgRg7D > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-text {padding-top: 0; padding-bottom: 0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-select {padding-top: 0; padding-bottom: 0;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm  { width:15rem;height:auto;top:36.8125rem;left:1.25rem; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm {display:block;}#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm { width:15rem;height:auto;top:36.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ab8UnvmAIpRRO5ehGcET8fvT8VIol7Jp {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZQZyy5Vwxaz6lh4O6HUA2S8OuEgKAzKr {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #VAvxThZORwJS22zyTMZBCp9f5X07EbdG {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il {  }
#nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tvE6vDfiCneS4F0RzCJXbXh2MrtMR2il .container-column{width:50%;} }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #p9yxttgTyTZe9GloMN4H0JlcGo0PJNTa {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #S04HJ2kWPikSL665M8SvgI7MLZmrtzRJ { z-index:2; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #TNWswybUTqLbXHEBzIqCA7KeMbZxegEQ {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #g3ycvM8r56mlEBt1klSrRpMqXzcsufbL { z-index:2; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ENJTU0Spcn7doqv39JwbTIJTdb6Fu0za {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #xmpFm1I3bPlzeL1TTJvrFKGu9dmo7DVF {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #nWa4kN00FJGKig6S24Us6Bs5WRJ3MqZk {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #yTtu9ySQ2TQ34vqnvuXT7VhBCTxAB4OQ {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #tWxpJ1fLO0i39bAHvEBdUZzJi6FMkNPF {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #fg8asu0VaBaKRSpxDUkl6uCTI2Mytgie {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #EasCB27ZqTZoBIiRQ3o6N9JkE9epOiU9 {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #cgL69l8LgvvzT15l6T1HpfLGyaKXkdG3 {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #u8sHPGQTZx97J28OCqhDqn3AGn3GCTMu {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #z4eZ5G1ot2bpfrA3EeTT9maA7TOLaFPq {  }
 }@media only screen and (max-width: 763px) { #b8AOMDu7nlwMKqrSfBTSfHPptNxCzMQN { display:block; }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #ZFKsvL61OpG5RDfMrLcFZ1Ie5M1eUvTh {  }
 }@media only screen and (max-width: 763px) { #nnqzhh2UNDIXRFOTuRpL5UFh9U5Z2EZm #Mq77PIWvi3vtp11AP860IDrEWeasVwEA {  }
 }@media only screen and (max-width: 763px) { #lpq24o4ertUA0ecL8ddtLQSJvNeCv44d { width:10.747375rem;height:1.8056625rem;top:33.875rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ZHswk6lVyAQZZSHN0o5OSzWsENSlcMHx { width:17.3125rem;height:2.5996125rem;top:13.9375rem;left:1.34375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLF6JW4X3lUNeCM9tTOgtz0U6qESFDOO { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yfv3fqRedscxFliTc0UNOIqrxqKp0evT { width:10.375rem;height:3.875rem;top:58.375rem;left:4.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JFTh5md79grXIE7uF2n7Dwi0UunE8QsR { width:10.125rem;height:2.1875rem;top:33.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD1WaArUb0QBiA18R85M3utISN1qqoNR { width:6.625rem;height:2.6875rem;top:64.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcKBvFE41SDKG819VG7Tn7pHhuskefBg { width:9.375rem;height:3.5rem;top:64.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZi97invtbnagDWxOhNpEGZHNMiuqg3V { width:10.5625rem;height:0.9746125rem;top:67.625rem;left:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #os2CkrHVki6MgF38cnK2IEz8FDanACzZ { 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; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container { background-color: transparent; background-image: none; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container > .video-iframe-container { display: none; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row > .video-iframe-container { display: none; }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .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); }#os2CkrHVki6MgF38cnK2IEz8FDanACzZ > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSWOs8Nv91iMLDnK6oxvWrn0ThKHeyPZ { width:20rem;height:4.0625rem;top:0rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cgzUbSkQJVzzWiVBLglxq5MzWHgiTzlA { width:3.6875rem;height:3.5rem;top:1.2041015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcWqntGNVEShk7AiuWux0O2Z6ZEGT4L2 { width:3.9375rem;height:3.75rem;top:0.9541015625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 { 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; }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row .container { background-color: transparent; background-image: none; }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row .container > .video-iframe-container { display: none; }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row > .video-iframe-container { display: none; }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .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); }#DLcVnTgszbvBa8btO7WvyrJ8whMkDlU7 > .row .container { width:20rem;height:211.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GIE8UMwucv5VopT6dsMBewAiwozSkMhx { width:15.125rem;height:1.79980625rem;top:16.6875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWFLng4cXw1xzACxAaA4E62iXeTTBquu { width:12.5625rem;height:9.2578125rem;top:6.4375rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #po3madmono9MMPDzpb6XDiDGvm7tteh2 { width:14.4375rem;height:17.9375rem;top:5.1875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2077hruHWDspkoItIt6tHGLVPZ0uxFl { top:19.25rem;left:5.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P97vS4IhERr2gTqmP6ItTHkNupTZHOUv { display:block; }
 }@media only screen and (max-width: 763px) { #NxqGWvymynyGpTKsNmDluFZuVlHwqGt6 { width:10.3125rem;height:3.75rem;top:18.625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBBztt6Dpns5nomC2Zyw4T03a8IGVzsm { width:12.5625rem;height:1.54296875rem;top:16.5625rem;left:3.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #TpeToto4E9MJ09pgvcdzQi77KS5G5cZJ { width:13.625rem;height:1.625rem;top:1.0625rem;left:6.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) { #F2eW3ADktpA9fZgf4Bz5gPDk5OMs1seO { width:18.75rem;height:1.4619125rem;top:3.125rem;left:0.6875rem;text-align:right;text-align-last:right;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek8o86h0aHSP3FRWp7L7iizAm9iii8J9 { width:13rem;height:1.79980625rem;top:32.8125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chbiri1HRvoA747gAxb1IKwzugEqBIUI { width:13.1875rem;height:16.375rem;top:24.3125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #It0JxGN3VXPG9oM8JJwgCUi9n5uAHH7u { top:36.75rem;left:5.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui1zSpCXKoSula4NNehO2BCT6qAXOLTS { display:block; }
 }@media only screen and (max-width: 763px) { #dhTPHPFcr9EUSci3ook3Vknxe1pvIzRf { width:10.3125rem;height:3.75rem;top:36.125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5axyeQDSgErvSwQ9ao29N53mB0XES8W { width:12.5625rem;height:7.714875rem;top:25.125rem;left:4.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #TOvyCSFTQ6BSakE44v7Z0MaUDpAWDGJx { width:12.5625rem;height:1.54296875rem;top:32.8125rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #L1UcKSQeBSTrApNEXfkmD4n4FbJwExTu { width:20rem;height:1.4619125rem;top:41.9375rem;left:0rem;text-align:right;text-align-last:right;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRZDTM8PdFPrhOKRf78ASkp6PTDTTiqI { width:13rem;height:1.79980625rem;top:55.0625rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhSO3v6diykrw1QpKtv3uoBrz2sp6RCO { width:13.9375rem;height:17.3125rem;top:44.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc1wQvd98vsxifxv1563TcFGW04tCD1L { width:12.5625rem;height:9.2578125rem;top:44.625rem;left:4.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #RgIOyHWlc9wCnaEbUgN7yuDzv1G3Nk7k { top:57.5rem;left:4.75rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8OyIKrJUtcAudG3olquOQk6CbWX29Jp { display:block; }
 }@media only screen and (max-width: 763px) { #WFkTwt0vLOGSg1fWNzhVKA6is3R0mIkv { width:10.3125rem;height:3.75rem;top:56.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z14t2rbLmg2K62EFEkmQLWFAyNrsJOpG { width:12.5625rem;height:1.54296875rem;top:54.8125rem;left:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #JN5IQ2zG93ltvHXT6h8mzt2oBocc3dak { width:13rem;height:1.79980625rem;top:74.75rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATpPTBVPeq4mi6UPRQtnSXEGxzW2UEdm { width:14.5rem;height:18.0625rem;top:63rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5yV03dQBvQaLOEzBRZGK9bxrzuGXRBg { top:77.1875rem;left:5.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArvZJidLydhLcVyuItwzfSMTPIqFgy8M { display:block; }
 }@media only screen and (max-width: 763px) { #TPxuuPiqFmvTRCgduqgSXNWfNknoXoQr { width:10.3125rem;height:3.75rem;top:76.5625rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOKSJv2NrkR1HCEI49aMauKVi3rsIDQb { width:12.5625rem;height:1.54296875rem;top:74.625rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #T0kqOx3Lr65vZ7NzW86pcMApTvhEx3sh { width:12.5625rem;height:9.2578125rem;top:64.1875rem;left:4.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #hENT7yuTvgQ8D99ZwOCnJIQfLC4TwbEs { width:17.8125rem;height:1.625rem;top:83rem;left:2.1875rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #PEaLny5zwgRmImSF4H2qPA9DfF21lyr9 { width:13rem;height:1.79980625rem;top:94.5625rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK5cRTf0rwL8eevxI9SC15aMuGwbHFlB { width:13.1875rem;height:16.375rem;top:85.6875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF5WgWrKmuB7oPmXZZJ6Dq77gbZc8ZK1 { top:98rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6zQTw5GmE9AG1Th9Q5XN1XbHSRLTmL2 { display:block; }
 }@media only screen and (max-width: 763px) { #I3HscTkeFUqOPTo2HHgbXrabFItUKQ0c { width:10.3125rem;height:3.75rem;top:97.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #exeEqTLMQmK8IVhNaWc7J9LJllgR2Chi { width:12.5625rem;height:1.54296875rem;top:94.5rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #T7WZnux8CxDDqAAJ9P6F6NcTasiTthtx { width:12.5625rem;height:3.0859375rem;top:87.9375rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #H25viNqm5osq3DK2gg0VUHnLag3lLyn2 { width:13.1875rem;height:16.375rem;top:106.125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3M5H6Qk16PgTUz5AWwPQopxVWhs64Tl { top:118.3125rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoGZxUZ3ObNKPHpuKdOgWRsoqvLCrxTv { display:block; }
 }@media only screen and (max-width: 763px) { #HQVxg2icE2CHpW8WMCRlo5heindUyPm4 { width:10.3125rem;height:3.75rem;top:117.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPoTcNNAHXg3EQpOll8oSnUmk7hgaM4r { width:13rem;height:1.79980625rem;top:114.625rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zk1KZ5CpxIo65ztHx2RIyNt7kT3nNEwo { width:12.5625rem;height:1.54296875rem;top:114.625rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #qSo9rNyevN3gMsy7hTO6ApanqIk7Xahn { width:12.5625rem;height:3.0859375rem;top:109.125rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #TiUuCXx01rd046iiKCgwlIKcUyo2KmVd { width:13rem;height:1.79980625rem;top:132.75rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXHqDr0KLe8sVWvTinUsB8J2DpB7HoXg { width:13.1875rem;height:16.375rem;top:123.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOTzrLN4IfsLvMroInRU9tpLth457H5P { width:12.5625rem;height:3.0859375rem;top:126.25rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #iQr7O2JhDg72TysRHs9QiT6dHFyXsBAH { width:10.3125rem;height:3.75rem;top:135.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5ZVhUFDbiZ9EbUZv6TuzSnOoDDhMr1F { width:12.5625rem;height:1.54296875rem;top:132.75rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #FmStO47Ly2TDIuvukTXsr9CkXF3hJHPG { top:136.25rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zC3ypZ9IQ0wIifPv1K0UmCysKlDq4tTu { display:block; }
 }@media only screen and (max-width: 763px) { #M7ofSI2fgyAas325zd6btAL8GwqcGA1H { width:13rem;height:1.79980625rem;top:148.875rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNTuzP7aXBzLl0oQT070Rcedts361Z9B { width:13.1875rem;height:16.375rem;top:141.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNm86I4FcWOyr4OMBnbahpbOMQWmSTLr { width:12.5625rem;height:1.54296875rem;top:143.9375rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #znEAcHpNNu6U1EvLwDwq9rfOD3VR5DGc { width:10.3125rem;height:3.75rem;top:152.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZh6TtZegJoWbTFhFrUIuZFGOIQ1T5D3 { width:12.5625rem;height:1.54296875rem;top:148.75rem;left:1.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #i3rCzF3rwCvkrGFwTMeToL6dmCJb74Bz { top:152.9375rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFfwpUB2insXV8CfiblXv4JZvgtP6y84 { display:block; }
 }@media only screen and (max-width: 763px) { #CS8L431tskNCtfXTlQ2eOPwV0N8IaKMa { width:13rem;height:1.79980625rem;top:166.5rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHDPlsW4gMmqideOS9k24stdx4EcDthv { width:13.1875rem;height:16.375rem;top:159rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNNGENaFkbA7mL5TgTpJgmy9Id2Va06r { width:12.5625rem;height:1.54296875rem;top:161.9375rem;left:3.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #SCHOidlrDTVKAkV5OtMv8XwVzb6kONmh { width:10.3125rem;height:3.75rem;top:170.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ub4r9CLU5vOwAK3wQtAhpZMomWG1tf1e { width:12.5625rem;height:1.54296875rem;top:166.375rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #r1FmrmwDovIfDMko3HgM7XX9ro7Li94l { top:171.5rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHMLbq6EALypJdkGU13i5gr5BqwJNetk { display:block; }
 }@media only screen and (max-width: 763px) { #bZ8A5t9JmGcUT6iIpMfOdTJbznuR7yvA { width:13rem;height:1.79980625rem;top:184.4375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEaZ0klINRFmGEGLNTQgzmnmlJcGLN9i { width:13.1875rem;height:16.375rem;top:176.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR98XntVuyKQiFoAXbhEXnBGmEoDs464 { width:12.5625rem;height:3.0859375rem;top:177.875rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #ZpAE3nwfMaU74HAw48owtAuaPCVm0zWN { width:10.3125rem;height:3.75rem;top:187.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rvzz1Ed6sOLMrKb6uacN8EK2FbexiUbr { top:188.0625rem;left:4.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFdryCQ4ZrrTftGg1pENkBWxrLR5Vib4 { display:block; }
 }@media only screen and (max-width: 763px) { #iqUe0nhIbOokHx6Wn2sd5fpVoF4X3DHy { width:12.5625rem;height:1.54296875rem;top:184.4375rem;left:1.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #TA6CcaBoXl1FwaSykUSbfcygowdgbmUx { width:13rem;height:1.79980625rem;top:201.75rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQlZeTEFCcDOWnJfmBqApitukl0TlZB0 { width:13.1875rem;height:16.375rem;top:194.25rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIsfVWXDPyWQWPm08dJ1DkW2GTQl8hCc { width:12.5625rem;height:3.0859375rem;top:196.0625rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #NyEHmli5OA4QSKeJ6ZTcZtpS5l8WFN8n { width:10.3125rem;height:3.75rem;top:205.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sneXwOAGGe3froDxVkUpuz0iQLouAkRT { top:206.25rem;left:4.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIcAJS4P0nTolcPdWcPAMr3znUr9f0TU { display:block; }
 }@media only screen and (max-width: 763px) { #DmkdQCfH6fLHM1dOXHxpLNXq957KBKqT { width:12.5625rem;height:1.54296875rem;top:201.625rem;left:2.125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#0f86a9;display:block; }
 }@media only screen and (max-width: 763px) { #y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -moz-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -ms-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));background-image: -o-linear-gradient(top, #ffffff, rgba(17,120,209,0.13));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#211178d1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#211178d1' );";background-image: linear-gradient(to bottom, #ffffff, rgba(17,120,209,0.13));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { background-color: transparent; background-image: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container > .video-iframe-container { display: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container { display: none; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .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); }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { border-width: 0; border-radius: 0; }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row > .video-iframe-container {  }#y9FiaS4VGHLfdhoHcPdTUHtcFGrc86nn > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hH0RxmChUgMFSBl4x06Bs7Cbca27emtm { width:16.6875rem;height:1.5125rem;top:1.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6Ow6vG6TR9iU1mP1kqflTs0h3doQv3R { width:20rem;height:2rem;top:18.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BtHdP9SBwZIXDeclXRKKx2pp4QQiwnZZ { width:13.0625rem;height:4.798825rem;top:4.01171875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2RQGItBNdSaMzyApP9gFDUQZ0rT2GT1 { width:3.125rem;height:3.125rem;top:18.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RH7OlZekOR69gJo9BSGVbPpPTo41LSO2 { width:3.125rem;height:3.125rem;top:3.4516611099243rem;left:15.873579561711rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSPsfV670IaC4lKEdmktKS1D0vk0bIFU { width:19.4375rem;height:1.3rem;top:25.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rZZZ8OcvP5uKfxqUirazcHsN5Qpymr4H { width:14.875rem;height:6.3984375rem;top:10.05859375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWQ15TDt5i384PVkKx3sMJXq22gvWttl { width:3.125rem;height:3.125rem;top:8.8077054023744rem;left:16.498579561711rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J77bbPDrlLTknc1wfiuJH0IRTKCKtm84 { width:18.812125rem;height:1.70010625rem;top:21.875rem;left:0.375rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvZlhTuWTTcIMx9zRPsUlwgL8uTkpFpl { width:17.9375rem;height:2.9375rem;top:21.25rem;left:1.375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JDXkUmfEmo2arkVOZi3I3d53ATVHpk6L { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:3.4375000596046rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMu3oGn0TVJB4Lvb6XV494okDeb1irmM { width:3.125rem;height:3.125rem;top:17.013483047486rem;left:8.4374995827675rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DL2UtmMGLLddgEktJWS4KwPSoGO1zzEc { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:12.810723841191rem;font-size:2.1875rem;display:block; }
 }