.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;
}
.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::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); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/kgDzLh5J/AFW_Landing_Page_option2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v.adaptive-delivery-prevent-bg, #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v.lazyload, #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v.lazyloading { background-image: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container { background-color: transparent; background-image: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container > .video-iframe-container { display: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row > .video-iframe-container { display: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .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); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container { border-width: 0; border-radius: 0; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row > .video-iframe-container {  }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:75rem;position:relative;display:block; }#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-form-header {  }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .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; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .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; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .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; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .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; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .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; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .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) ; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .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; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .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; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .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; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-container:first-of-type{padding-top:0;}#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-container:last-of-type{padding-bottom:0;}#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB  { 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:43.623697280884rem;top:17.8125rem;z-index:100028;position:absolute; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .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; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB {display:block;}#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB { 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:43.623697280884rem;top:17.8125rem;z-index:100028;position:absolute; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #OIgwLnbqHFV4hNHw3T5pZO1S9JEDDh5A { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #TbgBVPcZGp34rhoHNwGuGd0H9t64uz7b { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #AGQrWUtp6bh54q8AnJwMnpdmFztCiEJi { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #Vmt8wubs5o4TLxwycS4zRzL6kQOOFLGq { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #Vmt8wubs5o4TLxwycS4zRzL6kQOOFLGq .container-column{width:50%;}#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #oDCfzwU1nhapEgzOuH0R71quIL4n8P55 { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #vIrkMhgUZ8f93tVNznGVfRc0VJeou40N { position:relative;z-index:2; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #rGwBuzfAlEesG2ImdRHmEA8h7qrJMucv { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #l7Z0NEdAcVebgkuNVpuTz6fcnCET65Ol { position:relative;z-index:2; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #tTqEUUEzf4D3owDSGGB3VR0DT4zK0BHx { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #IyLVT1u2risTgau23qnHCKUIG91pCSN7 { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #T2NOTUX0c6GiM3qAF6BK4im3uSHEXyJF { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #mKTQsOMJSJtizFZzziGot7EHOiMogPBf { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #RZuBHuRO65LzXAx8Ih6qAPMAK5cxumzV { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #xxm3Gg8rSfCZJeAEWkx8PTIXZcy7HxXx { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #nC9G2ApKEOLdu67mMIelRQaqwUGzeZg6 { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #tebCQWEe4sJOBTlzgN91emwh403wOraS { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #rmOGoImw2Dabp5Rr8xkrXws6dMMcGuN7 { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #N3NPw4TgRQgMddG81ygJTVoFpggxgqiZ { position:relative; }
#eFiSNvMN9c9eMnPEq5VUdFw3U8OqdB4C { position:relative;display:block; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #itzcGVxMdZrvzZonIyizdTlLLUKNorxf { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #eLWB95MCkbZvbWKZsn4KlshBhD1wXcDw { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #hv0WbAk3mdmQff4FWg9ohCWqR2gLwpq2 { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #kIvc3RkKHFE5kMnKbXUxpqkLepDqye4H { position:relative; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #hEKpx47m99Vs6Nx7UqOZWg1STGIsBoBR { position:relative; }
#ad3Rf0XokrU9qtTo3iQzBvAuhNanyZHo { 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:44.9375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hDHagbg95CmfvA7qLockbHy1PLFFOBsa { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:9.6458339691163rem;left:11.875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F2WUmHnAQrhSTUuF9KMn232MSgLTNBXM { 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:7.5rem;overflow:hidden;display:none; }
#pDxupmb9nmDTfWno39hPIAa76KAnzfim { 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:45.3125rem;left:47.1875rem;overflow:hidden;display:block; }
#MExuTrVItZLSKSh72CvacPng62w3TKPD { 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:45.6875rem;display:block; }
#fhufoErpdeCm6TS303fNqZTysKx9ZPkN { 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:46.9375rem;left:29.1875rem;overflow:hidden;display:block; }
#PCVWDAlrT6W2s8SAPSaB988QrErUOTtX { 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:46.6875rem;left:35.625rem;overflow:hidden;display:block; }
#tUnUVNP0aPac6GIWTJVMzdGEKdRvMJWy { 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:50.0869140625rem;left:31.25rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO { position:relative;display:block; }#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO { background-color: transparent; background-image: none; }#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO > .row .container > .video-iframe-container { display: none; }#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO > .row > .video-iframe-container { display: none; }#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO > .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); }#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO { border-width: 0; border-radius: 0; }#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO > .row .container > .video-iframe-container {  }#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-size:contain !important;font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#HyKgUNtWsuah2Bp6xAaxoAhPQfCgePrm { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:8.0619668960569rem;left:56.560722708702rem;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; }
#nDGWeTrgeg6T3Bz78QFh7aZsCRQOqqX9 { color:#ef4b15;display:block;width:15.1873125rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100073;line-height:1.6;letter-spacing:0;top:14.973365783691rem;left:55.249466300011rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tbTxyTmElzZ5OrJxbCsHKAgD75kBsWuU { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:17.75rem;top:4.0625rem;left:53.4375rem;overflow:hidden;display:block; }
#D3gFNNQ9aeU0t273Jsdw3iEGTe3sVqqK { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:15.852272033691rem;left:53.186256766319rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TAxO4blHdqSIMuSmMFxKVeGAoGhSad6W { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:21.25rem;left:57.0625rem;overflow:hidden;display:block; }
#FuNoqMI7VUKadGLXxZoqzIBErhAwfLsW { z-index:100095;top:21.8125rem;left:56.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wCpate2MROBvqch2VDx7MQZTJiMpm2Ty { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pOVKCiTsdVSe3GccK5xBrrntxWyy4wTJ { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:8.125rem;left:35.75rem;height:4.38671875rem;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; }
#DV4gA4C0Zkc6uaQIiVHaeLtJrZcDxrcJ { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100079;line-height:1.6;letter-spacing:0;top:15.125rem;left:34.5rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yvC6WIEVXR55rhfPoKFo1pVZrzeUeg22 { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100081;line-height:1.3;letter-spacing:0;top:15.9375rem;left:32.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; }
#G0CKMLk2qgk8EbTQB1FzCfTH4sk8IwQt { position:absolute;display:block;z-index:100099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:21.3125rem;left:36.25rem;overflow:hidden;display:block; }
#blJdTDoNTgFsWDls6xtz7wX4Xvpeqoll { z-index:100101;top:21.875rem;left:35.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FsllhWMonMyuKvZKevO8d0snuNdo2ZZP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yXtkEnaok1qSPBG3T3f75ak1FZ5euL1F { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:4.125rem;left:32.625rem;overflow:hidden;display:block; }
#QA7M9kg9u9PxRCCrpKR59G3IeqAJbmou { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100092;line-height:1.3;letter-spacing:0;top:8.51704788208rem;left:15.050781607628rem;height:1.4625rem;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; }
#lnsVpGXl8Psp8QvLJzaCPc58DOnGTUBt { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:3.6429329514504rem;left:12.363280653954rem;overflow:hidden;display:block; }
#iJ4FUcB1SNDfm6X9lR2SBXHJdpZcpbrr { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100085;line-height:1.6;letter-spacing:0;top:14.642576754093rem;left:14.238280653954rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRxVL8bu5l50XgAENTfusPAqd2rvFrO2 { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;top:15.454899370671rem;left:12.112925887108rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rSOcxlZ2AbFGFFJgfxBnmEb1vhdsw3bW { position:absolute;display:block;z-index:100105;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:20.830431520939rem;left:15.988102316856rem;overflow:hidden;display:block; }
#h2ZDBBHLANXaemsygKphZ0F4soHuL9kX { z-index:100107;top:21.392399370671rem;left:15.175780653954rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#H7TdToCKKDRZDkDlb9bxsADWE209ML10 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xbXfA05UZ4CZdHTAm7O2Bfin8rqW0fuO { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100098;line-height:1.3;letter-spacing:0;top:31.5625rem;left:57.25rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O6yrdErxW5rzvpylZ81WqpzWQhzdxdFK { position:absolute;display:block;z-index:100045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:27.375rem;left:54.125rem;overflow:hidden;display:block; }
#isEHm8swZd2uX9kZGooydCKos2k077mT { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100091;line-height:1.6;letter-spacing:0;top:38.124286651611rem;left:56.999641776085rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Csy9kDRmhP3TfTrT05f5JEVbwaSXKeLH { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:38.937496185302rem;left:54.686787009239rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A4CqwRTcfnWxs2ZlAxTyPHIxpHHQwRmA { position:absolute;display:block;z-index:100111;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:44.75rem;left:57.75rem;overflow:hidden;display:block; }
#TnaLBaf2rsnFLDVRKuJgJsrpwXpwR9Lt { z-index:100113;top:45.3125rem;left:56.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rw9gnuU1NSLThabutchwZgQh9zbuzkdr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BG3uhPuDPuTn5tooyZoQ4uaMcKxLVIAP { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:27.375rem;left:32.625rem;overflow:hidden;display:block; }
#SqNmKs6VlowSHhLcqfTuUa54LZfnlaDz { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100104;line-height:1.3;letter-spacing:0;top:34.125rem;left:35.75rem;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; }
#b66KEC3Sv4vOTxevVpPOsG3eGXCWTiDU { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100097;line-height:1.6;letter-spacing:0;top:38.374996185302rem;left:35.436787009239rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BzIfBIJu7l8alnVfxfT8gxmgrmB0l2mD { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100099;line-height:1.3;letter-spacing:0;top:39.374820709229rem;left:33.061966300011rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FXvbRJo4PrfxTSdRM8GPAW1zxAZTMqc9 { position:absolute;display:block;z-index:100117;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:44.6875rem;left:36.25rem;overflow:hidden;display:block; }
#F0Hb9HgupX6HCMDLIgT2vv1Ns3tLWynQ { z-index:100119;top:45.5rem;left:35.4375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RyLt4tnxfXsnTuQBVt4xZTa4coQfHQvG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JK80I65SRHNBa6HToGhTfJtU0kxX7WWw { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:1.2100505828857rem;left:13.061967253685rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9RB1cVCaF4gCzOrwbn08585maDIoqmA { color:#999999;display:block;width:6.937125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100149;line-height:1.3;letter-spacing:0;top:18.272371292114rem;left:53.436611533165rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#h2yKvxJ9Rq51tPNGBL7s7KF5tio6in3H { color:#999999;display:block;width:6.937125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100151;line-height:1.3;letter-spacing:0;top:18.272371292114rem;left:34.030537009239rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#nkzqlLsqgCqRarcT6HmgBIpPmlQn9D99 { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100152;line-height:1.3;letter-spacing:0;top:41.86079788208rem;left:34.031425833702rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Jft0Xusd2nUCveUU4nRCsZSNwbO4LUkR { color:#999999;display:block;width:6.937125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100153;line-height:1.3;letter-spacing:0;top:17.39524269104rem;left:13.061967253685rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BXJv26tbahbz1HGCEUks8RoCaZbt5DqK { color:#999999;display:block;width:6.937125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100150;line-height:1.3;letter-spacing:0;top:41.859906196594rem;left:55.249466300011rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#N34XXtxvbdz1hfiDnRlFTuT9cbQ5xkpq { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:27.375rem;left:12.9375rem;overflow:hidden;display:block; }
#AEamuEvFCuknpzUqUdk5o8m98216vkGP { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:34rem;left:16.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; }
#l3eWyDDyi9VFnE3zK9dQKVSwAzxIcTQu { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100104;line-height:1.6;letter-spacing:0;top:38.124098777771rem;left:15.050603270531rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dVtF86TUgpakHhS9uJ3MuwPZRxO2iOV4 { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:39.627117156983rem;left:12.925780653954rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GX3gWHOrUoAZEbin1DXPOSyHEiFf0Sha { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100159;line-height:1.3;letter-spacing:0;top:41.75rem;left:14.3125rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ipfecTmNy30zfw4eehxbHbf88g2dUgex { position:absolute;display:block;z-index:100124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:44.484550476074rem;left:16.706674933434rem;overflow:hidden;display:block; }
#uEWWhg85C9wNi8V4s9ite7XPNaQEuTZ1 { z-index:100126;top:44.99857711792rem;left:16.113281607628rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ToVRIesvB31g2X4my2odHEfclVEQKWti { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i4sPPiWc2hHgtQxLE2dSXl9GHPQbWt3T { position:absolute;display:block;z-index:100150;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.5) ;height:8.6248125rem;width:11.624625rem;top:1.2100419998169rem;left:3.4881037473679rem;overflow:hidden;display:block; }
#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF { position:relative;display:block; }#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF { background-color: transparent; background-image: none; }#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF > .row .container > .video-iframe-container { display: none; }#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF > .row > .video-iframe-container { display: none; }#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF > .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); }#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF { border-width: 0; border-radius: 0; }#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF > .row .container > .video-iframe-container {  }#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6018b7eb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6018b7eb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-size:contain !important;font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#oNt0Wdw3czMiSvUDyfsrTalrphWa780i { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:9.6875rem;left:55.6875rem;overflow:hidden;display:block; }
#tsiDXa3RuTq6qOPEHTRXrEo95kFS35JN { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:14.0625rem;left:58.25rem;height:1.4622375rem;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; }
#fe94tTDKfCieCwG9Cz0G4fSJrKHTsISX { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100104;line-height:1.6;letter-spacing:0;top:19rem;left:57.625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#umAgL3MpT9ClSw1PiE3KqQ5fi52r0PTp { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:19.875rem;left:56.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; }
#s9JSxAUH6f1xdq8qWHlA6TsbTgveG05H { position:absolute;display:block;z-index:100124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:27rem;left:59.3125rem;overflow:hidden;display:block; }
#LZv3vVnlgvo109F5mxZiy17SIhhBJGok { color:#999999;display:block;width:6.935375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100159;line-height:1.3;letter-spacing:0;top:22.25rem;left:57.625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AOdoiRuf8aHZmNIBqUcZhEU7kiZCH8ok { z-index:100126;top:27.8125rem;left:58.5rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BRzXW1ExkKTQ1AKNxqq6ER69R0FTCgEv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Tkpiyn5GocEAI6nMfIOnLo6tRSEcDhd9 { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:9.6875rem;left:34.5625rem;overflow:hidden;display:block; }
#Vv2zaywGkxEHywpXSxIToM6ulDJJKqVA { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100099;line-height:1.3;letter-spacing:0;top:13.3125rem;left:37.125rem;height:2.92448125rem;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; }
#v6qkETbWGMnN0g19fRDZxd3ygvgHxTqJ { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100092;line-height:1.6;letter-spacing:0;top:19.875rem;left:37.1875rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G84IO2acvDkTT2Ra5wVFRMi7Cn8N2Xkx { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:20.8125rem;left:35.25rem;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; }
#HCiqdLuyDWwZp2ckiZ0JGIf12Mxkqpvi { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100160;line-height:1.3;letter-spacing:0;top:23.875rem;left:35.375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mFQR0uis27fhAe3F89Vypo1gQTHcfRml { position:absolute;display:block;z-index:100112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:25.4375rem;left:38.25rem;overflow:hidden;display:block; }
#gE0hKhz3XOItotBxsMvOTWegVrqdaKTC { z-index:100114;top:26.0625rem;left:37.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nyVnnB73uoxl7N95vhWlrgmhZoAXyxby { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HAQtuNh5Q6LQQhM8X15ETgQTdKu3Z6tx { position:absolute;display:block;z-index:100149;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.5) ;height:10.1243125rem;width:18.3114375rem;top:1.2513022422791rem;left:0rem;overflow:hidden;display:block; }
#rtnDHxdJNxt4ygxkZlsCD7FaT8h6kBl2 { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.8181819915771rem;left:15.300070166588rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIvQoLvRItViEHQu6xRs9CTKCMgWEX1O { position:absolute;display:block;z-index:100066;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:9.6875rem;left:14.1875rem;overflow:hidden;display:block; }
#qG4xphAN7FQGuP4xmKmVUmW0FFTwk21f { color:#0f86a9;display:block;width:12.6236875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100119;line-height:1.3;letter-spacing:0;top:13.3125rem;left:16.747396469116rem;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; }
#fzNaIFLeConIc7zd9kT0efvpRFO9GRBG { color:#e4e4e4;display:block;width:11.809875rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:700;z-index:100170;line-height:1.3;letter-spacing:0;top:17.0625rem;left:17.154947280884rem;height:5.68359375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DVSISUMptJGABfbxKNUopgTB1b1A3Rwu { color:#ef4b15;display:block;width:15.1861875rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100112;line-height:1.6;letter-spacing:0;top:22.236980438233rem;left:16.769533157349rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zmlIW5o2yTpJJuOI1BnMDdcuUFQwbq8p { color:#383838;display:block;width:12.6236875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100114;line-height:1.3;letter-spacing:0;top:23.0625rem;left:15.299478530884rem;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; }
#OCfdXGbGkrwrMvtleOZLJnRfesQu1Irn { color:#999999;display:block;width:6.93625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100167;line-height:1.3;letter-spacing:0;top:24.4375rem;left:15.5rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#v6l3d3NLdJf9MEIxAK0WE4sBtioRBID5 { position:absolute;display:block;z-index:100132;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:26.1875rem;left:17.8125rem;overflow:hidden;display:block; }
#eqyy1XhvTlIGl0eIHkKwl3cyafVQZqLs { z-index:100134;top:26.5625rem;left:17rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SP3Wn9Pi46URUKTgbTOoHOpW9KFWSReH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV { position:relative;display:block; }#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV { background-color: transparent; background-image: none; }#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV > .row .container > .video-iframe-container { display: none; }#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV > .row > .video-iframe-container { display: none; }#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV > .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); }#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV { border-width: 0; border-radius: 0; }#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV > .row .container > .video-iframe-container {  }#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6018b7eb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6018b7eb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.38), #ffffff);background-size:contain !important;font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#GT3yI3TRrCkp6UrbuTKI2fNaXQ85O1Xr { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.93625rem;width:17.7485625rem;top:5.8125rem;left:42rem;overflow:hidden;display:block; }
#KTrKU1IAwAJTqaUsWiHhdD6yhXI6glM7 { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:10.1875rem;left:44.5625rem;height:1.4625rem;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; }
#t0MCB1FGTMeoZ9ni0ZtqlGSQSKbkJP1V { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100104;line-height:1.6;letter-spacing:0;top:15.125rem;left:42.9375rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KHGw62tvc0OGP4LZHxnBii6oTNKgh24G { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:16rem;left:40.8125rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lNlNMEbwE4PFn6FSVg1fgQqBNtNNfCX5 { position:absolute;display:block;z-index:100124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:21.9375rem;left:46.0625rem;overflow:hidden;display:block; }
#Jr1vi5vQ25ZyXioE0z8TVLS16fgLdShn { z-index:100126;top:22.625rem;left:45.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dCboxehcIwxfxGSMpfLgpAD9r3VSGsTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pHfs98ZIIeJVr3EWa8xcl9RU8bJCcMP8 { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:5.8125rem;left:20.875rem;overflow:hidden;display:block; }
#FWKHpXdnnTKK844whTBP1CXLfTO5LlDW { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100099;line-height:1.3;letter-spacing:0;top:9.4375rem;left:23.4375rem;height:1.4622375rem;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; }
#URSLbwUNKuzF58mO8GWNorPWlIFdPW0I { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100092;line-height:1.6;letter-spacing:0;top:16rem;left:23.5rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gMCx9zWJ0TUkW4776CuvN5lLGfRutLbx { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:16.9375rem;left:21.5625rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VV2RgaKhhwDimpAoxSEeT5LOW7CAm6B3 { position:absolute;display:block;z-index:100112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:21.625rem;left:24.5625rem;overflow:hidden;display:block; }
#XQN7oNc4tw6mBaTTgSTTyTV8Uznh67Jw { z-index:100114;top:22.25rem;left:24.0625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xp6iush11XP4cRTuMz78I4JM6xb84QfV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rlU5dNtwwbKK0vyB9XJDL7aMw4HXDTdD { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:1.8181819915771rem;left:15.300070166588rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q81uP6H3U5a9vMZedoeCsRDfOb2sLS9i { color:#e4e4e4;display:block;width:11.8119375rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:100161;line-height:1.3;letter-spacing:0;top:12.1875rem;left:45.4375rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CUtTTPMfHLFFQvZ2RbafXpqZTsnayoTd { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100107;line-height:1.3;letter-spacing:0;top:16rem;left:48.875rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gq8ZCm2D3leq73DvRq65HTMGlkBWkCaN { position:absolute;display:block;z-index:100149;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.5) ;height:6.4373125rem;width:12.562125rem;top:1.8125rem;left:7.3125rem;overflow:hidden;display:block; }
#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp { position:relative;display:block; }#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp { background-color: transparent; background-image: none; }#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp > .row .container > .video-iframe-container { display: none; }#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp > .row > .video-iframe-container { display: none; }#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp > .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); }#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp { border-width: 0; border-radius: 0; }#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp > .row .container > .video-iframe-container {  }#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(207deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(207deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(207deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(207deg, #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(207deg, #ffffff, rgba(24,183,235,0.38));background-size:contain !important;font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#NbIgE4mTeCBT3ZTlUmLUIEaVMsqzHM1o { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.93625rem;width:17.7485625rem;top:1.5rem;left:41.25rem;overflow:hidden;display:block; }
#N9UtAPTFmAVqWBhI7POhbF7V4hJNSR60 { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:5.875rem;left:43.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#h92ocLkwAUAlbmRvNV1W0UNJyThEOn9R { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100104;line-height:1.6;letter-spacing:0;top:10.1875rem;left:43.625rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eH6FtWaBKSVA7rZCsLqxOicHh8GdJROa { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:11.1875rem;left:40.8125rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eTQCd3ifszXsN2PaJveJQmR5ZBeTABAz { position:absolute;display:block;z-index:100124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:17.625rem;left:45.3125rem;overflow:hidden;display:block; }
#fZ6WppBIPOC2wKIQQRDyEbfZxUK9W0dM { z-index:100126;top:18.3125rem;left:44.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SEa9OXK0sTLdXKau7E13Bfu8RnhAK8DV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IkRJyTdf03XBFWiCwdKhWHWXUvTkuUfr { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:1.5rem;left:20.125rem;overflow:hidden;display:block; }
#ZV2JN3sra2IIG3xUlhTfo67Z8ealEENu { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100099;line-height:1.3;letter-spacing:0;top:5.8125rem;left:22.6875rem;height:1.4625rem;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; }
#CzAr4K4L2hTeSFdZbRyyw0mWUPnSNZNF { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100092;line-height:1.6;letter-spacing:0;top:11.6875rem;left:22.75rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BPnJKfq3fqNgdMJVRVerxVlnORx8Eds5 { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:12.625rem;left:20.8125rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R8FNKOOuCrCoD6J87WPZcMsPT2WN6dW0 { position:absolute;display:block;z-index:100112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:17.25rem;left:23.8125rem;overflow:hidden;display:block; }
#lik9h4REOsKU4XN0ZOA2xSsAUoWDr0Tx { z-index:100114;top:17.875rem;left:23.3125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#QSMXUcHJubF4dV823U8y5ck4WRaD1mcy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ { position:relative;display:block; }#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ { background-color: transparent; background-image: none; }#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ > .row .container > .video-iframe-container { display: none; }#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ > .row > .video-iframe-container { display: none; }#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ > .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); }#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ { border-width: 0; border-radius: 0; }#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ > .row .container > .video-iframe-container {  }#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(0deg, #ffffff, rgba(24,183,235,0.38));background-size:contain !important;font-size:0.875rem;font-family:arial;height:25.9375rem;width:75rem;position:relative;display:block; }#oPelUEfnh1HC74nl0CRNTTXnQICEZenT { position:absolute;display:block;z-index:100058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.93625rem;width:17.7485625rem;top:3.875rem;left:41.0625rem;overflow:hidden;display:block; }
#wKb8vQsF88d039ltqkxexV1RuGvXoAsl { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100111;line-height:1.3;letter-spacing:0;top:8.25rem;left:43.625rem;height:1.4622375rem;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; }
#zpW2LnxCoPSGZaolPGOUn5DhpsaK7tUk { color:#ef4b15;display:block;width:15.1864375rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100104;line-height:1.6;letter-spacing:0;top:12.5625rem;left:43.4375rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hHmJ9SK8eC12cHsyWe7kWvTAncyzKHuU { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100106;line-height:1.3;letter-spacing:0;top:13.5625rem;left:41.3125rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CeHscMDwgEgqvEPnHITLIZ02HbQ5yw0U { position:absolute;display:block;z-index:100124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:20rem;left:45.125rem;overflow:hidden;display:block; }
#wy6UT2Th6OHs9i5AyGxUzOFELJqelap6 { z-index:100126;top:20.6875rem;left:44.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K8XVq3QqG2TkZcdoXS7cNV4nE9nRkW1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v3yaeVNHTXCl7qwngnEQFDdwc4QGwRDU { position:absolute;display:block;z-index:100046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.937125rem;width:17.7494375rem;top:3.875rem;left:19.9375rem;overflow:hidden;display:block; }
#f9KnKMlwoThLFGlFml8ycZtITlBKEydb { position:absolute;display:block;z-index:100112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:19.625rem;left:23.625rem;overflow:hidden;display:block; }
#TixzJXUhQfUlbRaI9lqwlx35Hc2yMh9O { z-index:100114;top:20.25rem;left:23.125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wLuaUx0Ikuo7bTDnvSWFFUQ7uUpE6HS2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TfMII7v72zeM4qooz7OTDH02pm8nGhkR { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:1.2562280893326rem;left:12.288707137108rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IyIafumDamA9TX1ILiUEQ2uHJOv2b00G { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100112;line-height:1.3;letter-spacing:0;top:8.979048371315rem;left:22.497335791588rem;height:1.4625rem;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; }
#th79cuI1RKM9EPgcmZ7Tpkfd3nDKLfG1 { color:#e4e4e4;display:block;width:12.8125rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100127;line-height:1.3;letter-spacing:0;top:12.382825493813rem;left:22.403231024742rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8AaAFfL8iLMQ2hNgc6RrDD8G2xWD8uF { position:absolute;display:block;z-index:100151;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.5) ;height:7.6873125rem;width:11.8119375rem;top:1.2562144994736rem;left:11.375176787376rem;overflow:hidden;display:block; }
#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(17,120,209,0.19);background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop.adaptive-delivery-prevent-bg, #TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop.lazyload, #TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop.lazyloading { background-image: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container { background-color: transparent; background-image: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container > .video-iframe-container { display: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row > .video-iframe-container { display: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .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); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container { border-width: 0; border-radius: 0; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row > .video-iframe-container {  }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#fQgpTeSVexEt78CDmDawtSX7bn7kJTGm { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:36.5625rem;height:2.7625rem;font-style:normal;display:block; }
#e3vxN02BwMKZqTqFx9g8AzCbPTQEqs5p { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:22.1875rem;top:6.75rem;left:43.4375rem;display:block; }
#v0hedtTovWiSBKuQkV7MQLaAQlQPnzOC { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:44.6875rem;height:7.434875rem;text-align:justify;text-align-last:initial;display:block; }
#pDnCd0TuVsG1SkkueAQMbplOqF1JGA8W { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:63.4375rem;display:block; }
#UoTf7zmNo9vFTV9PkZH3ov0Qgz2rnTEO { position:absolute;display:block;z-index:100004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:61.375rem;display:block; }
#QzvddIpHFKgycaI42Old5MNCNOzr1Kwo { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:19.937501430511rem;left:63.5rem;display:block; }
#gbJZmyhmR2CJIkXwT6W2GKAyKBfqt5Bs { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:37.0625rem;height:1.80013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#IucHUoDIKOK5SbTPbese70zc25ik058B { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:42rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#PiNp6a5N1V921ZvdhylTSPGKBwSdrU9d { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:22.062501430511rem;left:63.5625rem;display:block; }
#E9NvXaPwdpaysqftfKyCt9yW7hrOUoTa { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:63.4375rem;display:block; }
#uB8ZmbHOKCP2mnQPFXEEF1eIIzIPDbQR { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:24.375001430511rem;left:63.5625rem;display:block; }
#ZONu4Wd6cG7RgoPMZ4TKTBbBD2VR8FxO { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:63.4375rem;display:block; }
#kaGvynt0cSlcyrUo6QkBkqi405qwMvmb { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:51.375rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#rFZadaMVp0yvv0LIfDJk979rQzBE8ZqF { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:51.375rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#RAMDctwemMvcvW9CmyRcvhfDL1GbPXQm { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:26.541667461395rem;left:63.5625rem;display:block; }
#mEi19GrbRAT0GNBXRh5mUk1lgeNX3Gac { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:63.4375rem;display:block; }
#a8ULTBySL1QCdJLyXB0pzgniFv8oztOo { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:51.375rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K { 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; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { background-color: transparent; background-image: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container > .video-iframe-container { display: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container { display: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .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); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { border-width: 0; border-radius: 0; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container {  }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#XG89XfRQ0yF3pVoPkNuePHqVpyJPFCyZ { 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:32.75rem;height:2.54375rem;font-style:normal;display:block; }
#R7pz8RuwG9zKzqoHxK65L7lVVwDs6hWP { 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:17.375rem;height:2rem;font-style:normal;display:none; }
#ItSb2QWtnFsrzNluFDUa8UofWCGPR6LT { 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:13.375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HHSxZLzBPk3xr6rOITTMA4dZcrho17cM { 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:13.5rem;display:none; }
#bhNXeuVdGulESB50RbOg8dHGdXeSXysP { 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:57.9375rem;display:block; }
#uNkTlGsDiZAGC8H1U1Bw55ashlmsMpHC { 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:48.0625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zzTuCQAAbTE4vTTPsE0W6QsOz5sLNgVR { 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:9.8125rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kfb1bHMubT7ttuv5iEwyBnZhVELaWhk8 { 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:57.9375rem;display:block; }
#DBWgbxAMWa6qqRkRbhICwi6S9Fyh1Qu0 { 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:39.8125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#J2vSyqqItbnzaIM8Qk3PcI7dErEBhhra { 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:39.6875rem;display:block; }
#s3iMI4rMXMWTJyCpWTR6cJvVrXTHcF14 { 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:33.6875rem;display:block; }
#hEOG29EITEX2F5NxpmLvkVNTDe7ChZwo { 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:29.6875rem;display:block; }
#gx0WbvgEhW18fietO9JNGVMkmh768V3I { 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:25.5625rem;display:block; }
#bzfszoCXN4VMoDWv9eCTvuEgAo4fW2no { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f141b;background-image:none;position:relative;display:none; }#bzfszoCXN4VMoDWv9eCTvuEgAo4fW2no > .row .container { border-width: 0; border-radius: 0; }#bzfszoCXN4VMoDWv9eCTvuEgAo4fW2no > .row > .video-iframe-container {  }#bzfszoCXN4VMoDWv9eCTvuEgAo4fW2no > .row .container { font-size:0.875rem;font-family:arial;height:17.375rem;width:75rem;position:relative;display:none; }#EDP9vqVF1LWBRP0rgAigOvTc2XBDkiBk { color:#ffffff;display:block;width:62.875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:1.572265625rem;left:8.0625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sHSTTEUExSW8lVSrxxSN6Wg9AHyfuT7W { color:#ffffff;display:block;width:20.7495rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100057;line-height:2.7;letter-spacing:0;top:7.390625rem;left:40.625rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#IIA2Fmhmyi0fKThFuW8PPS1fJIzLs15L { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100050;top:7.92626953125rem;left:61.8125rem;display:block; }
#XICLWkx3fVqa3eGyXSF3usTuklre0VNC { color:#707b8b;display:block;width:32.562rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100050;line-height:1.9;letter-spacing:0;top:10.1513671875rem;left:28.875rem;height:3.861325rem;text-align:right;text-align-last:right;display:block; }
#nX55r1nZbM8RTZ7Z134O9x0XgGeCId5V { color:#707b8b;display:block;width:11.3745rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100050;line-height:2.7;letter-spacing:0;top:10.72998046875rem;left:25.6875rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#XW6ycPnJZNULTh4JUUoRx1nF0aXzpoN2 { color:#707b8b;display:block;width:11.3745rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100049;line-height:2.7;letter-spacing:0;top:7.27294921875rem;left:25.6875rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#M5pvxHtsXI4CH2r1mIPWlXTrPxmSx9hy { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100061;top:14.36669921875rem;left:37.25rem;display:block; }
#VT8OloxoP7mB9n4PNV72NrsLUObviuvm { color:#707b8b;display:block;width:11.3745rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100054;line-height:2.7;letter-spacing:0;top:13.5537109375rem;left:25.6875rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#Bt4gNPzKVcJRGhxRBeKMLg5Kc3OXwvgt { color:#707b8b;display:block;width:11.3745rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100051;line-height:2.7;letter-spacing:0;top:14.23681640625rem;left:49.9375rem;height:2.69921875rem;text-align:right;text-align-last:right;display:block; }
#y06HDilo3F8afNx6N8xaBcZVR7tJumpR { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:14.560546875rem;left:61.9375rem;display:block; }
#Z4BJnB1TTnAy3teTfQHkWoD0mRFsBi8x { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.749025rem;width:1.749025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100058;top:14.560546875rem;left:61.9375rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { display:block; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB  { width:15rem;height:auto; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB {display:block;}#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #OIgwLnbqHFV4hNHw3T5pZO1S9JEDDh5A {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #TbgBVPcZGp34rhoHNwGuGd0H9t64uz7b {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #AGQrWUtp6bh54q8AnJwMnpdmFztCiEJi {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #Vmt8wubs5o4TLxwycS4zRzL6kQOOFLGq {  }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #Vmt8wubs5o4TLxwycS4zRzL6kQOOFLGq .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #oDCfzwU1nhapEgzOuH0R71quIL4n8P55 {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #vIrkMhgUZ8f93tVNznGVfRc0VJeou40N { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #rGwBuzfAlEesG2ImdRHmEA8h7qrJMucv {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #l7Z0NEdAcVebgkuNVpuTz6fcnCET65Ol { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #tTqEUUEzf4D3owDSGGB3VR0DT4zK0BHx {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #IyLVT1u2risTgau23qnHCKUIG91pCSN7 {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #T2NOTUX0c6GiM3qAF6BK4im3uSHEXyJF {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #mKTQsOMJSJtizFZzziGot7EHOiMogPBf {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #RZuBHuRO65LzXAx8Ih6qAPMAK5cxumzV {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #xxm3Gg8rSfCZJeAEWkx8PTIXZcy7HxXx {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #nC9G2ApKEOLdu67mMIelRQaqwUGzeZg6 {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #tebCQWEe4sJOBTlzgN91emwh403wOraS {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #rmOGoImw2Dabp5Rr8xkrXws6dMMcGuN7 {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #N3NPw4TgRQgMddG81ygJTVoFpggxgqiZ {  }
 }@media only screen and (max-width: 763px) { #eFiSNvMN9c9eMnPEq5VUdFw3U8OqdB4C { display:block; }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #itzcGVxMdZrvzZonIyizdTlLLUKNorxf {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #eLWB95MCkbZvbWKZsn4KlshBhD1wXcDw {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #hv0WbAk3mdmQff4FWg9ohCWqR2gLwpq2 {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #kIvc3RkKHFE5kMnKbXUxpqkLepDqye4H {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #hEKpx47m99Vs6Nx7UqOZWg1STGIsBoBR {  }
 }@media only screen and (max-width: 763px) { #ad3Rf0XokrU9qtTo3iQzBvAuhNanyZHo { width:15.375rem;height:1.9375rem;top:14.9375rem;left:31.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDHagbg95CmfvA7qLockbHy1PLFFOBsa { top:9.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2WUmHnAQrhSTUuF9KMn232MSgLTNBXM { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDxupmb9nmDTfWno39hPIAa76KAnzfim { top:45.3125rem;left:33.5625rem;width:12.625rem;height:4.8120495423018rem;display:block; }
 }@media only screen and (max-width: 763px) { #MExuTrVItZLSKSh72CvacPng62w3TKPD { top:14rem;left:32.0625rem;width:14.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhufoErpdeCm6TS303fNqZTysKx9ZPkN { top:46.875rem;left:15.5625rem;width:6.625rem;height:2.6874771213465rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCVWDAlrT6W2s8SAPSaB988QrErUOTtX { top:46.625rem;left:22rem;width:9.375rem;height:3.49964375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUnUVNP0aPac6GIWTJVMzdGEKdRvMJWy { top:50.0625rem;left:17.625rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO { display:block; }#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyKgUNtWsuah2Bp6xAaxoAhPQfCgePrm { width:12.5625rem;height:;top:8rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDGWeTrgeg6T3Bz78QFh7aZsCRQOqqX9 { width:15.125rem;height:3.25rem;top:14.9375rem;left:32.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbTxyTmElzZ5OrJxbCsHKAgD75kBsWuU { top:4.0625rem;left:30rem;width:17.6875rem;height:21.860574366793rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3gFNNQ9aeU0t273Jsdw3iEGTe3sVqqK { width:12.5625rem;height:1.5rem;top:15.8125rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAxO4blHdqSIMuSmMFxKVeGAoGhSad6W { top:21.25rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuNoqMI7VUKadGLXxZoqzIBErhAwfLsW { top:21.8125rem;left:36.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCpate2MROBvqch2VDx7MQZTJiMpm2Ty { display:block; }
 }@media only screen and (max-width: 763px) { #pOVKCiTsdVSe3GccK5xBrrntxWyy4wTJ { width:12.5625rem;height:4.375rem;top:8.125rem;left:22.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV4gA4C0Zkc6uaQIiVHaeLtJrZcDxrcJ { width:15.125rem;height:3.25rem;top:15.125rem;left:20.875001907349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvC6WIEVXR55rhfPoKFo1pVZrzeUeg22 { width:12.5625rem;height:1.5rem;top:15.9375rem;left:18.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0CKMLk2qgk8EbTQB1FzCfTH4sk8IwQt { top:21.3125rem;left:22.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #blJdTDoNTgFsWDls6xtz7wX4Xvpeqoll { top:21.875rem;left:21.8125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsllhWMonMyuKvZKevO8d0snuNdo2ZZP { display:block; }
 }@media only screen and (max-width: 763px) { #yXtkEnaok1qSPBG3T3f75ak1FZ5euL1F { top:4.125rem;left:19rem;width:17.6875rem;height:21.860574366793rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA7M9kg9u9PxRCCrpKR59G3IeqAJbmou { width:12.5625rem;height:;top:8.5rem;left:1.4257816076279rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnsVpGXl8Psp8QvLJzaCPc58DOnGTUBt { top:3.625rem;left:0rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ4FUcB1SNDfm6X9lR2SBXHJdpZcpbrr { width:15.125rem;height:3.25rem;top:14.625rem;left:0.61328065395355rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRxVL8bu5l50XgAENTfusPAqd2rvFrO2 { width:12.5625rem;height:1.5rem;top:15.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSOcxlZ2AbFGFFJgfxBnmEb1vhdsw3bW { top:20.8125rem;left:2.3631023168564rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2ZDBBHLANXaemsygKphZ0F4soHuL9kX { top:21.375rem;left:1.5507806539536rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7TdToCKKDRZDkDlb9bxsADWE209ML10 { display:block; }
 }@media only screen and (max-width: 763px) { #xbXfA05UZ4CZdHTAm7O2Bfin8rqW0fuO { width:12.5625rem;height:;top:31.5rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6yrdErxW5rzvpylZ81WqpzWQhzdxdFK { top:27.375rem;left:30.0625rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #isEHm8swZd2uX9kZGooydCKos2k077mT { width:15.125rem;height:3.25rem;top:38.0625rem;left:32.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csy9kDRmhP3TfTrT05f5JEVbwaSXKeLH { width:12.5625rem;height:1.5rem;top:38.875rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4CqwRTcfnWxs2ZlAxTyPHIxpHHQwRmA { top:44.75rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnaLBaf2rsnFLDVRKuJgJsrpwXpwR9Lt { top:45.3125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw9gnuU1NSLThabutchwZgQh9zbuzkdr { display:block; }
 }@media only screen and (max-width: 763px) { #BG3uhPuDPuTn5tooyZoQ4uaMcKxLVIAP { top:27.375rem;left:19rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqNmKs6VlowSHhLcqfTuUa54LZfnlaDz { width:12.5625rem;height:;top:34.0625rem;left:22.124287009239rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b66KEC3Sv4vOTxevVpPOsG3eGXCWTiDU { width:15.125rem;height:3.25rem;top:38.3125rem;left:21.811787009239rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzIfBIJu7l8alnVfxfT8gxmgrmB0l2mD { width:12.5625rem;height:1.5rem;top:39.3125rem;left:19.436966300011rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXvbRJo4PrfxTSdRM8GPAW1zxAZTMqc9 { top:44.6875rem;left:22.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Hb9HgupX6HCMDLIgT2vv1Ns3tLWynQ { top:45.5rem;left:21.8125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyLt4tnxfXsnTuQBVt4xZTa4coQfHQvG { display:block; }
 }@media only screen and (max-width: 763px) { #JK80I65SRHNBa6HToGhTfJtU0kxX7WWw { top:1.1875rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9RB1cVCaF4gCzOrwbn08585maDIoqmA { top:18.25rem;left:39.811611533165rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2yKvxJ9Rq51tPNGBL7s7KF5tio6in3H { top:18.25rem;left:20.405537009239rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkzqlLsqgCqRarcT6HmgBIpPmlQn9D99 { top:41.8125rem;left:20.406425833702rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jft0Xusd2nUCveUU4nRCsZSNwbO4LUkR { top:17.375rem;left:0rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXJv26tbahbz1HGCEUks8RoCaZbt5DqK { top:41.8125rem;left:40.875rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N34XXtxvbdz1hfiDnRlFTuT9cbQ5xkpq { top:27.375rem;left:0rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEamuEvFCuknpzUqUdk5o8m98216vkGP { width:12.5625rem;height:;top:34rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3eWyDDyi9VFnE3zK9dQKVSwAzxIcTQu { width:15.125rem;height:3.25rem;top:38.0625rem;left:1.4256032705307rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVtF86TUgpakHhS9uJ3MuwPZRxO2iOV4 { width:12.5625rem;height:1.5rem;top:39.625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX3gWHOrUoAZEbin1DXPOSyHEiFf0Sha { top:41.75rem;left:0.6875rem;width:6.875rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipfecTmNy30zfw4eehxbHbf88g2dUgex { top:44.4375rem;left:3.0816749334336rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEWWhg85C9wNi8V4s9ite7XPNaQEuTZ1 { top:44.9375rem;left:2.4882816076279rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVRIesvB31g2X4my2odHEfclVEQKWti { display:block; }
 }@media only screen and (max-width: 763px) { #i4sPPiWc2hHgtQxLE2dSXl9GHPQbWt3T { top:1.1875rem;left:0rem;width:11.5625rem;height:8.5787192732025rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF { display:block; }#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNt0Wdw3czMiSvUDyfsrTalrphWa780i { top:9.6875rem;left:30.0625rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsiDXa3RuTq6qOPEHTRXrEo95kFS35JN { width:12.5625rem;height:2.875rem;top:14.0625rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe94tTDKfCieCwG9Cz0G4fSJrKHTsISX { width:15.125rem;height:3.25rem;top:19rem;left:32.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umAgL3MpT9ClSw1PiE3KqQ5fi52r0PTp { width:12.5625rem;height:1.5rem;top:19.875rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9JSxAUH6f1xdq8qWHlA6TsbTgveG05H { top:27rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZv3vVnlgvo109F5mxZiy17SIhhBJGok { top:22.25rem;left:40.875rem;width:6.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOdoiRuf8aHZmNIBqUcZhEU7kiZCH8ok { top:27.8125rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRzXW1ExkKTQ1AKNxqq6ER69R0FTCgEv { display:block; }
 }@media only screen and (max-width: 763px) { #Tkpiyn5GocEAI6nMfIOnLo6tRSEcDhd9 { top:9.6875rem;left:20.9375rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv2zaywGkxEHywpXSxIToM6ulDJJKqVA { width:12.5625rem;height:4.375rem;top:13.3125rem;left:23.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6qkETbWGMnN0g19fRDZxd3ygvgHxTqJ { width:15.125rem;height:3.25rem;top:19.875rem;left:23.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G84IO2acvDkTT2Ra5wVFRMi7Cn8N2Xkx { width:12.5625rem;height:1.5rem;top:20.8125rem;left:21.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCiqdLuyDWwZp2ckiZ0JGIf12Mxkqpvi { top:23.875rem;left:21.75rem;width:6.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFQR0uis27fhAe3F89Vypo1gQTHcfRml { top:25.4375rem;left:24.625rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE0hKhz3XOItotBxsMvOTWegVrqdaKTC { top:26.0625rem;left:24.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyVnnB73uoxl7N95vhWlrgmhZoAXyxby { display:block; }
 }@media only screen and (max-width: 763px) { #HAQtuNh5Q6LQQhM8X15ETgQTdKu3Z6tx { top:1.25rem;left:0rem;width:18.25rem;height:10.090343979002rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtnDHxdJNxt4ygxkZlsCD7FaT8h6kBl2 { top:1.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIvQoLvRItViEHQu6xRs9CTKCMgWEX1O { top:9.6875rem;left:0.5625rem;width:17.6875rem;height:21.860563853313rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG4xphAN7FQGuP4xmKmVUmW0FFTwk21f { width:12.5625rem;height:2.875rem;top:13.3125rem;left:3.1223964691162rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzNaIFLeConIc7zd9kT0efvpRFO9GRBG { top:17.0625rem;left:3.5299472808838rem;width:11.75rem;height:5.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVSISUMptJGABfbxKNUopgTB1b1A3Rwu { width:15.125rem;height:3.25rem;top:22.1875rem;left:3.1445331573486rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmlIW5o2yTpJJuOI1BnMDdcuUFQwbq8p { width:12.5625rem;height:1.5rem;top:23.0625rem;left:1.6744785308838rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCfdXGbGkrwrMvtleOZLJnRfesQu1Irn { top:24.4375rem;left:1.875rem;width:6.875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6l3d3NLdJf9MEIxAK0WE4sBtioRBID5 { top:26.1875rem;left:4.1875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqyy1XhvTlIGl0eIHkKwl3cyafVQZqLs { top:26.5625rem;left:3.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP3Wn9Pi46URUKTgbTOoHOpW9KFWSReH { display:block; }
 }@media only screen and (max-width: 763px) { #PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV { display:block; }#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GT3yI3TRrCkp6UrbuTKI2fNaXQ85O1Xr { top:5.8125rem;left:28.375rem;width:17.6875rem;height:21.860985850269rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTrKU1IAwAJTqaUsWiHhdD6yhXI6glM7 { width:12.5625rem;height:1.4375rem;top:10.1875rem;left:30.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0MCB1FGTMeoZ9ni0ZtqlGSQSKbkJP1V { width:15.125rem;height:3.25rem;top:15.125rem;left:29.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHGw62tvc0OGP4LZHxnBii6oTNKgh24G { width:12.5625rem;height:1.5rem;top:16rem;left:27.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNlNMEbwE4PFn6FSVg1fgQqBNtNNfCX5 { top:21.9375rem;left:32.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr1vi5vQ25ZyXioE0z8TVLS16fgLdShn { top:22.625rem;left:32.0625rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCboxehcIwxfxGSMpfLgpAD9r3VSGsTV { display:block; }
 }@media only screen and (max-width: 763px) { #pHfs98ZIIeJVr3EWa8xcl9RU8bJCcMP8 { top:5.8125rem;left:7.25rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWKHpXdnnTKK844whTBP1CXLfTO5LlDW { width:12.5625rem;height:2.875rem;top:9.4375rem;left:9.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #URSLbwUNKuzF58mO8GWNorPWlIFdPW0I { width:15.125rem;height:3.25rem;top:16rem;left:9.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMCx9zWJ0TUkW4776CuvN5lLGfRutLbx { width:12.5625rem;height:1.5rem;top:16.9375rem;left:7.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV2RgaKhhwDimpAoxSEeT5LOW7CAm6B3 { top:21.625rem;left:10.9375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQN7oNc4tw6mBaTTgSTTyTV8Uznh67Jw { top:22.25rem;left:10.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp6iush11XP4cRTuMz78I4JM6xb84QfV { display:block; }
 }@media only screen and (max-width: 763px) { #rlU5dNtwwbKK0vyB9XJDL7aMw4HXDTdD { top:1.8125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q81uP6H3U5a9vMZedoeCsRDfOb2sLS9i { top:12.1875rem;left:31.8125rem;width:11.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUtTTPMfHLFFQvZ2RbafXpqZTsnayoTd { width:12.5625rem;height:1.5rem;top:16rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq8ZCm2D3leq73DvRq65HTMGlkBWkCaN { top:1.8125rem;left:0rem;width:12.5rem;height:6.4050527415662rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4aHob428HbsEnTV8VUSlKkyaGzJugp { display:block; }#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbIgE4mTeCBT3ZTlUmLUIEaVMsqzHM1o { top:1.5rem;left:27.625rem;width:17.6875rem;height:21.860985850269rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9UtAPTFmAVqWBhI7POhbF7V4hJNSR60 { width:12.5625rem;height:;top:5.875rem;left:30.187501907349rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h92ocLkwAUAlbmRvNV1W0UNJyThEOn9R { width:15.125rem;height:3.25rem;top:10.1875rem;left:30.000001907349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH6FtWaBKSVA7rZCsLqxOicHh8GdJROa { width:12.5625rem;height:1.5rem;top:11.1875rem;left:27.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTQCd3ifszXsN2PaJveJQmR5ZBeTABAz { top:17.625rem;left:31.6875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ6WppBIPOC2wKIQQRDyEbfZxUK9W0dM { top:18.3125rem;left:31.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEa9OXK0sTLdXKau7E13Bfu8RnhAK8DV { display:block; }
 }@media only screen and (max-width: 763px) { #IkRJyTdf03XBFWiCwdKhWHWXUvTkuUfr { top:1.5rem;left:6.5rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV2JN3sra2IIG3xUlhTfo67Z8ealEENu { width:12.5625rem;height:1.4375rem;top:5.8125rem;left:9.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzAr4K4L2hTeSFdZbRyyw0mWUPnSNZNF { width:15.125rem;height:3.25rem;top:11.6875rem;left:9.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPnJKfq3fqNgdMJVRVerxVlnORx8Eds5 { width:12.5625rem;height:1.5rem;top:12.625rem;left:7.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8FNKOOuCrCoD6J87WPZcMsPT2WN6dW0 { top:17.25rem;left:10.1875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lik9h4REOsKU4XN0ZOA2xSsAUoWDr0Tx { top:17.875rem;left:9.6875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSMXUcHJubF4dV823U8y5ck4WRaD1mcy { display:block; }
 }@media only screen and (max-width: 763px) { #fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ { display:block; }#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPelUEfnh1HC74nl0CRNTTXnQICEZenT { top:3.875rem;left:27.4375rem;width:17.6875rem;height:21.860985850269rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKb8vQsF88d039ltqkxexV1RuGvXoAsl { width:12.5625rem;height:;top:8.25rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpW2LnxCoPSGZaolPGOUn5DhpsaK7tUk { width:15.125rem;height:3.25rem;top:12.5625rem;left:29.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHmJ9SK8eC12cHsyWe7kWvTAncyzKHuU { width:12.5625rem;height:1.5rem;top:13.5625rem;left:27.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeHscMDwgEgqvEPnHITLIZ02HbQ5yw0U { top:20rem;left:31.5rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy6UT2Th6OHs9i5AyGxUzOFELJqelap6 { top:20.6875rem;left:31.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8XVq3QqG2TkZcdoXS7cNV4nE9nRkW1T { display:block; }
 }@media only screen and (max-width: 763px) { #v3yaeVNHTXCl7qwngnEQFDdwc4QGwRDU { top:3.875rem;left:6.3125rem;width:17.6875rem;height:21.860780098388rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9KnKMlwoThLFGlFml8ycZtITlBKEydb { top:19.625rem;left:10rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TixzJXUhQfUlbRaI9lqwlx35Hc2yMh9O { top:20.25rem;left:9.5rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLuaUx0Ikuo7bTDnvSWFFUQ7uUpE6HS2 { display:block; }
 }@media only screen and (max-width: 763px) { #TfMII7v72zeM4qooz7OTDH02pm8nGhkR { top:1.25rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyIafumDamA9TX1ILiUEQ2uHJOv2b00G { width:12.5625rem;height:1.4375rem;top:8.9375rem;left:8.8723357915881rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #th79cuI1RKM9EPgcmZ7Tpkfd3nDKLfG1 { top:12.375rem;left:8.7782310247419rem;width:12.8125rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8AaAFfL8iLMQ2hNgc6RrDD8G2xWD8uF { top:1.25rem;left:0rem;width:11.75rem;height:7.6470030318906rem;display:block; }
 }@media only screen and (max-width: 763px) { #TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop { display:block; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQgpTeSVexEt78CDmDawtSX7bn7kJTGm { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3vxN02BwMKZqTqFx9g8AzCbPTQEqs5p { width:22.1875rem;height:0.1875rem;top:6.6875rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0hedtTovWiSBKuQkV7MQLaAQlQPnzOC { width:20.8125rem;height:7.1875rem;top:7.875rem;left:26.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDnCd0TuVsG1SkkueAQMbplOqF1JGA8W { width:1.875rem;height:1.875rem;top:19.75rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoTf7zmNo9vFTV9PkZH3ov0Qgz2rnTEO { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzvddIpHFKgycaI42Old5MNCNOzr1Kwo { width:1.75rem;height:1.75rem;top:19.875rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbJZmyhmR2CJIkXwT6W2GKAyKBfqt5Bs { width:28.5625rem;height:1.75rem;top:17.125rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IucHUoDIKOK5SbTPbese70zc25ik058B { width:20.75rem;height:2.6875rem;top:19.125rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiNp6a5N1V921ZvdhylTSPGKBwSdrU9d { width:1.75rem;height:1.75rem;top:22rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9NvXaPwdpaysqftfKyCt9yW7hrOUoTa { width:1.875rem;height:1.875rem;top:21.9375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uB8ZmbHOKCP2mnQPFXEEF1eIIzIPDbQR { width:1.75rem;height:1.75rem;top:24.3125rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZONu4Wd6cG7RgoPMZ4TKTBbBD2VR8FxO { width:1.875rem;height:1.875rem;top:24.1875rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaGvynt0cSlcyrUo6QkBkqi405qwMvmb { width:11.375rem;height:2.6875rem;top:21.4375rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFZadaMVp0yvv0LIfDJk979rQzBE8ZqF { width:11.375rem;height:2.6875rem;top:25.9375rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAMDctwemMvcvW9CmyRcvhfDL1GbPXQm { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEi19GrbRAT0GNBXRh5mUk1lgeNX3Gac { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8ULTBySL1QCdJLyXB0pzgniFv8oztOo { width:11.375rem;height:2.6875rem;top:23.75rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCRruUzyAcsS0kV6kExQuD6lFaKTat2K { display:block; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG89XfRQ0yF3pVoPkNuePHqVpyJPFCyZ { width:28.75rem;height:2.5rem;top:1.375rem;left:19rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7pz8RuwG9zKzqoHxK65L7lVVwDs6hWP { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItSb2QWtnFsrzNluFDUa8UofWCGPR6LT { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHSxZLzBPk3xr6rOITTMA4dZcrho17cM { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhNXeuVdGulESB50RbOg8dHGdXeSXysP { width:3.6875rem;height:3.6875rem;top:7.5625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNkTlGsDiZAGC8H1U1Bw55ashlmsMpHC { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzTuCQAAbTE4vTTPsE0W6QsOz5sLNgVR { width:47.75rem;height:3.9375rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfb1bHMubT7ttuv5iEwyBnZhVELaWhk8 { 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) { #DBWgbxAMWa6qqRkRbhICwi6S9Fyh1Qu0 { width:19.3125rem;height:3.5rem;top:13.8125rem;left:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2vSyqqItbnzaIM8Qk3PcI7dErEBhhra { top:13.25rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3iMI4rMXMWTJyCpWTR6cJvVrXTHcF14 { top:13.125rem;left:20.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEOG29EITEX2F5NxpmLvkVNTDe7ChZwo { top:13.125rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx0WbvgEhW18fietO9JNGVMkmh768V3I { top:13.125rem;left:11.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzfszoCXN4VMoDWv9eCTvuEgAo4fW2no { display:block; }#bzfszoCXN4VMoDWv9eCTvuEgAo4fW2no > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDP9vqVF1LWBRP0rgAigOvTc2XBDkiBk { top:1.5625rem;left:0rem;width:47.75rem;height:4.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHSTTEUExSW8lVSrxxSN6Wg9AHyfuT7W { width:20.6875rem;height:2.75rem;top:7.375rem;left:27rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIA2Fmhmyi0fKThFuW8PPS1fJIzLs15L { width:1.6875rem;height:1.6875rem;top:7.875rem;left:46.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XICLWkx3fVqa3eGyXSF3usTuklre0VNC { width:32.5rem;height:3.875rem;top:10.125rem;left:15.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX55r1nZbM8RTZ7Z134O9x0XgGeCId5V { width:11.3125rem;height:2.75rem;top:10.6875rem;left:12.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW6ycPnJZNULTh4JUUoRx1nF0aXzpoN2 { width:11.3125rem;height:2.75rem;top:7.25rem;left:12.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5pvxHtsXI4CH2r1mIPWlXTrPxmSx9hy { width:1.6875rem;height:1.6875rem;top:14.3125rem;left:23.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT8OloxoP7mB9n4PNV72NrsLUObviuvm { width:11.3125rem;height:2.75rem;top:13.5rem;left:12.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt4gNPzKVcJRGhxRBeKMLg5Kc3OXwvgt { width:11.3125rem;height:2.75rem;top:14.1875rem;left:36.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y06HDilo3F8afNx6N8xaBcZVR7tJumpR { width:1.6875rem;height:1.6875rem;top:14.5rem;left:46.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4BJnB1TTnAy3teTfQHkWoD0mRFsBi8x { width:1.6875rem;height:1.6875rem;top:14.5rem;left:46.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { display:block; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { background-color: transparent; background-image: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container > .video-iframe-container { display: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row > .video-iframe-container { display: none; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .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); }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v { border-width: 0; border-radius: 0; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container > .video-iframe-container {  }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container { width:20rem;height:75.625rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/Gr7v4Q6g/landing_page_mobil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.adaptive-delivery-prevent-bg, #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.lazyload, #cfvHNQBL7QxBwuV7Rq7VimDfRaCi7L2v > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB  { width:15rem;height:30.6875rem;top:36.8125rem;left:1.25rem; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB {display:block;}#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB { width:15rem;height:30.6875rem;top:36.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #OIgwLnbqHFV4hNHw3T5pZO1S9JEDDh5A {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #TbgBVPcZGp34rhoHNwGuGd0H9t64uz7b {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #AGQrWUtp6bh54q8AnJwMnpdmFztCiEJi {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #Vmt8wubs5o4TLxwycS4zRzL6kQOOFLGq {  }
#ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #Vmt8wubs5o4TLxwycS4zRzL6kQOOFLGq .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #oDCfzwU1nhapEgzOuH0R71quIL4n8P55 {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #vIrkMhgUZ8f93tVNznGVfRc0VJeou40N { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #rGwBuzfAlEesG2ImdRHmEA8h7qrJMucv {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #l7Z0NEdAcVebgkuNVpuTz6fcnCET65Ol { z-index:2; }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #tTqEUUEzf4D3owDSGGB3VR0DT4zK0BHx {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #IyLVT1u2risTgau23qnHCKUIG91pCSN7 {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #T2NOTUX0c6GiM3qAF6BK4im3uSHEXyJF {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #mKTQsOMJSJtizFZzziGot7EHOiMogPBf {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #RZuBHuRO65LzXAx8Ih6qAPMAK5cxumzV {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #xxm3Gg8rSfCZJeAEWkx8PTIXZcy7HxXx {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #nC9G2ApKEOLdu67mMIelRQaqwUGzeZg6 {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #tebCQWEe4sJOBTlzgN91emwh403wOraS {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #rmOGoImw2Dabp5Rr8xkrXws6dMMcGuN7 {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #N3NPw4TgRQgMddG81ygJTVoFpggxgqiZ {  }
 }@media only screen and (max-width: 763px) { #eFiSNvMN9c9eMnPEq5VUdFw3U8OqdB4C { display:block; }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #itzcGVxMdZrvzZonIyizdTlLLUKNorxf {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #eLWB95MCkbZvbWKZsn4KlshBhD1wXcDw {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #hv0WbAk3mdmQff4FWg9ohCWqR2gLwpq2 {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #kIvc3RkKHFE5kMnKbXUxpqkLepDqye4H {  }
 }@media only screen and (max-width: 763px) { #ZUA6HJav9PDKOBGiCa3iGnfNum0QeGwB #hEKpx47m99Vs6Nx7UqOZWg1STGIsBoBR {  }
 }@media only screen and (max-width: 763px) { #ad3Rf0XokrU9qtTo3iQzBvAuhNanyZHo { width:10.747375rem;height:1.80625rem;top:35.032554626465rem;left:4.0638020634651rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hDHagbg95CmfvA7qLockbHy1PLFFOBsa { width:17.3125rem;height:1.05625rem;top:9.375rem;left:1.3437500596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2WUmHnAQrhSTUuF9KMn232MSgLTNBXM { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pDxupmb9nmDTfWno39hPIAa76KAnzfim { width:10.375rem;height:3.875rem;top:64.8125rem;left:4.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MExuTrVItZLSKSh72CvacPng62w3TKPD { width:10.125rem;height:2.1875rem;top:34.591148376465rem;left:4.1250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhufoErpdeCm6TS303fNqZTysKx9ZPkN { width:6.625rem;height:2.6875rem;top:70.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCVWDAlrT6W2s8SAPSaB988QrErUOTtX { width:9.375rem;height:3.5rem;top:70rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUnUVNP0aPac6GIWTJVMzdGEKdRvMJWy { width:10.5625rem;height:0.975rem;top:73.5625rem;left:4.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO { display:block; }#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO { border-width: 0; border-radius: 0; }#pD8iT7lCVeMJVyb0l6XCOSqBow0rcubO > .row .container { width:20rem;height:135.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyKgUNtWsuah2Bp6xAaxoAhPQfCgePrm { width:12.562125rem;height:4.875rem;top:58.3125rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #nDGWeTrgeg6T3Bz78QFh7aZsCRQOqqX9 { width:15.1243125rem;height:3rem;top:65.375rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbTxyTmElzZ5OrJxbCsHKAgD75kBsWuU { width:14.75rem;height:18.25rem;top:76.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3gFNNQ9aeU0t273Jsdw3iEGTe3sVqqK { width:12.562125rem;height:1.54385625rem;top:86.8125rem;left:1.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #TAxO4blHdqSIMuSmMFxKVeGAoGhSad6W { width:10.3125rem;height:3.75rem;top:30.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuNoqMI7VUKadGLXxZoqzIBErhAwfLsW { top:31.125rem;left:4.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCpate2MROBvqch2VDx7MQZTJiMpm2Ty { display:block; }
 }@media only screen and (max-width: 763px) { #pOVKCiTsdVSe3GccK5xBrrntxWyy4wTJ { width:12.562125rem;height:4.875rem;top:78.0625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #DV4gA4C0Zkc6uaQIiVHaeLtJrZcDxrcJ { width:15.1243125rem;height:3rem;top:86.0625rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvC6WIEVXR55rhfPoKFo1pVZrzeUeg22 { width:12.562125rem;height:1.54385625rem;top:66.125rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #G0CKMLk2qgk8EbTQB1FzCfTH4sk8IwQt { width:10.3125rem;height:3.75rem;top:90.1875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blJdTDoNTgFsWDls6xtz7wX4Xvpeqoll { top:90.8125rem;left:4.625rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsllhWMonMyuKvZKevO8d0snuNdo2ZZP { display:block; }
 }@media only screen and (max-width: 763px) { #yXtkEnaok1qSPBG3T3f75ak1FZ5euL1F { width:15.375rem;height:19rem;top:56.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA7M9kg9u9PxRCCrpKR59G3IeqAJbmou { width:12.562125rem;height:1.625rem;top:38.625rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #lnsVpGXl8Psp8QvLJzaCPc58DOnGTUBt { width:15.375rem;height:19rem;top:36.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ4FUcB1SNDfm6X9lR2SBXHJdpZcpbrr { width:15.1243125rem;height:3rem;top:44.1875rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRxVL8bu5l50XgAENTfusPAqd2rvFrO2 { width:12.562125rem;height:1.54385625rem;top:45rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #rSOcxlZ2AbFGFFJgfxBnmEb1vhdsw3bW { width:10.3125rem;height:3.75rem;top:70.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2ZDBBHLANXaemsygKphZ0F4soHuL9kX { top:71.5625rem;left:4.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7TdToCKKDRZDkDlb9bxsADWE209ML10 { display:block; }
 }@media only screen and (max-width: 763px) { #xbXfA05UZ4CZdHTAm7O2Bfin8rqW0fuO { width:12.562125rem;height:1.625rem;top:97.125rem;left:3.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #O6yrdErxW5rzvpylZ81WqpzWQhzdxdFK { width:15.375rem;height:19rem;top:95.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isEHm8swZd2uX9kZGooydCKos2k077mT { width:15.1243125rem;height:3rem;top:102.875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csy9kDRmhP3TfTrT05f5JEVbwaSXKeLH { width:12.562125rem;height:1.54385625rem;top:103.4375rem;left:1.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #A4CqwRTcfnWxs2ZlAxTyPHIxpHHQwRmA { width:10.3125rem;height:3.75rem;top:49.4375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnaLBaf2rsnFLDVRKuJgJsrpwXpwR9Lt { top:50.0625rem;left:4.1875rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw9gnuU1NSLThabutchwZgQh9zbuzkdr { display:block; }
 }@media only screen and (max-width: 763px) { #BG3uhPuDPuTn5tooyZoQ4uaMcKxLVIAP { width:15.374625rem;height:18.9994375rem;top:16.4375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqNmKs6VlowSHhLcqfTuUa54LZfnlaDz { width:12.562125rem;height:1.625rem;top:19.625rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #b66KEC3Sv4vOTxevVpPOsG3eGXCWTiDU { width:15.1243125rem;height:3rem;top:24.43733215332rem;left:3.8746448159218rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzIfBIJu7l8alnVfxfT8gxmgrmB0l2mD { width:12.562125rem;height:1.54385625rem;top:25.125rem;left:2.2496448159218rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #FXvbRJo4PrfxTSdRM8GPAW1zxAZTMqc9 { width:10.3125rem;height:3.75rem;top:108.875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0Hb9HgupX6HCMDLIgT2vv1Ns3tLWynQ { top:109.5rem;left:4rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyLt4tnxfXsnTuQBVt4xZTa4coQfHQvG { display:block; }
 }@media only screen and (max-width: 763px) { #JK80I65SRHNBa6HToGhTfJtU0kxX7WWw { width:20rem;height:1.4625rem;top:1.7489347457886rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9RB1cVCaF4gCzOrwbn08585maDIoqmA { width:6.937125rem;height:1.05625rem;top:67.6875rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2yKvxJ9Rq51tPNGBL7s7KF5tio6in3H { width:6.937125rem;height:1.05625rem;top:88.375rem;left:2.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkzqlLsqgCqRarcT6HmgBIpPmlQn9D99 { width:6.937125rem;height:1.05625rem;top:28.4375rem;left:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jft0Xusd2nUCveUU4nRCsZSNwbO4LUkR { width:6.937125rem;height:1.05625rem;top:46.1875rem;left:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXJv26tbahbz1HGCEUks8RoCaZbt5DqK { width:6.937125rem;height:1.05625rem;top:105.9375rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N34XXtxvbdz1hfiDnRlFTuT9cbQ5xkpq { width:15.375rem;height:19rem;top:116rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEamuEvFCuknpzUqUdk5o8m98216vkGP { width:12.562125rem;height:1.625rem;top:118.1875rem;left:3.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #l3eWyDDyi9VFnE3zK9dQKVSwAzxIcTQu { width:15.1243125rem;height:3rem;top:124.125rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVtF86TUgpakHhS9uJ3MuwPZRxO2iOV4 { width:12.562125rem;height:1.54385625rem;top:125rem;left:0.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #GX3gWHOrUoAZEbin1DXPOSyHEiFf0Sha { width:6.875rem;height:1.05625rem;top:127.8125rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipfecTmNy30zfw4eehxbHbf88g2dUgex { width:10.3125rem;height:3.75rem;top:128.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEWWhg85C9wNi8V4s9ite7XPNaQEuTZ1 { top:129.5rem;left:4.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToVRIesvB31g2X4my2odHEfclVEQKWti { display:block; }
 }@media only screen and (max-width: 763px) { #i4sPPiWc2hHgtQxLE2dSXl9GHPQbWt3T { width:11.624625rem;height:8.6248125rem;top:5.4367809295654rem;left:4.1867895722389rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF { display:block; }#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF { border-width: 0; border-radius: 0; }#aLcXJrVoKRV3zoGHMGi45KBgLGdHWKgF > .row .container { width:20rem;height:77.125rem;border-top:0.625rem solid #00daff;border-left:0;border-right:0;border-bottom:0.625rem solid #00daff;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oNt0Wdw3czMiSvUDyfsrTalrphWa780i { width:15.375rem;height:19rem;top:34.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsiDXa3RuTq6qOPEHTRXrEo95kFS35JN { width:12.56125rem;height:3.25rem;top:36.25rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #fe94tTDKfCieCwG9Cz0G4fSJrKHTsISX { width:15.1243125rem;height:3rem;top:42.6875rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umAgL3MpT9ClSw1PiE3KqQ5fi52r0PTp { width:12.56125rem;height:1.54296875rem;top:43.375rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #s9JSxAUH6f1xdq8qWHlA6TsbTgveG05H { width:10.3125rem;height:3.75rem;top:28.625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZv3vVnlgvo109F5mxZiy17SIhhBJGok { width:6.875rem;height:1.0559875rem;top:45.6875rem;left:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOdoiRuf8aHZmNIBqUcZhEU7kiZCH8ok { top:29.25rem;left:4rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRzXW1ExkKTQ1AKNxqq6ER69R0FTCgEv { display:block; }
 }@media only screen and (max-width: 763px) { #Tkpiyn5GocEAI6nMfIOnLo6tRSEcDhd9 { width:15.375rem;height:19rem;top:14.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv2zaywGkxEHywpXSxIToM6ulDJJKqVA { width:12.56125rem;height:4.875rem;top:16.125rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #v6qkETbWGMnN0g19fRDZxd3ygvgHxTqJ { width:15.1243125rem;height:3rem;top:23.25rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G84IO2acvDkTT2Ra5wVFRMi7Cn8N2Xkx { width:12.56125rem;height:1.54296875rem;top:24.0625rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #HCiqdLuyDWwZp2ckiZ0JGIf12Mxkqpvi { width:6.875rem;height:1.0559875rem;top:26.125rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFQR0uis27fhAe3F89Vypo1gQTHcfRml { width:10.3125rem;height:3.75rem;top:48.3125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE0hKhz3XOItotBxsMvOTWegVrqdaKTC { top:48.9375rem;left:4.1875rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyVnnB73uoxl7N95vhWlrgmhZoAXyxby { display:block; }
 }@media only screen and (max-width: 763px) { #HAQtuNh5Q6LQQhM8X15ETgQTdKu3Z6tx { width:13.75rem;height:7.5611875rem;top:6.1341142654419rem;left:3.1250000596046rem;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #rtnDHxdJNxt4ygxkZlsCD7FaT8h6kBl2 { width:20rem;height:1.4622375rem;top:3.4999837875366rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIvQoLvRItViEHQu6xRs9CTKCMgWEX1O { width:15.375rem;height:19rem;top:56.8125rem;left:2.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG4xphAN7FQGuP4xmKmVUmW0FFTwk21f { width:12.5625rem;height:3.25rem;top:58.812496185302rem;left:3.7187502980233rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #fzNaIFLeConIc7zd9kT0efvpRFO9GRBG { width:11.75rem;height:5.68359375rem;top:62.87499809265rem;left:4.1250002980232rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DVSISUMptJGABfbxKNUopgTB1b1A3Rwu { width:15.125rem;height:3rem;top:68.187521934506rem;left:4.3736980557442rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmlIW5o2yTpJJuOI1BnMDdcuUFQwbq8p { width:12.5625rem;height:1.54296875rem;top:68.915367126462rem;left:2.9687502980233rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #OCfdXGbGkrwrMvtleOZLJnRfesQu1Irn { width:6.875rem;height:1.0559875rem;top:70.528648376462rem;left:2.1875000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6l3d3NLdJf9MEIxAK0WE4sBtioRBID5 { width:10.3125rem;height:3.75rem;top:71.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqyy1XhvTlIGl0eIHkKwl3cyafVQZqLs { top:72.125rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP3Wn9Pi46URUKTgbTOoHOpW9KFWSReH { display:block; }
 }@media only screen and (max-width: 763px) { #PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV { display:block; }#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV { border-width: 0; border-radius: 0; }#PHU7ixx1H0nvzrU6URKtq2PyEcTPVcMV > .row .container { width:20rem;height:51.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GT3yI3TRrCkp6UrbuTKI2fNaXQ85O1Xr { width:15.375rem;height:19rem;top:31.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTrKU1IAwAJTqaUsWiHhdD6yhXI6glM7 { width:12.56125rem;height:1.625rem;top:33.5rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #t0MCB1FGTMeoZ9ni0ZtqlGSQSKbkJP1V { width:15.1243125rem;height:3rem;top:39.9375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHGw62tvc0OGP4LZHxnBii6oTNKgh24G { width:12.56125rem;height:1.54385625rem;top:40.625rem;left:0.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #lNlNMEbwE4PFn6FSVg1fgQqBNtNNfCX5 { width:10.3125rem;height:3.75rem;top:25.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr1vi5vQ25ZyXioE0z8TVLS16fgLdShn { top:26.5rem;left:4.0625rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCboxehcIwxfxGSMpfLgpAD9r3VSGsTV { display:block; }
 }@media only screen and (max-width: 763px) { #pHfs98ZIIeJVr3EWa8xcl9RU8bJCcMP8 { width:15.375rem;height:19rem;top:12.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWKHpXdnnTKK844whTBP1CXLfTO5LlDW { width:12.56125rem;height:3.25rem;top:13.375rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #URSLbwUNKuzF58mO8GWNorPWlIFdPW0I { width:15.1243125rem;height:3rem;top:20.5rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMCx9zWJ0TUkW4776CuvN5lLGfRutLbx { width:12.56125rem;height:1.54385625rem;top:21.3125rem;left:2.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #VV2RgaKhhwDimpAoxSEeT5LOW7CAm6B3 { width:10.3125rem;height:3.75rem;top:45.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQN7oNc4tw6mBaTTgSTTyTV8Uznh67Jw { top:46.1875rem;left:4.25rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp6iush11XP4cRTuMz78I4JM6xb84QfV { display:block; }
 }@media only screen and (max-width: 763px) { #rlU5dNtwwbKK0vyB9XJDL7aMw4HXDTdD { width:20rem;height:1.7875rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q81uP6H3U5a9vMZedoeCsRDfOb2sLS9i { width:11.8125rem;height:3.0859375rem;top:17.5rem;left:3.875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CUtTTPMfHLFFQvZ2RbafXpqZTsnayoTd { width:7.4369375rem;height:1.54385625rem;top:40.6875rem;left:10.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Gq8ZCm2D3leq73DvRq65HTMGlkBWkCaN { width:12.562125rem;height:6.4373125rem;top:4.625rem;left:3.6875rem;z-index:100148;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TQ4aHob428HbsEnTV8VUSlKkyaGzJugp { display:block; }#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp { border-width: 0; border-radius: 0; }#TQ4aHob428HbsEnTV8VUSlKkyaGzJugp > .row .container { width:20rem;height:39.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NbIgE4mTeCBT3ZTlUmLUIEaVMsqzHM1o { width:15.375rem;height:19rem;top:20.375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9UtAPTFmAVqWBhI7POhbF7V4hJNSR60 { width:12.56125rem;height:1.625rem;top:21.9375rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #h92ocLkwAUAlbmRvNV1W0UNJyThEOn9R { width:15.1243125rem;height:3rem;top:28.375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eH6FtWaBKSVA7rZCsLqxOicHh8GdJROa { width:12.56125rem;height:1.54385625rem;top:29.0625rem;left:0.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #eTQCd3ifszXsN2PaJveJQmR5ZBeTABAz { width:10.3125rem;height:3.75rem;top:14.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ6WppBIPOC2wKIQQRDyEbfZxUK9W0dM { top:14.9375rem;left:4.0625rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEa9OXK0sTLdXKau7E13Bfu8RnhAK8DV { display:block; }
 }@media only screen and (max-width: 763px) { #IkRJyTdf03XBFWiCwdKhWHWXUvTkuUfr { width:15.375rem;height:19rem;top:0.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZV2JN3sra2IIG3xUlhTfo67Z8ealEENu { width:12.56125rem;height:1.625rem;top:1.8125rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #CzAr4K4L2hTeSFdZbRyyw0mWUPnSNZNF { width:15.1243125rem;height:3rem;top:8.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPnJKfq3fqNgdMJVRVerxVlnORx8Eds5 { width:12.56125rem;height:1.54385625rem;top:9.75rem;left:2.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #R8FNKOOuCrCoD6J87WPZcMsPT2WN6dW0 { width:10.3125rem;height:3.75rem;top:34rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lik9h4REOsKU4XN0ZOA2xSsAUoWDr0Tx { top:34.625rem;left:4.25rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSMXUcHJubF4dV823U8y5ck4WRaD1mcy { display:block; }
 }@media only screen and (max-width: 763px) { #fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ { display:block; }#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ { border-width: 0; border-radius: 0; }#fus99EfqwTtkrRQXxnXwhXVy04Q6FqHZ > .row .container { width:20rem;height:52.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oPelUEfnh1HC74nl0CRNTTXnQICEZenT { width:15.375rem;height:19rem;top:31.9375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKb8vQsF88d039ltqkxexV1RuGvXoAsl { width:12.56125rem;height:3.25rem;top:33.5rem;left:3.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #zpW2LnxCoPSGZaolPGOUn5DhpsaK7tUk { width:15.1243125rem;height:3rem;top:39.9375rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHmJ9SK8eC12cHsyWe7kWvTAncyzKHuU { width:12.56125rem;height:1.54385625rem;top:40.625rem;left:0.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #CeHscMDwgEgqvEPnHITLIZ02HbQ5yw0U { width:10.3125rem;height:3.75rem;top:25.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy6UT2Th6OHs9i5AyGxUzOFELJqelap6 { top:26.5rem;left:4.0625rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8XVq3QqG2TkZcdoXS7cNV4nE9nRkW1T { display:block; }
 }@media only screen and (max-width: 763px) { #v3yaeVNHTXCl7qwngnEQFDdwc4QGwRDU { width:15.375rem;height:19rem;top:12.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9KnKMlwoThLFGlFml8ycZtITlBKEydb { width:10.3125rem;height:3.75rem;top:45.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TixzJXUhQfUlbRaI9lqwlx35Hc2yMh9O { top:46.1875rem;left:4.25rem;width:11.312125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLuaUx0Ikuo7bTDnvSWFFUQ7uUpE6HS2 { display:block; }
 }@media only screen and (max-width: 763px) { #TfMII7v72zeM4qooz7OTDH02pm8nGhkR { width:20rem;height:1.7875rem;top:0.83540344238281rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyIafumDamA9TX1ILiUEQ2uHJOv2b00G { width:12.562125rem;height:1.625rem;top:16.909640073776rem;left:3.7180395722389rem;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) { #th79cuI1RKM9EPgcmZ7Tpkfd3nDKLfG1 { width:12.8125rem;height:2.6rem;top:19.811771392823rem;left:3.5937500596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8AaAFfL8iLMQ2hNgc6RrDD8G2xWD8uF { width:11.8119375rem;height:7.6873125rem;top:3.4978675842285rem;left:4.0935721993446rem;box-shadow: 0.0625rem 0.0625rem 1.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4918b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4918b7eb', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(24,183,235,0.29), rgba(0,0,0,0));background-size:cover !important;display:block; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container { background-color: transparent; background-image: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container > .video-iframe-container { display: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row > .video-iframe-container { display: none; }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .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); }#TckR5Np6KmRPvFkw7yXDHOhAHLLvrNop > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQgpTeSVexEt78CDmDawtSX7bn7kJTGm { width:16.5rem;height:1.875rem;top:1.25rem;left:1.75rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3vxN02BwMKZqTqFx9g8AzCbPTQEqs5p { width:14.625rem;height:0.1875rem;top:4.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0hedtTovWiSBKuQkV7MQLaAQlQPnzOC { width:17.625rem;height:5.625rem;top:7.25rem;left:1.1875rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDnCd0TuVsG1SkkueAQMbplOqF1JGA8W { width:1.5625rem;height:1.5625rem;top:19.75rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoTf7zmNo9vFTV9PkZH3ov0Qgz2rnTEO { width:4.25rem;height:0.1875rem;top:5.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzvddIpHFKgycaI42Old5MNCNOzr1Kwo { width:1.25rem;height:1.25rem;top:20rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbJZmyhmR2CJIkXwT6W2GKAyKBfqt5Bs { width:13.5625rem;height:1.875rem;top:14.125rem;left:3.1875rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IucHUoDIKOK5SbTPbese70zc25ik058B { width:15.5625rem;height:2.2753875rem;top:17.25rem;left:2.1875rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiNp6a5N1V921ZvdhylTSPGKBwSdrU9d { width:1.25rem;height:1.25rem;top:21.8125rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9NvXaPwdpaysqftfKyCt9yW7hrOUoTa { width:1.5625rem;height:1.5625rem;top:21.9375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uB8ZmbHOKCP2mnQPFXEEF1eIIzIPDbQR { width:1.25rem;height:1.25rem;top:24.0625rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZONu4Wd6cG7RgoPMZ4TKTBbBD2VR8FxO { width:1.5625rem;height:1.5625rem;top:24.1875rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kaGvynt0cSlcyrUo6QkBkqi405qwMvmb { width:10.0625rem;height:2.2753875rem;top:19.5rem;left:5.5rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFZadaMVp0yvv0LIfDJk979rQzBE8ZqF { width:10.0625rem;height:2.2753875rem;top:21.25rem;left:5.6875rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAMDctwemMvcvW9CmyRcvhfDL1GbPXQm { width:1.25rem;height:1.25rem;top:26.5rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEi19GrbRAT0GNBXRh5mUk1lgeNX3Gac { width:1.5625rem;height:1.5625rem;top:26.375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8ULTBySL1QCdJLyXB0pzgniFv8oztOo { width:11.3743125rem;height:2.2753875rem;top:23.5rem;left:4.3125rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCRruUzyAcsS0kV6kExQuD6lFaKTat2K { 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; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { background-color: transparent; background-image: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container > .video-iframe-container { display: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container { display: none; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .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); }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { border-width: 0; border-radius: 0; }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row > .video-iframe-container {  }#PCRruUzyAcsS0kV6kExQuD6lFaKTat2K > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XG89XfRQ0yF3pVoPkNuePHqVpyJPFCyZ { 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) { #R7pz8RuwG9zKzqoHxK65L7lVVwDs6hWP { 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) { #ItSb2QWtnFsrzNluFDUa8UofWCGPR6LT { width:13.0625rem;height:4.796875rem;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) { #HHSxZLzBPk3xr6rOITTMA4dZcrho17cM { 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) { #bhNXeuVdGulESB50RbOg8dHGdXeSXysP { 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) { #uNkTlGsDiZAGC8H1U1Bw55ashlmsMpHC { 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) { #zzTuCQAAbTE4vTTPsE0W6QsOz5sLNgVR { width:14.875rem;height:6.39583125rem;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) { #kfb1bHMubT7ttuv5iEwyBnZhVELaWhk8 { 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) { #DBWgbxAMWa6qqRkRbhICwi6S9Fyh1Qu0 { 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) { #J2vSyqqItbnzaIM8Qk3PcI7dErEBhhra { 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) { #s3iMI4rMXMWTJyCpWTR6cJvVrXTHcF14 { 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) { #hEOG29EITEX2F5NxpmLvkVNTDe7ChZwo { 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) { #gx0WbvgEhW18fietO9JNGVMkmh768V3I { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:12.810723841191rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzfszoCXN4VMoDWv9eCTvuEgAo4fW2no { display:none; }#bzfszoCXN4VMoDWv9eCTvuEgAo4fW2no > .row .container { width:20rem;height:61.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EDP9vqVF1LWBRP0rgAigOvTc2XBDkiBk { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHSTTEUExSW8lVSrxxSN6Wg9AHyfuT7W { width:11.187rem;height:2.11230625rem;top:37.25rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IIA2Fmhmyi0fKThFuW8PPS1fJIzLs15L { width:1.6875rem;height:1.6875rem;top:7.875rem;left:9.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XICLWkx3fVqa3eGyXSF3usTuklre0VNC { width:8.937rem;height:6.33691875rem;top:44.3125rem;left:5.4375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nX55r1nZbM8RTZ7Z134O9x0XgGeCId5V { width:11.3100625rem;height:2.11230625rem;top:40.8125rem;left:2.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.8125rem;color:#0b0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #XW6ycPnJZNULTh4JUUoRx1nF0aXzpoN2 { width:11.3115rem;height:2.11230625rem;top:34.1875rem;left:2.5625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5pvxHtsXI4CH2r1mIPWlXTrPxmSx9hy { width:1.6875rem;height:1.6875rem;top:45.0625rem;left:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT8OloxoP7mB9n4PNV72NrsLUObviuvm { width:11.3100625rem;height:2.11230625rem;top:51.6875rem;left:3.0625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.8125rem;color:#0b0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #Bt4gNPzKVcJRGhxRBeKMLg5Kc3OXwvgt { width:11.3100625rem;height:2.11230625rem;top:55.6875rem;left:3.0625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.8125rem;color:#0b0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #y06HDilo3F8afNx6N8xaBcZVR7tJumpR { width:1.6875rem;height:1.6875rem;top:51.9375rem;left:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4BJnB1TTnAy3teTfQHkWoD0mRFsBi8x { width:1.6875rem;height:1.6875rem;top:55.9375rem;left:15.6875rem;font-size:1.125rem;z-index:100059;display:block; }
 }