.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF { 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; }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF.adaptive-delivery-prevent-bg, #cZBa5nIknWTaTiqzRHKamq88gpWa3HcF.lazyload, #cZBa5nIknWTaTiqzRHKamq88gpWa3HcF.lazyloading { background-image: none; }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container { background-color: transparent; background-image: none; }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container > .video-iframe-container { display: none; }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row > .video-iframe-container { display: none; }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .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); }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container { border-width: 0; border-radius: 0; }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row > .video-iframe-container {  }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container { font-size:0.875rem;font-family:arial;height:51.3125rem;width:60rem;position:relative;display:block; }#Df3ouSTramvf9ZNzx4g6GrG9ZnhmJlDI { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.6875rem;left:36.6875rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdTImimAHTzfc3EaZRFnfXldvPI5NgR9 { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:9.6458339691163rem;left:4.375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yRpfKITyOpzPND3x7RG87k5cT1CsMn05 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:23.4375rem;top:51.562501907349rem;left:0rem;overflow:hidden;display:none; }
#vUqI3ShEJ5PHHbuDdAZLJgfHQPJ4NEzL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.81171875rem;width:12.62425rem;top:37.624218940735rem;left:38.812502145768rem;overflow:hidden;display:block; }
#Pa1rZRvBnOlaFQTmEeV5NzgG9oZ9aXEJ { position:absolute;display:block;z-index:15029;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:15.75rem;left:37.4375rem;display:block; }
#EV0EWt9iRTlCTMCi43Mt01CIT9qegZwp { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:6.625rem;top:46.9375rem;left:21.6875rem;overflow:hidden;display:block; }
#hnv9VyMmP70TEzywFT3J6vdmQR0e7z9h { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:9.375rem;top:46.6875rem;left:28.125rem;overflow:hidden;display:block; }
#xTiZKrJdAHxWsooMbtDwKTzi1plnanl6 { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:50.0869140625rem;left:23.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-form-header {  }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:15rem;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; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-text {padding-top: 0; padding-bottom: 0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-textarea { background-color:#ffffff;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;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .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:transparent;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:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-select {padding-top: 0; padding-bottom: 0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .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; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-button { background-color:transparent;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:0.9375rem;font-weight:bold;color:#f2f9ff;width:15rem;height:4.0625rem;font-family:cairo;overflow:hidden; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .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:13.8125rem;overflow:hidden;font-style:normal; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .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; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .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:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-container:first-of-type{padding-top:0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-container:last-of-type{padding-bottom:0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.6845703125rem;top:18.82421875rem;z-index:100049;position:absolute; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .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; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf {display:block;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:36.6845703125rem;top:18.82421875rem;z-index:15049;position:absolute; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #imQgSN9wsEbDTtnu92ThzZ7Mql3HQUks { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #WyZEwXiS1CSVIowGPIbO1TSn5oM7n6DT { position:relative;display:block; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #URveliUNml7MtG03tz84o1IcQAGQ0n0r { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #ZPNgn9F5BKgHyuRKSVctPExChlTLWE1D { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #lUzbgNLbbhghrCA6WpTskiTRxE1eamCW { position:relative;display:block; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #ufoJGgvSTVBziIck5FbGDhvTHUGqCxOw { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #Wn9i67HWabSRLqtOaeKieZ7o2I92XTVz { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #HieRdMTNUiQol1OEKMURiMxpAzDAXpzU { position:relative;display:block; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #eBHBCcQtPRlx7xSVbhKuTflVm3QbCh8f { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #FwxNN6wFuzJEDMstcCBCXe6RhyFcMtM9 { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #csHPZoVsG3HpOdB0OcFToHnzbUgTi3kf { position:relative;display:block; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #kO89mSpbkTvKkrXOJH0xMBeGFprkyQSN { position:relative; }
#EgtmvChdOTsGQrIZKw33h279d2eZ3sBz { position:relative;display:block; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #oMXytmGUdMF6F5LdMzXMTVBzxDRwyi4e { position:relative; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf #HEaA5ZVGTm5TSFdVosMXTL5pLJvaO12B { position:relative; }
#ArEnhThFtDvb5VCCXT1FcrQLkf19vuSQ { color:#405466;display:block;width:26.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:13.1240234375rem;left:32.0283203125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP { position:relative;display:block; }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP { background-color: transparent; background-image: none; }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .row .container > .video-iframe-container { display: none; }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .row > .video-iframe-container { display: none; }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .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); }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP { border-width: 0; border-radius: 0; }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .row .container > .video-iframe-container {  }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -moz-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -ms-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-image: -o-linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#6018b7eb' );";background-image: linear-gradient(156deg, #ffffff, rgba(24,183,235,0.38));background-size:auto !important;font-size:0.875rem;font-family:arial;height:71.1875rem;width:60rem;position:relative;display:block; }#AqMa5TcJTosp8uKUSgQOiuLoIIzACatQ { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15074;line-height:1.3;letter-spacing:0;top:11.0625rem;left:47.4375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#L1RX7rftHdpuRBNfQdLLLXO9kIcJT6BT { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:35.125rem;left:5.0625rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#GBFP1uTDG0dF8nkPCWg6WWZeWRUdQdHx { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:34.875rem;left:45.6875rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bdJVyMraJTzKcMTKkByg5R0XOxXDcps8 { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:6.1865234375rem;left:43.5rem;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; }
#W01p3K4Gf705OuDCCI6fRCTQBU3PqqHl { color:#313233;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15076;line-height:1.6;letter-spacing:0;top:9.9716796875rem;left:45.6875rem;height:3.90234375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XUlgmUP2ListT7i0fhEET0oqsb2qqRG8 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15063;line-height:1.6;letter-spacing:0;top:15.8125rem;left:50.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xLI2EeaSHeKMTZ6Zdd7MLfH6iXdpsfT1 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:16.625rem;left:42.8125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v7F23Eis93zK6gpH0dEgfkztwQDrMTqJ { position:absolute;display:block;z-index:15091;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:18.9375rem;left:45.75rem;overflow:hidden;display:block; }
#ZSiFOdGZPPnpwgVP1FTfQfoMvExpHCUS { z-index:15093;top:19.5rem;left:44.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tfpgtsioiOUL9n4FHLGTQcNxd3iWKyzU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cUbWq1IcgQI0rkZe2WmEkU7NrnG9xwCy { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:6.1875rem;left:24.8125rem;height:;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; }
#VygTvdm1KiiygNpb3JorOR2IeMIfaehN { color:#313233;display:block;width:9.749rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15083;line-height:1.6;letter-spacing:0;top:10.2705078125rem;left:27.7509765625rem;height:3.90234375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xVJ0ryTdEUpWQbO28oGfdRDRxhos7Afy { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15070;line-height:1.6;letter-spacing:0;top:15.8125rem;left:30.9375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RsFUVTr85I9yiMuvrbSG1U1pr9Zdzpbc { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:16.625rem;left:23.5rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hifRkh6iLT0m9C7B8rWAsPzfNlU3zzAw { position:absolute;display:block;z-index:15098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:18.9375rem;left:26.4375rem;overflow:hidden;display:block; }
#VxR6M3S2ngSpLhOi3Sx8TXacmudhwdFW { z-index:15100;top:19.5rem;left:25.625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FH6QswDZltQ85C16EHbi6WDG6VMQ6Bmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SDzAVZUQxgTIM7Z4ViF6VCpTC5DtMNO3 { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:6.3125rem;left:5.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aXxFr97PPLeuPJWm6oLpOyhyChX6QaL7 { color:#313233;display:block;width:9.18675rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15090;line-height:1.6;letter-spacing:0;top:10.1865234375rem;left:7.75rem;height:3.90234375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#m6ikOkrLg9sBF0yETb0HQCpq64h4qAU0 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15077;line-height:1.6;letter-spacing:0;top:15.5625rem;left:11.3125rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqLle3zqr8U2xS4MrEJNJM7iDoc7vMbA { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:16.4375rem;left:3.875rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wf9fdx41PT6S0A0Mwa1X84btT8yCmJBE { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:19.0625rem;left:6.8125rem;overflow:hidden;display:block; }
#zxZ34AhfLLPnvyz996soq0OUkL4vtiyN { z-index:15107;top:19.625rem;left:6rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VzpxNinMqq5CCBW7eXTOaiMRn51tfvuH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x8lOv9TRHDvhVp4bkkKAzr9tppEa635W { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:24.1875rem;left:23.5625rem;overflow:hidden;display:block; }
#bHVSPCIIseOQeWVxHX4oMgXZtoDb08Kn { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:27.1875rem;left:24.875rem;height:;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; }
#kFf2yXFk2rH4xTo6fFtvhkv7Sgsg5thR { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:35.125rem;left:30.9375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0Neys5sNWTTQErCV2FLB5FVFMxuIGUa { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:35.875rem;left:23.625rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GSdAbTiAEERFvrxUGnzdQOFxObFVawGu { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:38.375rem;left:26.5rem;overflow:hidden;display:block; }
#QtIUfKtZyCW540rffvu94D7pul7Ow1Pv { z-index:15114;top:39.25rem;left:25.625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#SWuKbBVXQ0zrtFP4NKMu6TViK6lWdTcv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQ5TSzmKAuunrTZGgrKd5pF4k6ATnOPK { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:27.1875rem;left:44.125rem;height:;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; }
#InxNqkouWZUKArno0BPeQg9PbfIMnpyX { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:24.4375rem;left:42.8125rem;overflow:hidden;display:block; }
#T7RAQGNTCx8py2Tetqz8ETp18NXFwUQT { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:32.0625rem;left:47.4375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#BNPGC0rAffJdG3l8TJisizRgThMz7iFs { color:#313233;display:block;width:10.6875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:29.6875rem;left:46.0625rem;height:2.6015625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RQn0EMKoir23b62fBo7HbF6Qana7HP3l { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15071;line-height:1.6;letter-spacing:0;top:35.25rem;left:50.25rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nDiwxt08TiX2q4nKLrC7RZaizxml5FVz { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:36.25rem;left:42.8125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GbXIc3ZkCtTAbyXqTdr3eceuhdKF46gK { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:38.6875rem;left:45.75rem;overflow:hidden;display:block; }
#TKw0bqu2Zi3rxEVV7yrTD0a7o5fD4A2a { z-index:15101;top:39.25rem;left:44.9375rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wabzC17ipv8R7bTog6mzDyinEoDpEobL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hTiJTHqzr8FRT5fl1iNn5r0UH1lLBAk0 { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:18.125rem;left:42.8125rem;height:;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; }
#lwxbTckVeELTfQzrx13XNaCTxhwS0Tc2 { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:18.125rem;left:21.75rem;height:;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; }
#p6oP3L1kDdNnKVgbxggs6dP3nOFZeKp9 { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:18.1875rem;left:3.125rem;height:0.8129875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oA067TxPGl8qhTbT58q2wOs4UcoBLqXS { color:#313233;display:block;width:13rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15085;line-height:1.6;letter-spacing:0;top:29.462890625rem;left:24.625rem;height:5.203125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZGuhbPkC9vnlwQvGEewq1bG8cAeyliBz { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.2498125rem;width:15.625rem;top:4.5625rem;left:3.875rem;overflow:hidden;display:block; }
#kaN9mTS9TBaDk3aRwRtlK1BlsslfGFhm { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.2498125rem;width:15.625rem;top:4.4375rem;left:23.5rem;overflow:hidden;display:block; }
#HgR9C9QQ1XtRcbm497wOyyXu8qckNlOq { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.2498125rem;width:15.625rem;top:4.4375rem;left:42.8125rem;overflow:hidden;display:block; }
#bxsaoGiJ3bbHX1NvJ70nkQffHtaGXEKw { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.25rem;left:5.9375rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cR7P5n86IelBW9VdztxcutezfiwNgW6d { color:#fdbd61;display:block;width:11.056625rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:37.4873046875rem;left:41.09375rem;height:0.8129875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#U0oEWlxh157nwbldTxELzOU9H2cshwJe { color:#fdbd61;display:block;width:11.0556875rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:37.4248046875rem;left:23.693359375rem;height:0.8129875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VrioyH7AbL8LC8QGUk1XI8JqwtRQ23IT { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:25.875rem;left:5.3125rem;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; }
#Ws0B82JyRuV1F7b91rH2d96HfMIVTkTC { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.2498125rem;width:15.625rem;top:24.125rem;left:4rem;overflow:hidden;display:block; }
#dc0gJ20hh2bQxzt7sLqHlvvEEimyxlwh { color:#313233;display:block;width:11.625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15098;line-height:1.6;letter-spacing:0;top:28.6875rem;left:6.1875rem;height:5.203125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#fQ8pqwixf2CQy3OZA30rt47qonLyN9wA { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15085;line-height:1.6;letter-spacing:0;top:35.125rem;left:11.4375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I7hK3hqO40uoqI2ht6FsXtmCUy5uJFE4 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:36rem;left:4rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tgaEcF9nTcVQZ0h1rpiCyCvX9iDWBI3q { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:37.75rem;left:3.25rem;height:0.8129875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tGy9ddmcFhLTh276DAwkyyHW21yZymie { position:absolute;display:block;z-index:15113;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:38.625rem;left:6.9375rem;overflow:hidden;display:block; }
#p30f4RQbAcr958deDzPIIPADLOuLLwbc { z-index:15115;top:39.1875rem;left:6.125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bL3tefx0RRgsHbrkt1I5uTRgA4lzDslq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DLNvFQFSOIwbEUhV9nQk2HVPVopbZ66B { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.2498125rem;width:15.625rem;top:44.9375rem;left:32.75rem;overflow:hidden;display:block; }
#suxMyuuSz3kAsGznufMHwNU4vLb94pr4 { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:46.6875rem;left:34.375rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NrdWrTs5eTd0XNG7LpEzqvF5hhWxUGnG { color:#313233;display:block;width:11.625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15107;line-height:1.6;letter-spacing:0;top:50.8740234375rem;left:34.875rem;height:1.30078125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QfRyZQZ7nbshJFgDTTAQo4x5hT63vslu { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:62.4375rem;left:33.8125rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#QUaEOTOWg2DxFDGR7fgZlVvIENmnMTxH { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15094;line-height:1.6;letter-spacing:0;top:55.1181640625rem;left:39.375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dbe11f1PI1q2fnPTaWmIztUxEDwfcFN4 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:55.99609375rem;left:31.8125rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A02LEAnPwlBwKWRcCf6Qn5o1NXPKPH4F { color:#fdbd61;display:block;width:11.056625rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:57.66796875rem;left:32.505859375rem;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; }
#dtc28HRa9QcW7nigfgEywP79N583nxGQ { position:absolute;display:block;z-index:15122;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:59.125rem;left:35.875rem;overflow:hidden;display:block; }
#KhDkxv58TOZCiLmFp3BFNo1t2sTPHkA0 { z-index:15124;top:59.75rem;left:35rem;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; }
#DXIRh1kTDRDnR1DB8a6y4MVoBURQpFkZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ivq2ObvNTvTgJLNKvv9KhS5vpB2VvXQE { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:46.6875rem;left:16.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; }
#TPoteJqcHSo8sWBxSWLw8IemJ3eRlwp6 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.2498125rem;width:15.625rem;top:44.9375rem;left:14.9375rem;overflow:hidden;display:block; }
#EVBwQ4MMpwytJDWHzRUIAp7ECtPgy1zn { color:#313233;display:block;width:11.625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15107;line-height:1.6;letter-spacing:0;top:49.5rem;left:17.125rem;height:3.90234375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#c59NQeWqTu17E2bPhN0mDTlSNVHI8nUW { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:55.9375rem;left:16rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gV97Q7H2ixMqfcQZnIZ3bcg7uGQ0d1le { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15094;line-height:1.6;letter-spacing:0;top:55.9375rem;left:22.375rem;height:3.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GDzMGKIO7RlTfgnzqmSfFn95sMXhPFTe { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:56.8125rem;left:14.9375rem;height:1.54394375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GsX83Vnfs8rdSZ2NfgGIUh7giTPnkpGB { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:58.5625rem;left:14.1875rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JkyNTF4Ho2Xb2X2soyWhmhOb6RcfxeR6 { position:absolute;display:block;z-index:15122;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:59.4375rem;left:17.875rem;overflow:hidden;display:block; }
#f1LTEdp3CO7XHX4u4rHhLiRWuoEsON7B { z-index:15124;top:60rem;left:17.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.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nANAzTGKCTE754cmzZRpiHwdU2Dor9yJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t.adaptive-delivery-prevent-bg, #gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t.lazyload, #gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t.lazyloading { background-image: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container { background-color: transparent; background-image: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container > .video-iframe-container { display: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row > .video-iframe-container { display: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .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); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container { border-width: 0; border-radius: 0; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row > .video-iframe-container {  }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#VMfHFdeoIUifuzHPcG7Xn2Umg0T0pAwF { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.76269375rem;font-style:normal;display:block; }
#k5Gt4eTgOexzZ4PpgAO9TfZbJqsW4REn { position:absolute;display:block;z-index:15001;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:35.9375rem;display:block; }
#gWB3zCLkkGqIGshDQT5ozwcX0bIfoyeS { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:37.1875rem;height:7.42675rem;text-align:justify;text-align-last:initial;display:block; }
#nE1kCNoSSy920iqXvPXrnqXE5Q4FzKJr { position:absolute;display:block;z-index:15003;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:55.9375rem;display:block; }
#hSTOOaWx3OGWAJaUt6wrkP7OFPpcgldl { position:absolute;display:block;z-index:15004;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:53.875rem;display:block; }
#bptT0UeHdbylAZoTTgosBfeUC7KToXsd { 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:15005;top:19.937501430511rem;left:56rem;display:block; }
#bsiKmKCVdNUo85v0s3fFyCUlMdOMN8vq { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:29.5625rem;height:1.80013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#EDTqOnBkxdkQxRv2EoGNacogZfz5nDHc { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:34.5rem;height:2.701175rem;text-align:right;text-align-last:right;display:block; }
#T322qsNpzkeKyf6gyEJX05WqOd80WBdu { 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:15007;top:22.062501430511rem;left:56.0625rem;display:block; }
#i5gqIcF0AWW0ETQJnRXHeQVzWH77eGXr { position:absolute;display:block;z-index:15005;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:55.9375rem;display:block; }
#h7F3QbFWynVA2yQCAFJSJe63xZiSrpok { 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:15009;top:24.375001430511rem;left:56.0625rem;display:block; }
#tAIBXR5OXkkHSfKhuudg7yMOTz0aATXb { position:absolute;display:block;z-index:15007;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:55.9375rem;display:block; }
#nJy8mZAMz0vFzGETLRs3eEvd9ZFm7sLd { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:43.875rem;height:2.701175rem;text-align:right;text-align-last:right;display:block; }
#PzCD4qM88q95PI3o75f3XSkN1uRWz5JR { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:43.875rem;height:2.701175rem;text-align:right;text-align-last:right;display:block; }
#EZfeDfegWE0as41eBGC9CRpHrTWEmDgz { 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:15011;top:26.541667461395rem;left:56.0625rem;display:block; }
#RPNTZtDTfnZ7yCi9fSVzsSM8eIbUbsLp { position:absolute;display:block;z-index:15009;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:55.9375rem;display:block; }
#Q0sdd5yy1WdFtziPLWoBRLIUQpc6S0Ee { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:43.875rem;height:2.701175rem;text-align:right;text-align-last:right;display:block; }
#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT { 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; }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row .container { background-color: transparent; background-image: none; }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row .container > .video-iframe-container { display: none; }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row > .video-iframe-container { display: none; }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .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); }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row .container { border-width: 0; border-radius: 0; }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row > .video-iframe-container {  }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#EQTJLsK4vFgowRlgOdESy2a1HySfUrRT { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#ie9ysh8CMB5LLwIsLTHRrRAeVFUq0eW4 { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#DnGk1S3FNbiQXbeWe2I9nGk4bUVpAg3B { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:1.99805rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EroV5boHlW0UL4S6nVkJ0J0D0MmNuUoI { 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:15004;top:18.125rem;left:6rem;display:none; }
#e8ihz5b2WgQareaUaQlwGyJVXPlv6Gkk { 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:15005;top:7.625rem;left:50.4375rem;display:block; }
#iL1rdH4aJ5zK483F6ykkBeq4azEv5lJn { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:18.21875rem;left:40.5625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kzKzmJxTmyHcElBNz2dRuWJXFZZXqzwF { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:3.9961rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#clfdylQ47tgI7HT6WQu43dPmwoX8UPea { 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:15006;top:4.78125rem;left:50.4375rem;display:block; }
#pHhC2HlOlpLfom5eH8Jk9VTBLFGHBP2s { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:13.875rem;left:32.3125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B6sQKmzlhG7THigsf9lZ4376krBwsAk8 { position:absolute;display:block;z-index:14999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:2.9375rem;width:20.1875rem;top:13.3125rem;left:32.1875rem;display:block; }
#NyenEqqfO9nDO1EBepdTnfT1SWORM1MJ { 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:15012;top:13.1875rem;left:26.1875rem;display:block; }
#mE6nAXc4EtXAa4xJKokyMrmRSt6CiuiB { 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:15013;top:13.1875rem;left:22.1875rem;display:block; }
#cEnPkXU51K3CWt39f2rVuETTUZH6eZHI { 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:15014;top:13.1875rem;left:18.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cZBa5nIknWTaTiqzRHKamq88gpWa3HcF { display:block; }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Df3ouSTramvf9ZNzx4g6GrG9ZnhmJlDI { width:15.375rem;height:1.9375rem;top:16.6875rem;left:30.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdTImimAHTzfc3EaZRFnfXldvPI5NgR9 { top:9.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRpfKITyOpzPND3x7RG87k5cT1CsMn05 { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUqI3ShEJ5PHHbuDdAZLJgfHQPJ4NEzL { top:37.5625rem;left:32.687502145768rem;width:12.5625rem;height:4.7881828066519rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa1rZRvBnOlaFQTmEeV5NzgG9oZ9aXEJ { top:15.75rem;left:31.3125rem;width:14.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV0EWt9iRTlCTMCi43Mt01CIT9qegZwp { top:46.875rem;left:15.5625rem;width:6.625rem;height:2.6874771213465rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnv9VyMmP70TEzywFT3J6vdmQR0e7z9h { top:46.625rem;left:22rem;width:9.375rem;height:3.49964375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiZKrJdAHxWsooMbtDwKTzi1plnanl6 { 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) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-regular-label { display:block; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf  { width:15rem;height:auto; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf {display:block;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #imQgSN9wsEbDTtnu92ThzZ7Mql3HQUks {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #WyZEwXiS1CSVIowGPIbO1TSn5oM7n6DT { display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #URveliUNml7MtG03tz84o1IcQAGQ0n0r {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #ZPNgn9F5BKgHyuRKSVctPExChlTLWE1D {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #lUzbgNLbbhghrCA6WpTskiTRxE1eamCW { display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #ufoJGgvSTVBziIck5FbGDhvTHUGqCxOw {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #Wn9i67HWabSRLqtOaeKieZ7o2I92XTVz {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #HieRdMTNUiQol1OEKMURiMxpAzDAXpzU { display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #eBHBCcQtPRlx7xSVbhKuTflVm3QbCh8f {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #FwxNN6wFuzJEDMstcCBCXe6RhyFcMtM9 {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #csHPZoVsG3HpOdB0OcFToHnzbUgTi3kf { display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #kO89mSpbkTvKkrXOJH0xMBeGFprkyQSN {  }
 }@media only screen and (max-width: 763px) { #EgtmvChdOTsGQrIZKw33h279d2eZ3sBz { display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #oMXytmGUdMF6F5LdMzXMTVBzxDRwyi4e {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #HEaA5ZVGTm5TSFdVosMXTL5pLJvaO12B {  }
 }@media only screen and (max-width: 763px) { #ArEnhThFtDvb5VCCXT1FcrQLkf19vuSQ { width:26.8125rem;height:1.375rem;top:13.0625rem;left:20.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP { display:block; }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqMa5TcJTosp8uKUSgQOiuLoIIzACatQ { top:11.0625rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1RX7rftHdpuRBNfQdLLLXO9kIcJT6BT { top:35.125rem;left:0rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBFP1uTDG0dF8nkPCWg6WWZeWRUdQdHx { top:34.875rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdJVyMraJTzKcMTKkByg5R0XOxXDcps8 { width:12.625rem;height:1.4375rem;top:6.125rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W01p3K4Gf705OuDCCI6fRCTQBU3PqqHl { top:9.9375rem;left:36.1875rem;width:11.5625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUlgmUP2ListT7i0fhEET0oqsb2qqRG8 { width:3.75rem;height:3.25rem;top:15.8125rem;left:44rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLI2EeaSHeKMTZ6Zdd7MLfH6iXdpsfT1 { width:12.5625rem;height:1.5rem;top:16.625rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7F23Eis93zK6gpH0dEgfkztwQDrMTqJ { top:18.9375rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSiFOdGZPPnpwgVP1FTfQfoMvExpHCUS { top:19.5rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfpgtsioiOUL9n4FHLGTQcNxd3iWKyzU { display:block; }
 }@media only screen and (max-width: 763px) { #cUbWq1IcgQI0rkZe2WmEkU7NrnG9xwCy { width:12.625rem;height:;top:6.1875rem;left:18.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VygTvdm1KiiygNpb3JorOR2IeMIfaehN { top:10.25rem;left:21.6259765625rem;width:9.6875rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJ0ryTdEUpWQbO28oGfdRDRxhos7Afy { width:3.75rem;height:3.25rem;top:15.8125rem;left:24.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsFUVTr85I9yiMuvrbSG1U1pr9Zdzpbc { width:12.5625rem;height:1.5rem;top:16.625rem;left:17.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hifRkh6iLT0m9C7B8rWAsPzfNlU3zzAw { top:18.9375rem;left:20.3125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxR6M3S2ngSpLhOi3Sx8TXacmudhwdFW { top:19.5rem;left:19.5rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH6QswDZltQ85C16EHbi6WDG6VMQ6Bmh { display:block; }
 }@media only screen and (max-width: 763px) { #SDzAVZUQxgTIM7Z4ViF6VCpTC5DtMNO3 { width:12.625rem;height:;top:6.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXxFr97PPLeuPJWm6oLpOyhyChX6QaL7 { top:10.125rem;left:1.625rem;width:9.125rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ikOkrLg9sBF0yETb0HQCpq64h4qAU0 { width:3.75rem;height:3.25rem;top:15.5625rem;left:5.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqLle3zqr8U2xS4MrEJNJM7iDoc7vMbA { width:12.5625rem;height:1.5rem;top:16.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf9fdx41PT6S0A0Mwa1X84btT8yCmJBE { top:19.0625rem;left:0.6875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxZ34AhfLLPnvyz996soq0OUkL4vtiyN { top:19.625rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzpxNinMqq5CCBW7eXTOaiMRn51tfvuH { display:block; }
 }@media only screen and (max-width: 763px) { #x8lOv9TRHDvhVp4bkkKAzr9tppEa635W { top:24.1875rem;left:17.4375rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHVSPCIIseOQeWVxHX4oMgXZtoDb08Kn { width:12.5625rem;height:;top:27.1875rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFf2yXFk2rH4xTo6fFtvhkv7Sgsg5thR { width:3.75rem;height:3.25rem;top:35.125rem;left:24.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Neys5sNWTTQErCV2FLB5FVFMxuIGUa { width:12.5625rem;height:1.5rem;top:35.875rem;left:17.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSdAbTiAEERFvrxUGnzdQOFxObFVawGu { top:38.375rem;left:20.375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtIUfKtZyCW540rffvu94D7pul7Ow1Pv { top:39.25rem;left:19.5rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWuKbBVXQ0zrtFP4NKMu6TViK6lWdTcv { display:block; }
 }@media only screen and (max-width: 763px) { #eQ5TSzmKAuunrTZGgrKd5pF4k6ATnOPK { width:12.625rem;height:;top:27.1875rem;left:35.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #InxNqkouWZUKArno0BPeQg9PbfIMnpyX { top:24.4375rem;left:32.125rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7RAQGNTCx8py2Tetqz8ETp18NXFwUQT { top:32.0625rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNPGC0rAffJdG3l8TJisizRgThMz7iFs { top:29.6875rem;left:37.0625rem;width:10.6875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQn0EMKoir23b62fBo7HbF6Qana7HP3l { width:3.75rem;height:3.25rem;top:35.25rem;left:44rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDiwxt08TiX2q4nKLrC7RZaizxml5FVz { width:12.5625rem;height:1.5rem;top:36.25rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbXIc3ZkCtTAbyXqTdr3eceuhdKF46gK { top:38.6875rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKw0bqu2Zi3rxEVV7yrTD0a7o5fD4A2a { top:39.25rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wabzC17ipv8R7bTog6mzDyinEoDpEobL { display:block; }
 }@media only screen and (max-width: 763px) { #hTiJTHqzr8FRT5fl1iNn5r0UH1lLBAk0 { width:11rem;height:;top:18.125rem;left:36.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwxbTckVeELTfQzrx13XNaCTxhwS0Tc2 { width:11rem;height:;top:18.125rem;left:15.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6oP3L1kDdNnKVgbxggs6dP3nOFZeKp9 { width:11rem;height:;top:18.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA067TxPGl8qhTbT58q2wOs4UcoBLqXS { top:29.4375rem;left:18.5rem;width:13rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGuhbPkC9vnlwQvGEewq1bG8cAeyliBz { top:4.5625rem;left:0rem;width:15.625rem;height:19.249rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaN9mTS9TBaDk3aRwRtlK1BlsslfGFhm { top:4.4375rem;left:17.375rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgR9C9QQ1XtRcbm497wOyyXu8qckNlOq { top:4.4375rem;left:32.125rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxsaoGiJ3bbHX1NvJ70nkQffHtaGXEKw { top:1.25rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR7P5n86IelBW9VdztxcutezfiwNgW6d { width:11rem;height:0.8125rem;top:37.4375rem;left:34.96875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0oEWlxh157nwbldTxELzOU9H2cshwJe { width:11rem;height:0.8125rem;top:37.375rem;left:17.568359375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrioyH7AbL8LC8QGUk1XI8JqwtRQ23IT { width:12.625rem;height:;top:25.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ws0B82JyRuV1F7b91rH2d96HfMIVTkTC { top:24.125rem;left:0rem;width:15.625rem;height:19.249rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc0gJ20hh2bQxzt7sLqHlvvEEimyxlwh { top:28.6875rem;left:0.0625rem;width:11.625rem;height:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8pqwixf2CQy3OZA30rt47qonLyN9wA { width:3.75rem;height:3.25rem;top:35.125rem;left:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7hK3hqO40uoqI2ht6FsXtmCUy5uJFE4 { width:12.625rem;height:1.5rem;top:36rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgaEcF9nTcVQZ0h1rpiCyCvX9iDWBI3q { width:11rem;height:;top:37.75rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGy9ddmcFhLTh276DAwkyyHW21yZymie { top:38.625rem;left:0.8125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p30f4RQbAcr958deDzPIIPADLOuLLwbc { top:39.1875rem;left:0rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL3tefx0RRgsHbrkt1I5uTRgA4lzDslq { display:block; }
 }@media only screen and (max-width: 763px) { #DLNvFQFSOIwbEUhV9nQk2HVPVopbZ66B { top:44.9375rem;left:26.625rem;width:15.625rem;height:19.249rem;display:block; }
 }@media only screen and (max-width: 763px) { #suxMyuuSz3kAsGznufMHwNU4vLb94pr4 { width:12.625rem;height:;top:46.6875rem;left:28.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrdWrTs5eTd0XNG7LpEzqvF5hhWxUGnG { top:50.8125rem;left:28.75rem;width:11.625rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfRyZQZ7nbshJFgDTTAQo4x5hT63vslu { top:62.4375rem;left:27.6875rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUaEOTOWg2DxFDGR7fgZlVvIENmnMTxH { width:3.75rem;height:3.25rem;top:55.0625rem;left:33.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbe11f1PI1q2fnPTaWmIztUxEDwfcFN4 { width:12.625rem;height:1.5rem;top:55.9375rem;left:25.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A02LEAnPwlBwKWRcCf6Qn5o1NXPKPH4F { width:11rem;height:;top:57.625rem;left:26.380859375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtc28HRa9QcW7nigfgEywP79N583nxGQ { top:59.125rem;left:29.75rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhDkxv58TOZCiLmFp3BFNo1t2sTPHkA0 { top:59.75rem;left:28.875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXIRh1kTDRDnR1DB8a6y4MVoBURQpFkZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ivq2ObvNTvTgJLNKvv9KhS5vpB2VvXQE { width:12.625rem;height:;top:46.6875rem;left:10.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPoteJqcHSo8sWBxSWLw8IemJ3eRlwp6 { top:44.9375rem;left:8.8125rem;width:15.625rem;height:19.249rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVBwQ4MMpwytJDWHzRUIAp7ECtPgy1zn { top:49.5rem;left:11rem;width:11.625rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c59NQeWqTu17E2bPhN0mDTlSNVHI8nUW { top:55.9375rem;left:9.875rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gV97Q7H2ixMqfcQZnIZ3bcg7uGQ0d1le { width:3.75rem;height:3.25rem;top:55.9375rem;left:16.25rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDzMGKIO7RlTfgnzqmSfFn95sMXhPFTe { width:12.625rem;height:1.5rem;top:56.8125rem;left:8.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsX83Vnfs8rdSZ2NfgGIUh7giTPnkpGB { width:11rem;height:;top:58.5625rem;left:8.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkyNTF4Ho2Xb2X2soyWhmhOb6RcfxeR6 { top:59.4375rem;left:11.75rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1LTEdp3CO7XHX4u4rHhLiRWuoEsON7B { top:60rem;left:10.9375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nANAzTGKCTE754cmzZRpiHwdU2Dor9yJ { display:block; }
 }@media only screen and (max-width: 763px) { #gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t { display:block; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMfHFdeoIUifuzHPcG7Xn2Umg0T0pAwF { 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) { #k5Gt4eTgOexzZ4PpgAO9TfZbJqsW4REn { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWB3zCLkkGqIGshDQT5ozwcX0bIfoyeS { width:20.8125rem;height:7.1875rem;top:7.9375rem;left:26.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE1kCNoSSy920iqXvPXrnqXE5Q4FzKJr { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSTOOaWx3OGWAJaUt6wrkP7OFPpcgldl { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bptT0UeHdbylAZoTTgosBfeUC7KToXsd { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiKmKCVdNUo85v0s3fFyCUlMdOMN8vq { width:28.5625rem;height:1.75rem;top:17.1875rem;left:19.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDTqOnBkxdkQxRv2EoGNacogZfz5nDHc { width:20.75rem;height:2.6875rem;top:19.1875rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T322qsNpzkeKyf6gyEJX05WqOd80WBdu { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5gqIcF0AWW0ETQJnRXHeQVzWH77eGXr { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7F3QbFWynVA2yQCAFJSJe63xZiSrpok { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAIBXR5OXkkHSfKhuudg7yMOTz0aATXb { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJy8mZAMz0vFzGETLRs3eEvd9ZFm7sLd { width:11.375rem;height:2.6875rem;top:21.5rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzCD4qM88q95PI3o75f3XSkN1uRWz5JR { width:11.375rem;height:2.6875rem;top:26rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZfeDfegWE0as41eBGC9CRpHrTWEmDgz { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPNTZtDTfnZ7yCi9fSVzsSM8eIbUbsLp { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0sdd5yy1WdFtziPLWoBRLIUQpc6S0Ee { width:11.375rem;height:2.6875rem;top:23.8125rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT { display:block; }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQTJLsK4vFgowRlgOdESy2a1HySfUrRT { width:28.75rem;height:2.5rem;top:1.4375rem;left:19rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie9ysh8CMB5LLwIsLTHRrRAeVFUq0eW4 { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnGk1S3FNbiQXbeWe2I9nGk4bUVpAg3B { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EroV5boHlW0UL4S6nVkJ0J0D0MmNuUoI { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ihz5b2WgQareaUaQlwGyJVXPlv6Gkk { width:3.6875rem;height:3.6875rem;top:7.625rem;left:44.0625rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL1rdH4aJ5zK483F6ykkBeq4azEv5lJn { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzKzmJxTmyHcElBNz2dRuWJXFZZXqzwF { width:47.75rem;height:3.9375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clfdylQ47tgI7HT6WQu43dPmwoX8UPea { 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) { #pHhC2HlOlpLfom5eH8Jk9VTBLFGHBP2s { width:19.3125rem;height:3.5rem;top:13.875rem;left:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6sQKmzlhG7THigsf9lZ4376krBwsAk8 { top:13.3125rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyenEqqfO9nDO1EBepdTnfT1SWORM1MJ { top:13.1875rem;left:20.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE6nAXc4EtXAa4xJKokyMrmRSt6CiuiB { top:13.1875rem;left:16.0625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEnPkXU51K3CWt39f2rVuETTUZH6eZHI { top:13.1875rem;left:11.9375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cZBa5nIknWTaTiqzRHKamq88gpWa3HcF { display:block; }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF { background-color: transparent; background-image: none; }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container > .video-iframe-container { display: none; }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row > .video-iframe-container { display: none; }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .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); }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF { border-width: 0; border-radius: 0; }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container > .video-iframe-container {  }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container { width:20rem;height:67.0625rem;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; }#cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container.adaptive-delivery-prevent-bg, #cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container.lazyload, #cZBa5nIknWTaTiqzRHKamq88gpWa3HcF > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Df3ouSTramvf9ZNzx4g6GrG9ZnhmJlDI { width:10.746125rem;height:1.80625rem;top:32.865621566772rem;left:4.6265624165535rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #kdTImimAHTzfc3EaZRFnfXldvPI5NgR9 { width:17.3109375rem;height:1.05625rem;top:9.8125047683719rem;left:1.3445313572884rem;font-size:0.8125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yRpfKITyOpzPND3x7RG87k5cT1CsMn05 { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vUqI3ShEJ5PHHbuDdAZLJgfHQPJ4NEzL { width:10.3734375rem;height:3.87265625rem;top:55.1875rem;left:4.8125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pa1rZRvBnOlaFQTmEeV5NzgG9oZ9aXEJ { width:10.12425rem;height:2.1875rem;top:32.425rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV0EWt9iRTlCTMCi43Mt01CIT9qegZwp { width:6.62425rem;height:2.68671875rem;top:61.8125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnv9VyMmP70TEzywFT3J6vdmQR0e7z9h { width:9.375rem;height:3.49921875rem;top:61.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTiZKrJdAHxWsooMbtDwKTzi1plnanl6 { width:10.56175rem;height:0.9746125rem;top:65.5rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;background-color:#ffffff;background-image:none; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-text {padding-top: 0; padding-bottom: 0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.0625rem;overflow:hidden;background-color:#ffffff;background-image:none; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-select {padding-top: 0; padding-bottom: 0;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf  { width:15rem;height:auto;top:36rem;left:1.25rem; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#AayakkJpaD9WixXAwvCWOSGgGdZXVclf {display:block;}#AayakkJpaD9WixXAwvCWOSGgGdZXVclf { width:15rem;height:auto;top:36rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #imQgSN9wsEbDTtnu92ThzZ7Mql3HQUks {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #WyZEwXiS1CSVIowGPIbO1TSn5oM7n6DT { display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #URveliUNml7MtG03tz84o1IcQAGQ0n0r {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #ZPNgn9F5BKgHyuRKSVctPExChlTLWE1D {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #lUzbgNLbbhghrCA6WpTskiTRxE1eamCW { display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #ufoJGgvSTVBziIck5FbGDhvTHUGqCxOw {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #Wn9i67HWabSRLqtOaeKieZ7o2I92XTVz {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #HieRdMTNUiQol1OEKMURiMxpAzDAXpzU { display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #eBHBCcQtPRlx7xSVbhKuTflVm3QbCh8f {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #FwxNN6wFuzJEDMstcCBCXe6RhyFcMtM9 {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #csHPZoVsG3HpOdB0OcFToHnzbUgTi3kf { display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #kO89mSpbkTvKkrXOJH0xMBeGFprkyQSN {  }
 }@media only screen and (max-width: 763px) { #EgtmvChdOTsGQrIZKw33h279d2eZ3sBz { display:block; }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #oMXytmGUdMF6F5LdMzXMTVBzxDRwyi4e {  }
 }@media only screen and (max-width: 763px) { #AayakkJpaD9WixXAwvCWOSGgGdZXVclf #HEaA5ZVGTm5TSFdVosMXTL5pLJvaO12B {  }
 }@media only screen and (max-width: 763px) { #ArEnhThFtDvb5VCCXT1FcrQLkf19vuSQ { width:14.75rem;height:0.89355625rem;top:12.037109375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), #ffffff);background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), #ffffff);background-size:auto !important;display:block; }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .row .container { background-color: transparent; background-image: none; }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .row .container > .video-iframe-container { display: none; }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .row > .video-iframe-container { display: none; }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .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); }#L7HTmhgvtDfBV7waDLIIWlfLXP6HqDRP > .row .container { width:20rem;height:165.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqMa5TcJTosp8uKUSgQOiuLoIIzACatQ { width:10.9375rem;height:0;top:22.5625rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1RX7rftHdpuRBNfQdLLLXO9kIcJT6BT { width:10.9375rem;height:0;top:65.5625rem;left:3.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBFP1uTDG0dF8nkPCWg6WWZeWRUdQdHx { width:10.9375rem;height:0;top:101.9375rem;left:3.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdJVyMraJTzKcMTKkByg5R0XOxXDcps8 { width:12.625rem;height:1.625rem;top:8.8125rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #W01p3K4Gf705OuDCCI6fRCTQBU3PqqHl { width:11.8119375rem;height:2.6982375rem;top:12.25rem;left:3.75rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUlgmUP2ListT7i0fhEET0oqsb2qqRG8 { width:3.75rem;height:1.79980625rem;top:18.1875rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLI2EeaSHeKMTZ6Zdd7MLfH6iXdpsfT1 { width:12.6243125rem;height:1.54296875rem;top:18.3125rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #v7F23Eis93zK6gpH0dEgfkztwQDrMTqJ { width:10.3125rem;height:3.75rem;top:21.25rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSiFOdGZPPnpwgVP1FTfQfoMvExpHCUS { top:21.875rem;left:3.4375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfpgtsioiOUL9n4FHLGTQcNxd3iWKyzU { display:block; }
 }@media only screen and (max-width: 763px) { #cUbWq1IcgQI0rkZe2WmEkU7NrnG9xwCy { width:12.625rem;height:1.625rem;top:27.875rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #VygTvdm1KiiygNpb3JorOR2IeMIfaehN { width:9.1875rem;height:3.2988375rem;top:30.125rem;left:5.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVJ0ryTdEUpWQbO28oGfdRDRxhos7Afy { width:3.75rem;height:1.79980625rem;top:38.3125rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsFUVTr85I9yiMuvrbSG1U1pr9Zdzpbc { width:12.625rem;height:1.54296875rem;top:38.3125rem;left:2.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #hifRkh6iLT0m9C7B8rWAsPzfNlU3zzAw { width:10.3125rem;height:3.75rem;top:40.875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxR6M3S2ngSpLhOi3Sx8TXacmudhwdFW { top:41.5rem;left:4rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH6QswDZltQ85C16EHbi6WDG6VMQ6Bmh { display:block; }
 }@media only screen and (max-width: 763px) { #SDzAVZUQxgTIM7Z4ViF6VCpTC5DtMNO3 { width:12.625rem;height:1.625rem;top:47.9375rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #aXxFr97PPLeuPJWm6oLpOyhyChX6QaL7 { width:9.1875rem;height:3.2988375rem;top:51.5625rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ikOkrLg9sBF0yETb0HQCpq64h4qAU0 { width:3.75rem;height:1.79980625rem;top:57.5625rem;left:8.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqLle3zqr8U2xS4MrEJNJM7iDoc7vMbA { width:12.625rem;height:1.54296875rem;top:57.5625rem;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) { #Wf9fdx41PT6S0A0Mwa1X84btT8yCmJBE { width:10.3125rem;height:3.75rem;top:61.0625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxZ34AhfLLPnvyz996soq0OUkL4vtiyN { top:61.6875rem;left:4.0625rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzpxNinMqq5CCBW7eXTOaiMRn51tfvuH { display:block; }
 }@media only screen and (max-width: 763px) { #x8lOv9TRHDvhVp4bkkKAzr9tppEa635W { width:15.625rem;height:19.25rem;top:65.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHVSPCIIseOQeWVxHX4oMgXZtoDb08Kn { width:12.625rem;height:1.625rem;top:86.75rem;left:3.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #kFf2yXFk2rH4xTo6fFtvhkv7Sgsg5thR { width:3.75rem;height:1.79980625rem;top:95rem;left:8.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0Neys5sNWTTQErCV2FLB5FVFMxuIGUa { width:12.625rem;height:1.54296875rem;top:76.375rem;left:2.625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #GSdAbTiAEERFvrxUGnzdQOFxObFVawGu { width:10.3125rem;height:3.75rem;top:79.5rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtIUfKtZyCW540rffvu94D7pul7Ow1Pv { top:80.125rem;left:3.875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWuKbBVXQ0zrtFP4NKMu6TViK6lWdTcv { display:block; }
 }@media only screen and (max-width: 763px) { #eQ5TSzmKAuunrTZGgrKd5pF4k6ATnOPK { width:12.625rem;height:1.625rem;top:67.625rem;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) { #InxNqkouWZUKArno0BPeQg9PbfIMnpyX { width:15.625rem;height:19.25rem;top:84.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7RAQGNTCx8py2Tetqz8ETp18NXFwUQT { width:10.9375rem;height:0;top:97.875rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNPGC0rAffJdG3l8TJisizRgThMz7iFs { width:11.0618125rem;height:2.199225rem;top:71.25rem;left:4.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQn0EMKoir23b62fBo7HbF6Qana7HP3l { width:3.75rem;height:1.79980625rem;top:76.4375rem;left:9.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDiwxt08TiX2q4nKLrC7RZaizxml5FVz { width:12.625rem;height:1.54296875rem;top:94.9375rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #GbXIc3ZkCtTAbyXqTdr3eceuhdKF46gK { width:10.3125rem;height:3.75rem;top:97.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKw0bqu2Zi3rxEVV7yrTD0a7o5fD4A2a { top:98.4375rem;left:4.3125rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wabzC17ipv8R7bTog6mzDyinEoDpEobL { display:block; }
 }@media only screen and (max-width: 763px) { #hTiJTHqzr8FRT5fl1iNn5r0UH1lLBAk0 { width:10.997875rem;height:1.0556625rem;top:39.75rem;left:1.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #lwxbTckVeELTfQzrx13XNaCTxhwS0Tc2 { width:10.997875rem;height:1.0556625rem;top:20rem;left:1.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #p6oP3L1kDdNnKVgbxggs6dP3nOFZeKp9 { width:10.99875rem;height:1.0556625rem;top:59.1875rem;left:2.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #oA067TxPGl8qhTbT58q2wOs4UcoBLqXS { width:11.1875rem;height:4.39845rem;top:89.4375rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGuhbPkC9vnlwQvGEewq1bG8cAeyliBz { width:15.625rem;height:19.25rem;top:46.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaN9mTS9TBaDk3aRwRtlK1BlsslfGFhm { width:15.625rem;height:19.25rem;top:26.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgR9C9QQ1XtRcbm497wOyyXu8qckNlOq { width:15.625rem;height:19.25rem;top:7.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxsaoGiJ3bbHX1NvJ70nkQffHtaGXEKw { width:20rem;height:4.38671875rem;top:2.1875rem;left:0rem;font-size:1.6875rem;font-weight:700;font-style:normal;color:#074b5a;display:block; }
 }@media only screen and (max-width: 763px) { #cR7P5n86IelBW9VdztxcutezfiwNgW6d { width:11rem;height:1.0556625rem;top:77.73046875rem;left:2.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #U0oEWlxh157nwbldTxELzOU9H2cshwJe { width:11rem;height:1.0556625rem;top:96.3076171875rem;left:1.373046875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #VrioyH7AbL8LC8QGUk1XI8JqwtRQ23IT { width:12.625rem;height:1.625rem;top:105.9375rem;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) { #Ws0B82JyRuV1F7b91rH2d96HfMIVTkTC { width:15.625rem;height:19.249rem;top:104.6875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc0gJ20hh2bQxzt7sLqHlvvEEimyxlwh { width:11.625rem;height:4.39844375rem;top:108.4375rem;left:5.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ8pqwixf2CQy3OZA30rt47qonLyN9wA { width:3.75rem;height:1.79980625rem;top:114.4375rem;left:9.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7hK3hqO40uoqI2ht6FsXtmCUy5uJFE4 { width:12.625rem;height:1.54296875rem;top:114.4375rem;left:3.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) { #tgaEcF9nTcVQZ0h1rpiCyCvX9iDWBI3q { width:11rem;height:1.0556625rem;top:115.875rem;left:2.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #tGy9ddmcFhLTh276DAwkyyHW21yZymie { width:10.3125rem;height:3.75rem;top:117.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p30f4RQbAcr958deDzPIIPADLOuLLwbc { top:118.625rem;left:4.5rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL3tefx0RRgsHbrkt1I5uTRgA4lzDslq { display:block; }
 }@media only screen and (max-width: 763px) { #DLNvFQFSOIwbEUhV9nQk2HVPVopbZ66B { width:15.625rem;height:19.249rem;top:143.125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suxMyuuSz3kAsGznufMHwNU4vLb94pr4 { width:12.625rem;height:1.625rem;top:126.9375rem;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) { #NrdWrTs5eTd0XNG7LpEzqvF5hhWxUGnG { width:11.625rem;height:1.0996125rem;top:129.8125rem;left:4.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfRyZQZ7nbshJFgDTTAQo4x5hT63vslu { width:10.9375rem;height:0;top:155.0625rem;left:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUaEOTOWg2DxFDGR7fgZlVvIENmnMTxH { width:3.75rem;height:1.79980625rem;top:134.1875rem;left:9.375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dbe11f1PI1q2fnPTaWmIztUxEDwfcFN4 { width:12.625rem;height:1.54296875rem;top:134.125rem;left:2.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) { #A02LEAnPwlBwKWRcCf6Qn5o1NXPKPH4F { width:11rem;height:1.0556625rem;top:135.6875rem;left:2.75rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #dtc28HRa9QcW7nigfgEywP79N583nxGQ { width:10.3125rem;height:3.75rem;top:156.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhDkxv58TOZCiLmFp3BFNo1t2sTPHkA0 { top:156.9375rem;left:4.5rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXIRh1kTDRDnR1DB8a6y4MVoBURQpFkZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ivq2ObvNTvTgJLNKvv9KhS5vpB2VvXQE { width:12.625rem;height:1.625rem;top:145.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) { #TPoteJqcHSo8sWBxSWLw8IemJ3eRlwp6 { width:15.625rem;height:19.2480625rem;top:123.875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVBwQ4MMpwytJDWHzRUIAp7ECtPgy1zn { width:11.625rem;height:3.2988375rem;top:148.6875rem;left:4rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c59NQeWqTu17E2bPhN0mDTlSNVHI8nUW { width:10.9375rem;height:0;top:239.5rem;left:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gV97Q7H2ixMqfcQZnIZ3bcg7uGQ0d1le { width:3.75rem;height:1.79980625rem;top:153.375rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDzMGKIO7RlTfgnzqmSfFn95sMXhPFTe { width:12.625rem;height:1.54296875rem;top:153.375rem;left:3.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) { #GsX83Vnfs8rdSZ2NfgGIUh7giTPnkpGB { width:11rem;height:1.0556625rem;top:154.5625rem;left:2.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #JkyNTF4Ho2Xb2X2soyWhmhOb6RcfxeR6 { width:10.3125rem;height:3.75rem;top:137.375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1LTEdp3CO7XHX4u4rHhLiRWuoEsON7B { top:138rem;left:4.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nANAzTGKCTE754cmzZRpiHwdU2Dor9yJ { display:block; }
 }@media only screen and (max-width: 763px) { #gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(24,183,235,0.13));background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(24,183,235,0.13));background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(24,183,235,0.13));background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(24,183,235,0.13));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2118b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2118b7eb' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(24,183,235,0.13));background-size:cover !important;display:block; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container { background-color: transparent; background-image: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container > .video-iframe-container { display: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row > .video-iframe-container { display: none; }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .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); }#gxtN9GkT5XA7Phz2iWkPS92IeqLTf40t > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMfHFdeoIUifuzHPcG7Xn2Umg0T0pAwF { 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) { #k5Gt4eTgOexzZ4PpgAO9TfZbJqsW4REn { width:14.625rem;height:0.1875rem;top:4.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWB3zCLkkGqIGshDQT5ozwcX0bIfoyeS { 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) { #nE1kCNoSSy920iqXvPXrnqXE5Q4FzKJr { width:1.5625rem;height:1.5625rem;top:17.60546875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSTOOaWx3OGWAJaUt6wrkP7OFPpcgldl { width:4.25rem;height:0.1875rem;top:5.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bptT0UeHdbylAZoTTgosBfeUC7KToXsd { width:1.25rem;height:1.25rem;top:17.76171875rem;left:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsiKmKCVdNUo85v0s3fFyCUlMdOMN8vq { 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) { #EDTqOnBkxdkQxRv2EoGNacogZfz5nDHc { width:15.5625rem;height:2.275rem;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) { #T322qsNpzkeKyf6gyEJX05WqOd80WBdu { width:1.25rem;height:1.25rem;top:20.3125rem;left:18.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5gqIcF0AWW0ETQJnRXHeQVzWH77eGXr { width:1.5625rem;height:1.5625rem;top:20.25rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7F3QbFWynVA2yQCAFJSJe63xZiSrpok { width:1.25rem;height:1.25rem;top:23.375rem;left:18.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAIBXR5OXkkHSfKhuudg7yMOTz0aATXb { width:1.5625rem;height:1.5625rem;top:23.25rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJy8mZAMz0vFzGETLRs3eEvd9ZFm7sLd { width:10.0625rem;height:2.2744125rem;top:19.8994140625rem;left:7.75rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzCD4qM88q95PI3o75f3XSkN1uRWz5JR { width:10.0625rem;height:2.2744125rem;top:22.9248046875rem;left:7.8125rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZfeDfegWE0as41eBGC9CRpHrTWEmDgz { width:1.25rem;height:1.25rem;top:26rem;left:18.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPNTZtDTfnZ7yCi9fSVzsSM8eIbUbsLp { width:1.5625rem;height:1.5625rem;top:25.875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0sdd5yy1WdFtziPLWoBRLIUQpc6S0Ee { width:11.375rem;height:2.2744125rem;top:25.3857421875rem;left:6.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) { #lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT { 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; }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row .container { background-color: transparent; background-image: none; }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row .container > .video-iframe-container { display: none; }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row > .video-iframe-container { display: none; }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .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); }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row .container { border-width: 0; border-radius: 0; }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row > .video-iframe-container {  }#lIQolGPo2zQfrbFSyyTT2wmJdpnLqJxT > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQTJLsK4vFgowRlgOdESy2a1HySfUrRT { 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) { #ie9ysh8CMB5LLwIsLTHRrRAeVFUq0eW4 { 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) { #DnGk1S3FNbiQXbeWe2I9nGk4bUVpAg3B { width:13.0625rem;height:4.798825rem;top:4.01171875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EroV5boHlW0UL4S6nVkJ0J0D0MmNuUoI { 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) { #e8ihz5b2WgQareaUaQlwGyJVXPlv6Gkk { 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) { #iL1rdH4aJ5zK483F6ykkBeq4azEv5lJn { 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) { #kzKzmJxTmyHcElBNz2dRuWJXFZZXqzwF { width:14.875rem;height:6.3984375rem;top:10.05859375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clfdylQ47tgI7HT6WQu43dPmwoX8UPea { 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) { #pHhC2HlOlpLfom5eH8Jk9VTBLFGHBP2s { 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) { #B6sQKmzlhG7THigsf9lZ4376krBwsAk8 { 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) { #NyenEqqfO9nDO1EBepdTnfT1SWORM1MJ { 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) { #mE6nAXc4EtXAa4xJKokyMrmRSt6CiuiB { 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) { #cEnPkXU51K3CWt39f2rVuETTUZH6eZHI { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:12.810723841191rem;font-size:2.1875rem;display:block; }
 }