.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:43.4375rem;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:1.0625rem;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:10.5625rem;left:64.125rem;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:1.0625rem;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:18.8125rem;left:64.125rem;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:1.125rem;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:27.6875rem;left:64.125rem;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:1rem;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:23.125rem;left:64.125rem;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:1.0625rem;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:32.3125rem;left:64.125rem;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.8697919845581rem;top:8.056640625rem;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.8697919845581rem;top:8.056640625rem;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:1.0625rem;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:14.6875rem;left:64.125rem;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.9375rem;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; }
#dmmZDVT5rgaQ1MuWK7rrTxERvWxpEqz3 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.124375rem;height:3.49935rem;text-decoration:none;z-index:100048;text-align:center;text-align-last:center;top:37.123482704162rem;left:33.193360328674rem;display:block; }
#yPCWtnIlTFgZDMsKDghlhVt4xcQvkMfo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv { 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; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container { background-color: transparent; background-image: none; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container > .video-iframe-container { display: none; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row > .video-iframe-container { display: none; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .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); }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container { border-width: 0; border-radius: 0; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container { font-size:0.875rem;font-family:arial;height:65.5625rem;width:75rem;position:relative;display:block; }#FdupHbC6cTIkoO2knxiZQLTTXFTNhTta { 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; }
#bwmxkI4ntNUpXSfp8wi2edBMDK5TOXM4 { 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; }
#E1XWJc5kmvKgOnwiJTFWtyZonhxNuoGA { 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; }
#sedbZUBxPSDBLPPDPeldLSp3XMn2y7uT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yIgCb8LAoivDFJkrQ62ZDxI3MSiiHfLH { 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; }
#dwCcDVoOqyx0DkGQO3GsQ3OFBOkTuzsW { 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; }
#TdrW6N7SfTvu13tTI0yS4NNtuHcbHF3c { 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.4985rem;width:11.4985rem;top:5.3125rem;left:60.75rem;display:block; }
#m7wEvZM8g2LmZcMJT9IhsLvd7Tzc1aS5 { 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:6.5625rem;left:60.75rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J0NNNpS1UdHxNxzhVkByWgZV02rE6Jpb { 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.9375rem;left:62.125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PxdOkLiKK4i8izUnaTe7FTWu6T4gIGhp { 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:100034;text-align:center;text-align-last:center;top:14.248480796814rem;left:63.623047828675rem;display:block; }
#JrB60WNgHmXVStZl8ZkH4zNWSSegAwRC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tcXNl09ZVIHeM4RUCO23F0Wbq3SpkTzR { 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; }
#loIRhLDqkbE0mbtC1Dqv9pagTdEQZTnC { position:absolute;display:block;z-index:100026;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:5.4375rem;left:38.1875rem;display:block; }
#gA0m1eZbPRpKlwnBfcrRSxbBGOCXIfQB { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:11.3125rem;left:39.5625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9UnzZ1Wh6ZFfRNTyLpziubnvhxgTw4o { 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:100038;text-align:center;text-align-last:center;top:14.375rem;left:41.0625rem;display:block; }
#KziQSTsXM3cVKgrAwBUrDfwA2ebC14kD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LhCUEuTdym2GTQdu98NeUGZV7Tb8AaS5 { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100030;line-height:1.3;letter-spacing:0;top:6.6875rem;left:38.1875rem;height:3.9609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lEXmMyDchFaK3b8xEPC6wLpLBokJvh3E { position:absolute;display:block;z-index:100030;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:5.375rem;left:16.3125rem;display:block; }
#axmondA2L8wraW6kWN943OTUT6zfdJwy { 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:6.625rem;left:16.3125rem;height:3.9609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJFcTougboGRqWIw93SGRI72SGQHzaMU { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;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:11.25rem;left:17.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E8pITJWOu1bMsHMs83BzkZwIySF1XeHt { 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:100042;text-align:center;text-align-last:center;top:14.3125rem;left:19.1875rem;display:block; }
#bhJtI8liaMrqDxQauTAb0qTgUHQnpFnJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UbDsBn8hVyOTd7MHEK833ckcpyvCTvig { 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.4985rem;width:11.4985rem;top:21.25rem;left:61.4375rem;display:block; }
#UtIqPSPFDm4tE3bgbIWsgEsSdSaTP7SU { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:22.5rem;left:61.4375rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qq5KhllPw6FGT4Gc7zzPG9csfXPJhoak { 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:27.125rem;left:62.8125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SUIvul4WWJXmvr6FoFfwl72pblnnuGR4 { 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:100046;text-align:center;text-align-last:center;top:30.1875rem;left:64.3125rem;display:block; }
#O06yIBeyRD7uT2gqk5NhPfC1M41u0fwd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oUJTDcFhqkmqxexc7C3TomXL7OHIFRyc { 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:11.4985rem;width:11.4985rem;top:21.375rem;left:38.1875rem;display:block; }
#UsvyCVHLn6TsKWS8xew8vurf8X4Tueg8 { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:22.625rem;left:38.1875rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TmwaXAkXDFZVmWOd4hy1RSaxBtKXV7tp { 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:27.25rem;left:39.5625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x2nOrcxEIzdn7X0NnDHTrDglhUFKd60k { 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:100050;text-align:center;text-align-last:center;top:30.3125rem;left:41.0625rem;display:block; }
#RyHKZgQ17B0d25qTP8EsmGQPCxpyer0I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#aLy8rTPn7H28ivWqNX6g3TQzIUelwETu { 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:11.4985rem;width:11.4985rem;top:21.375rem;left:16.3125rem;display:block; }
#A2SaiIZvFtyl00nCOguTTLCVrChltuh0 { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;top:22.625rem;left:16.3125rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HXSrq2n59Ki1tvuJx1Jfcf3tqyfq48Da { 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:27.25rem;left:17.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BMTGBnuiwTTD8Uxsrtsig1xfOkckdbEL { 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:100054;text-align:center;text-align-last:center;top:30.3125rem;left:19.1875rem;display:block; }
#oZC9skhWVaZTeaDkVibqCTxglpLNMy9B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HBF9cuPgql8FXOpcTUk8fKmbWztVDxv9 { 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:11.4985rem;width:11.4985rem;top:38.125rem;left:61.4375rem;display:block; }
#fLdKfFCdxsuW0pLqcq9mIcRgwnM623mx { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:39.375rem;left:61.4375rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#owNXMbmxA8aN2HP9BAHzxT7QTa1dZG3S { color:#ed2132;display:block;width:8.934875rem;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:44rem;left:62.8125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MA7XB0zoZS2a5w5baN5TadZp7I1ZdWA3 { 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:100058;text-align:center;text-align-last:center;top:47.0625rem;left:64.3125rem;display:block; }
#kQXpzG2nLXFCv6yMdKoriy2Lfs7HWeWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#G4A8bM9VEhgC6fLvocZcLPpG8NN3Q1eQ { 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:11.4985rem;width:11.4985rem;top:38.125rem;left:38.1875rem;display:block; }
#OeTGA3KigOhkXymaMUtodvlTRHpLBDCN { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:39.375rem;left:38.1875rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tSFCpP1zBG4P1lxAwRBsSHCqypQurZRR { color:#ed2132;display:block;width:8.934875rem;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:44rem;left:39.5625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xJz66maBqExTtBC8iS1xnlG0ebJkdWcb { 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:100062;text-align:center;text-align-last:center;top:47.0625rem;left:41.0625rem;display:block; }
#uEPnAQEIAJ5kws34fmmpcbGmm3JIcLnc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ohLRsVZfUkUsIJikowDSLZHSdSCt508W { position:absolute;display:block;z-index:100054;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:38.25rem;left:16.125rem;display:block; }
#zoarT0RMGT79oFIpkX0pAzTzMHv4FT19 { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:39.9375rem;left:16.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ku6doMOSsO1DTC5BMys7zM10exOCqkVG { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:44.125rem;left:17.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q7QynqKAKokpXOW72W2B8HacG4kVBkPq { 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:100066;text-align:center;text-align-last:center;top:47.1875rem;left:19rem;display:block; }
#NUMzuigT76ERV5BDm8T2LBUXWhCW77pv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rlNc1cSDNFSf27QDVIqnQdLczVZms6qT { position:absolute;display:block;z-index:100058;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:53.1875rem;left:61.4375rem;display:block; }
#kDXelCiryqzxUJt10MbilPsIbbJUzsS2 { 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:100070;text-align:center;text-align-last:center;top:62.125rem;left:64.3125rem;display:block; }
#VkDznJX0Wa6UPNDCLJU8bNDCtqiW7t3O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mKfF3CSrBpX2ZD1n1mhDpCw9BDay9k4V { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:54.875rem;left:61.375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VT5uTFQKm8WaNTCunwW5zhMGp2cJmqTf { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;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:59.0625rem;left:62.8125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OZCit6WlyAT187TpIG54zuz0G2JJgfrK { 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:53.5rem;left:38.25rem;display:block; }
#PNo5XbAeLO1E7Vxu6VwE84R7MJHfk7Xk { 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:100074;text-align:center;text-align-last:center;top:62.4375rem;left:41.125rem;display:block; }
#Q1AD2xDdAMtS690wXIoEgVUinrLAQ6A2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gGXeextVNT3Q63QlFsB523ymHSrdkfzd { 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:59.375rem;left:39.625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yCGEC16ffOf01IV2735EiXEAPFwWpT3p { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;top:55.1875rem;left:38.1875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lHL7Sgu0CGiWnyKWmKNkKUHXMbD4Byk8 { position:absolute;display:block;z-index:100066;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:53.3125rem;left:16.375rem;display:block; }
#TybB49GRObLlsKcHW7K4xeTiRnfKTWI6 { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:55rem;left:16.3125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nD7n3rK9R1ieNekFknLESiiz5sRD35Wx { 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:100078;text-align:center;text-align-last:center;top:62.25rem;left:19.25rem;display:block; }
#TZyZMug7RW7SsXvQZT6Npx51n2gWzPBs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WX2LkSBGbK20wZgUQhugdh2FRfxqTSET { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:59.1875rem;left:17.75rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs { 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; }#Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs > .row .container { background-color: transparent; background-image: none; }#Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs > .row .container > .video-iframe-container { display: none; }#Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs > .row > .video-iframe-container { display: none; }#Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs > .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); }#Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs > .row .container { border-width: 0; border-radius: 0; }#Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs > .row .container { font-size:0.875rem;font-family:arial;height:49.5rem;width:75rem;position:relative;display:block; }#H6Kceom10L9mnwhX4VVgid3R2iZklyAi { 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; }
#AF31GgMhm4HoRwVp7voCma9Zy8LZG9st { 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; }
#ayuLGBgZ4mRsxxTOttXEqwX84fL71f11 { 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; }
#fNaaObH5sdyxCmRSedSuJXnFNK13B8z0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#karLATUDvJkqBhRBGggB5Pxrd4MB5C5I { 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; }
#L9F7xwlPE3EqxnWk3zFmaClPWwNsMVN8 { 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; }
#pQXwNXq9Bg1GtEuvUMVALeWiGU7GTLJW { 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:13.6875rem;width:11.5rem;top:6.3741340637206rem;left:18.999566078186rem;display:block; }
#H4xF3iaKRwZ2dGy5vQ2DAV1u1mNevW1f { color:#00308a;display:block;width:11.997625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:6.8125rem;left:18.999566078186rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PKzPlvLAeZiZuaTWzRwqzcfcXLlQgKQd { 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:9.5336380004881rem;left:20.530600547791rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToRRA8nwNhKGPJtH59QtbtvPEstMEmIT { 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:100027;text-align:center;text-align-last:center;top:17.817925453186rem;left:21.87283039093rem;display:block; }
#nWArnTCbNblexhfOsenaBMivaxRwFz3s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#avIX62vy2FMDBBgLxLVP1q8wrdZ7foMu { 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:11.606771469116rem;left:20.530600547791rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yy8viVVo9ZCNc4NhCgKNlvcyOS4eBEnO { 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.4985rem;width:11.4985rem;top:8.9375rem;left:42.25rem;display:block; }
#LqN7iO2PKrO5JRKCParJduo21t0PRBha { 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.4088544845581rem;left:42.250001907349rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zwCSAxySgxGbGLqamNTF6pwVZn2C2pc0 { 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.3125rem;left:43.625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#INa4AQbex4b901ryLyVQ52MlJbDKSF2Q { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:14.9375rem;left:43.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AS9FIxaHJ7THlpyT5hMJ8TueXG8M5y64 { 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:16.625rem;left:45.125rem;display:block; }
#prEKMvHXC3rxHmGrIai8FrNPu1Uc45kh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qAlfkLRQd147ZsAnrKD7tutuWEOlTXiT { 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; }
#Pkbad1lqXIkn7iA10sL07z33svTCvWd8 { 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.4985rem;width:11.4985rem;top:24.6875rem;left:42.25rem;display:block; }
#l9XbEKtXoThW3lolm1GsqoyQ6EPhBAcL { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:25.5625rem;left:42.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XugQlN20LSi4lZmBE3XB4uqNBLQbR1HU { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:28.0625rem;left:43.625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U93MppUBMCnToq7tG601XmygXhHz7FUx { color:#00308a;display:block;width:8.934875rem;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:30.6875rem;left:43.6875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zbTGSG4xAMl18M6rFsGfBo1SP0pIAwKx { 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:32.375rem;left:45.125rem;display:block; }
#FBU4xX3cxSbBIM0wmcZQa01quk1muDJi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Vb3rq5ysKCTEF1CiVprzHIWtZpsfIw6l { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.75rem;width:13.624125rem;top:33.753256797791rem;left:1.6319446563721rem;overflow:hidden;display:block; }
#TahOwdJMnAl0USwhpMvLy6UAE3JXhJIC { color:#00308a;display:block;width:11.997625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:8.2955722808837rem;left:18.999566078186rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rzOE3dWkpkJCiqtRuygn1zID8LyKCHQk { color:#00308a;display:block;width:11.997625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:13.722223281861rem;left:18.999566078186rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m5077g9vgVgxQXJWlzeAw8EMoI980nDA { color:#ed2132;display:block;width:8.933375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:14.802951812744rem;left:20.593100547791rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bxCC3TePkX9qsRpaAIKDQNfHfNaefmAi { color:#00308a;display:block;width:8.933375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:16.608724594116rem;left:20.405165672302rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RAyfVPuLz9BskWDncDTfg6BuilHXFcSX { position:absolute;display:block;z-index:100033;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:17.3730625rem;width:11.5625rem;top:17.880425959826rem;left:60.371094703674rem;display:block; }
#KAyzdW6Ff9rTVVUOpGPZWk1dNVWKtEin { color:#00308a;display:block;width:11.9965rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:18.996528148651rem;left:60.405816078186rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CBMWdaC6w18FVawnp2vc3VmyfPNmnUKb { color:#ed2132;display:block;width:8.9344375rem;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:22.807075977326rem;left:61.936852455139rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qx9MPirAtrdIUWGuKo6Qff9rh4g7hlMF { color:#00308a;display:block;width:8.9344375rem;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:24.998482227326rem;left:62.124352455139rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SkRcoZwcfVSMIPt1QxQdJTzdBuXTPiH7 { 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:100046;text-align:center;text-align-last:center;top:32.375rem;left:63.25rem;display:block; }
#xBgc7gUIJm73EFgxIcXzDxy5edoEoSxB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vcyTDo4fTtrLRigqatuyO6dStsQwSODb { color:#00308a;display:block;width:11.997625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:26.753906726837rem;left:60.530816078186rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n9xEnDsSr5q6cgsrQwRE4TVdWHawr1eA { color:#00308a;display:block;width:11.997625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:21.595053195953rem;left:60.405816078186rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g7CCrTW7ND788GhemZsvMIS8PTAVpVPb { color:#ed2132;display:block;width:8.9323125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:28.749566584826rem;left:61.933594703674rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oWuKnsIZgLuloAvoKh5Um1dQelHRTrz9 { color:#00308a;display:block;width:8.933375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:30.685764789581rem;left:62.006295204162rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ebF5gT75TCnaXXVTvqchBxq70EirDrGr { 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:15.3125rem;width:11.625rem;top:24.687501192093rem;left:21.87283039093rem;display:block; }
#IBVeJFXfASeBckn9hMJNcFD9MR5lCrQB { 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:100046;text-align:center;text-align-last:center;top:37.560115098953rem;left:24.816624641419rem;display:block; }
#IowGQ40gfP61cHpyfeRxGxoM2r6Vpygh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bcJ2Wh8zpKBk16JrBgM0JHcCu1pCFk3R { 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.0625rem;left:23.375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gA9wtspwEEWc3O8tNb0nO9C8cXTtutkT { 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:28.1875rem;left:23.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o3PvTJUkTcIw7aVPDluAkf6ByCErL5Qd { 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.125rem;left:22.125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W7K0AnHs8fmQCHeuNSfAH5RVqF7md7M1 { color:#00308a;display:block;width:11.997625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:26.672311067581rem;left:22.06033039093rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D3HXnItP1xSxytF62WepQkenbzmwHbgC { color:#00308a;display:block;width:11.997625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:31.922093629837rem;left:22.18533039093rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#li729Z3EpZLRaC6N4dAVQXPBtrkb6xag { color:#ed2132;display:block;width:8.9344375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:33.366971254349rem;left:23.223309516907rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l2HCCF81Wih6xPHZWdwh1HzHTpg7dwKp { color:#00308a;display:block;width:8.9344375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:35.455729722977rem;left:23.757163047791rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ { 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; }#pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ > .row .container { background-color: transparent; background-image: none; }#pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ > .row .container > .video-iframe-container { display: none; }#pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ > .row > .video-iframe-container { display: none; }#pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ > .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); }#pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ > .row .container { border-width: 0; border-radius: 0; }#pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ > .row .container { font-size:0.875rem;font-family:arial;height:132.3125rem;width:75rem;position:relative;display:block; }#TmszfJ1oNa3oDQTFiT9qz7TclO6sgTVW { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:21.9375rem;left:60.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WqD3uMJounObLOc2VGRaNTxIMr7odgx7 { position:absolute;display:block;z-index:100036;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:6.875rem;left:61.062501907349rem;display:block; }
#wbbOl1kkVv2nJQaa5ysmN5nVk9qdxaWH { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100040;line-height:1.3;letter-spacing:0;top:7.5625rem;left:61.062501907349rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E50wT3RXEIaVAkvfTKfW6SF3bqt3mxVc { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:10.25rem;left:62.437501907349rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nwITKzNEWGq9UXeCnAhaIneIvZqepuS8 { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:12.875rem;left:62.50000190735rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AUNNmZd5KO5fsrXDUMxsPy3stse02SA1 { 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:100048;text-align:center;text-align-last:center;top:14.5625rem;left:63.93750190735rem;display:block; }
#CBaJddTB4WSuENoURoef53rs6h2cgeGv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Sexzdc2yPn91EJ0atAB0MxtWv1kDz51V { display:block;width:14.75rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100006;line-height:1.2;letter-spacing:0;top:0.87131118774412rem;left:59.152997016907rem;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; }
#hRVv6p9LoZLnTEBzo5a3wKeD9qe1y4Mu { position:absolute;display:block;z-index:100043;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:13.3125rem;width:11.497375rem;top:28.930990219116rem;left:45.250001907349rem;display:block; }
#ARGcoslNJDfWP7uugcBOMduJXQWWgMbx { color:#00308a;display:block;width:10.3125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:32.125001907349rem;left:45.082033157349rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BcpqcEFJCSzW6n0TNrf9EeIa4ngiU6Ih { color:#ed2132;display:block;width:8.933625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:34.861980438233rem;left:46.687501907349rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mfT1kKEHJlJnLJIAvxyK17GLcosmAdIl { color:#00308a;display:block;width:8.933625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:37.006511688233rem;left:46.687501907349rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PeE75MSn13xiJrurmh72RDZADWSNPhe2 { 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:100055;text-align:center;text-align-last:center;top:38.305990219116rem;left:48.062501907349rem;display:block; }
#xMTbHfTE30Jvxovpm5wTH2kbPAXeHVLA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lbB2Ht51FOCpaBEWQQNctFQqxAm8AnhN { display:block;width:42.5625rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100007;line-height:1.2;letter-spacing:0;top:21.937495231628rem;left:31.403646469116rem;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; }
#aM0FkuvNTXzX9ZB67Fln2mbJsEf95xWO { display:block;width:42.5625rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:42.979167938233rem;left:32.437501907349rem;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; }
#yD3E2sfprru7E7I9egbVHwV74Hn4S08p { 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.8125rem;width:11.5rem;top:52.5625rem;left:45.625rem;display:block; }
#TToSsKUThwFpvmABqlkQdJrC51JUL7aN { box-sizing:content-box;color:#7f1275;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100063;top:48.25rem;left:54rem;display:none; }
#fT5VKBRmGzDcszDZv2Cyw5f9A5bVsvfb { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:54.122177124024rem;left:45.456597328186rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oyV6ZIaTGlO25myVW8zewAMyetdNXQTT { color:#ed2132;display:block;width:8.934875rem;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:58.25rem;left:46.75rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gvIyZKinEKKL1TGMEKiDqt75NffysBZt { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100064;line-height:1.3;letter-spacing:0;top:50.625rem;left:54.875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#tHS78LrAgylfZ66vAd29WJVW6ixXg64P { 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:100062;text-align:center;text-align-last:center;top:62.375rem;left:48.5625rem;display:block; }
#hAy26ANWKHXl3TTDtKwKPpTXyNnIUNL0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GO5xCaTNdtuEvLpT9mm7AZevvpl8HwbL { 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:15.8125rem;width:11.5rem;top:28.930990219116rem;left:24.875001907349rem;display:block; }
#annF7onptMN9auggfzkgMk5Q4pJPgKTI { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:30.5rem;left:24.875rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fG4JhVg2iDl55eZJBbU4c0rKJ4WyF79I { color:#ed2132;display:block;width:8.934875rem;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:34.5625rem;left:26.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zU9fkrQTbmV8LLhol3SLmRmvbpCogxyy { 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:100062;text-align:center;text-align-last:center;top:41.804689407349rem;left:27.641927719116rem;display:block; }
#Aex9S5XUkZx1fBky3VXyy5lPVQnzBI1L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#By5krTZsUikQE17sD6TS8D60mQ49Mx97 { position:absolute;display:block;z-index:100057;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:13.3125rem;width:11.4985rem;top:29.1875rem;left:5.75rem;display:block; }
#VMtWtsOEvaXBb9w2WbXXP1tHGzMaOuxI { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:30.375rem;left:5.75rem;height:3.9609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wLvrP9UMOIiMFHVfpWICNOkyGn3xmGvf { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:35.125rem;left:7.125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DCKxTRELTz8UexdZzCrLRRV5NbZPTZIF { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;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:36.8125rem;left:7.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sgDEHc6lI973bXvDuNXZMEkNQPlTstEI { 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:100069;text-align:center;text-align-last:center;top:38.125rem;left:8.625rem;display:block; }
#TeW9edt0Uz8ZSr0kboy4VddRZUr7UGek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NLTxKUGNhgpUVv4BWCfQqooe78JZE8OV { color:#00308a;display:block;width:8.933625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100046;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:53.614593505859rem;left:51.960939407349rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOQH07CvLxCSgrWzNOVQx9hTh10tlQnc { color:#00308a;display:block;width:10.3125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:38.305990219116rem;left:25.520833969116rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xf89AMe5QEMT73eKTMNEcJ4Q0TUTGaea { color:#00308a;display:block;width:8.933625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:37.940105438233rem;left:28.604166030884rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qNbTekUNhINQahLIItvpnDKV74hT5JUL { color:#ed2132;display:block;width:8.933625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:39.313802719116rem;left:26.898439407349rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kaPGm2kVyv88bxRTK7Kmx6QURC1Wu0c6 { display:block;width:42.5625rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:67.498698234556rem;left:32.437501907349rem;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; }
#CBE2WK7gLVII8gVXPnPJlJiq3zX0d1ST { position:absolute;display:block;z-index:100057;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:72.25rem;left:59.875rem;display:block; }
#T2A252Fn5dcx41mC4aqwGBA2LekItSWp { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:73.625rem;left:59.625rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#btBKoT7hTvQbM0WS82i7iQyDzHS2QyXV { box-sizing:content-box;color:#7f1275;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100070;top:67.8125rem;left:54rem;display:none; }
#BwNJ4rxHLG1rToNFMO9fne7eUeWRQxKv { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:70.1875rem;left:54.875rem;height:0;text-align:center;text-align-last:center;display:none; }
#v9XfFi5ydb7NtBcCmQ2zHOiW2Xvfuc4C { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100063;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:77.9375rem;left:61rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eZhQOAcotTU4PklKSdw07pE8vefq2PBK { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;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:80.5625rem;left:61.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qGdmOctBXTlLFkbr50K2x0uGhovsC8Bc { 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:100069;text-align:center;text-align-last:center;top:82.0625rem;left:62.8125rem;display:block; }
#poTwhVvxvlbBNLl6Oqx6VkEpgEBmhmAb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TPp1xADTnTGUWx9XtCmi1IFft6xkLJyK { position:absolute;display:block;z-index:100064;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:72.25rem;left:44.6875rem;display:block; }
#aqZklHKlA3e0Srm1Pv3UTT7p972xhPzB { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:73.624145507812rem;left:44.749352455139rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iKqdDIlOERkENE9QlKWDaUlhXwMgis4K { box-sizing:content-box;color:#7f1275;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100077;top:67.1875rem;left:31.125rem;display:none; }
#qX8Af5W06oiTOJrToeFbK3MDPBIoiAog { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100078;line-height:1.3;letter-spacing:0;top:69.5625rem;left:32rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#hyLS9boNTRGhzfp84kqeTr13Ha3ZaLTv { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:77.9375rem;left:45.8125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H6Ql5h8v3ccybatkxEQiDaLaBxyLSzBs { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100066;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:80.5625rem;left:45.875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A929JWPnMnX4BOtppToE0oh7S7NbRUvO { 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:100076;text-align:center;text-align-last:center;top:82.0625rem;left:47.625rem;display:block; }
#QrTCRazevEgg7928XwTaxUTFNIyHnGOJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yqRHEoSafthiXUU94A2n9VQG7HxTyO3E { display:block;width:42.5625rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100010;line-height:1.2;letter-spacing:0;top:88.0625038147rem;left:32.437501907349rem;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; }
#kJC8AgclEQEZhDFHX3t52SqQU1ZZ8N1E { position:absolute;display:block;z-index:100071;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:94.1875rem;left:43rem;display:block; }
#KAa0oTr3aub1ZTa9FRMoGu9mJVuOMTOE { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:98.75rem;left:44.125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2TQgDKnzqTvxUPd6LcfuX4XZ4TKns8U { 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:100083;text-align:center;text-align-last:center;top:105.6250038147rem;left:45.625001907349rem;display:block; }
#gIKbgs8oMVTiKKRl6wKUP0GRmymDMZhm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#R67BJScTTrkPX1RW6askgicJXXDfcnoL { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:95.6875rem;left:42.75rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ML6VRkOf5Zgy4Or1Vl9gqet1s5h8bkt6 { box-sizing:content-box;color:#7f1275;font-size:5.0625rem;font-weight:400;line-height:1;height:7.3125rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100084;top:90rem;left:51.375rem;display:none; }
#yTebhB6tdz1wnwN6Ncw7zbhQqCW01aa3 { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100085;line-height:1.3;letter-spacing:0;top:92.375rem;left:52.25rem;height:2.5996125rem;text-align:center;text-align-last:center;display:none; }
#VkI7Gl81H6PQlsxQ3wVB9Eqw0zTVqwcX { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:101.58333587646rem;left:43.085939407349rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HE9oTcTEBUTZJNJNXBzroVTccfwc13b0 { color:#00308a;display:block;width:8.933625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:101.296875rem;left:47.000001907349rem;height:2.0317375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gN4TTuykB0Flkz9MPFlsIWaEdsAAiOTs { color:#ed2132;display:block;width:8.933625rem;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:103.19532012939rem;left:44.648439407349rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3FgwxJnAgFNbsdliPORPA5kNTE7thNm { display:block;width:42.5625rem;position:absolute;font-family:"aref ruqaa";font-size:2.375rem;font-weight:400;z-index:100011;line-height:1.2;letter-spacing:0;top:111.22917175293rem;left:32.437501907349rem;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; }
#otgcSlvvvaBgqiMPEDQypLCNQuJeSH4U { position:absolute;display:block;z-index:100064;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:117.3125rem;left:54.125rem;display:block; }
#vF2Qtf1rP8UIFqqJynTCkVWpXPtoWWev { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:123rem;left:55.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y4U8xI7JiWOhErD1goS82Ta1ZImRbTfe { 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:100076;text-align:center;text-align-last:center;top:127.125rem;left:57.0625rem;display:block; }
#rXbWCnSyktWNCSJRFM57MKwfGT6iNi0B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oXepfrbQzFDQ1wNrn3M0IPJL3gIVtfl6 { position:absolute;display:block;z-index:100070;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:117.5625rem;left:25.3125rem;display:block; }
#L5oHS686QmrEwJHxTfFLpSCpMDAg09ov { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:118.9375rem;left:25.0625rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSB1W7xTOy64EeQPis9iEOzw0Hyaz9Xn { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:123.25rem;left:26.4375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MHLf66AWiuvF2lcltpdsFw3Z1LNOaq9T { 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:100082;text-align:center;text-align-last:center;top:127.375rem;left:28.25rem;display:block; }
#Mi0ca2kB17L0GQ3r5qi5kihEse1IMT1M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UF135fGac8nAMzwbpDdXhKwiHh4DFmMB { position:absolute;display:block;z-index:100076;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:117.5625rem;left:9.5625rem;display:block; }
#Vv3KDUEKP9cFcxSToxwTWef4RtbF0DtS { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:118.93664550781rem;left:9.4370660781863rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SdE49XBuTIaso2HDX1pUlccfanIWEcRc { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:123.25rem;left:10.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dKVIiNuDKnp1lleAQwDw3oqRmc1piFv2 { 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:100088;text-align:center;text-align-last:center;top:127.375rem;left:12.5rem;display:block; }
#gTrbiuht0oosgQv7BOTHnoOCmPfcdFXI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#alOJvuisQa0JaoaG9zxiSpHZgiTmxKR4 { color:#ffffff;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;top:51.1875rem;left:33rem;height:2.59895625rem;text-align:center;text-align-last:center;display:none; }
#NXha0SuctsfCQTWFm3ntmT5ddNGWMx8c { color:#00308a;display:block;width:10.3125rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:31.9375rem;left:49.562501907349rem;height:1.8684875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CBtlfxOLFRUFXnSGT3bgfzZzP4coCKEP { position:absolute;display:block;z-index:100041;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:6.8125rem;left:45.687501907349rem;display:block; }
#k8Kds1aHw83RCeyivZE29RpoDil9OKyW { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:7.5rem;left:45.687501907349rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y768WT0Sabbden2qbgRFHKOGtBzNSrQP { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:10.1875rem;left:47.062501907349rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IoyQXR0vPhw3S0r4TPSJUgLwMyQe4DZU { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:12.8125rem;left:47.125001907349rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NxQ6TJC2TNzvF1l6TEhxfZXJQ5tF5c3V { 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:100053;text-align:center;text-align-last:center;top:14.5rem;left:48.562501907349rem;display:block; }
#suhF55OuPXTmVX0hgWsUNgphpL7npmcT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EwRes6NJJzHEsyLVT9UdOmKv0chTQHAT { 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:11.4985rem;width:11.4985rem;top:6.9375rem;left:30.562501907349rem;display:block; }
#Xa5hyAc2lb85TDqV5eX7ytfBXnPUhp0o { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:7.625rem;left:30.562501907349rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aL56bGa3JUpmFla9MrltKNTN6ahxb0fb { color:#ed2132;display:block;width:8.934875rem;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:10.3125rem;left:31.937501907349rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fns0BqOIofU2iMovqeAmfiND6ggDzghB { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;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:12.9375rem;left:32.000001907349rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w0eCtOJFq6AesmascM0oO5z28Z7DWshT { 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:100058;text-align:center;text-align-last:center;top:14.625rem;left:33.437501907349rem;display:block; }
#FoFsPIs5Bn3CndF9KgGw3cPIztf8k9SL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eyD2AkAGqaH9hDbfQB8nrCkzrizG6eRi { position:absolute;display:block;z-index:100051;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:7rem;left:15.3125rem;display:block; }
#TmOuTR4Qz64TiSzEt9wMne2Mh6JvpT2b { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:7.6875rem;left:15.3125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GoWv6bDX8qGndPv8ql8uTXLaLieOoVPa { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100057;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:10.375rem;left:16.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KqkMrtcAlX5SUMJhK02zkgUHQVkQaZ27 { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:13rem;left:16.75rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SZyCkQIc2O31kiiC8zxMBLQ85eKe6umS { 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:100063;text-align:center;text-align-last:center;top:14.6875rem;left:18.1875rem;display:block; }
#Q2QX3TDEoenA1aZpRhlh3tqD7drmDXul { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iQH5eNwVfKTxRVbbiKI28eqeKtR4WBeQ { position:absolute;display:block;z-index:100056;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.125rem;left:1.875rem;display:block; }
#DnA8yx53dKnLvkCJptWS9TD47r2dBW67 { color:#00308a;display:block;width:11.997375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100060;line-height:1.3;letter-spacing:0;top:7.8125rem;left:1.875rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aisEgs9pBRMbDn2Rf4S6OuHyfRsXkfvP { color:#ed2132;display:block;width:8.933625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:11.523438453674rem;left:3.40625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PwOVE8HqOtcefe0iwrt5BMHJp0pNyVVn { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:13.3125rem;left:3.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZDcfAiz7sLNFei8vJtHJaw67RG9MgFLg { 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:100068;text-align:center;text-align-last:center;top:14.8125rem;left:4.75rem;display:block; }
#gmKJvtK45bAg4WmEO1UgAMdAD5kkZDw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SnpXHyOdrg0okqohXW4yF3iT6QoL5y75 { position:absolute;display:block;z-index:100069;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:72.4375rem;left:30.375rem;display:block; }
#AbebTmRTERqrJpExM3WSbBcRiKelFTzC { 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:73.8125rem;left:30.125rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFTtz0clyFxgBtEx0Tumdfk1gyb6rCXb { color:#ed2132;display:block;width:8.934875rem;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:78.125rem;left:31.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kpZlirzhLvvSzkB4nPoFBrltSyhmoKo2 { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100071;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:80.75rem;left:31.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#okpvLhyz4eJFMq1pLS8wPJa17UiTPK8E { 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:100081;text-align:center;text-align-last:center;top:82.25rem;left:33.3125rem;display:block; }
#oZD7tRxJM9vumpyKfSQDfsLwF6PxX604 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SM4cGvQhM3kHMTOyV6DIofR6laP8zDIo { position:absolute;display:block;z-index:100074;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:72.5rem;left:15.8125rem;display:block; }
#Qv2FkTKytVhyIt6i9uSvTu8OdleBkhl7 { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100078;line-height:1.3;letter-spacing:0;top:73.875rem;left:15.5625rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zfyuy21oK5btNVZpAqUrMTAPlplWwmHw { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:78.1875rem;left:16.9375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kgVNdchX8ZytNltkDH8ELuv93ZnFzcLQ { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100076;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:80.8125rem;left:17rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MBJpHtPsV6vu3JbBpiD52ipn7upCb2qm { 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:100086;text-align:center;text-align-last:center;top:82.3125rem;left:18.75rem;display:block; }
#yryiwv9oxSybDvPes8PW4xUI9lFI4eca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Giw09t8UKfZevSCNttlJUPhDiS4VwA33 { position:absolute;display:block;z-index:100079;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:72.5rem;left:1.5rem;display:block; }
#oOpeDvyby1NEDt6yimG8osKNiVUNiR2c { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100083;line-height:1.3;letter-spacing:0;top:73.875rem;left:1.25rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n7hKQwqkaJHUS5T88kcGNSBkook1s2e9 { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100085;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:78.1875rem;left:2.625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BkQIhFk8oNSGvHfFaETXLKVHIZTCxqPp { 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:100091;text-align:center;text-align-last:center;top:82.3125rem;left:4.4375rem;display:block; }
#ORWDyqR25KJv1Dx7MWWGbtZ2gHKa8X2U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZJAyVewoTV2POlTDkCTkS1mFIDwrZ487 { position:absolute;display:block;z-index:100078;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:94.4375rem;left:25.125rem;display:block; }
#oDLxFW1vRImON3RyLo2HREJmqlTTxwfi { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;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:99rem;left:26.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OeaUxPiD7uiSrdZlGC1RtI0Tav0M4r9o { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100082;line-height:1.3;letter-spacing:0;top:95.9375rem;left:24.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qq79rNTQBpNa1TWX3TExEuWToVTRut6O { 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:100090;text-align:center;text-align-last:center;top:105.875rem;left:27.75rem;display:block; }
#WKsF12TlmxJ4RkFTdbILpmXup6uexQTC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yKmZd8ToEOmu1ZVf4WecXIClpRkIEwTU { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:118rem;left:53.75rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MULUAUqfv3B4I28VEJTAU3JCUQbuD56p { position:absolute;display:block;z-index:100068;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:117.5625rem;left:39.1875rem;display:block; }
#qp6gTVqUMQnAbFveB0JDyTQTdJlGkCLu { color:#00308a;display:block;width:11.996125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100079;line-height:1.3;letter-spacing:0;top:118.25rem;left:38.8125rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cJk45CmulO9kWFEJrGfWtHTeirKFc8L7 { color:#ed2132;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1.5rem;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:123.25rem;left:40.3125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eEITPenTARTaP80Tklk8QTFKikqZzI0F { 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:100080;text-align:center;text-align-last:center;top:127.375rem;left:42.125rem;display:block; }
#Ev3ZyvBu3P6dXuASBKZz05vJWIFVL4Tp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl { 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; }#buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl > .row .container { background-color: transparent; background-image: none; }#buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl > .row .container > .video-iframe-container { display: none; }#buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl > .row > .video-iframe-container { display: none; }#buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl > .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); }#buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl > .row .container { border-width: 0; border-radius: 0; }#buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl > .row .container { font-size:0.875rem;font-family:arial;height:167.6875rem;width:75rem;position:relative;display:block; }#CVXXg8NAZtJThdnacpDT8bnhIOVsnpgy { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:99999;line-height:1.3;letter-spacing:0;top:15.5625rem;left:47.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z5tCWaftlHdLNfwuxKXJ854LN420Lr37 { 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:31.6875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mZFQ6IdcJa7tAHdHJGsgPkVUO9QT2uHE { 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:75.1875rem;left:35.6875rem;height:2.76041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VkL6zTeEEsP7q7F3CgxkTcpa79u9eAEZ { 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:75.9375rem;left:53.1875rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rkNTdI7TEcOT9QfTD6XHwrdUfMaJEBoT { 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.5625rem;left:33.0625rem;display:block; }
#Oc1zOPVKTuQO5JoL3wPFQh50ZkFDxhJ7 { 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:100001;top:18.9375rem;left:47.9375rem;display:block; }
#zJMBkLUG5N3OpTPoH0qWlUnSkPoasi5N { 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:100007;text-align:center;text-align-last:center;top:21.875rem;left:48.6875rem;display:block; }
#PtZJgilPEPoA2kKT4iQob6lF2U0GGF57 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zkho2Gd9lP68NzuNiQs1yxmc6MMwPpRB { position:absolute;display:block;z-index:99998;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:45.8125rem;display:block; }
#wZUL8feDOv7emqCT1xvJHuouzWhdahpc { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:18.6875rem;left:47.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BxgBb61Jg4CL6n7ydEECnwEEBwJ2KzTt { 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:30.875rem;display:block; }
#lbr4KmySMZ7rcPLLFEbQ9xwc3gZXRauq { 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:33.375rem;display:block; }
#iew960dAoxFwaKQZCGBzxhnV4F50Bq0N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CHfZf9Zk37KhKzcPQOQI7eJnedqtvJgO { 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:32.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z6PFI4X4PXlTafHW1hc3wKslq24y4XTu { 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:74.5rem;left:52.5625rem;display:block; }
#OksoJbIcel86NVMa01UsKE6yx9Cs7OJq { 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:74.5rem;left:34.75rem;display:block; }
#gVlkPUVLdcIBR4CVOT0vdTPqFhgXTKfV { position:absolute;display:block;z-index:100001;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:89.1875rem;left:51.0625rem;display:block; }
#UXx9umQFAZaUWAh2vO0bGF3JLcFFdPTQ { 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:82.75rem;left:55.4375rem;display:block; }
#G70yFDPH2iG2pmLyXqAwHQ51z7CcD6VX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t18hyyOBXwKoXqdSKxS2GNu8meLNImDk { 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:83.125rem;left:37.625rem;display:block; }
#lV7eWRAtqKOQ5Akl3nObWx3NMcnenssy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rvCd6rtgTg0xhQITWJOr5T1oPSFs47Cp { 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:100011;text-align:center;text-align-last:center;top:97.5rem;left:53.75rem;display:block; }
#KV7Kw1RiCEatH6Mm8iUnsohdT0T0nMHz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CldLFFEsb4gdfWK6Wtit4h6aVgH4stcu { 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:79.3125rem;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; }
#vxLE3VT1oVBXleb6ZqyRJ1KBCKlRn4Vq { 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:79.125rem;left:55.0625rem;display:block; }
#hweOHT0IMfHIiQpCnVHfiup424DSOTWw { 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:80.5625rem;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; }
#QTR5szSGyApJRPbM5AGwP2VRotfIKlrD { 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:80.25rem;left:37.1875rem;display:block; }
#Faa9i6OTfMpvHL3xCL90r9og5hvLcrRH { 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:100005;top:94.4375rem;left:53.4375rem;display:block; }
#V0nVTB8ENTL4U82In1mofsApmAPTEVrr { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:94.5625rem;left:52.6875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IScU0bdf4sF5LaALb2zpZ6ncr2VhpQJd { color:#00308a;display:block;width:13.3125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:90rem;left:50.0625rem;height:2.8229125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rIoiVXbuHDSMEf2qCw6l0SQHpKUXLZ1S { 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.5rem;width:11.5rem;top:89.4375rem;left:34.4375rem;display:block; }
#xE9pl3ZqDiPE8FXCatxA707ccaZCBTJ3 { color:#00308a;display:block;width:13.8125rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:90rem;left:33.5625rem;height:4.203125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rD1heyQrPbxWQWHLaPTgWqesBKgcHtTc { 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:100010;top:94.5rem;left:36.3125rem;display:block; }
#HIaT8ESN1qlcwdGPldBIimCvN8DgnU7b { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;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:94.8125rem;left:36.0625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8ySb1fJ4rEGFBnCcWlBfBntnympO0B8 { 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:97.4375rem;left:37.125rem;display:block; }
#t6iOKugB5Oiwb9gg88DOzez2iz1rJuqq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D8luCZBmqiq6sbEWh7dkM0s6heODiZlg { position:absolute;display:block;z-index:100019;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:74.5rem;left:17.5rem;display:block; }
#nUiwHMIqDrLm3CT0ZcHe6FqgQr4VCyzL { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:76.1875rem;left:18.125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F3gOVpvkm7S4qmSwdPSRTH7pW9lGkohd { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;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:79.875rem;left:19rem;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; }
#u37kQugEKRb79vwoIu4F0yvLGq7OcpFP { 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:100022;top:79.5625rem;left:20.1875rem;display:block; }
#uDIUl89iQLMP0kPH1rtV1mkdF4gu03EA { 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; }
#JkLb2sx5UZMBGgM7AN8HNTGsZ054odZW { 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; }
#VL5kHZNCLQl5CnldqXPQiyJbeLn7zFL6 { 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:19.625rem;left:61.5625rem;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; }
#RQPm9nKRRfoSXiZm8dUD7oT0EOWonouw { 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; }
#NCGO3h4Qi6FbtApNLwR4hIxWtUVGmnZ5 { 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:22.3125rem;left:62.875rem;display:block; }
#qc47fHx2rWIBcDBxCxrFRsofPHATeQZp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qqODg0rarrbm3uD5FyqbJ0Opc21Ph9do { 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:100028;text-align:center;text-align-last:center;top:82.75rem;left:20.375rem;display:block; }
#n5nGD9VE6EkbC1mazKp9rvc38to8ecZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mKqiX7BadbBxAsJS0o14HbpE2eBZO3kg { 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:78.0625rem;left:35.5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ql0U3tBTaTGFqNuAntOKJSeiyCirHtd0 { 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:113.9375rem;left:37.3125rem;display:block; }
#DaEQlED2cH86SloqF9g2TI8hd9VAKWX0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hHrw1ulQ2mEOyVTN7ehW2UE0Q0ZUzo4g { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:107.375rem;left:35rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r5ZyTn7gt6HVUVbpPRhAd6aEt3z4fvVf { 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:113.9375rem;left:55.4375rem;display:block; }
#ipTRbeeVQcREJHy2JUnyvpa2DoAVmcTn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ExHEbmiUn2SChpQsBTugVkXJDNQMeccE { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:107.375rem;left:53.1875rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#isT4cs6hbt5XmZ06yCWIgX7zwT7OpbqO { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:111.4375rem;left:36.0625rem;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; }
#HF4mkXILgAeFlo6Eov58RpRWh6NQfgt1 { 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:100023;top:111.1875rem;left:37.125rem;display:block; }
#UxPgaHNgRSFAGB3RLpHGt0fdV3aIl7yK { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:111.375rem;left:54.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; }
#fzgeqxxWIdTv3FKvQyw9F0CyxXtiVotC { 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:100024;top:111.1875rem;left:55.25rem;display:block; }
#V9phz3cECTAeu1s5lJ2IqX9C7avUpttb { 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:88.9375rem;left:17.5rem;display:block; }
#F2V1voTDhT1LzfQfWvb3EfPBmySQ5acq { 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:97.4375rem;left:20.5625rem;display:block; }
#GBACx6gmAT9828kzBdCzwUcfoEhk9bOb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Kar5FgpgbMCVVOThPwAIPdaWmIsr6VmZ { 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:95rem;left:19.75rem;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; }
#P5e0fTa44IqgTeH5FQOTNo8QvAK9QFcI { 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:94.6875rem;left:20.3125rem;display:block; }
#aBSBZV53sIPATpk1MK8ri7ALk1rmP5qa { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:91rem;left:18.125rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tiBzUgrufHhWWrSi4ZTv6mwSLGMrwwWo { 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:120.0625rem;left:33.9375rem;display:block; }
#Q66vEVoTMsVAciFk81fi0gthMUlv0dEm { 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:128.75rem;left:36.875rem;display:block; }
#OMQqDBcXZKJdLCo63Rw8O5N7yiHL6p3A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cw0Pvab95x8Iik12kI5ByfiduJJDD6eO { 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:126.3125rem;left:35.5rem;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; }
#iPZuhaq6gKJrsXDPTIoorNqgkKxC4rVh { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:122.25rem;left:34.625rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NaHZu8U1doKTFdbW9uQX7r8zZLbTbGkv { 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:126.0625rem;left:36.625rem;display:block; }
#G1VgxRDi0Jx7WRcIQhmRH0UzEbuWR8rO { position:absolute;display:block;z-index:100020;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:105.6875rem;left:34.5rem;display:block; }
#f22xa48t9OT4doh0eoWv4zCli4889iTr { position:absolute;display:block;z-index:100021;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:105.6875rem;left:52.5625rem;display:block; }
#D4c5913KtqNzmykCSFeuedxlGs64V86L { position:absolute;display:block;z-index:100011;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:105.375rem;left:17.5rem;display:block; }
#uF26uQztPPeNRDmyLauCtOvayNOBHd56 { 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.87435rem;text-decoration:none;z-index:100021;text-align:center;text-align-last:center;top:113.75rem;left:19.9375rem;display:block; }
#heqy5xIw5xO83VwggkAL0dQ1xVECzan3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#t2NFfyRuChb9pKwwczdAXG1P11B2nuyV { color:#00308a;display:block;width:8.936625rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:110.75rem;left:19rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wsvQIih6tCQ50ddffMK6hl3oNRQS01NF { 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:100015;top:110.75rem;left:19.375rem;display:block; }
#zG6wBfh0AO9BBJ0kEgTnE2VT5qTbm3Vb { color:#00308a;display:block;width:13.811875rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:106.5625rem;left:16.5625rem;height:4.203125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iol8aUzCd0IZqULtEF5WBWB8Ogw3shFc { 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:15.5625rem;display:block; }
#VCI7FDykIetBfBNpTTrw1pa2cx3TBigv { 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:19.125rem;display:block; }
#x9VaL5O4Li5oW0wJhPbpF3A7y474zohb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gFww2eIIp4c0URhDAo0lutUzZo6RzMkl { 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:17.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N4TBbsifGAA7TXIqhTVLv7UtS1S9lsGJ { 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:16.125rem;height:4.203125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lHHp3uebUqyEFpDRSkUNrVqsscVL2kZI { 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; }
#Sbr5stFRpuOgSTEbw0Lbnw5SvPolstn0 { 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; }
#drtBdOamTndvIGXW5D2awhQBTx0c4D3H { 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; }
#hTxvEvUhSQmWB0cV7ihTOBvTuIHOOwMr { 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; }
#PRrM21p92s0g8hZKETlRinntcEzneKQQ { 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; }
#QXVmdMPW5Zu6DzaPDShsNZhdC5yGVoTz { 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:65.0625rem;left:46.625rem;display:block; }
#aPwsOec0U29cMSVeVprBO498MasfsG0D { 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:65.5rem;left:35.3125rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#TMOMph19T0Vh7OPz6aZTNoGRO53MVr3e { 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; }
#yp1abA37CxleGtXvSekus5HozursqZBx { 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.9375rem;left:38.062501907349rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#EJJNBWAzciAvcbEnDPN6lUwbpT8k5hwF { 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:26.9375rem;left:38.000001907349rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#N5mEuoHhCbADLvOyJPIbb3NNSorpHiDR { position:absolute;display:block;z-index:100019;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:29.375rem;left:61.1875rem;display:block; }
#PkG947PWAhf20sOmRxoifqaru1TvoxV9 { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:30.0625rem;left:61.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AMxhwerV8wCDToV90LX3RbzE0oQ1CiV8 { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;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:35.125rem;left:62.75rem;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; }
#FwmFdhaKI7vWSUlQb9fyinTdt20Scrnm { 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:100028;text-align:center;text-align-last:center;top:37.8125rem;left:64.0625rem;display:block; }
#rNIVXcGfGVvKk8Zru7oSeWmaUF99FxsX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P6cG9xnbpZbzKd17X07dQwgJFCTCVob7 { 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:100022;top:34.8125rem;left:63.3125rem;display:block; }
#eaBn5aFHD8Sp8D06J8ya1E0DXfrSW5pS { 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:29.375rem;left:46.125rem;display:block; }
#LxBw7QDpGiB5kwNyRGm8agRCMUGGHI7a { 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:30.0625rem;left:46.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kWFi2slCvyuuT5L4OzEC6knobiu4wEXv { 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:35.125rem;left:47.6875rem;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; }
#OkyqBXp0MA7V8Kim93IQgP6AIEp3nQhA { 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:34.8125rem;left:48.25rem;display:block; }
#MSMT3JzeZGv4UXcPwexzbIUTTHh5IgyT { 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:37.8125rem;left:49rem;display:block; }
#zrIJnBIZrznknnnmpcqT2TKZogewDnlJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V5Ki4i1zFVUdZg4Tqrtya4l2FoPmVTtn { 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:69.9375rem;left:38.0625rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#Ze2fMhZRZGdL849gJUfiwQ3z7EDuqBTn { 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:133.625rem;left:38.0625rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#WhC0zJN6CbimNzTIawOSCFvXQdTdPmWM { position:absolute;display:block;z-index:100004;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:136.625rem;left:54.9375rem;display:block; }
#gDe4NJXvTv3TGa4ZsNKwwU1TV11qSkUO { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:138.0625rem;left:55.5625rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SyQ301Og39y4y68zeUdeDrOmJekAU8rr { 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:100007;top:141.25rem;left:57.4375rem;display:block; }
#hbhHQwct012bDDKDS28sLKTe6KR46oes { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:141.9375rem;left:56.5625rem;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; }
#ipMJo1e3KB4bFpIco3X3rwrbzEt9OEng { 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:100013;text-align:center;text-align-last:center;top:144.875rem;left:57.8125rem;display:block; }
#nKd5OTTPcAf9AflTSrThT4AXGvtitJ15 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zcPQpX2hDfDt7XbqTcm0xwrDwJyp1WHu { 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.5rem;width:11.5rem;top:136.8125rem;left:40.1875rem;display:block; }
#TMTrKDA7G5Q6vhsmg1FQxZ3rragNahFE { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:139rem;left:40.875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvzEn9xkIN9vf6Kd17ObsazZanpHiF1G { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;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:143.0625rem;left:41.75rem;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; }
#DvoptJIpHL3vuT2KExMSq2DM03inwQNI { 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:100037;top:142.8125rem;left:42.875rem;display:block; }
#XzPckw78G8SeXNXWdaXwTX0SeBzaMAWS { 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:100043;text-align:center;text-align-last:center;top:145.5rem;left:43.125rem;display:block; }
#NaHVSuTxobvPuVm26VgCxC9zaNam6naA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lZxn9nVTLRH9vvHwSblN83rWhGvcwwn7 { 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.5rem;width:11.5rem;top:136.8125rem;left:25.25rem;display:block; }
#Zz9uNBbvI6pgUl4XgNtlsICbBLL2Pkvn { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100041;line-height:1.3;letter-spacing:0;top:139rem;left:25.9375rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V2FIkcLOEq0hF93pbn3ePVmQ2RZVURw7 { 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:100037;top:142.8125rem;left:27.9375rem;display:block; }
#vhrIVuKqiGtgHw2TAzCXgSLdXCTJLtaC { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;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:143.0625rem;left:26.8125rem;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; }
#cDBCXJsyufMJctUCKfzXbJSx31z8aRaW { 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:100043;text-align:center;text-align-last:center;top:145.5rem;left:28.1875rem;display:block; }
#HTLnbLuNuHTc04euEhTDdBzPMscab0i1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wxl40X1UuBXNXgkNiebvJ6LLd25i5Kro { 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:42.979167938233rem;left:38.062501907349rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#OxaTmuaWN8e89cxidQgqM7kq6ZbCf2cf { 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:46.9375rem;left:56.3125rem;display:block; }
#TNPJpHCx1hLg8RuPdCvIIw0hVluLxOmH { 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:47.625rem;left:56.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cd1r0UILadIpOiR4whiC36lfcx95ZEvK { 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:52.6875rem;left:57.875rem;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; }
#hDcDVtkSrc42v4FizzB40qdeVGOa28ln { 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:52.375rem;left:58.4375rem;display:block; }
#miPzkhzmHHZbEqegaZKp4cE1zdnEvbHM { 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:55.375rem;left:59.1875rem;display:block; }
#nyOua6MNEeF3dvbql7MivhAuoLfhUSn8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TamhbEBchXAidoMUmNbhEsRE2GBcULm5 { 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:151.625rem;left:38.000001907349rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#R0LEbQLmdGDP3OKMzwGU3PT5v1hc8Ri5 { 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:155.5rem;left:54.9375rem;display:block; }
#rweusvBue2CONk4K2H5J6TdesZrDWHwc { 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:156.37499046326rem;left:55.125001907349rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Evp5IoZlTPI1TdMMMQ0cMuv5pb3JeGg5 { 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:160.125rem;left:57.4375rem;display:block; }
#AZBWROLO7TZu6vSLXF6aucQ1ibVTNG7i { 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:160.8125rem;left:56.5625rem;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; }
#Q3MdREZAQa1osLIuTzOmk44HzGWq5HFe { 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:163.75rem;left:57.8125rem;display:block; }
#WKxfpl9Afxz75h0UrZlTkHh5EitPTbTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tkaHGCz4iI4yTo5628BiRmHCpl4klHH3 { 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; }#tkaHGCz4iI4yTo5628BiRmHCpl4klHH3 > .row .container { background-color: transparent; background-image: none; }#tkaHGCz4iI4yTo5628BiRmHCpl4klHH3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tkaHGCz4iI4yTo5628BiRmHCpl4klHH3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tkaHGCz4iI4yTo5628BiRmHCpl4klHH3 > .row .container > .video-iframe-container { display: none; }#tkaHGCz4iI4yTo5628BiRmHCpl4klHH3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tkaHGCz4iI4yTo5628BiRmHCpl4klHH3 > .row > .video-iframe-container { display: none; }#tkaHGCz4iI4yTo5628BiRmHCpl4klHH3 > .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); }#tkaHGCz4iI4yTo5628BiRmHCpl4klHH3 > .row .container { border-width: 0; border-radius: 0; }#tkaHGCz4iI4yTo5628BiRmHCpl4klHH3 > .row .container { font-size:0.875rem;font-family:arial;height:105.3125rem;width:75rem;position:relative;display:block; }#CVT2DXxtRowx4kpwkZ4JctblNmpqZo9v { 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; }
#BiTJFxLDq5ixZh4tygur0V9RKCVLOiwG { 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; }
#yG8g228hS4L4rs2nes4t4t66Rpv8Q1No { 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.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VHlemuBrA6H8wt7Ros6ndapIJooctVAC { 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.9609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZyadFTgOJZbxXnEsErEP4w0lHCDTnqqg { 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:11.875rem;left:30.5625rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTI60Mxhzov5vZQVQfuFb83qWVBWvH3V { 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; }
#doGd1AAb5NPE7JcWSeJBUwb8mzdTKwkN { 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; }
#ddP5vvtOeq4WkdMc3hC1B5UZK3bTKENb { 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; }
#pluAvg3seXD1fnTFiF9St4Rg3elNTM0z { 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; }
#iwUflsKH8GudLrzg0KIhKE8WuWwtfphK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JMoJqqD82tg1Ml53kTmnQ87Xfg9GXVNt { 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; }
#w9guQhmtsZ2M9MNvzAKFZZGO8g3rbJHl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#blix9M0ZSNRaLNUAfdZoAfJ6TznxnlOU { 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.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HsiR2aBGG1ixTgAFKh7Osb2VsCWpuhow { 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; }
#mhPhMtaZWvTQTHpN9hWLr7ZOmVCUHOkA { 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:10.4375rem;left:29.9375rem;display:block; }
#ViipnOHstKTXGiOFFfQIzV83FuUGB0BW { 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.6875rem;left:32.8125rem;display:block; }
#qtiQbUbBU54uKuDhEdRwO6cqumeTwpVK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ETFZWbdHrRHwLniUdTvydlm48vJzJW22 { 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:16rem;left:31.75rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MlAUHmgA8quIfqv1lzvbnfOACw6Tv6TB { 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:15.78125rem;left:31.75rem;display:block; }
#qAOBLPIPHWKxPRNOVNIlJOFFWRXt8LmF { color:#00308a;display:block;width:10.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:25.375rem;left:11.3125rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bxk6vnTeKwOZi16r3N2nKuNqrKxfmRy9 { position:absolute;display:block;z-index:100003;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:24.4375rem;left:10.375rem;display:block; }
#BD5KX8oWP9hp7fAxdQA9TrOmSiOJpRVz { 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:100006;top:29.4375rem;left:12.375rem;display:block; }
#N4cgzi8SS5nN3rAHpJpfxWyHmz62D6fS { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:29.5rem;left:12.4375rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TffiPzfIaebMn9JTgwiZRbEKxnfyES5o { 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:100012;text-align:center;text-align-last:center;top:32.8125rem;left:13.625rem;display:block; }
#TNfSlwKRRTJGD0F9eKvpVWoJmgIw7ZOr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Wiv5hn0VfBEEvkc2mAiyIOgi5iK9L4oO { 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.87435rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:32.812500953674rem;left:52.374135017395rem;display:block; }
#FDG7cs8rWwLHtCRHV48vFVUM8VKq9cMV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EXUW0cZ99GnlBess89pLPLrHgBQ36XmJ { position:absolute;display:block;z-index:100002;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:24.435765266419rem;left:49.507382392883rem;display:block; }
#sGQslxP34JPa6eGI8C8nuJqDcGilm4nN { color:#00308a;display:block;width:8.936625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:29.334853172302rem;left:51.029732704162rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dEvuHoeVLUOC2B6n5IKQZS847rdXbuCm { color:#00308a;display:block;width:10.186625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:26.054688453674rem;left:50.404732704162rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ESIJD0fZuQbNaPtrGol1JpV8IA27pXoK { 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:24.6875rem;left:29.25rem;display:block; }
#fSyUg86GTQHODzLo5EFT9QKQoGtKPb5M { 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:30rem;left:30.8125rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wm75f4K1D1N6BPLa7qghNfzylpApmMQ6 { 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:33.125rem;left:32.5rem;display:block; }
#IVf34iZEuBwfy6UmNsT54MD3ILIS8iJU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UoLB1gQd2X3Mt5ugnABFsJOrH5yOyqFr { 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:25.6875rem;left:30.1875rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eSye00LzXfofeJqgGBtnM6TCqZ0VtNAG { 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:46.375rem;left:50.8125rem;display:block; }
#alGcK9AmFEmKuXLeIaZnWJ0fatxhUCeb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cqEEcM3PLOGD85xMiefpWCOciwkBmKf4 { 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:38.25rem;left:47.9375rem;display:block; }
#uHtAl0DTymtTP1G0VlNmcCQyx1DDqm29 { 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:43.75rem;left:49.125rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TitM73UB1gRdW3nHGfxWBgK8JnuJzKmy { 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:39.375rem;left:48.8125rem;height:3.47265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IGRvJKbJQ9gbrTu01c5GT1rdLCEawJoN { position:absolute;display:block;z-index:100004;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:38.5rem;left:29.875rem;display:block; }
#JE4f9k4s1Ztmh2A7Tya37yhREBzf2ySk { 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:100013;text-align:center;text-align-last:center;top:47.1875rem;left:32.75rem;display:block; }
#Tp0xtxKWKl6lpnXSNa5a08LlFTqScaPb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bL3Ga7S2KVwTZWcfKNWqoFtCaSdhEX5e { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:43.75rem;left:31.4375rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GLxLJ6lzgpToyIGM8tnD9LdFkUyrd2Rf { color:#00308a;display:block;width:10.7486875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:40.625rem;left:30.5rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pBzgUQGKiAEF0P7KPFGOwkSJaGeWM1J0 { 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:100007;top:44.125rem;left:31.1875rem;display:block; }
#J9TlKIHRHgblqtaWMiunttPOBENtqUPT { 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:57.6875rem;left:21.875rem;display:block; }
#RETc038es0eekiHtPogghchDXTwizeSW { color:#00308a;display:block;width:10.7486875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:59.8125rem;left:22.5rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PXMwpkIZiToedJZ6pQoCTLkknC60buyC { color:#00308a;display:block;width:8.934875rem;position:absolute;font-family:cairo;font-size:1rem;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:62.9375rem;left:23.4375rem;height:2.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GGvzi1zOPTsbrxAp1Qncqa396p0PwbTU { 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:63.3125rem;left:23.1875rem;display:block; }
#r7TDGwK0IROaCVPOKPxL7O7tnKDuTptQ { 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:100018;text-align:center;text-align-last:center;top:66.375rem;left:24.75rem;display:block; }
#v5z9tZZBrQhZ708mSwzEodoLp7bS6ZZa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qK2Kfr0PeziJNkhp1O8herV6GJsZtDvW { 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:53.102865934372rem;left:38.062501907349rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#SLbac7RZaT5ma3KxFOoTrmqaT50uT4M5 { position:absolute;display:block;z-index:100049;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:57.4375rem;left:38.75rem;display:block; }
#UraDLswGGcOZU6NgO8thm24fTiG0nPb2 { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:59.625rem;left:39.4375rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kvOmNlmcVpxEUMk9Ei8n0GZf74gCrxdp { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100051;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.22);top:63.6875rem;left:40.3125rem;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; }
#gA5wfDKWFKkgp5I9JHwau4BZ54PqTn4U { 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:100052;top:63.4375rem;left:41.4375rem;display:block; }
#uXTRgeaR4IonhM10mDfWwHz8hL6WqHo1 { 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:100058;text-align:center;text-align-last:center;top:66.125rem;left:41.6875rem;display:block; }
#SGNt22SomVObxEyTFB7mZ4yM5ERDpDAH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dOiS0ZU1BUMKAp6KhEx7ob0PtD9N1TWm { position:absolute;display:block;z-index:100019;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:57.25rem;left:53.5rem;display:block; }
#TUR13FNeit8NZrgNian8mxvFFdQDXNfw { color:#00308a;display:block;width:10.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100026;line-height:1.3;letter-spacing:0;top:58.6875rem;left:54.125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OEuEIMRWCW3WALn0tTKgazMnDGytShAl { 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:100022;top:61.875rem;left:56rem;display:block; }
#fcxZ4GAX8MzGcaVTkpc5R8KJGhiRMGJg { color:#00308a;display:block;width:8.9375rem;position:absolute;font-family:cairo;font-size:0.9375rem;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:62.5625rem;left:55.125rem;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; }
#fRxgf5xwC9XI4vlnF9UfKtIebEWmpkQm { 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:100028;text-align:center;text-align-last:center;top:65.5rem;left:56.375rem;display:block; }
#K7Xbv7akUU8osfuzMwit0qNOUpxSeP4x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C9sbGSRzMB8izP3EqcxrFbmHRGvlFSFd { 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:71.583335876462rem;left:38.000001907349rem;height:2.3556875rem;text-align:right;text-align-last:right;color:#1b97ca;font-style:normal;display:block; }
#UUeRmPKPSgMQRRNdo2Ug4qHvuoi5uyKT { 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:76.25rem;left:58.0625rem;display:block; }
#ePPWirEBcIhvCoiSwG7HmkgEt3kew6t7 { 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:77.125rem;left:58.25rem;height:2.59895625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BIZGGSgQsaRnl96SGXMD52vctBwVSLba { 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:80.875rem;left:60.5625rem;display:block; }
#gGWqVzTXuXsDaHnpoqVGd2JFceDFMef4 { 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:81.5625rem;left:59.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; }
#tPlEzoUfRrEIfbM8afiBPMEgRra2PklC { 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:84.5rem;left:60.9375rem;display:block; }
#h2Cgf42txUVAyVy8bQ5pBqf2IVgy1EUJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RpzbkNLpMLITAXQPmH2c2GZBxPoJHLNv { 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:76.5rem;left:37.375rem;display:block; }
#CwJvkS1ZOpHr8wGiGk7TIzGPCL8VF1D2 { 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:77.1875rem;left:38rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aF8TetPI3yH5TWNDfHyo4MuH71yzR81u { 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:82.25rem;left:38.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; }
#UmSmWXTTzX031yOS9untE7IvaOaFEN6q { 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:81.9375rem;left:39.5rem;display:block; }
#oJ6x7Vb24GLhSbuRnPDD9537dpv1kfDu { 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:84.9375rem;left:40.25rem;display:block; }
#CdBdbiMkPIZPZlP6snLknHWk2nipI6aT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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.5208375rem;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.0963375rem;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:10.5625rem;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:18.8125rem;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:27.6875rem;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:23.125rem;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:32.3125rem;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:14.6875rem;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) { #dmmZDVT5rgaQ1MuWK7rrTxERvWxpEqz3 { width:19.0625rem;height:3.4375rem;top:37.0625rem;left:19.568360328674rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPCWtnIlTFgZDMsKDghlhVt4xcQvkMfo { display:block; }
 }@media only screen and (max-width: 763px) { #GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv { display:block; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdupHbC6cTIkoO2knxiZQLTTXFTNhTta { top:21.375rem;left:20.25rem;width:10.6875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwmxkI4ntNUpXSfp8wi2edBMDK5TOXM4 { top:20.5625rem;left:19.5625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1XWJc5kmvKgOnwiJTFWtyZonhxNuoGA { width:6.25rem;height:2.8125rem;top:28.8125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sedbZUBxPSDBLPPDPeldLSp3XMn2y7uT { display:block; }
 }@media only screen and (max-width: 763px) { #yIgCb8LAoivDFJkrQ62ZDxI3MSiiHfLH { top:26rem;left:21.1875rem;width:8.875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwCcDVoOqyx0DkGQO3GsQ3OFBOkTuzsW { 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) { #TdrW6N7SfTvu13tTI0yS4NNtuHcbHF3c { top:5.3125rem;left:35.8125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7wEvZM8g2LmZcMJT9IhsLvd7Tzc1aS5 { top:6.5625rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0NNNpS1UdHxNxzhVkByWgZV02rE6Jpb { top:10.9375rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxdOkLiKK4i8izUnaTe7FTWu6T4gIGhp { width:6.25rem;height:2.8125rem;top:14.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrB60WNgHmXVStZl8ZkH4zNWSSegAwRC { display:block; }
 }@media only screen and (max-width: 763px) { #tcXNl09ZVIHeM4RUCO23F0Wbq3SpkTzR { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #loIRhLDqkbE0mbtC1Dqv9pagTdEQZTnC { top:5.4375rem;left:24.5625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA0m1eZbPRpKlwnBfcrRSxbBGOCXIfQB { top:11.3125rem;left:25.9375rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9UnzZ1Wh6ZFfRNTyLpziubnvhxgTw4o { width:6.25rem;height:2.8125rem;top:14.375rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KziQSTsXM3cVKgrAwBUrDfwA2ebC14kD { display:block; }
 }@media only screen and (max-width: 763px) { #LhCUEuTdym2GTQdu98NeUGZV7Tb8AaS5 { top:6.625rem;left:24.561848640442rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEXmMyDchFaK3b8xEPC6wLpLBokJvh3E { top:5.375rem;left:2.6875rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axmondA2L8wraW6kWN943OTUT6zfdJwy { top:6.625rem;left:2.6875rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJFcTougboGRqWIw93SGRI72SGQHzaMU { top:11.25rem;left:4.0625rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8pITJWOu1bMsHMs83BzkZwIySF1XeHt { width:6.25rem;height:2.8125rem;top:14.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhJtI8liaMrqDxQauTAb0qTgUHQnpFnJ { display:block; }
 }@media only screen and (max-width: 763px) { #UbDsBn8hVyOTd7MHEK833ckcpyvCTvig { top:21.25rem;left:35.8125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtIqPSPFDm4tE3bgbIWsgEsSdSaTP7SU { top:22.5rem;left:35.8125rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq5KhllPw6FGT4Gc7zzPG9csfXPJhoak { top:27.125rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUIvul4WWJXmvr6FoFfwl72pblnnuGR4 { width:6.25rem;height:2.8125rem;top:30.1875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O06yIBeyRD7uT2gqk5NhPfC1M41u0fwd { display:block; }
 }@media only screen and (max-width: 763px) { #oUJTDcFhqkmqxexc7C3TomXL7OHIFRyc { top:21.375rem;left:24.5625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsvyCVHLn6TsKWS8xew8vurf8X4Tueg8 { top:22.625rem;left:24.5625rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwaXAkXDFZVmWOd4hy1RSaxBtKXV7tp { top:27.25rem;left:25.9375rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2nOrcxEIzdn7X0NnDHTrDglhUFKd60k { width:6.25rem;height:2.8125rem;top:30.3125rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyHKZgQ17B0d25qTP8EsmGQPCxpyer0I { display:block; }
 }@media only screen and (max-width: 763px) { #aLy8rTPn7H28ivWqNX6g3TQzIUelwETu { top:21.375rem;left:2.6875rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2SaiIZvFtyl00nCOguTTLCVrChltuh0 { top:22.625rem;left:2.6875rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXSrq2n59Ki1tvuJx1Jfcf3tqyfq48Da { top:27.25rem;left:4.0625rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMTGBnuiwTTD8Uxsrtsig1xfOkckdbEL { width:6.25rem;height:2.8125rem;top:30.3125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZC9skhWVaZTeaDkVibqCTxglpLNMy9B { display:block; }
 }@media only screen and (max-width: 763px) { #HBF9cuPgql8FXOpcTUk8fKmbWztVDxv9 { top:38.125rem;left:35.8125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLdKfFCdxsuW0pLqcq9mIcRgwnM623mx { top:39.375rem;left:35.8125rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owNXMbmxA8aN2HP9BAHzxT7QTa1dZG3S { top:44rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA7XB0zoZS2a5w5baN5TadZp7I1ZdWA3 { width:6.25rem;height:2.8125rem;top:47.0625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQXpzG2nLXFCv6yMdKoriy2Lfs7HWeWA { display:block; }
 }@media only screen and (max-width: 763px) { #G4A8bM9VEhgC6fLvocZcLPpG8NN3Q1eQ { top:38.125rem;left:24.5625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTGA3KigOhkXymaMUtodvlTRHpLBDCN { top:39.375rem;left:24.5625rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSFCpP1zBG4P1lxAwRBsSHCqypQurZRR { top:44rem;left:25.9375rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJz66maBqExTtBC8iS1xnlG0ebJkdWcb { width:6.25rem;height:2.8125rem;top:47.0625rem;left:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEPnAQEIAJ5kws34fmmpcbGmm3JIcLnc { display:block; }
 }@media only screen and (max-width: 763px) { #ohLRsVZfUkUsIJikowDSLZHSdSCt508W { top:38.25rem;left:2.5rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoarT0RMGT79oFIpkX0pAzTzMHv4FT19 { top:39.9375rem;left:2.4375rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku6doMOSsO1DTC5BMys7zM10exOCqkVG { top:44.125rem;left:3.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7QynqKAKokpXOW72W2B8HacG4kVBkPq { width:6.25rem;height:2.8125rem;top:47.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUMzuigT76ERV5BDm8T2LBUXWhCW77pv { display:block; }
 }@media only screen and (max-width: 763px) { #rlNc1cSDNFSf27QDVIqnQdLczVZms6qT { top:53.1875rem;left:35.8125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDXelCiryqzxUJt10MbilPsIbbJUzsS2 { width:6.25rem;height:2.8125rem;top:62.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkDznJX0Wa6UPNDCLJU8bNDCtqiW7t3O { display:block; }
 }@media only screen and (max-width: 763px) { #mKfF3CSrBpX2ZD1n1mhDpCw9BDay9k4V { top:54.875rem;left:35.8125rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT5uTFQKm8WaNTCunwW5zhMGp2cJmqTf { top:59.0625rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCit6WlyAT187TpIG54zuz0G2JJgfrK { top:53.5rem;left:24.625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNo5XbAeLO1E7Vxu6VwE84R7MJHfk7Xk { width:6.25rem;height:2.8125rem;top:62.4375rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1AD2xDdAMtS690wXIoEgVUinrLAQ6A2 { display:block; }
 }@media only screen and (max-width: 763px) { #gGXeextVNT3Q63QlFsB523ymHSrdkfzd { top:59.375rem;left:26rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCGEC16ffOf01IV2735EiXEAPFwWpT3p { top:55.1875rem;left:24.5625rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHL7Sgu0CGiWnyKWmKNkKUHXMbD4Byk8 { top:53.3125rem;left:2.75rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TybB49GRObLlsKcHW7K4xeTiRnfKTWI6 { top:55rem;left:2.6875rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD7n3rK9R1ieNekFknLESiiz5sRD35Wx { width:6.25rem;height:2.8125rem;top:62.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZyZMug7RW7SsXvQZT6Npx51n2gWzPBs { display:block; }
 }@media only screen and (max-width: 763px) { #WX2LkSBGbK20wZgUQhugdh2FRfxqTSET { top:59.1875rem;left:4.125rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs { display:block; }#Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6Kceom10L9mnwhX4VVgid3R2iZklyAi { top:21.375rem;left:20.25rem;width:10.6875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF31GgMhm4HoRwVp7voCma9Zy8LZG9st { top:20.5625rem;left:19.5625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayuLGBgZ4mRsxxTOttXEqwX84fL71f11 { width:6.25rem;height:2.8125rem;top:28.8125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNaaObH5sdyxCmRSedSuJXnFNK13B8z0 { display:block; }
 }@media only screen and (max-width: 763px) { #karLATUDvJkqBhRBGggB5Pxrd4MB5C5I { top:26rem;left:21.1875rem;width:8.875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9F7xwlPE3EqxnWk3zFmaClPWwNsMVN8 { 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) { #pQXwNXq9Bg1GtEuvUMVALeWiGU7GTLJW { top:6.3125rem;left:5.3745660781861rem;width:11.5rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4xF3iaKRwZ2dGy5vQ2DAV1u1mNevW1f { top:6.8125rem;left:5.3745660781861rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKzPlvLAeZiZuaTWzRwqzcfcXLlQgKQd { top:9.5rem;left:6.9056005477906rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToRRA8nwNhKGPJtH59QtbtvPEstMEmIT { width:6.25rem;height:2.8125rem;top:17.8125rem;left:8.24783039093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWArnTCbNblexhfOsenaBMivaxRwFz3s { display:block; }
 }@media only screen and (max-width: 763px) { #avIX62vy2FMDBBgLxLVP1q8wrdZ7foMu { top:11.5625rem;left:6.9056005477906rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy8viVVo9ZCNc4NhCgKNlvcyOS4eBEnO { top:8.9375rem;left:28.625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqN7iO2PKrO5JRKCParJduo21t0PRBha { top:9.375rem;left:28.625001907349rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwCSAxySgxGbGLqamNTF6pwVZn2C2pc0 { top:12.3125rem;left:30rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #INa4AQbex4b901ryLyVQ52MlJbDKSF2Q { top:14.9375rem;left:30.0625rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS9FIxaHJ7THlpyT5hMJ8TueXG8M5y64 { width:6.25rem;height:2.8125rem;top:16.625rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #prEKMvHXC3rxHmGrIai8FrNPu1Uc45kh { display:block; }
 }@media only screen and (max-width: 763px) { #qAlfkLRQd147ZsAnrKD7tutuWEOlTXiT { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkbad1lqXIkn7iA10sL07z33svTCvWd8 { top:24.6875rem;left:28.625rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9XbEKtXoThW3lolm1GsqoyQ6EPhBAcL { top:25.5625rem;left:28.625rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XugQlN20LSi4lZmBE3XB4uqNBLQbR1HU { top:28.0625rem;left:30rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U93MppUBMCnToq7tG601XmygXhHz7FUx { top:30.6875rem;left:30.0625rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbTGSG4xAMl18M6rFsGfBo1SP0pIAwKx { width:6.25rem;height:2.8125rem;top:32.375rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBU4xX3cxSbBIM0wmcZQa01quk1muDJi { display:block; }
 }@media only screen and (max-width: 763px) { #Vb3rq5ysKCTEF1CiVprzHIWtZpsfIw6l { top:33.75rem;left:0rem;width:13.5625rem;height:13.687805638894rem;display:block; }
 }@media only screen and (max-width: 763px) { #TahOwdJMnAl0USwhpMvLy6UAE3JXhJIC { top:8.25rem;left:5.3745660781861rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzOE3dWkpkJCiqtRuygn1zID8LyKCHQk { top:13.6875rem;left:5.3745660781861rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5077g9vgVgxQXJWlzeAw8EMoI980nDA { top:14.75rem;left:6.9681005477906rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxCC3TePkX9qsRpaAIKDQNfHfNaefmAi { top:16.5625rem;left:6.7801656723025rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAyfVPuLz9BskWDncDTfg6BuilHXFcSX { top:17.875rem;left:35.6875rem;width:11.5625rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAyzdW6Ff9rTVVUOpGPZWk1dNVWKtEin { top:18.9375rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBMWdaC6w18FVawnp2vc3VmyfPNmnUKb { top:22.75rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9MPirAtrdIUWGuKo6Qff9rh4g7hlMF { top:24.9375rem;left:38.875rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRcoZwcfVSMIPt1QxQdJTzdBuXTPiH7 { width:6.25rem;height:2.8125rem;top:32.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBgc7gUIJm73EFgxIcXzDxy5edoEoSxB { display:block; }
 }@media only screen and (max-width: 763px) { #vcyTDo4fTtrLRigqatuyO6dStsQwSODb { top:26.75rem;left:35.8125rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9xEnDsSr5q6cgsrQwRE4TVdWHawr1eA { top:21.5625rem;left:35.8125rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7CCrTW7ND788GhemZsvMIS8PTAVpVPb { top:28.6875rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWuKnsIZgLuloAvoKh5Um1dQelHRTrz9 { top:30.625rem;left:38.875rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebF5gT75TCnaXXVTvqchBxq70EirDrGr { top:24.6875rem;left:8.24783039093rem;width:11.625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBVeJFXfASeBckn9hMJNcFD9MR5lCrQB { width:6.25rem;height:2.8125rem;top:37.5rem;left:11.191624641419rem;display:block; }
 }@media only screen and (max-width: 763px) { #IowGQ40gfP61cHpyfeRxGxoM2r6Vpygh { display:block; }
 }@media only screen and (max-width: 763px) { #bcJ2Wh8zpKBk16JrBgM0JHcCu1pCFk3R { top:30.0625rem;left:9.75rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA9wtspwEEWc3O8tNb0nO9C8cXTtutkT { top:28.1875rem;left:9.6875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3PvTJUkTcIw7aVPDluAkf6ByCErL5Qd { top:25.125rem;left:8.5rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7K0AnHs8fmQCHeuNSfAH5RVqF7md7M1 { top:26.625rem;left:8.43533039093rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3HXnItP1xSxytF62WepQkenbzmwHbgC { top:31.875rem;left:8.56033039093rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #li729Z3EpZLRaC6N4dAVQXPBtrkb6xag { top:33.3125rem;left:9.5983095169069rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2HCCF81Wih6xPHZWdwh1HzHTpg7dwKp { top:35.4375rem;left:10.132163047791rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ { display:block; }#pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmszfJ1oNa3oDQTFiT9qz7TclO6sgTVW { top:21.9375rem;left:37rem;width:10.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqD3uMJounObLOc2VGRaNTxIMr7odgx7 { top:6.875rem;left:35.8125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbbOl1kkVv2nJQaa5ysmN5nVk9qdxaWH { top:7.5625rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E50wT3RXEIaVAkvfTKfW6SF3bqt3mxVc { top:10.25rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwITKzNEWGq9UXeCnAhaIneIvZqepuS8 { top:12.875rem;left:38.875rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUNNmZd5KO5fsrXDUMxsPy3stse02SA1 { width:6.25rem;height:2.8125rem;top:14.5625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBaJddTB4WSuENoURoef53rs6h2cgeGv { display:block; }
 }@media only screen and (max-width: 763px) { #Sexzdc2yPn91EJ0atAB0MxtWv1kDz51V { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRVv6p9LoZLnTEBzo5a3wKeD9qe1y4Mu { top:28.875rem;left:31.625001907349rem;width:11.4375rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARGcoslNJDfWP7uugcBOMduJXQWWgMbx { top:32.125rem;left:31.457033157349rem;width:10.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcpqcEFJCSzW6n0TNrf9EeIa4ngiU6Ih { top:34.8125rem;left:33.062501907349rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfT1kKEHJlJnLJIAvxyK17GLcosmAdIl { top:37rem;left:33.062501907349rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeE75MSn13xiJrurmh72RDZADWSNPhe2 { width:6.25rem;height:2.8125rem;top:38.25rem;left:34.437501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMTbHfTE30Jvxovpm5wTH2kbPAXeHVLA { display:block; }
 }@media only screen and (max-width: 763px) { #lbB2Ht51FOCpaBEWQQNctFQqxAm8AnhN { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM0FkuvNTXzX9ZB67Fln2mbJsEf95xWO { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD3E2sfprru7E7I9egbVHwV74Hn4S08p { top:52.5625rem;left:32rem;width:11.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToSsKUThwFpvmABqlkQdJrC51JUL7aN { top:48.25rem;left:40.375rem;width:7.375rem;height:7.3125rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT5VKBRmGzDcszDZv2Cyw5f9A5bVsvfb { top:54.0625rem;left:31.831597328186rem;width:11.9375rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyV6ZIaTGlO25myVW8zewAMyetdNXQTT { top:58.25rem;left:33.125001907349rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvIyZKinEKKL1TGMEKiDqt75NffysBZt { top:50.625rem;left:41.25rem;width:5.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHS78LrAgylfZ66vAd29WJVW6ixXg64P { width:6.25rem;height:2.8125rem;top:62.375rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAy26ANWKHXl3TTDtKwKPpTXyNnIUNL0 { display:block; }
 }@media only screen and (max-width: 763px) { #GO5xCaTNdtuEvLpT9mm7AZevvpl8HwbL { top:28.875rem;left:11.250001907349rem;width:11.5rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #annF7onptMN9auggfzkgMk5Q4pJPgKTI { top:30.5rem;left:11.25rem;width:11.9375rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG4JhVg2iDl55eZJBbU4c0rKJ4WyF79I { top:34.5625rem;left:12.625rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9fkrQTbmV8LLhol3SLmRmvbpCogxyy { width:6.25rem;height:2.8125rem;top:41.75rem;left:14.016927719116rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aex9S5XUkZx1fBky3VXyy5lPVQnzBI1L { display:block; }
 }@media only screen and (max-width: 763px) { #By5krTZsUikQE17sD6TS8D60mQ49Mx97 { top:29.1875rem;left:0rem;width:11.5rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMtWtsOEvaXBb9w2WbXXP1tHGzMaOuxI { top:30.375rem;left:0rem;width:11.9375rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLvrP9UMOIiMFHVfpWICNOkyGn3xmGvf { top:35.125rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCKxTRELTz8UexdZzCrLRRV5NbZPTZIF { top:36.8125rem;left:0rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgDEHc6lI973bXvDuNXZMEkNQPlTstEI { width:6.25rem;height:2.8125rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeW9edt0Uz8ZSr0kboy4VddRZUr7UGek { display:block; }
 }@media only screen and (max-width: 763px) { #NLTxKUGNhgpUVv4BWCfQqooe78JZE8OV { top:53.5625rem;left:38.335939407349rem;width:8.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOQH07CvLxCSgrWzNOVQx9hTh10tlQnc { top:38.25rem;left:11.895833969116rem;width:10.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf89AMe5QEMT73eKTMNEcJ4Q0TUTGaea { top:37.9375rem;left:14.979166030884rem;width:8.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNbTekUNhINQahLIItvpnDKV74hT5JUL { top:39.3125rem;left:13.273439407349rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaPGm2kVyv88bxRTK7Kmx6QURC1Wu0c6 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBE2WK7gLVII8gVXPnPJlJiq3zX0d1ST { top:72.25rem;left:35.75rem;width:11.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2A252Fn5dcx41mC4aqwGBA2LekItSWp { top:73.625rem;left:35.8125rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btBKoT7hTvQbM0WS82i7iQyDzHS2QyXV { top:67.8125rem;left:40.375rem;width:7.375rem;height:7.3125rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwNJ4rxHLG1rToNFMO9fne7eUeWRQxKv { top:70.1875rem;left:41.25rem;width:5.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9XfFi5ydb7NtBcCmQ2zHOiW2Xvfuc4C { top:77.9375rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZhQOAcotTU4PklKSdw07pE8vefq2PBK { top:80.5625rem;left:38.875rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGdmOctBXTlLFkbr50K2x0uGhovsC8Bc { width:6.25rem;height:2.8125rem;top:82.0625rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #poTwhVvxvlbBNLl6Oqx6VkEpgEBmhmAb { display:block; }
 }@media only screen and (max-width: 763px) { #TPp1xADTnTGUWx9XtCmi1IFft6xkLJyK { top:72.25rem;left:31.0625rem;width:11.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqZklHKlA3e0Srm1Pv3UTT7p972xhPzB { top:73.5625rem;left:31.124352455139rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKqdDIlOERkENE9QlKWDaUlhXwMgis4K { top:67.1875rem;left:17.5rem;width:7.375rem;height:7.3125rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qX8Af5W06oiTOJrToeFbK3MDPBIoiAog { top:69.5625rem;left:18.375rem;width:5.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyLS9boNTRGhzfp84kqeTr13Ha3ZaLTv { top:77.9375rem;left:32.1875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Ql5h8v3ccybatkxEQiDaLaBxyLSzBs { top:80.5625rem;left:32.25rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A929JWPnMnX4BOtppToE0oh7S7NbRUvO { width:6.25rem;height:2.8125rem;top:82.0625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrTCRazevEgg7928XwTaxUTFNIyHnGOJ { display:block; }
 }@media only screen and (max-width: 763px) { #yqRHEoSafthiXUU94A2n9VQG7HxTyO3E { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJC8AgclEQEZhDFHX3t52SqQU1ZZ8N1E { top:94.1875rem;left:29.375rem;width:11.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAa0oTr3aub1ZTa9FRMoGu9mJVuOMTOE { top:98.75rem;left:30.5rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2TQgDKnzqTvxUPd6LcfuX4XZ4TKns8U { width:6.25rem;height:2.8125rem;top:105.625rem;left:32.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIKbgs8oMVTiKKRl6wKUP0GRmymDMZhm { display:block; }
 }@media only screen and (max-width: 763px) { #R67BJScTTrkPX1RW6askgicJXXDfcnoL { top:95.625rem;left:29.124566078186rem;width:11.9375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML6VRkOf5Zgy4Or1Vl9gqet1s5h8bkt6 { top:90rem;left:37.75rem;width:7.375rem;height:7.3125rem;font-size:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTebhB6tdz1wnwN6Ncw7zbhQqCW01aa3 { top:92.375rem;left:38.625rem;width:5.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkI7Gl81H6PQlsxQ3wVB9Eqw0zTVqwcX { top:101.5625rem;left:29.460939407349rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE9oTcTEBUTZJNJNXBzroVTccfwc13b0 { top:101.25rem;left:33.375001907349rem;width:8.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN4TTuykB0Flkz9MPFlsIWaEdsAAiOTs { top:103.1875rem;left:31.023439407349rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3FgwxJnAgFNbsdliPORPA5kNTE7thNm { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otgcSlvvvaBgqiMPEDQypLCNQuJeSH4U { top:117.3125rem;left:35.75rem;width:11.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF2Qtf1rP8UIFqqJynTCkVWpXPtoWWev { top:123rem;left:38.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4U8xI7JiWOhErD1goS82Ta1ZImRbTfe { width:6.25rem;height:2.8125rem;top:127.125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXbWCnSyktWNCSJRFM57MKwfGT6iNi0B { display:block; }
 }@media only screen and (max-width: 763px) { #oXepfrbQzFDQ1wNrn3M0IPJL3gIVtfl6 { top:117.5625rem;left:11.6875rem;width:11.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5oHS686QmrEwJHxTfFLpSCpMDAg09ov { top:118.9375rem;left:11.4375rem;width:11.9375rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSB1W7xTOy64EeQPis9iEOzw0Hyaz9Xn { top:123.25rem;left:12.8125rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHLf66AWiuvF2lcltpdsFw3Z1LNOaq9T { width:6.25rem;height:2.8125rem;top:127.375rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi0ca2kB17L0GQ3r5qi5kihEse1IMT1M { display:block; }
 }@media only screen and (max-width: 763px) { #UF135fGac8nAMzwbpDdXhKwiHh4DFmMB { top:117.5625rem;left:0rem;width:11.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3KDUEKP9cFcxSToxwTWef4RtbF0DtS { top:118.875rem;left:0rem;width:11.9375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdE49XBuTIaso2HDX1pUlccfanIWEcRc { top:123.25rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKVIiNuDKnp1lleAQwDw3oqRmc1piFv2 { width:6.25rem;height:2.8125rem;top:127.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTrbiuht0oosgQv7BOTHnoOCmPfcdFXI { display:block; }
 }@media only screen and (max-width: 763px) { #alOJvuisQa0JaoaG9zxiSpHZgiTmxKR4 { top:51.1875rem;left:19.375rem;width:5.5rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #NXha0SuctsfCQTWFm3ntmT5ddNGWMx8c { top:31.9375rem;left:35.937501907349rem;width:10.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBtlfxOLFRUFXnSGT3bgfzZzP4coCKEP { top:6.8125rem;left:32.062501907349rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Kds1aHw83RCeyivZE29RpoDil9OKyW { top:7.5rem;left:32.062501907349rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y768WT0Sabbden2qbgRFHKOGtBzNSrQP { top:10.1875rem;left:33.437501907349rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoyQXR0vPhw3S0r4TPSJUgLwMyQe4DZU { top:12.8125rem;left:33.500001907349rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxQ6TJC2TNzvF1l6TEhxfZXJQ5tF5c3V { width:6.25rem;height:2.8125rem;top:14.5rem;left:34.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #suhF55OuPXTmVX0hgWsUNgphpL7npmcT { display:block; }
 }@media only screen and (max-width: 763px) { #EwRes6NJJzHEsyLVT9UdOmKv0chTQHAT { top:6.9375rem;left:16.937501907349rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa5hyAc2lb85TDqV5eX7ytfBXnPUhp0o { top:7.625rem;left:16.937501907349rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL56bGa3JUpmFla9MrltKNTN6ahxb0fb { top:10.3125rem;left:18.312501907349rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fns0BqOIofU2iMovqeAmfiND6ggDzghB { top:12.9375rem;left:18.375001907349rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0eCtOJFq6AesmascM0oO5z28Z7DWshT { width:6.25rem;height:2.8125rem;top:14.625rem;left:19.812501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoFsPIs5Bn3CndF9KgGw3cPIztf8k9SL { display:block; }
 }@media only screen and (max-width: 763px) { #eyD2AkAGqaH9hDbfQB8nrCkzrizG6eRi { top:7rem;left:1.6875rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmOuTR4Qz64TiSzEt9wMne2Mh6JvpT2b { top:7.6875rem;left:1.6875rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoWv6bDX8qGndPv8ql8uTXLaLieOoVPa { top:10.375rem;left:3.0625rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqkMrtcAlX5SUMJhK02zkgUHQVkQaZ27 { top:13rem;left:3.125rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZyCkQIc2O31kiiC8zxMBLQ85eKe6umS { width:6.25rem;height:2.8125rem;top:14.6875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QX3TDEoenA1aZpRhlh3tqD7drmDXul { display:block; }
 }@media only screen and (max-width: 763px) { #iQH5eNwVfKTxRVbbiKI28eqeKtR4WBeQ { top:7.125rem;left:0rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnA8yx53dKnLvkCJptWS9TD47r2dBW67 { top:7.8125rem;left:0rem;width:11.9375rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aisEgs9pBRMbDn2Rf4S6OuHyfRsXkfvP { top:11.5rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwOVE8HqOtcefe0iwrt5BMHJp0pNyVVn { top:13.3125rem;left:0rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDcfAiz7sLNFei8vJtHJaw67RG9MgFLg { width:6.25rem;height:2.8125rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmKJvtK45bAg4WmEO1UgAMdAD5kkZDw0 { display:block; }
 }@media only screen and (max-width: 763px) { #SnpXHyOdrg0okqohXW4yF3iT6QoL5y75 { top:72.4375rem;left:16.75rem;width:11.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbebTmRTERqrJpExM3WSbBcRiKelFTzC { top:73.8125rem;left:16.5rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFTtz0clyFxgBtEx0Tumdfk1gyb6rCXb { top:78.125rem;left:17.875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpZlirzhLvvSzkB4nPoFBrltSyhmoKo2 { top:80.75rem;left:17.9375rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okpvLhyz4eJFMq1pLS8wPJa17UiTPK8E { width:6.25rem;height:2.8125rem;top:82.25rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZD7tRxJM9vumpyKfSQDfsLwF6PxX604 { display:block; }
 }@media only screen and (max-width: 763px) { #SM4cGvQhM3kHMTOyV6DIofR6laP8zDIo { top:72.5rem;left:2.1875rem;width:11.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv2FkTKytVhyIt6i9uSvTu8OdleBkhl7 { top:73.875rem;left:1.9375rem;width:11.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfyuy21oK5btNVZpAqUrMTAPlplWwmHw { top:78.1875rem;left:3.3125rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgVNdchX8ZytNltkDH8ELuv93ZnFzcLQ { top:80.8125rem;left:3.375rem;width:8.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBJpHtPsV6vu3JbBpiD52ipn7upCb2qm { width:6.25rem;height:2.8125rem;top:82.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yryiwv9oxSybDvPes8PW4xUI9lFI4eca { display:block; }
 }@media only screen and (max-width: 763px) { #Giw09t8UKfZevSCNttlJUPhDiS4VwA33 { top:72.5rem;left:0rem;width:11.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOpeDvyby1NEDt6yimG8osKNiVUNiR2c { top:73.875rem;left:0rem;width:11.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7hKQwqkaJHUS5T88kcGNSBkook1s2e9 { top:78.1875rem;left:0rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkQIhFk8oNSGvHfFaETXLKVHIZTCxqPp { width:6.25rem;height:2.8125rem;top:82.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORWDyqR25KJv1Dx7MWWGbtZ2gHKa8X2U { display:block; }
 }@media only screen and (max-width: 763px) { #ZJAyVewoTV2POlTDkCTkS1mFIDwrZ487 { top:94.4375rem;left:11.5rem;width:11.5rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDLxFW1vRImON3RyLo2HREJmqlTTxwfi { top:99rem;left:12.625rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeaUxPiD7uiSrdZlGC1RtI0Tav0M4r9o { top:95.9375rem;left:11.249131202697rem;width:11.9375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq79rNTQBpNa1TWX3TExEuWToVTRut6O { width:6.25rem;height:2.8125rem;top:105.875rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKsF12TlmxJ4RkFTdbILpmXup6uexQTC { display:block; }
 }@media only screen and (max-width: 763px) { #yKmZd8ToEOmu1ZVf4WecXIClpRkIEwTU { top:118rem;left:35.8125rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MULUAUqfv3B4I28VEJTAU3JCUQbuD56p { top:117.5625rem;left:25.5625rem;width:11.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6gTVqUMQnAbFveB0JDyTQTdJlGkCLu { top:118.25rem;left:25.1875rem;width:11.9375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJk45CmulO9kWFEJrGfWtHTeirKFc8L7 { top:123.25rem;left:26.6875rem;width:8.875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEITPenTARTaP80Tklk8QTFKikqZzI0F { width:6.25rem;height:2.8125rem;top:127.375rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev3ZyvBu3P6dXuASBKZz05vJWIFVL4Tp { display:block; }
 }@media only screen and (max-width: 763px) { #buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl { display:block; }#buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVXXg8NAZtJThdnacpDT8bnhIOVsnpgy { top:15.5625rem;left:33.75rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5tCWaftlHdLNfwuxKXJ854LN420Lr37 { top:15.875rem;left:18.0625rem;width:10.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZFQ6IdcJa7tAHdHJGsgPkVUO9QT2uHE { top:75.1875rem;left:22.0625rem;width:10.1875rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkL6zTeEEsP7q7F3CgxkTcpa79u9eAEZ { top:75.9375rem;left:37rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkNTdI7TEcOT9QfTD6XHwrdUfMaJEBoT { top:19.5625rem;left:19.4375rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc1zOPVKTuQO5JoL3wPFQh50ZkFDxhJ7 { top:18.9375rem;left:34.3125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJMBkLUG5N3OpTPoH0qWlUnSkPoasi5N { width:6.25rem;height:2.875rem;top:21.875rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtZJgilPEPoA2kKT4iQob6lF2U0GGF57 { display:block; }
 }@media only screen and (max-width: 763px) { #zkho2Gd9lP68NzuNiQs1yxmc6MMwPpRB { top:13.875rem;left:32.1875rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZUL8feDOv7emqCT1xvJHuouzWhdahpc { top:18.6875rem;left:33.75rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgBb61Jg4CL6n7ydEECnwEEBwJ2KzTt { top:13.875rem;left:17.25rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbr4KmySMZ7rcPLLFEbQ9xwc3gZXRauq { width:6.25rem;height:2.875rem;top:22.25rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iew960dAoxFwaKQZCGBzxhnV4F50Bq0N { display:block; }
 }@media only screen and (max-width: 763px) { #CHfZf9Zk37KhKzcPQOQI7eJnedqtvJgO { top:19.375rem;left:18.6875rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6PFI4X4PXlTafHW1hc3wKslq24y4XTu { top:74.5rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OksoJbIcel86NVMa01UsKE6yx9Cs7OJq { top:74.5rem;left:21.125rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVlkPUVLdcIBR4CVOT0vdTPqFhgXTKfV { top:89.1875rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXx9umQFAZaUWAh2vO0bGF3JLcFFdPTQ { width:6.25rem;height:2.875rem;top:82.75rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G70yFDPH2iG2pmLyXqAwHQ51z7CcD6VX { display:block; }
 }@media only screen and (max-width: 763px) { #t18hyyOBXwKoXqdSKxS2GNu8meLNImDk { width:6.25rem;height:2.875rem;top:83.125rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7eWRAtqKOQ5Akl3nObWx3NMcnenssy { display:block; }
 }@media only screen and (max-width: 763px) { #rvCd6rtgTg0xhQITWJOr5T1oPSFs47Cp { width:6.25rem;height:2.875rem;top:97.5rem;left:40.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV7Kw1RiCEatH6Mm8iUnsohdT0T0nMHz { display:block; }
 }@media only screen and (max-width: 763px) { #CldLFFEsb4gdfWK6Wtit4h6aVgH4stcu { top:79.3125rem;left:38.8125rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxLE3VT1oVBXleb6ZqyRJ1KBCKlRn4Vq { top:79.125rem;left:41.4375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hweOHT0IMfHIiQpCnVHfiup424DSOTWw { top:80.5625rem;left:23.0625rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTR5szSGyApJRPbM5AGwP2VRotfIKlrD { top:80.25rem;left:23.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Faa9i6OTfMpvHL3xCL90r9og5hvLcrRH { top:94.4375rem;left:39.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0nVTB8ENTL4U82In1mofsApmAPTEVrr { top:94.5625rem;left:38.8125rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IScU0bdf4sF5LaALb2zpZ6ncr2VhpQJd { top:90rem;left:34.4375rem;width:13.3125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIoiVXbuHDSMEf2qCw6l0SQHpKUXLZ1S { top:89.4375rem;left:20.8125rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE9pl3ZqDiPE8FXCatxA707ccaZCBTJ3 { top:90rem;left:19.9375rem;width:13.8125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD1heyQrPbxWQWHLaPTgWqesBKgcHtTc { top:94.5rem;left:22.6875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIaT8ESN1qlcwdGPldBIimCvN8DgnU7b { top:94.8125rem;left:22.4375rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ySb1fJ4rEGFBnCcWlBfBntnympO0B8 { width:6.25rem;height:2.875rem;top:97.4375rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6iOKugB5Oiwb9gg88DOzez2iz1rJuqq { display:block; }
 }@media only screen and (max-width: 763px) { #D8luCZBmqiq6sbEWh7dkM0s6heODiZlg { top:74.5rem;left:3.875rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUiwHMIqDrLm3CT0ZcHe6FqgQr4VCyzL { top:76.1875rem;left:4.5rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3gOVpvkm7S4qmSwdPSRTH7pW9lGkohd { top:79.875rem;left:5.375rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u37kQugEKRb79vwoIu4F0yvLGq7OcpFP { top:79.5625rem;left:6.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDIUl89iQLMP0kPH1rtV1mkdF4gu03EA { top:13.875rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkLb2sx5UZMBGgM7AN8HNTGsZ054odZW { top:14.5625rem;left:37rem;width:10.75rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL5kHZNCLQl5CnldqXPQiyJbeLn7zFL6 { top:19.625rem;left:38.8125rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQPm9nKRRfoSXiZm8dUD7oT0EOWonouw { 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) { #NCGO3h4Qi6FbtApNLwR4hIxWtUVGmnZ5 { width:6.25rem;height:2.875rem;top:22.3125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc47fHx2rWIBcDBxCxrFRsofPHATeQZp { display:block; }
 }@media only screen and (max-width: 763px) { #qqODg0rarrbm3uD5FyqbJ0Opc21Ph9do { width:6.25rem;height:2.875rem;top:82.75rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5nGD9VE6EkbC1mazKp9rvc38to8ecZl { display:block; }
 }@media only screen and (max-width: 763px) { #mKqiX7BadbBxAsJS0o14HbpE2eBZO3kg { top:78.0625rem;left:21.875rem;width:10.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql0U3tBTaTGFqNuAntOKJSeiyCirHtd0 { width:6.25rem;height:2.875rem;top:113.9375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaEQlED2cH86SloqF9g2TI8hd9VAKWX0 { display:block; }
 }@media only screen and (max-width: 763px) { #hHrw1ulQ2mEOyVTN7ehW2UE0Q0ZUzo4g { top:107.375rem;left:21.375rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ZyTn7gt6HVUVbpPRhAd6aEt3z4fvVf { width:6.25rem;height:2.875rem;top:113.9375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipTRbeeVQcREJHy2JUnyvpa2DoAVmcTn { display:block; }
 }@media only screen and (max-width: 763px) { #ExHEbmiUn2SChpQsBTugVkXJDNQMeccE { top:107.375rem;left:37rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isT4cs6hbt5XmZ06yCWIgX7zwT7OpbqO { top:111.4375rem;left:22.4375rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF4mkXILgAeFlo6Eov58RpRWh6NQfgt1 { top:111.1875rem;left:23.5rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxPgaHNgRSFAGB3RLpHGt0fdV3aIl7yK { top:111.375rem;left:38.8125rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzgeqxxWIdTv3FKvQyw9F0CyxXtiVotC { top:111.1875rem;left:41.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9phz3cECTAeu1s5lJ2IqX9C7avUpttb { top:88.9375rem;left:3.875rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2V1voTDhT1LzfQfWvb3EfPBmySQ5acq { width:6.25rem;height:2.875rem;top:97.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBACx6gmAT9828kzBdCzwUcfoEhk9bOb { display:block; }
 }@media only screen and (max-width: 763px) { #Kar5FgpgbMCVVOThPwAIPdaWmIsr6VmZ { top:95rem;left:6.125rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5e0fTa44IqgTeH5FQOTNo8QvAK9QFcI { top:94.6875rem;left:6.6875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBSBZV53sIPATpk1MK8ri7ALk1rmP5qa { top:91rem;left:4.5rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiBzUgrufHhWWrSi4ZTv6mwSLGMrwwWo { top:120.0625rem;left:20.3125rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q66vEVoTMsVAciFk81fi0gthMUlv0dEm { width:6.25rem;height:2.875rem;top:128.75rem;left:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMQqDBcXZKJdLCo63Rw8O5N7yiHL6p3A { display:block; }
 }@media only screen and (max-width: 763px) { #cw0Pvab95x8Iik12kI5ByfiduJJDD6eO { top:126.3125rem;left:21.875rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPZuhaq6gKJrsXDPTIoorNqgkKxC4rVh { top:122.25rem;left:21rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaHZu8U1doKTFdbW9uQX7r8zZLbTbGkv { top:126.0625rem;left:23rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1VgxRDi0Jx7WRcIQhmRH0UzEbuWR8rO { top:105.6875rem;left:20.875rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f22xa48t9OT4doh0eoWv4zCli4889iTr { top:105.6875rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4c5913KtqNzmykCSFeuedxlGs64V86L { top:105.375rem;left:3.875rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF26uQztPPeNRDmyLauCtOvayNOBHd56 { width:6.25rem;height:2.8125rem;top:113.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heqy5xIw5xO83VwggkAL0dQ1xVECzan3 { display:block; }
 }@media only screen and (max-width: 763px) { #t2NFfyRuChb9pKwwczdAXG1P11B2nuyV { top:110.75rem;left:5.375rem;width:8.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsvQIih6tCQ50ddffMK6hl3oNRQS01NF { top:110.75rem;left:5.75rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG6wBfh0AO9BBJ0kEgTnE2VT5qTbm3Vb { top:106.5625rem;left:2.9375rem;width:13.75rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iol8aUzCd0IZqULtEF5WBWB8Ogw3shFc { top:13.875rem;left:1.9375rem;width:12.8125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCI7FDykIetBfBNpTTrw1pa2cx3TBigv { width:6.25rem;height:2.8125rem;top:22.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9VaL5O4Li5oW0wJhPbpF3A7y474zohb { display:block; }
 }@media only screen and (max-width: 763px) { #gFww2eIIp4c0URhDAo0lutUzZo6RzMkl { top:19.5rem;left:4.25rem;width:8.875rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4TBbsifGAA7TXIqhTVLv7UtS1S9lsGJ { top:14.6875rem;left:2.5rem;width:12.125rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHHp3uebUqyEFpDRSkUNrVqsscVL2kZI { 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) { #Sbr5stFRpuOgSTEbw0Lbnw5SvPolstn0 { 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) { #drtBdOamTndvIGXW5D2awhQBTx0c4D3H { width:36.9375rem;height:2.3125rem;top:6.125rem;left:10.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTxvEvUhSQmWB0cV7ihTOBvTuIHOOwMr { top:5.6875rem;left:14rem;width:28.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRrM21p92s0g8hZKETlRinntcEzneKQQ { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXVmdMPW5Zu6DzaPDShsNZhdC5yGVoTz { top:65.0625rem;left:19.375rem;width:28.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPwsOec0U29cMSVeVprBO498MasfsG0D { width:36.9375rem;height:2.3125rem;top:65.5rem;left:10.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMOMph19T0Vh7OPz6aZTNoGRO53MVr3e { top:11.375rem;left:0rem;width:5.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yp1abA37CxleGtXvSekus5HozursqZBx { width:36.9375rem;height:2.3125rem;top:9.9375rem;left:10.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJJNBWAzciAvcbEnDPN6lUwbpT8k5hwF { width:36.9375rem;height:2.3125rem;top:26.9375rem;left:10.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5mEuoHhCbADLvOyJPIbb3NNSorpHiDR { top:29.375rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkG947PWAhf20sOmRxoifqaru1TvoxV9 { top:30.0625rem;left:37rem;width:10.75rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMxhwerV8wCDToV90LX3RbzE0oQ1CiV8 { top:35.125rem;left:38.8125rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwmFdhaKI7vWSUlQb9fyinTdt20Scrnm { width:6.25rem;height:2.875rem;top:37.8125rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNIVXcGfGVvKk8Zru7oSeWmaUF99FxsX { display:block; }
 }@media only screen and (max-width: 763px) { #P6cG9xnbpZbzKd17X07dQwgJFCTCVob7 { top:34.8125rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaBn5aFHD8Sp8D06J8ya1E0DXfrSW5pS { top:29.375rem;left:32.5rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxBw7QDpGiB5kwNyRGm8agRCMUGGHI7a { top:30.0625rem;left:33.125001907349rem;width:10.75rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWFi2slCvyuuT5L4OzEC6knobiu4wEXv { top:35.125rem;left:34.0625rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkyqBXp0MA7V8Kim93IQgP6AIEp3nQhA { top:34.8125rem;left:34.625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSMT3JzeZGv4UXcPwexzbIUTTHh5IgyT { width:6.25rem;height:2.875rem;top:37.8125rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrIJnBIZrznknnnmpcqT2TKZogewDnlJ { display:block; }
 }@media only screen and (max-width: 763px) { #V5Ki4i1zFVUdZg4Tqrtya4l2FoPmVTtn { width:36.9375rem;height:2.3125rem;top:69.9375rem;left:10.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze2fMhZRZGdL849gJUfiwQ3z7EDuqBTn { width:36.9375rem;height:2.3125rem;top:133.625rem;left:10.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhC0zJN6CbimNzTIawOSCFvXQdTdPmWM { top:136.625rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDe4NJXvTv3TGa4ZsNKwwU1TV11qSkUO { top:138.0625rem;left:37rem;width:10.75rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyQ301Og39y4y68zeUdeDrOmJekAU8rr { top:141.25rem;left:43.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbhHQwct012bDDKDS28sLKTe6KR46oes { top:141.9375rem;left:38.8125rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMJo1e3KB4bFpIco3X3rwrbzEt9OEng { width:6.25rem;height:2.875rem;top:144.875rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKd5OTTPcAf9AflTSrThT4AXGvtitJ15 { display:block; }
 }@media only screen and (max-width: 763px) { #zcPQpX2hDfDt7XbqTcm0xwrDwJyp1WHu { top:136.8125rem;left:26.5625rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTrKDA7G5Q6vhsmg1FQxZ3rragNahFE { top:139rem;left:27.25rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvzEn9xkIN9vf6Kd17ObsazZanpHiF1G { top:143.0625rem;left:28.125rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvoptJIpHL3vuT2KExMSq2DM03inwQNI { top:142.8125rem;left:29.25rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzPckw78G8SeXNXWdaXwTX0SeBzaMAWS { width:6.25rem;height:2.875rem;top:145.5rem;left:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaHVSuTxobvPuVm26VgCxC9zaNam6naA { display:block; }
 }@media only screen and (max-width: 763px) { #lZxn9nVTLRH9vvHwSblN83rWhGvcwwn7 { top:136.8125rem;left:11.625rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz9uNBbvI6pgUl4XgNtlsICbBLL2Pkvn { top:139rem;left:12.3125rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2FIkcLOEq0hF93pbn3ePVmQ2RZVURw7 { top:142.8125rem;left:14.3125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhrIVuKqiGtgHw2TAzCXgSLdXCTJLtaC { top:143.0625rem;left:13.1875rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDBCXJsyufMJctUCKfzXbJSx31z8aRaW { width:6.25rem;height:2.875rem;top:145.5rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTLnbLuNuHTc04euEhTDdBzPMscab0i1 { display:block; }
 }@media only screen and (max-width: 763px) { #wxl40X1UuBXNXgkNiebvJ6LLd25i5Kro { width:36.9375rem;height:2.3125rem;top:42.9375rem;left:10.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxaTmuaWN8e89cxidQgqM7kq6ZbCf2cf { top:46.9375rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNPJpHCx1hLg8RuPdCvIIw0hVluLxOmH { top:47.625rem;left:37rem;width:10.75rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd1r0UILadIpOiR4whiC36lfcx95ZEvK { top:52.6875rem;left:38.8125rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDcDVtkSrc42v4FizzB40qdeVGOa28ln { top:52.375rem;left:44.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miPzkhzmHHZbEqegaZKp4cE1zdnEvbHM { width:6.25rem;height:2.875rem;top:55.375rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyOua6MNEeF3dvbql7MivhAuoLfhUSn8 { display:block; }
 }@media only screen and (max-width: 763px) { #TamhbEBchXAidoMUmNbhEsRE2GBcULm5 { width:36.9375rem;height:2.3125rem;top:151.625rem;left:10.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0LEbQLmdGDP3OKMzwGU3PT5v1hc8Ri5 { top:155.5rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rweusvBue2CONk4K2H5J6TdesZrDWHwc { top:156.3125rem;left:37rem;width:10.75rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evp5IoZlTPI1TdMMMQ0cMuv5pb3JeGg5 { top:160.125rem;left:43.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZBWROLO7TZu6vSLXF6aucQ1ibVTNG7i { top:160.8125rem;left:38.8125rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3MdREZAQa1osLIuTzOmk44HzGWq5HFe { width:6.25rem;height:2.875rem;top:163.75rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKxfpl9Afxz75h0UrZlTkHh5EitPTbTV { display:block; }
 }@media only screen and (max-width: 763px) { #tkaHGCz4iI4yTo5628BiRmHCpl4klHH3 { display:block; }#tkaHGCz4iI4yTo5628BiRmHCpl4klHH3 > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVT2DXxtRowx4kpwkZ4JctblNmpqZo9v { top:15.75rem;left:0rem;width:1.9375rem;height:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiTJFxLDq5ixZh4tygur0V9RKCVLOiwG { width:45.0625rem;height:3rem;top:2.4375rem;left:0.625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yG8g228hS4L4rs2nes4t4t66Rpv8Q1No { top:11.6875rem;left:0rem;width:11rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHlemuBrA6H8wt7Ros6ndapIJooctVAC { top:11.3125rem;left:36.5625rem;width:10.625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyadFTgOJZbxXnEsErEP4w0lHCDTnqqg { top:11.875rem;left:16.9375rem;width:10.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTI60Mxhzov5vZQVQfuFb83qWVBWvH3V { 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) { #doGd1AAb5NPE7JcWSeJBUwb8mzdTKwkN { top:10.4375rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddP5vvtOeq4WkdMc3hC1B5UZK3bTKENb { top:10.4375rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pluAvg3seXD1fnTFiF9St4Rg3elNTM0z { width:6.25rem;height:2.875rem;top:18.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwUflsKH8GudLrzg0KIhKE8WuWwtfphK { display:block; }
 }@media only screen and (max-width: 763px) { #JMoJqqD82tg1Ml53kTmnQ87Xfg9GXVNt { width:6.25rem;height:2.875rem;top:19.3125rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9guQhmtsZ2M9MNvzAKFZZGO8g3rbJHl { display:block; }
 }@media only screen and (max-width: 763px) { #blix9M0ZSNRaLNUAfdZoAfJ6TznxnlOU { top:15.75rem;left:0rem;width:8.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsiR2aBGG1ixTgAFKh7Osb2VsCWpuhow { top:16.5625rem;left:37.59375rem;width:8.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhPhMtaZWvTQTHpN9hWLr7ZOmVCUHOkA { top:10.4375rem;left:16.3125rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViipnOHstKTXGiOFFfQIzV83FuUGB0BW { width:6.25rem;height:2.875rem;top:18.6875rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtiQbUbBU54uKuDhEdRwO6cqumeTwpVK { display:block; }
 }@media only screen and (max-width: 763px) { #ETFZWbdHrRHwLniUdTvydlm48vJzJW22 { top:16rem;left:18.125rem;width:8.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlAUHmgA8quIfqv1lzvbnfOACw6Tv6TB { top:15.75rem;left:18.125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAOBLPIPHWKxPRNOVNIlJOFFWRXt8LmF { top:25.375rem;left:0rem;width:10.1875rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxk6vnTeKwOZi16r3N2nKuNqrKxfmRy9 { top:24.4375rem;left:0rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD5KX8oWP9hp7fAxdQA9TrOmSiOJpRVz { top:29.4375rem;left:0rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4cgzi8SS5nN3rAHpJpfxWyHmz62D6fS { top:29.5rem;left:0rem;width:8.9375rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TffiPzfIaebMn9JTgwiZRbEKxnfyES5o { width:6.25rem;height:2.875rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNfSlwKRRTJGD0F9eKvpVWoJmgIw7ZOr { display:block; }
 }@media only screen and (max-width: 763px) { #Wiv5hn0VfBEEvkc2mAiyIOgi5iK9L4oO { width:6.25rem;height:2.8125rem;top:32.8125rem;left:38.749135017395rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDG7cs8rWwLHtCRHV48vFVUM8VKq9cMV { display:block; }
 }@media only screen and (max-width: 763px) { #EXUW0cZ99GnlBess89pLPLrHgBQ36XmJ { top:24.375rem;left:35.75rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGQslxP34JPa6eGI8C8nuJqDcGilm4nN { top:29.3125rem;left:37.404732704162rem;width:8.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEvuHoeVLUOC2B6n5IKQZS847rdXbuCm { top:26rem;left:36.779732704162rem;width:10.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESIJD0fZuQbNaPtrGol1JpV8IA27pXoK { top:24.6875rem;left:15.625rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSyUg86GTQHODzLo5EFT9QKQoGtKPb5M { top:30rem;left:17.187501907349rem;width:8.9375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm75f4K1D1N6BPLa7qghNfzylpApmMQ6 { width:6.25rem;height:2.875rem;top:33.125rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVf34iZEuBwfy6UmNsT54MD3ILIS8iJU { display:block; }
 }@media only screen and (max-width: 763px) { #UoLB1gQd2X3Mt5ugnABFsJOrH5yOyqFr { top:25.6875rem;left:16.5625rem;width:10.1875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSye00LzXfofeJqgGBtnM6TCqZ0VtNAG { width:6.25rem;height:2.8125rem;top:46.375rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alGcK9AmFEmKuXLeIaZnWJ0fatxhUCeb { display:block; }
 }@media only screen and (max-width: 763px) { #cqEEcM3PLOGD85xMiefpWCOciwkBmKf4 { top:38.25rem;left:34.3125rem;width:11.4375rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHtAl0DTymtTP1G0VlNmcCQyx1DDqm29 { top:43.75rem;left:35.5rem;width:8.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TitM73UB1gRdW3nHGfxWBgK8JnuJzKmy { top:39.375rem;left:35.1875rem;width:10.125rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGRvJKbJQ9gbrTu01c5GT1rdLCEawJoN { top:38.5rem;left:16.25rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE4f9k4s1Ztmh2A7Tya37yhREBzf2ySk { width:6.25rem;height:2.8125rem;top:47.1875rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp0xtxKWKl6lpnXSNa5a08LlFTqScaPb { display:block; }
 }@media only screen and (max-width: 763px) { #bL3Ga7S2KVwTZWcfKNWqoFtCaSdhEX5e { top:43.75rem;left:17.8125rem;width:8.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLxLJ6lzgpToyIGM8tnD9LdFkUyrd2Rf { top:40.625rem;left:16.875rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBzgUQGKiAEF0P7KPFGOwkSJaGeWM1J0 { top:44.125rem;left:17.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9TlKIHRHgblqtaWMiunttPOBENtqUPT { top:57.6875rem;left:8.25rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RETc038es0eekiHtPogghchDXTwizeSW { top:59.8125rem;left:8.875rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXMwpkIZiToedJZ6pQoCTLkknC60buyC { top:62.9375rem;left:9.8125rem;width:8.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGvzi1zOPTsbrxAp1Qncqa396p0PwbTU { top:63.3125rem;left:9.5625rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7TDGwK0IROaCVPOKPxL7O7tnKDuTptQ { width:6.25rem;height:2.8125rem;top:66.375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5z9tZZBrQhZ708mSwzEodoLp7bS6ZZa { display:block; }
 }@media only screen and (max-width: 763px) { #qK2Kfr0PeziJNkhp1O8herV6GJsZtDvW { width:36.9375rem;height:2.3125rem;top:53.0625rem;left:10.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLbac7RZaT5ma3KxFOoTrmqaT50uT4M5 { top:57.4375rem;left:25.125rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UraDLswGGcOZU6NgO8thm24fTiG0nPb2 { top:59.625rem;left:25.8125rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvOmNlmcVpxEUMk9Ei8n0GZf74gCrxdp { top:63.6875rem;left:26.6875rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA5wfDKWFKkgp5I9JHwau4BZ54PqTn4U { top:63.4375rem;left:27.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXTRgeaR4IonhM10mDfWwHz8hL6WqHo1 { width:6.25rem;height:2.875rem;top:66.125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGNt22SomVObxEyTFB7mZ4yM5ERDpDAH { display:block; }
 }@media only screen and (max-width: 763px) { #dOiS0ZU1BUMKAp6KhEx7ob0PtD9N1TWm { top:57.25rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUR13FNeit8NZrgNian8mxvFFdQDXNfw { top:58.6875rem;left:37rem;width:10.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEuEIMRWCW3WALn0tTKgazMnDGytShAl { top:61.875rem;left:42.375rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcxZ4GAX8MzGcaVTkpc5R8KJGhiRMGJg { top:62.5625rem;left:38.8125rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRxgf5xwC9XI4vlnF9UfKtIebEWmpkQm { width:6.25rem;height:2.875rem;top:65.5rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7Xbv7akUU8osfuzMwit0qNOUpxSeP4x { display:block; }
 }@media only screen and (max-width: 763px) { #C9sbGSRzMB8izP3EqcxrFbmHRGvlFSFd { width:36.9375rem;height:2.3125rem;top:71.5625rem;left:10.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUeRmPKPSgMQRRNdo2Ug4qHvuoi5uyKT { top:76.25rem;left:35.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePPWirEBcIhvCoiSwG7HmkgEt3kew6t7 { top:77.125rem;left:37rem;width:10.75rem;height:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIZGGSgQsaRnl96SGXMD52vctBwVSLba { top:80.875rem;left:45.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGWqVzTXuXsDaHnpoqVGd2JFceDFMef4 { top:81.5625rem;left:38.8125rem;width:8.9375rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPlEzoUfRrEIfbM8afiBPMEgRra2PklC { width:6.25rem;height:2.875rem;top:84.5rem;left:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2Cgf42txUVAyVy8bQ5pBqf2IVgy1EUJ { display:block; }
 }@media only screen and (max-width: 763px) { #RpzbkNLpMLITAXQPmH2c2GZBxPoJHLNv { top:76.5rem;left:23.75rem;width:11.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwJvkS1ZOpHr8wGiGk7TIzGPCL8VF1D2 { top:77.1875rem;left:24.375rem;width:10.75rem;height:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF8TetPI3yH5TWNDfHyo4MuH71yzR81u { top:82.25rem;left:25.3125rem;width:8.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmSmWXTTzX031yOS9untE7IvaOaFEN6q { top:81.9375rem;left:25.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6x7Vb24GLhSbuRnPDD9537dpv1kfDu { width:6.25rem;height:2.875rem;top:84.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdBdbiMkPIZPZlP6snLknHWk2nipI6aT { 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:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DPfpdfK9BEET3SBl5XIBlsHZKcadgog7 { width:11.6875rem;height:11.75rem;top:1.25rem;left:4.125rem;display:none; }
 }@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:64.375rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSK0pfgApKQ2BPuunNK3d6pPc3HUSeJf { width:9.9375rem;height:3.4375rem;top:50.5625rem;left:5rem;display:none; }
 }@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:59.9375rem;left:5rem;display:none; }
 }@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:69.3125rem;left:5rem;display:none; }
 }@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:64.625rem;left:5rem;display:none; }
 }@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:74rem;left:5rem;display:none; }
 }@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:17.4375rem;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:17.4375rem;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:11.4375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrZ288d8otkaTcnqrsQMmwPM3WCzChH8 { width:15.25rem;height:1.5rem;top:12.875rem;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:14.875rem;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:55.25rem;left:5rem;display:none; }
 }@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:5.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSeWKDxhR2c5ylmDPXepTBo8eBTTB7to { width:20rem;height:1.50065rem;top:62.858078002931rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNDPO9l3PAw5gF3lsHfSan6frvvtwEvs { width:20rem;height:20rem;top:41.608074188233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmmZDVT5rgaQ1MuWK7rrTxERvWxpEqz3 { width:19.0625rem;height:3.4375rem;top:0.91905403137206rem;left:0.93641501665113rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPCWtnIlTFgZDMsKDghlhVt4xcQvkMfo { display:block; }
 }@media only screen and (max-width: 763px) { #GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv { display:block; }#GDb8KLXDtHzeV8Qf4IAKSEvPp4101Jiv > .row .container { width:20rem;height:173.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdupHbC6cTIkoO2knxiZQLTTXFTNhTta { width:10.75rem;height:3.75rem;top:66.625rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwmxkI4ntNUpXSfp8wi2edBMDK5TOXM4 { width:11.5rem;height:11.5rem;top:65.5rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1XWJc5kmvKgOnwiJTFWtyZonhxNuoGA { width:6.25rem;height:2.875rem;top:73.75rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sedbZUBxPSDBLPPDPeldLSp3XMn2y7uT { display:block; }
 }@media only screen and (max-width: 763px) { #yIgCb8LAoivDFJkrQ62ZDxI3MSiiHfLH { width:8.9375rem;height:2.5rem;top:70.6875rem;left:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwCcDVoOqyx0DkGQO3GsQ3OFBOkTuzsW { 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) { #TdrW6N7SfTvu13tTI0yS4NNtuHcbHF3c { width:11.436625rem;height:11.436625rem;top:2.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7wEvZM8g2LmZcMJT9IhsLvd7Tzc1aS5 { width:11.9375rem;height:2.599825rem;top:4.75rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0NNNpS1UdHxNxzhVkByWgZV02rE6Jpb { width:8.875rem;height:1.9487875rem;top:8.4375rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxdOkLiKK4i8izUnaTe7FTWu6T4gIGhp { width:6.25rem;height:2.8125rem;top:11.875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrB60WNgHmXVStZl8ZkH4zNWSSegAwRC { display:block; }
 }@media only screen and (max-width: 763px) { #tcXNl09ZVIHeM4RUCO23F0Wbq3SpkTzR { 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) { #loIRhLDqkbE0mbtC1Dqv9pagTdEQZTnC { width:11.4375rem;height:11.4375rem;top:16.12197851593rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA0m1eZbPRpKlwnBfcrRSxbBGOCXIfQB { width:8.8748125rem;height:1.9487875rem;top:22.24697851593rem;left:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9UnzZ1Wh6ZFfRNTyLpziubnvhxgTw4o { width:6.25rem;height:2.8125rem;top:25.05947851593rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KziQSTsXM3cVKgrAwBUrDfwA2ebC14kD { display:block; }
 }@media only screen and (max-width: 763px) { #LhCUEuTdym2GTQdu98NeUGZV7Tb8AaS5 { width:11.936875rem;height:3.8997375rem;top:17.37197851593rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEXmMyDchFaK3b8xEPC6wLpLBokJvh3E { width:11.4375rem;height:11.4375rem;top:29.307720047302rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axmondA2L8wraW6kWN943OTUT6zfdJwy { width:11.936875rem;height:3.8997375rem;top:30.557720047302rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJFcTougboGRqWIw93SGRI72SGQHzaMU { width:8.8748125rem;height:1.9487875rem;top:35.182720047303rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8pITJWOu1bMsHMs83BzkZwIySF1XeHt { width:6.25rem;height:2.8125rem;top:38.245220047303rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhJtI8liaMrqDxQauTAb0qTgUHQnpFnJ { display:block; }
 }@media only screen and (max-width: 763px) { #UbDsBn8hVyOTd7MHEK833ckcpyvCTvig { width:11.4375rem;height:11.4375rem;top:68.8649925473rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtIqPSPFDm4tE3bgbIWsgEsSdSaTP7SU { width:11.936875rem;height:3.8997375rem;top:70.1149925473rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq5KhllPw6FGT4Gc7zzPG9csfXPJhoak { width:8.8748125rem;height:1.9487875rem;top:74.7399925473rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUIvul4WWJXmvr6FoFfwl72pblnnuGR4 { width:6.25rem;height:2.8125rem;top:77.8024925473rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O06yIBeyRD7uT2gqk5NhPfC1M41u0fwd { display:block; }
 }@media only screen and (max-width: 763px) { #oUJTDcFhqkmqxexc7C3TomXL7OHIFRyc { width:11.4375rem;height:11.4375rem;top:55.679235047302rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsvyCVHLn6TsKWS8xew8vurf8X4Tueg8 { width:11.936875rem;height:3.8997375rem;top:56.929235047302rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwaXAkXDFZVmWOd4hy1RSaxBtKXV7tp { width:8.8748125rem;height:1.9487875rem;top:61.554235047302rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2nOrcxEIzdn7X0NnDHTrDglhUFKd60k { width:6.25rem;height:2.8125rem;top:64.6167350473rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyHKZgQ17B0d25qTP8EsmGQPCxpyer0I { display:block; }
 }@media only screen and (max-width: 763px) { #aLy8rTPn7H28ivWqNX6g3TQzIUelwETu { width:11.4375rem;height:11.4375rem;top:42.493477547302rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2SaiIZvFtyl00nCOguTTLCVrChltuh0 { width:11.936875rem;height:2.599825rem;top:43.743477547302rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXSrq2n59Ki1tvuJx1Jfcf3tqyfq48Da { width:8.8748125rem;height:1.9487875rem;top:48.368477547302rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMTGBnuiwTTD8Uxsrtsig1xfOkckdbEL { width:6.25rem;height:2.8125rem;top:51.430977547302rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZC9skhWVaZTeaDkVibqCTxglpLNMy9B { display:block; }
 }@media only screen and (max-width: 763px) { #HBF9cuPgql8FXOpcTUk8fKmbWztVDxv9 { width:11.4375rem;height:11.4375rem;top:110.97003487793rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLdKfFCdxsuW0pLqcq9mIcRgwnM623mx { width:11.936875rem;height:3.8997375rem;top:112.22003487793rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #owNXMbmxA8aN2HP9BAHzxT7QTa1dZG3S { width:8.8748125rem;height:1.9487875rem;top:116.84460000244rem;left:5.4383697509766rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MA7XB0zoZS2a5w5baN5TadZp7I1ZdWA3 { width:6.25rem;height:2.8125rem;top:119.9066670343rem;left:6.9379348754881rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQXpzG2nLXFCv6yMdKoriy2Lfs7HWeWA { display:block; }
 }@media only screen and (max-width: 763px) { #G4A8bM9VEhgC6fLvocZcLPpG8NN3Q1eQ { width:11.4375rem;height:11.4375rem;top:97.784277377931rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTGA3KigOhkXymaMUtodvlTRHpLBDCN { width:11.936875rem;height:3.8997375rem;top:99.034277377931rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSFCpP1zBG4P1lxAwRBsSHCqypQurZRR { width:8.8748125rem;height:1.9487875rem;top:103.65927737793rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJz66maBqExTtBC8iS1xnlG0ebJkdWcb { width:6.25rem;height:2.8125rem;top:106.72177737793rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEPnAQEIAJ5kws34fmmpcbGmm3JIcLnc { display:block; }
 }@media only screen and (max-width: 763px) { #ohLRsVZfUkUsIJikowDSLZHSdSCt508W { width:11.4375rem;height:11.4375rem;top:84.598519877931rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoarT0RMGT79oFIpkX0pAzTzMHv4FT19 { width:11.936875rem;height:1.2999125rem;top:87.8613319397rem;left:4.0310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku6doMOSsO1DTC5BMys7zM10exOCqkVG { width:8.8748125rem;height:1.9487875rem;top:90.473519877931rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7QynqKAKokpXOW72W2B8HacG4kVBkPq { width:6.25rem;height:2.8125rem;top:93.536019877931rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUMzuigT76ERV5BDm8T2LBUXWhCW77pv { display:block; }
 }@media only screen and (max-width: 763px) { #rlNc1cSDNFSf27QDVIqnQdLczVZms6qT { width:11.4375rem;height:11.4375rem;top:160.77361987793rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDXelCiryqzxUJt10MbilPsIbbJUzsS2 { width:6.25rem;height:2.8125rem;top:169.71111987793rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkDznJX0Wa6UPNDCLJU8bNDCtqiW7t3O { display:block; }
 }@media only screen and (max-width: 763px) { #mKfF3CSrBpX2ZD1n1mhDpCw9BDay9k4V { width:11.936875rem;height:1.2999125rem;top:163.22374534607rem;left:4.0310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT5uTFQKm8WaNTCunwW5zhMGp2cJmqTf { width:8.8748125rem;height:1.9487875rem;top:166.64861987793rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZCit6WlyAT187TpIG54zuz0G2JJgfrK { width:11.4375rem;height:11.4375rem;top:145.03903737793rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNo5XbAeLO1E7Vxu6VwE84R7MJHfk7Xk { width:6.25rem;height:2.8125rem;top:153.97653737793rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1AD2xDdAMtS690wXIoEgVUinrLAQ6A2 { display:block; }
 }@media only screen and (max-width: 763px) { #gGXeextVNT3Q63QlFsB523ymHSrdkfzd { width:8.8748125rem;height:1.9487875rem;top:150.91403737793rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCGEC16ffOf01IV2735EiXEAPFwWpT3p { width:11.936875rem;height:2.599825rem;top:147.25152301788rem;left:4.0310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHL7Sgu0CGiWnyKWmKNkKUHXMbD4Byk8 { width:11.4375rem;height:11.4375rem;top:128.00453612793rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TybB49GRObLlsKcHW7K4xeTiRnfKTWI6 { width:11.936875rem;height:2.599825rem;top:129.96636772156rem;left:4.0310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD7n3rK9R1ieNekFknLESiiz5sRD35Wx { width:6.25rem;height:2.8125rem;top:136.94203612793rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZyZMug7RW7SsXvQZT6Npx51n2gWzPBs { display:block; }
 }@media only screen and (max-width: 763px) { #WX2LkSBGbK20wZgUQhugdh2FRfxqTSET { width:8.8748125rem;height:1.9487875rem;top:133.87953612793rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs { display:block; }#Gyy42xVbov4xtppZR1krA0dPL1Ta1ASs > .row .container { width:20rem;height:101.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H6Kceom10L9mnwhX4VVgid3R2iZklyAi { width:10.75rem;height:3.75rem;top:66.625rem;left:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AF31GgMhm4HoRwVp7voCma9Zy8LZG9st { width:11.5rem;height:11.5rem;top:65.5rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayuLGBgZ4mRsxxTOttXEqwX84fL71f11 { width:6.25rem;height:2.875rem;top:73.75rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNaaObH5sdyxCmRSedSuJXnFNK13B8z0 { display:block; }
 }@media only screen and (max-width: 763px) { #karLATUDvJkqBhRBGggB5Pxrd4MB5C5I { width:8.9375rem;height:2.5rem;top:70.6875rem;left:5.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9F7xwlPE3EqxnWk3zFmaClPWwNsMVN8 { 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) { #pQXwNXq9Bg1GtEuvUMVALeWiGU7GTLJW { width:11.5rem;height:17.0625rem;top:2.9741764068604rem;left:3.9995661377907rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #H4xF3iaKRwZ2dGy5vQ2DAV1u1mNevW1f { width:11.936875rem;height:1.2999125rem;top:3.1586380004883rem;left:4.0310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKzPlvLAeZiZuaTWzRwqzcfcXLlQgKQd { 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) { #ToRRA8nwNhKGPJtH59QtbtvPEstMEmIT { width:6.25rem;height:2.8125rem;top:17.521919250488rem;left:6.8750005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWArnTCbNblexhfOsenaBMivaxRwFz3s { display:block; }
 }@media only screen and (max-width: 763px) { #avIX62vy2FMDBBgLxLVP1q8wrdZ7foMu { width:8.8748125rem;height:1.2999125rem;top:9.10546875rem;left:5.5620661377907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy8viVVo9ZCNc4NhCgKNlvcyOS4eBEnO { width:11.436625rem;height:11.436625rem;top:21.636285781861rem;left:4.0310330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqN7iO2PKrO5JRKCParJduo21t0PRBha { width:11.9375rem;height:1.2999125rem;top:23.1875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwCSAxySgxGbGLqamNTF6pwVZn2C2pc0 { width:8.875rem;height:1.94921875rem;top:25.3125rem;left:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #INa4AQbex4b901ryLyVQ52MlJbDKSF2Q { width:8.875rem;height:1.2999125rem;top:27.9375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS9FIxaHJ7THlpyT5hMJ8TueXG8M5y64 { width:6.25rem;height:2.8125rem;top:29.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #prEKMvHXC3rxHmGrIai8FrNPu1Uc45kh { display:block; }
 }@media only screen and (max-width: 763px) { #qAlfkLRQd147ZsAnrKD7tutuWEOlTXiT { 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) { #Pkbad1lqXIkn7iA10sL07z33svTCvWd8 { width:11.4375rem;height:11.4375rem;top:35.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9XbEKtXoThW3lolm1GsqoyQ6EPhBAcL { width:11.9375rem;height:1.2999125rem;top:36.4375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XugQlN20LSi4lZmBE3XB4uqNBLQbR1HU { width:8.875rem;height:1.94921875rem;top:38.9375rem;left:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U93MppUBMCnToq7tG601XmygXhHz7FUx { width:8.875rem;height:1.2999125rem;top:41.5625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbTGSG4xAMl18M6rFsGfBo1SP0pIAwKx { width:6.25rem;height:2.8125rem;top:43.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBU4xX3cxSbBIM0wmcZQa01quk1muDJi { display:block; }
 }@media only screen and (max-width: 763px) { #Vb3rq5ysKCTEF1CiVprzHIWtZpsfIw6l { width:13.6230625rem;height:13.75rem;top:88.122825145719rem;left:3.1879342198372rem;display:block; }
 }@media only screen and (max-width: 763px) { #TahOwdJMnAl0USwhpMvLy6UAE3JXhJIC { width:11.936875rem;height:1.2999125rem;top:5.1714415550232rem;left:4.0310330986977rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzOE3dWkpkJCiqtRuygn1zID8LyKCHQk { width:11.936875rem;height:1.2999125rem;top:11.375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5077g9vgVgxQXJWlzeAw8EMoI980nDA { width:8.8748125rem;height:1.9487875rem;top:13.6875rem;left:5.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxCC3TePkX9qsRpaAIKDQNfHfNaefmAi { width:8.8748125rem;height:1.2999125rem;top:16rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAyfVPuLz9BskWDncDTfg6BuilHXFcSX { width:11.5625rem;height:17.3125rem;top:50.125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAyzdW6Ff9rTVVUOpGPZWk1dNVWKtEin { width:11.936875rem;height:2.599825rem;top:51.3125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBMWdaC6w18FVawnp2vc3VmyfPNmnUKb { width:8.8748125rem;height:1.9487875rem;top:55.125rem;left:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx9MPirAtrdIUWGuKo6Qff9rh4g7hlMF { width:8.8748125rem;height:1.2999125rem;top:57.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkRcoZwcfVSMIPt1QxQdJTzdBuXTPiH7 { width:6.25rem;height:2.8125rem;top:64.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBgc7gUIJm73EFgxIcXzDxy5edoEoSxB { display:block; }
 }@media only screen and (max-width: 763px) { #vcyTDo4fTtrLRigqatuyO6dStsQwSODb { width:11.936875rem;height:1.2999125rem;top:59.0625rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9xEnDsSr5q6cgsrQwRE4TVdWHawr1eA { width:11.936875rem;height:1.2999125rem;top:53.875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7CCrTW7ND788GhemZsvMIS8PTAVpVPb { width:8.8748125rem;height:1.9487875rem;top:60.375rem;left:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWuKnsIZgLuloAvoKh5Um1dQelHRTrz9 { width:8.8748125rem;height:1.2999125rem;top:63rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebF5gT75TCnaXXVTvqchBxq70EirDrGr { width:11.625rem;height:15.3125rem;top:70.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBVeJFXfASeBckn9hMJNcFD9MR5lCrQB { width:6.25rem;height:2.8125rem;top:83.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IowGQ40gfP61cHpyfeRxGxoM2r6Vpygh { display:block; }
 }@media only screen and (max-width: 763px) { #bcJ2Wh8zpKBk16JrBgM0JHcCu1pCFk3R { width:8.8748125rem;height:1.2999125rem;top:75.875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA9wtspwEEWc3O8tNb0nO9C8cXTtutkT { width:8.8748125rem;height:1.9487875rem;top:74rem;left:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3PvTJUkTcIw7aVPDluAkf6ByCErL5Qd { width:11.936875rem;height:1.2999125rem;top:70.9375rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7K0AnHs8fmQCHeuNSfAH5RVqF7md7M1 { width:11.936875rem;height:1.2999125rem;top:72.5rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3HXnItP1xSxytF62WepQkenbzmwHbgC { width:11.936875rem;height:1.2999125rem;top:77.75rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #li729Z3EpZLRaC6N4dAVQXPBtrkb6xag { width:8.8748125rem;height:1.9487875rem;top:79.1875rem;left:5.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2HCCF81Wih6xPHZWdwh1HzHTpg7dwKp { width:8.8748125rem;height:1.2999125rem;top:81.25rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ { display:block; }#pfiRNUZ7LeP2lHFQAEXO5dnLmabOVINQ > .row .container { width:20rem;height:347.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmszfJ1oNa3oDQTFiT9qz7TclO6sgTVW { width:10.75rem;height:0;top:60.75rem;left:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqD3uMJounObLOc2VGRaNTxIMr7odgx7 { width:11.4375rem;height:11.4375rem;top:279.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbbOl1kkVv2nJQaa5ysmN5nVk9qdxaWH { width:11.9375rem;height:2.599825rem;top:280.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E50wT3RXEIaVAkvfTKfW6SF3bqt3mxVc { width:8.875rem;height:1.94921875rem;top:283rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwITKzNEWGq9UXeCnAhaIneIvZqepuS8 { width:8.875rem;height:1.2999125rem;top:285.625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUNNmZd5KO5fsrXDUMxsPy3stse02SA1 { width:6.25rem;height:2.8125rem;top:287.3125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBaJddTB4WSuENoURoef53rs6h2cgeGv { display:block; }
 }@media only screen and (max-width: 763px) { #Sexzdc2yPn91EJ0atAB0MxtWv1kDz51V { width:20rem;height:2.54948125rem;top:273.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRVv6p9LoZLnTEBzo5a3wKeD9qe1y4Mu { width:11.4375rem;height:13.3125rem;top:44.9375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARGcoslNJDfWP7uugcBOMduJXQWWgMbx { width:10.3125rem;height:2.599825rem;top:48.0625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcpqcEFJCSzW6n0TNrf9EeIa4ngiU6Ih { width:8.875rem;height:1.94921875rem;top:50.875rem;left:5.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfT1kKEHJlJnLJIAvxyK17GLcosmAdIl { width:8.875rem;height:1.2999125rem;top:53rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeE75MSn13xiJrurmh72RDZADWSNPhe2 { width:6.25rem;height:2.8125rem;top:54.3125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMTbHfTE30Jvxovpm5wTH2kbPAXeHVLA { display:block; }
 }@media only screen and (max-width: 763px) { #lbB2Ht51FOCpaBEWQQNctFQqxAm8AnhN { width:20rem;height:2.69965rem;top:3.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aM0FkuvNTXzX9ZB67Fln2mbJsEf95xWO { width:16.3125rem;height:2.4615875rem;top:60.9375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yD3E2sfprru7E7I9egbVHwV74Hn4S08p { width:11.5rem;height:12.8125rem;top:65.375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TToSsKUThwFpvmABqlkQdJrC51JUL7aN { width:7.375rem;height:7.3125rem;top:97.188808441162rem;left:12.561198532581rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fT5VKBRmGzDcszDZv2Cyw5f9A5bVsvfb { width:11.9375rem;height:3.8997375rem;top:66.5rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyV6ZIaTGlO25myVW8zewAMyetdNXQTT { width:8.875rem;height:1.94921875rem;top:71.0625rem;left:5.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvIyZKinEKKL1TGMEKiDqt75NffysBZt { width:5.5rem;height:0;top:99.546870231631rem;left:13.156250298023rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tHS78LrAgylfZ66vAd29WJVW6ixXg64P { width:6.25rem;height:2.8125rem;top:75.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAy26ANWKHXl3TTDtKwKPpTXyNnIUNL0 { display:block; }
 }@media only screen and (max-width: 763px) { #GO5xCaTNdtuEvLpT9mm7AZevvpl8HwbL { width:11.5rem;height:15.8125rem;top:26.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #annF7onptMN9auggfzkgMk5Q4pJPgKTI { width:11.9375rem;height:3.8997375rem;top:28.125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG4JhVg2iDl55eZJBbU4c0rKJ4WyF79I { width:8.875rem;height:1.94921875rem;top:32.0625rem;left:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU9fkrQTbmV8LLhol3SLmRmvbpCogxyy { width:6.25rem;height:2.8125rem;top:39.3125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aex9S5XUkZx1fBky3VXyy5lPVQnzBI1L { display:block; }
 }@media only screen and (max-width: 763px) { #By5krTZsUikQE17sD6TS8D60mQ49Mx97 { width:11.5rem;height:13.3125rem;top:9.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMtWtsOEvaXBb9w2WbXXP1tHGzMaOuxI { width:11.9375rem;height:3.8997375rem;top:10.375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLvrP9UMOIiMFHVfpWICNOkyGn3xmGvf { width:8.875rem;height:1.94921875rem;top:15.125rem;left:5.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCKxTRELTz8UexdZzCrLRRV5NbZPTZIF { width:8.875rem;height:1.2999125rem;top:16.8125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgDEHc6lI973bXvDuNXZMEkNQPlTstEI { width:6.25rem;height:2.8125rem;top:18.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeW9edt0Uz8ZSr0kboy4VddRZUr7UGek { display:block; }
 }@media only screen and (max-width: 763px) { #NLTxKUGNhgpUVv4BWCfQqooe78JZE8OV { width:8.875rem;height:2.03125rem;top:66.125rem;left:10.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOQH07CvLxCSgrWzNOVQx9hTh10tlQnc { width:10.3125rem;height:1.2999125rem;top:35.8125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf89AMe5QEMT73eKTMNEcJ4Q0TUTGaea { width:8.875rem;height:2.03125rem;top:35.4375rem;left:7.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNbTekUNhINQahLIItvpnDKV74hT5JUL { width:8.875rem;height:1.94921875rem;top:36.8125rem;left:6.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaPGm2kVyv88bxRTK7Kmx6QURC1Wu0c6 { width:20rem;height:2.7747375rem;top:82.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBE2WK7gLVII8gVXPnPJlJiq3zX0d1ST { width:11.5rem;height:12.8125rem;top:104.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2A252Fn5dcx41mC4aqwGBA2LekItSWp { width:11.9375rem;height:2.599825rem;top:105.9375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btBKoT7hTvQbM0WS82i7iQyDzHS2QyXV { width:7.375rem;height:7.3125rem;top:136.5rem;left:12.625rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BwNJ4rxHLG1rToNFMO9fne7eUeWRQxKv { width:5.5rem;height:0;top:156.625rem;left:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #v9XfFi5ydb7NtBcCmQ2zHOiW2Xvfuc4C { width:8.875rem;height:1.94921875rem;top:109.75rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZhQOAcotTU4PklKSdw07pE8vefq2PBK { width:8.875rem;height:1.2999125rem;top:112.375rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGdmOctBXTlLFkbr50K2x0uGhovsC8Bc { width:6.25rem;height:2.8125rem;top:113.875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #poTwhVvxvlbBNLl6Oqx6VkEpgEBmhmAb { display:block; }
 }@media only screen and (max-width: 763px) { #TPp1xADTnTGUWx9XtCmi1IFft6xkLJyK { width:11.5rem;height:12.8125rem;top:87.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqZklHKlA3e0Srm1Pv3UTT7p972xhPzB { width:11.9375rem;height:2.599825rem;top:89.4375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKqdDIlOERkENE9QlKWDaUlhXwMgis4K { width:7.375rem;height:7.3125rem;top:119.4375rem;left:12.625rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qX8Af5W06oiTOJrToeFbK3MDPBIoiAog { width:5.5rem;height:0;top:138.8125rem;left:13.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #hyLS9boNTRGhzfp84kqeTr13Ha3ZaLTv { width:8.875rem;height:1.94921875rem;top:92.875rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Ql5h8v3ccybatkxEQiDaLaBxyLSzBs { width:8.875rem;height:1.2999125rem;top:95.5rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A929JWPnMnX4BOtppToE0oh7S7NbRUvO { width:6.25rem;height:2.8125rem;top:97rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrTCRazevEgg7928XwTaxUTFNIyHnGOJ { display:block; }
 }@media only screen and (max-width: 763px) { #yqRHEoSafthiXUU94A2n9VQG7HxTyO3E { width:20rem;height:2.17448125rem;top:162.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJC8AgclEQEZhDFHX3t52SqQU1ZZ8N1E { width:11.5rem;height:15.75rem;top:168.8125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAa0oTr3aub1ZTa9FRMoGu9mJVuOMTOE { width:8.875rem;height:1.94921875rem;top:173.375rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2TQgDKnzqTvxUPd6LcfuX4XZ4TKns8U { width:6.25rem;height:2.8125rem;top:180.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIKbgs8oMVTiKKRl6wKUP0GRmymDMZhm { display:block; }
 }@media only screen and (max-width: 763px) { #R67BJScTTrkPX1RW6askgicJXXDfcnoL { width:11.9375rem;height:2.599825rem;top:169.9375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ML6VRkOf5Zgy4Or1Vl9gqet1s5h8bkt6 { width:7.375rem;height:7.3125rem;top:158.3125rem;left:12.1875rem;font-size:5.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTebhB6tdz1wnwN6Ncw7zbhQqCW01aa3 { width:5.5rem;height:0;top:160.9375rem;left:13.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkI7Gl81H6PQlsxQ3wVB9Eqw0zTVqwcX { width:11.9375rem;height:1.2999125rem;top:176.1875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE9oTcTEBUTZJNJNXBzroVTccfwc13b0 { width:8.875rem;height:2.03125rem;top:175.9375rem;left:8rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN4TTuykB0Flkz9MPFlsIWaEdsAAiOTs { width:8.875rem;height:1.94921875rem;top:177.8125rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3FgwxJnAgFNbsdliPORPA5kNTE7thNm { width:20rem;height:2.0996125rem;top:205.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #otgcSlvvvaBgqiMPEDQypLCNQuJeSH4U { width:11.5rem;height:12.8125rem;top:244.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vF2Qtf1rP8UIFqqJynTCkVWpXPtoWWev { width:8.875rem;height:1.94921875rem;top:250.125rem;left:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4U8xI7JiWOhErD1goS82Ta1ZImRbTfe { width:6.25rem;height:2.8125rem;top:254.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXbWCnSyktWNCSJRFM57MKwfGT6iNi0B { display:block; }
 }@media only screen and (max-width: 763px) { #oXepfrbQzFDQ1wNrn3M0IPJL3gIVtfl6 { width:11.5rem;height:12.8125rem;top:227.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5oHS686QmrEwJHxTfFLpSCpMDAg09ov { width:11.9375rem;height:3.8997375rem;top:228.25rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSB1W7xTOy64EeQPis9iEOzw0Hyaz9Xn { width:8.875rem;height:1.94921875rem;top:232.9375rem;left:4.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHLf66AWiuvF2lcltpdsFw3Z1LNOaq9T { width:6.25rem;height:2.8125rem;top:237.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mi0ca2kB17L0GQ3r5qi5kihEse1IMT1M { display:block; }
 }@media only screen and (max-width: 763px) { #UF135fGac8nAMzwbpDdXhKwiHh4DFmMB { width:11.5rem;height:12.8125rem;top:211.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vv3KDUEKP9cFcxSToxwTWef4RtbF0DtS { width:10.6875rem;height:2.599825rem;top:213.0625rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdE49XBuTIaso2HDX1pUlccfanIWEcRc { width:8.875rem;height:1.94921875rem;top:217.0625rem;left:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKVIiNuDKnp1lleAQwDw3oqRmc1piFv2 { width:6.25rem;height:2.8125rem;top:221.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTrbiuht0oosgQv7BOTHnoOCmPfcdFXI { display:block; }
 }@media only screen and (max-width: 763px) { #alOJvuisQa0JaoaG9zxiSpHZgiTmxKR4 { width:5.5rem;height:0;top:121.8125rem;left:14.1875rem;font-size:1rem;z-index:100092;display:none; }
 }@media only screen and (max-width: 763px) { #NXha0SuctsfCQTWFm3ntmT5ddNGWMx8c { width:10.3125rem;height:1.8684875rem;top:47.375rem;left:8.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBtlfxOLFRUFXnSGT3bgfzZzP4coCKEP { width:11.4375rem;height:11.4375rem;top:319.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8Kds1aHw83RCeyivZE29RpoDil9OKyW { width:11.9375rem;height:2.599825rem;top:320.625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y768WT0Sabbden2qbgRFHKOGtBzNSrQP { width:8.875rem;height:1.94921875rem;top:323.3125rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoyQXR0vPhw3S0r4TPSJUgLwMyQe4DZU { width:8.875rem;height:1.2999125rem;top:325.9375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxQ6TJC2TNzvF1l6TEhxfZXJQ5tF5c3V { width:6.25rem;height:2.8125rem;top:327.625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #suhF55OuPXTmVX0hgWsUNgphpL7npmcT { display:block; }
 }@media only screen and (max-width: 763px) { #EwRes6NJJzHEsyLVT9UdOmKv0chTQHAT { width:11.4375rem;height:11.4375rem;top:306.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xa5hyAc2lb85TDqV5eX7ytfBXnPUhp0o { width:11.9375rem;height:2.599825rem;top:307.4375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aL56bGa3JUpmFla9MrltKNTN6ahxb0fb { width:8.875rem;height:1.94921875rem;top:310.125rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fns0BqOIofU2iMovqeAmfiND6ggDzghB { width:8.875rem;height:1.2999125rem;top:312.75rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0eCtOJFq6AesmascM0oO5z28Z7DWshT { width:6.25rem;height:2.8125rem;top:314.4375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoFsPIs5Bn3CndF9KgGw3cPIztf8k9SL { display:block; }
 }@media only screen and (max-width: 763px) { #eyD2AkAGqaH9hDbfQB8nrCkzrizG6eRi { width:11.4375rem;height:11.4375rem;top:293.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmOuTR4Qz64TiSzEt9wMne2Mh6JvpT2b { width:11.9375rem;height:2.599825rem;top:294.25rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoWv6bDX8qGndPv8ql8uTXLaLieOoVPa { width:8.875rem;height:1.94921875rem;top:296.9375rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqkMrtcAlX5SUMJhK02zkgUHQVkQaZ27 { width:8.875rem;height:1.2999125rem;top:299.5625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZyCkQIc2O31kiiC8zxMBLQ85eKe6umS { width:6.25rem;height:2.8125rem;top:301.25rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2QX3TDEoenA1aZpRhlh3tqD7drmDXul { display:block; }
 }@media only screen and (max-width: 763px) { #iQH5eNwVfKTxRVbbiKI28eqeKtR4WBeQ { width:11.4375rem;height:11.4375rem;top:333.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnA8yx53dKnLvkCJptWS9TD47r2dBW67 { width:11.9375rem;height:3.8997375rem;top:333.875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aisEgs9pBRMbDn2Rf4S6OuHyfRsXkfvP { width:8.875rem;height:1.94921875rem;top:337.5625rem;left:5.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwOVE8HqOtcefe0iwrt5BMHJp0pNyVVn { width:8.875rem;height:1.2999125rem;top:339.375rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDcfAiz7sLNFei8vJtHJaw67RG9MgFLg { width:6.25rem;height:2.8125rem;top:340.875rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmKJvtK45bAg4WmEO1UgAMdAD5kkZDw0 { display:block; }
 }@media only screen and (max-width: 763px) { #SnpXHyOdrg0okqohXW4yF3iT6QoL5y75 { width:11.5rem;height:12.8125rem;top:147.6875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbebTmRTERqrJpExM3WSbBcRiKelFTzC { width:11.9375rem;height:2.599825rem;top:149.0625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFTtz0clyFxgBtEx0Tumdfk1gyb6rCXb { width:8.875rem;height:1.94921875rem;top:153.375rem;left:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpZlirzhLvvSzkB4nPoFBrltSyhmoKo2 { width:8.875rem;height:1.2999125rem;top:156rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #okpvLhyz4eJFMq1pLS8wPJa17UiTPK8E { width:6.25rem;height:2.8125rem;top:157.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZD7tRxJM9vumpyKfSQDfsLwF6PxX604 { display:block; }
 }@media only screen and (max-width: 763px) { #SM4cGvQhM3kHMTOyV6DIofR6laP8zDIo { width:11.5rem;height:12.8125rem;top:133.1875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv2FkTKytVhyIt6i9uSvTu8OdleBkhl7 { width:11.9375rem;height:2.599825rem;top:134.25rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfyuy21oK5btNVZpAqUrMTAPlplWwmHw { width:8.875rem;height:1.94921875rem;top:138.875rem;left:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgVNdchX8ZytNltkDH8ELuv93ZnFzcLQ { width:8.875rem;height:1.2999125rem;top:141.5rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBJpHtPsV6vu3JbBpiD52ipn7upCb2qm { width:6.25rem;height:2.8125rem;top:143rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #yryiwv9oxSybDvPes8PW4xUI9lFI4eca { display:block; }
 }@media only screen and (max-width: 763px) { #Giw09t8UKfZevSCNttlJUPhDiS4VwA33 { width:11.5rem;height:12.8125rem;top:118.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOpeDvyby1NEDt6yimG8osKNiVUNiR2c { width:11.9375rem;height:1.2999125rem;top:120.375rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7hKQwqkaJHUS5T88kcGNSBkook1s2e9 { width:8.875rem;height:1.94921875rem;top:124.5625rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkQIhFk8oNSGvHfFaETXLKVHIZTCxqPp { width:6.25rem;height:2.8125rem;top:128.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORWDyqR25KJv1Dx7MWWGbtZ2gHKa8X2U { display:block; }
 }@media only screen and (max-width: 763px) { #ZJAyVewoTV2POlTDkCTkS1mFIDwrZ487 { width:11.5rem;height:15.75rem;top:187.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDLxFW1vRImON3RyLo2HREJmqlTTxwfi { width:8.875rem;height:1.94921875rem;top:192.8125rem;left:5.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeaUxPiD7uiSrdZlGC1RtI0Tav0M4r9o { width:11.9375rem;height:2.599825rem;top:189.0625rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq79rNTQBpNa1TWX3TExEuWToVTRut6O { width:6.25rem;height:2.8125rem;top:198.5rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKsF12TlmxJ4RkFTdbILpmXup6uexQTC { display:block; }
 }@media only screen and (max-width: 763px) { #yKmZd8ToEOmu1ZVf4WecXIClpRkIEwTU { width:11.9375rem;height:3.8997375rem;top:245.1875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MULUAUqfv3B4I28VEJTAU3JCUQbuD56p { width:11.5rem;height:12.8125rem;top:259.0625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qp6gTVqUMQnAbFveB0JDyTQTdJlGkCLu { width:11.9375rem;height:3.8997375rem;top:260.875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJk45CmulO9kWFEJrGfWtHTeirKFc8L7 { width:8.875rem;height:1.94921875rem;top:264.75rem;left:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEITPenTARTaP80Tklk8QTFKikqZzI0F { width:6.25rem;height:2.8125rem;top:268.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev3ZyvBu3P6dXuASBKZz05vJWIFVL4Tp { display:block; }
 }@media only screen and (max-width: 763px) { #buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl { display:block; }#buqHL2mQeH1hOJrXtzi2bHM3c0MvUSBl > .row .container { width:20rem;height:329.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVXXg8NAZtJThdnacpDT8bnhIOVsnpgy { width:8.9375rem;height:2.4375rem;top:230.25rem;left:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5tCWaftlHdLNfwuxKXJ854LN420Lr37 { width:10.25rem;height:2.599825rem;top:243.875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZFQ6IdcJa7tAHdHJGsgPkVUO9QT2uHE { width:10.1875rem;height:2.76041875rem;top:34.625rem;left:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkL6zTeEEsP7q7F3CgxkTcpa79u9eAEZ { width:10.75rem;height:2.599825rem;top:49.3125rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkNTdI7TEcOT9QfTD6XHwrdUfMaJEBoT { width:1.8125rem;height:1.8125rem;top:247.25rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc1zOPVKTuQO5JoL3wPFQh50ZkFDxhJ7 { width:1.875rem;height:1.875rem;top:233.125rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJMBkLUG5N3OpTPoH0qWlUnSkPoasi5N { width:6.25rem;height:2.875rem;top:236.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtZJgilPEPoA2kKT4iQob6lF2U0GGF57 { display:block; }
 }@media only screen and (max-width: 763px) { #zkho2Gd9lP68NzuNiQs1yxmc6MMwPpRB { width:11.5rem;height:11.5rem;top:228.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZUL8feDOv7emqCT1xvJHuouzWhdahpc { width:8.9375rem;height:2.4995625rem;top:233.375rem;left:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgBb61Jg4CL6n7ydEECnwEEBwJ2KzTt { width:11.5rem;height:11.5rem;top:242.1875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbr4KmySMZ7rcPLLFEbQ9xwc3gZXRauq { width:6.25rem;height:2.875rem;top:250.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iew960dAoxFwaKQZCGBzxhnV4F50Bq0N { display:block; }
 }@media only screen and (max-width: 763px) { #CHfZf9Zk37KhKzcPQOQI7eJnedqtvJgO { width:8.9375rem;height:2.4375rem;top:247.3125rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6PFI4X4PXlTafHW1hc3wKslq24y4XTu { width:11.5rem;height:11.5rem;top:47.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OksoJbIcel86NVMa01UsKE6yx9Cs7OJq { width:11.5rem;height:11.5rem;top:33.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVlkPUVLdcIBR4CVOT0vdTPqFhgXTKfV { width:11.5rem;height:11.5rem;top:20.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXx9umQFAZaUWAh2vO0bGF3JLcFFdPTQ { width:6.25rem;height:2.875rem;top:55.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G70yFDPH2iG2pmLyXqAwHQ51z7CcD6VX { display:block; }
 }@media only screen and (max-width: 763px) { #t18hyyOBXwKoXqdSKxS2GNu8meLNImDk { width:6.25rem;height:2.875rem;top:42.5625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lV7eWRAtqKOQ5Akl3nObWx3NMcnenssy { display:block; }
 }@media only screen and (max-width: 763px) { #rvCd6rtgTg0xhQITWJOr5T1oPSFs47Cp { width:6.25rem;height:2.875rem;top:28.375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV7Kw1RiCEatH6Mm8iUnsohdT0T0nMHz { display:block; }
 }@media only screen and (max-width: 763px) { #CldLFFEsb4gdfWK6Wtit4h6aVgH4stcu { width:8.9375rem;height:2.4375rem;top:52.6875rem;left:5.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxLE3VT1oVBXleb6ZqyRJ1KBCKlRn4Vq { width:1.875rem;height:1.875rem;top:52.375rem;left:6.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hweOHT0IMfHIiQpCnVHfiup424DSOTWw { width:8.9375rem;height:2.4995625rem;top:40rem;left:6.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTR5szSGyApJRPbM5AGwP2VRotfIKlrD { width:1.875rem;height:1.875rem;top:39.6875rem;left:6.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Faa9i6OTfMpvHL3xCL90r9og5hvLcrRH { width:1.875rem;height:1.875rem;top:25.3125rem;left:6.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0nVTB8ENTL4U82In1mofsApmAPTEVrr { width:8.9375rem;height:2.4995625rem;top:25.4375rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IScU0bdf4sF5LaALb2zpZ6ncr2VhpQJd { width:10rem;height:3.8997375rem;top:20.875rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIoiVXbuHDSMEf2qCw6l0SQHpKUXLZ1S { width:11.5rem;height:11.5rem;top:74.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE9pl3ZqDiPE8FXCatxA707ccaZCBTJ3 { width:10.8125rem;height:3.8997375rem;top:75.1875rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD1heyQrPbxWQWHLaPTgWqesBKgcHtTc { width:1.875rem;height:1.875rem;top:79.875rem;left:5.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIaT8ESN1qlcwdGPldBIimCvN8DgnU7b { width:8.9375rem;height:2.4995625rem;top:80.125rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8ySb1fJ4rEGFBnCcWlBfBntnympO0B8 { width:6.25rem;height:2.875rem;top:82.8125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6iOKugB5Oiwb9gg88DOzez2iz1rJuqq { display:block; }
 }@media only screen and (max-width: 763px) { #D8luCZBmqiq6sbEWh7dkM0s6heODiZlg { width:11.5rem;height:11.5rem;top:88.1875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUiwHMIqDrLm3CT0ZcHe6FqgQr4VCyzL { width:10.75rem;height:2.599825rem;top:89.875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3gOVpvkm7S4qmSwdPSRTH7pW9lGkohd { width:8.9375rem;height:1.28103125rem;top:93.625rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u37kQugEKRb79vwoIu4F0yvLGq7OcpFP { width:1.875rem;height:1.875rem;top:93.25rem;left:6.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDIUl89iQLMP0kPH1rtV1mkdF4gu03EA { width:11.5rem;height:11.5rem;top:61.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkLb2sx5UZMBGgM7AN8HNTGsZ054odZW { width:10.75rem;height:3.8997375rem;top:62.0625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL5kHZNCLQl5CnldqXPQiyJbeLn7zFL6 { width:8.9375rem;height:2.4995625rem;top:66.875rem;left:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQPm9nKRRfoSXiZm8dUD7oT0EOWonouw { width:1.875rem;height:1.875rem;top:66.435325622556rem;left:6.3125000596044rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCGO3h4Qi6FbtApNLwR4hIxWtUVGmnZ5 { width:6.25rem;height:2.875rem;top:69.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc47fHx2rWIBcDBxCxrFRsofPHATeQZp { display:block; }
 }@media only screen and (max-width: 763px) { #qqODg0rarrbm3uD5FyqbJ0Opc21Ph9do { width:6.25rem;height:2.875rem;top:96.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5nGD9VE6EkbC1mazKp9rvc38to8ecZl { display:block; }
 }@media only screen and (max-width: 763px) { #mKqiX7BadbBxAsJS0o14HbpE2eBZO3kg { width:10.1875rem;height:1.28103125rem;top:37.5rem;left:5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ql0U3tBTaTGFqNuAntOKJSeiyCirHtd0 { width:6.25rem;height:2.875rem;top:110.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaEQlED2cH86SloqF9g2TI8hd9VAKWX0 { display:block; }
 }@media only screen and (max-width: 763px) { #hHrw1ulQ2mEOyVTN7ehW2UE0Q0ZUzo4g { width:10.75rem;height:2.599825rem;top:103.5625rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5ZyTn7gt6HVUVbpPRhAd6aEt3z4fvVf { width:6.25rem;height:2.875rem;top:123.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipTRbeeVQcREJHy2JUnyvpa2DoAVmcTn { display:block; }
 }@media only screen and (max-width: 763px) { #ExHEbmiUn2SChpQsBTugVkXJDNQMeccE { width:10.75rem;height:2.599825rem;top:117.375rem;left:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #isT4cs6hbt5XmZ06yCWIgX7zwT7OpbqO { width:8.9375rem;height:1.28103125rem;top:107.625rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF4mkXILgAeFlo6Eov58RpRWh6NQfgt1 { width:1.875rem;height:1.875rem;top:107.375rem;left:6.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UxPgaHNgRSFAGB3RLpHGt0fdV3aIl7yK { width:8.9375rem;height:1.28103125rem;top:121.375rem;left:5.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzgeqxxWIdTv3FKvQyw9F0CyxXtiVotC { width:1.875rem;height:1.875rem;top:121rem;left:5.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9phz3cECTAeu1s5lJ2IqX9C7avUpttb { width:11.5rem;height:11.5rem;top:129.5rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2V1voTDhT1LzfQfWvb3EfPBmySQ5acq { width:6.25rem;height:2.875rem;top:138rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBACx6gmAT9828kzBdCzwUcfoEhk9bOb { display:block; }
 }@media only screen and (max-width: 763px) { #Kar5FgpgbMCVVOThPwAIPdaWmIsr6VmZ { width:8.9375rem;height:1.28103125rem;top:135.5625rem;left:5.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5e0fTa44IqgTeH5FQOTNo8QvAK9QFcI { width:1.875rem;height:1.875rem;top:135.25rem;left:5.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBSBZV53sIPATpk1MK8ri7ALk1rmP5qa { width:10.75rem;height:2.599825rem;top:131.5625rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiBzUgrufHhWWrSi4ZTv6mwSLGMrwwWo { width:11.5rem;height:11.5rem;top:143.6875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q66vEVoTMsVAciFk81fi0gthMUlv0dEm { width:6.25rem;height:2.875rem;top:152.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMQqDBcXZKJdLCo63Rw8O5N7yiHL6p3A { display:block; }
 }@media only screen and (max-width: 763px) { #cw0Pvab95x8Iik12kI5ByfiduJJDD6eO { width:8.9375rem;height:1.28103125rem;top:149.9375rem;left:4.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPZuhaq6gKJrsXDPTIoorNqgkKxC4rVh { width:10.75rem;height:2.599825rem;top:145.875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaHZu8U1doKTFdbW9uQX7r8zZLbTbGkv { width:1.875rem;height:1.875rem;top:153.75rem;left:6.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1VgxRDi0Jx7WRcIQhmRH0UzEbuWR8rO { width:11.5rem;height:11.5rem;top:101.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f22xa48t9OT4doh0eoWv4zCli4889iTr { width:11.5rem;height:11.5rem;top:115.6875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4c5913KtqNzmykCSFeuedxlGs64V86L { width:11.4375rem;height:11.4375rem;top:270.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF26uQztPPeNRDmyLauCtOvayNOBHd56 { width:6.25rem;height:2.8125rem;top:278.875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #heqy5xIw5xO83VwggkAL0dQ1xVECzan3 { display:block; }
 }@media only screen and (max-width: 763px) { #t2NFfyRuChb9pKwwczdAXG1P11B2nuyV { width:8.8748125rem;height:2.4995625rem;top:275.875rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsvQIih6tCQ50ddffMK6hl3oNRQS01NF { width:1.875rem;height:1.875rem;top:275.5rem;left:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zG6wBfh0AO9BBJ0kEgTnE2VT5qTbm3Vb { width:13.75rem;height:3.8997375rem;top:271.375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iol8aUzCd0IZqULtEF5WBWB8Ogw3shFc { width:12.8125rem;height:11.4375rem;top:256.8125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCI7FDykIetBfBNpTTrw1pa2cx3TBigv { width:6.25rem;height:2.8125rem;top:265.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9VaL5O4Li5oW0wJhPbpF3A7y474zohb { display:block; }
 }@media only screen and (max-width: 763px) { #gFww2eIIp4c0URhDAo0lutUzZo6RzMkl { width:8.8748125rem;height:2.4995625rem;top:262.4375rem;left:6rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4TBbsifGAA7TXIqhTVLv7UtS1S9lsGJ { width:12.061625rem;height:3.8997375rem;top:257.625rem;left:4.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHHp3uebUqyEFpDRSkUNrVqsscVL2kZI { width:1.875rem;height:1.875rem;top:149.875rem;left:5.875rem;font-size:1.3125rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #Sbr5stFRpuOgSTEbw0Lbnw5SvPolstn0 { width:1.875rem;height:1.875rem;top:262.25rem;left:6.8125rem;font-size:1.3125rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #drtBdOamTndvIGXW5D2awhQBTx0c4D3H { width:20rem;height:1.8684875rem;top:220.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTxvEvUhSQmWB0cV7ihTOBvTuIHOOwMr { width:20rem;height:3.25rem;top:220.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRrM21p92s0g8hZKETlRinntcEzneKQQ { 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) { #QXVmdMPW5Zu6DzaPDShsNZhdC5yGVoTz { width:20rem;height:3.25rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPwsOec0U29cMSVeVprBO498MasfsG0D { 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) { #TMOMph19T0Vh7OPz6aZTNoGRO53MVr3e { width:5.5rem;height:0;top:359.5625rem;left:13.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yp1abA37CxleGtXvSekus5HozursqZBx { width:20rem;height:1.8684875rem;top:225.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJJNBWAzciAvcbEnDPN6lUwbpT8k5hwF { width:20rem;height:1.8684875rem;top:283.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5mEuoHhCbADLvOyJPIbb3NNSorpHiDR { width:11.5rem;height:11.5rem;top:300rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkG947PWAhf20sOmRxoifqaru1TvoxV9 { width:10.75rem;height:5.19965625rem;top:300.6875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMxhwerV8wCDToV90LX3RbzE0oQ1CiV8 { width:8.9375rem;height:1.28103125rem;top:305.75rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwmFdhaKI7vWSUlQb9fyinTdt20Scrnm { width:6.25rem;height:2.875rem;top:308.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNIVXcGfGVvKk8Zru7oSeWmaUF99FxsX { display:block; }
 }@media only screen and (max-width: 763px) { #P6cG9xnbpZbzKd17X07dQwgJFCTCVob7 { width:1.875rem;height:1.875rem;top:305.4375rem;left:6.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eaBn5aFHD8Sp8D06J8ya1E0DXfrSW5pS { width:11.5rem;height:11.5rem;top:286.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxBw7QDpGiB5kwNyRGm8agRCMUGGHI7a { width:10.75rem;height:2.599825rem;top:287.4375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWFi2slCvyuuT5L4OzEC6knobiu4wEXv { width:8.9375rem;height:1.28103125rem;top:292.5rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkyqBXp0MA7V8Kim93IQgP6AIEp3nQhA { width:1.875rem;height:1.875rem;top:292.1875rem;left:6.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSMT3JzeZGv4UXcPwexzbIUTTHh5IgyT { width:6.25rem;height:2.875rem;top:295.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrIJnBIZrznknnnmpcqT2TKZogewDnlJ { display:block; }
 }@media only screen and (max-width: 763px) { #V5Ki4i1zFVUdZg4Tqrtya4l2FoPmVTtn { 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) { #Ze2fMhZRZGdL849gJUfiwQ3z7EDuqBTn { width:20rem;height:1.8684875rem;top:160.18750572204rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhC0zJN6CbimNzTIawOSCFvXQdTdPmWM { width:11.5rem;height:11.5rem;top:189.8125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDe4NJXvTv3TGa4ZsNKwwU1TV11qSkUO { width:10.75rem;height:3.8997375rem;top:191.25rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyQ301Og39y4y68zeUdeDrOmJekAU8rr { width:1.875rem;height:1.875rem;top:194.4375rem;left:6.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbhHQwct012bDDKDS28sLKTe6KR46oes { width:8.9375rem;height:2.4375rem;top:195.125rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipMJo1e3KB4bFpIco3X3rwrbzEt9OEng { width:6.25rem;height:2.875rem;top:198.0625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKd5OTTPcAf9AflTSrThT4AXGvtitJ15 { display:block; }
 }@media only screen and (max-width: 763px) { #zcPQpX2hDfDt7XbqTcm0xwrDwJyp1WHu { width:11.5rem;height:11.5rem;top:176.5625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTrKDA7G5Q6vhsmg1FQxZ3rragNahFE { width:10.75rem;height:2.599825rem;top:178.75rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvzEn9xkIN9vf6Kd17ObsazZanpHiF1G { width:8.9375rem;height:1.28103125rem;top:182.8125rem;left:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvoptJIpHL3vuT2KExMSq2DM03inwQNI { width:1.875rem;height:1.875rem;top:182.5625rem;left:6.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzPckw78G8SeXNXWdaXwTX0SeBzaMAWS { width:6.25rem;height:2.875rem;top:185.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NaHVSuTxobvPuVm26VgCxC9zaNam6naA { display:block; }
 }@media only screen and (max-width: 763px) { #lZxn9nVTLRH9vvHwSblN83rWhGvcwwn7 { width:11.5rem;height:11.5rem;top:163.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz9uNBbvI6pgUl4XgNtlsICbBLL2Pkvn { width:10.75rem;height:2.599825rem;top:165.5rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2FIkcLOEq0hF93pbn3ePVmQ2RZVURw7 { width:1.875rem;height:1.875rem;top:169.3125rem;left:6.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhrIVuKqiGtgHw2TAzCXgSLdXCTJLtaC { width:8.9375rem;height:1.28103125rem;top:169.5625rem;left:5.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDBCXJsyufMJctUCKfzXbJSx31z8aRaW { width:6.25rem;height:2.875rem;top:172rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTLnbLuNuHTc04euEhTDdBzPMscab0i1 { display:block; }
 }@media only screen and (max-width: 763px) { #wxl40X1UuBXNXgkNiebvJ6LLd25i5Kro { width:20rem;height:1.8684875rem;top:313.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxaTmuaWN8e89cxidQgqM7kq6ZbCf2cf { width:11.5rem;height:11.5rem;top:316.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNPJpHCx1hLg8RuPdCvIIw0hVluLxOmH { width:10.75rem;height:3.8997375rem;top:317.625rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cd1r0UILadIpOiR4whiC36lfcx95ZEvK { width:8.9375rem;height:1.28103125rem;top:322.6875rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDcDVtkSrc42v4FizzB40qdeVGOa28ln { width:1.875rem;height:1.875rem;top:322.6875rem;left:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miPzkhzmHHZbEqegaZKp4cE1zdnEvbHM { width:6.25rem;height:2.875rem;top:325.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyOua6MNEeF3dvbql7MivhAuoLfhUSn8 { display:block; }
 }@media only screen and (max-width: 763px) { #TamhbEBchXAidoMUmNbhEsRE2GBcULm5 { width:20rem;height:1.8684875rem;top:202.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0LEbQLmdGDP3OKMzwGU3PT5v1hc8Ri5 { width:11.5rem;height:11.5rem;top:206rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rweusvBue2CONk4K2H5J6TdesZrDWHwc { width:10.75rem;height:3.8997375rem;top:206.875rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evp5IoZlTPI1TdMMMQ0cMuv5pb3JeGg5 { width:1.875rem;height:1.875rem;top:210.625rem;left:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZBWROLO7TZu6vSLXF6aucQ1ibVTNG7i { width:8.9375rem;height:2.4375rem;top:211.3125rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3MdREZAQa1osLIuTzOmk44HzGWq5HFe { width:6.25rem;height:2.875rem;top:214.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKxfpl9Afxz75h0UrZlTkHh5EitPTbTV { display:block; }
 }@media only screen and (max-width: 763px) { #tkaHGCz4iI4yTo5628BiRmHCpl4klHH3 { display:block; }#tkaHGCz4iI4yTo5628BiRmHCpl4klHH3 > .row .container { width:20rem;height:186.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVT2DXxtRowx4kpwkZ4JctblNmpqZo9v { 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) { #BiTJFxLDq5ixZh4tygur0V9RKCVLOiwG { 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) { #yG8g228hS4L4rs2nes4t4t66Rpv8Q1No { width:11rem;height:3.8997375rem;top:6.625rem;left:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHlemuBrA6H8wt7Ros6ndapIJooctVAC { width:10.625rem;height:3.8997375rem;top:32.75rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyadFTgOJZbxXnEsErEP4w0lHCDTnqqg { width:10.75rem;height:3.8997375rem;top:20.0625rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTI60Mxhzov5vZQVQfuFb83qWVBWvH3V { width:1.8125rem;height:1.8125rem;top:37.75rem;left:6.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #doGd1AAb5NPE7JcWSeJBUwb8mzdTKwkN { width:11.5rem;height:11.5rem;top:5.375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddP5vvtOeq4WkdMc3hC1B5UZK3bTKENb { width:11.5rem;height:11.5rem;top:31.875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pluAvg3seXD1fnTFiF9St4Rg3elNTM0z { width:6.25rem;height:2.875rem;top:13.75rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwUflsKH8GudLrzg0KIhKE8WuWwtfphK { display:block; }
 }@media only screen and (max-width: 763px) { #JMoJqqD82tg1Ml53kTmnQ87Xfg9GXVNt { width:6.25rem;height:2.875rem;top:40.78125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9guQhmtsZ2M9MNvzAKFZZGO8g3rbJHl { display:block; }
 }@media only screen and (max-width: 763px) { #blix9M0ZSNRaLNUAfdZoAfJ6TznxnlOU { width:8.9375rem;height:2.599825rem;top:10.6875rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsiR2aBGG1ixTgAFKh7Osb2VsCWpuhow { width:8.9375rem;height:2.599825rem;top:38rem;left:5.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhPhMtaZWvTQTHpN9hWLr7ZOmVCUHOkA { width:11.5rem;height:11.5rem;top:18.625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViipnOHstKTXGiOFFfQIzV83FuUGB0BW { width:6.25rem;height:2.875rem;top:26.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtiQbUbBU54uKuDhEdRwO6cqumeTwpVK { display:block; }
 }@media only screen and (max-width: 763px) { #ETFZWbdHrRHwLniUdTvydlm48vJzJW22 { width:8.9375rem;height:2.599825rem;top:24.1875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlAUHmgA8quIfqv1lzvbnfOACw6Tv6TB { width:1.875rem;height:1.875rem;top:23.96875rem;left:5.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAOBLPIPHWKxPRNOVNIlJOFFWRXt8LmF { width:10.1875rem;height:3.8997375rem;top:46.0625rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxk6vnTeKwOZi16r3N2nKuNqrKxfmRy9 { width:11.5rem;height:11.5rem;top:45.125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD5KX8oWP9hp7fAxdQA9TrOmSiOJpRVz { width:1.875rem;height:1.875rem;top:50.125rem;left:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4cgzi8SS5nN3rAHpJpfxWyHmz62D6fS { width:8.9375rem;height:2.599825rem;top:50.1875rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TffiPzfIaebMn9JTgwiZRbEKxnfyES5o { width:6.25rem;height:2.875rem;top:53.5rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNfSlwKRRTJGD0F9eKvpVWoJmgIw7ZOr { display:block; }
 }@media only screen and (max-width: 763px) { #Wiv5hn0VfBEEvkc2mAiyIOgi5iK9L4oO { width:6.25rem;height:2.875rem;top:66.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDG7cs8rWwLHtCRHV48vFVUM8VKq9cMV { display:block; }
 }@media only screen and (max-width: 763px) { #EXUW0cZ99GnlBess89pLPLrHgBQ36XmJ { width:11.5rem;height:11.5rem;top:58.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGQslxP34JPa6eGI8C8nuJqDcGilm4nN { width:8.9375rem;height:2.599825rem;top:63.3125rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEvuHoeVLUOC2B6n5IKQZS847rdXbuCm { width:10.1875rem;height:2.599825rem;top:59.625rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESIJD0fZuQbNaPtrGol1JpV8IA27pXoK { width:11.5rem;height:11.5rem;top:71.625rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSyUg86GTQHODzLo5EFT9QKQoGtKPb5M { width:8.9375rem;height:2.599825rem;top:76.9375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm75f4K1D1N6BPLa7qghNfzylpApmMQ6 { width:6.25rem;height:2.875rem;top:80.0625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVf34iZEuBwfy6UmNsT54MD3ILIS8iJU { display:block; }
 }@media only screen and (max-width: 763px) { #UoLB1gQd2X3Mt5ugnABFsJOrH5yOyqFr { width:10.1875rem;height:3.8997375rem;top:72.625rem;left:5.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSye00LzXfofeJqgGBtnM6TCqZ0VtNAG { width:6.25rem;height:2.87435rem;top:106.4375rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #alGcK9AmFEmKuXLeIaZnWJ0fatxhUCeb { display:block; }
 }@media only screen and (max-width: 763px) { #cqEEcM3PLOGD85xMiefpWCOciwkBmKf4 { width:11.4995625rem;height:11.4995625rem;top:98.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHtAl0DTymtTP1G0VlNmcCQyx1DDqm29 { width:8.8748125rem;height:2.599825rem;top:103.5625rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TitM73UB1gRdW3nHGfxWBgK8JnuJzKmy { width:10.1248125rem;height:3.47070625rem;top:99.1875rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGRvJKbJQ9gbrTu01c5GT1rdLCEawJoN { width:11.4375rem;height:11.4375rem;top:84.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE4f9k4s1Ztmh2A7Tya37yhREBzf2ySk { width:6.25rem;height:2.8125rem;top:93.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp0xtxKWKl6lpnXSNa5a08LlFTqScaPb { display:block; }
 }@media only screen and (max-width: 763px) { #bL3Ga7S2KVwTZWcfKNWqoFtCaSdhEX5e { width:8.8748125rem;height:2.599825rem;top:90.125rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLxLJ6lzgpToyIGM8tnD9LdFkUyrd2Rf { width:10.686875rem;height:2.599825rem;top:86.625rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBzgUQGKiAEF0P7KPFGOwkSJaGeWM1J0 { width:1.875rem;height:1.875rem;top:90.1875rem;left:6.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9TlKIHRHgblqtaWMiunttPOBENtqUPT { width:11.5rem;height:11.5rem;top:113.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RETc038es0eekiHtPogghchDXTwizeSW { width:10.6875rem;height:2.599825rem;top:115.6875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXMwpkIZiToedJZ6pQoCTLkknC60buyC { width:8.875rem;height:2.599825rem;top:118.8125rem;left:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGvzi1zOPTsbrxAp1Qncqa396p0PwbTU { width:1.875rem;height:1.875rem;top:119.1875rem;left:4.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7TDGwK0IROaCVPOKPxL7O7tnKDuTptQ { width:6.25rem;height:2.8125rem;top:122.25rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5z9tZZBrQhZ708mSwzEodoLp7bS6ZZa { display:block; }
 }@media only screen and (max-width: 763px) { #qK2Kfr0PeziJNkhp1O8herV6GJsZtDvW { width:20rem;height:1.8684875rem;top:126.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLbac7RZaT5ma3KxFOoTrmqaT50uT4M5 { width:11.5rem;height:11.5rem;top:129.9296875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #UraDLswGGcOZU6NgO8thm24fTiG0nPb2 { width:10.75rem;height:2.599825rem;top:132.1171875rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvOmNlmcVpxEUMk9Ei8n0GZf74gCrxdp { width:8.9375rem;height:1.28103125rem;top:136.1796875rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gA5wfDKWFKkgp5I9JHwau4BZ54PqTn4U { width:1.875rem;height:1.875rem;top:135.9296875rem;left:6.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXTRgeaR4IonhM10mDfWwHz8hL6WqHo1 { width:6.25rem;height:2.875rem;top:138.6171875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGNt22SomVObxEyTFB7mZ4yM5ERDpDAH { display:block; }
 }@media only screen and (max-width: 763px) { #dOiS0ZU1BUMKAp6KhEx7ob0PtD9N1TWm { width:11.5rem;height:11.5rem;top:143.1796875rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUR13FNeit8NZrgNian8mxvFFdQDXNfw { width:10.75rem;height:2.599825rem;top:144.6171875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEuEIMRWCW3WALn0tTKgazMnDGytShAl { width:1.875rem;height:1.875rem;top:147.8046875rem;left:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcxZ4GAX8MzGcaVTkpc5R8KJGhiRMGJg { width:8.9375rem;height:2.4375rem;top:148.4921875rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRxgf5xwC9XI4vlnF9UfKtIebEWmpkQm { width:6.25rem;height:2.875rem;top:151.4296875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7Xbv7akUU8osfuzMwit0qNOUpxSeP4x { display:block; }
 }@media only screen and (max-width: 763px) { #C9sbGSRzMB8izP3EqcxrFbmHRGvlFSFd { width:20rem;height:1.8684875rem;top:156.4296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUeRmPKPSgMQRRNdo2Ug4qHvuoi5uyKT { width:11.5rem;height:11.5rem;top:172.859375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePPWirEBcIhvCoiSwG7HmkgEt3kew6t7 { width:10.75rem;height:3.8997375rem;top:173.734375rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIZGGSgQsaRnl96SGXMD52vctBwVSLba { width:1.875rem;height:1.875rem;top:177.484375rem;left:6.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGWqVzTXuXsDaHnpoqVGd2JFceDFMef4 { width:8.9375rem;height:2.4375rem;top:178.171875rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPlEzoUfRrEIfbM8afiBPMEgRra2PklC { width:6.25rem;height:2.875rem;top:181.109375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2Cgf42txUVAyVy8bQ5pBqf2IVgy1EUJ { display:block; }
 }@media only screen and (max-width: 763px) { #RpzbkNLpMLITAXQPmH2c2GZBxPoJHLNv { width:11.5rem;height:11.5rem;top:159.609375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwJvkS1ZOpHr8wGiGk7TIzGPCL8VF1D2 { width:10.75rem;height:3.8997375rem;top:160.296875rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF8TetPI3yH5TWNDfHyo4MuH71yzR81u { width:8.9375rem;height:1.28103125rem;top:165.359375rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmSmWXTTzX031yOS9untE7IvaOaFEN6q { width:1.875rem;height:1.875rem;top:165.046875rem;left:6.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ6x7Vb24GLhSbuRnPDD9537dpv1kfDu { width:6.25rem;height:2.875rem;top:168.046875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdBdbiMkPIZPZlP6snLknHWk2nipI6aT { 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:13.0616375rem;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.33571875rem;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.33571875rem;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.33571875rem;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; }
 }