.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:11rem;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:12.0605625rem;width:11.997625rem;top:0rem;left:31.500653266907rem;overflow:hidden;display:block; }
#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 { background-color:transparent;background-image: -webkit-linear-gradient(337deg, rgba(211,172,202,0.91), rgba(0,0,0,0));background-image: -moz-linear-gradient(337deg, rgba(211,172,202,0.91), rgba(0,0,0,0));background-image: -ms-linear-gradient(337deg, rgba(211,172,202,0.91), rgba(0,0,0,0));background-image: -o-linear-gradient(337deg, rgba(211,172,202,0.91), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8d3acca', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8d3acca', endColorstr='#00000000' );";background-image: linear-gradient(337deg, rgba(211,172,202,0.91), rgba(0,0,0,0));background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container { background-color: transparent; background-image: none; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container > .video-iframe-container { display: none; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row > .video-iframe-container { display: none; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .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); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container { border-width: 0; border-radius: 0; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#VSK0pfgApKQ2BPuunNK3d6pPc3HUSeJf { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#ffbe00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.4375rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:22.75rem;left:62.25rem;display:block; }
#pJHfTFPAcHcD2V852zTKoVwIvbbqvn0Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EVZRWFbR72RsnbJXGHx8q74FnIQWkuC5 { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#ffbe00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:5.7548828125rem;left:62.25rem;display:block; }
#uHVVJhrddKs5rLirpP5LVWxdhmJoHgG8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XxzEcB8k0K5ueCffGNCH7qnXTAmfDqo9 { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#ffbe00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:14.25rem;left:62.25rem;display:block; }
#hqbsdRVIUcRobiIyQAgF9LcA1Ghqq4Ch { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MX7pzKBGfuylTe7scvc8UoVrCT4VxS7X { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#ffbe00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.4375rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:1.5rem;left:62.25rem;display:block; }
#dm32be76dO1CkXTmNzIzGZRVEhDhRFzF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i5evvGxDkRnb6rpcZrfuxzawmJutiOXc { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#ffbe00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:18.2744140625rem;left:62.25rem;display:block; }
#QP5PRsFba68OqHT1imfhRb91qBkbSZln { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:#000000;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:#000000;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:4.8671875rem;top:8.0537109375rem;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:4.8671875rem;top:8.0537109375rem;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; }
#Xii8gFKHAhcUfU2wi4amCLenQWKPUgSV { 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:4.875rem;left:5.125rem;display:block; }
#GrZ288d8otkaTcnqrsQMmwPM3WCzChH8 { 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:5.7548828125rem;left:6.435546875rem;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; }
#FEFfCAqTEQMg0wCCQzbBI1nv3CflKtmy { 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:8rem;left:6.4375rem;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; }
#lafbVpJ5gUTcmrDf7XVPbwGfwqlCEPDR { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#ffbe00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:27.15625rem;left:62.25rem;display:block; }
#weZf935iDAy6wvOFzLge7tEPTv93Pm9B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rOKxgnu3rEqFhgU0A476NE7eq3nkhaTB { display:block;width:42.5625rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:7.46484375rem;left:21.687501907349rem;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:none; }
#y0RuiiWEMDSwWywxLfNUHvqLFiqLTTko { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:"aref ruqaa";font-size:3.4375rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:3.875rem;left:28.0625rem;height:8.936625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSeWKDxhR2c5ylmDPXepTBo8eBTTB7to { display:block;width:26rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100003;line-height:1.5;letter-spacing:0;top:33.281251192093rem;left:30.843751907349rem;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; }
#JNDPO9l3PAw5gF3lsHfSan6frvvtwEvs { position:absolute;display:block;z-index:100075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:8.0312502384187rem;left:31.343751907349rem;overflow:hidden;display:block; }
#ZyrKIyKygrMIUJ5ntfOmapTZKm8vKkKO { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#ffbe00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.4375rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:10.0625rem;left:62.25rem;display:block; }
#XXnEzuJq4LPS3KaOAu6xd14GpABNptW2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZpAFvNDGJUeO9NAvwRyXg57rGZTg0cnB { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#ffbe00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:31.40625rem;left:62.25rem;display:block; }
#AwlHwnMTW1TViyq5euCRfunbUl01W9wG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y7KUikIyJBQ0dbw73CnZl27PTVwTPDTT { 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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-sizing:border-box;color:#ffbe00;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:35.4375rem;left:62.25rem;display:block; }
#mGwCpG8cckouI6GwHvfRSTlDncod8e6M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs { 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; }#GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs > .row .container { background-color: transparent; background-image: none; }#GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs > .row .container > .video-iframe-container { display: none; }#GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs > .row > .video-iframe-container { display: none; }#GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs > .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); }#GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs > .row .container { border-width: 0; border-radius: 0; }#GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs > .row .container { font-size:0.875rem;font-family:arial;height:82.0625rem;width:75rem;position:relative;display:block; }#ll3cqqZR6HWzpag5izGe5OwtnQwIXudM { 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; }
#pdwTqZaA8sPTbhTqJq1MonAASTZzV3lB { 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; }
#x4qhoh8F7QTa6pK8iFCXgK4ZQAw9Xrl0 { 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; }
#IapWqlgvJ83r2PT3ciOJrWMfnSDvwuvL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qboBhmMNGWUqgIBkPUHN2xTTtwtF8viD { 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; }
#fkDUaamtWSppPCSh0A8giP47hOW1TIBR { 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; }
#RzZluc3ezf9TeBd3EV0EWf3VfZarvuUn { 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; }
#zFnTSAhrV28O4fE4pH1OKTTzPTtxG9JS { 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; }
#nCdwEnZ877HKutn0z7y2lGzp8sZvc4b5 { 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; }
#PPf2d93quI8hdRv1xv8NMtzavlI0JEfZ { 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; }
#sit5UZCvzUVZoswrUW2KCAXWxOCWC1wz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Thsn0J0svVPtakPXDCChy1T0XgFE1bZq { 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; }
#FRyCv2PWwkDnw9RykEwTBscnZ4rZbqCm { 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; }
#bw6cTPOpTkCutQT2sWykpqgVMBO8Pgl5 { 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; }
#gWA9HFWfUhpxHDHD5L6o82g0IS0BkapF { 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; }
#T3TlsqIyOTQpvxn47HcIVV1AKaasV9Tx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MaV8ychWaTroMIWKuWRizb2el9J0rq3q { 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; }
#Ree0u77LwMEV4gcXIfX5kubp8FJRr6oR { 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; }
#pATIrmVBVrsxTZ3HmZSNwuASPRRcuavu { 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; }
#qokGEMvTvHf9CLx9Us8bWpCiKvDiEE9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NesqeyPmZuMQ5TbPCZ3keEkdZym21qV3 { 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; }
#oB4UyEIh4xZgETCTwEpfiHeGABK0q9b8 { 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; }
#Gcm244IxlPJnmxWz2WEB1QAKMF24TTqR { 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; }
#cxcMCvaV8Qfowylmzz8iChbB9UALCNyT { 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; }
#Bn6bKXGsvJruaUAS44oGzcFAX4A3oF9i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ebk0xyWUMWGn4bnL1tdVkz12fiWsUoQt { 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; }
#TPWH5OmEu1fpdzQ0nnu76JeldG0PcagD { 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; }
#ZvVprAgvEVNcf9kStVr6hPu4OaWCJBlh { 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; }
#H2MmcLvuQfPHpD2tALFQD5Kde3SBIXg4 { 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; }
#VT84Golm7MNlERpBUba7N4N12EU8IiyN { 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; }
#CK0zcc5wG0g8aUFUA10eo4BHJmUuik4f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#We5CkBcEuUwUC1XsFELdes5wJ4psXdG1 { 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; }
#A1AxFqxz5BfEK11ApsTSmxsTA1K5JqHT { 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; }
#Eq5rvWqv1Bext78VtGWE2PaTC0ReyB6Z { 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; }
#NskHmU3FPam555hy1oCf4pVCnJ54zMc2 { 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; }
#pwvm3M9BvHNd1XFC9CTOSv0cJ7amKb3T { 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; }
#UqDTAC2qE9WkI9LUh2dtBzMTwA829Lct { 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; }
#cFFJO8lypbC5BKN9OGZUqWFacWfcpneG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#huT4Vtu2T2tGEfEeo89q3uQTtNH07Z4x { 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; }
#cTBPV5lot8KvIZrtEcGkEW6I8pJnTHr1 { 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; }
#Xer3PoxLmZq9EpvzyiJLV15GyJzDW6tw { 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; }
#eFhfkhs3HzASDLKL2NIGl2M0AEcpq7lO { 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; }
#ElNJ6sAf9NmniTAvTIFg8KIA42fabLya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gi76qQECKAZ9hRSLuf2qTF93bEDE69Sq { 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; }
#dJHAuvUx6Q4sP2QdaozQs0SJTidfUoTR { 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; }
#omfD0bvUsHtxNyuoFJ0dQpioTck1FEhQ { 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; }
#W2JasoncNLCpnwLcuWRFdBLDCsFeQTLd { 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; }
#lk7FtfHM2N61NBQP7o0qJvKgRfQ3q2B0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cxDef9h2wenBxCTA692LdXJopiGwRch2 { 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; }#cxDef9h2wenBxCTA692LdXJopiGwRch2 > .row .container { background-color: transparent; background-image: none; }#cxDef9h2wenBxCTA692LdXJopiGwRch2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxDef9h2wenBxCTA692LdXJopiGwRch2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxDef9h2wenBxCTA692LdXJopiGwRch2 > .row .container > .video-iframe-container { display: none; }#cxDef9h2wenBxCTA692LdXJopiGwRch2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cxDef9h2wenBxCTA692LdXJopiGwRch2 > .row > .video-iframe-container { display: none; }#cxDef9h2wenBxCTA692LdXJopiGwRch2 > .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); }#cxDef9h2wenBxCTA692LdXJopiGwRch2 > .row .container { border-width: 0; border-radius: 0; }#cxDef9h2wenBxCTA692LdXJopiGwRch2 > .row .container { font-size:0.875rem;font-family:arial;height:89.6875rem;width:75rem;position:relative;display:block; }#KiNhMunKBRqAdTh5e76AnIK6OsW2hi2a { 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; }
#dNFDMokrBD6aJovT5RJP0NL3hWeUGCrd { 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.76171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CtN29LfnawBStPa69cAJM9MEJkF6gBh7 { 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; }
#F5IT8OBtGV6NGsqOed4vmx5i6WMMQkB4 { 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; }
#XRawbtUKWQex7IDzBHzcGQMBay04sS7S { 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; }
#fDcxvRUa3gbBATkxgf7RhtUarlyTMVR4 { 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; }
#fuq83ll5eyvmUzQtb6JD3K024f49Eh5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QJ3wWnK4Wd5aAsHpst9gNJNc52NswfPU { 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; }
#dfac9tpwah0DplGmPz1llqUCaMEcDec2 { 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; }
#N8W2OlCsuqC3gTuwsPv7RCkBsT37TIR1 { 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; }
#kJDxdHid8x0CLnwFmTAGLBTzcU7De0JQ { 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; }
#hdN41ti39lMotxiWeR07znRTkHJfbnKF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fdifvVVxpKUZXw6soCLiRqhxhSawlTEv { 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; }
#IG6uZLgNc7Tpz8LdusKrqTDXM1WsGcTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Z12R1ueWWie4T6ZWQ2QnMiMKQaLdKn6O { 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; }
#e7KXKH8sCXeTKxf3Lrml1exmGpxfS5NW { 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; }
#Ld8GMarOiPyI2zRnfwUNzTtMZ0anH6Hz { 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.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; }
#DeGXSwG2QTETy3S1TfIBWJzNTT2QdwGz { 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; }
#iqgq9DZAkrc5EHQOTxzmzq1GXMckwmHO { 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; }
#DqNddVy44XcTrMysUyi9tvBU1cOui6JI { 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.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gZN8laBAip2IXiTR3F1B0HrDHlFOuldw { 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.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; }
#l2yX0VrZKXEucDI2qMDuoBnFoypWT0bA { 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; }
#N7FenAh1tO8xhcekpIdnrsCCFVql23eQ { 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; }
#dmVNlOKRNGXIGk6MC3aUwGr2L2m9E8Oi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V3MOv3evPboao2bXb0SE1zpRcN2QWwPc { 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; }
#kp7wVTm67Csyr1vHKwPMawHvrdDbFbus { 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; }
#owhLiqduUytHtgAox6ngDRW4I3leLUNt { 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; }
#VG1lHys3y0p9gPq8NtnR0eMfSkUeiKUp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HR8n4hZgOOT2DNR6xLwRkCKBCB4CRWuv { 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.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BzTQ6X7dLUVyzqVhDD5crTbyzVnbmNbe { 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.14258125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#efJbcJOROvre3RNiZJwKW7AUOQkpQIJn { 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; }
#phu2ioiSXXEdspaRKwHXup7EiTGhDTST { 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; }
#J4h1q9u859yRw6iChTwfTM3kQbTF6Mq2 { 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; }
#TKZZrtfzqbf9lQF6BxV0G00wdoyocPgD { 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; }
#hek9b4kFTM2G7szZfyx8Dndh8asIvF9l { 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; }
#R3ho9JoKR2DQUTPdgbBqzM3nxnAu8MaA { 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; }
#wOCnB97xO2ZtRNliTZauwrWkuVoc0Aaz { 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; }
#xUQwyUFI27eriXe6aCZp2sHEA8E0oytP { 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; }
#gRwGwrJ1md9x2Pmbbp8e3CTlRTF6s9Ww { 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; }
#NDIDmNJevxLy9giS7TsTrb2rITmmMp0U { 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; }
#W70BT2PrwfugDTAo7lIT1FbBB7DKTxGM { 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; }
#cNXIVRZTmVdmfyE10raQ156iSqteKvV1 { 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; }
#lbMsEhfnQUs5nqSbrGkykdrR3gNgihos { 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.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RalrsvMdZzIcJLdShXOgaxPsuxTwN96r { 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; }
#pIHKS7OLFNcf4EHiEuttZwf2k2c6U4GU { 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; }
#aPiX5RSQhWe0DhAnOUXfB5iC8IcEtuPq { 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; }
#CIr0BLLu17EHfN08zTMPgp4oesSEvVRR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EGSTAgu4RyMQsVTNvT0tfBe9R2780TpR { 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; }
#lUUD4ZvyUExEfVV7Ec2cl7OrS0gOCCUW { 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; }
#s3Jkye26uNvTlSZ2eXqtNcDqoq0bixhs { 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; }
#RclCqsf4Lh5ieswiKCyMllJKUtB8zvJn { 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; }
#Wm2FTZTDiJp6kTt6HqtTfc3vcaeFg9RJ { 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; }
#hTXKhumzweFT9xTU6ZphG4fRQMAcuN5C { 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; }
#NMTyQTU2hO9woac0OsbWBHVOu1TrRpno { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei { 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; }#Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei > .row .container { background-color: transparent; background-image: none; }#Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei > .row .container > .video-iframe-container { display: none; }#Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei > .row > .video-iframe-container { display: none; }#Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei > .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); }#Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei > .row .container { border-width: 0; border-radius: 0; }#Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#pXgustZ8fxE2t49S08BiB65wk2wdXfQD { 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; }
#USd8y7wx9s5vVB44zQz5EzNTrp071cPC { 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; }
#t0p7yH2k0PuALSbGAlySndDBxqFsTkuR { 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; }
#ewFdM6VF05rg6iS0Tr6drJB4dWXiCdUP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ORRGIxCJJVWZisf0Ct75T32FAsULROy2 { 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; }
#AVJAIgQCTryhtOsiggHlTeoLWhTSsntV { 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; }
#xbyJbWSM5OS8pPdPUSegAVPbSvkWg4o0 { 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:8.9375009536744rem;left:19.684896469116rem;display:block; }
#JqJT6Te17rcfpT6EU3VW5Ng5voTnCCSZ { 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:9.4908857345581rem;left:19.684896469116rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GK4isuAWOwsG25VZ2QBMkXiSgk1UwV5k { color:#ed2132;display:block;width:8.9344375rem;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:12.375rem;left:20.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k2LiXm2yArJWzARRrCgXHbuW5GPLZwWA { 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:16.986979007721rem;left:22.559896469116rem;display:block; }
#T6Iq8KwIEshRVnToRmQMfMryqWgSWKLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KZwszar70hwIIETpd9wyFX78t4Pl7DiD { color:#00308a;display:block;width:8.9344375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:14.4375rem;left:20.5rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ukv0OriHAx15ttlXenL9qQbJp6fiHxbF { 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:8.9375rem;left:42.25rem;display:block; }
#qdRAiocwluIdf9D5MOcH1P72Vcc4m47z { 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:9.8125rem;left:42.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Abl6Qa9ovTIRsb5TopRpEDIUNP9Ef4Q3 { 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:12.6875rem;left:43.625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#viysdUQPg6EDuIZePEs9pGzFHd0tt5hn { 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:15.5625rem;left:45.125rem;display:block; }
#KPFzQvcoGEJ3SAWCtvsTzbcP07dHrz1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RL5lG5qa1g06aP0NwVO2Zmoabz6LvRU7 { 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; }
#e5nMFMn7eIys9kp7klNccFfhdXguhxnW { position:absolute;display:block;z-index:100029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #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:25.9375rem;left:42.25rem;display:block; }
#WF4Jzm9PWvQXELTn1rixl6m2wUbPfKXF { color:#00308a;display:block;width:8.933625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:33.0625rem;left:44rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EkovZFaIA51ksNJo6Ty6pXtTXwWQN5Ny { 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:100041;text-align:center;text-align-last:center;top:35.0625rem;left:45rem;display:block; }
#ihHqvOzdLyy7o5QAzbmEcwTdgEIx1O9z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#THZ7PW4mUcHEOqlmTI6aJsqqfraq80Xs { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.624rem;top:22.3720703125rem;left:3.5068359375rem;overflow:hidden;display:block; }
#FTBNwHdP2oQdslN5ykvI9yyTOcsZUyzR { position:absolute;display:block;z-index:100034;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.3125rem;width:11.625rem;top:25rem;left:20.5rem;display:block; }
#A3oaOFBS1tcfdhEpEpOBcsoSJFQeT2Lh { 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:100046;text-align:center;text-align-last:center;top:33.1875rem;left:23.5rem;display:block; }
#GTclMHnlKdnwPLb3ppzdxVurKeXBHSeV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GuSh6J515MOJtxLTWCL043dRsJJ68Kpw { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:30.875rem;left:22.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s0PeO67788t0wOFe8saDhyc9THdRRTCg { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:29rem;left:22rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Acm6nZCTKpZcNE6hZatdsw2MxI61lkZq { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:25.9375rem;left:20.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mJpsFVOu85nmGVUr7Eem29l0fCJqv9xy { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:27.0625rem;left:42.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITL3H5nSvpbKqgsUJTu5Ezigzd39vi4T { color:#ed2132;display:block;width:8.933625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:31.125rem;left:43.125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul { position:relative;display:block; }#AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul { background-color: transparent; background-image: none; }#AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul > .row .container > .video-iframe-container { display: none; }#AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul > .row > .video-iframe-container { display: none; }#AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul > .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); }#AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul { border-width: 0; border-radius: 0; }#AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul > .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:20.3125rem;width:75rem;position:relative;display:block; }#ACcNI1BIGlrdWC0zLDSKqSMPhk3SpMSU { position:absolute;display:block;z-index:100072;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.4985rem;width:11.4985rem;top:7.0625rem;left:13.4375rem;display:block; }
#QN6IVaMUwaJO4rHe87APLNLCQDrqIAfF { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;top:7.75rem;left:13.4375rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oiOMNTP5ZgUqueCn5iJOhf79TG5WoO1l { position:absolute;display:block;z-index:100062;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.4985rem;width:11.4985rem;top:7.0625rem;left:50.875rem;display:block; }
#VMM3nra3CKfbqPzUT6bzq84PPbueHKSB { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:7.75rem;left:50.875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MpZDrrWRzoPOpgLfaIrwWODgPeAtQSXL { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:10.4375rem;left:52.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfSNDlOsLu5w7JQpXi7fvHAHGG0tviDW { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:13.0625rem;left:52.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ryqthGCawiFARiBhoyPQhH1JPnUo77ku { 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:100074;text-align:center;text-align-last:center;top:14.75rem;left:53.75rem;display:block; }
#dGOBG8RMTkSCu3A9VPRMmVsynqrWCZMM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b4aEINLn04cIMLEE67pLqP3tH0VWvwlT { display:block;width:14.75rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100032;line-height:1.2;letter-spacing:0;top:1.4375rem;left:31.000001907349rem;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:right;text-align-last:right;display:block; }
#bTOo9XvMxTfhZTRwFBIvZdUS2JaSyqVT { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:10.4375rem;left:14.8125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#USlQST0dN0D48bDeUTJybVNLmZAA1lov { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:13.0625rem;left:14.875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ATEFloJ3Az39znsrUuTiNydIkXvfIDPI { 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:100084;text-align:center;text-align-last:center;top:14.75rem;left:16.3125rem;display:block; }
#WayQmJPMCqFJzT17TOHXmTkTZz1ZHyHZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7 { position:relative;display:block; }#zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7 { background-color: transparent; background-image: none; }#zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7 > .row .container > .video-iframe-container { display: none; }#zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7 > .row > .video-iframe-container { display: none; }#zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7 > .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); }#zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7 { border-width: 0; border-radius: 0; }#zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7 > .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:20.5625rem;width:75rem;position:relative;display:block; }#b0tVTBuTDW1l0m5ULwtSasP4KHLc5EwX { display:block;width:42.561875rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100026;line-height:1.2;letter-spacing:0;top:0.56206607818604rem;left:30.435112953186rem;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:right;text-align-last:right;display:block; }
#ttNkQpg0H6Z376RPGZpubFZwWzSvulue { position:absolute;display:block;z-index:100025;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:14.1875rem;width:12.1875rem;top:4.5625rem;left:51.1875rem;display:block; }
#CKmUXET0BV1xnMuhqbVPJuFfaOzSb37w { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100073;line-height:1.3;letter-spacing:0;top:6.1875rem;left:51.5625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kuQPRqN8NQDCozFe2FTbqamT4EtTZE9z { color:#ed2132;display:block;width:8.933375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:11.5rem;left:53rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h3LD9RHk4Sg5SLTB7kGv33LwpxtzsGnI { 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.8732625rem;text-decoration:none;z-index:100081;text-align:center;text-align-last:center;top:15.375rem;left:54.375rem;display:block; }
#xi1zgLOe2wZU8CZCL0hZtXLl3FHH7wTQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv { position:relative;display:block; }#MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv { background-color: transparent; background-image: none; }#MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv > .row .container > .video-iframe-container { display: none; }#MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv > .row > .video-iframe-container { display: none; }#MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv > .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); }#MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv { border-width: 0; border-radius: 0; }#MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv > .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:21.375rem;width:75rem;position:relative;display:block; }#fF0TnWDIrdy0ZtwOnEJzJEFZiS2wWbTZ { position:absolute;display:block;z-index:100082;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.8125rem;width:11.5rem;top:5.6875rem;left:59.25rem;display:block; }
#FJccemmnRs36JAQNyhuJvTQ1z3Z8TpC5 { position:absolute;display:block;z-index:100089;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.875rem;width:12.375rem;top:5.6868438720703rem;left:43.187500953674rem;display:block; }
#QLszRR7NVZ6GwHVpzgTC5ePkbz85UUA7 { 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:100094;text-align:center;text-align-last:center;top:15.5rem;left:62.1875rem;display:block; }
#cKptk81gSlNqcbbpNKREI24Aa1bAGruz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l1Hy6BB3JJ1tZHLdpXJ7LzaItFH8Kpwp { 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:100101;text-align:center;text-align-last:center;top:15.5rem;left:47rem;display:block; }
#mHsx4WvZE9TFJ4awcSqShUzHBE0lZ59l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#myEyuZqn7EG4Afb3w5t9GG5QuW5JlUz1 { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:14rem;left:60.4375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QUXFebEkRh5xzeTJF1AdVKPPmkiwyuJw { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100091;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:14rem;left:45.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L1WNgmTm7V7dk54mU5ld0BkcMn8i6wSa { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100088;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:11.375rem;left:60.375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eUM0p7Ti97iVGlgwu1gv6bqSVfGXC3Mr { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:11.375rem;left:45.1875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DNaQ6RMuEEr3EZAPXmrfsIb02IZHS6xP { display:block;width:42.5625rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100034;line-height:1.2;letter-spacing:0;top:0.9375rem;left:31.8125rem;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:right;text-align-last:right;display:block; }
#qVXtNM5eRkIGFI2wqUTo473TlUi3besQ { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100086;line-height:1.3;letter-spacing:0;top:7.0625rem;left:59rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ME5dnwIERJaBBvkpJG8kEEs2OWrPysz3 { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100093;line-height:1.3;letter-spacing:0;top:7.0616302490238rem;left:43.811852455139rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kUDxpa3moac4X4T3woBFrrS4CdoRuZwg { position:relative;display:block; }#kUDxpa3moac4X4T3woBFrrS4CdoRuZwg { background-color: transparent; background-image: none; }#kUDxpa3moac4X4T3woBFrrS4CdoRuZwg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUDxpa3moac4X4T3woBFrrS4CdoRuZwg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUDxpa3moac4X4T3woBFrrS4CdoRuZwg > .row .container > .video-iframe-container { display: none; }#kUDxpa3moac4X4T3woBFrrS4CdoRuZwg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUDxpa3moac4X4T3woBFrrS4CdoRuZwg > .row > .video-iframe-container { display: none; }#kUDxpa3moac4X4T3woBFrrS4CdoRuZwg > .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); }#kUDxpa3moac4X4T3woBFrrS4CdoRuZwg { border-width: 0; border-radius: 0; }#kUDxpa3moac4X4T3woBFrrS4CdoRuZwg > .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:24.8125rem;width:75rem;position:relative;display:block; }#IAhAmZGAQE3Q6BVLlt3mPK66F58fxD7o { display:block;width:42.5625rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100022;line-height:1.2;letter-spacing:0;top:1.0625rem;left:30.25rem;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:right;text-align-last:right;display:block; }
#zIcrcacD3ngFdTlfutlKS3o636MaxJc0 { position:absolute;display:block;z-index:100083;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:15.75rem;width:11.5rem;top:3.912109375rem;left:39.248046875rem;display:block; }
#PrJ1mA8Nn0XE0uTtTZQeUTpqZuKwPtuJ { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100087;line-height:1.3;letter-spacing:0;top:6.625rem;left:39.25rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x22Ef3FG1qGRM3iSVwGLcrU2EX4W1CHD { position:absolute;display:block;z-index:100090;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:15.75rem;width:11.5rem;top:3.9375rem;left:22rem;display:block; }
#ZcNOaCkGPCoLCoZSAywMNaRifEFVAAxe { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:5.25rem;left:22rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#leqkT2ynL1vsM8oToGdb9ggUtlkUZEql { color:#ed2132;display:block;width:8.9345625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100089;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:9.0625rem;left:40.7802734375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mTFga4L9R6tW6hdcfGIBPgnwalC80TfS { color:#00308a;display:block;width:8.933625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:12.421875rem;left:42.3740234375rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JFTVCJTX7atxxTosNLsSP18aHXfySFfH { color:#ed2132;display:block;width:8.9345625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100096;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:9.6875rem;left:23.125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rdb1AwuDPzzX6V1m89chgmTW8RW8z48P { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100094;line-height:1.3;letter-spacing:0;top:12.787109375rem;left:38.4384765625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RXN0OCbi5NORcA1Xv555ytovRmElmKwQ { color:#ed2132;display:block;width:8.933625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100090;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:14.453125rem;left:40.7802734375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ELObTOq4T9xCEInBD1II9ryBRJxKHQQA { 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.87305rem;text-decoration:none;z-index:100095;text-align:center;text-align-last:center;top:16.589408874512rem;left:42.122399330139rem;display:block; }
#NsJS6maoQCI8tcicVmCvU889nB7WHAnR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C0e8ZZmHaWxzDTCQiNv8Vo8lZMkXHAQ2 { 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.87305rem;text-decoration:none;z-index:100102;text-align:center;text-align-last:center;top:15.9375rem;left:24.6875rem;display:block; }
#aLLq7GoMr9g8BMTei0ouheo5oqHrPnR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL { position:relative;display:block; }#chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL { background-color: transparent; background-image: none; }#chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL > .row .container > .video-iframe-container { display: none; }#chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL > .row > .video-iframe-container { display: none; }#chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL > .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); }#chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL { border-width: 0; border-radius: 0; }#chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL > .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:23.125rem;width:75rem;position:relative;display:block; }#F1wwFSEC2OTudyQuPGTifheNO9QPqq02 { display:block;width:42.5625rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100028;line-height:1.2;letter-spacing:0;top:1.125rem;left:30.4375rem;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:right;text-align-last:right;display:block; }
#a4byUp3M0HLAJ3ZAHEW1w7OC1h2rpbaW { position:absolute;display:block;z-index:100093;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.8125rem;width:11.5rem;top:7.5rem;left:55.625rem;display:block; }
#mgAmRVePbMnimi3u4qofXksutBOswnfh { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100097;line-height:1.3;letter-spacing:0;top:8.875rem;left:55.4375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BXpIECSx97MQiNnFDImIPtfD9k3XC9c2 { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100099;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:13.1875rem;left:56.75rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d2Vp4yLbUPxyibKT78JOew8Quvrz82Ne { 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:100105;text-align:center;text-align-last:center;top:17.3125rem;left:58.5625rem;display:block; }
#DATJiO85WgpuvfT5qDeTz1OHi8IULiGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dEVX3ar4ypa8xWNtHP5Rw3OmQFTiL9Cr { position:absolute;display:block;z-index:100091;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.8125rem;width:11.5rem;top:7.75rem;left:37.5rem;display:block; }
#yZEwzr8642gMp0lcQ3xwTsylerfU8pW2 { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100095;line-height:1.3;letter-spacing:0;top:9.125rem;left:37.25rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hqkIH6KvU9dFBGKT8wHQJTvpKRkEQUT4 { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100097;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:13.4375rem;left:38.625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kTagqQDoiyEgcRokDxq0hRPHkeXhdLLS { 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:100103;text-align:center;text-align-last:center;top:17.5625rem;left:40.4375rem;display:block; }
#aPrhvlRWggJEapc6OMNcXK41Fi8zog4h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT { 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; }#Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT > .row .container { background-color: transparent; background-image: none; }#Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT > .row .container > .video-iframe-container { display: none; }#Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT > .row > .video-iframe-container { display: none; }#Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT > .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); }#Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT > .row .container { border-width: 0; border-radius: 0; }#Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT > .row .container { font-size:0.875rem;font-family:arial;height:64.0625rem;width:75rem;position:relative;display:block; }#Z1vg60htFpe7nEcwM5TCI2gUlL91iAzF { box-sizing:content-box;color:#e5972b;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:15.75rem;left:11.9375rem;display:block; }
#wgQqIBgpHlqd5Zi5iAs7bxz2ATVwUEJI { display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:14.25rem;height:3.0058625rem;text-align:center;text-align-last:center;color:#1b97ca;font-style:normal;display:block; }
#dZvRFzrA5eMwmJb0Oh8w8LyKxt0k5aXO { color:#00308a;display:block;width:11rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:11.6875rem;left:10.875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hxUHLwbNmkQX2ZctE1FtPshCVCLtxlKC { color:#00308a;display:block;width:10.625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:11.3125rem;left:50.1875rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTvbwcxf8W2mpmVKwDTxoGI0LFECTMmW { 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:16.3125rem;left:51.6875rem;display:block; }
#fcenZ3LDlydF086pC6IhS9OC4mkpvwFX { position:absolute;display:block;z-index:99996;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:10.4375rem;left:10.3125rem;display:block; }
#pPTgHVGMT8T33Ftpo4dDmTNxGWJoCqqC { 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:10.4375rem;left:49.5rem;display:block; }
#EesZARrTSP0bzZJhPbiNIEm7AUtE32wU { 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:18.8125rem;left:13.375rem;display:block; }
#GfbGtJrafriSbSgwRFGxgAQ4KoIzg6CT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#o3WSFwSaTb8d2qyyKJpT1vZNulL2GZE3 { 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:19.34375rem;left:52.4375rem;display:block; }
#gVV2p6BW4yIAymgtCAs5U1rGOFU0CNLF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w0vRasLt7k62qmvy0CSgPBlCrz8dCgyf { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:99997;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:15.75rem;left:12.0625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#prPpRZSdOiQ7utRq7xGkHl4wT4KBFFvy { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:99995;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:16.5625rem;left:51.21875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kLvQIbXTRRTqcsWfOkRd3leECcTiXbNv { position:absolute;display:block;z-index:100007;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:27.0625rem;left:10.375rem;display:block; }
#hn0OduINBuE5a4NoisczbHg6BeikdEpv { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:32.375rem;left:11.9375rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lD3P204lW5k6B8EcJHI2DBFR2VHWFLWB { 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:100016;text-align:center;text-align-last:center;top:35.5rem;left:13.625rem;display:block; }
#Az1TmypBW85FC6SmVCw74esUFDrsxhUJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TeEJSmrh2wzgbu2QlXERMMcXdIk7CxRy { color:#00308a;display:block;width:10.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:28.0625rem;left:11.3125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LO6tBEMoxRF0RZWkDNiCP4v2gh56Qgde { 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:35.5625rem;left:51.5625rem;display:block; }
#znAI2wtHLvbp4SVtn503KaenynywFJZT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gKsNDFk3o9ESS1TWHzKx9kZ2JsSrEhkT { position:absolute;display:block;z-index:100006;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.4995625rem;width:11.4995625rem;top:27.4375rem;left:48.6875rem;display:block; }
#qtiuy5JE8RJ6CkyyP6KKpThMbdGGs8Na { color:#00308a;display:block;width:8.9355625rem;position:absolute;font-family:cairo;font-size:1rem;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:32.9375rem;left:49.875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NkyJOcyoTTCTN78NFKmrZAqXeH5e4sEL { color:#00308a;display:block;width:10.186625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:28.5625rem;left:49.5625rem;height:3.41015625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IAbqlW5IFJCPc3AULH1xquwBFcu52Ipe { display:block;width:36.9375rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:41.25rem;left:38.125rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#d9z4a2C7MvC3L8vayX0nrL8NmeK08cSe { 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:48.4375rem;left:49.4375rem;display:block; }
#ovHHx9haHMgvHGGtTOkbdRanKbZT7KkB { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:49.3125rem;left:49.625rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bPbRPxJ1TLTznR8ltWI7thWth3nUANTf { 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:53.6875rem;left:51.625rem;display:block; }
#kOf26QPUMu2kP7PxnoO6nq8zONDbTkBK { color:#00308a;display:block;width:8.9375rem;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:53.75rem;left:51.0625rem;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; }
#cTcwPOvBB9sl8nG1OkdJ7gPRs2A1DUCA { 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:100023;text-align:center;text-align-last:center;top:56.6875rem;left:52.3125rem;display:block; }
#V3wFTSm3Kw3eRZpiPybdTheGW5TM5ITR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VPwyw41Nq0qXBlKH02QTeboiQTFGCLUm { position:absolute;display:block;z-index:100029;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #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:48.4375rem;left:10.375rem;display:block; }
#Vvgw0IpTL2hNbO8eHtDM5ewGVwrnqZyZ { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:49.5625rem;left:11rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zOX8IaHsuN5Apyd8fP8GWl2TzlN8tDFq { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:54.1875rem;left:11.9375rem;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; }
#MGiP5g4B6oApD8R3Z5pkBMocW2Mp6eRu { 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:100032;top:53.875rem;left:12.5rem;display:block; }
#WwBQNQRBGdrhtc0uTBy2HdcqOXAfU0hg { 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:100038;text-align:center;text-align-last:center;top:56.875rem;left:13.25rem;display:block; }
#KiNWhVk0iNSZu52KgEDxP5THFiifT2zp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P8mRTUHFMQPMPL6kLkrmdRhVxgL8IVn3 { color:#00308a;display:block;width:2.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:28.0625rem;left:19.875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;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:0.7734375rem;left:45.96249961853rem;height:10.3993rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QvzmHheNvmVdWqoMVGbPlqVwT7eSybaP { color:#00308a;display:block;width:28.5rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.7734375rem;left:1.2117185592651rem;height:9.0986125rem;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.78125rem;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:4rem;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:17.875653266907rem;width:11.9375rem;height:12.000122094477rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 { display:block; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container { height:35.4375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSK0pfgApKQ2BPuunNK3d6pPc3HUSeJf { width:9.9375rem;height:3.4375rem;top:22.75rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJHfTFPAcHcD2V852zTKoVwIvbbqvn0Z { display:block; }
 }@media only screen and (max-width: 763px) { #EVZRWFbR72RsnbJXGHx8q74FnIQWkuC5 { width:9.9375rem;height:3.4375rem;top:5.75rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHVVJhrddKs5rLirpP5LVWxdhmJoHgG8 { display:block; }
 }@media only screen and (max-width: 763px) { #XxzEcB8k0K5ueCffGNCH7qnXTAmfDqo9 { width:9.9375rem;height:3.4375rem;top:14.25rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqbsdRVIUcRobiIyQAgF9LcA1Ghqq4Ch { display:block; }
 }@media only screen and (max-width: 763px) { #MX7pzKBGfuylTe7scvc8UoVrCT4VxS7X { width:9.9375rem;height:3.4375rem;top:1.5rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm32be76dO1CkXTmNzIzGZRVEhDhRFzF { display:block; }
 }@media only screen and (max-width: 763px) { #i5evvGxDkRnb6rpcZrfuxzawmJutiOXc { width:9.9375rem;height:3.4375rem;top:18.25rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP5PRsFba68OqHT1imfhRb91qBkbSZln { 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) { #Xii8gFKHAhcUfU2wi4amCLenQWKPUgSV { top:4.875rem;left:0rem;width:17.8125rem;height:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrZ288d8otkaTcnqrsQMmwPM3WCzChH8 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEFfCAqTEQMg0wCCQzbBI1nv3CflKtmy { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lafbVpJ5gUTcmrDf7XVPbwGfwqlCEPDR { width:9.9375rem;height:3.4375rem;top:27.125rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weZf935iDAy6wvOFzLge7tEPTv93Pm9B { display:block; }
 }@media only screen and (max-width: 763px) { #rOKxgnu3rEqFhgU0A476NE7eq3nkhaTB { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0RuiiWEMDSwWywxLfNUHvqLFiqLTTko { top:3.875rem;left:14.4375rem;width:31.5625rem;height:8.9375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSeWKDxhR2c5ylmDPXepTBo8eBTTB7to { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNDPO9l3PAw5gF3lsHfSan6frvvtwEvs { top:8rem;left:17.718751907349rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyrKIyKygrMIUJ5ntfOmapTZKm8vKkKO { width:9.9375rem;height:3.4375rem;top:10.0625rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXnEzuJq4LPS3KaOAu6xd14GpABNptW2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZpAFvNDGJUeO9NAvwRyXg57rGZTg0cnB { width:9.9375rem;height:3.4375rem;top:31.375rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwlHwnMTW1TViyq5euCRfunbUl01W9wG { display:block; }
 }@media only screen and (max-width: 763px) { #y7KUikIyJBQ0dbw73CnZl27PTVwTPDTT { width:9.9375rem;height:3.4375rem;top:35.4375rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwCpG8cckouI6GwHvfRSTlDncod8e6M { display:block; }
 }@media only screen and (max-width: 763px) { #GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs { display:block; }#GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll3cqqZR6HWzpag5izGe5OwtnQwIXudM { top:21.375rem;left:20.25rem;width:10.6875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdwTqZaA8sPTbhTqJq1MonAASTZzV3lB { top:20.5625rem;left:19.5625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4qhoh8F7QTa6pK8iFCXgK4ZQAw9Xrl0 { width:6.25rem;height:2.8125rem;top:28.8125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IapWqlgvJ83r2PT3ciOJrWMfnSDvwuvL { display:block; }
 }@media only screen and (max-width: 763px) { #qboBhmMNGWUqgIBkPUHN2xTTtwtF8viD { top:26rem;left:21.1875rem;width:8.875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkDUaamtWSppPCSh0A8giP47hOW1TIBR { 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) { #RzZluc3ezf9TeBd3EV0EWf3VfZarvuUn { top:7rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFnTSAhrV28O4fE4pH1OKTTzPTtxG9JS { top:7.5625rem;left:0rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCdwEnZ877HKutn0z7y2lGzp8sZvc4b5 { top:12rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPf2d93quI8hdRv1xv8NMtzavlI0JEfZ { width:6.25rem;height:2.8125rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sit5UZCvzUVZoswrUW2KCAXWxOCWC1wz { display:block; }
 }@media only screen and (max-width: 763px) { #Thsn0J0svVPtakPXDCChy1T0XgFE1bZq { top:7rem;left:35.8125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRyCv2PWwkDnw9RykEwTBscnZ4rZbqCm { top:7.875rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw6cTPOpTkCutQT2sWykpqgVMBO8Pgl5 { 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) { #gWA9HFWfUhpxHDHD5L6o82g0IS0BkapF { width:6.25rem;height:2.8125rem;top:13.625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3TlsqIyOTQpvxn47HcIVV1AKaasV9Tx { display:block; }
 }@media only screen and (max-width: 763px) { #MaV8ychWaTroMIWKuWRizb2el9J0rq3q { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ree0u77LwMEV4gcXIfX5kubp8FJRr6oR { top:23.5625rem;left:0rem;width:11.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #pATIrmVBVrsxTZ3HmZSNwuASPRRcuavu { width:6.25rem;height:2.8125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qokGEMvTvHf9CLx9Us8bWpCiKvDiEE9U { display:block; }
 }@media only screen and (max-width: 763px) { #NesqeyPmZuMQ5TbPCZ3keEkdZym21qV3 { top:28.625rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB4UyEIh4xZgETCTwEpfiHeGABK0q9b8 { top:25.1875rem;left:0rem;width:11.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gcm244IxlPJnmxWz2WEB1QAKMF24TTqR { top:23.8125rem;left:35.8125rem;width:11.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxcMCvaV8Qfowylmzz8iChbB9UALCNyT { width:6.25rem;height:2.8125rem;top:32rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn6bKXGsvJruaUAS44oGzcFAX4A3oF9i { display:block; }
 }@media only screen and (max-width: 763px) { #ebk0xyWUMWGn4bnL1tdVkz12fiWsUoQt { 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) { #TPWH5OmEu1fpdzQ0nnu76JeldG0PcagD { 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) { #ZvVprAgvEVNcf9kStVr6hPu4OaWCJBlh { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2MmcLvuQfPHpD2tALFQD5Kde3SBIXg4 { top:47.0625rem;left:25.625rem;width:21.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT84Golm7MNlERpBUba7N4N12EU8IiyN { width:6.25rem;height:2.8125rem;top:56.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK0zcc5wG0g8aUFUA10eo4BHJmUuik4f { display:block; }
 }@media only screen and (max-width: 763px) { #We5CkBcEuUwUC1XsFELdes5wJ4psXdG1 { top:54rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1AxFqxz5BfEK11ApsTSmxsTA1K5JqHT { 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) { #Eq5rvWqv1Bext78VtGWE2PaTC0ReyB6Z { top:47.125rem;left:0rem;width:21.6875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NskHmU3FPam555hy1oCf4pVCnJ54zMc2 { top:47.4375rem;left:0rem;width:20.625rem;height:7.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwvm3M9BvHNd1XFC9CTOSv0cJ7amKb3T { top:54.5rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqDTAC2qE9WkI9LUh2dtBzMTwA829Lct { width:6.25rem;height:2.8125rem;top:56.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFFJO8lypbC5BKN9OGZUqWFacWfcpneG { display:block; }
 }@media only screen and (max-width: 763px) { #huT4Vtu2T2tGEfEeo89q3uQTtNH07Z4x { top:65.375rem;left:25.625rem;width:21.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBPV5lot8KvIZrtEcGkEW6I8pJnTHr1 { top:67rem;left:27.125rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xer3PoxLmZq9EpvzyiJLV15GyJzDW6tw { 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) { #eFhfkhs3HzASDLKL2NIGl2M0AEcpq7lO { width:6.25rem;height:2.8125rem;top:74.5rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElNJ6sAf9NmniTAvTIFg8KIA42fabLya { display:block; }
 }@media only screen and (max-width: 763px) { #Gi76qQECKAZ9hRSLuf2qTF93bEDE69Sq { top:65.375rem;left:0rem;width:21.625rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJHAuvUx6Q4sP2QdaozQs0SJTidfUoTR { top:67rem;left:0rem;width:20.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omfD0bvUsHtxNyuoFJ0dQpioTck1FEhQ { top:72.3125rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2JasoncNLCpnwLcuWRFdBLDCsFeQTLd { width:6.25rem;height:2.8125rem;top:74.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk7FtfHM2N61NBQP7o0qJvKgRfQ3q2B0 { display:block; }
 }@media only screen and (max-width: 763px) { #cxDef9h2wenBxCTA692LdXJopiGwRch2 { display:block; }#cxDef9h2wenBxCTA692LdXJopiGwRch2 > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiNhMunKBRqAdTh5e76AnIK6OsW2hi2a { top:15.8125rem;left:30.311635017395rem;width:10.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNFDMokrBD6aJovT5RJP0NL3hWeUGCrd { 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) { #CtN29LfnawBStPa69cAJM9MEJkF6gBh7 { top:59.5625rem;left:37rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5IT8OBtGV6NGsqOed4vmx5i6WMMQkB4 { 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) { #XRawbtUKWQex7IDzBHzcGQMBay04sS7S { top:13.875rem;left:29.5rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDcxvRUa3gbBATkxgf7RhtUarlyTMVR4 { width:6.25rem;height:2.8125rem;top:22.25rem;left:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuq83ll5eyvmUzQtb6JD3K024f49Eh5Q { display:block; }
 }@media only screen and (max-width: 763px) { #QJ3wWnK4Wd5aAsHpst9gNJNc52NswfPU { 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) { #dfac9tpwah0DplGmPz1llqUCaMEcDec2 { top:58.125rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8W2OlCsuqC3gTuwsPv7RCkBsT37TIR1 { top:58.125rem;left:21.125rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJDxdHid8x0CLnwFmTAGLBTzcU7De0JQ { width:6.25rem;height:2.875rem;top:66.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdN41ti39lMotxiWeR07znRTkHJfbnKF { display:block; }
 }@media only screen and (max-width: 763px) { #fdifvVVxpKUZXw6soCLiRqhxhSawlTEv { width:6.25rem;height:2.875rem;top:66.75rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG6uZLgNc7Tpz8LdusKrqTDXM1WsGcTQ { display:block; }
 }@media only screen and (max-width: 763px) { #Z12R1ueWWie4T6ZWQ2QnMiMKQaLdKn6O { 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) { #e7KXKH8sCXeTKxf3Lrml1exmGpxfS5NW { 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) { #Ld8GMarOiPyI2zRnfwUNzTtMZ0anH6Hz { 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) { #DeGXSwG2QTETy3S1TfIBWJzNTT2QdwGz { 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) { #iqgq9DZAkrc5EHQOTxzmzq1GXMckwmHO { top:13.875rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqNddVy44XcTrMysUyi9tvBU1cOui6JI { top:14.5625rem;left:37rem;width:10.75rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZN8laBAip2IXiTR3F1B0HrDHlFOuldw { 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) { #l2yX0VrZKXEucDI2qMDuoBnFoypWT0bA { 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) { #N7FenAh1tO8xhcekpIdnrsCCFVql23eQ { width:7.625rem;height:2.875rem;top:22.25rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmVNlOKRNGXIGk6MC3aUwGr2L2m9E8Oi { display:block; }
 }@media only screen and (max-width: 763px) { #V3MOv3evPboao2bXb0SE1zpRcN2QWwPc { 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) { #kp7wVTm67Csyr1vHKwPMawHvrdDbFbus { top:13.875rem;left:14.1875rem;width:12.8125rem;height:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owhLiqduUytHtgAox6ngDRW4I3leLUNt { width:6.25rem;height:2.8125rem;top:22.1875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG1lHys3y0p9gPq8NtnR0eMfSkUeiKUp { display:block; }
 }@media only screen and (max-width: 763px) { #HR8n4hZgOOT2DNR6xLwRkCKBCB4CRWuv { 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) { #BzTQ6X7dLUVyzqVhDD5crTbyzVnbmNbe { top:14.6875rem;left:14.75rem;width:12.0625rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efJbcJOROvre3RNiZJwKW7AUOQkpQIJn { 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) { #phu2ioiSXXEdspaRKwHXup7EiTGhDTST { 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) { #J4h1q9u859yRw6iChTwfTM3kQbTF6Mq2 { 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) { #TKZZrtfzqbf9lQF6BxV0G00wdoyocPgD { top:5.6875rem;left:14rem;width:28.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hek9b4kFTM2G7szZfyx8Dndh8asIvF9l { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3ho9JoKR2DQUTPdgbBqzM3nxnAu8MaA { top:48.6875rem;left:19.375rem;width:28.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOCnB97xO2ZtRNliTZauwrWkuVoc0Aaz { 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) { #xUQwyUFI27eriXe6aCZp2sHEA8E0oytP { top:11.375rem;left:0rem;width:5.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRwGwrJ1md9x2Pmbbp8e3CTlRTF6s9Ww { 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) { #NDIDmNJevxLy9giS7TsTrb2rITmmMp0U { 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) { #W70BT2PrwfugDTAo7lIT1FbBB7DKTxGM { 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) { #cNXIVRZTmVdmfyE10raQ156iSqteKvV1 { top:31.375rem;left:35.75rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbMsEhfnQUs5nqSbrGkykdrR3gNgihos { top:32.0625rem;left:37rem;width:10.6875rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RalrsvMdZzIcJLdShXOgaxPsuxTwN96r { 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) { #pIHKS7OLFNcf4EHiEuttZwf2k2c6U4GU { 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) { #aPiX5RSQhWe0DhAnOUXfB5iC8IcEtuPq { width:6.25rem;height:2.8125rem;top:39.8125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIr0BLLu17EHfN08zTMPgp4oesSEvVRR { display:block; }
 }@media only screen and (max-width: 763px) { #EGSTAgu4RyMQsVTNvT0tfBe9R2780TpR { 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) { #lUUD4ZvyUExEfVV7Ec2cl7OrS0gOCCUW { top:75.75rem;left:35.8125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Jkye26uNvTlSZ2eXqtNcDqoq0bixhs { top:76.625rem;left:37.0625rem;width:10.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RclCqsf4Lh5ieswiKCyMllJKUtB8zvJn { 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) { #Wm2FTZTDiJp6kTt6HqtTfc3vcaeFg9RJ { 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) { #hTXKhumzweFT9xTU6ZphG4fRQMAcuN5C { width:6.25rem;height:2.8125rem;top:84rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTyQTU2hO9woac0OsbWBHVOu1TrRpno { display:block; }
 }@media only screen and (max-width: 763px) { #Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei { display:block; }#Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXgustZ8fxE2t49S08BiB65wk2wdXfQD { top:21.375rem;left:20.25rem;width:10.6875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #USd8y7wx9s5vVB44zQz5EzNTrp071cPC { top:20.5625rem;left:19.5625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0p7yH2k0PuALSbGAlySndDBxqFsTkuR { width:6.25rem;height:2.8125rem;top:28.8125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewFdM6VF05rg6iS0Tr6drJB4dWXiCdUP { display:block; }
 }@media only screen and (max-width: 763px) { #ORRGIxCJJVWZisf0Ct75T32FAsULROy2 { top:26rem;left:21.1875rem;width:8.875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVJAIgQCTryhtOsiggHlTeoLWhTSsntV { 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) { #xbyJbWSM5OS8pPdPUSegAVPbSvkWg4o0 { top:8.9375rem;left:6.0598964691162rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqJT6Te17rcfpT6EU3VW5Ng5voTnCCSZ { top:9.4375rem;left:6.0598964691162rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK4isuAWOwsG25VZ2QBMkXiSgk1UwV5k { top:12.3125rem;left:6.8741331100462rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2LiXm2yArJWzARRrCgXHbuW5GPLZwWA { width:6.25rem;height:2.8125rem;top:16.9375rem;left:8.9348964691163rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Iq8KwIEshRVnToRmQMfMryqWgSWKLp { display:block; }
 }@media only screen and (max-width: 763px) { #KZwszar70hwIIETpd9wyFX78t4Pl7DiD { top:14.4375rem;left:6.875rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukv0OriHAx15ttlXenL9qQbJp6fiHxbF { top:8.9375rem;left:28.625rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdRAiocwluIdf9D5MOcH1P72Vcc4m47z { top:9.8125rem;left:28.625rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abl6Qa9ovTIRsb5TopRpEDIUNP9Ef4Q3 { top:12.6875rem;left:30rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #viysdUQPg6EDuIZePEs9pGzFHd0tt5hn { width:6.25rem;height:2.8125rem;top:15.5625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPFzQvcoGEJ3SAWCtvsTzbcP07dHrz1K { display:block; }
 }@media only screen and (max-width: 763px) { #RL5lG5qa1g06aP0NwVO2Zmoabz6LvRU7 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5nMFMn7eIys9kp7klNccFfhdXguhxnW { top:25.9375rem;left:28.625rem;width:11.5rem;height:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF4Jzm9PWvQXELTn1rixl6m2wUbPfKXF { top:33.0625rem;left:30.375rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkovZFaIA51ksNJo6Ty6pXtTXwWQN5Ny { width:6.25rem;height:2.8125rem;top:35.0625rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihHqvOzdLyy7o5QAzbmEcwTdgEIx1O9z { display:block; }
 }@media only screen and (max-width: 763px) { #THZ7PW4mUcHEOqlmTI6aJsqqfraq80Xs { top:22.3125rem;left:0rem;width:13.5625rem;height:13.68793122431rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBNwHdP2oQdslN5ykvI9yyTOcsZUyzR { top:25rem;left:6.875rem;width:11.625rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3oaOFBS1tcfdhEpEpOBcsoSJFQeT2Lh { width:6.25rem;height:2.8125rem;top:33.1875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTclMHnlKdnwPLb3ppzdxVurKeXBHSeV { display:block; }
 }@media only screen and (max-width: 763px) { #GuSh6J515MOJtxLTWCL043dRsJJ68Kpw { top:30.875rem;left:8.4375rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0PeO67788t0wOFe8saDhyc9THdRRTCg { top:29rem;left:8.375rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acm6nZCTKpZcNE6hZatdsw2MxI61lkZq { top:25.9375rem;left:7.1875rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJpsFVOu85nmGVUr7Eem29l0fCJqv9xy { top:27.0625rem;left:28.625rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITL3H5nSvpbKqgsUJTu5Ezigzd39vi4T { top:31.125rem;left:29.5rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul { display:block; }#AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACcNI1BIGlrdWC0zLDSKqSMPhk3SpMSU { top:7.0625rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN6IVaMUwaJO4rHe87APLNLCQDrqIAfF { top:7.75rem;left:0rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiOMNTP5ZgUqueCn5iJOhf79TG5WoO1l { top:7.0625rem;left:35.8125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMM3nra3CKfbqPzUT6bzq84PPbueHKSB { top:7.75rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpZDrrWRzoPOpgLfaIrwWODgPeAtQSXL { top:10.4375rem;left:38.625rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfSNDlOsLu5w7JQpXi7fvHAHGG0tviDW { top:13.0625rem;left:38.6875rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryqthGCawiFARiBhoyPQhH1JPnUo77ku { width:6.25rem;height:2.8125rem;top:14.75rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGOBG8RMTkSCu3A9VPRMmVsynqrWCZMM { display:block; }
 }@media only screen and (max-width: 763px) { #b4aEINLn04cIMLEE67pLqP3tH0VWvwlT { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTOo9XvMxTfhZTRwFBIvZdUS2JaSyqVT { top:10.4375rem;left:1.1875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #USlQST0dN0D48bDeUTJybVNLmZAA1lov { top:13.0625rem;left:1.25rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATEFloJ3Az39znsrUuTiNydIkXvfIDPI { width:6.25rem;height:2.8125rem;top:14.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WayQmJPMCqFJzT17TOHXmTkTZz1ZHyHZ { display:block; }
 }@media only screen and (max-width: 763px) { #zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7 { display:block; }#zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0tVTBuTDW1l0m5ULwtSasP4KHLc5EwX { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttNkQpg0H6Z376RPGZpubFZwWzSvulue { top:4.5625rem;left:35.0625rem;width:12.1875rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKmUXET0BV1xnMuhqbVPJuFfaOzSb37w { top:6.1875rem;left:35.8125rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuQPRqN8NQDCozFe2FTbqamT4EtTZE9z { top:11.5rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3LD9RHk4Sg5SLTB7kGv33LwpxtzsGnI { width:6.25rem;height:2.8125rem;top:15.375rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi1zgLOe2wZU8CZCL0hZtXLl3FHH7wTQ { display:block; }
 }@media only screen and (max-width: 763px) { #MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv { display:block; }#MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fF0TnWDIrdy0ZtwOnEJzJEFZiS2wWbTZ { top:5.6875rem;left:35.75rem;width:11.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJccemmnRs36JAQNyhuJvTQ1z3Z8TpC5 { top:5.625rem;left:29.562500953674rem;width:12.375rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLszRR7NVZ6GwHVpzgTC5ePkbz85UUA7 { width:6.25rem;height:2.8125rem;top:15.5rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKptk81gSlNqcbbpNKREI24Aa1bAGruz { display:block; }
 }@media only screen and (max-width: 763px) { #l1Hy6BB3JJ1tZHLdpXJ7LzaItFH8Kpwp { width:6.25rem;height:2.8125rem;top:15.5rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHsx4WvZE9TFJ4awcSqShUzHBE0lZ59l { display:block; }
 }@media only screen and (max-width: 763px) { #myEyuZqn7EG4Afb3w5t9GG5QuW5JlUz1 { top:14rem;left:38.875rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUXFebEkRh5xzeTJF1AdVKPPmkiwyuJw { top:14rem;left:31.625rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1WNgmTm7V7dk54mU5ld0BkcMn8i6wSa { top:11.3125rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUM0p7Ti97iVGlgwu1gv6bqSVfGXC3Mr { top:11.375rem;left:31.5625rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNaQ6RMuEEr3EZAPXmrfsIb02IZHS6xP { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVXtNM5eRkIGFI2wqUTo473TlUi3besQ { top:7.0625rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME5dnwIERJaBBvkpJG8kEEs2OWrPysz3 { top:7rem;left:30.186852455139rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUDxpa3moac4X4T3woBFrrS4CdoRuZwg { display:block; }#kUDxpa3moac4X4T3woBFrrS4CdoRuZwg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAhAmZGAQE3Q6BVLlt3mPK66F58fxD7o { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIcrcacD3ngFdTlfutlKS3o636MaxJc0 { top:3.875rem;left:25.623046875rem;width:11.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrJ1mA8Nn0XE0uTtTZQeUTpqZuKwPtuJ { top:6.625rem;left:25.625rem;width:11.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x22Ef3FG1qGRM3iSVwGLcrU2EX4W1CHD { top:3.9375rem;left:8.375rem;width:11.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcNOaCkGPCoLCoZSAywMNaRifEFVAAxe { top:5.25rem;left:8.375rem;width:11.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #leqkT2ynL1vsM8oToGdb9ggUtlkUZEql { top:9.0625rem;left:27.155167579651rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTFga4L9R6tW6hdcfGIBPgnwalC80TfS { top:12.375rem;left:28.7490234375rem;width:8.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTVCJTX7atxxTosNLsSP18aHXfySFfH { top:9.6875rem;left:9.5000009536744rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdb1AwuDPzzX6V1m89chgmTW8RW8z48P { top:12.75rem;left:24.8134765625rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXN0OCbi5NORcA1Xv555ytovRmElmKwQ { top:14.4375rem;left:27.1552734375rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELObTOq4T9xCEInBD1II9ryBRJxKHQQA { width:6.25rem;height:2.8125rem;top:16.5625rem;left:28.497399330139rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsJS6maoQCI8tcicVmCvU889nB7WHAnR { display:block; }
 }@media only screen and (max-width: 763px) { #C0e8ZZmHaWxzDTCQiNv8Vo8lZMkXHAQ2 { width:6.25rem;height:2.8125rem;top:15.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLLq7GoMr9g8BMTei0ouheo5oqHrPnR1 { display:block; }
 }@media only screen and (max-width: 763px) { #chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL { display:block; }#chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1wwFSEC2OTudyQuPGTifheNO9QPqq02 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4byUp3M0HLAJ3ZAHEW1w7OC1h2rpbaW { top:7.5rem;left:35.75rem;width:11.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgAmRVePbMnimi3u4qofXksutBOswnfh { top:8.875rem;left:35.8125rem;width:11.9375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXpIECSx97MQiNnFDImIPtfD9k3XC9c2 { top:13.1875rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2Vp4yLbUPxyibKT78JOew8Quvrz82Ne { width:6.25rem;height:2.8125rem;top:17.3125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATJiO85WgpuvfT5qDeTz1OHi8IULiGs { display:block; }
 }@media only screen and (max-width: 763px) { #dEVX3ar4ypa8xWNtHP5Rw3OmQFTiL9Cr { top:7.75rem;left:23.875rem;width:11.4375rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZEwzr8642gMp0lcQ3xwTsylerfU8pW2 { top:9.125rem;left:23.625rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqkIH6KvU9dFBGKT8wHQJTvpKRkEQUT4 { top:13.4375rem;left:25rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTagqQDoiyEgcRokDxq0hRPHkeXhdLLS { width:6.25rem;height:2.8125rem;top:17.5625rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPrhvlRWggJEapc6OMNcXK41Fi8zog4h { display:block; }
 }@media only screen and (max-width: 763px) { #Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT { display:block; }#Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1vg60htFpe7nEcwM5TCI2gUlL91iAzF { top:15.75rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgQqIBgpHlqd5Zi5iAs7bxz2ATVwUEJI { width:45.0625rem;height:3rem;top:2.4375rem;left:0.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZvRFzrA5eMwmJb0Oh8w8LyKxt0k5aXO { top:11.625rem;left:0rem;width:10.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxUHLwbNmkQX2ZctE1FtPshCVCLtxlKC { top:11.25rem;left:36.561635017395rem;width:10.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTvbwcxf8W2mpmVKwDTxoGI0LFECTMmW { top:16.3125rem;left:38.0625rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcenZ3LDlydF086pC6IhS9OC4mkpvwFX { top:10.4375rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTgHVGMT8T33Ftpo4dDmTNxGWJoCqqC { top:10.4375rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EesZARrTSP0bzZJhPbiNIEm7AUtE32wU { width:6.25rem;height:2.875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfbGtJrafriSbSgwRFGxgAQ4KoIzg6CT { display:block; }
 }@media only screen and (max-width: 763px) { #o3WSFwSaTb8d2qyyKJpT1vZNulL2GZE3 { width:6.25rem;height:2.875rem;top:19.3125rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVV2p6BW4yIAymgtCAs5U1rGOFU0CNLF { display:block; }
 }@media only screen and (max-width: 763px) { #w0vRasLt7k62qmvy0CSgPBlCrz8dCgyf { top:15.6875rem;left:0rem;width:8.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prPpRZSdOiQ7utRq7xGkHl4wT4KBFFvy { top:16.5625rem;left:37.59375rem;width:8.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLvQIbXTRRTqcsWfOkRd3leECcTiXbNv { top:27.0625rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn0OduINBuE5a4NoisczbHg6BeikdEpv { top:32.375rem;left:0rem;width:8.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD3P204lW5k6B8EcJHI2DBFR2VHWFLWB { width:6.25rem;height:2.8125rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az1TmypBW85FC6SmVCw74esUFDrsxhUJ { display:block; }
 }@media only screen and (max-width: 763px) { #TeEJSmrh2wzgbu2QlXERMMcXdIk7CxRy { top:28rem;left:0rem;width:10.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO6tBEMoxRF0RZWkDNiCP4v2gh56Qgde { width:6.25rem;height:2.8125rem;top:35.5625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #znAI2wtHLvbp4SVtn503KaenynywFJZT { display:block; }
 }@media only screen and (max-width: 763px) { #gKsNDFk3o9ESS1TWHzKx9kZ2JsSrEhkT { top:27.4375rem;left:35.0625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtiuy5JE8RJ6CkyyP6KKpThMbdGGs8Na { top:32.9375rem;left:36.25rem;width:8.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkyJOcyoTTCTN78NFKmrZAqXeH5e4sEL { top:28.5625rem;left:35.9375rem;width:10.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAbqlW5IFJCPc3AULH1xquwBFcu52Ipe { width:36.875rem;height:2.3125rem;top:41.25rem;left:10.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9z4a2C7MvC3L8vayX0nrL8NmeK08cSe { top:48.4375rem;left:35.75rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovHHx9haHMgvHGGtTOkbdRanKbZT7KkB { top:49.3125rem;left:36rem;width:10.6875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPbRPxJ1TLTznR8ltWI7thWth3nUANTf { top:53.6875rem;left:38rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOf26QPUMu2kP7PxnoO6nq8zONDbTkBK { top:53.75rem;left:37.4375rem;width:8.875rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTcwPOvBB9sl8nG1OkdJ7gPRs2A1DUCA { width:6.25rem;height:2.8125rem;top:56.6875rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3wFTSm3Kw3eRZpiPybdTheGW5TM5ITR { display:block; }
 }@media only screen and (max-width: 763px) { #VPwyw41Nq0qXBlKH02QTeboiQTFGCLUm { top:48.4375rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvgw0IpTL2hNbO8eHtDM5ewGVwrnqZyZ { top:49.5625rem;left:0rem;width:10.6875rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOX8IaHsuN5Apyd8fP8GWl2TzlN8tDFq { top:54.1875rem;left:0rem;width:8.875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGiP5g4B6oApD8R3Z5pkBMocW2Mp6eRu { top:53.875rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwBQNQRBGdrhtc0uTBy2HdcqOXAfU0hg { width:6.25rem;height:2.8125rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiNWhVk0iNSZu52KgEDxP5THFiifT2zp { display:block; }
 }@media only screen and (max-width: 763px) { #P8mRTUHFMQPMPL6kLkrmdRhVxgL8IVn3 { top:28.0625rem;left:6.25rem;width:2.5rem;height:1.25rem;font-size:1rem;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:0.75rem;left:19.3125rem;width:28.4375rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvzmHheNvmVdWqoMVGbPlqVwT7eSybaP { top:0.75rem;left:0rem;width:28.4375rem;height:10rem;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:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPfpdfK9BEET3SBl5XIBlsHZKcadgog7 { width:10.0625rem;height:10.125rem;top:1.4375rem;left:4.9687502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 { background-color:#ffffff;background-image:none;display:block; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container { background-color: transparent; background-image: none; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container > .video-iframe-container { display: none; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row > .video-iframe-container { display: none; }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .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); }#rNxiBa0ksgF7mU3gTuOVHVghnEN1Q3x7 > .row .container { height:92.3125rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSK0pfgApKQ2BPuunNK3d6pPc3HUSeJf { width:9.9375rem;height:3.4375rem;top:56.32421875rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJHfTFPAcHcD2V852zTKoVwIvbbqvn0Z { display:block; }
 }@media only screen and (max-width: 763px) { #EVZRWFbR72RsnbJXGHx8q74FnIQWkuC5 { width:9.9375rem;height:3.4375rem;top:64rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHVVJhrddKs5rLirpP5LVWxdhmJoHgG8 { display:block; }
 }@media only screen and (max-width: 763px) { #XxzEcB8k0K5ueCffGNCH7qnXTAmfDqo9 { width:9.9375rem;height:3.4375rem;top:71.5rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqbsdRVIUcRobiIyQAgF9LcA1Ghqq4Ch { display:block; }
 }@media only screen and (max-width: 763px) { #MX7pzKBGfuylTe7scvc8UoVrCT4VxS7X { width:9.9375rem;height:3.4375rem;top:67.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dm32be76dO1CkXTmNzIzGZRVEhDhRFzF { display:block; }
 }@media only screen and (max-width: 763px) { #i5evvGxDkRnb6rpcZrfuxzawmJutiOXc { width:9.9375rem;height:3.4375rem;top:75.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP5PRsFba68OqHT1imfhRb91qBkbSZln { 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:28.1875rem;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:28.1875rem;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) { #Xii8gFKHAhcUfU2wi4amCLenQWKPUgSV { width:17.8125rem;height:33.625rem;top:22.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrZ288d8otkaTcnqrsQMmwPM3WCzChH8 { width:15.25rem;height:1.5rem;top:23.625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEFfCAqTEQMg0wCCQzbBI1nv3CflKtmy { width:15.25rem;height:1.2000875rem;top:25.625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lafbVpJ5gUTcmrDf7XVPbwGfwqlCEPDR { width:9.9375rem;height:3.4375rem;top:60.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #weZf935iDAy6wvOFzLge7tEPTv93Pm9B { display:block; }
 }@media only screen and (max-width: 763px) { #rOKxgnu3rEqFhgU0A476NE7eq3nkhaTB { width:20rem;height:1.72411875rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y0RuiiWEMDSwWywxLfNUHvqLFiqLTTko { width:20rem;height:5.19791875rem;top:16rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSeWKDxhR2c5ylmDPXepTBo8eBTTB7to { width:20rem;height:1.50065rem;top:90.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNDPO9l3PAw5gF3lsHfSan6frvvtwEvs { width:15.125rem;height:15.125rem;top:0.9375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyrKIyKygrMIUJ5ntfOmapTZKm8vKkKO { width:9.9375rem;height:3.4375rem;top:78.75rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXnEzuJq4LPS3KaOAu6xd14GpABNptW2 { display:block; }
 }@media only screen and (max-width: 763px) { #ZpAFvNDGJUeO9NAvwRyXg57rGZTg0cnB { width:9.9375rem;height:3.4375rem;top:82.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwlHwnMTW1TViyq5euCRfunbUl01W9wG { display:block; }
 }@media only screen and (max-width: 763px) { #y7KUikIyJBQ0dbw73CnZl27PTVwTPDTT { width:9.9375rem;height:3.4375rem;top:86.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGwCpG8cckouI6GwHvfRSTlDncod8e6M { display:block; }
 }@media only screen and (max-width: 763px) { #GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs { display:block; }#GD72lwT5X0xsRulCJRNFeMEP6fJ36tGs > .row .container { width:20rem;height:118.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll3cqqZR6HWzpag5izGe5OwtnQwIXudM { width:10.75rem;height:3.75rem;top:66.625rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdwTqZaA8sPTbhTqJq1MonAASTZzV3lB { width:11.5rem;height:11.5rem;top:65.5rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #x4qhoh8F7QTa6pK8iFCXgK4ZQAw9Xrl0 { width:6.25rem;height:2.875rem;top:73.75rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IapWqlgvJ83r2PT3ciOJrWMfnSDvwuvL { display:block; }
 }@media only screen and (max-width: 763px) { #qboBhmMNGWUqgIBkPUHN2xTTtwtF8viD { width:8.9375rem;height:2.5rem;top:70.6875rem;left:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #fkDUaamtWSppPCSh0A8giP47hOW1TIBR { 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) { #RzZluc3ezf9TeBd3EV0EWf3VfZarvuUn { width:11.5rem;height:11.4375rem;top:2.9741764068604rem;left:3.9995661377907rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #zFnTSAhrV28O4fE4pH1OKTTzPTtxG9JS { width:11.936875rem;height:3.8997375rem;top:4.0961380004883rem;left:4.0310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCdwEnZ877HKutn0z7y2lGzp8sZvc4b5 { 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) { #PPf2d93quI8hdRv1xv8NMtzavlI0JEfZ { width:6.25rem;height:2.8125rem;top:11.271484375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sit5UZCvzUVZoswrUW2KCAXWxOCWC1wz { display:block; }
 }@media only screen and (max-width: 763px) { #Thsn0J0svVPtakPXDCChy1T0XgFE1bZq { width:11.4375rem;height:11.4375rem;top:16.187065124512rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRyCv2PWwkDnw9RykEwTBscnZ4rZbqCm { width:11.9375rem;height:2.599825rem;top:17.75rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw6cTPOpTkCutQT2sWykpqgVMBO8Pgl5 { 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) { #gWA9HFWfUhpxHDHD5L6o82g0IS0BkapF { width:6.25rem;height:2.8125rem;top:24.749130249024rem;left:6.6875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3TlsqIyOTQpvxn47HcIVV1AKaasV9Tx { display:block; }
 }@media only screen and (max-width: 763px) { #MaV8ychWaTroMIWKuWRizb2el9J0rq3q { 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) { #Ree0u77LwMEV4gcXIfX5kubp8FJRr6oR { width:11.4375rem;height:12rem;top:30.1875rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pATIrmVBVrsxTZ3HmZSNwuASPRRcuavu { width:6.25rem;height:2.8125rem;top:38.375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qokGEMvTvHf9CLx9Us8bWpCiKvDiEE9U { display:block; }
 }@media only screen and (max-width: 763px) { #NesqeyPmZuMQ5TbPCZ3keEkdZym21qV3 { 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) { #oB4UyEIh4xZgETCTwEpfiHeGABK0q9b8 { 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) { #Gcm244IxlPJnmxWz2WEB1QAKMF24TTqR { width:11.4375rem;height:12rem;top:43.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxcMCvaV8Qfowylmzz8iChbB9UALCNyT { width:6.25rem;height:2.8125rem;top:52.125rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn6bKXGsvJruaUAS44oGzcFAX4A3oF9i { display:block; }
 }@media only screen and (max-width: 763px) { #ebk0xyWUMWGn4bnL1tdVkz12fiWsUoQt { width:8.8748125rem;height:1.9487875rem;top:49rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPWH5OmEu1fpdzQ0nnu76JeldG0PcagD { 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) { #ZvVprAgvEVNcf9kStVr6hPu4OaWCJBlh { 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) { #H2MmcLvuQfPHpD2tALFQD5Kde3SBIXg4 { width:19.5rem;height:12.125rem;top:63.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT84Golm7MNlERpBUba7N4N12EU8IiyN { width:6.25rem;height:2.8125rem;top:72.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK0zcc5wG0g8aUFUA10eo4BHJmUuik4f { display:block; }
 }@media only screen and (max-width: 763px) { #We5CkBcEuUwUC1XsFELdes5wJ4psXdG1 { width:8.8748125rem;height:1.9487875rem;top:70.0625rem;left:6rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1AxFqxz5BfEK11ApsTSmxsTA1K5JqHT { width:20rem;height:4.388025rem;top:64.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq5rvWqv1Bext78VtGWE2PaTC0ReyB6Z { width:19.5625rem;height:12.5rem;top:77rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NskHmU3FPam555hy1oCf4pVCnJ54zMc2 { width:20rem;height:7.313375rem;top:77.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwvm3M9BvHNd1XFC9CTOSv0cJ7amKb3T { 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) { #UqDTAC2qE9WkI9LUh2dtBzMTwA829Lct { width:6.25rem;height:2.8125rem;top:86.9375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFFJO8lypbC5BKN9OGZUqWFacWfcpneG { display:block; }
 }@media only screen and (max-width: 763px) { #huT4Vtu2T2tGEfEeo89q3uQTtNH07Z4x { width:19.5rem;height:12.0625rem;top:90.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTBPV5lot8KvIZrtEcGkEW6I8pJnTHr1 { width:20rem;height:4.388025rem;top:92.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xer3PoxLmZq9EpvzyiJLV15GyJzDW6tw { 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) { #eFhfkhs3HzASDLKL2NIGl2M0AEcpq7lO { width:6.25rem;height:2.8125rem;top:99.9375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElNJ6sAf9NmniTAvTIFg8KIA42fabLya { display:block; }
 }@media only screen and (max-width: 763px) { #Gi76qQECKAZ9hRSLuf2qTF93bEDE69Sq { width:19.5rem;height:12.0625rem;top:104.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJHAuvUx6Q4sP2QdaozQs0SJTidfUoTR { width:20rem;height:4.388025rem;top:106.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omfD0bvUsHtxNyuoFJ0dQpioTck1FEhQ { 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) { #W2JasoncNLCpnwLcuWRFdBLDCsFeQTLd { width:6.25rem;height:2.8125rem;top:113.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk7FtfHM2N61NBQP7o0qJvKgRfQ3q2B0 { display:block; }
 }@media only screen and (max-width: 763px) { #cxDef9h2wenBxCTA692LdXJopiGwRch2 { display:block; }#cxDef9h2wenBxCTA692LdXJopiGwRch2 > .row .container { width:20rem;height:125.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KiNhMunKBRqAdTh5e76AnIK6OsW2hi2a { width:10.25rem;height:2.599825rem;top:80.5625rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNFDMokrBD6aJovT5RJP0NL3hWeUGCrd { 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) { #CtN29LfnawBStPa69cAJM9MEJkF6gBh7 { width:10.75rem;height:2.599825rem;top:27.0625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5IT8OBtGV6NGsqOed4vmx5i6WMMQkB4 { 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) { #XRawbtUKWQex7IDzBHzcGQMBay04sS7S { width:11.5rem;height:11.5rem;top:78.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDcxvRUa3gbBATkxgf7RhtUarlyTMVR4 { width:6.25rem;height:2.875rem;top:87.0625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuq83ll5eyvmUzQtb6JD3K024f49Eh5Q { display:block; }
 }@media only screen and (max-width: 763px) { #QJ3wWnK4Wd5aAsHpst9gNJNc52NswfPU { width:8.9375rem;height:2.43706875rem;top:84rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfac9tpwah0DplGmPz1llqUCaMEcDec2 { width:11.5rem;height:11.5rem;top:25.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8W2OlCsuqC3gTuwsPv7RCkBsT37TIR1 { width:11.5rem;height:11.5rem;top:11.6875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJDxdHid8x0CLnwFmTAGLBTzcU7De0JQ { width:6.25rem;height:2.875rem;top:33.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdN41ti39lMotxiWeR07znRTkHJfbnKF { display:block; }
 }@media only screen and (max-width: 763px) { #fdifvVVxpKUZXw6soCLiRqhxhSawlTEv { width:6.25rem;height:2.875rem;top:20.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG6uZLgNc7Tpz8LdusKrqTDXM1WsGcTQ { display:block; }
 }@media only screen and (max-width: 763px) { #Z12R1ueWWie4T6ZWQ2QnMiMKQaLdKn6O { 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) { #e7KXKH8sCXeTKxf3Lrml1exmGpxfS5NW { 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) { #Ld8GMarOiPyI2zRnfwUNzTtMZ0anH6Hz { 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) { #DeGXSwG2QTETy3S1TfIBWJzNTT2QdwGz { 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) { #iqgq9DZAkrc5EHQOTxzmzq1GXMckwmHO { width:11.5rem;height:11.5rem;top:38.9375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqNddVy44XcTrMysUyi9tvBU1cOui6JI { width:10.75rem;height:3.8997375rem;top:39.8125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZN8laBAip2IXiTR3F1B0HrDHlFOuldw { 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) { #l2yX0VrZKXEucDI2qMDuoBnFoypWT0bA { 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) { #N7FenAh1tO8xhcekpIdnrsCCFVql23eQ { width:7.874375rem;height:2.87435rem;top:47.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmVNlOKRNGXIGk6MC3aUwGr2L2m9E8Oi { display:block; }
 }@media only screen and (max-width: 763px) { #V3MOv3evPboao2bXb0SE1zpRcN2QWwPc { 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) { #kp7wVTm67Csyr1vHKwPMawHvrdDbFbus { width:12.8125rem;height:11.4375rem;top:93.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #owhLiqduUytHtgAox6ngDRW4I3leLUNt { width:6.25rem;height:2.8125rem;top:102.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VG1lHys3y0p9gPq8NtnR0eMfSkUeiKUp { display:block; }
 }@media only screen and (max-width: 763px) { #HR8n4hZgOOT2DNR6xLwRkCKBCB4CRWuv { width:8.8748125rem;height:2.4370625rem;top:99.125rem;left:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzTQ6X7dLUVyzqVhDD5crTbyzVnbmNbe { width:12.061625rem;height:3.8997375rem;top:94.3125rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efJbcJOROvre3RNiZJwKW7AUOQkpQIJn { 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) { #phu2ioiSXXEdspaRKwHXup7EiTGhDTST { 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) { #J4h1q9u859yRw6iChTwfTM3kQbTF6Mq2 { 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) { #TKZZrtfzqbf9lQF6BxV0G00wdoyocPgD { width:20rem;height:3.25rem;top:70.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hek9b4kFTM2G7szZfyx8Dndh8asIvF9l { 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) { #R3ho9JoKR2DQUTPdgbBqzM3nxnAu8MaA { width:20rem;height:3.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOCnB97xO2ZtRNliTZauwrWkuVoc0Aaz { 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) { #xUQwyUFI27eriXe6aCZp2sHEA8E0oytP { width:5.5rem;height:0;top:359.5625rem;left:13.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRwGwrJ1md9x2Pmbbp8e3CTlRTF6s9Ww { 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) { #NDIDmNJevxLy9giS7TsTrb2rITmmMp0U { 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) { #W70BT2PrwfugDTAo7lIT1FbBB7DKTxGM { 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) { #cNXIVRZTmVdmfyE10raQ156iSqteKvV1 { width:11.5rem;height:11.5rem;top:112.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbMsEhfnQUs5nqSbrGkykdrR3gNgihos { width:10.75rem;height:3.8997375rem;top:112.8125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RalrsvMdZzIcJLdShXOgaxPsuxTwN96r { 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) { #pIHKS7OLFNcf4EHiEuttZwf2k2c6U4GU { 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) { #aPiX5RSQhWe0DhAnOUXfB5iC8IcEtuPq { width:6.25rem;height:2.875rem;top:120.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIr0BLLu17EHfN08zTMPgp4oesSEvVRR { display:block; }
 }@media only screen and (max-width: 763px) { #EGSTAgu4RyMQsVTNvT0tfBe9R2780TpR { 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) { #lUUD4ZvyUExEfVV7Ec2cl7OrS0gOCCUW { width:11.5rem;height:11.5rem;top:56.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3Jkye26uNvTlSZ2eXqtNcDqoq0bixhs { width:10.75rem;height:3.8997375rem;top:57.75rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RclCqsf4Lh5ieswiKCyMllJKUtB8zvJn { 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) { #Wm2FTZTDiJp6kTt6HqtTfc3vcaeFg9RJ { 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) { #hTXKhumzweFT9xTU6ZphG4fRQMAcuN5C { width:6.25rem;height:2.875rem;top:65.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMTyQTU2hO9woac0OsbWBHVOu1TrRpno { display:block; }
 }@media only screen and (max-width: 763px) { #Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei { display:block; }#Gs5iZkTJPkiWobd4bTOEkzJAOQNTnZei > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pXgustZ8fxE2t49S08BiB65wk2wdXfQD { width:10.75rem;height:3.75rem;top:66.625rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #USd8y7wx9s5vVB44zQz5EzNTrp071cPC { width:11.5rem;height:11.5rem;top:65.5rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0p7yH2k0PuALSbGAlySndDBxqFsTkuR { width:6.25rem;height:2.875rem;top:73.75rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewFdM6VF05rg6iS0Tr6drJB4dWXiCdUP { display:block; }
 }@media only screen and (max-width: 763px) { #ORRGIxCJJVWZisf0Ct75T32FAsULROy2 { width:8.9375rem;height:2.5rem;top:70.6875rem;left:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AVJAIgQCTryhtOsiggHlTeoLWhTSsntV { 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) { #xbyJbWSM5OS8pPdPUSegAVPbSvkWg4o0 { width:11.5rem;height:11.4375rem;top:2.9741764068604rem;left:3.9995661377907rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #JqJT6Te17rcfpT6EU3VW5Ng5voTnCCSZ { width:11.936875rem;height:1.2999125rem;top:4.0961380004883rem;left:4.0310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK4isuAWOwsG25VZ2QBMkXiSgk1UwV5k { width:8.8748125rem;height:1.9487875rem;top:6.7871074676512rem;left:5.5620661377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2LiXm2yArJWzARRrCgXHbuW5GPLZwWA { width:6.25rem;height:2.8125rem;top:11.271484375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6Iq8KwIEshRVnToRmQMfMryqWgSWKLp { display:block; }
 }@media only screen and (max-width: 763px) { #KZwszar70hwIIETpd9wyFX78t4Pl7DiD { width:8.8748125rem;height:1.2999125rem;top:9.10546875rem;left:5.5620661377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukv0OriHAx15ttlXenL9qQbJp6fiHxbF { width:11.4375rem;height:11.4375rem;top:16.187065124512rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdRAiocwluIdf9D5MOcH1P72Vcc4m47z { width:11.9375rem;height:1.2999125rem;top:17.75rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abl6Qa9ovTIRsb5TopRpEDIUNP9Ef4Q3 { width:8.875rem;height:1.94921875rem;top:19.875rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #viysdUQPg6EDuIZePEs9pGzFHd0tt5hn { width:6.25rem;height:2.8125rem;top:24.749130249024rem;left:6.6875005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPFzQvcoGEJ3SAWCtvsTzbcP07dHrz1K { display:block; }
 }@media only screen and (max-width: 763px) { #RL5lG5qa1g06aP0NwVO2Zmoabz6LvRU7 { width:20rem;height:1.7252625rem;top:0.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5nMFMn7eIys9kp7klNccFfhdXguhxnW { width:11.4375rem;height:11.4375rem;top:30.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF4Jzm9PWvQXELTn1rixl6m2wUbPfKXF { width:8.875rem;height:1.2999125rem;top:22.573348999024rem;left:5.5620661377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkovZFaIA51ksNJo6Ty6pXtTXwWQN5Ny { width:6.25rem;height:2.8125rem;top:38.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihHqvOzdLyy7o5QAzbmEcwTdgEIx1O9z { display:block; }
 }@media only screen and (max-width: 763px) { #THZ7PW4mUcHEOqlmTI6aJsqqfraq80Xs { width:13.6230625rem;height:13.75rem;top:62.4375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTBNwHdP2oQdslN5ykvI9yyTOcsZUyzR { width:11.625rem;height:15.3125rem;top:44.8125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3oaOFBS1tcfdhEpEpOBcsoSJFQeT2Lh { width:6.25rem;height:2.8125rem;top:57.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTclMHnlKdnwPLb3ppzdxVurKeXBHSeV { display:block; }
 }@media only screen and (max-width: 763px) { #GuSh6J515MOJtxLTWCL043dRsJJ68Kpw { width:8.8748125rem;height:1.2999125rem;top:50.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0PeO67788t0wOFe8saDhyc9THdRRTCg { width:8.8748125rem;height:1.9487875rem;top:48.3125rem;left:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Acm6nZCTKpZcNE6hZatdsw2MxI61lkZq { width:11.936875rem;height:1.2999125rem;top:45.25rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJpsFVOu85nmGVUr7Eem29l0fCJqv9xy { width:11.9375rem;height:2.599825rem;top:31.5625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITL3H5nSvpbKqgsUJTu5Ezigzd39vi4T { width:8.875rem;height:1.9487875rem;top:35.3125rem;left:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul { display:block; }#AvFxf9Z1w6IsNiftyWtnnwzRn8geo0Ul > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ACcNI1BIGlrdWC0zLDSKqSMPhk3SpMSU { width:11.4375rem;height:11.4375rem;top:5.3125rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN6IVaMUwaJO4rHe87APLNLCQDrqIAfF { width:11.9375rem;height:2.599825rem;top:6rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiOMNTP5ZgUqueCn5iJOhf79TG5WoO1l { width:11.4375rem;height:11.4375rem;top:20.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMM3nra3CKfbqPzUT6bzq84PPbueHKSB { width:11.9375rem;height:2.599825rem;top:21.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpZDrrWRzoPOpgLfaIrwWODgPeAtQSXL { width:8.875rem;height:1.9487875rem;top:24rem;left:4.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfSNDlOsLu5w7JQpXi7fvHAHGG0tviDW { width:8.875rem;height:1.2999125rem;top:26.625rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryqthGCawiFARiBhoyPQhH1JPnUo77ku { width:6.25rem;height:2.8125rem;top:28.3125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGOBG8RMTkSCu3A9VPRMmVsynqrWCZMM { display:block; }
 }@media only screen and (max-width: 763px) { #b4aEINLn04cIMLEE67pLqP3tH0VWvwlT { width:14.75rem;height:2.3997375rem;top:1.25rem;left:2.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTOo9XvMxTfhZTRwFBIvZdUS2JaSyqVT { width:8.875rem;height:1.9487875rem;top:8.6875rem;left:4.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #USlQST0dN0D48bDeUTJybVNLmZAA1lov { width:8.875rem;height:1.2999125rem;top:11.3125rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATEFloJ3Az39znsrUuTiNydIkXvfIDPI { width:6.25rem;height:2.8125rem;top:13rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WayQmJPMCqFJzT17TOHXmTkTZz1ZHyHZ { display:block; }
 }@media only screen and (max-width: 763px) { #zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7 { display:block; }#zeUyZTpys4DSG23bkpBNoIdzLBVk3Ap7 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b0tVTBuTDW1l0m5ULwtSasP4KHLc5EwX { width:20rem;height:2.3997375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttNkQpg0H6Z376RPGZpubFZwWzSvulue { width:15.25rem;height:13.125rem;top:5.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKmUXET0BV1xnMuhqbVPJuFfaOzSb37w { width:11.9375rem;height:3.8997375rem;top:7.0625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuQPRqN8NQDCozFe2FTbqamT4EtTZE9z { width:8.8748125rem;height:1.9487875rem;top:11.804470062256rem;left:5.5295143723488rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3LD9RHk4Sg5SLTB7kGv33LwpxtzsGnI { width:6.25rem;height:2.8125rem;top:14.749349594116rem;left:6.8750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi1zgLOe2wZU8CZCL0hZtXLl3FHH7wTQ { display:block; }
 }@media only screen and (max-width: 763px) { #MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv { display:block; }#MxpcBX6wRSfkORrnrfF2P2apFGonF4Kv > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fF0TnWDIrdy0ZtwOnEJzJEFZiS2wWbTZ { width:11.5rem;height:12.8125rem;top:19.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJccemmnRs36JAQNyhuJvTQ1z3Z8TpC5 { width:11.5rem;height:12.8125rem;top:4.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLszRR7NVZ6GwHVpzgTC5ePkbz85UUA7 { width:6.25rem;height:2.8125rem;top:29.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKptk81gSlNqcbbpNKREI24Aa1bAGruz { display:block; }
 }@media only screen and (max-width: 763px) { #l1Hy6BB3JJ1tZHLdpXJ7LzaItFH8Kpwp { width:6.25rem;height:2.8125rem;top:14.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHsx4WvZE9TFJ4awcSqShUzHBE0lZ59l { display:block; }
 }@media only screen and (max-width: 763px) { #myEyuZqn7EG4Afb3w5t9GG5QuW5JlUz1 { width:8.875rem;height:1.2999125rem;top:27.6875rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUXFebEkRh5xzeTJF1AdVKPPmkiwyuJw { width:8.875rem;height:1.2999125rem;top:13.0625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1WNgmTm7V7dk54mU5ld0BkcMn8i6wSa { width:8.875rem;height:1.9487875rem;top:25.0625rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUM0p7Ti97iVGlgwu1gv6bqSVfGXC3Mr { width:8.875rem;height:1.9487875rem;top:10.4375rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNaQ6RMuEEr3EZAPXmrfsIb02IZHS6xP { width:20rem;height:2.3997375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVXtNM5eRkIGFI2wqUTo473TlUi3besQ { width:11.9375rem;height:2.599825rem;top:20.8125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME5dnwIERJaBBvkpJG8kEEs2OWrPysz3 { width:11.9375rem;height:2.599825rem;top:6.125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUDxpa3moac4X4T3woBFrrS4CdoRuZwg { display:block; }#kUDxpa3moac4X4T3woBFrrS4CdoRuZwg > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAhAmZGAQE3Q6BVLlt3mPK66F58fxD7o { width:20rem;height:2.17480625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIcrcacD3ngFdTlfutlKS3o636MaxJc0 { width:11.875rem;height:15.8125rem;top:24.724395751953rem;left:3.6245661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrJ1mA8Nn0XE0uTtTZQeUTpqZuKwPtuJ { width:11.9375rem;height:2.599825rem;top:27.187072753906rem;left:3.8142362236977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x22Ef3FG1qGRM3iSVwGLcrU2EX4W1CHD { width:12.0625rem;height:15.8125rem;top:4.6744842529297rem;left:3.4370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcNOaCkGPCoLCoZSAywMNaRifEFVAAxe { width:11.9375rem;height:2.599825rem;top:5.986328125rem;left:3.7495661377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #leqkT2ynL1vsM8oToGdb9ggUtlkUZEql { width:8.875rem;height:1.94921875rem;top:29.875003125rem;left:5.5322265625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTFga4L9R6tW6hdcfGIBPgnwalC80TfS { width:8.875rem;height:2.03125rem;top:33.234378125rem;left:7.1259765625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFTVCJTX7atxxTosNLsSP18aHXfySFfH { width:8.875rem;height:1.94921875rem;top:10.42480625rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rdb1AwuDPzzX6V1m89chgmTW8RW8z48P { width:11.9375rem;height:1.2999125rem;top:33.600296020507rem;left:3.5937502980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXN0OCbi5NORcA1Xv555ytovRmElmKwQ { width:8.875rem;height:1.94921875rem;top:35.265628125rem;left:5.5322265625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELObTOq4T9xCEInBD1II9ryBRJxKHQQA { width:6.25rem;height:2.8125rem;top:37.339630126953rem;left:6.8750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsJS6maoQCI8tcicVmCvU889nB7WHAnR { display:block; }
 }@media only screen and (max-width: 763px) { #C0e8ZZmHaWxzDTCQiNv8Vo8lZMkXHAQ2 { width:6.25rem;height:2.8125rem;top:16.67480625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLLq7GoMr9g8BMTei0ouheo5oqHrPnR1 { display:block; }
 }@media only screen and (max-width: 763px) { #chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL { display:block; }#chVBMZeOyvB5GJzbh9QmkRPVkl73sVgL > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1wwFSEC2OTudyQuPGTifheNO9QPqq02 { width:20rem;height:2.0996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4byUp3M0HLAJ3ZAHEW1w7OC1h2rpbaW { width:13.6875rem;height:12.875rem;top:4.5041232630611rem;left:3.1239150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgAmRVePbMnimi3u4qofXksutBOswnfh { width:11.9375rem;height:2.599825rem;top:6.6875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXpIECSx97MQiNnFDImIPtfD9k3XC9c2 { width:8.875rem;height:1.94921875rem;top:10.1875rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2Vp4yLbUPxyibKT78JOew8Quvrz82Ne { width:6.25rem;height:2.8125rem;top:14.3125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DATJiO85WgpuvfT5qDeTz1OHi8IULiGs { display:block; }
 }@media only screen and (max-width: 763px) { #dEVX3ar4ypa8xWNtHP5Rw3OmQFTiL9Cr { width:13.6875rem;height:12.875rem;top:21.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZEwzr8642gMp0lcQ3xwTsylerfU8pW2 { width:11.936875rem;height:3.8997375rem;top:22.374128818512rem;left:5.4405384659767rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqkIH6KvU9dFBGKT8wHQJTvpKRkEQUT4 { width:8.8748125rem;height:1.9487875rem;top:27.08659362793rem;left:6.9368491768837rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTagqQDoiyEgcRokDxq0hRPHkeXhdLLS { width:6.25rem;height:2.8125rem;top:31.187066555023rem;left:7.8190107941625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPrhvlRWggJEapc6OMNcXK41Fi8zog4h { display:block; }
 }@media only screen and (max-width: 763px) { #Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT { display:block; }#Ur7mzcaVeHGoDoRDTwq6E2DlVPnVUIUT > .row .container { width:20rem;height:93.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z1vg60htFpe7nEcwM5TCI2gUlL91iAzF { width:1.9375rem;height:1.9375rem;top:10.6875rem;left:5.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgQqIBgpHlqd5Zi5iAs7bxz2ATVwUEJI { width:18.75rem;height:2.5996125rem;top:1.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZvRFzrA5eMwmJb0Oh8w8LyKxt0k5aXO { width:11rem;height:3.8997375rem;top:6.625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxUHLwbNmkQX2ZctE1FtPshCVCLtxlKC { width:10.625rem;height:3.8997375rem;top:21.62433052063rem;left:4.6875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTvbwcxf8W2mpmVKwDTxoGI0LFECTMmW { width:1.81206875rem;height:1.81206875rem;top:26.642145156861rem;left:5.6868491768837rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcenZ3LDlydF086pC6IhS9OC4mkpvwFX { width:11.5rem;height:11.5rem;top:5.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTgHVGMT8T33Ftpo4dDmTNxGWJoCqqC { width:11.5rem;height:11.5rem;top:20.5rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EesZARrTSP0bzZJhPbiNIEm7AUtE32wU { width:6.25rem;height:2.875rem;top:13.75rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfbGtJrafriSbSgwRFGxgAQ4KoIzg6CT { display:block; }
 }@media only screen and (max-width: 763px) { #o3WSFwSaTb8d2qyyKJpT1vZNulL2GZE3 { width:6.25rem;height:2.875rem;top:29.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVV2p6BW4yIAymgtCAs5U1rGOFU0CNLF { display:block; }
 }@media only screen and (max-width: 763px) { #w0vRasLt7k62qmvy0CSgPBlCrz8dCgyf { width:8.9375rem;height:2.599825rem;top:10.6875rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #prPpRZSdOiQ7utRq7xGkHl4wT4KBFFvy { width:8.9375rem;height:2.599825rem;top:26.625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLvQIbXTRRTqcsWfOkRd3leECcTiXbNv { width:11.5rem;height:11.5rem;top:35.75rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn0OduINBuE5a4NoisczbHg6BeikdEpv { width:8.9375rem;height:2.599825rem;top:41.0625rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD3P204lW5k6B8EcJHI2DBFR2VHWFLWB { width:6.25rem;height:2.875rem;top:44.1875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Az1TmypBW85FC6SmVCw74esUFDrsxhUJ { display:block; }
 }@media only screen and (max-width: 763px) { #TeEJSmrh2wzgbu2QlXERMMcXdIk7CxRy { width:10.1875rem;height:3.8997375rem;top:36.75rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LO6tBEMoxRF0RZWkDNiCP4v2gh56Qgde { width:6.25rem;height:2.87435rem;top:58.6875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znAI2wtHLvbp4SVtn503KaenynywFJZT { display:block; }
 }@media only screen and (max-width: 763px) { #gKsNDFk3o9ESS1TWHzKx9kZ2JsSrEhkT { width:11.4995625rem;height:11.4995625rem;top:50.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtiuy5JE8RJ6CkyyP6KKpThMbdGGs8Na { width:8.8748125rem;height:2.599825rem;top:55.8125rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkyJOcyoTTCTN78NFKmrZAqXeH5e4sEL { width:10.1248125rem;height:3.40820625rem;top:51.4375rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAbqlW5IFJCPc3AULH1xquwBFcu52Ipe { width:20rem;height:1.8684875rem;top:64rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9z4a2C7MvC3L8vayX0nrL8NmeK08cSe { width:11.5rem;height:11.5rem;top:80.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovHHx9haHMgvHGGtTOkbdRanKbZT7KkB { width:10.75rem;height:3.8997375rem;top:82.25rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPbRPxJ1TLTznR8ltWI7thWth3nUANTf { width:1.875rem;height:1.875rem;top:86rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOf26QPUMu2kP7PxnoO6nq8zONDbTkBK { width:8.9375rem;height:2.43706875rem;top:86.6875rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTcwPOvBB9sl8nG1OkdJ7gPRs2A1DUCA { width:6.25rem;height:2.875rem;top:89.625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3wFTSm3Kw3eRZpiPybdTheGW5TM5ITR { display:block; }
 }@media only screen and (max-width: 763px) { #VPwyw41Nq0qXBlKH02QTeboiQTFGCLUm { width:11.5rem;height:11.5rem;top:67.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvgw0IpTL2hNbO8eHtDM5ewGVwrnqZyZ { width:10.75rem;height:2.599825rem;top:68.125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOX8IaHsuN5Apyd8fP8GWl2TzlN8tDFq { width:8.9375rem;height:1.21853125rem;top:73.1875rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGiP5g4B6oApD8R3Z5pkBMocW2Mp6eRu { width:1.875rem;height:1.875rem;top:73.107383728025rem;left:5.6553822159767rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwBQNQRBGdrhtc0uTBy2HdcqOXAfU0hg { width:6.25rem;height:2.875rem;top:75.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiNWhVk0iNSZu52KgEDxP5THFiifT2zp { display:block; }
 }@media only screen and (max-width: 763px) { #P8mRTUHFMQPMPL6kLkrmdRhVxgL8IVn3 { width:2.5rem;height:1.2999125rem;top:36.875rem;left:13.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6ocdyeNan1OsUi6JwLOPEW8l8newak0 { display:block; }#N6ocdyeNan1OsUi6JwLOPEW8l8newak0 > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy062gWtK5PFlCZFr0DN4g2spmsM7QM4 { width:20rem;height:14.29904375rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvzmHheNvmVdWqoMVGbPlqVwT7eSybaP { width:20rem;height:12.9991375rem;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:26.5625rem;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.375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxhFPzNfLurn1CeErnol6euKBPgam2Fc { width:17.625rem;height:6.7448125rem;top:7.25rem;left:1.1875rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AA4lPPCwqBFmtxHQbN1MlQHpGp6lIIDR { width:1.5625rem;height:1.5625rem;top:19.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVfxUxyphCc8Qel0ypZIRD5qlNKKZZLh { width:4.25rem;height:0.1875rem;top:5.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRmJNTL9vkzAaFpXFOJGgfxpFBeKLLzL { width:1.25rem;height:1.25rem;top:20.0625rem;left:8.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC0Zpr4mIyGQgVs6vnWytRmTPumUfsXN { width:13.5625rem;height:1.875rem;top:14.125rem;left:3.1875rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWNpuNal00wiBi6gvi4W1IQUbWoscTi1 { width:15.5625rem;height:4.54644375rem;top:17.25rem;left:2.5625rem;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:22.25rem;left:7.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBXXSQJCW70zPPx3wI99PTZsbxOAo1tW { width:1.5625rem;height:1.5625rem;top:22.1875rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi0dBsvp3PtlcDAvLqlcTsh0nbbu3Gke { width:1.25rem;height:1.25rem;top:24.25rem;left:11.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is2QxDCh27TCM5CfGIB7gmEtXaq0JhC9 { width:1.5625rem;height:1.5625rem;top:24.125rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1q0zUGe7nwch8ABcE5z0CpcGpnDxQWH { width:10.0625rem;height:2.27321875rem;top:19.5rem;left:8.0625rem;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:21.8125rem;left:8rem;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:17.875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRBTwPwtw3WygGh5uS57o2K7maCs0e6p { width:1.5625rem;height:1.5625rem;top:17.75rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrzRW6EabhlzgtnCB5ZAOo8wZUoTwUPL { width:10.6875rem;height:2.27321875rem;top:23.75rem;left:7.375rem;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:36.5625rem;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:4rem;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:10.499132156372rem;left:8.4375000596044rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6o7C3Tpw5todG0C7yQgO8fgir5ilGuM { width:19.4375rem;height:1.2999125rem;top:33.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btf3tAgSxVULL8ZmElqpGd88MqcAGVMq { width:14.874125rem;height:6.40190625rem;top:13.624132156372rem;left:2.5629342198372rem;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:20.023872375488rem;left:8.4375000596044rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNnuMnoHzhpUesFWnagqpaTbfi3Kb2Vs { width:18.8125rem;height:1.69921875rem;top:30.0625rem;left:0.875rem;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:29.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpvwxVde5FdwbLEtdPzkLSzZtCogcpM5 { width:3.125rem;height:3.125rem;top:25.999349594116rem;left:8.4364157319069rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXakvLTudufO6RbkCgaJM0XsdKsFQIvx { width:3.125rem;height:3.125rem;top:25.999349594116rem;left:13.442925512791rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSeubHoikvi3drb8F9VQpwDPNewvOI5s { width:3.125rem;height:3.125rem;top:25.999349594116rem;left:3.4375000596046rem;font-size:2.1875rem;display:block; }
 }