.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); }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn { 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; }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn.adaptive-delivery-prevent-bg, #RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn.lazyload, #RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn.lazyloading { background-image: none; }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container { background-color: transparent; background-image: none; }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container > .video-iframe-container { display: none; }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row > .video-iframe-container { display: none; }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .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); }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container { border-width: 0; border-radius: 0; }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row > .video-iframe-container {  }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container { font-size:0.875rem;font-family:arial;height:54.3125rem;width:60rem;position:relative;display:block; }#oQ9MUCkrZUc0wX4rVkIPcQPK6eGQqTDc { color:#002323;display:block;width:15.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:16.875rem;left:38.8125rem;height:1.9504625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xKiv7L4J0t4JTwFKG8t4Q1hnUED9eAgW { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:9.6458339691163rem;left:4.375rem;height:1.9504625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nMQmGGaTv3sA5wMDawGvhwhTI0dKL3kp { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:23.4375rem;top:51.562501907349rem;left:0rem;overflow:hidden;display:none; }
#mWMBxBTNTU5ORNxG9qdKh580oaUT9xI1 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.8117875rem;width:12.6243125rem;top:40.24946808815rem;left:40.247689247131rem;overflow:hidden;display:block; }
#WLBwnoRSUoWc8PX4Qvu5HKQVGeVWd9nn { position:absolute;display:block;z-index:100029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(206,146,47,0.83);border-left:0.25rem solid rgba(206,146,47,0.83);border-right:0.25rem solid rgba(206,146,47,0.83);border-bottom:0.25rem solid rgba(206,146,47,0.83);border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:3.25rem;width:14.1875rem;top:15.9375rem;left:39.5625rem;display:block; }
#KVQzVpqJ7ya7o4poF8UCOPWdt6riaEpa { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:6.625rem;top:46.9375rem;left:21.6875rem;overflow:hidden;display:block; }
#F11hogHcnDuooK3ngeHT3NvAdTt3v81e { position:absolute;display:block;z-index:100031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:9.375rem;top:46.6875rem;left:28.125rem;overflow:hidden;display:block; }
#zJi1lLLPs1zuLZHipemAFzDTRcCJDGs1 { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:50.0869140625rem;left:23.75rem;height:0.975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-form-header {  }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .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; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .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; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .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; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .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; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .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; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .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; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 [class*="-text"]:-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 [class*="-text"]::-moz-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:"open sans";font-size:0.875rem; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .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; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .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; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .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; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-container:first-of-type{padding-top:0;}#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-container:last-of-type{padding-bottom:0;}#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7  { 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:37.591146469116rem;top:18.759115219116rem;z-index:100036;position:absolute; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .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; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 {display:block;}#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 { 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:37.591146469116rem;top:18.759115219116rem;z-index:100036;position:absolute; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #ZXnv5W87TrWCeEU17M50E1oyeOyfMRPm { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #sMVlHJlhuSQp626aGR5NNsQXtiWRfW40 { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #JC5tV8JyS5Wi45Rk1aQswrfTOkfpdAl9 { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #SHehXS4vXgKWCU7F1TRWda4G1LxKNwLP { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #O1PFolIpQTEdkUTGvPpsU98MlearcuqE { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #RvrPFZMiklL7XngAvbV5usUyqVhgRQpt { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #tMacUG69yakPnHfeSDy0DEE3fdl5TC9s { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #mT3HKF9tOMCJSu8KSKr2nRbhVwCUKTAk { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #iXOfTzZdHJ3pd6iEgX8CpqNr3WPJLs0L { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #z8vSthpWDOeBVVZhrZG87g7H7gMIULUA { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #GGNiTSWSgV0sfK0G57R7umo5iTGiBwPR { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #ZIUnOeAUyHMuG03TXqqfhPbpDWTW0sGI { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #aV6oSEubIDO1l1Xvf4QUvDLlhKDWvrxf { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #aV6oSEubIDO1l1Xvf4QUvDLlhKDWvrxf .container-column{width:50%;}#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #JHNGN1L7a6Ju89aLvvThe5wZGUmwrp4k { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #ckT1agAMuOkxCOnwFdOqdCK2ZK6g1pur { position:relative;z-index:2; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #eC2pNcOFPzznX1gCuSoXpDl61Fq2hBel { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #WtauBfBb3funUxL6TDAzl2kT66Bvz3Lc { position:relative;z-index:2; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #HcbqSHBatrs3d9tP3XEeOsF3tXr3awlU { position:relative; }
#FqxraqXSfBLw7h6AHrCFGRnk1xIOw7DC { position:relative;display:block; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #TQgs5wGyTwLeqDcLZzZ1CoBRqAxAM0HA { position:relative; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #mLJDTAI7DshyBeXwmx5GfCwIHVU9bT1L { position:relative; }
#b7CynzHuuWsTDJ0IQ8NNnSldMtqJnLNS { color:#004090;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100014;line-height:1.2;letter-spacing:0;top:46.937141418457rem;left:47.499112129211rem;height:;font-style:normal;text-align:right;text-align-last:right;display:block; }
#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 { position:relative;display:block; }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 { background-color: transparent; background-image: none; }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .row .container > .video-iframe-container { display: none; }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .row > .video-iframe-container { display: none; }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .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); }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 { border-width: 0; border-radius: 0; }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .row .container > .video-iframe-container {  }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .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:70.5rem;width:60rem;position:relative;display:block; }#J6QND2OeS0aD6299tDV8Lm9IJMBTJlqZ { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100074;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; }
#DwbdQUhZT0IHEC58bbRkFTaFbPfvZswi { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:35.125rem;left:5.9375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#tm1asgdM6eOthWTRwoLBhPmHzIy57zR6 { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100086;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; }
#iFM8kHk1i66T8urM8CT2GvNucD4VDZdC { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:6.1875rem;left:44.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tszroUCaBa9IK2LKL4XNiyMXvf9H0WSy { color:#313233;display:block;width:12.6873125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100076;line-height:1.6;letter-spacing:0;top:9.125rem;left:44.8125rem;height:5.99609375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CVgwEORUUpUoVMBEPeTNuvkyMn0xgGSl { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100063;line-height:1.6;letter-spacing:0;top:15.8125rem;left:50.25rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKbxkzMyWEic9hx92d7T6bVr5VTk9iip { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;top:16.625rem;left:42.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; }
#p0WfSTqVue0skaTGJbVQoknExPG9vpEI { position:absolute;display:block;z-index:100091;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; }
#lJnxhESTplLlhSPBu5mMtmRBgA4QaZTD { z-index:100093;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; }
#u2JG0xUPTmNX4r5bVs3TS0RDO7kVX0Ia { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fzNt8mf9iAux2FN8O6lZP1ztVW8VCxSk { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:6.1875rem;left:24.8125rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OE7LKQK4FCVI6kErzfv3nUcpD0U2pH7F { color:#313233;display:block;width:9.749625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100083;line-height:1.6;letter-spacing:0;top:9.875rem;left:26.3125rem;height:5.99609375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Vk9PGJLBvIQBLg3MJmNgcOyXUEd8KOTU { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100070;line-height:1.6;letter-spacing:0;top:15.8125rem;left:30.9375rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bBBnEL6dRg94oK9wQTkf5H2AkGK1dOev { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:16.625rem;left:23.5rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DpiaTSMOJsNFiS3qp1RVH6o3uZyPWZ7Q { position:absolute;display:block;z-index:100098;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:18.9375rem;left:26.4375rem;overflow:hidden;display:block; }
#G33opi56cVwbie0Gl1LX1SGiQ0pL2t1H { z-index:100100;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; }
#PmiprJaeHwEBwC2mU4zGrD9DV7fHVqap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WfD6ibpWUqOnDMfDp4MpMpvAyO7uJ46B { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:6.8125rem;left:5.1875rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zSOFzgrL03CZv87tJisCQrmnQ1bhe0EB { color:#313233;display:block;width:9.1868125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100090;line-height:1.6;letter-spacing:0;top:11.0625rem;left:7.75rem;height:4.796875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#du0orA7Gi6VSRpAo7RQtJAUwNXf2o8Tk { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100077;line-height:1.6;letter-spacing:0;top:16.0625rem;left:11.3125rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zl88yMel7xwKxGHoHt7T3p6hiBp1kcE5 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;top:16.9375rem;left:3.875rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#k5M1IvXkEbCnzkoDDb0WX0c52orHsToX { position:absolute;display:block;z-index:100105;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:19.5625rem;left:6.8125rem;overflow:hidden;display:block; }
#nw1drESTtPcVLn6MxtVbLUkkAyAQn9DA { z-index:100107;top:20.125rem;left:6rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MpqAnD5rkehhXqkmuiokNrwVef6dyUQR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HN7tJhRWVOf6T5FiqTtQUg5UNtPv40Va { position:absolute;display:block;z-index:100046;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; }
#lOlNk43qpnWETkvUqQMNJXTo5s4gkhKR { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;top:27.1875rem;left:24.875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C6TIT8gzdCBxe3WoceIbTJixVA4JuQJd { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100084;line-height:1.6;letter-spacing:0;top:35.125rem;left:30.9375rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNwgHAbwOJiqXAJ4C0Th3nnOIgZTZirp { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100092;line-height:1.3;letter-spacing:0;top:36.125rem;left:23.5rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q8keR63SbcAb5oL0vn20tDZgKDXsNcRH { position:absolute;display:block;z-index:100112;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:38.375rem;left:26.5rem;overflow:hidden;display:block; }
#UFOfNNNnXc5HqzOMB8oUINfNLSqMEd0v { z-index:100114;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; }
#BkcAMLT1ZyVSFh7hIr3PJhUmKQCXd6wA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gdi7mVVIUoyJgfm78Aq9kpTRf8zz2bku { color:#0f86a9;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:27.1875rem;left:44.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kAdiLfAZ8zIbVBuoJnmgnablenxnUzEV { position:absolute;display:block;z-index:100033;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; }
#zwCGABQuXyWhEwN69Fp3cWAZNNTbbxgI { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100082;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; }
#aHdO6fhun9N51tKDFLTBAtedILUuBmnZ { color:#313233;display:block;width:10.6875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100084;line-height:1.6;letter-spacing:0;top:29.6875rem;left:46.0625rem;height:3.59765625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SAnIPIazg5eZ1apg1sn3KxlRrRok0CAN { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100071;line-height:1.6;letter-spacing:0;top:35.25rem;left:50.25rem;height:3.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b0gogZca8D4yC3ozVsm5pTv7a3p4Aea4 { color:#383838;display:block;width:12.625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:36.25rem;left:42.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; }
#mwyuarb72TJowTEPM3paTWIMS3DsrSoX { position:absolute;display:block;z-index:100099;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:38.6875rem;left:45.75rem;overflow:hidden;display:block; }
#t4dSKOEUDyPAsZpNlybMMDGzDmUlnA7c { z-index:100101;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; }
#cP2WJHFCh8XgnT1SuRvBHmGooZNC7u6y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iPXiBZ8aIlt6cKQV6vTl6aN9qDTa5NRy { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:18.125rem;left:42.8125rem;height:0.8125rem;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; }
#sEBkil28fr4vELz7HEpTA0fhwT44QWvz { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:18.125rem;left:21.75rem;height:0.8125rem;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; }
#EB5R8FlnzehTXl4NFzukbHdbhMzvGxq3 { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.125rem;height:0.8125rem;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; }
#V01lHdyID0bHn4q3AxBhGw6216bQTE9e { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:37.625rem;left:42.8125rem;height:0.8125rem;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; }
#aCASWV3Oec2KQ4iWVRzHLFJsNf4FhQ4e { color:#313233;display:block;width:10.687125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100085;line-height:1.6;letter-spacing:0;top:30.875rem;left:24.8125rem;height:2.3984375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#TdIkNgHTrsRfDpouignIKVK4lT8NMr1y { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:37.4375rem;left:23.5rem;height:0.8125rem;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; }
#yRhF33HlWM6bUkIMl2JNnshtRTKpWfoV { position:absolute;display:block;z-index:100064;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:50.25rem;left:23.5625rem;overflow:hidden;display:block; }
#ayF2ogrxgJ6XpMBQHgVsoCe8AWzvOnRD { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100109;line-height:1.3;letter-spacing:0;top:52.8125rem;left:24.875rem;height:2.925rem;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; }
#QLcszNLc2DN8WTuR0zcPlO1rTeuTNUNN { color:#313233;display:block;width:13.3125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100103;line-height:1.6;letter-spacing:0;top:55.75rem;left:24.562500238419rem;height:4.796875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wpvHRDJ5KAaZw280UMuzt40bXX1RDWgq { color:#0f86a9;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;top:52.8125rem;left:44.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q3XbrNRtPnFd7pVeGa2ADZ4thT1GdCiq { position:absolute;display:block;z-index:100051;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.25rem;width:15.625rem;top:50.25rem;left:42.8125rem;overflow:hidden;display:block; }
#FTmFFLfTs0GQD1yxXZKhdiDOg4TuJTOp { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100100;line-height:1.3;letter-spacing:0;top:61.25rem;left:47.4375rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wVSRgKqFban2pln9OiMck2O7SGDAJiq6 { color:#313233;display:block;width:10.687125rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100102;line-height:1.6;letter-spacing:0;top:56.375rem;left:46.25rem;height:3.59765625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Tz3f1WmyMHFWCcHO5hvw71mbE51rA00F { color:#00308a;display:block;width:10.9375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100104;line-height:1.3;letter-spacing:0;top:64.0625rem;left:45.6875rem;height:0;text-align:right;text-align-last:right;font-style:normal;display:block; }
#T31WGXpbDMFKh2y8bE9URuvImHDt7iou { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100102;line-height:1.6;letter-spacing:0;top:60.8125rem;left:31.0625rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pa1iJZF2HfN2qTiZgXOTUuAJU5Q1KurI { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:2.0625rem;font-weight:700;z-index:100089;line-height:1.6;letter-spacing:0;top:60.6875rem;left:50.4375rem;height:3.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJHT2cz2n6WviqdzFShbDcTKt6xnxT1G { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100110;line-height:1.3;letter-spacing:0;top:61.5625rem;left:23.5625rem;height:1.54385625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#utAeuP65LtaTIvxWshObEs3vSTnD6SkX { color:#383838;display:block;width:12.6243125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100097;line-height:1.3;letter-spacing:0;top:61.625rem;left:42.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; }
#ufqKriAze53rP5EkE6WxQV0xZz0NDezO { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:63.3125rem;left:24.375rem;height:0.8125rem;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; }
#LxzlPXXak9y8FMrD9qoXUDdoti9s8BzO { position:absolute;display:block;z-index:100130;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:64.8125rem;left:26.5625rem;overflow:hidden;display:block; }
#z6mRHlJd5trPA1Jc26e5X9gxsMlI1FqS { position:absolute;display:block;z-index:100117;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:10.3125rem;top:64.9375rem;left:45.6875rem;overflow:hidden;display:block; }
#XXiLq3zdFeX6k8zcS7vc79Pb98vt65lJ { color:#fdbd61;display:block;width:11.057375rem;position:absolute;font-family:cairo;font-size:0.625rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:63.5rem;left:42.8125rem;height:0.8125rem;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; }
#spZN7qfIpQVTgyIcRb87okEbe6Sv9C3A { z-index:100132;top:65.3125rem;left:26.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mMDLGIiTXZZAaftPqUt0d3wxtrUrT5lQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G1GRUTV44nGd6JxX3tg9TvdFBx8NdE3T { z-index:100119;top:65.5625rem;left:45.0625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.3743125rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#srWIb7Kxc0lKoN34FGwTv50beOHeEezh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#n7sZ2qMuGasnUsAOxc8ykCDlo97VUrWS { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.2498125rem;width:15.625rem;top:5.0625rem;left:3.875rem;overflow:hidden;display:block; }
#ZScx613DXLcGTJzA0n87RM6RQViwMdX5 { position:absolute;display:block;z-index:100032;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; }
#yCvSpEVam4BNDdsNoI6edFzIHQg0d5za { position:absolute;display:block;z-index:100025;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; }
#FrPUIZLb0SyTSCz0qTm0QDzm7ARwZpZf { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:0.80610752105713rem;left:8.7491121292112rem;height:1.9504625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aIJf0694gE0gCPyuHRQQyi1Ihc32pESg { color:#0e849e;display:block;width:51.25rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:47.107597351074rem;left:8.7491121292112rem;height:1.95rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH { 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; }#q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH > .row .container { background-color: transparent; background-image: none; }#q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH > .row .container > .video-iframe-container { display: none; }#q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH > .row > .video-iframe-container { display: none; }#q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH > .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); }#q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH > .row .container { border-width: 0; border-radius: 0; }#q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH > .row > .video-iframe-container {  }#q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#JRJZUWXAnBcUi92yOv0ac7sTKiWT0MFS { color:#ffffff;display:block;width:39.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100000;line-height:2;letter-spacing:0;top:1.125rem;left:19.125rem;height:10rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yLe54VsvKcPDBQTy6kmCDx3fmS9rNdP6 { position:absolute;display:block;z-index:100028;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; }
#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl { 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; }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl.adaptive-delivery-prevent-bg, #LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl.lazyload, #LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl.lazyloading { background-image: none; }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row .container { background-color: transparent; background-image: none; }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row .container > .video-iframe-container { display: none; }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row > .video-iframe-container { display: none; }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .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); }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row .container { border-width: 0; border-radius: 0; }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row > .video-iframe-container {  }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#Q86bs9aBpHfPB5HTbpwrSTB20WmFuZva { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.7625rem;font-style:normal;display:block; }
#sd1GlwPQa7iRsfmKJVOzOLbg1Ay6gy1b { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:22.1875rem;top:6.75rem;left:35.9375rem;display:block; }
#Flc0eh1F7KLg1G8M4qdvSMXVvUqSMqrR { color:#707b8b;display:block;width:20.8125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:37.1875rem;height:7.434875rem;text-align:justify;text-align-last:initial;display:block; }
#LqyInGMv5KZIV0RuI7buRsGy92DmI3pB { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:55.9375rem;display:block; }
#DCyV8WJVw90snVHHdiuKZqwHTbatOoIt { position:absolute;display:block;z-index:100004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:53.875rem;display:block; }
#Fli9IhTT4y0eK8TNlPT1WgEHKEd48LLP { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:19.937501430511rem;left:56rem;display:block; }
#HdUGDHFUpsbeWbdMEssageX7P4qyCFVD { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:17.187500476837rem;left:29.5625rem;height:1.80013125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#tqTHXo7OeLIXEmhRhWxwQEcvTMUPZsx1 { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:34.5rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#wocPer1SwRL7tpobIq20QpTEWLzE2Lbd { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:22.062501430511rem;left:56.0625rem;display:block; }
#MMscSpL3lynTfbRe7LOHTH7BfItB2PEC { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:55.9375rem;display:block; }
#PFETU3QE76pfhsUKD6gqTJoVG1qWWndC { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:24.375001430511rem;left:56.0625rem;display:block; }
#yy3PD9MSR8UUNZ5hPx9yTAidVPfCzzXl { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:55.9375rem;display:block; }
#B2rAmeUtxWmvP9KB00II2y2xUJoDXdvZ { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:43.875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#nf0QeCiPUoV5eaEzRP6lo8sBwrkwc5ig { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:43.875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#XVPNiLIq3uGZLxrwTS0vaIwSNzebdDrQ { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:26.541667461395rem;left:56.0625rem;display:block; }
#COTL8o1d4Wdk0IybugVOJETp6fLbVmFa { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:55.9375rem;display:block; }
#OABKXDh0L6CROhx412VW1WeBOR3FLnRO { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:43.875rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL { 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; }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row .container { background-color: transparent; background-image: none; }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row .container > .video-iframe-container { display: none; }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row > .video-iframe-container { display: none; }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .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); }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row .container { border-width: 0; border-radius: 0; }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row > .video-iframe-container {  }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#l4gVvmvWJW7SZqUzqXIPvlkUT3Pu1J0B { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.54375rem;font-style:normal;display:block; }
#OZ5DDI3J4DUyM6xhriO6wsOahLoHRV5e { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#zrAzvEsEFrK4CBJTy1AMepigTmRGWlc6 { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#L5zeQuA4p5qc2VURvk4NBxqgDeDFA69N { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:6rem;display:none; }
#MqbsIFtZeRgnNcznJE6Mhr7HZ8ZIVAVG { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:50.4375rem;display:block; }
#kEhJU3ysbrPPrWnJMUuk2zH4mM7oXXE6 { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.21875rem;left:40.5625rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IiN4yF8xWUo21e9KDNiZMDL1aT4yvnRJ { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JW68WqTF3yNVlToM6Ao104e0lHLVaHp7 { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.78125rem;left:50.4375rem;display:block; }
#eGnIyasLAvB6CehhE16OxrxaQCXMu3ot { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:13.875rem;left:32.3125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JLJ4TwcbpiELS3XlBGoOxqmOFgCyZAbr { position:absolute;display:block;z-index:99999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:2.9375rem;width:20.1875rem;top:13.3125rem;left:32.1875rem;display:block; }
#PQW9h9wQR4aJg6HN5GhaZuq5DQkCqJIl { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:13.1875rem;left:26.1875rem;display:block; }
#tCgNy2XmrGQDL9O40n0ngL99bi0BaBSg { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.1875rem;left:22.1875rem;display:block; }
#Ln976ZuzhN9vctwBvLy4c9L18kKkrPEM { box-sizing:content-box;color:#1178d1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:13.1875rem;left:18.0625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn { display:block; }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQ9MUCkrZUc0wX4rVkIPcQPK6eGQqTDc { width:15.3125rem;height:1.9375rem;top:16.875rem;left:32.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKiv7L4J0t4JTwFKG8t4Q1hnUED9eAgW { top:9.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMQmGGaTv3sA5wMDawGvhwhTI0dKL3kp { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWMBxBTNTU5ORNxG9qdKh580oaUT9xI1 { top:40.1875rem;left:34.122689247131rem;width:12.5625rem;height:4.7882275148647rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLBwnoRSUoWc8PX4Qvu5HKQVGeVWd9nn { top:15.9375rem;left:33.0625rem;width:14.125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVQzVpqJ7ya7o4poF8UCOPWdt6riaEpa { top:46.875rem;left:15.5625rem;width:6.625rem;height:2.6874771213465rem;display:block; }
 }@media only screen and (max-width: 763px) { #F11hogHcnDuooK3ngeHT3NvAdTt3v81e { top:46.625rem;left:22rem;width:9.375rem;height:3.49964375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJi1lLLPs1zuLZHipemAFzDTRcCJDGs1 { 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) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7  { width:15rem;height:auto; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 {display:block;}#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #ZXnv5W87TrWCeEU17M50E1oyeOyfMRPm {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #sMVlHJlhuSQp626aGR5NNsQXtiWRfW40 {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #JC5tV8JyS5Wi45Rk1aQswrfTOkfpdAl9 {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #SHehXS4vXgKWCU7F1TRWda4G1LxKNwLP {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #O1PFolIpQTEdkUTGvPpsU98MlearcuqE {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #RvrPFZMiklL7XngAvbV5usUyqVhgRQpt {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #tMacUG69yakPnHfeSDy0DEE3fdl5TC9s {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #mT3HKF9tOMCJSu8KSKr2nRbhVwCUKTAk {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #iXOfTzZdHJ3pd6iEgX8CpqNr3WPJLs0L {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #z8vSthpWDOeBVVZhrZG87g7H7gMIULUA {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #GGNiTSWSgV0sfK0G57R7umo5iTGiBwPR {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #ZIUnOeAUyHMuG03TXqqfhPbpDWTW0sGI {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #aV6oSEubIDO1l1Xvf4QUvDLlhKDWvrxf {  }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #aV6oSEubIDO1l1Xvf4QUvDLlhKDWvrxf .container-column{width:50%;} }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #JHNGN1L7a6Ju89aLvvThe5wZGUmwrp4k {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #ckT1agAMuOkxCOnwFdOqdCK2ZK6g1pur { z-index:2; }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #eC2pNcOFPzznX1gCuSoXpDl61Fq2hBel {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #WtauBfBb3funUxL6TDAzl2kT66Bvz3Lc { z-index:2; }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #HcbqSHBatrs3d9tP3XEeOsF3tXr3awlU {  }
 }@media only screen and (max-width: 763px) { #FqxraqXSfBLw7h6AHrCFGRnk1xIOw7DC { display:block; }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #TQgs5wGyTwLeqDcLZzZ1CoBRqAxAM0HA {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #mLJDTAI7DshyBeXwmx5GfCwIHVU9bT1L {  }
 }@media only screen and (max-width: 763px) { #b7CynzHuuWsTDJ0IQ8NNnSldMtqJnLNS { width:27.8125rem;height:7.5rem;top:10.4375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 { display:block; }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6QND2OeS0aD6299tDV8Lm9IJMBTJlqZ { top:11.0625rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwbdQUhZT0IHEC58bbRkFTaFbPfvZswi { top:35.125rem;left:0rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm1asgdM6eOthWTRwoLBhPmHzIy57zR6 { top:34.875rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFM8kHk1i66T8urM8CT2GvNucD4VDZdC { width:12.5625rem;height:1.4375rem;top:6.1875rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tszroUCaBa9IK2LKL4XNiyMXvf9H0WSy { top:9.125rem;left:35.125rem;width:12.625rem;height:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVgwEORUUpUoVMBEPeTNuvkyMn0xgGSl { width:3.75rem;height:3.25rem;top:15.8125rem;left:44rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKbxkzMyWEic9hx92d7T6bVr5VTk9iip { 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) { #p0WfSTqVue0skaTGJbVQoknExPG9vpEI { top:18.9375rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJnxhESTplLlhSPBu5mMtmRBgA4QaZTD { top:19.5rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2JG0xUPTmNX4r5bVs3TS0RDO7kVX0Ia { display:block; }
 }@media only screen and (max-width: 763px) { #fzNt8mf9iAux2FN8O6lZP1ztVW8VCxSk { width:12.5625rem;height:2.875rem;top:6.1875rem;left:18.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OE7LKQK4FCVI6kErzfv3nUcpD0U2pH7F { top:9.875rem;left:20.1875rem;width:9.6875rem;height:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk9PGJLBvIQBLg3MJmNgcOyXUEd8KOTU { 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) { #bBBnEL6dRg94oK9wQTkf5H2AkGK1dOev { 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) { #DpiaTSMOJsNFiS3qp1RVH6o3uZyPWZ7Q { top:18.9375rem;left:20.3125rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G33opi56cVwbie0Gl1LX1SGiQ0pL2t1H { top:19.5rem;left:19.5rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmiprJaeHwEBwC2mU4zGrD9DV7fHVqap { display:block; }
 }@media only screen and (max-width: 763px) { #WfD6ibpWUqOnDMfDp4MpMpvAyO7uJ46B { width:12.5625rem;height:2.875rem;top:6.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSOFzgrL03CZv87tJisCQrmnQ1bhe0EB { top:11.0625rem;left:1.625rem;width:9.125rem;height:4.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #du0orA7Gi6VSRpAo7RQtJAUwNXf2o8Tk { width:3.75rem;height:3.25rem;top:16.0625rem;left:5.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl88yMel7xwKxGHoHt7T3p6hiBp1kcE5 { width:12.5625rem;height:1.5rem;top:16.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5M1IvXkEbCnzkoDDb0WX0c52orHsToX { top:19.5625rem;left:0.6875rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw1drESTtPcVLn6MxtVbLUkkAyAQn9DA { top:20.125rem;left:0rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpqAnD5rkehhXqkmuiokNrwVef6dyUQR { display:block; }
 }@media only screen and (max-width: 763px) { #HN7tJhRWVOf6T5FiqTtQUg5UNtPv40Va { top:24.1875rem;left:17.4375rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOlNk43qpnWETkvUqQMNJXTo5s4gkhKR { width:12.5625rem;height:1.4375rem;top:27.1875rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6TIT8gzdCBxe3WoceIbTJixVA4JuQJd { 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) { #TNwgHAbwOJiqXAJ4C0Th3nnOIgZTZirp { width:12.5625rem;height:1.5rem;top:36.125rem;left:17.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8keR63SbcAb5oL0vn20tDZgKDXsNcRH { top:38.375rem;left:20.375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFOfNNNnXc5HqzOMB8oUINfNLSqMEd0v { top:39.25rem;left:19.5rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkcAMLT1ZyVSFh7hIr3PJhUmKQCXd6wA { display:block; }
 }@media only screen and (max-width: 763px) { #gdi7mVVIUoyJgfm78Aq9kpTRf8zz2bku { width:12.5625rem;height:1.4375rem;top:27.1875rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAdiLfAZ8zIbVBuoJnmgnablenxnUzEV { top:24.4375rem;left:32.125rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwCGABQuXyWhEwN69Fp3cWAZNNTbbxgI { top:32.0625rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHdO6fhun9N51tKDFLTBAtedILUuBmnZ { top:29.6875rem;left:37.125rem;width:10.625rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAnIPIazg5eZ1apg1sn3KxlRrRok0CAN { width:3.75rem;height:3.25rem;top:35.25rem;left:44rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0gogZca8D4yC3ozVsm5pTv7a3p4Aea4 { 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) { #mwyuarb72TJowTEPM3paTWIMS3DsrSoX { top:38.6875rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4dSKOEUDyPAsZpNlybMMDGzDmUlnA7c { top:39.25rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP2WJHFCh8XgnT1SuRvBHmGooZNC7u6y { display:block; }
 }@media only screen and (max-width: 763px) { #iPXiBZ8aIlt6cKQV6vTl6aN9qDTa5NRy { width:11rem;height:0.75rem;top:18.125rem;left:36.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEBkil28fr4vELz7HEpTA0fhwT44QWvz { width:11rem;height:0.75rem;top:18.125rem;left:15.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB5R8FlnzehTXl4NFzukbHdbhMzvGxq3 { width:11rem;height:0.75rem;top:18.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V01lHdyID0bHn4q3AxBhGw6216bQTE9e { width:11rem;height:0.75rem;top:37.625rem;left:36.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCASWV3Oec2KQ4iWVRzHLFJsNf4FhQ4e { top:30.875rem;left:18.6875rem;width:10.625rem;height:2.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdIkNgHTrsRfDpouignIKVK4lT8NMr1y { width:11rem;height:0.75rem;top:37.4375rem;left:17.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRhF33HlWM6bUkIMl2JNnshtRTKpWfoV { top:50.25rem;left:17.4375rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayF2ogrxgJ6XpMBQHgVsoCe8AWzvOnRD { width:12.5625rem;height:2.875rem;top:52.8125rem;left:18.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLcszNLc2DN8WTuR0zcPlO1rTeuTNUNN { top:55.75rem;left:18.437500238419rem;width:13.3125rem;height:6rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpvHRDJ5KAaZw280UMuzt40bXX1RDWgq { width:12.5625rem;height:1.4375rem;top:52.8125rem;left:35.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3XbrNRtPnFd7pVeGa2ADZ4thT1GdCiq { top:50.25rem;left:32.125rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTmFFLfTs0GQD1yxXZKhdiDOg4TuJTOp { top:61.25rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVSRgKqFban2pln9OiMck2O7SGDAJiq6 { top:56.375rem;left:37.125rem;width:10.625rem;height:3.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz3f1WmyMHFWCcHO5hvw71mbE51rA00F { top:64.0625rem;left:36.8125rem;width:10.9375rem;height:0;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T31WGXpbDMFKh2y8bE9URuvImHDt7iou { width:3.75rem;height:3.25rem;top:60.8125rem;left:24.9375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa1iJZF2HfN2qTiZgXOTUuAJU5Q1KurI { width:3.75rem;height:3.25rem;top:60.6875rem;left:44rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJHT2cz2n6WviqdzFShbDcTKt6xnxT1G { width:12.5625rem;height:1.5rem;top:61.5625rem;left:17.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #utAeuP65LtaTIvxWshObEs3vSTnD6SkX { width:12.5625rem;height:1.5rem;top:61.625rem;left:35.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufqKriAze53rP5EkE6WxQV0xZz0NDezO { width:11rem;height:0.75rem;top:63.3125rem;left:18.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxzlPXXak9y8FMrD9qoXUDdoti9s8BzO { top:64.8125rem;left:20.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6mRHlJd5trPA1Jc26e5X9gxsMlI1FqS { top:64.9375rem;left:37.4375rem;width:10.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXiLq3zdFeX6k8zcS7vc79Pb98vt65lJ { width:11rem;height:0.75rem;top:63.5rem;left:36.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spZN7qfIpQVTgyIcRb87okEbe6Sv9C3A { top:65.3125rem;left:20.125rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMDLGIiTXZZAaftPqUt0d3wxtrUrT5lQ { display:block; }
 }@media only screen and (max-width: 763px) { #G1GRUTV44nGd6JxX3tg9TvdFBx8NdE3T { top:65.5625rem;left:36.4375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srWIb7Kxc0lKoN34FGwTv50beOHeEezh { display:block; }
 }@media only screen and (max-width: 763px) { #n7sZ2qMuGasnUsAOxc8ykCDlo97VUrWS { top:5.0625rem;left:0rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZScx613DXLcGTJzA0n87RM6RQViwMdX5 { top:4.4375rem;left:17.375rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCvSpEVam4BNDdsNoI6edFzIHQg0d5za { top:4.4375rem;left:32.125rem;width:15.625rem;height:19.2498125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrPUIZLb0SyTSCz0qTm0QDzm7ARwZpZf { top:0.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIJf0694gE0gCPyuHRQQyi1Ihc32pESg { top:47.0625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH { display:block; }#q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRJZUWXAnBcUi92yOv0ac7sTKiWT0MFS { top:1.125rem;left:8rem;width:39.75rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLe54VsvKcPDBQTy6kmCDx3fmS9rNdP6 { top:0.8125rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl { display:block; }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q86bs9aBpHfPB5HTbpwrSTB20WmFuZva { 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) { #sd1GlwPQa7iRsfmKJVOzOLbg1Ay6gy1b { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flc0eh1F7KLg1G8M4qdvSMXVvUqSMqrR { 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) { #LqyInGMv5KZIV0RuI7buRsGy92DmI3pB { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCyV8WJVw90snVHHdiuKZqwHTbatOoIt { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fli9IhTT4y0eK8TNlPT1WgEHKEd48LLP { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdUGDHFUpsbeWbdMEssageX7P4qyCFVD { 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) { #tqTHXo7OeLIXEmhRhWxwQEcvTMUPZsx1 { width:20.75rem;height:2.6875rem;top:19.1875rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wocPer1SwRL7tpobIq20QpTEWLzE2Lbd { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMscSpL3lynTfbRe7LOHTH7BfItB2PEC { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFETU3QE76pfhsUKD6gqTJoVG1qWWndC { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy3PD9MSR8UUNZ5hPx9yTAidVPfCzzXl { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2rAmeUtxWmvP9KB00II2y2xUJoDXdvZ { width:11.375rem;height:2.6875rem;top:21.5rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf0QeCiPUoV5eaEzRP6lo8sBwrkwc5ig { width:11.375rem;height:2.6875rem;top:26rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVPNiLIq3uGZLxrwTS0vaIwSNzebdDrQ { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COTL8o1d4Wdk0IybugVOJETp6fLbVmFa { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OABKXDh0L6CROhx412VW1WeBOR3FLnRO { width:11.375rem;height:2.6875rem;top:23.8125rem;left:36.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL { display:block; }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4gVvmvWJW7SZqUzqXIPvlkUT3Pu1J0B { width:28.75rem;height:2.5rem;top:1.4375rem;left:19rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZ5DDI3J4DUyM6xhriO6wsOahLoHRV5e { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrAzvEsEFrK4CBJTy1AMepigTmRGWlc6 { width:45rem;height:1.9375rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5zeQuA4p5qc2VURvk4NBxqgDeDFA69N { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqbsIFtZeRgnNcznJE6Mhr7HZ8ZIVAVG { 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) { #kEhJU3ysbrPPrWnJMUuk2zH4mM7oXXE6 { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiN4yF8xWUo21e9KDNiZMDL1aT4yvnRJ { width:47.75rem;height:3.9375rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW68WqTF3yNVlToM6Ao104e0lHLVaHp7 { 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) { #eGnIyasLAvB6CehhE16OxrxaQCXMu3ot { 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) { #JLJ4TwcbpiELS3XlBGoOxqmOFgCyZAbr { top:13.3125rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQW9h9wQR4aJg6HN5GhaZuq5DQkCqJIl { 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) { #tCgNy2XmrGQDL9O40n0ngL99bi0BaBSg { 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) { #Ln976ZuzhN9vctwBvLy4c9L18kKkrPEM { 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) { #RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn { display:block; }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn { background-color: transparent; background-image: none; }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container > .video-iframe-container { display: none; }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row > .video-iframe-container { display: none; }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .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); }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn { border-width: 0; border-radius: 0; }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container > .video-iframe-container {  }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container { width:20rem;height:64.375rem;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; }#RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container.adaptive-delivery-prevent-bg, #RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container.lazyload, #RZ5L0EK1XDOTVJmD9NH7zU8GNOfJEbkn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #oQ9MUCkrZUc0wX4rVkIPcQPK6eGQqTDc { 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) { #xKiv7L4J0t4JTwFKG8t4Q1hnUED9eAgW { width:17.3118125rem;height:1.05625rem;top:9.6875047683719rem;left:1.3423295617104rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMQmGGaTv3sA5wMDawGvhwhTI0dKL3kp { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWMBxBTNTU5ORNxG9qdKh580oaUT9xI1 { width:10.37375rem;height:3.8734rem;top:53.749111175537rem;left:4.8117895722389rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WLBwnoRSUoWc8PX4Qvu5HKQVGeVWd9nn { width:10.1243125rem;height:2.1875rem;top:30.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVQzVpqJ7ya7o4poF8UCOPWdt6riaEpa { width:6.624625rem;height:2.687325rem;top:59.75rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F11hogHcnDuooK3ngeHT3NvAdTt3v81e { width:9.375rem;height:3.49964375rem;top:59.3125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJi1lLLPs1zuLZHipemAFzDTRcCJDGs1 { 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) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7  { width:15rem;height:auto;top:32.129794597626rem;left:1.2500000596046rem; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 {display:block;}#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 { width:15rem;height:auto;top:32.129794597626rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #ZXnv5W87TrWCeEU17M50E1oyeOyfMRPm {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #sMVlHJlhuSQp626aGR5NNsQXtiWRfW40 {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #JC5tV8JyS5Wi45Rk1aQswrfTOkfpdAl9 {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #SHehXS4vXgKWCU7F1TRWda4G1LxKNwLP {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #O1PFolIpQTEdkUTGvPpsU98MlearcuqE {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #RvrPFZMiklL7XngAvbV5usUyqVhgRQpt {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #tMacUG69yakPnHfeSDy0DEE3fdl5TC9s {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #mT3HKF9tOMCJSu8KSKr2nRbhVwCUKTAk {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #iXOfTzZdHJ3pd6iEgX8CpqNr3WPJLs0L {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #z8vSthpWDOeBVVZhrZG87g7H7gMIULUA {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #GGNiTSWSgV0sfK0G57R7umo5iTGiBwPR {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #ZIUnOeAUyHMuG03TXqqfhPbpDWTW0sGI {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #aV6oSEubIDO1l1Xvf4QUvDLlhKDWvrxf {  }
#TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #aV6oSEubIDO1l1Xvf4QUvDLlhKDWvrxf .container-column{width:50%;} }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #JHNGN1L7a6Ju89aLvvThe5wZGUmwrp4k {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #ckT1agAMuOkxCOnwFdOqdCK2ZK6g1pur { z-index:2; }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #eC2pNcOFPzznX1gCuSoXpDl61Fq2hBel {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #WtauBfBb3funUxL6TDAzl2kT66Bvz3Lc { z-index:2; }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #HcbqSHBatrs3d9tP3XEeOsF3tXr3awlU {  }
 }@media only screen and (max-width: 763px) { #FqxraqXSfBLw7h6AHrCFGRnk1xIOw7DC { display:block; }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #TQgs5wGyTwLeqDcLZzZ1CoBRqAxAM0HA {  }
 }@media only screen and (max-width: 763px) { #TEVuA4tmTNzIgaXLrpkIdBn8E6RnzAo7 #mLJDTAI7DshyBeXwmx5GfCwIHVU9bT1L {  }
 }@media only screen and (max-width: 763px) { #b7CynzHuuWsTDJ0IQ8NNnSldMtqJnLNS { width:20rem;height:1.275rem;top:11.735614299774rem;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) { #s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2818b7eb', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(24,183,235,0.16), rgba(0,0,0,0));background-size:auto !important;display:block; }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .row .container { background-color: transparent; background-image: none; }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .row .container > .video-iframe-container { display: none; }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .row > .video-iframe-container { display: none; }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .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); }#s7RldWDRIoMt8Dq0zXtvceUI2lwM6FK7 > .row .container { width:20rem;height:153.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J6QND2OeS0aD6299tDV8Lm9IJMBTJlqZ { width:10.9375rem;height:0;top:39.625rem;left:4.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwbdQUhZT0IHEC58bbRkFTaFbPfvZswi { width:10.9375rem;height:0;top:63.9375rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm1asgdM6eOthWTRwoLBhPmHzIy57zR6 { width:10.9375rem;height:0;top:102.8125rem;left:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFM8kHk1i66T8urM8CT2GvNucD4VDZdC { width:12.625rem;height:1.625rem;top:25.875rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #tszroUCaBa9IK2LKL4XNiyMXvf9H0WSy { width:11.8119375rem;height:5.5rem;top:29.3125rem;left:4.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVgwEORUUpUoVMBEPeTNuvkyMn0xgGSl { width:3.75rem;height:1.8rem;top:35.25rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKbxkzMyWEic9hx92d7T6bVr5VTk9iip { width:12.6243125rem;height:1.54375rem;top:35.375rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #p0WfSTqVue0skaTGJbVQoknExPG9vpEI { width:10.3125rem;height:3.75rem;top:38.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJnxhESTplLlhSPBu5mMtmRBgA4QaZTD { top:38.9375rem;left:3.9375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2JG0xUPTmNX4r5bVs3TS0RDO7kVX0Ia { display:block; }
 }@media only screen and (max-width: 763px) { #fzNt8mf9iAux2FN8O6lZP1ztVW8VCxSk { width:12.625rem;height:3.25rem;top:5.3125rem;left:3.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #OE7LKQK4FCVI6kErzfv3nUcpD0U2pH7F { width:9.1875rem;height:5.5rem;top:10.125rem;left:5.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk9PGJLBvIQBLg3MJmNgcOyXUEd8KOTU { width:3.75rem;height:1.8rem;top:15.75rem;left:8.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBBnEL6dRg94oK9wQTkf5H2AkGK1dOev { width:12.625rem;height:1.54375rem;top:15.75rem;left:2.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #DpiaTSMOJsNFiS3qp1RVH6o3uZyPWZ7Q { width:10.3125rem;height:3.75rem;top:18.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G33opi56cVwbie0Gl1LX1SGiQ0pL2t1H { top:18.9375rem;left:4rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmiprJaeHwEBwC2mU4zGrD9DV7fHVqap { display:block; }
 }@media only screen and (max-width: 763px) { #WfD6ibpWUqOnDMfDp4MpMpvAyO7uJ46B { width:12.625rem;height:3.25rem;top:46.3125rem;left:3.5625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #zSOFzgrL03CZv87tJisCQrmnQ1bhe0EB { width:9.1875rem;height:4.4rem;top:49.9375rem;left:5.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #du0orA7Gi6VSRpAo7RQtJAUwNXf2o8Tk { width:3.75rem;height:1.8rem;top:55.9375rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl88yMel7xwKxGHoHt7T3p6hiBp1kcE5 { width:12.625rem;height:1.54375rem;top:55.9375rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #k5M1IvXkEbCnzkoDDb0WX0c52orHsToX { width:10.3125rem;height:3.75rem;top:59.4375rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw1drESTtPcVLn6MxtVbLUkkAyAQn9DA { top:60.0625rem;left:4.25rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpqAnD5rkehhXqkmuiokNrwVef6dyUQR { display:block; }
 }@media only screen and (max-width: 763px) { #HN7tJhRWVOf6T5FiqTtQUg5UNtPv40Va { width:15.625rem;height:19.25rem;top:65rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOlNk43qpnWETkvUqQMNJXTo5s4gkhKR { width:12.625rem;height:1.625rem;top:88.5625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #C6TIT8gzdCBxe3WoceIbTJixVA4JuQJd { width:3.75rem;height:1.8rem;top:94.75rem;left:9rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNwgHAbwOJiqXAJ4C0Th3nnOIgZTZirp { width:12.625rem;height:1.54375rem;top:76.25rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Q8keR63SbcAb5oL0vn20tDZgKDXsNcRH { width:10.3125rem;height:3.75rem;top:78.875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFOfNNNnXc5HqzOMB8oUINfNLSqMEd0v { top:79.5rem;left:4.1875rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkcAMLT1ZyVSFh7hIr3PJhUmKQCXd6wA { display:block; }
 }@media only screen and (max-width: 763px) { #gdi7mVVIUoyJgfm78Aq9kpTRf8zz2bku { width:12.625rem;height:1.625rem;top:67rem;left:4rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #kAdiLfAZ8zIbVBuoJnmgnablenxnUzEV { width:15.625rem;height:19.25rem;top:85.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwCGABQuXyWhEwN69Fp3cWAZNNTbbxgI { width:10.9375rem;height:0;top:98.75rem;left:4.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHdO6fhun9N51tKDFLTBAtedILUuBmnZ { width:11.0618125rem;height:3.3rem;top:70.625rem;left:4.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAnIPIazg5eZ1apg1sn3KxlRrRok0CAN { width:3.75rem;height:1.8rem;top:76.125rem;left:9.5rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0gogZca8D4yC3ozVsm5pTv7a3p4Aea4 { width:12.625rem;height:1.54375rem;top:94.75rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #mwyuarb72TJowTEPM3paTWIMS3DsrSoX { width:10.3125rem;height:3.75rem;top:98.1875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4dSKOEUDyPAsZpNlybMMDGzDmUlnA7c { top:98.8125rem;left:4.375rem;width:11.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP2WJHFCh8XgnT1SuRvBHmGooZNC7u6y { display:block; }
 }@media only screen and (max-width: 763px) { #iPXiBZ8aIlt6cKQV6vTl6aN9qDTa5NRy { width:10.997875rem;height:1.05625rem;top:17.1875rem;left:1.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #sEBkil28fr4vELz7HEpTA0fhwT44QWvz { width:10.997875rem;height:1.05625rem;top:37.0625rem;left:1.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #EB5R8FlnzehTXl4NFzukbHdbhMzvGxq3 { width:10.99875rem;height:1.05625rem;top:57.5625rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #V01lHdyID0bHn4q3AxBhGw6216bQTE9e { width:10.99875rem;height:1.05625rem;top:77.5625rem;left:2.4375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #aCASWV3Oec2KQ4iWVRzHLFJsNf4FhQ4e { width:10.625rem;height:2.2rem;top:91.1875rem;left:4.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdIkNgHTrsRfDpouignIKVK4lT8NMr1y { width:10.99875rem;height:1.05625rem;top:96.375rem;left:1.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #yRhF33HlWM6bUkIMl2JNnshtRTKpWfoV { width:15.625rem;height:19.2498125rem;top:107.9875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayF2ogrxgJ6XpMBQHgVsoCe8AWzvOnRD { width:12.5625rem;height:3.25rem;top:110.4234418869rem;left:3.7187502980233rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #QLcszNLc2DN8WTuR0zcPlO1rTeuTNUNN { width:12.5rem;height:5.5rem;top:138.73515892029rem;left:3.1875002980233rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpvHRDJ5KAaZw280UMuzt40bXX1RDWgq { width:12.5625rem;height:1.625rem;top:135.23515796661rem;left:3.7187502980233rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #Q3XbrNRtPnFd7pVeGa2ADZ4thT1GdCiq { width:15.625rem;height:19.2498125rem;top:132.9866875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTmFFLfTs0GQD1yxXZKhdiDOg4TuJTOp { width:10.9375rem;height:0;top:173.017125rem;left:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVSRgKqFban2pln9OiMck2O7SGDAJiq6 { width:10.625rem;height:3.3rem;top:114.61015605926rem;left:4.6875002980232rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz3f1WmyMHFWCcHO5hvw71mbE51rA00F { width:10.9375rem;height:0;top:185.210875rem;left:4.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T31WGXpbDMFKh2y8bE9URuvImHDt7iou { width:3.75rem;height:1.8rem;top:144.8125rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pa1iJZF2HfN2qTiZgXOTUuAJU5Q1KurI { width:3.75rem;height:1.8rem;top:119.4375rem;left:8.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJHT2cz2n6WviqdzFShbDcTKt6xnxT1G { width:12.5625rem;height:1.54375rem;top:119.5625rem;left:2.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #utAeuP65LtaTIvxWshObEs3vSTnD6SkX { width:12.5625rem;height:1.54375rem;top:144.9375rem;left:2.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #ufqKriAze53rP5EkE6WxQV0xZz0NDezO { width:11rem;height:1.05625rem;top:121.23672008514rem;left:2.3742187619209rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #LxzlPXXak9y8FMrD9qoXUDdoti9s8BzO { width:10.3125rem;height:3.75rem;top:122.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6mRHlJd5trPA1Jc26e5X9gxsMlI1FqS { width:10.3125rem;height:3.75rem;top:147.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXiLq3zdFeX6k8zcS7vc79Pb98vt65lJ { width:11rem;height:1.05625rem;top:146.61172819137rem;left:2.3742187619209rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#045386;display:block; }
 }@media only screen and (max-width: 763px) { #spZN7qfIpQVTgyIcRb87okEbe6Sv9C3A { top:122.9375rem;left:4.375rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMDLGIiTXZZAaftPqUt0d3wxtrUrT5lQ { display:block; }
 }@media only screen and (max-width: 763px) { #G1GRUTV44nGd6JxX3tg9TvdFBx8NdE3T { top:148.3125rem;left:4.5rem;width:11.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #srWIb7Kxc0lKoN34FGwTv50beOHeEezh { display:block; }
 }@media only screen and (max-width: 763px) { #n7sZ2qMuGasnUsAOxc8ykCDlo97VUrWS { width:15.625rem;height:19.25rem;top:44.75rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZScx613DXLcGTJzA0n87RM6RQViwMdX5 { width:15.625rem;height:19.25rem;top:3.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCvSpEVam4BNDdsNoI6edFzIHQg0d5za { width:15.625rem;height:19.25rem;top:24.25rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrPUIZLb0SyTSCz0qTm0QDzm7ARwZpZf { width:20rem;height:1.1375rem;top:1.1250095367432rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIJf0694gE0gCPyuHRQQyi1Ihc32pESg { width:20rem;height:2.4375rem;top:105.68125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH { display:block; }#q1iBDRT7e7AGXATFbnK6qVHDBJhPF4IH > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRJZUWXAnBcUi92yOv0ac7sTKiWT0MFS { width:20rem;height:19.25rem;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) { #yLe54VsvKcPDBQTy6kmCDx3fmS9rNdP6 { width:12.499125rem;height:12.499125rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl { 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; }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row .container { background-color: transparent; background-image: none; }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row .container > .video-iframe-container { display: none; }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row > .video-iframe-container { display: none; }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .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); }#LfaO0dM4zpd9118wm9pTGHrfLfUJN9Nl > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q86bs9aBpHfPB5HTbpwrSTB20WmFuZva { 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) { #sd1GlwPQa7iRsfmKJVOzOLbg1Ay6gy1b { width:14.625rem;height:0.1875rem;top:4.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Flc0eh1F7KLg1G8M4qdvSMXVvUqSMqrR { 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) { #LqyInGMv5KZIV0RuI7buRsGy92DmI3pB { width:1.5625rem;height:1.5625rem;top:19.8125rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCyV8WJVw90snVHHdiuKZqwHTbatOoIt { width:4.25rem;height:0.1875rem;top:5.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fli9IhTT4y0eK8TNlPT1WgEHKEd48LLP { width:1.25rem;height:1.25rem;top:20rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdUGDHFUpsbeWbdMEssageX7P4qyCFVD { 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) { #tqTHXo7OeLIXEmhRhWxwQEcvTMUPZsx1 { 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) { #wocPer1SwRL7tpobIq20QpTEWLzE2Lbd { 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) { #MMscSpL3lynTfbRe7LOHTH7BfItB2PEC { width:1.5625rem;height:1.5625rem;top:22rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PFETU3QE76pfhsUKD6gqTJoVG1qWWndC { 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) { #yy3PD9MSR8UUNZ5hPx9yTAidVPfCzzXl { width:1.5625rem;height:1.5625rem;top:24.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2rAmeUtxWmvP9KB00II2y2xUJoDXdvZ { 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) { #nf0QeCiPUoV5eaEzRP6lo8sBwrkwc5ig { 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) { #XVPNiLIq3uGZLxrwTS0vaIwSNzebdDrQ { 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) { #COTL8o1d4Wdk0IybugVOJETp6fLbVmFa { width:1.5625rem;height:1.5625rem;top:26.375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OABKXDh0L6CROhx412VW1WeBOR3FLnRO { 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) { #PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL { 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; }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row .container { background-color: transparent; background-image: none; }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row .container > .video-iframe-container { display: none; }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row > .video-iframe-container { display: none; }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .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); }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row .container { border-width: 0; border-radius: 0; }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row > .video-iframe-container {  }#PPTGlz9FTt8NbVcvSs7uldpR9JOM2EtL > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4gVvmvWJW7SZqUzqXIPvlkUT3Pu1J0B { 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) { #OZ5DDI3J4DUyM6xhriO6wsOahLoHRV5e { 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) { #zrAzvEsEFrK4CBJTy1AMepigTmRGWlc6 { width:13.0625rem;height:4.8rem;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) { #L5zeQuA4p5qc2VURvk4NBxqgDeDFA69N { 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) { #MqbsIFtZeRgnNcznJE6Mhr7HZ8ZIVAVG { 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) { #kEhJU3ysbrPPrWnJMUuk2zH4mM7oXXE6 { 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) { #IiN4yF8xWUo21e9KDNiZMDL1aT4yvnRJ { width:14.875rem;height:6.4rem;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) { #JW68WqTF3yNVlToM6Ao104e0lHLVaHp7 { 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) { #eGnIyasLAvB6CehhE16OxrxaQCXMu3ot { 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) { #JLJ4TwcbpiELS3XlBGoOxqmOFgCyZAbr { 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) { #PQW9h9wQR4aJg6HN5GhaZuq5DQkCqJIl { 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) { #tCgNy2XmrGQDL9O40n0ngL99bi0BaBSg { 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) { #Ln976ZuzhN9vctwBvLy4c9L18kKkrPEM { width:3.125rem;height:3.125rem;top:17.012606143951rem;left:12.810723841191rem;font-size:2.1875rem;display:block; }
 }