.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container { background-color: transparent; background-image: none; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container > .video-iframe-container { display: none; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row > .video-iframe-container { display: none; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .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); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container { border-width: 0; border-radius: 0; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#qxANrUhT4GLo0cVnBUv7fizUM0mUDxZk { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.6875rem;top:0.46875rem;left:0rem;overflow:hidden;display:block; }
#dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc > .row .container { background-color: transparent; background-image: none; }#dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc > .row .container > .video-iframe-container { display: none; }#dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc > .row > .video-iframe-container { display: none; }#dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc > .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); }#dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc > .row .container { border-width: 0; border-radius: 0; }#dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/22e0c5e8-1c9f-4d7d-a93a-5e7ecb9ad30d/WhatsAppImage20250612at131933_564f27f1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.adaptive-delivery-prevent-bg, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyload, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyloading { background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,16,35,0.51); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(4,16,35,0.51); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { border-width: 0; border-radius: 0; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.9);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(35,114,245,0.2) ;height:29rem;width:28.1875rem;top:3rem;left:45.625rem;display:block; }
#aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:17.4370625rem;width:43.624125rem;top:8.8125rem;left:0rem;display:block; }
#hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { color:#000000;display:block;width:41.75rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.1875rem;left:1.5625rem;height:4.386725rem;font-style:normal;display:block; }
#lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { color:#000000;display:block;width:40.999375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16rem;left:1.375rem;height:2.923825rem;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; }
#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 { color:#000000;display:block;width:40.999375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:19.6875rem;left:1.375rem;height:;display:block; }#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 li:before{  }
#Wy7Bp8r9sFSRvtd7eW7TsTkSTAomRzgT { position:absolute;display:block;z-index:15017;height:21.75rem;width:27.5rem;top:3.125rem;left:46rem;display:block; }
#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f671043-c7e9-4312-abca-bb20098cf4e1/certificate_bg.svg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx.adaptive-delivery-prevent-bg, #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx.lazyload, #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx.lazyloading { background-image: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { background-color: transparent; background-image: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container > .video-iframe-container { display: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row > .video-iframe-container { display: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .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); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { border-width: 0; border-radius: 0; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:75rem;position:relative;display:block; }#QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { color:#080606;display:block;width:29.124375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.6236977577209rem;left:4.9370660781861rem;height:2.19375rem;font-style:normal;display:block; }
#q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { color:#0f0908;display:block;width:28.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:8.875rem;left:5.0601558685303rem;height:10.233375rem;display:block; }
#RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { color:#080606;display:block;width:28.686rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.98828125rem;left:37.811417579651rem;height:1.7068125rem;font-style:normal;display:block; }
#TEfsZFRHgInIGGUfyyb0TL6mvWxP1tPD { color:#0f0908;display:block;width:29.5609375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:6.8125rem;left:40.3125rem;height:2.599825rem;display:block; }
#l3uVst9huRrb1ip5UZERVUsDV6uBn4MX { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15020;opacity:1;top:7.1875rem;left:37.8125rem; }
#U5nrAu4CIHh9uoabymEHdWZRlQ0AcoVq { color:#0f0908;display:block;width:28.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:10.9375rem;left:40.3125rem;height:1.3rem;display:block; }
#nh9tCIeby7T88xb50Tkw9LnaLtl3CmMg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15021;opacity:1;top:10.625rem;left:37.8125rem; }
#mNVVewTUeTzIMPBiF9TPdG4eihhurnAG { color:#0f0908;display:block;width:28.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:17.8125rem;left:40.875rem;height:3.8997375rem;display:block; }
#QJp1B7c5EXZgCPSgENwoWZfJRAMOfaTV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15022;opacity:1;top:18.125rem;left:37.8125rem; }
#UIi7MVReCiAp4GhskzPRgxoLTk33xvl2 { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:22.75rem;width:67.5rem;top:1.3210945129394rem;left:3.55078125rem;display:block; }
#pBIyGqWRPdECNbbnRqTG6KMDcegKuqPh { color:#0f0908;display:block;width:28.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.875rem;left:41.3125rem;height:2.912325rem;display:block; }#pBIyGqWRPdECNbbnRqTG6KMDcegKuqPh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pBIyGqWRPdECNbbnRqTG6KMDcegKuqPh li:before{  }
#oUngNfNmKe8KiF8FnX4pBOMsuXA4D5xT { color:#0f0908;display:block;width:28.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.5625rem;left:40.75rem;height:1.3rem;display:block; }
#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { position:relative;display:block; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { background-color: transparent; background-image: none; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container > .video-iframe-container { display: none; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row > .video-iframe-container { display: none; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .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); }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { border-width: 0; border-radius: 0; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .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:1rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { background-color: transparent; background-image: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .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); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { border-width: 0; border-radius: 0; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#vQJdibdbPoQddfMJl270PUA3a3w6ETRg { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.64019584655762rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XGesUKivK0sqIKHSkq8C8vr4TaU1ZOfG { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.2013893127441rem;left:0rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JO1352AFyDrJEPRhwqusKXe85OoDGADf { position:relative;display:block; }#JO1352AFyDrJEPRhwqusKXe85OoDGADf { background-color: transparent; background-image: none; }#JO1352AFyDrJEPRhwqusKXe85OoDGADf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO1352AFyDrJEPRhwqusKXe85OoDGADf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO1352AFyDrJEPRhwqusKXe85OoDGADf > .row .container > .video-iframe-container { display: none; }#JO1352AFyDrJEPRhwqusKXe85OoDGADf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO1352AFyDrJEPRhwqusKXe85OoDGADf > .row > .video-iframe-container { display: none; }#JO1352AFyDrJEPRhwqusKXe85OoDGADf > .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); }#JO1352AFyDrJEPRhwqusKXe85OoDGADf { border-width: 0; border-radius: 0; }#JO1352AFyDrJEPRhwqusKXe85OoDGADf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JO1352AFyDrJEPRhwqusKXe85OoDGADf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QWiDfQlg0AFzQM4owdbzOzTvqN9A6uWI { position:absolute;display:block;z-index:14999;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.625rem;left:58.375rem;display:block; }
#w45tdoreIRdB8GH0PmytVXioeaHckVO0 { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.496875rem;top:0.375rem;left:60.375rem;display:block; }
#IDw7VbIqOdZgmsxx8DQt1AXQwVh1pb2E { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0.75rem;left:60.4375rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#c3I3XO0MNn6Q3artmSkqkVVqrooGI2F6 { position:absolute;display:block;z-index:15008;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5rem;left:60.6875rem;display:block; }
#zcfeodm7vQ4S9JTq6oMaMwdZTaSDK8m3 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.625rem;width:7.1875rem;top:5.6875rem;left:62.0625rem;overflow:hidden;display:block; }
#fpCZhCCAsT2pEItJ9UsdJgQxkPcDpaWf { color:#000000;display:block;width:13.87425rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:16.6875rem;left:58.75rem;height:7.19921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#R8TpPihZgmKE3F0n6IAQMiWMzo0EKe8t { position:absolute;display:block;z-index:14999;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.6875rem;left:20.875rem;display:block; }
#gqMzbnVHgJPSeZdiWzxUBarXM5a3NIMW { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.496875rem;top:0.4375rem;left:22.875rem;display:block; }
#ttxsGci94hikccK1tf4qPmvW5i4SME0z { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0.8125rem;left:22.9375rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tQFWg7iozTr4W6o3O0GTkqI9XwnnUNse { position:absolute;display:block;z-index:15008;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5625rem;left:23.1875rem;display:block; }
#QImzV0ZihXpvF5QrZdTIgDS6bEA6hLK3 { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.3125rem;width:8.125rem;top:5.375rem;left:24.125rem;overflow:hidden;display:block; }
#K94NSg4keZ0fmiF1U1tnEE7xs7rbb6Ai { color:#000000;display:block;width:13.87425rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:16.5rem;left:21.25rem;height:7.19921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#FCaZsLzgwEfVUM8FbCOHvTofdh2TWGd9 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.6875rem;left:2.125rem;display:block; }
#QDvVInSo8y4mgJ5HsuBrHnAbKbEp53FP { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.496875rem;top:0.4375rem;left:4.125rem;display:block; }
#BM07LSvqAL4arLPEoPL0ZP4KLhbtmlOD { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:0.8125rem;left:4.1875rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#E23sw2TWbUrwBSqbvpcI1FlZ1Fd2rsEL { position:absolute;display:block;z-index:15014;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5625rem;left:4.4375rem;display:block; }
#V7ZXbFlnF08cDnOofORnBms6IhhlgNqf { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.9375rem;width:7.1875rem;top:5.5625rem;left:5.8125rem;overflow:hidden;display:block; }
#pdZ9cDczLlueqCR2D1flER16qnoLImU1 { color:#000000;display:block;width:13.87425rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:17.1875rem;left:2.5rem;height:5.39941875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Xy4xQ2UpL5lgaUOE3T1LMnuyltW6IwMz { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.6;letter-spacing:0;top:0.8125rem;left:41.6875rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#zyNcC3eQ2Wx0h8n8Si7WOTrlIdsT26r3 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.125rem;width:8.1875rem;top:5.4375rem;left:42.781250953674rem;overflow:hidden;display:block; }
#buFZ9AEGWKBRkPZFTJEKOxbIkpmlXTFM { position:absolute;display:block;z-index:15009;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5rem;left:41.875000953674rem;display:block; }
#ZlFgXuWgheW2PmaCWhtU9ke5VWlNVBPo { position:absolute;display:block;z-index:15000;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.6875rem;left:39.625rem;display:block; }
#tCAsTBSI3cu4BHanLs3EcJ1daP8zAV2U { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.496875rem;top:0.4375rem;left:41.625rem;display:block; }
#qufvSBfWa1rOPzQgSgZuWmtBZsaPp8ZV { color:#000000;display:block;width:13.87425rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:16.5rem;left:40rem;height:7.199225rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#pF2WS7mHTZhDGEHGSoACkDXpeMSCCxR2 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.6875rem;left:2.125rem;display:none; }
#gleuLUsNT11VsNDvpcA43mi8ieomCRf6 { position:relative;display:block; }#gleuLUsNT11VsNDvpcA43mi8ieomCRf6 { background-color: transparent; background-image: none; }#gleuLUsNT11VsNDvpcA43mi8ieomCRf6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gleuLUsNT11VsNDvpcA43mi8ieomCRf6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gleuLUsNT11VsNDvpcA43mi8ieomCRf6 > .row .container > .video-iframe-container { display: none; }#gleuLUsNT11VsNDvpcA43mi8ieomCRf6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gleuLUsNT11VsNDvpcA43mi8ieomCRf6 > .row > .video-iframe-container { display: none; }#gleuLUsNT11VsNDvpcA43mi8ieomCRf6 > .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); }#gleuLUsNT11VsNDvpcA43mi8ieomCRf6 { border-width: 0; border-radius: 0; }#gleuLUsNT11VsNDvpcA43mi8ieomCRf6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gleuLUsNT11VsNDvpcA43mi8ieomCRf6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gCDXwUQRLSIFH4FcavlNTeDydsbUysd5 { position:absolute;display:block;z-index:15011;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.6875rem;left:39.625rem;display:block; }
#KpJyXLtQD3UFMHAuRnKkWEC683ttTLKO { position:absolute;display:block;z-index:15020;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5625rem;left:41.9375rem;display:block; }
#P3MewWMRn93riqLTfrcKWiHIcuhAZzto { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.25rem;width:8.125rem;top:5.375rem;left:42.8125rem;overflow:hidden;display:block; }
#JpSedOdP85yRKTriuAxxw9rMM1lQ67Px { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.6875rem;left:58.375rem;display:block; }
#dZQd8F6dO6n4iCyaw9pLtD7LNJhVFRUN { position:absolute;display:block;z-index:15014;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5625rem;left:60.6875rem;display:block; }
#vT5SKWUq6TTe4cfAwDAFdpVSf4ilDMOW { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.25rem;width:8.625rem;top:5.375rem;left:61.3125rem;overflow:hidden;display:block; }
#BpabVbPbSUX4RwOBzfHVVifeuwCVnFkg { color:#000000;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:16.4375rem;left:58.3125rem;height:7.199225rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#B2JIgdS5RxRPZuKeevPNQHp1iGG8wbeP { color:#000000;display:block;width:13.75rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:16.75rem;left:40rem;height:3.6002625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MdR1FkXkDp2XfOITtXCCBahXedFA8afL { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.496875rem;top:0.4375rem;left:41.625rem;display:block; }
#k5eLH3QAeWirmlT7cOw7QGuh7qwnVnL5 { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:0.8125rem;left:41.6875rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#mNSP2xTlC86t1rcqeTDcklBdRZT1vfwt { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.496875rem;top:0.4375rem;left:60.375rem;display:block; }
#dQdFoMWphx0LXuQ3TtTHVLCvziDsrAPp { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:0.8125rem;left:60.4375rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#B1iLqmH4aG7y1PRHolss3m9fFiMciuTe { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.496875rem;top:0.375rem;left:4.0625rem;display:block; }
#Nog5o8AcnQddS3WcaScMykM2Cx8ypcki { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:0.75rem;left:4.125rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#znCNy6iEHrREhTgRzuDV4TBQ6do1uVWt { position:absolute;display:block;z-index:15017;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.625rem;left:2.0625rem;display:block; }
#EOK9OcQI2IMBltyEQhRp8y8DTzE01QuX { position:absolute;display:block;z-index:15026;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5rem;left:4.375rem;display:block; }
#sopt6Niyt3qkJcmifTH5DzmFJEeoFhXo { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.0625rem;width:8.1875rem;top:6.4375rem;left:5.25rem;overflow:hidden;display:block; }
#zhNQCrgF87ikC1CG9SDEXHugL5nlFyzt { position:absolute;display:block;z-index:15017;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.6875rem;left:20.8125rem;display:block; }
#sDkmnhfh0tqBtWGgoTK3qEF6hOkBtT65 { color:#000000;display:block;width:13.87425rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:16.1875rem;left:2.4375rem;height:8.99903125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BbTkRcmAs6ug50d4HUgqHFtJgGf7iben { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:16.3125rem;left:20.625rem;height:7.199225rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#vCmoaWsoKfA9EnKJ8ihZMJwHn1XBROTL { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.496875rem;top:0.4375rem;left:22.875rem;display:block; }
#uvbqEmhg5udzr7PTWRfEKzmRQME8qGmR { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:0.8125rem;left:22.9375rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DiUxSeo0RPLBfqfx3hUGdKEK9EWg3Qg1 { position:absolute;display:block;z-index:15026;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5625rem;left:23.1875rem;display:block; }
#XRglmHTMqQMDVUId42o3az4EhfKpKDfl { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.3125rem;width:8.9375rem;top:5.375rem;left:23.75rem;overflow:hidden;display:block; }
#JG4BALo9WF9lzlExP9374NoPZ1C7O8py { position:relative;display:block; }#JG4BALo9WF9lzlExP9374NoPZ1C7O8py { background-color: transparent; background-image: none; }#JG4BALo9WF9lzlExP9374NoPZ1C7O8py::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG4BALo9WF9lzlExP9374NoPZ1C7O8py > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG4BALo9WF9lzlExP9374NoPZ1C7O8py > .row .container > .video-iframe-container { display: none; }#JG4BALo9WF9lzlExP9374NoPZ1C7O8py > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JG4BALo9WF9lzlExP9374NoPZ1C7O8py > .row > .video-iframe-container { display: none; }#JG4BALo9WF9lzlExP9374NoPZ1C7O8py > .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); }#JG4BALo9WF9lzlExP9374NoPZ1C7O8py { border-width: 0; border-radius: 0; }#JG4BALo9WF9lzlExP9374NoPZ1C7O8py > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JG4BALo9WF9lzlExP9374NoPZ1C7O8py > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QToVG2xR67hWngzPb3wWaLFgHFPCGZET { position:absolute;display:block;z-index:15023;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.6875rem;left:58.375rem;display:block; }
#xRFi2ee8oeTCUyRJZzg9rvtJi0AqqZzq { position:absolute;display:block;z-index:15032;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5625rem;left:60.6875rem;display:block; }
#WiVT6sZm1MT8L4mPxNcmuVzMJWm4s3K5 { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.497625rem;top:0.4375rem;left:60.375rem;display:block; }
#wzIBRhAPEvzuQ9hPgUmeKgvUWhXn00ig { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:0.8125rem;left:60.4375rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#k9knqZfVcVFyfeeAXM4LfApzd0Hqg06F { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.8125rem;width:8.5rem;top:5.75rem;left:61.375rem;overflow:hidden;display:block; }
#anqxFdSXCwIhXEA05aTVRd9CzLkc9SP4 { color:#000000;display:block;width:13.87425rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:16.4375rem;left:58.9375rem;height:7.19921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#QPAZdw2TtSpkk5EenhbqNMfeXvpmVgvB { position:absolute;display:block;z-index:14999;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.625rem;left:2.0625rem;display:block; }
#W8aiOg6kRDDRTwblrboAbgygK0GKsK8B { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.497625rem;top:0.375rem;left:4.0625rem;display:block; }
#yNcgkwS7HKzl6F73mKHNPBBnmRBuhG74 { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:0.75rem;left:4.125rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#UI60x25PgxqpXRvSvTKpSxGMqTMJuCKM { position:absolute;display:block;z-index:15008;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5rem;left:4.375rem;display:block; }
#XNSJQkhZnwFGFUP43zaCEfAA9hDzu9Z0 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:9.875rem;width:7.625rem;top:5.5625rem;left:5.5625rem;overflow:hidden;display:block; }
#evynC5fGyBodTi1N2JOo8mTw0tN3eF7p { position:absolute;display:block;z-index:15023;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.6875rem;left:20.875rem;display:block; }
#Of8vrPklwpB3LoQcqUTsTSGWBofkrtnT { color:#000000;display:block;width:13.87425rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:17.1875rem;left:21.25rem;height:5.39941875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ZS0DfGna7apu1mbqUayD8rIQXsgpAI1U { position:absolute;display:block;z-index:15032;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5625rem;left:23.1875rem;display:block; }
#u4yWKML3OnrET1erJx14zgLfhQKZyrJv { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.497625rem;top:0.4375rem;left:22.875rem;display:block; }
#GwJrDpiZgqAzsQCQENzws2W6My92ZuLR { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:0.8125rem;left:22.9375rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#l5zxJAiqf79om0defXrAEccOE3CZTOR4 { color:#000000;display:block;width:13.87425rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:17.125rem;left:2.4375rem;height:5.39941875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#ceHPCWGSm6IQI9O7Z42NbS3bxLLUdTCR { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.25rem;width:7.25rem;top:6.375rem;left:24.5rem;overflow:hidden;display:block; }
#wMeqs7Lv9tDOeG1Zv632N35FSkNeTo4g { position:absolute;display:block;z-index:15011;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.625rem;left:39.625rem;display:block; }
#Te1PqsPs4nIkGT5FCZ6ZFPZo9oX1iNzN { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.497625rem;top:0.375rem;left:41.625rem;display:block; }
#mB2uB7FKoNqdTUX3d8VlSaITOxMxyqnT { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:0.75rem;left:41.6875rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#oXnKTKWKuxGkXOqIlu8c8AgiWJa2qctZ { position:absolute;display:block;z-index:15020;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5rem;left:41.9375rem;display:block; }
#l7bMT5dwTcg0ms1sQ5mis8xlGvTHUKmn { color:#000000;display:block;width:13.87425rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:16.625rem;left:39.9375rem;height:7.19921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#EgvObgqoseHXGwUbcCgPH119isGIRPlO { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.0625rem;width:8.25rem;top:5.4375rem;left:42.75rem;overflow:hidden;display:block; }
#mXOEf3NiWCZQsSKCrfyewif3lifHTQHq { position:relative;display:block; }#mXOEf3NiWCZQsSKCrfyewif3lifHTQHq { background-color: transparent; background-image: none; }#mXOEf3NiWCZQsSKCrfyewif3lifHTQHq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXOEf3NiWCZQsSKCrfyewif3lifHTQHq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXOEf3NiWCZQsSKCrfyewif3lifHTQHq > .row .container > .video-iframe-container { display: none; }#mXOEf3NiWCZQsSKCrfyewif3lifHTQHq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mXOEf3NiWCZQsSKCrfyewif3lifHTQHq > .row > .video-iframe-container { display: none; }#mXOEf3NiWCZQsSKCrfyewif3lifHTQHq > .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); }#mXOEf3NiWCZQsSKCrfyewif3lifHTQHq { border-width: 0; border-radius: 0; }#mXOEf3NiWCZQsSKCrfyewif3lifHTQHq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#mXOEf3NiWCZQsSKCrfyewif3lifHTQHq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#n4STrcLLL6ll5VT1iGMWCMJ9uRZQeDA4 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.625rem;left:58.3125rem;display:block; }
#kfR6rVZIemHnug1ss4ZqieynsHyyaCTq { position:absolute;display:block;z-index:15014;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5rem;left:60.625rem;display:block; }
#Of3lN6dOHoNp2UvpW0aplPfuXF04EtN5 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.6875rem;width:8.4375rem;top:5.875rem;left:61.625rem;overflow:hidden;display:block; }
#y6JtWwGQ6zIlHTJO52BMO3iDwPMstmlb { color:#000000;display:block;width:13.87425rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:16.5rem;left:58.6875rem;height:7.19921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#mtD04wSi1uTTPpVLWyvZJdamJ1zO37Td { position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.497625rem;top:0.375rem;left:60.3125rem;display:block; }
#dVAwvGTNSVJkTBohnMfs9D1rcG1HwuGk { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.6;letter-spacing:0;top:0.75rem;left:60.375rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#L0DdRivgT231srnBXld04DAErX2aIigb { position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.497625rem;top:0.4375rem;left:4.125rem;display:block; }
#L9qurSRr557fTDNhGA5wKfSEdXwkFefV { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:0.8125rem;left:4.1875rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Nxi5U5qPTZS7bwxgvCCcPyNcLPmi4cWZ { position:absolute;display:block;z-index:15011;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.6875rem;left:2.125rem;display:block; }
#l74pRGtdKnOACSloZZGHrSqcTTk3ThEJ { position:absolute;display:block;z-index:15020;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5625rem;left:4.4375rem;display:block; }
#ug8t7y9th6eeVbmlADpIUQOfTAqNpSbT { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.3125rem;width:8.375rem;top:5.4375rem;left:5.3125rem;overflow:hidden;display:block; }
#UkBnTMv3LfE7vQoDew8XVNG1vbFqTkRz { position:absolute;display:block;z-index:15023;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.625rem;left:20.8125rem;display:block; }
#lFVLtp7ooxMknTlJfq14pLn0dh3uwW1v { position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.497625rem;top:0.375rem;left:22.8125rem;display:block; }
#OxLy2xGGvwUpZIkrDf7gH419ya9n5dQr { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:0.75rem;left:22.875rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#MnGA8fIwwG2ex9gPoO2m8viqqyp8V1tn { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.9375rem;width:8.1875rem;top:5.5rem;left:24rem;overflow:hidden;display:block; }
#vgTkyaPUeL6bGxtVH3PXKyoKBCDEPPbo { position:absolute;display:block;z-index:15032;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5rem;left:23.125rem;display:block; }
#LnrHTR2qZtGgIQOW0HhWIArHDzxrLKMt { position:absolute;display:block;z-index:15017;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.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:22.125rem;width:14.5rem;top:1.6875rem;left:39.625rem;display:block; }
#RB3AD73CGZEvNiC0FwkvIHneVLxM47kU { position:absolute;display:block;z-index:15026;background-color:rgba(32,12,65,0.31);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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5.5625rem;left:41.9375rem;display:block; }
#G490QDdXRazW3XvKRFlvrVuVrRpdlxnT { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37265625rem;width:10.497625rem;top:0.4375rem;left:41.625rem;display:block; }
#l2eVn6LLi3CCkfDMLbwrrFplZ0xTygu4 { color:#200c41;display:block;width:10.5609375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15047;line-height:1.6;letter-spacing:0;top:0.8125rem;left:41.6875rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Mf4mTgDC8S6FZUUmudXoDekTX2xHyCbG { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.4375rem;width:7.6875rem;top:5.375rem;left:43.0625rem;overflow:hidden;display:block; }
#SaIq7El0irxEZhnt6L10nondyiOC9vHs { color:#000000;display:block;width:13.87425rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:16.5rem;left:2.5rem;height:7.19921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#g8Mz1ItL9JQvL0Ura2vgvTGiTISsOART { color:#000000;display:block;width:13.87425rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:16.5625rem;left:21.1875rem;height:7.19921875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#BBETwRfgPThV3bNofO8rfDICwnCE2RUT { color:#000000;display:block;width:13.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:16.8125rem;left:40.125rem;height:3.6002625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#A2cN7QVtGwg8zuID8OS1yat5PlsggUDG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#090e36;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A2cN7QVtGwg8zuID8OS1yat5PlsggUDG > .row .container { background-color: transparent; background-image: none; }#A2cN7QVtGwg8zuID8OS1yat5PlsggUDG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2cN7QVtGwg8zuID8OS1yat5PlsggUDG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2cN7QVtGwg8zuID8OS1yat5PlsggUDG > .row .container > .video-iframe-container { display: none; }#A2cN7QVtGwg8zuID8OS1yat5PlsggUDG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A2cN7QVtGwg8zuID8OS1yat5PlsggUDG > .row > .video-iframe-container { display: none; }#A2cN7QVtGwg8zuID8OS1yat5PlsggUDG > .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); }#A2cN7QVtGwg8zuID8OS1yat5PlsggUDG > .row .container { border-width: 0; border-radius: 0; }#A2cN7QVtGwg8zuID8OS1yat5PlsggUDG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A2cN7QVtGwg8zuID8OS1yat5PlsggUDG > .row .container { font-size:0.875rem;font-family:arial;height:67.4375rem;width:75rem;position:relative;display:block; }#ywUdHHaXAcmTyU5kSZD4DTJKDU3Mf2Gx { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8499999046326rem;left:7.5rem;height:3.25rem;font-style:normal;display:block; }
#GarRqWQFoXqWuTMQ0JdRypZvvOZreES1 { position:absolute;display:block;z-index:15005;background-color:#0040b4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:7.75rem;left:8.8125rem;display:block; }
#RncFmK8HDVc0pNdA1Ti9zSAHHtDfrLFu { position:absolute;display:block;z-index:15008;background-color:#0040b4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:6.3125rem;left:7.5rem;display:block; }
#BKfSfDWCMPOhTpp78fDC1LoPOd0fJ53P { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:10.5rem;left:10.9375rem;overflow:hidden;display:block; }
#KC6FAlsnTEZaTVkIEtRfV2K5HlTdcJ4F { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.125rem;left:9.1875rem;height:2.7625rem;font-style:normal;display:block; }
#JMF4eSO1NNDAE5bWXmVkCRWOheXaFWEo { position:absolute;display:block;z-index:15009;background-color:#0040b4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:17.9375rem;left:18.5625rem;display:block; }
#VUEhkScdwrF7FmcWxm4wQX6JIw1l4u25 { position:absolute;display:block;z-index:15015;background-color:#0040b4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:16.5rem;left:17.25rem;display:block; }
#Dd33EDLmbTO0xMZMTlFZ326kNwGTVq2P { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:17.5rem;left:18.9375rem;height:2.7625rem;font-style:normal;display:block; }
#U0InUzF2eXvdTlui33PBwwerRD69vule { color:#000000;display:block;width:36.0625rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.4375rem;left:19.875rem;height:2.4375rem;font-style:normal;display:block; }
#GPlTq5XZdFT2r4izdeWy3QX4W3mXRABh { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.625rem;left:28.6875rem;height:2.4375rem;font-style:normal;display:block; }
#wbIytGqqBXy0pbgqvlo3I4M9gqd7OuAN { position:absolute;display:block;z-index:15009;background-color:#0040b4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:27.1875rem;left:9.4375rem;display:block; }
#WK0fkkbweruT3LobkoS8zK9KA0Apd3W6 { position:absolute;display:block;z-index:15012;background-color:#0040b4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:25.75rem;left:8.125rem;display:block; }
#WR1uAOa3xPL77FBwaJFkqoAStBwRaIIH { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:26.5625rem;left:9.8125rem;height:2.7625rem;font-style:normal;display:block; }
#K7aOlUbdTum6DGnG3Wgz7VEEeM2dBURI { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.3125rem;left:20.1875rem;height:2.4375rem;font-style:normal;display:block; }
#b3FcT8pX2FE4JarmPgeTIUFo0eJZvmh8 { position:absolute;display:block;z-index:15014;background-color:#0040b4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:35.625rem;left:17.9375rem;display:block; }
#Z21Ne2CSKwG8y1rpE1EUsM9n4PWTkkmC { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:36.625rem;left:19.625rem;height:2.7625rem;font-style:normal;display:block; }
#wAH8zv6XO6f3LyetwQbLy49IxHBTBpPF { position:absolute;display:block;z-index:15010;background-color:#0040b4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:37.0625rem;left:19.25rem;display:block; }
#zTrHBsbmoyUOFONZ4fp0IuQRTqdWU8lq { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:45.6875rem;left:9.8125rem;height:2.7625rem;font-style:normal;display:block; }
#CNwWnN4oQarn2ylr6CCT50XEgIiP8brJ { position:absolute;display:block;z-index:15009;background-color:#0040b4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:44.875rem;left:8.125rem;display:block; }
#CppEwP8TeMDxKt9VBnNfBCR0Rd7WcnOw { position:absolute;display:block;z-index:15006;background-color:#0040b4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:46.3125rem;left:9.4375rem;display:block; }
#g9cF43X0GWyusII4Wk2rK5BdCbdVkcT7 { color:#000000;display:block;width:36.6875rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39.375rem;left:28.6875rem;height:2.4375rem;font-style:normal;display:block; }
#Gb6c5B8CLNLK6WLGUpicZofySl8hs2dL { color:#ffffff;display:block;width:1.375rem;position:absolute;font-family:"source sans pro";font-size:2.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:56.125rem;left:19.625rem;height:2.7625rem;font-style:normal;display:block; }
#MhXXsf9JKzpuGishuFy1ZKoZHQDaMkV8 { position:absolute;display:block;z-index:15015;background-color:#0040b4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(0,0,0,0.35) ;height:4.75rem;width:4.75rem;top:55.125rem;left:17.9375rem;display:block; }
#y81d8BeiXULyCDgFphQmdDEfH60Cz3Sf { position:absolute;display:block;z-index:15011;background-color:#0040b4;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:56.5625rem;left:19.25rem;display:block; }
#OSU1AUaVWRQaPyxchG0DCrbw0N0KCtuO { color:#000000;display:block;width:36.8125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:58rem;left:28.6875rem;height:4.875rem;font-style:normal;display:block; }
#JKxygIfpqdN7ALgS76PFuWq9Z5A6rsbB { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"source sans pro";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:48.5625rem;left:20.3125rem;height:2.4375rem;font-style:normal;display:block; }
#BbA1OqtOr3uxkumt8wfFXWFBTPa2xAr7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.4375rem;left:20.0625rem; }
#KAFe0ox1c6ZoyuREKhVBWKs7wPAH9I3x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:29.0625rem;left:11.1875rem; }
#SScxdNX08uPNhRX0QwH4f4T58K00V6nr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:38rem;left:20.3125rem; }
#vaOxrPZGhG1cAlU5BKDsJISCkvkCSaKx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:47.5rem;left:10.9375rem; }
#cxXovbArVRW5CvpF3rqOJnZ9HlBW0dTX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:58.0625rem;left:20.875rem; }
#GfT8PykTUz01w0JLwK8WXUzDz1TrSqK4 { position:absolute;display:block;z-index:15010;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.5625rem;top:12.761717796326rem;left:16.624218940735rem;display:block; }
#elXo7Az5gNulSpPUISvma7iafXIyotQA { position:absolute;display:block;z-index:15011;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.5625rem;top:22.950001716614rem;left:26.375000953674rem;display:block; }
#zdOTJnB04NL8cB1mCByAQlnasufp8ZUX { position:absolute;display:block;z-index:15012;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.5625rem;top:31.637500762939rem;left:17.249218940735rem;display:block; }
#TGt7GwLw14h9LB5wKu6SckuBeXyT7dLA { position:absolute;display:block;z-index:15013;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.5625rem;top:41.700000762939rem;left:27.062500953674rem;display:block; }
#BbUVOOpu98rPx8LE3CyDBvli4Nr5kS0P { position:absolute;display:block;z-index:15014;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.5625rem;top:50.887494087219rem;left:17.249218940735rem;display:block; }
#asO3TqPEN7rmNhERAf9XstxmQHTVOOe2 { position:absolute;display:block;z-index:15015;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.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:38.5625rem;top:62.762502670288rem;left:27.062500953674rem;display:block; }
#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container { background-color: transparent; background-image: none; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container > .video-iframe-container { display: none; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row > .video-iframe-container { display: none; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .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); }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container { border-width: 0; border-radius: 0; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container { font-size:0.875rem;font-family:arial;height:44.5625rem;width:75rem;position:relative;display:block; }#KyB0hVRwc7ITWVE1rVeX5n3Ar39WyrHP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.8125rem;width:42.8125rem;top:1.12109375rem;left:17.499218940735rem;overflow:hidden;display:block; }
#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { background-color: transparent; background-image: none; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container > .video-iframe-container { display: none; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row > .video-iframe-container { display: none; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .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); }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { border-width: 0; border-radius: 0; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:75rem;position:relative;display:block; }#X5ARcd3szWTeewhTU3lTQoVcx2IeIkJT { color:#26265b;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.125rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i { position:relative;display:block; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i { background-color: transparent; background-image: none; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row .container > .video-iframe-container { display: none; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row > .video-iframe-container { display: none; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .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); }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i { border-width: 0; border-radius: 0; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .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:18.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:poppins; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-trigger.adaptive-delivery-prevent-bg, #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-trigger.lazyload, #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-trigger.lazyloading { background-image: none; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:1.435546875rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #SIM6wVvUByhQuI39CHnWW7I6DfBGlA8p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #LXRuIGTS7U0sTW4alWNFSxGuqI5hVQcL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #PQ01Prp3F8ZqoV8HkoEIQO65UB05HguK { display:block;position:relative; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #bOokLgbxWtQiBtZ4gJNPEFnXP8SBOrQV {  }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #M8P20EJoc2h3V7kxp5MTfVklFCZJfGeK {  }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Xk3boCATZMBWD3XgFzcdge7DCAzNGn6x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #a3r4oyNiHEIuaVB3r2zsDPUEZrRJC8nk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Bz5hacZxACzxe3lO3L8RghlT7Ba7OBol { display:block;position:relative; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #DAetbcRvaAMa7HHhkmeAmUcPtnAvzNMA {  }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #MpEQnZ2caftoGcPrhH0oK1FNCUaMvuZ8 { display:none; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #AN5Q1M594TrgsEBHU8miKeUPbQRHs3GO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #eRTiuigeDOo6w0r2S1lLLaeaInMG8SXI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #mFJ1GyGVH4dTfZ9R7kN3QSNSLRhgZ2Hu { display:block;position:relative; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #hH65ONTCQTU89yLUTndJZM2KRB4qqeOH {  }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #gPmVhLrtHSME8rbJyvE2L3q29qnOZI2s { display:none; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Ko0tqOlIhQpQrGtp8E1hEuq51UEJNstA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #fwT8C1l2kSUl7s6NuGWrOk3dxrrUELFq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Z7xaFGa38Qz0roiwJaC4Nexart1xpB2u { display:block;position:relative; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #TOvrz2A6PyqN6pwHrJJrmpXgy4UzdyfE {  }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #rBC8tGJi9NxTOsTuzmlFKvMJBTTWfpWU { display:none; }
#QBrfXckgf5y0m2C8haxhX58geTaobNOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row .container { background-color: transparent; background-image: none; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row .container > .video-iframe-container { display: none; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row > .video-iframe-container { display: none; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .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); }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row .container { border-width: 0; border-radius: 0; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row .container { font-size:0.875rem;font-family:arial;height:5.5625rem;width:75rem;position:relative;display:block; }#aAxycLlhR6ImPrAXOMv621FiCGKSKpqh { background-color:#001f3e;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.934375rem;height:3.621875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.90625rem;left:26.843750953674rem;display:block; }
#ZGlxMNqnH7THrym4GQGcrrWhZZIWlQiy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); } }@media only screen and (max-width: 763px) { #QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { display:block; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxANrUhT4GLo0cVnBUv7fizUM0mUDxZk { top:0.4375rem;left:0rem;width:10.6875rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc { display:block; }#dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:28.1875rem;height:29rem;top:3rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { top:8.8125rem;left:0rem;width:43.5625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { top:10.1875rem;left:0rem;width:41.75rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { top:16rem;left:0rem;width:40.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSBvMVuSVONkEghDPiLiGJHubhQZsn85 { top:19.6875rem;left:0rem;width:40.9375rem;height:;font-size:1rem;display:block; }#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 li:before{  }
 }@media only screen and (max-width: 763px) { #Wy7Bp8r9sFSRvtd7eW7TsTkSTAomRzgT { top:3.125rem;left:20.25rem;width:27.5rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx { display:block; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { top:2.5625rem;left:0rem;width:29.0625rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { top:8.875rem;left:0rem;width:28.875rem;height:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { top:2.9375rem;left:19.125rem;width:28.625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEfsZFRHgInIGGUfyyb0TL6mvWxP1tPD { top:6.8125rem;left:18.25rem;width:29.5rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3uVst9huRrb1ip5UZERVUsDV6uBn4MX { top:7.1875rem;left:24.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5nrAu4CIHh9uoabymEHdWZRlQ0AcoVq { top:10.9375rem;left:19.125rem;width:28.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh9tCIeby7T88xb50Tkw9LnaLtl3CmMg { top:10.625rem;left:24.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNVVewTUeTzIMPBiF9TPdG4eihhurnAG { top:17.8125rem;left:18.875rem;width:28.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJp1B7c5EXZgCPSgENwoWZfJRAMOfaTV { top:18.125rem;left:24.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIi7MVReCiAp4GhskzPRgxoLTk33xvl2 { top:1.3125rem;left:0rem;width:47.625rem;height:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBIyGqWRPdECNbbnRqTG6KMDcegKuqPh { top:13.875rem;left:19.125rem;width:28.625rem;height:2.875rem;font-size:1rem;display:block; }#pBIyGqWRPdECNbbnRqTG6KMDcegKuqPh li:before{  }
 }@media only screen and (max-width: 763px) { #oUngNfNmKe8KiF8FnX4pBOMsuXA4D5xT { top:12.5625rem;left:19.125rem;width:28.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { display:block; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { top:0.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGesUKivK0sqIKHSkq8C8vr4TaU1ZOfG { top:4.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO1352AFyDrJEPRhwqusKXe85OoDGADf { display:block; }#JO1352AFyDrJEPRhwqusKXe85OoDGADf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWiDfQlg0AFzQM4owdbzOzTvqN9A6uWI { width:14.5rem;height:22.125rem;top:1.625rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w45tdoreIRdB8GH0PmytVXioeaHckVO0 { top:0.375rem;left:36.53125rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDw7VbIqOdZgmsxx8DQt1AXQwVh1pb2E { width:10.5rem;height:1.75rem;top:0.75rem;left:36.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3I3XO0MNn6Q3artmSkqkVVqrooGI2F6 { width:10rem;height:10rem;top:5.5rem;left:36.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcfeodm7vQ4S9JTq6oMaMwdZTaSDK8m3 { top:5.6875rem;left:38.21875rem;width:7.1875rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpCZhCCAsT2pEItJ9UsdJgQxkPcDpaWf { width:13.8125rem;height:7.1875rem;top:16.6875rem;left:33.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TpPihZgmKE3F0n6IAQMiWMzo0EKe8t { width:14.5rem;height:22.125rem;top:1.6875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqMzbnVHgJPSeZdiWzxUBarXM5a3NIMW { top:0.4375rem;left:12.65625rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttxsGci94hikccK1tf4qPmvW5i4SME0z { width:10.5rem;height:1.75rem;top:0.8125rem;left:12.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQFWg7iozTr4W6o3O0GTkqI9XwnnUNse { width:10rem;height:10rem;top:5.5625rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QImzV0ZihXpvF5QrZdTIgDS6bEA6hLK3 { top:5.375rem;left:13.90625rem;width:8.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K94NSg4keZ0fmiF1U1tnEE7xs7rbb6Ai { width:13.8125rem;height:7.1875rem;top:16.5rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCaZsLzgwEfVUM8FbCOHvTofdh2TWGd9 { width:14.5rem;height:22.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDvVInSo8y4mgJ5HsuBrHnAbKbEp53FP { top:0.4375rem;left:0.71875rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM07LSvqAL4arLPEoPL0ZP4KLhbtmlOD { width:10.5rem;height:1.75rem;top:0.8125rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E23sw2TWbUrwBSqbvpcI1FlZ1Fd2rsEL { width:10rem;height:10rem;top:5.5625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ZXbFlnF08cDnOofORnBms6IhhlgNqf { top:5.5625rem;left:2.40625rem;width:7.1875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdZ9cDczLlueqCR2D1flER16qnoLImU1 { width:13.8125rem;height:5.375rem;top:17.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy4xQ2UpL5lgaUOE3T1LMnuyltW6IwMz { width:10.5rem;height:1.75rem;top:0.8125rem;left:24.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyNcC3eQ2Wx0h8n8Si7WOTrlIdsT26r3 { top:5.4375rem;left:25.750000953674rem;width:8.1875rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buFZ9AEGWKBRkPZFTJEKOxbIkpmlXTFM { width:10rem;height:10rem;top:5.5rem;left:24.843750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlFgXuWgheW2PmaCWhtU9ke5VWlNVBPo { width:14.5rem;height:22.125rem;top:1.6875rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCAsTBSI3cu4BHanLs3EcJ1daP8zAV2U { top:0.4375rem;left:24.59375rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qufvSBfWa1rOPzQgSgZuWmtBZsaPp8ZV { width:13.8125rem;height:7.1875rem;top:16.5rem;left:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2WS7mHTZhDGEHGSoACkDXpeMSCCxR2 { width:14.5rem;height:22.125rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gleuLUsNT11VsNDvpcA43mi8ieomCRf6 { display:block; }#gleuLUsNT11VsNDvpcA43mi8ieomCRf6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCDXwUQRLSIFH4FcavlNTeDydsbUysd5 { width:14.5rem;height:22.125rem;top:1.6875rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpJyXLtQD3UFMHAuRnKkWEC683ttTLKO { width:10rem;height:10rem;top:5.5625rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3MewWMRn93riqLTfrcKWiHIcuhAZzto { top:5.375rem;left:25.78125rem;width:8.125rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpSedOdP85yRKTriuAxxw9rMM1lQ67Px { width:14.5rem;height:22.125rem;top:1.6875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZQd8F6dO6n4iCyaw9pLtD7LNJhVFRUN { width:10rem;height:10rem;top:5.5625rem;left:36.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT5SKWUq6TTe4cfAwDAFdpVSf4ilDMOW { top:5.375rem;left:37.46875rem;width:8.625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpabVbPbSUX4RwOBzfHVVifeuwCVnFkg { width:14.625rem;height:7.1875rem;top:16.4375rem;left:33.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JIgdS5RxRPZuKeevPNQHp1iGG8wbeP { width:13.75rem;height:3.5625rem;top:16.75rem;left:22.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdR1FkXkDp2XfOITtXCCBahXedFA8afL { top:0.4375rem;left:24.59375rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5eLH3QAeWirmlT7cOw7QGuh7qwnVnL5 { width:10.5rem;height:1.75rem;top:0.8125rem;left:24.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNSP2xTlC86t1rcqeTDcklBdRZT1vfwt { top:0.4375rem;left:36.53125rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQdFoMWphx0LXuQ3TtTHVLCvziDsrAPp { width:10.5rem;height:1.75rem;top:0.8125rem;left:36.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1iLqmH4aG7y1PRHolss3m9fFiMciuTe { top:0.375rem;left:0.65625rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nog5o8AcnQddS3WcaScMykM2Cx8ypcki { width:10.5rem;height:1.75rem;top:0.75rem;left:0.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znCNy6iEHrREhTgRzuDV4TBQ6do1uVWt { width:14.5rem;height:22.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOK9OcQI2IMBltyEQhRp8y8DTzE01QuX { width:10rem;height:10rem;top:5.5rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sopt6Niyt3qkJcmifTH5DzmFJEeoFhXo { top:6.4375rem;left:1.84375rem;width:8.1875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhNQCrgF87ikC1CG9SDEXHugL5nlFyzt { width:14.5rem;height:22.125rem;top:1.6875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDkmnhfh0tqBtWGgoTK3qEF6hOkBtT65 { width:13.8125rem;height:9rem;top:16.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbTkRcmAs6ug50d4HUgqHFtJgGf7iben { width:14.9375rem;height:7.1875rem;top:16.3125rem;left:8.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCmoaWsoKfA9EnKJ8ihZMJwHn1XBROTL { top:0.4375rem;left:12.65625rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvbqEmhg5udzr7PTWRfEKzmRQME8qGmR { width:10.5rem;height:1.75rem;top:0.8125rem;left:12.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiUxSeo0RPLBfqfx3hUGdKEK9EWg3Qg1 { width:10rem;height:10rem;top:5.5625rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRglmHTMqQMDVUId42o3az4EhfKpKDfl { top:5.375rem;left:13.53125rem;width:8.9375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG4BALo9WF9lzlExP9374NoPZ1C7O8py { display:block; }#JG4BALo9WF9lzlExP9374NoPZ1C7O8py > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QToVG2xR67hWngzPb3wWaLFgHFPCGZET { width:14.5rem;height:22.125rem;top:1.6875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRFi2ee8oeTCUyRJZzg9rvtJi0AqqZzq { width:10rem;height:10rem;top:5.5625rem;left:36.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiVT6sZm1MT8L4mPxNcmuVzMJWm4s3K5 { top:0.4375rem;left:36.53125rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzIBRhAPEvzuQ9hPgUmeKgvUWhXn00ig { width:10.5rem;height:1.75rem;top:0.8125rem;left:36.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9knqZfVcVFyfeeAXM4LfApzd0Hqg06F { top:5.75rem;left:37.53125rem;width:8.5rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anqxFdSXCwIhXEA05aTVRd9CzLkc9SP4 { width:13.8125rem;height:7.1875rem;top:16.4375rem;left:33.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPAZdw2TtSpkk5EenhbqNMfeXvpmVgvB { width:14.5rem;height:22.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8aiOg6kRDDRTwblrboAbgygK0GKsK8B { top:0.375rem;left:0.65625rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNcgkwS7HKzl6F73mKHNPBBnmRBuhG74 { width:10.5rem;height:1.75rem;top:0.75rem;left:0.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI60x25PgxqpXRvSvTKpSxGMqTMJuCKM { width:10rem;height:10rem;top:5.5rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNSJQkhZnwFGFUP43zaCEfAA9hDzu9Z0 { top:5.5625rem;left:2.15625rem;width:7.625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evynC5fGyBodTi1N2JOo8mTw0tN3eF7p { width:14.5rem;height:22.125rem;top:1.6875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of8vrPklwpB3LoQcqUTsTSGWBofkrtnT { width:13.8125rem;height:5.375rem;top:17.1875rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS0DfGna7apu1mbqUayD8rIQXsgpAI1U { width:10rem;height:10rem;top:5.5625rem;left:12.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4yWKML3OnrET1erJx14zgLfhQKZyrJv { top:0.4375rem;left:12.65625rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwJrDpiZgqAzsQCQENzws2W6My92ZuLR { width:10.5rem;height:1.75rem;top:0.8125rem;left:12.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5zxJAiqf79om0defXrAEccOE3CZTOR4 { width:13.8125rem;height:5.375rem;top:17.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHPCWGSm6IQI9O7Z42NbS3bxLLUdTCR { top:6.375rem;left:14.28125rem;width:7.25rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMeqs7Lv9tDOeG1Zv632N35FSkNeTo4g { width:14.5rem;height:22.125rem;top:1.625rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te1PqsPs4nIkGT5FCZ6ZFPZo9oX1iNzN { top:0.375rem;left:24.59375rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB2uB7FKoNqdTUX3d8VlSaITOxMxyqnT { width:10.5rem;height:1.75rem;top:0.75rem;left:24.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXnKTKWKuxGkXOqIlu8c8AgiWJa2qctZ { width:10rem;height:10rem;top:5.5rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7bMT5dwTcg0ms1sQ5mis8xlGvTHUKmn { width:13.8125rem;height:7.1875rem;top:16.625rem;left:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgvObgqoseHXGwUbcCgPH119isGIRPlO { top:5.4375rem;left:25.71875rem;width:8.25rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXOEf3NiWCZQsSKCrfyewif3lifHTQHq { display:block; }#mXOEf3NiWCZQsSKCrfyewif3lifHTQHq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4STrcLLL6ll5VT1iGMWCMJ9uRZQeDA4 { width:14.5rem;height:22.125rem;top:1.625rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfR6rVZIemHnug1ss4ZqieynsHyyaCTq { width:10rem;height:10rem;top:5.5rem;left:36.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of3lN6dOHoNp2UvpW0aplPfuXF04EtN5 { top:5.875rem;left:37.78125rem;width:8.4375rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6JtWwGQ6zIlHTJO52BMO3iDwPMstmlb { width:13.8125rem;height:7.1875rem;top:16.5rem;left:33.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtD04wSi1uTTPpVLWyvZJdamJ1zO37Td { top:0.375rem;left:36.46875rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVAwvGTNSVJkTBohnMfs9D1rcG1HwuGk { width:10.5rem;height:1.75rem;top:0.75rem;left:36.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0DdRivgT231srnBXld04DAErX2aIigb { top:0.4375rem;left:0.71875rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9qurSRr557fTDNhGA5wKfSEdXwkFefV { width:10.5rem;height:1.75rem;top:0.8125rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxi5U5qPTZS7bwxgvCCcPyNcLPmi4cWZ { width:14.5rem;height:22.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l74pRGtdKnOACSloZZGHrSqcTTk3ThEJ { width:10rem;height:10rem;top:5.5625rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug8t7y9th6eeVbmlADpIUQOfTAqNpSbT { top:5.4375rem;left:1.90625rem;width:8.375rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkBnTMv3LfE7vQoDew8XVNG1vbFqTkRz { width:14.5rem;height:22.125rem;top:1.625rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFVLtp7ooxMknTlJfq14pLn0dh3uwW1v { top:0.375rem;left:12.59375rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxLy2xGGvwUpZIkrDf7gH419ya9n5dQr { width:10.5rem;height:1.75rem;top:0.75rem;left:12.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnGA8fIwwG2ex9gPoO2m8viqqyp8V1tn { top:5.5rem;left:13.78125rem;width:8.1875rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgTkyaPUeL6bGxtVH3PXKyoKBCDEPPbo { width:10rem;height:10rem;top:5.5rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnrHTR2qZtGgIQOW0HhWIArHDzxrLKMt { width:14.5rem;height:22.125rem;top:1.6875rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3AD73CGZEvNiC0FwkvIHneVLxM47kU { width:10rem;height:10rem;top:5.5625rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G490QDdXRazW3XvKRFlvrVuVrRpdlxnT { top:0.4375rem;left:24.59375rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2eVn6LLi3CCkfDMLbwrrFplZ0xTygu4 { width:10.5rem;height:1.75rem;top:0.8125rem;left:24.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf4mTgDC8S6FZUUmudXoDekTX2xHyCbG { top:5.375rem;left:26.03125rem;width:7.6875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaIq7El0irxEZhnt6L10nondyiOC9vHs { width:13.8125rem;height:7.1875rem;top:16.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Mz1ItL9JQvL0Ura2vgvTGiTISsOART { width:13.8125rem;height:7.1875rem;top:16.5625rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBETwRfgPThV3bNofO8rfDICwnCE2RUT { width:13.625rem;height:3.5625rem;top:16.8125rem;left:22.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2cN7QVtGwg8zuID8OS1yat5PlsggUDG { display:block; }#A2cN7QVtGwg8zuID8OS1yat5PlsggUDG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywUdHHaXAcmTyU5kSZD4DTJKDU3Mf2Gx { top:1.8125rem;left:0rem;width:31.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GarRqWQFoXqWuTMQ0JdRypZvvOZreES1 { top:7.75rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RncFmK8HDVc0pNdA1Ti9zSAHHtDfrLFu { top:6.3125rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKfSfDWCMPOhTpp78fDC1LoPOd0fJ53P { top:10.5rem;left:0rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC6FAlsnTEZaTVkIEtRfV2K5HlTdcJ4F { top:7.125rem;left:0rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMF4eSO1NNDAE5bWXmVkCRWOheXaFWEo { top:17.9375rem;left:4.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUEhkScdwrF7FmcWxm4wQX6JIw1l4u25 { top:16.5rem;left:3.625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd33EDLmbTO0xMZMTlFZ326kNwGTVq2P { top:17.5rem;left:5.3125rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0InUzF2eXvdTlui33PBwwerRD69vule { top:10.4375rem;left:6.25rem;width:36.0625rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPlTq5XZdFT2r4izdeWy3QX4W3mXRABh { top:20.625rem;left:15.0625rem;width:31.5rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbIytGqqBXy0pbgqvlo3I4M9gqd7OuAN { top:27.1875rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK0fkkbweruT3LobkoS8zK9KA0Apd3W6 { top:25.75rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR1uAOa3xPL77FBwaJFkqoAStBwRaIIH { top:26.5625rem;left:0rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7aOlUbdTum6DGnG3Wgz7VEEeM2dBURI { top:29.3125rem;left:6.5625rem;width:33.1875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3FcT8pX2FE4JarmPgeTIUFo0eJZvmh8 { top:35.625rem;left:4.3125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z21Ne2CSKwG8y1rpE1EUsM9n4PWTkkmC { top:36.625rem;left:6rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAH8zv6XO6f3LyetwQbLy49IxHBTBpPF { top:37.0625rem;left:5.625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrHBsbmoyUOFONZ4fp0IuQRTqdWU8lq { top:45.6875rem;left:0rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNwWnN4oQarn2ylr6CCT50XEgIiP8brJ { top:44.875rem;left:0rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CppEwP8TeMDxKt9VBnNfBCR0Rd7WcnOw { top:46.3125rem;left:0rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9cF43X0GWyusII4Wk2rK5BdCbdVkcT7 { top:39.375rem;left:11.0625rem;width:36.6875rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gb6c5B8CLNLK6WLGUpicZofySl8hs2dL { top:56.125rem;left:6rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhXXsf9JKzpuGishuFy1ZKoZHQDaMkV8 { top:55.125rem;left:4.3125rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y81d8BeiXULyCDgFphQmdDEfH60Cz3Sf { top:56.5625rem;left:5.625rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSU1AUaVWRQaPyxchG0DCrbw0N0KCtuO { top:58rem;left:10.9375rem;width:36.8125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKxygIfpqdN7ALgS76PFuWq9Z5A6rsbB { top:48.5625rem;left:6.6875rem;width:35.3125rem;height:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbA1OqtOr3uxkumt8wfFXWFBTPa2xAr7 { top:19.4375rem;left:6.4375rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAFe0ox1c6ZoyuREKhVBWKs7wPAH9I3x { top:29.0625rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SScxdNX08uPNhRX0QwH4f4T58K00V6nr { top:38rem;left:6.6875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaOxrPZGhG1cAlU5BKDsJISCkvkCSaKx { top:47.5rem;left:0rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxXovbArVRW5CvpF3rqOJnZ9HlBW0dTX { top:58.0625rem;left:7.25rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfT8PykTUz01w0JLwK8WXUzDz1TrSqK4 { top:12.75rem;left:2.9992189407349rem;width:38.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elXo7Az5gNulSpPUISvma7iafXIyotQA { top:22.9375rem;left:9.0625rem;width:38.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdOTJnB04NL8cB1mCByAQlnasufp8ZUX { top:31.625rem;left:3.6242189407349rem;width:38.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGt7GwLw14h9LB5wKu6SckuBeXyT7dLA { top:41.6875rem;left:9.0625rem;width:38.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbUVOOpu98rPx8LE3CyDBvli4Nr5kS0P { top:50.875rem;left:3.6242189407349rem;width:38.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asO3TqPEN7rmNhERAf9XstxmQHTVOOe2 { top:62.75rem;left:9.0625rem;width:38.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 { display:block; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyB0hVRwc7ITWVE1rVeX5n3Ar39WyrHP { top:1.0625rem;left:3.8742189407349rem;width:42.8125rem;height:42.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI { display:block; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5ARcd3szWTeewhTU3lTQoVcx2IeIkJT { top:1.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i { display:block; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx { display:flex;height:auto;width:45.25rem;top:1.5625rem;left:0rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #SIM6wVvUByhQuI39CHnWW7I6DfBGlA8p {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #LXRuIGTS7U0sTW4alWNFSxGuqI5hVQcL {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #PQ01Prp3F8ZqoV8HkoEIQO65UB05HguK {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #bOokLgbxWtQiBtZ4gJNPEFnXP8SBOrQV {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #M8P20EJoc2h3V7kxp5MTfVklFCZJfGeK {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Xk3boCATZMBWD3XgFzcdge7DCAzNGn6x {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #a3r4oyNiHEIuaVB3r2zsDPUEZrRJC8nk {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Bz5hacZxACzxe3lO3L8RghlT7Ba7OBol {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #DAetbcRvaAMa7HHhkmeAmUcPtnAvzNMA {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #MpEQnZ2caftoGcPrhH0oK1FNCUaMvuZ8 {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #AN5Q1M594TrgsEBHU8miKeUPbQRHs3GO {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #eRTiuigeDOo6w0r2S1lLLaeaInMG8SXI {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #mFJ1GyGVH4dTfZ9R7kN3QSNSLRhgZ2Hu {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #hH65ONTCQTU89yLUTndJZM2KRB4qqeOH {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #gPmVhLrtHSME8rbJyvE2L3q29qnOZI2s {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Ko0tqOlIhQpQrGtp8E1hEuq51UEJNstA {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #fwT8C1l2kSUl7s6NuGWrOk3dxrrUELFq {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Z7xaFGa38Qz0roiwJaC4Nexart1xpB2u {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #TOvrz2A6PyqN6pwHrJJrmpXgy4UzdyfE {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #rBC8tGJi9NxTOsTuzmlFKvMJBTTWfpWU {  }
 }@media only screen and (max-width: 763px) { #QBrfXckgf5y0m2C8haxhX58geTaobNOT { display:block; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAxycLlhR6ImPrAXOMv621FiCGKSKpqh { width:18.875rem;height:3.5625rem;top:0.875rem;left:13.218750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGlxMNqnH7THrym4GQGcrrWhZZIWlQiy { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); } }@media only screen and (max-width: 763px) { #QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxANrUhT4GLo0cVnBUv7fizUM0mUDxZk { width:7.4375rem;height:2.3125rem;top:0.68593752384188rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc { display:block; }#dCQuI5U9NWDankcIrI9o6rCOdwJLvwHc > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { background-color:rgba(0,31,62,0.77);background-image:url("https://images.assets-landingi.com/uc/22e0c5e8-1c9f-4d7d-a93a-5e7ecb9ad30d/WhatsAppImage20250612at131933_564f27f1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.adaptive-delivery-prevent-bg, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyload, #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ.lazyloading { background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .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); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xg5RuSToiDupLM08fxapEpFxG2G7UJCz { width:20rem;height:31.8125rem;top:23.06201171875rem;left:0rem;background-color:rgba(255,255,255,0.3);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aDPBdmII7V1Wy7kdH8OkfXQ8zn6xILcm { width:20rem;height:18.8748125rem;top:0.62174510955811rem;left:0rem;background-color:rgba(255,255,255,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #hcsTtBXZQ2Oit2qSCNSkGcq5WdTMTIHc { width:20rem;height:4.875rem;top:1.3085941076279rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lxRv6wTfhVTILiVPchDkwKdzPr5wdJQm { width:20rem;height:4.38574375rem;top:6.6634116172787rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RSBvMVuSVONkEghDPiLiGJHubhQZsn85 { width:20rem;height:5.825rem;top:12.711588859558rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;display:block; }#RSBvMVuSVONkEghDPiLiGJHubhQZsn85 li:before{  }
 }@media only screen and (max-width: 763px) { #Wy7Bp8r9sFSRvtd7eW7TsTkSTAomRzgT { width:20rem;height:21.75rem;top:23.43701171875rem;left:0rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx { display:block; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { width:20rem;height:3.75rem;top:2.6085938215256rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { width:20rem;height:9.75rem;top:7.4203127622606rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { width:20rem;height:1.65rem;top:19.375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TEfsZFRHgInIGGUfyyb0TL6mvWxP1tPD { width:16.811rem;height:3.9rem;top:22rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #l3uVst9huRrb1ip5UZERVUsDV6uBn4MX { display:flex;width:1.875rem;height:1.875rem;top:22.3125rem;left:0.37421876192093rem; }
 }@media only screen and (max-width: 763px) { #U5nrAu4CIHh9uoabymEHdWZRlQ0AcoVq { width:16.3116875rem;height:1.3rem;top:26.6875rem;left:3.4375rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nh9tCIeby7T88xb50Tkw9LnaLtl3CmMg { display:flex;width:1.875rem;height:1.875rem;top:26.687500953674rem;left:0.37421876192093rem; }
 }@media only screen and (max-width: 763px) { #mNVVewTUeTzIMPBiF9TPdG4eihhurnAG { width:15.811625rem;height:6.499rem;top:36.25rem;left:3.25rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QJp1B7c5EXZgCPSgENwoWZfJRAMOfaTV { display:flex;width:1.875rem;height:1.875rem;top:36.250003814698rem;left:0.37421876192093rem; }
 }@media only screen and (max-width: 763px) { #UIi7MVReCiAp4GhskzPRgxoLTk33xvl2 { width:20.25rem;height:25.125rem;top:18.5rem;left:0rem;background-color:rgba(255,255,255,0.54);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #pBIyGqWRPdECNbbnRqTG6KMDcegKuqPh { width:15.9375rem;height:4.2125rem;top:31.0625rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }#pBIyGqWRPdECNbbnRqTG6KMDcegKuqPh li:before{  }
 }@media only screen and (max-width: 763px) { #oUngNfNmKe8KiF8FnX4pBOMsuXA4D5xT { width:16.3125rem;height:2.6rem;top:28.25rem;left:3.3125rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt { display:block; }#fbdw4VnZbKriE4uoCy0Fa8KTUHovMlWt > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { width:20rem;height:1.94921875rem;top:0.74921798706056rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGesUKivK0sqIKHSkq8C8vr4TaU1ZOfG { width:20rem;height:6.5rem;top:3.9474752441406rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO1352AFyDrJEPRhwqusKXe85OoDGADf { display:block; }#JO1352AFyDrJEPRhwqusKXe85OoDGADf > .row .container { width:20rem;height:82.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWiDfQlg0AFzQM4owdbzOzTvqN9A6uWI { width:17.875rem;height:18.5rem;top:64.3125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w45tdoreIRdB8GH0PmytVXioeaHckVO0 { width:8.75rem;height:2.0625rem;top:63.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDw7VbIqOdZgmsxx8DQt1AXQwVh1pb2E { width:16.875rem;height:1.600475rem;top:63.625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3I3XO0MNn6Q3artmSkqkVVqrooGI2F6 { width:10rem;height:10rem;top:66.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcfeodm7vQ4S9JTq6oMaMwdZTaSDK8m3 { width:7.625rem;height:10.25rem;top:66.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpCZhCCAsT2pEItJ9UsdJgQxkPcDpaWf { width:17.1875rem;height:4.79883125rem;top:78.125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8TpPihZgmKE3F0n6IAQMiWMzo0EKe8t { width:17.875rem;height:18.5rem;top:23.0625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqMzbnVHgJPSeZdiWzxUBarXM5a3NIMW { width:8.75rem;height:2.0625rem;top:22.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttxsGci94hikccK1tf4qPmvW5i4SME0z { width:16.875rem;height:1.600475rem;top:22.375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQFWg7iozTr4W6o3O0GTkqI9XwnnUNse { width:10rem;height:10rem;top:25.0625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QImzV0ZihXpvF5QrZdTIgDS6bEA6hLK3 { width:8.125rem;height:10.3125rem;top:24.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K94NSg4keZ0fmiF1U1tnEE7xs7rbb6Ai { width:17.1875rem;height:4.79883125rem;top:36.6875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCaZsLzgwEfVUM8FbCOHvTofdh2TWGd9 { width:17.25rem;height:19.125rem;top:2.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDvVInSo8y4mgJ5HsuBrHnAbKbEp53FP { width:10.4375rem;height:2.3125rem;top:0.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM07LSvqAL4arLPEoPL0ZP4KLhbtmlOD { width:10.499125rem;height:1.600475rem;top:1.3125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E23sw2TWbUrwBSqbvpcI1FlZ1Fd2rsEL { width:10rem;height:10rem;top:4.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7ZXbFlnF08cDnOofORnBms6IhhlgNqf { width:7.5rem;height:10.4375rem;top:4.6875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdZ9cDczLlueqCR2D1flER16qnoLImU1 { width:13.811875rem;height:4.79883125rem;top:16.5rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xy4xQ2UpL5lgaUOE3T1LMnuyltW6IwMz { width:10.5rem;height:1.600475rem;top:42.625rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyNcC3eQ2Wx0h8n8Si7WOTrlIdsT26r3 { width:8.1875rem;height:10.125rem;top:45.75rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buFZ9AEGWKBRkPZFTJEKOxbIkpmlXTFM { width:10rem;height:10rem;top:45.8125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlFgXuWgheW2PmaCWhtU9ke5VWlNVBPo { width:14.5rem;height:22.125rem;top:44.225000953674rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCAsTBSI3cu4BHanLs3EcJ1daP8zAV2U { width:10.4375rem;height:2.3125rem;top:42.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qufvSBfWa1rOPzQgSgZuWmtBZsaPp8ZV { width:13.8125rem;height:6.39845rem;top:56.9375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF2WS7mHTZhDGEHGSoACkDXpeMSCCxR2 { width:17.25rem;height:19.125rem;top:43.3125rem;left:1.375rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #gleuLUsNT11VsNDvpcA43mi8ieomCRf6 { display:block; }#gleuLUsNT11VsNDvpcA43mi8ieomCRf6 > .row .container { width:20rem;height:82.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCDXwUQRLSIFH4FcavlNTeDydsbUysd5 { width:16.5625rem;height:17.1875rem;top:43.75rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpJyXLtQD3UFMHAuRnKkWEC683ttTLKO { width:10rem;height:10rem;top:45.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3MewWMRn93riqLTfrcKWiHIcuhAZzto { width:8rem;height:10.0625rem;top:45.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpSedOdP85yRKTriuAxxw9rMM1lQ67Px { width:17.25rem;height:19.125rem;top:63.1875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZQd8F6dO6n4iCyaw9pLtD7LNJhVFRUN { width:10rem;height:10rem;top:65.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT5SKWUq6TTe4cfAwDAFdpVSf4ilDMOW { width:8.5rem;height:10.3125rem;top:65.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpabVbPbSUX4RwOBzfHVVifeuwCVnFkg { width:13.811875rem;height:6.39845rem;top:75.9375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JIgdS5RxRPZuKeevPNQHp1iGG8wbeP { width:13.811875rem;height:3.19921875rem;top:56.0625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdR1FkXkDp2XfOITtXCCBahXedFA8afL { width:10.4375rem;height:2.3125rem;top:42.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5eLH3QAeWirmlT7cOw7QGuh7qwnVnL5 { width:10.499125rem;height:1.600475rem;top:42.875rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNSP2xTlC86t1rcqeTDcklBdRZT1vfwt { width:10.4375rem;height:2.3125rem;top:61.9375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQdFoMWphx0LXuQ3TtTHVLCvziDsrAPp { width:10.499125rem;height:1.600475rem;top:62.3125rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1iLqmH4aG7y1PRHolss3m9fFiMciuTe { width:10.4375rem;height:2.3125rem;top:21.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nog5o8AcnQddS3WcaScMykM2Cx8ypcki { width:10.4984375rem;height:1.600475rem;top:1.25rem;left:5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znCNy6iEHrREhTgRzuDV4TBQ6do1uVWt { width:17rem;height:18.3125rem;top:2.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOK9OcQI2IMBltyEQhRp8y8DTzE01QuX { width:10rem;height:10rem;top:4.375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sopt6Niyt3qkJcmifTH5DzmFJEeoFhXo { width:8.8125rem;height:9.6875rem;top:4.625rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhNQCrgF87ikC1CG9SDEXHugL5nlFyzt { width:16.625rem;height:18.875rem;top:22.8125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDkmnhfh0tqBtWGgoTK3qEF6hOkBtT65 { width:16.4375rem;height:6.39845rem;top:15rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbTkRcmAs6ug50d4HUgqHFtJgGf7iben { width:13.811875rem;height:6.39845rem;top:35.4375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCmoaWsoKfA9EnKJ8ihZMJwHn1XBROTL { width:10.4375rem;height:2.3125rem;top:1rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvbqEmhg5udzr7PTWRfEKzmRQME8qGmR { width:10.4984375rem;height:1.600475rem;top:21.8125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #DiUxSeo0RPLBfqfx3hUGdKEK9EWg3Qg1 { width:10rem;height:10rem;top:25.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRglmHTMqQMDVUId42o3az4EhfKpKDfl { width:9.25rem;height:10.5625rem;top:25.125rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JG4BALo9WF9lzlExP9374NoPZ1C7O8py { display:block; }#JG4BALo9WF9lzlExP9374NoPZ1C7O8py > .row .container { width:20rem;height:81.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QToVG2xR67hWngzPb3wWaLFgHFPCGZET { width:16.5rem;height:18.3125rem;top:63.125rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRFi2ee8oeTCUyRJZzg9rvtJi0AqqZzq { width:10rem;height:10rem;top:65.4375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiVT6sZm1MT8L4mPxNcmuVzMJWm4s3K5 { width:10.4375rem;height:2.3125rem;top:61.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzIBRhAPEvzuQ9hPgUmeKgvUWhXn00ig { width:10.499125rem;height:1.600475rem;top:62.25rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9knqZfVcVFyfeeAXM4LfApzd0Hqg06F { width:8.3125rem;height:9.6875rem;top:65.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #anqxFdSXCwIhXEA05aTVRd9CzLkc9SP4 { width:13.81175rem;height:4.79883125rem;top:76.125rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPAZdw2TtSpkk5EenhbqNMfeXvpmVgvB { width:17.875rem;height:18.3125rem;top:1.5625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8aiOg6kRDDRTwblrboAbgygK0GKsK8B { width:8.75rem;height:2.0625rem;top:0.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNcgkwS7HKzl6F73mKHNPBBnmRBuhG74 { width:16.875rem;height:1.600475rem;top:0.875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI60x25PgxqpXRvSvTKpSxGMqTMJuCKM { width:10rem;height:10rem;top:3.125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNSJQkhZnwFGFUP43zaCEfAA9hDzu9Z0 { width:7.9375rem;height:10.1875rem;top:3rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #evynC5fGyBodTi1N2JOo8mTw0tN3eF7p { width:16.6875rem;height:19.3125rem;top:22.125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of8vrPklwpB3LoQcqUTsTSGWBofkrtnT { width:13.811875rem;height:4.79883125rem;top:36.4375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZS0DfGna7apu1mbqUayD8rIQXsgpAI1U { width:10rem;height:10rem;top:24.75rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4yWKML3OnrET1erJx14zgLfhQKZyrJv { width:10.4375rem;height:2.3125rem;top:20.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwJrDpiZgqAzsQCQENzws2W6My92ZuLR { width:10.499125rem;height:1.600475rem;top:21.25rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5zxJAiqf79om0defXrAEccOE3CZTOR4 { width:16.436625rem;height:4.79883125rem;top:15.1875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceHPCWGSm6IQI9O7Z42NbS3bxLLUdTCR { width:7.4375rem;height:9.5rem;top:25.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMeqs7Lv9tDOeG1Zv632N35FSkNeTo4g { width:16.5625rem;height:17.1875rem;top:43.5rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te1PqsPs4nIkGT5FCZ6ZFPZo9oX1iNzN { width:10.4375rem;height:2.3125rem;top:42.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB2uB7FKoNqdTUX3d8VlSaITOxMxyqnT { width:10.499125rem;height:1.600475rem;top:42.625rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXnKTKWKuxGkXOqIlu8c8AgiWJa2qctZ { width:10rem;height:10rem;top:45.375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7bMT5dwTcg0ms1sQ5mis8xlGvTHUKmn { width:13.811875rem;height:4.79883125rem;top:55.875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgvObgqoseHXGwUbcCgPH119isGIRPlO { width:8.25rem;height:9.875rem;top:45.4375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXOEf3NiWCZQsSKCrfyewif3lifHTQHq { display:block; }#mXOEf3NiWCZQsSKCrfyewif3lifHTQHq > .row .container { width:20rem;height:84.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4STrcLLL6ll5VT1iGMWCMJ9uRZQeDA4 { width:17.375rem;height:18.3125rem;top:65.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfR6rVZIemHnug1ss4ZqieynsHyyaCTq { width:10rem;height:10rem;top:67.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of3lN6dOHoNp2UvpW0aplPfuXF04EtN5 { width:8.875rem;height:10.3125rem;top:67.5rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6JtWwGQ6zIlHTJO52BMO3iDwPMstmlb { width:13.81175rem;height:4.79883125rem;top:79.125rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtD04wSi1uTTPpVLWyvZJdamJ1zO37Td { width:10.4375rem;height:2.3125rem;top:64.1875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVAwvGTNSVJkTBohnMfs9D1rcG1HwuGk { width:10.499125rem;height:1.600475rem;top:64.5625rem;left:4.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0DdRivgT231srnBXld04DAErX2aIigb { width:10.4373125rem;height:2.31228125rem;top:0.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9qurSRr557fTDNhGA5wKfSEdXwkFefV { width:10.4980625rem;height:1.600475rem;top:1.1875rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxi5U5qPTZS7bwxgvCCcPyNcLPmi4cWZ { width:17.4375rem;height:18.3125rem;top:2rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l74pRGtdKnOACSloZZGHrSqcTTk3ThEJ { width:10rem;height:10rem;top:3.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug8t7y9th6eeVbmlADpIUQOfTAqNpSbT { width:8.1875rem;height:10.0625rem;top:3.625rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkBnTMv3LfE7vQoDew8XVNG1vbFqTkRz { width:16.6875rem;height:19.3125rem;top:22.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFVLtp7ooxMknTlJfq14pLn0dh3uwW1v { width:10.4375rem;height:2.3125rem;top:21.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxLy2xGGvwUpZIkrDf7gH419ya9n5dQr { width:10.499125rem;height:1.600475rem;top:21.8125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnGA8fIwwG2ex9gPoO2m8viqqyp8V1tn { width:8.5rem;height:10.25rem;top:25.1875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgTkyaPUeL6bGxtVH3PXKyoKBCDEPPbo { width:10rem;height:10rem;top:25.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnrHTR2qZtGgIQOW0HhWIArHDzxrLKMt { width:16.625rem;height:18.875rem;top:44.0625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3AD73CGZEvNiC0FwkvIHneVLxM47kU { width:10rem;height:10rem;top:46.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G490QDdXRazW3XvKRFlvrVuVrRpdlxnT { width:10.4375rem;height:2.3125rem;top:42.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2eVn6LLi3CCkfDMLbwrrFplZ0xTygu4 { width:10.499125rem;height:1.600475rem;top:43.1875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf4mTgDC8S6FZUUmudXoDekTX2xHyCbG { width:7.625rem;height:10.3125rem;top:46.6875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaIq7El0irxEZhnt6L10nondyiOC9vHs { width:13.811875rem;height:4.79883125rem;top:15rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8Mz1ItL9JQvL0Ura2vgvTGiTISsOART { width:13.81175rem;height:4.79883125rem;top:36.5rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBETwRfgPThV3bNofO8rfDICwnCE2RUT { width:14.5rem;height:3.199225rem;top:58.375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2cN7QVtGwg8zuID8OS1yat5PlsggUDG { display:block; }#A2cN7QVtGwg8zuID8OS1yat5PlsggUDG > .row .container { width:20rem;height:91.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywUdHHaXAcmTyU5kSZD4DTJKDU3Mf2Gx { width:20rem;height:5.19921875rem;top:0.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GarRqWQFoXqWuTMQ0JdRypZvvOZreES1 { width:7.8125rem;height:7.8125rem;top:8.75rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RncFmK8HDVc0pNdA1Ti9zSAHHtDfrLFu { width:4.75rem;height:4.75rem;top:7.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKfSfDWCMPOhTpp78fDC1LoPOd0fJ53P { width:3.5rem;height:3.4375rem;top:11.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KC6FAlsnTEZaTVkIEtRfV2K5HlTdcJ4F { width:1.375rem;height:2.5996125rem;top:8.0625rem;left:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMF4eSO1NNDAE5bWXmVkCRWOheXaFWEo { width:7.8125rem;height:7.8125rem;top:22.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUEhkScdwrF7FmcWxm4wQX6JIw1l4u25 { width:4.75rem;height:4.75rem;top:21.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd33EDLmbTO0xMZMTlFZ326kNwGTVq2P { width:1.375rem;height:2.5996125rem;top:22.25rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0InUzF2eXvdTlui33PBwwerRD69vule { width:20rem;height:3.25rem;top:17.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPlTq5XZdFT2r4izdeWy3QX4W3mXRABh { width:18.8125rem;height:3.25rem;top:31.375rem;left:0.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wbIytGqqBXy0pbgqvlo3I4M9gqd7OuAN { width:7.8125rem;height:7.8125rem;top:36.6875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WK0fkkbweruT3LobkoS8zK9KA0Apd3W6 { width:4.75rem;height:4.75rem;top:35.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR1uAOa3xPL77FBwaJFkqoAStBwRaIIH { width:1.375rem;height:2.5996125rem;top:36.0625rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7aOlUbdTum6DGnG3Wgz7VEEeM2dBURI { width:20rem;height:3.25rem;top:45rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3FcT8pX2FE4JarmPgeTIUFo0eJZvmh8 { width:4.75rem;height:4.75rem;top:49.3125rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z21Ne2CSKwG8y1rpE1EUsM9n4PWTkkmC { width:1.375rem;height:2.5996125rem;top:50.3125rem;left:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAH8zv6XO6f3LyetwQbLy49IxHBTBpPF { width:7.8125rem;height:7.8125rem;top:50.8125rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrHBsbmoyUOFONZ4fp0IuQRTqdWU8lq { width:1.375rem;height:2.5996125rem;top:64.3125rem;left:5.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNwWnN4oQarn2ylr6CCT50XEgIiP8brJ { width:4.75rem;height:4.75rem;top:63.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CppEwP8TeMDxKt9VBnNfBCR0Rd7WcnOw { width:7.8125rem;height:7.8125rem;top:64.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9cF43X0GWyusII4Wk2rK5BdCbdVkcT7 { width:20rem;height:3.25rem;top:59.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gb6c5B8CLNLK6WLGUpicZofySl8hs2dL { width:1.375rem;height:2.5996125rem;top:78.9375rem;left:5.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhXXsf9JKzpuGishuFy1ZKoZHQDaMkV8 { width:4.75rem;height:4.75rem;top:77.9375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #y81d8BeiXULyCDgFphQmdDEfH60Cz3Sf { width:7.8125rem;height:7.8125rem;top:79.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSU1AUaVWRQaPyxchG0DCrbw0N0KCtuO { width:20rem;height:3.25rem;top:87.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JKxygIfpqdN7ALgS76PFuWq9Z5A6rsbB { width:20rem;height:3.25rem;top:73.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BbA1OqtOr3uxkumt8wfFXWFBTPa2xAr7 { display:flex;width:4.8125rem;height:4.8125rem;top:24.1875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #KAFe0ox1c6ZoyuREKhVBWKs7wPAH9I3x { display:flex;width:3.375rem;height:3.375rem;top:38.9375rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #SScxdNX08uPNhRX0QwH4f4T58K00V6nr { display:flex;width:6.25rem;height:6.25rem;top:51.625rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #vaOxrPZGhG1cAlU5BKDsJISCkvkCSaKx { display:flex;width:4.8125rem;height:4.8125rem;top:65.9375rem;left:7.5625rem; }
 }@media only screen and (max-width: 763px) { #cxXovbArVRW5CvpF3rqOJnZ9HlBW0dTX { display:flex;width:4.8125rem;height:4.8125rem;top:81rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #GfT8PykTUz01w0JLwK8WXUzDz1TrSqK4 { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #elXo7Az5gNulSpPUISvma7iafXIyotQA { width:19.875rem;height:0.0625rem;top:22.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdOTJnB04NL8cB1mCByAQlnasufp8ZUX { width:19.875rem;height:0.0625rem;top:31.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TGt7GwLw14h9LB5wKu6SckuBeXyT7dLA { width:19.875rem;height:0.0625rem;top:41.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbUVOOpu98rPx8LE3CyDBvli4Nr5kS0P { width:19.875rem;height:0.0625rem;top:50.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #asO3TqPEN7rmNhERAf9XstxmQHTVOOe2 { width:19.875rem;height:0.0625rem;top:62.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 { display:block; }#wlatVPH5IcWLd15IMSkzuACmgF7x4mI5 > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KyB0hVRwc7ITWVE1rVeX5n3Ar39WyrHP { width:20rem;height:20rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI { display:block; }#DqhINrLoEqcsCO06Xl2aZq6zJvw87xqI > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X5ARcd3szWTeewhTU3lTQoVcx2IeIkJT { width:20rem;height:2.03125rem;top:0.5rem;left:0rem;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i { display:block; }#MyOOwaQ3zDcnzOmaOGghi09tuAWLKH9i > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx { display:flex;height:auto;width:17.496875rem;top:0.99934959411619rem;left:0.24197047948837rem; }
#LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #SIM6wVvUByhQuI39CHnWW7I6DfBGlA8p {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #LXRuIGTS7U0sTW4alWNFSxGuqI5hVQcL {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #PQ01Prp3F8ZqoV8HkoEIQO65UB05HguK {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #bOokLgbxWtQiBtZ4gJNPEFnXP8SBOrQV {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #M8P20EJoc2h3V7kxp5MTfVklFCZJfGeK {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Xk3boCATZMBWD3XgFzcdge7DCAzNGn6x {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #a3r4oyNiHEIuaVB3r2zsDPUEZrRJC8nk {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Bz5hacZxACzxe3lO3L8RghlT7Ba7OBol {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #DAetbcRvaAMa7HHhkmeAmUcPtnAvzNMA {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #MpEQnZ2caftoGcPrhH0oK1FNCUaMvuZ8 {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #AN5Q1M594TrgsEBHU8miKeUPbQRHs3GO {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #eRTiuigeDOo6w0r2S1lLLaeaInMG8SXI {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #mFJ1GyGVH4dTfZ9R7kN3QSNSLRhgZ2Hu {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #hH65ONTCQTU89yLUTndJZM2KRB4qqeOH {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #gPmVhLrtHSME8rbJyvE2L3q29qnOZI2s {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Ko0tqOlIhQpQrGtp8E1hEuq51UEJNstA {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #fwT8C1l2kSUl7s6NuGWrOk3dxrrUELFq {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #Z7xaFGa38Qz0roiwJaC4Nexart1xpB2u {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #TOvrz2A6PyqN6pwHrJJrmpXgy4UzdyfE {  }
 }@media only screen and (max-width: 763px) { #LG7lTcSRbuWTeAUIRuNwcif4RoeONRlx #rBC8tGJi9NxTOsTuzmlFKvMJBTTWfpWU {  }
 }@media only screen and (max-width: 763px) { #QBrfXckgf5y0m2C8haxhX58geTaobNOT { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#QBrfXckgf5y0m2C8haxhX58geTaobNOT > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAxycLlhR6ImPrAXOMv621FiCGKSKpqh { width:18.8734375rem;height:3.56171875rem;top:0.89375114440919rem;left:0.56328123807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGlxMNqnH7THrym4GQGcrrWhZZIWlQiy { display:block; }
 }