.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc { position:relative;display:block; }#WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc { background-color: transparent; background-image: none; }#WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc > .row .container > .video-iframe-container { display: none; }#WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc > .row > .video-iframe-container { display: none; }#WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc > .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); }#WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc { border-width: 0; border-radius: 0; }#WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8.4375rem;width:75rem;position:relative;display:block; }#DPfpdfK9BEET3SBl5XIBlsHZKcadgog7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:8.3125rem;top:0rem;left:33.343751907349rem;overflow:hidden;display:block; }
#gMEc9TmXcHA9x98INUTogns3bigS5qIv { background-color:transparent;background-image:url("https://images.assets-landingi.com/jDjCh5fb/istockphoto_1153939736_612x612.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#gMEc9TmXcHA9x98INUTogns3bigS5qIv.adaptive-delivery-prevent-bg, #gMEc9TmXcHA9x98INUTogns3bigS5qIv.lazyload, #gMEc9TmXcHA9x98INUTogns3bigS5qIv.lazyloading { background-image: none; }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row .container { background-color: transparent; background-image: none; }#gMEc9TmXcHA9x98INUTogns3bigS5qIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,253,253,0.53); }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row .container > .video-iframe-container { display: none; }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,253,253,0.53); }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row > .video-iframe-container { display: none; }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .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); }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row .container { border-width: 0; border-radius: 0; }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#HSulrV0mOwT1vT7hfC9iTLydFxgc1P5B { position:absolute;display:block;z-index:100000;background-color:#1b97ca;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:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:32.1875rem;width:17.8125rem;top:3.4375rem;left:3.4375rem;display:block; }
#p4UzIsPIf7AiaobxeU7f8cJ6G5dh4diP { display:block;width:15.249rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:4.3125rem;left:4.75rem;height:;color:#ffbe00;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c9O7n8x6fadR5zlVCBN6rfclvg0NOItU { display:block;width:15.25rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100003;line-height:1.2;letter-spacing:0;top:6.5625rem;left:4.75rem;height:;color:#000000;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#veZaVoz6HOiuoO0SNTuFipZX3ZVp2UPo { color:#7210ab;display:block;width:31.5625rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:3.91796875rem;left:25.437501907349rem;height:4.2252625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DWPOgsTbcwHTLNgvwvPcmlAM4IHIthAx { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:1.3125rem;left:20.291666030884rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-form-header { font-size:0.75rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:1rem;font-weight:700;color:#ffe2a5;width:15.875rem;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;font-style:normal; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.875rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-text {padding-top: 0; padding-bottom: 0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.875rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.875rem;box-sizing:border-box;height:2.5rem;color:#00308a;font-family:raleway;font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-select {padding-top: 0; padding-bottom: 0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .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; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#ffa900;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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.125rem;font-weight:bold;color:#000000;width:15.875rem;height:2.625rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;line-height:1.2;text-align:center;text-align-last:center; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:14.6875rem;overflow:hidden;font-style:normal;float:none; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .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; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.75rem;vertical-align:middle;font-family:raleway;font-size:0.9375rem;font-weight:700;color:#000000;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-container:first-of-type{padding-top:0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-container:last-of-type{padding-bottom:0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;font-size:0.75rem;left:2.9991321563721rem;top:8.4375rem;z-index:100032;position:absolute; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.875rem;display:block;vertical-align:top; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS {display:block;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;font-size:0.75rem;left:2.9991321563721rem;top:8.4375rem;z-index:100032;position:absolute; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SNQmcGh0rv6J1hd2TSTOK7eI4wOTDznF { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #WQKX0lu4WR4PKKgiJRBEA07h5aIM3S7K { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #KypVsHwKpBXITTM3i3F0d6qo5HfA7bNo { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #rn2VP80T8KNvN390EsUnTmDwZI20D7gZ { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #le9fP4hD4SOgcnLzGBARkJ86LUNVr4dy { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #nzzkeUSLBp1h6mNcQ53DVLVJmT3IBuZa { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #kKhhUv0ySfOw5HhDnOFDN0VNwWaSibKc { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lk5ae7UQzUeB1BxOTCL2p9x6fu2JxFl3 { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #iTm2XhRAvzCEpEIrCFTzg8dLReBR1G98 { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lw026u9gb1eLea8BFVX7TlLxpUfl0RBp { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lw026u9gb1eLea8BFVX7TlLxpUfl0RBp .container-column{width:50%;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #K0T6SuXi238AtuAw5y83azXboz3EEold { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #rq0MpNvy3iBCN5WG5NL8a5VPvEUEO0op { position:relative;z-index:2; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #Zrlh46ygshqCkFPQKlHyDiW5xFZ2rtdT { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #Rwd8tAaBMOucpsgcV5bCAFWMt1QIhqTa { position:relative;z-index:2; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #u3P6VwxFi0aEeeTz8hT56hwLXqNXwC6y { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #zW6Hx4B5E49IyufufqHltHB0kfFmpCA7 { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #bsTuIOVfO0TbGPgXFSTsEhusIhRTz2WN { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SN5BRTnDd2JDnCdNCumt9fw2T20QmFOV { position:relative; }
#gPeBOmoQJCR1tRHFpv6bA21yy9icWqf6 { position:relative;display:block; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #MiWgIioG2WcVWs3pS1TVGSiXbRQJwv9M { position:relative; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SRqpBkeGtcbP44EI35qX95130fp0IuMc { position:relative; }
#zu423kmylWIX6pozhchZJ90U72zDflBG { position:absolute;display:block;z-index:100064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.4375rem;border-top-right-radius:7.4375rem;border-bottom-left-radius:7.4375rem;border-bottom-right-radius:7.4375rem;box-shadow: 0.0625rem 0.0625rem 1.4375rem rgba(0,0,0,0.63) ;height:17.875rem;width:17.875rem;top:15.742188453674rem;left:45.283479892883rem;overflow:hidden;display:block; }
#O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ { border-top:0.3125rem solid #e5972b;border-left:0.3125rem solid #e5972b;border-right:0.3125rem solid #e5972b;border-bottom:0.3125rem solid #e5972b;background-color:#ffffff;background-image:none;position:relative;display:block; }#O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ > .row .container { background-color: transparent; background-image: none; }#O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ > .row .container > .video-iframe-container { display: none; }#O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ > .row > .video-iframe-container { display: none; }#O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ > .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); }#O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ > .row .container { border-width: 0; border-radius: 0; }#O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ > .row .container { font-size:0.875rem;font-family:arial;height:82.0625rem;width:75rem;position:relative;display:block; }#o5ECpsT0aIxrGIXo0SdTV1P7LHNHLbZL { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21.375rem;left:33.875rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lr94AE8rbTe8dVSDwpEoe1bkxRV52NES { position:absolute;display:block;z-index:99999;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:20.5625rem;left:33.1875rem;display:none; }
#kwOHAllOuLk5mfmccJTaehKT8Cl0Qgwq { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:28.8125rem;left:36.0625rem;display:none; }
#OlG4WshurDnLZOgqXDwgyBfAu3aTtlIR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ukriMolnxSekRdcf4qvsrnwmlWDHnizD { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:26rem;left:34.8125rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BSrGVS6WIvLoWp7JuSXCM0fU4cfDtZlw { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:26.1875rem;left:35rem;display:none; }
#pGnVpIPTw0lDghmTlHeSaQi47cdHQhKr { position:absolute;display:block;z-index:100015;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:7rem;left:8.875rem;display:block; }
#Ngy2RkwPDnk6GuoRzBxNzW6xoiPzVBAz { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:7.5625rem;left:8.875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hZKUzRpa7SkXHwLBm8Ws475qkgCkXEXo { color:#ed2132;display:block;width:8.933375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:12rem;left:10.375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OQ2HAHleEl1BsJSi2ceHEHAVrfBla9nX { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87239375rem;text-decoration:none;z-index:100027;text-align:center;text-align-last:center;top:15.0625rem;left:11.75rem;display:block; }
#RQ54F0xf44lWSfdT9kCftaM4iu0VSdfN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#by5os5tBzkrugQUINe9p10uylVBGCnvc { position:absolute;display:block;z-index:100022;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:7rem;left:54.5625rem;display:block; }
#r7sJReBhZOn4WM9uynNwKpSbZCEpHtq3 { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:7.875rem;left:54.5625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RCfwVx2ZUTnemTOqxzIkJKTfHr9W8NQX { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100028;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:10.75rem;left:55.9375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmEBbNg2JGyxy7Eg5aRSnms2hHVKU89v { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.8737rem;text-decoration:none;z-index:100034;text-align:center;text-align-last:center;top:13.625rem;left:57.4375rem;display:block; }
#dVm7UEmKckt03AP0yNGvmslxkP2tVTP9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#x2GqSU8v5Wz1M6e9qGonsVaZldgxL5o0 { display:block;width:42.5625rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100005;line-height:1.2;letter-spacing:0;top:0.75390625rem;left:15.187501907349rem;height:;color:#7f1275;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lJ2VivTphUNTvrZoIT4hfv6ABSbti8NM { position:absolute;display:block;z-index:100038;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:12.0625rem;width:11.5rem;top:23.5625rem;left:8.875rem;display:block; }
#Iap2pSZh7TaqDgMko1sZy269dLGILGwX { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87239375rem;text-decoration:none;z-index:100050;text-align:center;text-align-last:center;top:31.75rem;left:11.875rem;display:block; }
#t90bEQc78QXX9atrniTQlXcW1yqOrLMU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iUObWWeK7JQnu5TpNB2N6Cs0QbT0QV3x { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:28.625rem;left:10.375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2DkCLPFqP4E0MtbHy4MAVHtNgyR2w6i { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:25.1875rem;left:8.9375rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eIuTcVuOZwzSSPSfNamo1ugfxJTqg2HF { position:absolute;display:block;z-index:100042;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:12.0625rem;width:11.5rem;top:23.8125rem;left:54.5625rem;display:block; }
#rFGzKTfIwBghumXXZcwwCTtPy1G5qHHG { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87239375rem;text-decoration:none;z-index:100054;text-align:center;text-align-last:center;top:32rem;left:57.5625rem;display:block; }
#HlbtX17447GkfAyTDcXPB6zZTTiTI4ZO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#weTwNNoUN47RWpoulRS4wiKefNplT5JQ { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:28.875rem;left:56.0625rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTKk2W7agdgfSCcnphVEs36JhkRnyb1W { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:25.4375rem;left:54.625rem;height:2.92535rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yIl9fcu22VCMCkHToq9PzBdn2SUO9yTT { display:block;width:42.561875rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:41.9375rem;left:17.1875rem;height:;color:#7f1275;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sRv3Z0UMvkhbxpZof2PIS7wXUgRgdx4m { position:absolute;display:block;z-index:100046;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:12.125rem;width:21.6875rem;top:47.0625rem;left:50.5rem;display:block; }
#yBlsm8NKAXSVL2uuO6whqEV7A4nNF6oH { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87218125rem;text-decoration:none;z-index:100058;text-align:center;text-align-last:center;top:56.1875rem;left:58.8125rem;display:block; }
#DDFTTtOGZ51IVUwyRoEKtm7T9hESrqRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mzDyfDgVEo783NJJcD7bEXD410XJDbyN { color:#ed2132;display:block;width:8.9344375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:54rem;left:57.5625rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t5fU9nQw80Ftt9x0kCvmgkfqVdNBFrnA { color:#00308a;display:block;width:20.6875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:48.6875rem;left:51.625rem;height:4.388025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jysq8kbtv2L0IRInJsX0WlXhP1DJOn93 { position:absolute;display:block;z-index:100050;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:12.25rem;width:21.75rem;top:47.125rem;left:4.875rem;display:block; }
#V5yn7DsGetNWHp7dQphrMsI9HP8AHN8W { color:#00308a;display:block;width:20.6875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:47.4375rem;left:5.875rem;height:7.313375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MvWX37mePwgye9lo4J5E41XR8S4mGw4y { color:#ed2132;display:block;width:8.933375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:54.5rem;left:11.875rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VrxCcq50do3zwrS4hucGLCtMps9ZwwEi { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87218125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:56.625rem;left:13.125rem;display:block; }
#wsDJHxWnfJUUtdVGSGyM28TKt5AxCOqy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oQvwetMuapcu6bctUQ6qC19nblyvPc9E { position:absolute;display:block;z-index:100050;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:12.125rem;width:21.6875rem;top:65.375rem;left:50.8125rem;display:block; }
#XDLEN9rx399I7OZfKUoFagLED8HxVZGO { color:#00308a;display:block;width:20.6875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:67rem;left:51.9375rem;height:4.388025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oN3mH4Z16BHWTGHLKx56b5KEPwGyPcoZ { color:#ed2132;display:block;width:8.9344375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:72.3125rem;left:57.875rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JnwVSLcFK8pAParfBmZZee7Al4HJh1Iz { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87218125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:74.5rem;left:59.125rem;display:block; }
#Q6Zmh1lgIEsSWzukXGmfTOvB14RAv3p2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FDrwIekeTen6OMrWDrzZJUhRHXi5GJCX { position:absolute;display:block;z-index:100050;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:12.125rem;width:21.6875rem;top:65.375rem;left:6.375rem;display:block; }
#FiOz4OLu490LetJBeCpK2BxTnaupwNao { color:#00308a;display:block;width:20.6875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:67rem;left:7.5rem;height:4.388025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ND3T98g25D6DOd97EveT0QPWlqlgZSXD { color:#ed2132;display:block;width:8.9344375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:72.3125rem;left:13.4375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#icvXQRqc1EZacbArTyfcL5mylpcx3Tym { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.87218125rem;text-decoration:none;z-index:100062;text-align:center;text-align-last:center;top:74.5rem;left:14.6875rem;display:block; }
#UQA95T1EACZMJp3fAVBnVTvQ8SwMPDcW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp { border-top:0.3125rem solid #004090;border-left:0.3125rem solid #004090;border-right:0.3125rem solid #004090;border-bottom:0.3125rem solid #004090;background-color:#ffffff;background-image:none;position:relative;display:block; }#hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp > .row .container { background-color: transparent; background-image: none; }#hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp > .row .container > .video-iframe-container { display: none; }#hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp > .row > .video-iframe-container { display: none; }#hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp > .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); }#hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp > .row .container { border-width: 0; border-radius: 0; }#hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp > .row .container { font-size:0.875rem;font-family:arial;height:97.5625rem;width:75rem;position:relative;display:block; }#SxdXmImg4dVHOuu9fffCleRxN4ldntwK { color:#00308a;display:block;width:10.25rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:15.875rem;left:43.9375rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FD3ma6cQLCbmk7db9ciIE0KRP0ueQPpE { color:#00308a;display:block;width:10.1875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:58.8125rem;left:35.6875rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QXkrtLzlx7GfcERhMHwHdNFwwTt5I6Jx { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:59.5625rem;left:53.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KlPUZUioP71t7OcUW09AxeTwGSNJxoRz { box-sizing:content-box;color:#e5972b;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:19.436630249024rem;left:44.875000953674rem;display:block; }
#wHlmJWyNr1gL653DzVTKpkbyNxvbPCKk { position:absolute;display:block;z-index:99994;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:13.875rem;left:43.125rem;display:block; }
#zQdlxeOatyRlOGzynqS79yf6U7z3eylE { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.875rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:22.25rem;left:45.625rem;display:block; }
#J3V6utF1DwUpLnSs81kLsz8wO3AzfxKx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Dnp1wzgyzEJVe3e1wloCPzZxpWmT12GK { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:99996;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:19.375rem;left:44.5625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xnf6VyTK0ydmJSrnWTgT68JZZOuhdzpa { position:absolute;display:block;z-index:99999;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:58.125rem;left:52.5625rem;display:block; }
#J9XzmhZc1RRFnLpiQ4cJKa6A4ZDxUAxu { position:absolute;display:block;z-index:100000;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:58.125rem;left:34.75rem;display:block; }
#tMprnITLFR3UGvInTDaLLJVH8KGBDEB3 { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.875rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:66.375rem;left:55.4375rem;display:block; }
#lF5RLhyfu33MnZuooXPXSCG0Q6TOeqKn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ypKV28SLi4eLPo3TPdZHpfcTywhxBIyc { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.875rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:66.75rem;left:37.625rem;display:block; }
#kZHnIyw2ROyRFQVTtnlzoh5fiTy0n3TC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hXZN1WzpppeTLyDEgbcIsaz55IWcN3kA { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:62.9375rem;left:54.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#gkdDKir0FV2ALbxos6roPgcQ5ItGynVz { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:62.75rem;left:55.0625rem;display:block; }
#EGZ1ViaZ13T36hGTzSgaUJaNp7kImf8a { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:64.1875rem;left:36.6875rem;height:2.4370625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#Fc73depKV6IINGvtPQcQeRy2dWMRJu5I { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:63.875rem;left:37.1875rem;display:block; }
#Hkk1vmzc7A1z5W3oitnGfFhJqqJiTTWI { position:absolute;display:block;z-index:100014;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:13.875rem;left:60rem;display:block; }
#glbcCDknArVeduP7px9SysKCpqBLRZfU { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:14.5625rem;left:60.625rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rBOx2IPoQpLtaeWmRgwJLEIKT5attkNL { color:#00308a;display:block;width:9.4375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:19.624565124512rem;left:61.562500953674rem;height:2.4370625rem;text-align:center;text-align-last:center;font-style:normal;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; }
#FiPPfZHoLg91yapSRGzH951TaPApfaKA { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:19.3125rem;left:62.125rem;display:block; }
#TNMibK36vAgQ66XkFbW24lfWxektSWLF { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:7.625rem;height:2.875rem;text-decoration:none;z-index:100023;text-align:center;text-align-last:center;top:22.312286376953rem;left:62.124352455139rem;display:block; }
#SgRDw3M1MtW4yuBuyysto0zQrEUGTeJ7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ElKezCie4m8UkTZxgof8QT94L65Tb5kA { color:#00308a;display:block;width:10.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:61.6875rem;left:35.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cL6bNC1USAJqh5tJfrKkU72XHdpnbqt6 { position:absolute;display:block;z-index:100005;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.4375rem;width:12.8125rem;top:13.875rem;left:27.8125rem;display:block; }
#fQNGCQ6Na2K3ncy50rEEzWrD6OgusNOP { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.8737rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:22.1875rem;left:31.375rem;display:block; }
#If8pszBgz6rMoXx0FXb4RJ9DPkiAJs4e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XfOkx0zN37JDn6uz4hwZqn65VPJsynrT { color:#00308a;display:block;width:8.936625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:19.5rem;left:30.125rem;height:2.4370625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IT5UyxBbqPSTnZJDblHTo4HP4y9PGK33 { color:#00308a;display:block;width:12.125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:14.6875rem;left:28.375rem;height:4.140625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qqhEuaovaGSSiiEWifoREqKpF2Q1B8Fg { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:39.0625rem;left:18.6875rem;display:none; }
#XDEGlTlbd0qzu8eSmXTao3TKT9RdcBHN { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:39.0625rem;left:18.6875rem;display:none; }
#kP6uDdTPlHD0HwOmeccdpu3AbzVv1iGz { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:6.15234375rem;left:35.062501907349rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#spTsTu6nkommPmJuLJOTsT1UUkg4opIT { position:absolute;display:block;z-index:99993;background-color:transparent;background-image: -webkit-linear-gradient(107deg, #cccccc, #668ef3);background-image: -moz-linear-gradient(107deg, #cccccc, #668ef3);background-image: -ms-linear-gradient(107deg, #cccccc, #668ef3);background-image: -o-linear-gradient(107deg, #cccccc, #668ef3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#668ef3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#668ef3' );";background-image: linear-gradient(107deg, #cccccc, #668ef3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:3.25rem;width:28.375rem;top:5.73828125rem;left:46.360512312003rem;display:block; }
#Pv8VQ3Vtc4rkvBQH5lwG8tZBkNCD5MpW { display:block;width:42.5625rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100012;line-height:1.2;letter-spacing:0;top:0.55859375rem;left:15.645833969116rem;height:;color:#7f1275;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#K7epUXbvpv145BbLTPbAMvwaQNFSqOiv { position:absolute;display:block;z-index:99995;background-color:transparent;background-image: -webkit-linear-gradient(107deg, #cccccc, #668ef3);background-image: -moz-linear-gradient(107deg, #cccccc, #668ef3);background-image: -ms-linear-gradient(107deg, #cccccc, #668ef3);background-image: -o-linear-gradient(107deg, #cccccc, #668ef3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#668ef3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#668ef3' );";background-image: linear-gradient(107deg, #cccccc, #668ef3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:3.25rem;width:28.375rem;top:48.6875rem;left:46.625rem;display:block; }
#PJwgebKiuaHZt3BtiPsBdwcwlm705QJZ { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:49.125rem;left:35.3125rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#g963NB6KGdSzxBoic5m9VBeae8QTTpbG { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100090;line-height:1.3;letter-spacing:0;top:11.375rem;left:11.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#gOkpmQwzFwcef9Dz0qmgpLSEwmOfRXRt { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:9.9370651245119rem;left:37.874566078186rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#JwDnhxZW5ruxRTE8wTkb7VgkG0F8vvtw { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:53.5625rem;left:38.0625rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#CS9TFMg5CS3ArAsgahmLpzkWKVScPxeI { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:26.625rem;left:38.0625rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#wbmT0nO7LE0LUEtfAgHiF33Z1fm4wklx { position:absolute;display:block;z-index:100024;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:31.375rem;left:60.625rem;display:block; }
#xFiDaGEH577PeQKReIVWgDsCLb8P7y5d { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:32.0625rem;left:61.25rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FfancqP4VPFFOtrAFBTpD8N8OA8JXQWy { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:37.125rem;left:62.1875rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;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; }
#OLaQbLosNkxXRpTwbC8vfy42MO0m4vnH { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100027;top:36.8125rem;left:62.75rem;display:block; }
#bwuOLtMq6N30R0dNwCt4inLRH3D3u8wF { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.875rem;text-decoration:none;z-index:100033;text-align:center;text-align-last:center;top:39.8125rem;left:63.5rem;display:block; }
#i6MogawwTClAxH5aiS8EW2QDNuc9bzAL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fm3BcRXe4ABD2KreDZTBL5kKmNsXzvH5 { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:71.875rem;left:37.625rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#krVwnVemfMo5R3fvZtCZ2VIpTS0RH2aT { position:absolute;display:block;z-index:100009;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 #00308a;border-left:0.25rem solid #00308a;border-right:0.25rem solid #00308a;border-bottom:0.25rem solid #00308a;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;height:11.5rem;width:11.5rem;top:75.75rem;left:54.5625rem;display:block; }
#ZnLckEZzrPzd7f225IZaF79G8NCzu35q { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:76.625rem;left:54.75rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XJcttw3hIqGXEogi4Qzwg1aSpXvs7Il1 { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:80.875rem;left:57.0625rem;display:block; }
#bmTgSk2TsNrraPH0FypMiOfllFU53UGp { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:81.0625rem;left:56.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;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; }
#bItuLdJvp09TQkHLKNKauh4P9fipqxrP { background-color:#e5972b;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.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.875rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:84rem;left:57.4375rem;display:block; }
#Dtl4f8s309RTAIKe2TOKKOucxPWsZwVo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#STZ7pbeWgDEnhDdkIkCi3tLTRg7uAa6o { display:block;width:36.936875rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:89.9375rem;left:35.6875rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#3c3c3c;font-style:normal;display:block; }
#uqlTk7k6yHeSWouAJoBRe6hX1FgO8fU7 { z-index:100003;top:92.9375rem;left:36.3125rem;background-color:#7700fd;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-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GCyRRQSTTcMLo1TvSTL0TWotX1Kqq6kz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dEI8Xssn6SqZZvbL57JCMNmwJkUQJzM7 { position:relative;display:none; }#dEI8Xssn6SqZZvbL57JCMNmwJkUQJzM7 { border-width: 0; border-radius: 0; }#dEI8Xssn6SqZZvbL57JCMNmwJkUQJzM7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;position:relative;display:none; }#Iwze7Q7Z1XTLvt8xgQqac8m5pd1W3K4V { color:#72487b;display:block;width:27.683625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:5.6875rem;left:45.6875rem;height:20.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Xzcdf1frmuWOwJrFV6z7MhMLvOllN1Wx { color:#00054e;display:block;width:26.0625rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100003;line-height:1.7;letter-spacing:0;top:2.125rem;left:47.3125rem;height:3.08073125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#SHRux7ArfKPB4iGXItwbAOXoCpJpfoI4 { display:block;width:26rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:22.5rem;left:45.6875rem;height:;color:#f61430;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 { border-top:0.3125rem solid #00308a;border-left:0.3125rem solid #00308a;border-right:0.3125rem solid #00308a;border-bottom:0.3125rem solid #00308a;background-color:#ffffff;background-image:none;position:relative;display:block; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container { background-color: transparent; background-image: none; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container > .video-iframe-container { display: none; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row > .video-iframe-container { display: none; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .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); }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container { border-width: 0; border-radius: 0; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:75rem;position:relative;display:block; }#Gy062gWtK5PFlCZFr0DN4g2spmsM7QM4 { color:#1b97ca;display:block;width:28.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.0494804382324rem;left:23.250001907349rem;height:10.3993rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 { border-top:0.3125rem solid #e5972b;border-left:0.3125rem solid #e5972b;border-right:0.3125rem solid #e5972b;border-bottom:0.3125rem solid #e5972b;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9.adaptive-delivery-prevent-bg, #PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9.lazyload, #PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9.lazyloading { background-image: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container { background-color: transparent; background-image: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container > .video-iframe-container { display: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row > .video-iframe-container { display: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .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); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container { border-width: 0; border-radius: 0; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#rinCoBbVr123TtvTK1EufluWgnu5Z798 { color:#e5972b;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:36.5625rem;height:2.76171875rem;font-style:normal;display:block; }
#z7NeDrn0veEWLgb0J2DJpW1qgPX9Rv2X { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:22.1875rem;top:6.75rem;left:43.4375rem;display:block; }
#GxhFPzNfLurn1CeErnol6euKBPgam2Fc { color:#1b97ca;display:block;width:29.3125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:39.0625rem;height:4.77864375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#AA4lPPCwqBFmtxHQbN1MlQHpGp6lIIDR { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:63.4375rem;display:block; }
#RVfxUxyphCc8Qel0ypZIRD5qlNKKZZLh { position:absolute;display:block;z-index:100004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:61.375rem;display:block; }
#lRmJNTL9vkzAaFpXFOJGgfxpFBeKLLzL { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:19.937501430511rem;left:63.5rem;display:block; }
#HC0Zpr4mIyGQgVs6vnWytRmTPumUfsXN { color:#e5972b;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:16.25rem;left:36.8125rem;height:3rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#UWNpuNal00wiBi6gvi4W1IQUbWoscTi1 { color:#1b97ca;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:42rem;height:2.8684875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#gR8BXudKhUshxViPnUvRwRJPBWS9J1Rl { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:22.062501430511rem;left:63.5625rem;display:block; }
#oBXXSQJCW70zPPx3wI99PTZsbxOAo1tW { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:63.4375rem;display:block; }
#Gi0dBsvp3PtlcDAvLqlcTsh0nbbu3Gke { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:24.375001430511rem;left:63.5625rem;display:block; }
#Is2QxDCh27TCM5CfGIB7gmEtXaq0JhC9 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:63.4375rem;display:block; }
#o1q0zUGe7nwch8ABcE5z0CpcGpnDxQWH { color:#1b97ca;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:51.375rem;height:2.8684875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#NbHfWzqS5Tfz9Kvz1SsaJATqhGqdnNFK { color:#1b97ca;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:51.375rem;height:2.8684875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#EbD3lJSzIcTOMJD7m3rRefI5pKznLnOU { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:26.541667461395rem;left:63.5625rem;display:block; }
#eRBTwPwtw3WygGh5uS57o2K7maCs0e6p { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:63.4375rem;display:block; }
#wrzRW6EabhlzgtnCB5ZAOo8wZUoTwUPL { color:#1b97ca;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:51.375rem;height:2.8684875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q { border-top:0.3125rem solid #00308a;border-left:0.3125rem solid #00308a;border-right:0.3125rem solid #00308a;border-bottom:0.3125rem solid #00308a;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fab419, #00308a);background-image: -moz-linear-gradient(180deg, #fab419, #00308a);background-image: -ms-linear-gradient(180deg, #fab419, #00308a);background-image: -o-linear-gradient(180deg, #fab419, #00308a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );";background-image: linear-gradient(180deg, #fab419, #00308a);background-size:initial !important;position:relative;display:block; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { background-color: transparent; background-image: none; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container > .video-iframe-container { display: none; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row > .video-iframe-container { display: none; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .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); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { border-width: 0; border-radius: 0; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#F3WiD5i0HugHoElXrLopNmTKABF56BLq { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:32.75rem;height:2.5434rem;font-style:normal;display:block; }
#M8a3oyMCuFb7tNq6FAgnLx8UTMtfL8mZ { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:17.375rem;height:2rem;font-style:normal;display:none; }
#mtoGn4Csxo2di6frxImo5ZiVveP4rxK7 { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:13.375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lRMTN36r7ozqIAAoasyo9N0eU2JJSKH8 { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:13.5rem;display:none; }
#OwuBvOLUOdqLEROqEdGGRUHoLHqUHyrf { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:7.625rem;left:57.9375rem;display:block; }
#H6o7C3Tpw5todG0C7yQgO8fgir5ilGuM { color:#ffffff;display:block;width:19.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.21875rem;left:48.0625rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Btf3tAgSxVULL8ZmElqpGd88MqcAGVMq { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:9.8125rem;height:3.9995625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lsEwzS9r3wnFqWBeQaGwdnCeinN3isl2 { box-sizing:content-box;color:#b20129;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:4.78125rem;left:57.9375rem;display:block; }
#wNnuMnoHzhpUesFWnagqpaTbfi3Kb2Vs { color:#055a87;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.6;letter-spacing:0;top:13.875rem;left:39.8125rem;height:1.80013125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OQuHkRT3KSk3dkvJon0l4GU5woQCBMsg { position:absolute;display:block;z-index:99999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;height:2.9375rem;width:20.1875rem;top:13.3125rem;left:39.6875rem;display:block; }
#TpvwxVde5FdwbLEtdPzkLSzZtCogcpM5 { box-sizing:content-box;color:#ffeae3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:13.1875rem;left:33.6875rem;display:block; }
#rXakvLTudufO6RbkCgaJM0XsdKsFQIvx { box-sizing:content-box;color:#ffeae3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.1875rem;left:29.6875rem;display:block; }
#iSeubHoikvi3drb8F9VQpwDPNewvOI5s { box-sizing:content-box;color:#ffeae3;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:13.1875rem;left:25.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc { display:block; }#WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPfpdfK9BEET3SBl5XIBlsHZKcadgog7 { top:0rem;left:19.718751907349rem;width:8.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMEc9TmXcHA9x98INUTogns3bigS5qIv { display:block; }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSulrV0mOwT1vT7hfC9iTLydFxgc1P5B { top:3.4375rem;left:0rem;width:17.8125rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4UzIsPIf7AiaobxeU7f8cJ6G5dh4diP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9O7n8x6fadR5zlVCBN6rfclvg0NOItU { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veZaVoz6HOiuoO0SNTuFipZX3ZVp2UPo { top:3.875rem;left:11.812501907349rem;width:31.5625rem;height:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWPOgsTbcwHTLNgvwvPcmlAM4IHIthAx { top:1.3125rem;left:6.6666660308837rem;width:31.5625rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS  { width:15.875rem;height:auto; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS {display:block;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS { width:15.875rem;height:auto; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SNQmcGh0rv6J1hd2TSTOK7eI4wOTDznF {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #WQKX0lu4WR4PKKgiJRBEA07h5aIM3S7K {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #KypVsHwKpBXITTM3i3F0d6qo5HfA7bNo {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #rn2VP80T8KNvN390EsUnTmDwZI20D7gZ {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #le9fP4hD4SOgcnLzGBARkJ86LUNVr4dy {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #nzzkeUSLBp1h6mNcQ53DVLVJmT3IBuZa {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #kKhhUv0ySfOw5HhDnOFDN0VNwWaSibKc {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lk5ae7UQzUeB1BxOTCL2p9x6fu2JxFl3 {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #iTm2XhRAvzCEpEIrCFTzg8dLReBR1G98 {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lw026u9gb1eLea8BFVX7TlLxpUfl0RBp {  }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lw026u9gb1eLea8BFVX7TlLxpUfl0RBp .container-column{width:50%;} }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #K0T6SuXi238AtuAw5y83azXboz3EEold {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #rq0MpNvy3iBCN5WG5NL8a5VPvEUEO0op { z-index:2; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #Zrlh46ygshqCkFPQKlHyDiW5xFZ2rtdT {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #Rwd8tAaBMOucpsgcV5bCAFWMt1QIhqTa { z-index:2; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #u3P6VwxFi0aEeeTz8hT56hwLXqNXwC6y {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #zW6Hx4B5E49IyufufqHltHB0kfFmpCA7 {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #bsTuIOVfO0TbGPgXFSTsEhusIhRTz2WN {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SN5BRTnDd2JDnCdNCumt9fw2T20QmFOV {  }
 }@media only screen and (max-width: 763px) { #gPeBOmoQJCR1tRHFpv6bA21yy9icWqf6 { display:block; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #MiWgIioG2WcVWs3pS1TVGSiXbRQJwv9M {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SRqpBkeGtcbP44EI35qX95130fp0IuMc {  }
 }@media only screen and (max-width: 763px) { #zu423kmylWIX6pozhchZJ90U72zDflBG { top:15.6875rem;left:29.875rem;width:17.875rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ { display:block; }#O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5ECpsT0aIxrGIXo0SdTV1P7LHNHLbZL { top:21.375rem;left:20.25rem;width:10.6875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lr94AE8rbTe8dVSDwpEoe1bkxRV52NES { top:20.5625rem;left:19.5625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwOHAllOuLk5mfmccJTaehKT8Cl0Qgwq { width:6.25rem;height:2.8125rem;top:28.8125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlG4WshurDnLZOgqXDwgyBfAu3aTtlIR { display:block; }
 }@media only screen and (max-width: 763px) { #ukriMolnxSekRdcf4qvsrnwmlWDHnizD { top:26rem;left:21.1875rem;width:8.875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSrGVS6WIvLoWp7JuSXCM0fU4cfDtZlw { top:26.1875rem;left:21.375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGnVpIPTw0lDghmTlHeSaQi47cdHQhKr { top:7rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngy2RkwPDnk6GuoRzBxNzW6xoiPzVBAz { top:7.5625rem;left:0rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZKUzRpa7SkXHwLBm8Ws475qkgCkXEXo { top:12rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ2HAHleEl1BsJSi2ceHEHAVrfBla9nX { width:6.25rem;height:2.8125rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ54F0xf44lWSfdT9kCftaM4iu0VSdfN { display:block; }
 }@media only screen and (max-width: 763px) { #by5os5tBzkrugQUINe9p10uylVBGCnvc { top:7rem;left:35.8125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7sJReBhZOn4WM9uynNwKpSbZCEpHtq3 { top:7.875rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCfwVx2ZUTnemTOqxzIkJKTfHr9W8NQX { top:10.75rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmEBbNg2JGyxy7Eg5aRSnms2hHVKU89v { width:6.25rem;height:2.8125rem;top:13.625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVm7UEmKckt03AP0yNGvmslxkP2tVTP9 { display:block; }
 }@media only screen and (max-width: 763px) { #x2GqSU8v5Wz1M6e9qGonsVaZldgxL5o0 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ2VivTphUNTvrZoIT4hfv6ABSbti8NM { top:23.5625rem;left:0rem;width:11.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iap2pSZh7TaqDgMko1sZy269dLGILGwX { width:6.25rem;height:2.8125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t90bEQc78QXX9atrniTQlXcW1yqOrLMU { display:block; }
 }@media only screen and (max-width: 763px) { #iUObWWeK7JQnu5TpNB2N6Cs0QbT0QV3x { top:28.625rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2DkCLPFqP4E0MtbHy4MAVHtNgyR2w6i { top:25.1875rem;left:0rem;width:11.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIuTcVuOZwzSSPSfNamo1ugfxJTqg2HF { top:23.8125rem;left:35.8125rem;width:11.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFGzKTfIwBghumXXZcwwCTtPy1G5qHHG { width:6.25rem;height:2.8125rem;top:32rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlbtX17447GkfAyTDcXPB6zZTTiTI4ZO { display:block; }
 }@media only screen and (max-width: 763px) { #weTwNNoUN47RWpoulRS4wiKefNplT5JQ { top:28.875rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTKk2W7agdgfSCcnphVEs36JhkRnyb1W { top:25.4375rem;left:35.8125rem;width:11.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIl9fcu22VCMCkHToq9PzBdn2SUO9yTT { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRv3Z0UMvkhbxpZof2PIS7wXUgRgdx4m { top:47.0625rem;left:25.625rem;width:21.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBlsm8NKAXSVL2uuO6whqEV7A4nNF6oH { width:6.25rem;height:2.8125rem;top:56.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDFTTtOGZ51IVUwyRoEKtm7T9hESrqRZ { display:block; }
 }@media only screen and (max-width: 763px) { #mzDyfDgVEo783NJJcD7bEXD410XJDbyN { top:54rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5fU9nQw80Ftt9x0kCvmgkfqVdNBFrnA { top:48.6875rem;left:27.125rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jysq8kbtv2L0IRInJsX0WlXhP1DJOn93 { top:47.125rem;left:0rem;width:21.6875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5yn7DsGetNWHp7dQphrMsI9HP8AHN8W { top:47.4375rem;left:0rem;width:20.625rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvWX37mePwgye9lo4J5E41XR8S4mGw4y { top:54.5rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrxCcq50do3zwrS4hucGLCtMps9ZwwEi { width:6.25rem;height:2.8125rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsDJHxWnfJUUtdVGSGyM28TKt5AxCOqy { display:block; }
 }@media only screen and (max-width: 763px) { #oQvwetMuapcu6bctUQ6qC19nblyvPc9E { top:65.375rem;left:25.625rem;width:21.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDLEN9rx399I7OZfKUoFagLED8HxVZGO { top:67rem;left:27.125rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN3mH4Z16BHWTGHLKx56b5KEPwGyPcoZ { top:72.3125rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnwVSLcFK8pAParfBmZZee7Al4HJh1Iz { width:6.25rem;height:2.8125rem;top:74.5rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Zmh1lgIEsSWzukXGmfTOvB14RAv3p2 { display:block; }
 }@media only screen and (max-width: 763px) { #FDrwIekeTen6OMrWDrzZJUhRHXi5GJCX { top:65.375rem;left:0rem;width:21.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiOz4OLu490LetJBeCpK2BxTnaupwNao { top:67rem;left:0rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND3T98g25D6DOd97EveT0QPWlqlgZSXD { top:72.3125rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icvXQRqc1EZacbArTyfcL5mylpcx3Tym { width:6.25rem;height:2.8125rem;top:74.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQA95T1EACZMJp3fAVBnVTvQ8SwMPDcW { display:block; }
 }@media only screen and (max-width: 763px) { #hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp { display:block; }#hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxdXmImg4dVHOuu9fffCleRxN4ldntwK { top:15.8125rem;left:30.311635017395rem;width:10.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD3ma6cQLCbmk7db9ciIE0KRP0ueQPpE { top:58.8125rem;left:22.0625rem;width:10.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXkrtLzlx7GfcERhMHwHdNFwwTt5I6Jx { top:59.5625rem;left:37rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlPUZUioP71t7OcUW09AxeTwGSNJxoRz { top:19.375rem;left:31.250000953674rem;width:1.75rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHlmJWyNr1gL653DzVTKpkbyNxvbPCKk { top:13.875rem;left:29.5rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQdlxeOatyRlOGzynqS79yf6U7z3eylE { width:6.25rem;height:2.8125rem;top:22.25rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3V6utF1DwUpLnSs81kLsz8wO3AzfxKx { display:block; }
 }@media only screen and (max-width: 763px) { #Dnp1wzgyzEJVe3e1wloCPzZxpWmT12GK { top:19.375rem;left:30.936635017395rem;width:8.875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnf6VyTK0ydmJSrnWTgT68JZZOuhdzpa { top:58.125rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9XzmhZc1RRFnLpiQ4cJKa6A4ZDxUAxu { top:58.125rem;left:21.125rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMprnITLFR3UGvInTDaLLJVH8KGBDEB3 { width:6.25rem;height:2.875rem;top:66.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF5RLhyfu33MnZuooXPXSCG0Q6TOeqKn { display:block; }
 }@media only screen and (max-width: 763px) { #ypKV28SLi4eLPo3TPdZHpfcTywhxBIyc { width:6.25rem;height:2.875rem;top:66.75rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZHnIyw2ROyRFQVTtnlzoh5fiTy0n3TC { display:block; }
 }@media only screen and (max-width: 763px) { #hXZN1WzpppeTLyDEgbcIsaz55IWcN3kA { top:62.9375rem;left:38.8125rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkdDKir0FV2ALbxos6roPgcQ5ItGynVz { top:62.75rem;left:41.4375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGZ1ViaZ13T36hGTzSgaUJaNp7kImf8a { top:64.1875rem;left:23.0625rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc73depKV6IINGvtPQcQeRy2dWMRJu5I { top:63.875rem;left:23.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkk1vmzc7A1z5W3oitnGfFhJqqJiTTWI { top:13.875rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #glbcCDknArVeduP7px9SysKCpqBLRZfU { top:14.5625rem;left:37rem;width:10.75rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBOx2IPoQpLtaeWmRgwJLEIKT5attkNL { top:19.5625rem;left:38.375rem;width:9.375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiPPfZHoLg91yapSRGzH951TaPApfaKA { top:19.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNMibK36vAgQ66XkFbW24lfWxektSWLF { width:7.625rem;height:2.875rem;top:22.25rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgRDw3M1MtW4yuBuyysto0zQrEUGTeJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #ElKezCie4m8UkTZxgof8QT94L65Tb5kA { top:61.6875rem;left:21.875rem;width:10.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL6bNC1USAJqh5tJfrKkU72XHdpnbqt6 { top:13.875rem;left:14.1875rem;width:12.8125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQNGCQ6Na2K3ncy50rEEzWrD6OgusNOP { width:6.25rem;height:2.8125rem;top:22.1875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #If8pszBgz6rMoXx0FXb4RJ9DPkiAJs4e { display:block; }
 }@media only screen and (max-width: 763px) { #XfOkx0zN37JDn6uz4hwZqn65VPJsynrT { top:19.5rem;left:16.5rem;width:8.875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT5UyxBbqPSTnZJDblHTo4HP4y9PGK33 { top:14.6875rem;left:14.75rem;width:12.0625rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqhEuaovaGSSiiEWifoREqKpF2Q1B8Fg { top:39.0625rem;left:5.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XDEGlTlbd0qzu8eSmXTao3TKT9RdcBHN { top:39.0625rem;left:5.0625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kP6uDdTPlHD0HwOmeccdpu3AbzVv1iGz { width:36.875rem;height:2.3125rem;top:6.125rem;left:10.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spTsTu6nkommPmJuLJOTsT1UUkg4opIT { top:5.6875rem;left:14rem;width:28.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv8VQ3Vtc4rkvBQH5lwG8tZBkNCD5MpW { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7epUXbvpv145BbLTPbAMvwaQNFSqOiv { top:48.6875rem;left:19.375rem;width:28.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJwgebKiuaHZt3BtiPsBdwcwlm705QJZ { width:36.9375rem;height:2.3125rem;top:49.125rem;left:10.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g963NB6KGdSzxBoic5m9VBeae8QTTpbG { top:11.375rem;left:0rem;width:5.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOkpmQwzFwcef9Dz0qmgpLSEwmOfRXRt { width:36.9375rem;height:2.3125rem;top:9.875rem;left:10.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwDnhxZW5ruxRTE8wTkb7VgkG0F8vvtw { width:36.9375rem;height:2.3125rem;top:53.5625rem;left:10.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS9TFMg5CS3ArAsgahmLpzkWKVScPxeI { width:36.9375rem;height:2.3125rem;top:26.625rem;left:10.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbmT0nO7LE0LUEtfAgHiF33Z1fm4wklx { top:31.375rem;left:35.75rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFiDaGEH577PeQKReIVWgDsCLb8P7y5d { top:32.0625rem;left:37rem;width:10.6875rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfancqP4VPFFOtrAFBTpD8N8OA8JXQWy { top:37.125rem;left:38.875rem;width:8.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLaQbLosNkxXRpTwbC8vfy42MO0m4vnH { top:36.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwuOLtMq6N30R0dNwCt4inLRH3D3u8wF { width:6.25rem;height:2.8125rem;top:39.8125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6MogawwTClAxH5aiS8EW2QDNuc9bzAL { display:block; }
 }@media only screen and (max-width: 763px) { #fm3BcRXe4ABD2KreDZTBL5kKmNsXzvH5 { width:36.875rem;height:2.3125rem;top:71.875rem;left:10.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krVwnVemfMo5R3fvZtCZ2VIpTS0RH2aT { top:75.75rem;left:35.8125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnLckEZzrPzd7f225IZaF79G8NCzu35q { top:76.625rem;left:37.0625rem;width:10.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJcttw3hIqGXEogi4Qzwg1aSpXvs7Il1 { top:80.875rem;left:43.4375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmTgSk2TsNrraPH0FypMiOfllFU53UGp { top:81.0625rem;left:38.875rem;width:8.875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bItuLdJvp09TQkHLKNKauh4P9fipqxrP { width:6.25rem;height:2.8125rem;top:84rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtl4f8s309RTAIKe2TOKKOucxPWsZwVo { display:block; }
 }@media only screen and (max-width: 763px) { #STZ7pbeWgDEnhDdkIkCi3tLTRg7uAa6o { width:36.875rem;height:2.3125rem;top:89.9375rem;left:10.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqlTk7k6yHeSWouAJoBRe6hX1FgO8fU7 { top:92.9375rem;left:22.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCyRRQSTTcMLo1TvSTL0TWotX1Kqq6kz { display:block; }
 }@media only screen and (max-width: 763px) { #dEI8Xssn6SqZZvbL57JCMNmwJkUQJzM7 { display:block; }#dEI8Xssn6SqZZvbL57JCMNmwJkUQJzM7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Iwze7Q7Z1XTLvt8xgQqac8m5pd1W3K4V { width:27.625rem;height:20.3125rem;top:5.6875rem;left:20.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xzcdf1frmuWOwJrFV6z7MhMLvOllN1Wx { width:26.0625rem;height:3.0625rem;top:2.125rem;left:21.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHRux7ArfKPB4iGXItwbAOXoCpJpfoI4 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ocdyeNan1OsUi6JwLOPEW8l8newak0 { display:block; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy062gWtK5PFlCZFr0DN4g2spmsM7QM4 { top:1rem;left:9.6250019073488rem;width:28.5rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 { display:block; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rinCoBbVr123TtvTK1EufluWgnu5Z798 { 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) { #z7NeDrn0veEWLgb0J2DJpW1qgPX9Rv2X { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxhFPzNfLurn1CeErnol6euKBPgam2Fc { width:29.3125rem;height:7.9375rem;top:7.9375rem;left:18.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA4lPPCwqBFmtxHQbN1MlQHpGp6lIIDR { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVfxUxyphCc8Qel0ypZIRD5qlNKKZZLh { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRmJNTL9vkzAaFpXFOJGgfxpFBeKLLzL { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC0Zpr4mIyGQgVs6vnWytRmTPumUfsXN { width:28.5625rem;height:3rem;top:16.25rem;left:19.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWNpuNal00wiBi6gvi4W1IQUbWoscTi1 { width:20.75rem;height:2.8125rem;top:19.1875rem;left:27rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR8BXudKhUshxViPnUvRwRJPBWS9J1Rl { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBXXSQJCW70zPPx3wI99PTZsbxOAo1tW { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi0dBsvp3PtlcDAvLqlcTsh0nbbu3Gke { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is2QxDCh27TCM5CfGIB7gmEtXaq0JhC9 { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1q0zUGe7nwch8ABcE5z0CpcGpnDxQWH { width:11.375rem;height:2.8125rem;top:21.5rem;left:36.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbHfWzqS5Tfz9Kvz1SsaJATqhGqdnNFK { width:11.375rem;height:2.8125rem;top:26rem;left:36.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbD3lJSzIcTOMJD7m3rRefI5pKznLnOU { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRBTwPwtw3WygGh5uS57o2K7maCs0e6p { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrzRW6EabhlzgtnCB5ZAOo8wZUoTwUPL { width:11.375rem;height:2.8125rem;top:23.8125rem;left:36.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q { display:block; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3WiD5i0HugHoElXrLopNmTKABF56BLq { width:28.8125rem;height:2.5rem;top:1.4375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8a3oyMCuFb7tNq6FAgnLx8UTMtfL8mZ { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtoGn4Csxo2di6frxImo5ZiVveP4rxK7 { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRMTN36r7ozqIAAoasyo9N0eU2JJSKH8 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwuBvOLUOdqLEROqEdGGRUHoLHqUHyrf { 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) { #H6o7C3Tpw5todG0C7yQgO8fgir5ilGuM { top:18.1875rem;left:28.3125rem;width:19.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btf3tAgSxVULL8ZmElqpGd88MqcAGVMq { width:47.75rem;height:4rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsEwzS9r3wnFqWBeQaGwdnCeinN3isl2 { 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) { #wNnuMnoHzhpUesFWnagqpaTbfi3Kb2Vs { 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) { #OQuHkRT3KSk3dkvJon0l4GU5woQCBMsg { top:13.3125rem;left:26.0625rem;width:20.1875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpvwxVde5FdwbLEtdPzkLSzZtCogcpM5 { 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) { #rXakvLTudufO6RbkCgaJM0XsdKsFQIvx { 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) { #iSeubHoikvi3drb8F9VQpwDPNewvOI5s { 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) { #WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc { display:block; }#WmG4wJnsTU3yp8T6FGUe0WO7ON2xJuAc > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPfpdfK9BEET3SBl5XIBlsHZKcadgog7 { width:7.0625rem;height:7.0625rem;top:0rem;left:6.4687502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMEc9TmXcHA9x98INUTogns3bigS5qIv { background-color:#ffffff;background-image:none;display:block; }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row .container { background-color: transparent; background-image: none; }#gMEc9TmXcHA9x98INUTogns3bigS5qIv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row .container > .video-iframe-container { display: none; }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row > .video-iframe-container { display: none; }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .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); }#gMEc9TmXcHA9x98INUTogns3bigS5qIv > .row .container { height:57.625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HSulrV0mOwT1vT7hfC9iTLydFxgc1P5B { width:17.8125rem;height:33.625rem;top:21.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4UzIsPIf7AiaobxeU7f8cJ6G5dh4diP { width:15.25rem;height:1.49956875rem;top:22.375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9O7n8x6fadR5zlVCBN6rfclvg0NOItU { width:15.25rem;height:1.2000875rem;top:24.625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veZaVoz6HOiuoO0SNTuFipZX3ZVp2UPo { width:20rem;height:2.92535rem;top:3.3125003185123rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWPOgsTbcwHTLNgvwvPcmlAM4IHIthAx { width:20rem;height:1.462675rem;top:0.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-form-header { font-size:0.75rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-regular-label { height:auto;display:block;font-family:cairo;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; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f3f6fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-text {padding-top: 0; padding-bottom: 0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#f3f6fb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top;text-align:right;text-align-last:right; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.5rem;color:#00308a;font-family:raleway;font-size:1rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-select {padding-top: 0; padding-bottom: 0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .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; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-input-button { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;background-color:#e5972b;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left: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.4375rem;font-weight:bold;color:#000000;width:15rem;height:4.375rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal;float:none; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .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; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#000000;overflow:hidden;font-style:normal;line-height:1.6;float:none;text-align:right;text-align-last:right; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-container:first-of-type{padding-top:0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-container:last-of-type{padding-bottom:0;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS  { background-color:rgba(0,0,0,0);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;font-size:0.75rem;left:1.25rem;top:25.8125rem;z-index:100001; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS {display:block;}#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS { background-color:rgba(0,0,0,0);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;font-size:0.75rem;left:1.25rem;top:25.8125rem;z-index:100001; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SNQmcGh0rv6J1hd2TSTOK7eI4wOTDznF {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #WQKX0lu4WR4PKKgiJRBEA07h5aIM3S7K {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #KypVsHwKpBXITTM3i3F0d6qo5HfA7bNo {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #rn2VP80T8KNvN390EsUnTmDwZI20D7gZ {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #le9fP4hD4SOgcnLzGBARkJ86LUNVr4dy {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #nzzkeUSLBp1h6mNcQ53DVLVJmT3IBuZa {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #kKhhUv0ySfOw5HhDnOFDN0VNwWaSibKc {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lk5ae7UQzUeB1BxOTCL2p9x6fu2JxFl3 {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #iTm2XhRAvzCEpEIrCFTzg8dLReBR1G98 {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lw026u9gb1eLea8BFVX7TlLxpUfl0RBp {  }
#DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #lw026u9gb1eLea8BFVX7TlLxpUfl0RBp .container-column{width:50%;} }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #K0T6SuXi238AtuAw5y83azXboz3EEold {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #rq0MpNvy3iBCN5WG5NL8a5VPvEUEO0op { z-index:2; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #Zrlh46ygshqCkFPQKlHyDiW5xFZ2rtdT {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #Rwd8tAaBMOucpsgcV5bCAFWMt1QIhqTa { z-index:2; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #u3P6VwxFi0aEeeTz8hT56hwLXqNXwC6y {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #zW6Hx4B5E49IyufufqHltHB0kfFmpCA7 {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #bsTuIOVfO0TbGPgXFSTsEhusIhRTz2WN {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SN5BRTnDd2JDnCdNCumt9fw2T20QmFOV {  }
 }@media only screen and (max-width: 763px) { #gPeBOmoQJCR1tRHFpv6bA21yy9icWqf6 { display:block; }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #MiWgIioG2WcVWs3pS1TVGSiXbRQJwv9M {  }
 }@media only screen and (max-width: 763px) { #DEQRFSlHZJTKnxRD3ia1DeApPRAolWaS #SRqpBkeGtcbP44EI35qX95130fp0IuMc {  }
 }@media only screen and (max-width: 763px) { #zu423kmylWIX6pozhchZJ90U72zDflBG { width:13.1875rem;height:13.1875rem;top:6.625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ { display:block; }#O49Ibaa8lfO5FfTMtea01ePI1sCiVsIQ > .row .container { width:20rem;height:118.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5ECpsT0aIxrGIXo0SdTV1P7LHNHLbZL { width:10.75rem;height:3.75rem;top:66.625rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lr94AE8rbTe8dVSDwpEoe1bkxRV52NES { width:11.5rem;height:11.5rem;top:65.5rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwOHAllOuLk5mfmccJTaehKT8Cl0Qgwq { width:6.25rem;height:2.875rem;top:73.75rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlG4WshurDnLZOgqXDwgyBfAu3aTtlIR { display:block; }
 }@media only screen and (max-width: 763px) { #ukriMolnxSekRdcf4qvsrnwmlWDHnizD { width:8.9375rem;height:2.5rem;top:70.6875rem;left:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSrGVS6WIvLoWp7JuSXCM0fU4cfDtZlw { width:1.875rem;height:1.875rem;top:71.1875rem;left:5.8125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGnVpIPTw0lDghmTlHeSaQi47cdHQhKr { width:11.5rem;height:11.4375rem;top:2.9741764068604rem;left:3.9995661377907rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #Ngy2RkwPDnk6GuoRzBxNzW6xoiPzVBAz { width:11.936875rem;height:3.8997375rem;top:4.0961380004883rem;left:4.0310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZKUzRpa7SkXHwLBm8Ws475qkgCkXEXo { width:8.8748125rem;height:1.9487875rem;top:8.5985250473025rem;left:5.5620661377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ2HAHleEl1BsJSi2ceHEHAVrfBla9nX { width:6.25rem;height:2.8125rem;top:11.271484375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ54F0xf44lWSfdT9kCftaM4iu0VSdfN { display:block; }
 }@media only screen and (max-width: 763px) { #by5os5tBzkrugQUINe9p10uylVBGCnvc { width:11.4375rem;height:11.4375rem;top:16.187065124512rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7sJReBhZOn4WM9uynNwKpSbZCEpHtq3 { width:11.9375rem;height:2.599825rem;top:17.75rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCfwVx2ZUTnemTOqxzIkJKTfHr9W8NQX { width:8.875rem;height:1.9487875rem;top:21.311633110046rem;left:5.4372830986977rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmEBbNg2JGyxy7Eg5aRSnms2hHVKU89v { width:6.25rem;height:2.8125rem;top:24.749130249024rem;left:6.6875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVm7UEmKckt03AP0yNGvmslxkP2tVTP9 { display:block; }
 }@media only screen and (max-width: 763px) { #x2GqSU8v5Wz1M6e9qGonsVaZldgxL5o0 { width:20rem;height:2.0996125rem;top:0.49934959411621rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ2VivTphUNTvrZoIT4hfv6ABSbti8NM { width:11.4375rem;height:12rem;top:30.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iap2pSZh7TaqDgMko1sZy269dLGILGwX { width:6.25rem;height:2.8125rem;top:38.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t90bEQc78QXX9atrniTQlXcW1yqOrLMU { display:block; }
 }@media only screen and (max-width: 763px) { #iUObWWeK7JQnu5TpNB2N6Cs0QbT0QV3x { width:8.8748125rem;height:1.9487875rem;top:35.25rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2DkCLPFqP4E0MtbHy4MAVHtNgyR2w6i { width:11.936875rem;height:2.92535rem;top:31.8125rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIuTcVuOZwzSSPSfNamo1ugfxJTqg2HF { width:11.4375rem;height:12rem;top:43.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFGzKTfIwBghumXXZcwwCTtPy1G5qHHG { width:6.25rem;height:2.8125rem;top:52.125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlbtX17447GkfAyTDcXPB6zZTTiTI4ZO { display:block; }
 }@media only screen and (max-width: 763px) { #weTwNNoUN47RWpoulRS4wiKefNplT5JQ { width:8.8748125rem;height:1.9487875rem;top:49rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTKk2W7agdgfSCcnphVEs36JhkRnyb1W { width:11.936875rem;height:2.92535rem;top:45.5625rem;left:4.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIl9fcu22VCMCkHToq9PzBdn2SUO9yTT { width:20rem;height:4.19921875rem;top:57.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRv3Z0UMvkhbxpZof2PIS7wXUgRgdx4m { width:19.5rem;height:12.125rem;top:63.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBlsm8NKAXSVL2uuO6whqEV7A4nNF6oH { width:6.25rem;height:2.8125rem;top:72.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDFTTtOGZ51IVUwyRoEKtm7T9hESrqRZ { display:block; }
 }@media only screen and (max-width: 763px) { #mzDyfDgVEo783NJJcD7bEXD410XJDbyN { width:8.8748125rem;height:1.9487875rem;top:70.0625rem;left:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5fU9nQw80Ftt9x0kCvmgkfqVdNBFrnA { width:20rem;height:4.388025rem;top:64.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jysq8kbtv2L0IRInJsX0WlXhP1DJOn93 { width:19.5625rem;height:12.5rem;top:77rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5yn7DsGetNWHp7dQphrMsI9HP8AHN8W { width:20rem;height:7.313375rem;top:77.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvWX37mePwgye9lo4J5E41XR8S4mGw4y { width:8.8748125rem;height:1.9487875rem;top:84.9375rem;left:6.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrxCcq50do3zwrS4hucGLCtMps9ZwwEi { width:6.25rem;height:2.8125rem;top:86.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsDJHxWnfJUUtdVGSGyM28TKt5AxCOqy { display:block; }
 }@media only screen and (max-width: 763px) { #oQvwetMuapcu6bctUQ6qC19nblyvPc9E { width:19.5rem;height:12.0625rem;top:90.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDLEN9rx399I7OZfKUoFagLED8HxVZGO { width:20rem;height:4.388025rem;top:92.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oN3mH4Z16BHWTGHLKx56b5KEPwGyPcoZ { width:8.8748125rem;height:1.9487875rem;top:97.75rem;left:6.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnwVSLcFK8pAParfBmZZee7Al4HJh1Iz { width:6.25rem;height:2.8125rem;top:99.9375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6Zmh1lgIEsSWzukXGmfTOvB14RAv3p2 { display:block; }
 }@media only screen and (max-width: 763px) { #FDrwIekeTen6OMrWDrzZJUhRHXi5GJCX { width:19.5rem;height:12.0625rem;top:104.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiOz4OLu490LetJBeCpK2BxTnaupwNao { width:20rem;height:4.388025rem;top:106.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND3T98g25D6DOd97EveT0QPWlqlgZSXD { width:8.8748125rem;height:1.9487875rem;top:111.5625rem;left:7.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #icvXQRqc1EZacbArTyfcL5mylpcx3Tym { width:6.25rem;height:2.8125rem;top:113.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQA95T1EACZMJp3fAVBnVTvQ8SwMPDcW { display:block; }
 }@media only screen and (max-width: 763px) { #hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp { display:block; }#hD6R3inBzH7mXvNmst0KMWpLSxUUQkKp > .row .container { width:20rem;height:133.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxdXmImg4dVHOuu9fffCleRxN4ldntwK { width:10.25rem;height:2.599825rem;top:80.5625rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD3ma6cQLCbmk7db9ciIE0KRP0ueQPpE { width:10.1875rem;height:2.76041875rem;top:12.375rem;left:5.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXkrtLzlx7GfcERhMHwHdNFwwTt5I6Jx { width:10.75rem;height:2.599825rem;top:27.0625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlPUZUioP71t7OcUW09AxeTwGSNJxoRz { width:1.8125rem;height:1.8125rem;top:83.9375rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHlmJWyNr1gL653DzVTKpkbyNxvbPCKk { width:11.5rem;height:11.5rem;top:78.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQdlxeOatyRlOGzynqS79yf6U7z3eylE { width:6.25rem;height:2.875rem;top:87.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3V6utF1DwUpLnSs81kLsz8wO3AzfxKx { display:block; }
 }@media only screen and (max-width: 763px) { #Dnp1wzgyzEJVe3e1wloCPzZxpWmT12GK { width:8.9375rem;height:2.43706875rem;top:84rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnf6VyTK0ydmJSrnWTgT68JZZOuhdzpa { width:11.5rem;height:11.5rem;top:25.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9XzmhZc1RRFnLpiQ4cJKa6A4ZDxUAxu { width:11.5rem;height:11.5rem;top:11.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMprnITLFR3UGvInTDaLLJVH8KGBDEB3 { width:6.25rem;height:2.875rem;top:33.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lF5RLhyfu33MnZuooXPXSCG0Q6TOeqKn { display:block; }
 }@media only screen and (max-width: 763px) { #ypKV28SLi4eLPo3TPdZHpfcTywhxBIyc { width:6.25rem;height:2.875rem;top:20.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZHnIyw2ROyRFQVTtnlzoh5fiTy0n3TC { display:block; }
 }@media only screen and (max-width: 763px) { #hXZN1WzpppeTLyDEgbcIsaz55IWcN3kA { width:8.9375rem;height:2.43706875rem;top:30.4375rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkdDKir0FV2ALbxos6roPgcQ5ItGynVz { width:1.875rem;height:1.875rem;top:30.125rem;left:6.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGZ1ViaZ13T36hGTzSgaUJaNp7kImf8a { width:8.9375rem;height:2.4370625rem;top:17.75rem;left:6.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc73depKV6IINGvtPQcQeRy2dWMRJu5I { width:1.875rem;height:1.875rem;top:17.4375rem;left:6.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hkk1vmzc7A1z5W3oitnGfFhJqqJiTTWI { width:11.5rem;height:11.5rem;top:38.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glbcCDknArVeduP7px9SysKCpqBLRZfU { width:10.75rem;height:3.8997375rem;top:39.8125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBOx2IPoQpLtaeWmRgwJLEIKT5attkNL { width:8.9375rem;height:2.4370625rem;top:44.625rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiPPfZHoLg91yapSRGzH951TaPApfaKA { width:1.875rem;height:1.875rem;top:44.125rem;left:6.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNMibK36vAgQ66XkFbW24lfWxektSWLF { width:7.874375rem;height:2.87435rem;top:47.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgRDw3M1MtW4yuBuyysto0zQrEUGTeJ7 { display:block; }
 }@media only screen and (max-width: 763px) { #ElKezCie4m8UkTZxgof8QT94L65Tb5kA { width:10.1875rem;height:1.21853125rem;top:15.25rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL6bNC1USAJqh5tJfrKkU72XHdpnbqt6 { width:12.8125rem;height:11.4375rem;top:93.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQNGCQ6Na2K3ncy50rEEzWrD6OgusNOP { width:6.25rem;height:2.8125rem;top:102.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #If8pszBgz6rMoXx0FXb4RJ9DPkiAJs4e { display:block; }
 }@media only screen and (max-width: 763px) { #XfOkx0zN37JDn6uz4hwZqn65VPJsynrT { width:8.8748125rem;height:2.4370625rem;top:99.125rem;left:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT5UyxBbqPSTnZJDblHTo4HP4y9PGK33 { width:12.061625rem;height:3.8997375rem;top:94.3125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqhEuaovaGSSiiEWifoREqKpF2Q1B8Fg { width:1.875rem;height:1.875rem;top:140.5625rem;left:5.875rem;font-size:1.3125rem;z-index:100028;display:none; }
 }@media only screen and (max-width: 763px) { #XDEGlTlbd0qzu8eSmXTao3TKT9RdcBHN { width:1.875rem;height:1.875rem;top:98.9375rem;left:6.8125rem;font-size:1.3125rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #kP6uDdTPlHD0HwOmeccdpu3AbzVv1iGz { width:20rem;height:1.8684875rem;top:70.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spTsTu6nkommPmJuLJOTsT1UUkg4opIT { width:20rem;height:3.25rem;top:70.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv8VQ3Vtc4rkvBQH5lwG8tZBkNCD5MpW { width:20rem;height:2.25rem;top:-1.52587890625E-5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7epUXbvpv145BbLTPbAMvwaQNFSqOiv { width:20rem;height:3.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJwgebKiuaHZt3BtiPsBdwcwlm705QJZ { width:20rem;height:1.94921875rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g963NB6KGdSzxBoic5m9VBeae8QTTpbG { width:5.5rem;height:0;top:359.5625rem;left:13.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gOkpmQwzFwcef9Dz0qmgpLSEwmOfRXRt { width:20rem;height:1.8684875rem;top:75.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwDnhxZW5ruxRTE8wTkb7VgkG0F8vvtw { width:20rem;height:1.8684875rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CS9TFMg5CS3ArAsgahmLpzkWKVScPxeI { width:20rem;height:1.8684875rem;top:109.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbmT0nO7LE0LUEtfAgHiF33Z1fm4wklx { width:11.5rem;height:11.5rem;top:112.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFiDaGEH577PeQKReIVWgDsCLb8P7y5d { width:10.75rem;height:3.8997375rem;top:112.8125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfancqP4VPFFOtrAFBTpD8N8OA8JXQWy { width:8.9375rem;height:1.21853125rem;top:117.875rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLaQbLosNkxXRpTwbC8vfy42MO0m4vnH { width:1.875rem;height:1.875rem;top:117.54449653626rem;left:5.4372830986977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwuOLtMq6N30R0dNwCt4inLRH3D3u8wF { width:6.25rem;height:2.875rem;top:120.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6MogawwTClAxH5aiS8EW2QDNuc9bzAL { display:block; }
 }@media only screen and (max-width: 763px) { #fm3BcRXe4ABD2KreDZTBL5kKmNsXzvH5 { width:20rem;height:1.8684875rem;top:52.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krVwnVemfMo5R3fvZtCZ2VIpTS0RH2aT { width:11.5rem;height:11.5rem;top:56.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnLckEZzrPzd7f225IZaF79G8NCzu35q { width:10.75rem;height:3.8997375rem;top:57.75rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJcttw3hIqGXEogi4Qzwg1aSpXvs7Il1 { width:1.875rem;height:1.875rem;top:61.5rem;left:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmTgSk2TsNrraPH0FypMiOfllFU53UGp { width:8.9375rem;height:2.43706875rem;top:62.1875rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bItuLdJvp09TQkHLKNKauh4P9fipqxrP { width:6.25rem;height:2.875rem;top:65.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtl4f8s309RTAIKe2TOKKOucxPWsZwVo { display:block; }
 }@media only screen and (max-width: 763px) { #STZ7pbeWgDEnhDdkIkCi3tLTRg7uAa6o { width:20rem;height:1.8684875rem;top:125.37325249512rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqlTk7k6yHeSWouAJoBRe6hX1FgO8fU7 { top:128.49065874512rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCyRRQSTTcMLo1TvSTL0TWotX1Kqq6kz { display:block; }
 }@media only screen and (max-width: 763px) { #dEI8Xssn6SqZZvbL57JCMNmwJkUQJzM7 { display:none; }#dEI8Xssn6SqZZvbL57JCMNmwJkUQJzM7 > .row .container { width:20rem;height:71.500003814697rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Iwze7Q7Z1XTLvt8xgQqac8m5pd1W3K4V { width:20rem;height:24.934875rem;top:46.625rem;left:0rem;text-align:right;text-align-last:right;line-height:1.9;font-size:1.3125rem;color:#020202;display:block; }
 }@media only screen and (max-width: 763px) { #Xzcdf1frmuWOwJrFV6z7MhMLvOllN1Wx { width:20rem;height:3.08073125rem;top:43.5625rem;left:0rem;text-align:right;text-align-last:right;font-size:1.8125rem;color:#010507;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SHRux7ArfKPB4iGXItwbAOXoCpJpfoI4 { width:20rem;height:1.5rem;top:68.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ocdyeNan1OsUi6JwLOPEW8l8newak0 { display:block; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy062gWtK5PFlCZFr0DN4g2spmsM7QM4 { width:20rem;height:14.29904375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 { background-color:#f5f5f5;background-image:none;display:block; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container { background-color: transparent; background-image: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container > .video-iframe-container { display: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row > .video-iframe-container { display: none; }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .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); }#PxPKiH3tSy2MXAtkRsEqMFU1zE0V43W9 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rinCoBbVr123TtvTK1EufluWgnu5Z798 { 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) { #z7NeDrn0veEWLgb0J2DJpW1qgPX9Rv2X { width:14.625rem;height:0.1875rem;top:4.4375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxhFPzNfLurn1CeErnol6euKBPgam2Fc { width:17.625rem;height:6.7448125rem;top:7.4375rem;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) { #AA4lPPCwqBFmtxHQbN1MlQHpGp6lIIDR { width:1.5625rem;height:1.5625rem;top:24.841146945953rem;left:15.427083313465rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVfxUxyphCc8Qel0ypZIRD5qlNKKZZLh { width:4.25rem;height:0.1875rem;top:5.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRmJNTL9vkzAaFpXFOJGgfxpFBeKLLzL { width:1.25rem;height:1.25rem;top:24.998687744141rem;left:15.583333313465rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC0Zpr4mIyGQgVs6vnWytRmTPumUfsXN { width:13.5625rem;height:1.875rem;top:15.4375rem;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) { #UWNpuNal00wiBi6gvi4W1IQUbWoscTi1 { width:15.5625rem;height:4.54644375rem;top:18.4375rem;left:0rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR8BXudKhUshxViPnUvRwRJPBWS9J1Rl { width:1.25rem;height:1.25rem;top:28.375rem;left:15.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBXXSQJCW70zPPx3wI99PTZsbxOAo1tW { width:1.5625rem;height:1.5625rem;top:28.25rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi0dBsvp3PtlcDAvLqlcTsh0nbbu3Gke { width:1.25rem;height:1.25rem;top:31.8125rem;left:15.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is2QxDCh27TCM5CfGIB7gmEtXaq0JhC9 { width:1.5625rem;height:1.5625rem;top:31.6875rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1q0zUGe7nwch8ABcE5z0CpcGpnDxQWH { width:10.0625rem;height:2.27321875rem;top:24.48698125rem;left:4.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbHfWzqS5Tfz9Kvz1SsaJATqhGqdnNFK { width:10.0625rem;height:2.27321875rem;top:27.86328125rem;left:4.9687502980232rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbD3lJSzIcTOMJD7m3rRefI5pKznLnOU { width:1.25rem;height:1.25rem;top:19.0625rem;left:15.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRBTwPwtw3WygGh5uS57o2K7maCs0e6p { width:1.5625rem;height:1.5625rem;top:18.9375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrzRW6EabhlzgtnCB5ZAOo8wZUoTwUPL { width:10.6875rem;height:2.27321875rem;top:31.26953125rem;left:4.3958333134651rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #2649a9);background-image: -moz-linear-gradient(top, #e5972b, #2649a9);background-image: -ms-linear-gradient(top, #e5972b, #2649a9);background-image: -o-linear-gradient(top, #e5972b, #2649a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );";background-image: linear-gradient(to bottom, #e5972b, #2649a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { background-color: transparent; background-image: none; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container > .video-iframe-container { display: none; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row > .video-iframe-container { display: none; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .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); }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { border-width: 0; border-radius: 0; }#lJQU0JSUAismocTfUWEPq1dQAu1lyJ6Q > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F3WiD5i0HugHoElXrLopNmTKABF56BLq { width:16.6875rem;height:1.51171875rem;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) { #M8a3oyMCuFb7tNq6FAgnLx8UTMtfL8mZ { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mtoGn4Csxo2di6frxImo5ZiVveP4rxK7 { width:13.0625rem;height:4.80143125rem;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) { #lRMTN36r7ozqIAAoasyo9N0eU2JJSKH8 { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OwuBvOLUOdqLEROqEdGGRUHoLHqUHyrf { width:3.125rem;height:3.125rem;top:17.70309375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6o7C3Tpw5todG0C7yQgO8fgir5ilGuM { width:19.4375rem;height:1.2999125rem;top:43.95309375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btf3tAgSxVULL8ZmElqpGd88MqcAGVMq { width:14.8736875rem;height:6.40190625rem;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) { #lsEwzS9r3wnFqWBeQaGwdnCeinN3isl2 { width:3.125rem;height:3.125rem;top:22.14059375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNnuMnoHzhpUesFWnagqpaTbfi3Kb2Vs { width:18.8125rem;height:1.69921875rem;top:40.32809375rem;left:1.125rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQuHkRT3KSk3dkvJon0l4GU5woQCBMsg { width:17.9375rem;height:2.9375rem;top:39.76559375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpvwxVde5FdwbLEtdPzkLSzZtCogcpM5 { width:3.125rem;height:3.125rem;top:35.39059375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXakvLTudufO6RbkCgaJM0XsdKsFQIvx { width:3.125rem;height:3.125rem;top:30.95309375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSeubHoikvi3drb8F9VQpwDPNewvOI5s { width:3.125rem;height:3.125rem;top:26.51559375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }