.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;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg { 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/uc/1e119270-46ce-466e-9434-9df9348b21d6/AFWLandingPageoption2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg.adaptive-delivery-prevent-bg, #M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg.lazyload, #M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg.lazyloading { background-image: none; }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container { background-color: transparent; background-image: none; }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container > .video-iframe-container { display: none; }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row > .video-iframe-container { display: none; }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .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); }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container { border-width: 0; border-radius: 0; }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row > .video-iframe-container {  }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:60rem;position:relative;display:block; }#h6oTmWi60zeZ8JlZoiouWLSgTJcOeSLk { 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:11.9375rem;left:40.25rem;height:1.9504625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XVZDzxBqIKUesEm3brJPlvO5oKBmDb69 { 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.9504625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PNqhkTEMbRl7Wo3gzhVZ8JhRD7T7bGba { 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; }
#MAcVVE3EopPLTXNk26yAPkmoy0QGgIm7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8117875rem;width:12.6243125rem;top:35.3125rem;left:41.6875rem;overflow:hidden;display:block; }
#zhOF5v5N53RICAhR7PU54Ef1rtPPAc5q { 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:11rem;left:41rem;display:block; }
#v12dvbMsIQmbh3hpoITqnys0DDXXKaCR { 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:37.0625rem;left:23.3125rem;overflow:hidden;display:block; }
#TvbnZ3TCIgkeMGIq3gcGOvO5EyEUrAQl { 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:36.8125rem;left:29.75rem;overflow:hidden;display:block; }
#CwDzBlFe0kgvWx4iyd8T3HgSDvbR5AJR { 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:40.1875rem;left:25.375rem;height:0.9747875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-form-header {  }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .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; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-input-text {padding-top: 0; padding-bottom: 0;}#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .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:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-input-select {padding-top: 0; padding-bottom: 0;}#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .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; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-input-button { background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.625rem;font-weight:bold;color:#f2f9ff;width:15rem;height:4.0625rem;font-family:"open sans";overflow:hidden; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .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; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .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; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-container:first-of-type{padding-top:0;}#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-container:last-of-type{padding-bottom:0;}#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK  { 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:39.062497138977rem;top:13.81214427948rem;z-index:15036;position:absolute; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .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; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK {display:block;}#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK { 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:39.062497138977rem;top:13.81214427948rem;z-index:15036;position:absolute; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #q3OWAo9qkuyzqw0WXyLyT3TTqGwW24ra { position:relative; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #HXxuPuICRUKcG6HXImM6VzfIsLnfOlGJ { position:relative;display:block; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #p9tOroRONx2N2xhA2mnD7d93EepCgdXE { position:relative; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #HHTNbqyf72qzABL3dkHb4IRPpPGcsVyO { position:relative; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #lpHq8P6PggRIcGhg9szPD8fOyxbx7Myu { position:relative;display:block; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #J8saPedgaSrkqvTu0rtuvCGE1zH2mNoC { position:relative; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #io8mu2w9JVuEcCBzXVBTxvI96ccAfxAV { position:relative; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #sJNSzJMTGGHxWNx0Rf3mRqoGXTMvvGlb { position:relative;display:block; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #HIXDQGEuqEWtePi3iLN8befTKTf2sQ3H { position:relative; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #yiaN0tUSu2E1TOTqfk7Bxvq1Bq5F8ytG { position:relative; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #H1hdNSHbG58dPcbV0wTw387DePv0TfIL { position:relative;display:block; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #BNK68WsFsqxZSor4zHcasvJHy9HTOZIJ { position:relative; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #epHpLH6dzZIleLlxi9OSim1kn1Ktwp58 { position:relative; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #epHpLH6dzZIleLlxi9OSim1kn1Ktwp58 .container-column{width:50%;}#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #pGPxrmw3LiH0qdWOQmcnqXvG1UCeXVpT { position:relative;display:block; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #fkkIn4r8xI5GJdtzbgaEnZBo0zwDDye0 { position:relative;z-index:2; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #NztId7IHtRqIULGBIDIbF65m8DUbOlGH { position:relative; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #lcgzotqdGfi3Jr2tppea5U4xfyUTED8v { position:relative;z-index:2; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #PqE6wJQL5Ca9HyDet8xCmcBFmqVlAovz { position:relative; }
#ULTNlpmJKIBBTtLWKI6Xr0zTH38TScNk { position:relative;display:block; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #AKXWVpBUOhvCoPQWqBu2ngbGTp9o2pqh { position:relative; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #BRIAJF2SCMQQhhf2QvLAA406XPDMZzsv { position:relative; }
#JzstO0QWt3IFSV5mTOm7vo6oCFkGK0GT { color:#004090;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:40.123697280884rem;left:41.000001907349rem;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }
#U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg { position:relative;display:block; }#U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg { background-color: transparent; background-image: none; }#U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg > .row .container > .video-iframe-container { display: none; }#U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg > .row > .video-iframe-container { display: none; }#U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg > .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); }#U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg { border-width: 0; border-radius: 0; }#U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg > .row .container > .video-iframe-container {  }#U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.64));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.64));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.64));background-image: -o-linear-gradient(180deg, #ffffff, rgba(24,183,235,0.64));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a318b7eb' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a318b7eb' );";background-image: linear-gradient(180deg, #ffffff, rgba(24,183,235,0.64));background-size:auto !important;font-size:0.875rem;font-family:arial;height:25.8125rem;width:60rem;position:relative;display:block; }#ifJ9RwQdCXvMnMPMrg87Au3cpKXMEmSX { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.2489375rem;width:15.625rem;top:1.8066396713257rem;left:25.27965259552rem;overflow:hidden;display:block; }
#xu7xJkpg7lgA755m1mqe6AfvRKsmD8zN { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:2.6242895126342rem;left:26.499466896057rem;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; }
#aEdnCIzcfVE7Iz559IcMoFH2ASMNGFTV { color:#313233;display:block;width:9.185875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15109;line-height:1.6;letter-spacing:0;top:6.4994668960569rem;left:28.218216896057rem;height:1.20028125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G7oZaSJmIVDIpFbUc2iu2iEMQ5kbiXba { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15097;line-height:1.6;letter-spacing:0;top:7.6875rem;left:32.75rem;height:3.29900625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RJzk5KT41OHHhU0qtLOuudf3Ey6LV1rl { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15105;line-height:1.3;letter-spacing:0;top:8.5625rem;left:24.8125rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aLC00CPmoUTHnPaDfeLLDokhWxUN0qwZ { color:#313233;display:block;width:9.184125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15110;line-height:1.6;letter-spacing:0;top:10.833627700806rem;left:28.21910572052rem;height:1.20028125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#prCuAQe5i8OQFPLGlz2lNgKcm3naTa6C { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:14.5625rem;left:26.875rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#LE5mIslTVQWQt4svoF56xTgJhucMOk0w { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:15096;line-height:1.6;letter-spacing:0;top:12.723543167114rem;left:33.713601112366rem;height:3.29900625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2orwbkSvR28WNfQaE05Tvo8eLkkrS40 { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:13.502307891846rem;left:25.000000953674rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M4edrmpnUR2d9IeSgzJxryCMTQxIt4sJ { position:absolute;display:block;z-index:15124;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:15.9375rem;left:27.9375rem;overflow:hidden;display:block; }
#QRvFQeUpy2OOrdTQDkEEN2FUqT1DuzZA { z-index:15126;top:16.561611175537rem;left:27.124466896057rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#k0autpUn9boW6IpFX3qW4rRvS5kCP0OM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Feb3DEyagwdLSVfiQ68LBHI406L33GgQ { 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:cover !important;position:relative;display:block; }#Feb3DEyagwdLSVfiQ68LBHI406L33GgQ > .row .container { background-color: transparent; background-image: none; }#Feb3DEyagwdLSVfiQ68LBHI406L33GgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Feb3DEyagwdLSVfiQ68LBHI406L33GgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Feb3DEyagwdLSVfiQ68LBHI406L33GgQ > .row .container > .video-iframe-container { display: none; }#Feb3DEyagwdLSVfiQ68LBHI406L33GgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Feb3DEyagwdLSVfiQ68LBHI406L33GgQ > .row > .video-iframe-container { display: none; }#Feb3DEyagwdLSVfiQ68LBHI406L33GgQ > .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); }#Feb3DEyagwdLSVfiQ68LBHI406L33GgQ > .row .container { border-width: 0; border-radius: 0; }#Feb3DEyagwdLSVfiQ68LBHI406L33GgQ > .row > .video-iframe-container {  }#Feb3DEyagwdLSVfiQ68LBHI406L33GgQ > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#MiJ8XXc6W6WHvlzldbpHvLTFZm26VbUL { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15000;line-height:2;letter-spacing:0;top:1.125rem;left:19.125rem;height:9.9964375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EJu58SBEyXfH2NOTAVJ8TcvgUyRgClqK { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.561rem;width:12.561rem;top:0.84228515625rem;left:3.3896484375rem;overflow:hidden;display:block; }
#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(17,120,209,0.19);background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe.adaptive-delivery-prevent-bg, #l857ORCU58hXxdXb5sCQCq8NpO8tPgKe.lazyload, #l857ORCU58hXxdXb5sCQCq8NpO8tPgKe.lazyloading { background-image: none; }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row .container { background-color: transparent; background-image: none; }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row .container > .video-iframe-container { display: none; }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row > .video-iframe-container { display: none; }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .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); }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row .container { border-width: 0; border-radius: 0; }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row > .video-iframe-container {  }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#Xs0Ima7ymvTeGOmkeAn8rbeCxTtvsDJE { 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.76278125rem;font-style:normal;display:block; }
#isQusIiR1xwKky7JM8y8EMoXnS4n1mKX { 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; }
#Zqv2QTntrcuZ2boxPnaLZx01ZrqsfLgk { 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.439625rem;text-align:justify;text-align-last:initial;display:block; }
#o0QMPcRO6QI70bSPDHFWDILAUdJULXmy { 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; }
#KTakEgKMH8ZqL99LAhTnrAXQwRe6iz9R { 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; }
#TgmT4OVArkcOhD8SPSCgXWX2FSoCcsu9 { 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; }
#AnKQgm67M4t28zriVcavzkvtZ1BnNQHP { 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; }
#a1TrLOrQkoeqaD1NsbIeDgC270BMAdlJ { 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.6988625rem;text-align:right;text-align-last:right;display:block; }
#a4XPmvpru7iohPHnldD67NQlLMn3tWNf { 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; }
#FGi7SR315P0WrE4pVJNJIQqrQCVxUH1P { 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; }
#TBa76KJ0p0MzesEkLEN4biWbJnspqb63 { 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; }
#hlvvZ9di4RUvB6SiJoG6B1siqlDTkTrB { 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; }
#WSZNM0xZRgEBqOqZS6RukmyJFpmd8uHR { 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.6988625rem;text-align:right;text-align-last:right;display:block; }
#BgKXTnSqFJnB5f3Sbyi9OydDOqn7Kw62 { 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.6988625rem;text-align:right;text-align-last:right;display:block; }
#BWeJeww4y0H7zZVX2hOoSGvb7nEILrkS { 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; }
#I9a6eaeLZpt2Tc5I6tAKKbOTS4ExraAA { 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; }
#PK2zKQlQdne7hVnFTK48fJAG5eZwLWtK { 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.6988625rem;text-align:right;text-align-last:right;display:block; }
#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ { 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; }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row .container { background-color: transparent; background-image: none; }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row .container > .video-iframe-container { display: none; }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row > .video-iframe-container { display: none; }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .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); }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row .container { border-width: 0; border-radius: 0; }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row > .video-iframe-container {  }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#CqZHMpvrgAzsURKTdOyeZ8524kdeVCrV { 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; }
#ZGsVQiTsrkrk66TnASGvGSEJrz4JyVdx { 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; }
#PZb04GGOJUnvKX3bi3KcBrtKP71zO67s { 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.9992875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DOqTi2FyEiX2S5hUtq8X4UcvT6UM4mpw { 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; }
#Lo4Zyyl0wGVQNTiJZAZB5DXAqBdi68vf { 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; }
#PJVK4Us67uWzru5Sct1eOTCebZeedHxL { 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.298825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OalXaHZN7oCHko1sq7BRQLTMMdKJmucF { 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.998575rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#p46zZ9yN28xrlpM6u3d2UqJHuPZLzN7B { 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; }
#EE2JEt7Il9wvyMa9fmhNWy33C32In8xp { 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; }
#bwEtTCyTe7wy1UwDTZO9Tq0TC0x7B4ov { 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; }
#AWoox47y35XJN9eUzRB28PnXkw5hMJ1K { 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; }
#kdDrw6NGlWD1HMDA1JG05yqTyfeTULDq { 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; }
#oQTNKB3SMotFQEs52K6TumvDxFzth5rG { 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) { #M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg { display:block; }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6oTmWi60zeZ8JlZoiouWLSgTJcOeSLk { width:15.375rem;height:1.9375rem;top:11.9375rem;left:32.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVZDzxBqIKUesEm3brJPlvO5oKBmDb69 { top:9.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNqhkTEMbRl7Wo3gzhVZ8JhRD7T7bGba { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAcVVE3EopPLTXNk26yAPkmoy0QGgIm7 { top:35.3125rem;left:35.1875rem;width:12.5625rem;height:4.7878799281113rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhOF5v5N53RICAhR7PU54Ef1rtPPAc5q { top:11rem;left:33.0625rem;width:14.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v12dvbMsIQmbh3hpoITqnys0DDXXKaCR { top:37.0625rem;left:17.1875rem;width:6.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvbnZ3TCIgkeMGIq3gcGOvO5EyEUrAQl { top:36.8125rem;left:23.625rem;width:9.375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwDzBlFe0kgvWx4iyd8T3HgSDvbR5AJR { top:40.1875rem;left:19.25rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-regular-label { display:block; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK  { width:15rem;height:auto; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK {display:block;}#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #q3OWAo9qkuyzqw0WXyLyT3TTqGwW24ra {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #HXxuPuICRUKcG6HXImM6VzfIsLnfOlGJ { display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #p9tOroRONx2N2xhA2mnD7d93EepCgdXE {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #HHTNbqyf72qzABL3dkHb4IRPpPGcsVyO {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #lpHq8P6PggRIcGhg9szPD8fOyxbx7Myu { display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #J8saPedgaSrkqvTu0rtuvCGE1zH2mNoC {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #io8mu2w9JVuEcCBzXVBTxvI96ccAfxAV {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #sJNSzJMTGGHxWNx0Rf3mRqoGXTMvvGlb { display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #HIXDQGEuqEWtePi3iLN8befTKTf2sQ3H {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #yiaN0tUSu2E1TOTqfk7Bxvq1Bq5F8ytG {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #H1hdNSHbG58dPcbV0wTw387DePv0TfIL { display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #BNK68WsFsqxZSor4zHcasvJHy9HTOZIJ {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #epHpLH6dzZIleLlxi9OSim1kn1Ktwp58 {  }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #epHpLH6dzZIleLlxi9OSim1kn1Ktwp58 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #pGPxrmw3LiH0qdWOQmcnqXvG1UCeXVpT { display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #fkkIn4r8xI5GJdtzbgaEnZBo0zwDDye0 { z-index:2; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #NztId7IHtRqIULGBIDIbF65m8DUbOlGH {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #lcgzotqdGfi3Jr2tppea5U4xfyUTED8v { z-index:2; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #PqE6wJQL5Ca9HyDet8xCmcBFmqVlAovz {  }
 }@media only screen and (max-width: 763px) { #ULTNlpmJKIBBTtLWKI6Xr0zTH38TScNk { display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #AKXWVpBUOhvCoPQWqBu2ngbGTp9o2pqh {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #BRIAJF2SCMQQhhf2QvLAA406XPDMZzsv {  }
 }@media only screen and (max-width: 763px) { #JzstO0QWt3IFSV5mTOm7vo6oCFkGK0GT { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg { display:block; }#U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifJ9RwQdCXvMnMPMrg87Au3cpKXMEmSX { top:1.75rem;left:19.15465259552rem;width:15.625rem;height:19.2489375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu7xJkpg7lgA755m1mqe6AfvRKsmD8zN { width:12.5625rem;height:2.875rem;top:2.5625rem;left:20.374466896057rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEdnCIzcfVE7Iz559IcMoFH2ASMNGFTV { top:6.4375rem;left:22.093216896057rem;width:9.125rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7oZaSJmIVDIpFbUc2iu2iEMQ5kbiXba { width:3.75rem;height:3.25rem;top:7.6875rem;left:26.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJzk5KT41OHHhU0qtLOuudf3Ey6LV1rl { width:12.5625rem;height:1.5rem;top:8.5625rem;left:18.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLC00CPmoUTHnPaDfeLLDokhWxUN0qwZ { top:10.8125rem;left:22.09410572052rem;width:9.125rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prCuAQe5i8OQFPLGlz2lNgKcm3naTa6C { top:14.5625rem;left:20.75rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LE5mIslTVQWQt4svoF56xTgJhucMOk0w { width:3.75rem;height:3.25rem;top:12.6875rem;left:27.588601112366rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2orwbkSvR28WNfQaE05Tvo8eLkkrS40 { width:12.5625rem;height:1.5rem;top:13.5rem;left:18.875000953674rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4edrmpnUR2d9IeSgzJxryCMTQxIt4sJ { top:15.9375rem;left:21.8125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRvFQeUpy2OOrdTQDkEEN2FUqT1DuzZA { top:16.5rem;left:20.999466896057rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0autpUn9boW6IpFX3qW4rRvS5kCP0OM { display:block; }
 }@media only screen and (max-width: 763px) { #Feb3DEyagwdLSVfiQ68LBHI406L33GgQ { display:block; }#Feb3DEyagwdLSVfiQ68LBHI406L33GgQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiJ8XXc6W6WHvlzldbpHvLTFZm26VbUL { top:1.125rem;left:8rem;width:39.75rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJu58SBEyXfH2NOTAVJ8TcvgUyRgClqK { top:0.8125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l857ORCU58hXxdXb5sCQCq8NpO8tPgKe { display:block; }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xs0Ima7ymvTeGOmkeAn8rbeCxTtvsDJE { 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) { #isQusIiR1xwKky7JM8y8EMoXnS4n1mKX { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqv2QTntrcuZ2boxPnaLZx01ZrqsfLgk { 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) { #o0QMPcRO6QI70bSPDHFWDILAUdJULXmy { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTakEgKMH8ZqL99LAhTnrAXQwRe6iz9R { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgmT4OVArkcOhD8SPSCgXWX2FSoCcsu9 { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnKQgm67M4t28zriVcavzkvtZ1BnNQHP { 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) { #a1TrLOrQkoeqaD1NsbIeDgC270BMAdlJ { width:20.75rem;height:2.6875rem;top:19.1875rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4XPmvpru7iohPHnldD67NQlLMn3tWNf { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGi7SR315P0WrE4pVJNJIQqrQCVxUH1P { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBa76KJ0p0MzesEkLEN4biWbJnspqb63 { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlvvZ9di4RUvB6SiJoG6B1siqlDTkTrB { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSZNM0xZRgEBqOqZS6RukmyJFpmd8uHR { width:11.375rem;height:2.6875rem;top:21.5rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgKXTnSqFJnB5f3Sbyi9OydDOqn7Kw62 { width:11.375rem;height:2.6875rem;top:26rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWeJeww4y0H7zZVX2hOoSGvb7nEILrkS { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9a6eaeLZpt2Tc5I6tAKKbOTS4ExraAA { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK2zKQlQdne7hVnFTK48fJAG5eZwLWtK { width:11.375rem;height:2.6875rem;top:23.8125rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ { display:block; }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqZHMpvrgAzsURKTdOyeZ8524kdeVCrV { width:28.75rem;height:2.5rem;top:1.4375rem;left:19rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGsVQiTsrkrk66TnASGvGSEJrz4JyVdx { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZb04GGOJUnvKX3bi3KcBrtKP71zO67s { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOqTi2FyEiX2S5hUtq8X4UcvT6UM4mpw { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lo4Zyyl0wGVQNTiJZAZB5DXAqBdi68vf { 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) { #PJVK4Us67uWzru5Sct1eOTCebZeedHxL { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OalXaHZN7oCHko1sq7BRQLTMMdKJmucF { width:47.75rem;height:3.9375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p46zZ9yN28xrlpM6u3d2UqJHuPZLzN7B { 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) { #EE2JEt7Il9wvyMa9fmhNWy33C32In8xp { 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) { #bwEtTCyTe7wy1UwDTZO9Tq0TC0x7B4ov { top:13.3125rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWoox47y35XJN9eUzRB28PnXkw5hMJ1K { 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) { #kdDrw6NGlWD1HMDA1JG05yqTyfeTULDq { 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) { #oQTNKB3SMotFQEs52K6TumvDxFzth5rG { 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) { #M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg { display:block; }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg { background-color: transparent; background-image: none; }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container > .video-iframe-container { display: none; }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row > .video-iframe-container { display: none; }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .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); }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg { border-width: 0; border-radius: 0; }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container > .video-iframe-container {  }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container { width:20rem;height:64.375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c6b58055-0bcf-4168-bcec-b8ad51cce2a2/landingpagemobil.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; }#M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container.adaptive-delivery-prevent-bg, #M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container.lazyload, #M3Wku3Za6wlGukNm2BFeRAXdGpTrRBvg > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #h6oTmWi60zeZ8JlZoiouWLSgTJcOeSLk { width:10.746625rem;height:1.80625rem;top:31.3125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #XVZDzxBqIKUesEm3brJPlvO5oKBmDb69 { width:17.3111875rem;height:1.0559875rem;top:14.0625rem;left:1.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNqhkTEMbRl7Wo3gzhVZ8JhRD7T7bGba { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MAcVVE3EopPLTXNk26yAPkmoy0QGgIm7 { width:10.37375rem;height:3.8734rem;top:53.749111175537rem;left:4.8117895722389rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zhOF5v5N53RICAhR7PU54Ef1rtPPAc5q { width:10.1243125rem;height:2.1875rem;top:30.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v12dvbMsIQmbh3hpoITqnys0DDXXKaCR { width:6.624625rem;height:2.687325rem;top:59.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvbnZ3TCIgkeMGIq3gcGOvO5EyEUrAQl { width:9.375rem;height:3.49964375rem;top:59.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwDzBlFe0kgvWx4iyd8T3HgSDvbR5AJR { width:10.5619375rem;height:0.975rem;top:62.8125rem;left:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-input-text {padding-top: 0; padding-bottom: 0;}#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-input-select {padding-top: 0; padding-bottom: 0;}#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK  { width:15rem;height:auto;top:32.129794597626rem;left:1.2500000596046rem; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK {display:block;}#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK { width:15rem;height:auto;top:32.129794597626rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #q3OWAo9qkuyzqw0WXyLyT3TTqGwW24ra {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #HXxuPuICRUKcG6HXImM6VzfIsLnfOlGJ { display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #p9tOroRONx2N2xhA2mnD7d93EepCgdXE {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #HHTNbqyf72qzABL3dkHb4IRPpPGcsVyO {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #lpHq8P6PggRIcGhg9szPD8fOyxbx7Myu { display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #J8saPedgaSrkqvTu0rtuvCGE1zH2mNoC {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #io8mu2w9JVuEcCBzXVBTxvI96ccAfxAV {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #sJNSzJMTGGHxWNx0Rf3mRqoGXTMvvGlb { display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #HIXDQGEuqEWtePi3iLN8befTKTf2sQ3H {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #yiaN0tUSu2E1TOTqfk7Bxvq1Bq5F8ytG {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #H1hdNSHbG58dPcbV0wTw387DePv0TfIL { display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #BNK68WsFsqxZSor4zHcasvJHy9HTOZIJ {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #epHpLH6dzZIleLlxi9OSim1kn1Ktwp58 {  }
#ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #epHpLH6dzZIleLlxi9OSim1kn1Ktwp58 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #pGPxrmw3LiH0qdWOQmcnqXvG1UCeXVpT { display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #fkkIn4r8xI5GJdtzbgaEnZBo0zwDDye0 { z-index:2; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #NztId7IHtRqIULGBIDIbF65m8DUbOlGH {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #lcgzotqdGfi3Jr2tppea5U4xfyUTED8v { z-index:2; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #PqE6wJQL5Ca9HyDet8xCmcBFmqVlAovz {  }
 }@media only screen and (max-width: 763px) { #ULTNlpmJKIBBTtLWKI6Xr0zTH38TScNk { display:block; }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #AKXWVpBUOhvCoPQWqBu2ngbGTp9o2pqh {  }
 }@media only screen and (max-width: 763px) { #ENH5OVNBOQHVTco09W6DVLTrV15aTXdK #BRIAJF2SCMQQhhf2QvLAA406XPDMZzsv {  }
 }@media only screen and (max-width: 763px) { #JzstO0QWt3IFSV5mTOm7vo6oCFkGK0GT { width:20rem;height:1.27485625rem;top:15.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg { display:block; }#U2QuVeIUN1kLnRUu0CtDKuR5yEXRUwQg > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ifJ9RwQdCXvMnMPMrg87Au3cpKXMEmSX { width:15.625rem;height:19.2489375rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu7xJkpg7lgA755m1mqe6AfvRKsmD8zN { width:12.562125rem;height:3.2492875rem;top:2.6234016418457rem;left:3.7180395722389rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #aEdnCIzcfVE7Iz559IcMoFH2ASMNGFTV { width:9.124625rem;height:1.099075rem;top:7.496448636055rem;left:5.4367895722389rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7oZaSJmIVDIpFbUc2iu2iEMQ5kbiXba { width:3.75rem;height:1.7995375rem;top:8.59375rem;left:9.5623221993444rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJzk5KT41OHHhU0qtLOuudf3Ey6LV1rl { width:12.562125rem;height:1.54385625rem;top:8.5937519073488rem;left:2.1866121888161rem;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) { #aLC00CPmoUTHnPaDfeLLDokhWxUN0qwZ { width:9.124625rem;height:1.099075rem;top:11.572264790535rem;left:5.4367895722389rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prCuAQe5i8OQFPLGlz2lNgKcm3naTa6C { width:10.9375rem;height:0;top:39.5783rem;left:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LE5mIslTVQWQt4svoF56xTgJhucMOk0w { width:3.75rem;height:1.7995375rem;top:12.668678402901rem;left:9.5623221993444rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2orwbkSvR28WNfQaE05Tvo8eLkkrS40 { width:12.562125rem;height:1.54385625rem;top:12.668676495552rem;left:2.1866121888161rem;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) { #M4edrmpnUR2d9IeSgzJxryCMTQxIt4sJ { width:10.3125rem;height:3.75rem;top:15.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRvFQeUpy2OOrdTQDkEEN2FUqT1DuzZA { top:15.9375rem;left:4.3125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0autpUn9boW6IpFX3qW4rRvS5kCP0OM { display:block; }
 }@media only screen and (max-width: 763px) { #Feb3DEyagwdLSVfiQ68LBHI406L33GgQ { display:block; }#Feb3DEyagwdLSVfiQ68LBHI406L33GgQ > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiJ8XXc6W6WHvlzldbpHvLTFZm26VbUL { width:20rem;height:19.2578125rem;top:14.999125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJu58SBEyXfH2NOTAVJ8TcvgUyRgClqK { width:12.499125rem;height:12.499125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l857ORCU58hXxdXb5sCQCq8NpO8tPgKe { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));background-image: -moz-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));background-image: -ms-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));background-image: -o-linear-gradient(top, rgba(24,183,235,0.29), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4918b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4918b7eb', endColorstr='#00000000' );";background-image: linear-gradient(to bottom, rgba(24,183,235,0.29), rgba(0,0,0,0));background-size:cover !important;display:block; }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row .container { background-color: transparent; background-image: none; }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row .container > .video-iframe-container { display: none; }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row > .video-iframe-container { display: none; }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .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); }#l857ORCU58hXxdXb5sCQCq8NpO8tPgKe > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xs0Ima7ymvTeGOmkeAn8rbeCxTtvsDJE { 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) { #isQusIiR1xwKky7JM8y8EMoXnS4n1mKX { width:14.625rem;height:0.1875rem;top:4.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zqv2QTntrcuZ2boxPnaLZx01ZrqsfLgk { width:17.625rem;height:5.6241125rem;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) { #o0QMPcRO6QI70bSPDHFWDILAUdJULXmy { width:1.5625rem;height:1.5625rem;top:19.8125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTakEgKMH8ZqL99LAhTnrAXQwRe6iz9R { width:4.25rem;height:0.1875rem;top:5.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgmT4OVArkcOhD8SPSCgXWX2FSoCcsu9 { width:1.25rem;height:1.25rem;top:20rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnKQgm67M4t28zriVcavzkvtZ1BnNQHP { 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) { #a1TrLOrQkoeqaD1NsbIeDgC270BMAdlJ { width:15.5625rem;height:2.2753875rem;top:17.25rem;left:2.1875rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4XPmvpru7iohPHnldD67NQlLMn3tWNf { width:1.25rem;height:1.25rem;top:21.8125rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGi7SR315P0WrE4pVJNJIQqrQCVxUH1P { width:1.5625rem;height:1.5625rem;top:22rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBa76KJ0p0MzesEkLEN4biWbJnspqb63 { width:1.25rem;height:1.25rem;top:24.0625rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlvvZ9di4RUvB6SiJoG6B1siqlDTkTrB { width:1.5625rem;height:1.5625rem;top:24.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WSZNM0xZRgEBqOqZS6RukmyJFpmd8uHR { width:10.0625rem;height:2.2753875rem;top:19.5rem;left:5.5rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgKXTnSqFJnB5f3Sbyi9OydDOqn7Kw62 { width:10.0625rem;height:2.2753875rem;top:21.25rem;left:5.6875rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWeJeww4y0H7zZVX2hOoSGvb7nEILrkS { width:1.25rem;height:1.25rem;top:26.5rem;left:9.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I9a6eaeLZpt2Tc5I6tAKKbOTS4ExraAA { width:1.5625rem;height:1.5625rem;top:26.375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PK2zKQlQdne7hVnFTK48fJAG5eZwLWtK { width:11.3743125rem;height:2.2753875rem;top:23.5rem;left:4.3125rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ { 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; }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row .container { background-color: transparent; background-image: none; }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row .container > .video-iframe-container { display: none; }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row > .video-iframe-container { display: none; }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .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); }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row .container { border-width: 0; border-radius: 0; }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row > .video-iframe-container {  }#ifwH4QtMN7rk04nSVq3g2oODqktTpRTZ > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqZHMpvrgAzsURKTdOyeZ8524kdeVCrV { 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) { #ZGsVQiTsrkrk66TnASGvGSEJrz4JyVdx { 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) { #PZb04GGOJUnvKX3bi3KcBrtKP71zO67s { width:13.0625rem;height:4.7967rem;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) { #DOqTi2FyEiX2S5hUtq8X4UcvT6UM4mpw { 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) { #Lo4Zyyl0wGVQNTiJZAZB5DXAqBdi68vf { 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) { #PJVK4Us67uWzru5Sct1eOTCebZeedHxL { width:19.4375rem;height:1.298825rem;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) { #OalXaHZN7oCHko1sq7BRQLTMMdKJmucF { width:14.875rem;height:6.3956rem;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) { #p46zZ9yN28xrlpM6u3d2UqJHuPZLzN7B { 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) { #EE2JEt7Il9wvyMa9fmhNWy33C32In8xp { 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) { #bwEtTCyTe7wy1UwDTZO9Tq0TC0x7B4ov { 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) { #AWoox47y35XJN9eUzRB28PnXkw5hMJ1K { 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) { #kdDrw6NGlWD1HMDA1JG05yqTyfeTULDq { 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) { #oQTNKB3SMotFQEs52K6TumvDxFzth5rG { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:12.810723841191rem;font-size:2.1875rem;display:block; }
 }