.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#f4f4f4;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#004e98;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:6.25rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:9.8125rem;left:2.875rem;height:8.125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { background-color:#ecac2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: 0rem 0rem 0.9375rem #ecac2e ;box-sizing:border-box;color:#004e98;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.8623046875rem;left:2.875rem;display:block; }
#J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#004e98;padding-top:0.4575rem;padding-right:0.436875rem;padding-bottom:0.4575rem;padding-left:0.436875rem;display:block;align-items:center;width:2.618125rem;min-width:2.618125rem;height:2.454375rem;position:relative;font-family:lato;font-size:1.826875rem;font-weight:700;line-height:39.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-label { background-color:;background-image:none;color:#084c7c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.285625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.490625rem;height:0.85rem;position:relative;font-family:lato;font-size:0.685625rem;font-weight:400;line-height:13.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:4.505rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:24.93359375rem;left:17.625rem;z-index:15003; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb { width:auto; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:15032;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:24.9375rem;width:32.375rem;top:16.8125rem;left:27.625rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:#004e98;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:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:31.375rem;width:31.375rem;top:8rem;left:25.25rem;display:block; }
#vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { color:#004e98;display:block;width:4.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:22.943359375rem;left:18.3125rem;height:1.4875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;background-color:#ffcc80;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.25rem;width:0.125rem;top:23.875rem;left:0.5625rem;display:block; }
#OmoiccszVOLpIZ8MMid59fxgTJCETCOm { position:absolute;display:block;z-index:14996;background-color:#f4f4f4;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:6.0625rem;width:18.625rem;top:24.25rem;left:15.0625rem;display:block; }
#RZ62oGhCzkhLmumlbcGcxwaWpUehtdkn { color:#004e98;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:24.0625rem;left:1.625rem;height:;text-align:left;text-align-last:left;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; }
#HeqPWo8PUSblyJG5vsx2adQKuPragZVF { color:#004e98;display:block;width:10.5rem;position:absolute;font-family:poppins;font-size:5rem;font-weight:400;z-index:14998;line-height:1.3;letter-spacing:0;top:16.5rem;left:8.625rem;height:6.5rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:italic;display:block; }
#ok1lPiPI6k85q4M1u0ZFaUPWwRhVl2A9 { position:absolute;display:block;z-index:15029;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:4.125rem;width:8.875rem;top:1.4375rem;left:25.5625rem;overflow:hidden;display:block; }
#T1DfSmaO4ZgrNV1f9WTmblAdAWMpOqaa { position:absolute;display:block;z-index:14987;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:20.625rem;width:20.625rem;top:3.5625rem;left:0rem;overflow:hidden;display:block; }
#vRMhHQ848tCab1aWGEI3QQvq7xOobkXq { color:#f4f4f4;display:block;width:13.9375rem;position:absolute;font-family:poppins;font-size:2.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:12.3671875rem;left:33.6875rem;height:5.5234375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TS0Ota2rwJKg8cCtaKkCWDa7axN8LM4J { color:#004e98;display:block;width:12.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:29.12890625rem;left:1.625rem;height:1.6875rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xk3QG63tAr9bcvkhs5TBJq37hwHsc6BH { position:absolute;display:block;z-index:15033;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:4.9375rem;width:5.25rem;top:18.09375rem;left:53.59375rem;overflow:hidden;display:block; }
#hFEkmK8eeVDsfvLKeE1DDX2W3nan7P9F { position:absolute;display:block;z-index:15034;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:9.5625rem;width:9.5625rem;top:8.5556640625rem;left:48.0625rem;overflow:hidden;display:block; }
#s49yV4LLQOswliZEkAhSHgTuzioLa3mz { position:absolute;display:block;z-index:15035;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:9.5625rem;width:9.5625rem;top:3.6875rem;left:31.125rem;overflow:hidden;display:block; }
#lSzvJPCIyW3msz3w7uRtToJd0NDWE9TJ { position:absolute;display:block;z-index:15036;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:9.5625rem;width:9.5625rem;top:8.625rem;left:23.5rem;overflow:hidden;display:block; }
#r5EsMmwSFsRw7f9GlcAUS5go7WUVIyZP { position:absolute;display:block;z-index:15035;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:9.5625rem;width:9.5625rem;top:3.625rem;left:40.625rem;overflow:hidden;display:block; }
#bcPdmSXZQbzIpHBOaUJlV1nx84hyxrPB { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14992;background-color:#eef2f1;background-image:none;top:11.125rem;left:26.0625rem;display:block; }
#OHdcnoNdvpulMg5zyBvoKLznJlB0A4Z6 { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14993;background-color:#eef2f1;background-image:none;top:6.25rem;left:33.625rem;display:block; }
#DTC4t7Jf0NKDvVKLbOVeSsk93WNzwFRz { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14994;background-color:#eef2f1;background-image:none;top:6.1875rem;left:43.125rem;display:block; }
#gkSA9yRcNJMg3U9lsxgxUW8WHcQ9fH5o { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14995;background-color:#eef2f1;background-image:none;top:11.125rem;left:50.4375rem;display:block; }
#JoHPVxC45acHfko2aa1aayTkT0buV7HR { box-sizing:content-box;height:4.5625rem;width:4.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14996;background-color:#eef2f1;background-image:none;top:18.3125rem;left:53.8125rem;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { 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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;position:relative;display:block; }#ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#A8WtMXBCbMRCN2swKtMgEp7iGUsKPtT0 { color:#004e98;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:7.25rem;left:8.75rem;height:8.3984375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DZG1PKAle42hxQ8MoGyfJfU1kFDLenPa { color:#004e98;display:block;width:49.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:17.0869140625rem;left:5.375rem;height:;text-align:justify;text-align-last:initial;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; }
#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { 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; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { background-color: transparent; background-image: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { display: none; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .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); }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { border-width: 0; border-radius: 0; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:60rem;position:relative;display:block; }#HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { position:absolute;display:block;z-index:15000;background-color:#2573bf;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:0.875rem;width:18.75rem;top:0rem;left:0rem;display:block; }
#hxK4ulus8NxsL0GJSPire2TL81pvWwFM { color:#004e98;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.5625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:#004e98;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.9873046875rem;left:1.5625rem;height:14.299025rem;text-align:justify;text-align-last:initial;display:block; }
#WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { position:absolute;display:block;z-index:15005;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:13.625rem;width:18.3125rem;top:21.21484375rem;left:0.84375rem;overflow:hidden;display:block; }
#ndM6QuUNliKOz1omMSQSiizGothWScfM { position:absolute;display:block;z-index:15009;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:10.9375rem;width:20rem;top:0rem;left:19.943597560976rem;overflow:hidden;display:block; }
#a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { color:#004e98;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13rem;left:22.0625rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { position:absolute;display:block;z-index:15004;background-color:#084c7c;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:0.875rem;width:18.75rem;top:0rem;left:40.625rem;display:block; }
#DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { color:#004e98;display:block;width:16.0625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:42.8125rem;height:4.0625rem;text-align:left;text-align-last:left;display:block; }
#lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { position:absolute;display:block;z-index:15004;background-color:#ffcc80;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:0.875rem;width:20.0625rem;top:10.9375rem;left:20rem;display:block; }
#BFT3EQnXTkopnu1BwmQMCM3UEqam4kpR { color:#004e98;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.5625rem;left:21.875rem;height:11.6992125rem;text-align:justify;text-align-last:initial;display:block; }
#pf7WuiobqVoh1PAAQBwssXDuun09gAxN { color:#004e98;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5rem;left:41.96875rem;height:10.39930625rem;text-align:justify;text-align-last:initial;display:block; }
#SCyvXAyvbEBQz3JEEmF97iEcpl1vrMPX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:17.375rem;left:48.875rem; }
#uTk20iapXqngSQ0aGHGaKAJfayzreqT3 { position:absolute;display:block;z-index:15022;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:13.6875rem;width:19.75rem;top:21.18359375rem;left:40.125rem;overflow:hidden;display:block; }
#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { 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; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { background-color: transparent; background-image: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { display: none; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .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); }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { border-width: 0; border-radius: 0; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#APGQaxdreLhFzT4If8ZI6l6mpT9DtqI9 { background-color:#ecac2e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: 0rem 0rem 0.9375rem #ecac2e ;box-sizing:border-box;color:#004e98;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:3.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.5625rem;left:23.90625rem;display:block; }
#P3qZ4CDqtCuhp2dynvhQRFfOmJzUrK2G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { 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; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#KEsrSkUil3PwuSsscs724ZdxkInmVXWT { color:#084c7c;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:6.375rem;left:8.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TDbn1CU8owwK70dz5iFwslozTPvG6phG { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { 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; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { background-color: transparent; background-image: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { display: none; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .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); }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { border-width: 0; border-radius: 0; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { font-size:0.875rem;font-family:arial;height:54.4375rem;width:60rem;position:relative;display:block; }#uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { position:absolute;display:block;z-index:15002;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:23.5625rem;width:17.6875rem;top:1.8125rem;left:3.03125rem;overflow:hidden;display:block; }
#I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { position:absolute;display:block;z-index:15001;background-color:#2573bf;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:5.875rem;width:12.0625rem;top:0.5625rem;left:1.15625rem;display:block; }
#XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { color:#084c7c;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:27.25rem;left:3.03125rem;height:1.9487875rem;text-align:left;text-align-last:left;display:block; }
#OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { color:rgba(31,51,59,0.6);display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:29.8125rem;left:3.0625rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { color:#084c7c;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:32.32421875rem;left:3.03125rem;height:19.8014375rem;text-align:justify;text-align-last:initial;display:block; }
#sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { color:#084c7c;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.8;letter-spacing:0;top:32.3125rem;left:31.875rem;height:19.8014375rem;text-align:justify;text-align-last:initial;display:block; }
#Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { color:#084c7c;display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27.25rem;left:31.875rem;height:1.9487875rem;text-align:left;text-align-last:left;display:block; }
#up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { position:absolute;display:block;z-index:15010;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:23.5625rem;width:17.625rem;top:1.8125rem;left:38.9375rem;overflow:hidden;display:block; }
#VS4ecEhVMLpU8yTofaynXD8060ekvniD { position:absolute;display:block;z-index:15009;background-color:#8bc2ec;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:5.875rem;width:12.0625rem;top:20.6875rem;left:45.625rem;display:block; }
#GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { color:rgba(31,51,59,0.6);display:block;width:23.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:29.8125rem;left:31.875rem;height:1.3rem;text-align:left;text-align-last:left;display:block; }
#MGldOhDBKuwZOrlSDKKIUUQOqGP2lfZe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:38.25rem;left:78.59375rem; }
#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084c7c;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; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { background-color: transparent; background-image: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container > .video-iframe-container { display: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container { display: none; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .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); }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { border-width: 0; border-radius: 0; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { font-size:0.875rem;font-family:arial;height:92rem;width:60rem;position:relative;display:block; }#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { position:absolute;display:block;z-index:14999;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:15.0625rem;width:7.1875rem;top:24rem;left:0rem;display:block; }#MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.adaptive-delivery-prevent-bg, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyload, #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM.lazyloading { background-image: none; }
#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/68f5f577-7c71-428d-920b-a0376b3f1b58/DOT2.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:15.0625rem;width:7.1875rem;top:44.3125rem;left:52.8125rem;display:block; }#gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.adaptive-delivery-prevent-bg, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyload, #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC.lazyloading { background-image: none; }
#X6JfTF1MUkVRPX0m9LeMTNdo7aXMddGA { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:26.0625rem;width:47.1875rem;top:26.875rem;left:6.4375rem;display:block; }
#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.9375rem;left:8.125rem;height:8.3984375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LmvhmhKbhTecICcT6KwgL9ce1RHX8KHX { color:rgba(244,244,244,0.8);display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5rem;left:7.625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#h7VBQaSZ94VeT5Z13ewZ9V0n2Fw4VRZz { color:#f4f4f4;display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:17.625rem;left:8.125rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TW66PGLmxOTTqqlfdZStNaEFKyp9N9eT { position:absolute;display:block;z-index:15017;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:22.3125rem;width:16.6875rem;top:54.625rem;left:11.375rem;overflow:hidden;display:block; }
#L3c7ptTeGWmNPyFnoMFogfR3lGIsDBB2 { position:absolute;display:block;z-index:15020;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:21.1875rem;width:21.5625rem;top:65.75rem;left:28.0625rem;overflow:hidden;display:block; }
#A64baRToMqNKgg1h526uTqInsSWL9FQJ { position:absolute;display:block;z-index:15019;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:11.125rem;width:15.6875rem;top:54.625rem;left:28rem;overflow:hidden;display:block; }
#FRWmToSQ8uaWd5bvcH2oSPVvTtl1OOmv { position:absolute;display:block;z-index:15032;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:12.4375rem;width:9.25rem;top:54.625rem;left:40.4375rem;overflow:hidden;display:block; }
#bIwSLHDQlzBFhbaDiUab30aGareeuahU { position:absolute;display:block;z-index:15021;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:10.0625rem;width:16.8125rem;top:76.9375rem;left:11.375rem;overflow:hidden;display:block; }
#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { 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; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { background-color: transparent; background-image: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .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); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { border-width: 0; border-radius: 0; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:60rem;position:relative;display:block; }#d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { color:#084c7c;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:8.125rem;height:2.92535rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .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:transparent;background-image:none;vertical-align:top; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .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; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem;color:#004e98;line-height:1.6;overflow:hidden;height:auto; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .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;font-family:"open sans";color:#004e98;text-align:justify;text-align-last:initial; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .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_e6a7c0fec0fa50f61f6155683b7437785fe3ca47.svg");background-size:contain !important; }#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-trigger.adaptive-delivery-prevent-bg, #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-trigger.lazyload, #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-trigger.lazyloading { background-image: none; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq { box-sizing:content-box;height:auto;width:50.75rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:13.9375rem;left:3.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;border-top-right-radius:0.8125rem;border-bottom-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-top-left-radius:0.8125rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PTreLLBh9CaMdXaIAe6IUFX0OC1CKylz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #E7bi9K5DnTXRRNUp5TlMzWdCqSZIqNRk { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #HplMfkcaTUuamtaFuffoczyJwtveIN8D { display:block;position:relative; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #iQzunE8adaxtfLirmRBgTLVhcCTPHt88 {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #V3kU9egf5EGen2XMSSJzHrqLVy61JU5r {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #IgDFGuCH1Mron3hevBIt1TWXWmfAIE2f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #xP3ymRG179sUSw2I88PMWKmsSRorwOJd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #znLf4o1T7S3mirho64wOqTdR41CNzVFH { display:block;position:relative; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #VZgAlSDvr1Jdw5kqCgEnLwcB674sD5cF {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #J9cx46hzrDL8mzBiR1hpzdMIbXnP7RKu { display:none; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #dSV8QfO73663LDb5BvDsdO9XD7v1WOqV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #SToJpRoWViWqyo54SZZt18uAw6NyvCBZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #XSXzodt8tiNWet452zTuTLxmFVNoVSgq { display:block;position:relative; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Vgs2DoZ4cfdCR55CsXGJbyTUiHPNni4T {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PLN7kgQIV3den4dd8zqU6oegSd6b2FF4 { display:none; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #RgmQrmS9nlrKyx27dtLnA0hwVVd85N2S { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #FZ9nAmJeitTk48S7wJWz5DMHscHGBoft { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Ltk0okBWxxNOgus0BpGh5THvf8w2x4IP { display:block;position:relative; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #TLRakXZrH9SDZMoxZd2oxokgSUNk85g0 {  }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #yTs7BlAt566TabeO8xvFsp4RnZTyug49 { display:none; }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:60rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:#004e98;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:8.125rem;height:6.2999375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#gHbIsLAvlgPs3UntnHfAhS4saUV8gEmX { color:rgba(31,51,59,0.8);display:block;width:49.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:15.0869140625rem;left:5.375rem;height:5.4003875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#llMs3EbihRMkk37aBsaGgQSbzudAvRTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { font-size:0.875rem;font-family:arial;height:60.1875rem;width:60rem;position:relative;display:block; }#LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { position:absolute;display:block;z-index:14994;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:16.375rem;width:29.875rem;top:19rem;left:1.375rem;overflow:hidden;display:block; }
#thoHRK2BT0g6yrX7xlqRoZMxTPx6xQXU { color:#084c7c;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:4.625rem;left:11.0625rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Di7SsEuc37COTPaDEaiRCfpiS4iGi1GN { color:#084c7c;display:block;width:17.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:4.625rem;left:37.34375rem;height:5.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#q4CN5sSdmC5V1AzHHmJ2Bwp9IpRVWNiG { position:absolute;display:block;z-index:15036;height:14.4375rem;width:26.125rem;top:36.6875rem;left:2rem;display:block; }
#zpEGTs2IXmwD20p2K17tE1u3a5ky8GAR { position:absolute;display:block;z-index:15024;background-color:#ffcc80;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:3.125rem;width:0.125rem;top:3.8125rem;left:31.1875rem;display:block; }
#Nt4wh3t7NuN8Rcx0cy2lWh5Wx0wOW9bK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:1.8125rem;left:16.03125rem; }
#lOLdxx7gwtuDNufZCTFulioPOlnUr70c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:2.125rem;left:45.21875rem; }
#acozUP6NxHDxll6dnV31VpHzErbHViQd { position:absolute;display:block;z-index:15037;height:46.936875rem;width:25rem;top:11.927083969116rem;left:33.716361999512rem;display:block; }
#aTiydITV4oWpWBydPD549dTSmyBlI4pz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084c7c;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; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { background-color: transparent; background-image: none; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container > .video-iframe-container { display: none; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row > .video-iframe-container { display: none; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .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); }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { border-width: 0; border-radius: 0; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#qXBN9AJb0dtIa4WXKp504TWoJvG777nb { position:absolute;display:block;z-index:15009;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:4.125rem;width:10.125rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#TW4sEhckcTdBIWZ14D75mZaU6A5kUS6R { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:7.4375rem;left:0rem;height:2.44791875rem;font-style:normal;display:block; }
#seG3URw8dTUyfdbSpuwTUa9IaeU13KpV { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:7.25rem;left:26.1875rem;height:1.225rem;font-style:normal;display:block; }
#gcS1tTV130KPsdDcAwRgdbswGpLMbziO { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.3125rem;left:24.125rem;height:1.05rem;font-style:normal;display:block; }
#uO1u9AL9evqnqn66huaERpQbDFL2eV1W { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7.125rem;left:24.1875rem; }
#yXMVbnkVt8VnfvMywCGgbnbqChITXQRu { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:7rem;left:35.6875rem; }
#ByRHelUQQrhliabdossiQPP77g3dxPlt { position:absolute;display:block;z-index:15015;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;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:0.0625rem;width:35.625rem;top:11.0625rem;left:24.375rem;display:block; }
#iCT27mAwKyDDUeayaZRvzalvwaQ99TFR { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.125rem;left:37.625rem;height:1.225rem;font-style:normal;display:block; }
#Edapt881eLr1PyUXf0qBhqIPfzqqLgup { position:absolute;display:block;z-index:15016;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;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:0.0625rem;width:18.75rem;top:11.0625rem;left:0rem;display:block; }
#QxHAGuIozWE0lCnoWODbGxGqFoCBmGen { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7rem;left:46.625rem; }
#RhDBw6KbfMNadbrPrtNsrV25vT3lNipu { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.1875rem;left:48.6875rem;height:2.4479125rem;font-style:normal;display:block; }
#mcpTiP5RHoGWXoxhO5xUcpVsCbVgmFiD { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.125rem;left:48.1875rem;height:1.05rem;font-style:normal;display:block; }
#pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15.25rem;left:56.0625rem; }
#pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#b2GgTV3qXq4BTWdACQ2UhrrCD0zMRoy8 { background-color:#ffe16c;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:3rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:14.875rem;left:48.1875rem;display:block; }
#XpyUsvsdTmD0kKDlIZBAAogmETLodE6S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ic1ETxWTDx7UWLwSwCBHI07aArSTqfo6 { background-color:#ffe16c;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:3rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.875rem;left:51.9375rem;display:block; }
#lshMm55hw8ZQoO9QE3Ncbc3RzbrO657U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTf50v7v77vEUusoliCHtqAISCfHo7re { background-color:#ffe16c;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:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;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:3rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.875rem;left:55.6875rem;display:block; }
#EzrWQUophONyR0pLW3PBWJhLQLZ3G4r8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl { 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:15030;top:15.4375rem;left:48.75rem; }
#lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli { 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:15031;top:15.4375rem;left:52.4375rem; }
#WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:17.0625rem;height:8.125rem;top:9.8125rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:14.5rem;height:3.75rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { display:flex;width:13.5rem;height:5.0625rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:32.375rem;height:24.9375rem;top:16.8125rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:31.375rem;height:31.375rem;top:8rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:4.5625rem;height:1.4375rem;top:22.9375rem;left:12.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:7.25rem;top:23.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:18.625rem;height:6.0625rem;top:24.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZ62oGhCzkhLmumlbcGcxwaWpUehtdkn { width:11.875rem;height:;top:24.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeqPWo8PUSblyJG5vsx2adQKuPragZVF { width:10.5rem;height:6.5rem;top:16.5rem;left:2.5rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ok1lPiPI6k85q4M1u0ZFaUPWwRhVl2A9 { top:1.4375rem;left:19.4375rem;width:8.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1DfSmaO4ZgrNV1f9WTmblAdAWMpOqaa { top:3.5625rem;left:0rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRMhHQ848tCab1aWGEI3QQvq7xOobkXq { width:13.9375rem;height:5.5rem;top:12.3125rem;left:27.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS0Ota2rwJKg8cCtaKkCWDa7axN8LM4J { width:12.25rem;height:;top:29.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk3QG63tAr9bcvkhs5TBJq37hwHsc6BH { top:18.0625rem;left:42.5rem;width:5.25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFEkmK8eeVDsfvLKeE1DDX2W3nan7P9F { top:8.5rem;left:38.1875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s49yV4LLQOswliZEkAhSHgTuzioLa3mz { top:3.6875rem;left:25rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSzvJPCIyW3msz3w7uRtToJd0NDWE9TJ { top:8.625rem;left:17.375rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5EsMmwSFsRw7f9GlcAUS5go7WUVIyZP { top:3.625rem;left:34.5rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcPdmSXZQbzIpHBOaUJlV1nx84hyxrPB { top:11.125rem;left:19.9375rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHdcnoNdvpulMg5zyBvoKLznJlB0A4Z6 { top:6.25rem;left:27.5rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTC4t7Jf0NKDvVKLbOVeSsk93WNzwFRz { top:6.1875rem;left:37rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkSA9yRcNJMg3U9lsxgxUW8WHcQ9fH5o { top:11.125rem;left:43.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoHPVxC45acHfko2aa1aayTkT0buV7HR { top:18.3125rem;left:43.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { width:43.75rem;height:1.25rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8WtMXBCbMRCN2swKtMgEp7iGUsKPtT0 { width:43.75rem;height:8.375rem;top:7.25rem;left:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZG1PKAle42hxQ8MoGyfJfU1kFDLenPa { width:47.75rem;height:;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:18.75rem;height:0.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:16.0625rem;height:14.25rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:18.3125rem;height:13.625rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:20rem;height:10.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:16.0625rem;height:4.0625rem;top:13rem;left:15.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:18.75rem;height:0.875rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:16.0625rem;height:4.0625rem;top:1.4375rem;left:31.6875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20.0625rem;height:0.875rem;top:10.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFT3EQnXTkopnu1BwmQMCM3UEqam4kpR { width:16.0625rem;height:11.6875rem;top:17.5625rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf7WuiobqVoh1PAAQBwssXDuun09gAxN { width:16.0625rem;height:10.375rem;top:5.5rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCyvXAyvbEBQz3JEEmF97iEcpl1vrMPX { top:17.375rem;left:38.5625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTk20iapXqngSQ0aGHGaKAJfayzreqT3 { width:19.75rem;height:13.6875rem;top:21.125rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APGQaxdreLhFzT4If8ZI6l6mpT9DtqI9 { width:12.1875rem;height:3.25rem;top:1.5625rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3qZ4CDqtCuhp2dynvhQRFfOmJzUrK2G { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:43.75rem;height:;top:6.375rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbn1CU8owwK70dz5iFwslozTPvG6phG { width:43.75rem;height:1.25rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:17.6875rem;height:23.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:12.0625rem;height:5.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:23.9375rem;height:1.9375rem;top:27.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { width:23.9375rem;height:1.25rem;top:29.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:23.9375rem;height:19.75rem;top:32.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:23.9375rem;height:19.75rem;top:32.3125rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:23.9375rem;height:1.9375rem;top:27.25rem;left:23.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:17.625rem;height:23.5625rem;top:1.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:12.0625rem;height:5.875rem;top:20.6875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { width:23.9375rem;height:1.25rem;top:29.8125rem;left:23.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGldOhDBKuwZOrlSDKKIUUQOqGP2lfZe { top:38.875rem;left:41.9375rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:7.1875rem;height:15.0625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:7.1875rem;height:15.0625rem;top:44.3125rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6JfTF1MUkVRPX0m9LeMTNdo7aXMddGA { width:47.1875rem;height:26.0625rem;top:26.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:;top:7.9375rem;left:2rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmvhmhKbhTecICcT6KwgL9ce1RHX8KHX { width:43.75rem;height:1.25rem;top:5.5rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7VBQaSZ94VeT5Z13ewZ9V0n2Fw4VRZz { width:43.75rem;height:;top:17.625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW66PGLmxOTTqqlfdZStNaEFKyp9N9eT { width:16.6875rem;height:22.3125rem;top:54.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3c7ptTeGWmNPyFnoMFogfR3lGIsDBB2 { width:21.5625rem;height:21.1875rem;top:65.75rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A64baRToMqNKgg1h526uTqInsSWL9FQJ { width:15.6875rem;height:11.125rem;top:54.625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRWmToSQ8uaWd5bvcH2oSPVvTtl1OOmv { width:9.25rem;height:12.4375rem;top:54.625rem;left:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIwSLHDQlzBFhbaDiUab30aGareeuahU { width:16.8125rem;height:10.0625rem;top:76.9375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:43.75rem;height:;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:43.75rem;height:1.25rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq { display:flex;height:auto;width:27.8125rem;top:14.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PTreLLBh9CaMdXaIAe6IUFX0OC1CKylz {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #E7bi9K5DnTXRRNUp5TlMzWdCqSZIqNRk {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #HplMfkcaTUuamtaFuffoczyJwtveIN8D {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #iQzunE8adaxtfLirmRBgTLVhcCTPHt88 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #V3kU9egf5EGen2XMSSJzHrqLVy61JU5r {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #IgDFGuCH1Mron3hevBIt1TWXWmfAIE2f {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #xP3ymRG179sUSw2I88PMWKmsSRorwOJd {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #znLf4o1T7S3mirho64wOqTdR41CNzVFH {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #VZgAlSDvr1Jdw5kqCgEnLwcB674sD5cF {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #J9cx46hzrDL8mzBiR1hpzdMIbXnP7RKu {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #dSV8QfO73663LDb5BvDsdO9XD7v1WOqV {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #SToJpRoWViWqyo54SZZt18uAw6NyvCBZ {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #XSXzodt8tiNWet452zTuTLxmFVNoVSgq {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Vgs2DoZ4cfdCR55CsXGJbyTUiHPNni4T {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PLN7kgQIV3den4dd8zqU6oegSd6b2FF4 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #RgmQrmS9nlrKyx27dtLnA0hwVVd85N2S {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #FZ9nAmJeitTk48S7wJWz5DMHscHGBoft {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Ltk0okBWxxNOgus0BpGh5THvf8w2x4IP {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #TLRakXZrH9SDZMoxZd2oxokgSUNk85g0 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #yTs7BlAt566TabeO8xvFsp4RnZTyug49 {  }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:43.75rem;height:;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:43.75rem;height:1.25rem;top:3.75rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHbIsLAvlgPs3UntnHfAhS4saUV8gEmX { width:47.75rem;height:;top:15.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:29.875rem;height:16.375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #thoHRK2BT0g6yrX7xlqRoZMxTPx6xQXU { width:11.875rem;height:;top:4.5625rem;left:4.9372825622559rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7SsEuc37COTPaDEaiRCfpiS4iGi1GN { width:17.75rem;height:5.0625rem;top:4.625rem;left:30rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4CN5sSdmC5V1AzHHmJ2Bwp9IpRVWNiG { top:36.6875rem;left:0rem;width:26.125rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpEGTs2IXmwD20p2K17tE1u3a5ky8GAR { width:0.125rem;height:3.125rem;top:3.8125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt4wh3t7NuN8Rcx0cy2lWh5Wx0wOW9bK { top:1.8125rem;left:9.90625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOLdxx7gwtuDNufZCTFulioPOlnUr70c { top:2.125rem;left:39.09375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #acozUP6NxHDxll6dnV31VpHzErbHViQd { top:11.875rem;left:22.75rem;width:25rem;height:46.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTiydITV4oWpWBydPD549dTSmyBlI4pz { display:block; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXBN9AJb0dtIa4WXKp504TWoJvG777nb { width:10.125rem;height:4.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4sEhckcTdBIWZ14D75mZaU6A5kUS6R { top:7.4375rem;left:0rem;width:19.875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seG3URw8dTUyfdbSpuwTUa9IaeU13KpV { top:7.25rem;left:20.0625rem;width:9.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcS1tTV130KPsdDcAwRgdbswGpLMbziO { top:5.3125rem;left:18rem;width:6.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO1u9AL9evqnqn66huaERpQbDFL2eV1W { top:7.125rem;left:18.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXMVbnkVt8VnfvMywCGgbnbqChITXQRu { top:7rem;left:29.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByRHelUQQrhliabdossiQPP77g3dxPlt { top:11.0625rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCT27mAwKyDDUeayaZRvzalvwaQ99TFR { top:7.125rem;left:31.5rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edapt881eLr1PyUXf0qBhqIPfzqqLgup { top:11.0625rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxHAGuIozWE0lCnoWODbGxGqFoCBmGen { top:7rem;left:40.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDBw6KbfMNadbrPrtNsrV25vT3lNipu { top:7.1875rem;left:37.3125rem;width:10.4375rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpTiP5RHoGWXoxhO5xUcpVsCbVgmFiD { top:13.125rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM { top:15.25rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #b2GgTV3qXq4BTWdACQ2UhrrCD0zMRoy8 { width:3rem;height:3rem;top:14.875rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpyUsvsdTmD0kKDlIZBAAogmETLodE6S { display:block; }
 }@media only screen and (max-width: 763px) { #ic1ETxWTDx7UWLwSwCBHI07aArSTqfo6 { width:3rem;height:3rem;top:14.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lshMm55hw8ZQoO9QE3Ncbc3RzbrO657U { display:block; }
 }@media only screen and (max-width: 763px) { #sTf50v7v77vEUusoliCHtqAISCfHo7re { width:3rem;height:3rem;top:14.875rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzrWQUophONyR0pLW3PBWJhLQLZ3G4r8 { display:block; }
 }@media only screen and (max-width: 763px) { #lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl { top:15.4375rem;left:42.625rem;width:1.875rem;height:1.875rem;display:block; }
#lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli { top:15.4375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#eef2f1;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:72.874381439209rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:6.45rem;top:6.25rem;left:0rem;font-size:5.375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { width:12.1875rem;height:3.25rem;top:37.6875rem;left:3.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J457OGvgpSz5fxR2s8mt0fEvq1WuoXMx { display:block; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { display:flex;width:13.5rem;height:5.0625rem;top:30.65625rem;left:3.25rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:20rem;height:15.4375rem;top:57.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:18.75rem;top:54.0625rem;left:0.625rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:20rem;height:1.59375rem;top:29.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:11.875rem;height:0.25rem;top:27.8359375rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:19.5625rem;height:5.75rem;top:35.0625rem;left:0rem;background-color:transparent;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #RZ62oGhCzkhLmumlbcGcxwaWpUehtdkn { width:11.9375rem;height:5.06185rem;top:21.9609375rem;left:4.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HeqPWo8PUSblyJG5vsx2adQKuPragZVF { width:9.5625rem;height:4.275rem;top:11.3515625rem;left:4.59375rem;font-size:3.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ok1lPiPI6k85q4M1u0ZFaUPWwRhVl2A9 { width:8.875rem;height:4.125rem;top:1.1875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1DfSmaO4ZgrNV1f9WTmblAdAWMpOqaa { width:12.75rem;height:12.75rem;top:11.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRMhHQ848tCab1aWGEI3QQvq7xOobkXq { width:11.75rem;height:3rem;top:16.5625rem;left:3.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;color:#084c7c;display:block; }
 }@media only screen and (max-width: 763px) { #TS0Ota2rwJKg8cCtaKkCWDa7axN8LM4J { width:12.25rem;height:1.6875rem;top:41.5625rem;left:3.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xk3QG63tAr9bcvkhs5TBJq37hwHsc6BH { width:5.25rem;height:4.9375rem;top:50.6875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFEkmK8eeVDsfvLKeE1DDX2W3nan7P9F { width:9.5625rem;height:9.5625rem;top:48.3125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s49yV4LLQOswliZEkAhSHgTuzioLa3mz { width:9.5625rem;height:9.5625rem;top:43.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSzvJPCIyW3msz3w7uRtToJd0NDWE9TJ { width:9.5625rem;height:9.5625rem;top:43.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5EsMmwSFsRw7f9GlcAUS5go7WUVIyZP { width:9.5625rem;height:9.5625rem;top:43.25rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcPdmSXZQbzIpHBOaUJlV1nx84hyxrPB { width:4.5625rem;height:4.5625rem;top:45.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHdcnoNdvpulMg5zyBvoKLznJlB0A4Z6 { width:4.5625rem;height:4.5625rem;top:45.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTC4t7Jf0NKDvVKLbOVeSsk93WNzwFRz { width:4.5625rem;height:4.5625rem;top:45.8125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkSA9yRcNJMg3U9lsxgxUW8WHcQ9fH5o { width:4.5625rem;height:4.5625rem;top:50.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoHPVxC45acHfko2aa1aayTkT0buV7HR { width:4.5625rem;height:4.5625rem;top:50.875rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:55.999382751465rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { width:20rem;height:1.3rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8WtMXBCbMRCN2swKtMgEp7iGUsKPtT0 { width:20rem;height:16.796875rem;top:5.5498046875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZG1PKAle42hxQ8MoGyfJfU1kFDLenPa { width:19rem;height:32.402375rem;top:23.59765625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT { display:block; }#V8e8DcGTAkPCT2RuHAbb6CJo5UGfg5bT > .row .container { width:20rem;height:104.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDGIPmyXDe8DqrnnceBrhWgKr4sQrQvG { width:20rem;height:0.875rem;top:16.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:17.25rem;height:4.0625rem;top:18.25rem;left:2.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:17.25rem;height:14.299025rem;top:23.3125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnlB3kruENgGB6XS9zEnc0FE2KpXDQzX { width:20rem;height:14.9375rem;top:1.2302350427351rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndM6QuUNliKOz1omMSQSiizGothWScfM { width:20rem;height:11.0625rem;top:40.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0bffmgTpVt03ZzMhNeMeHF932wnTG34 { width:17.25rem;height:4.0625rem;top:53.625rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpvWAXRORCTvZdFkySzTtbb9H0qHmtdI { width:20rem;height:0.875rem;top:51.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUDgp8MgZNTZ9DhCxSWvXlhNeW9gJPqT { width:17.25rem;height:4.0625rem;top:87.5rem;left:1.375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwCAg1m3yz85pLMyM5t7KuJT43ynOAeK { width:20rem;height:0.875rem;top:86.009765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFT3EQnXTkopnu1BwmQMCM3UEqam4kpR { width:16.0625rem;height:11.6992125rem;top:58.625rem;left:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pf7WuiobqVoh1PAAQBwssXDuun09gAxN { width:16.0625rem;height:10.39930625rem;top:93rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCyvXAyvbEBQz3JEEmF97iEcpl1vrMPX { display:flex;width:2.25rem;height:2.25rem;top:90.125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #uTk20iapXqngSQ0aGHGaKAJfayzreqT3 { width:20rem;height:13.6875rem;top:72.322265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ { display:block; }#ywviTlJ3wnZ8Lcl0KmikQHxHKRNti8bQ > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #APGQaxdreLhFzT4If8ZI6l6mpT9DtqI9 { width:12.1875rem;height:3.25rem;top:1.25rem;left:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3qZ4CDqtCuhp2dynvhQRFfOmJzUrK2G { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEsrSkUil3PwuSsscs724ZdxkInmVXWT { width:20rem;height:2.8rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDbn1CU8owwK70dz5iFwslozTPvG6phG { width:20rem;height:1.3rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD { display:block; }#OvNv8HFJGPMkDAigOrRWnkxMZngOkAcD > .row .container { width:20rem;height:108.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uXbdxB8SuWzF9DL1fCUgtiLfRe6SqTme { width:12.875rem;height:17.1875rem;top:1.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4cyHRuDHNKV51o9riC0eUbFJQOQQau8 { width:15.3125rem;height:7.375rem;top:0rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcGNWI68IPD0TaCkclnO1ic1A1tqhscf { width:17.1875rem;height:1.9487875rem;top:19.625rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OudvBfkeFa5o23lNKKWKJCQidfFeXT5m { width:17.1875rem;height:1.13606875rem;top:22rem;left:1.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8zJcTUHUlkzq9vTuuTLRlltU2L556v0 { width:17.1875rem;height:27.0019375rem;top:24.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtEhOE1remtU7vJWw6Ky8z0WyXHCHDi { width:17.1875rem;height:28.8020625rem;top:77.375rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pkd5KKx5H4Zr9nLTFnNLnLnE5ArbqmxE { width:17.1875rem;height:1.9487875rem;top:71.6875rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #up3QKsAGFwn7p3TqzBVcqLlsWzBZWwZ1 { width:12.875rem;height:17.1875rem;top:53.125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS4ecEhVMLpU8yTofaynXD8060ekvniD { width:15.3125rem;height:7.375rem;top:51.9375rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPpPdEdggLJv4bb7b6TIRKTVe5pG5F9V { width:17.1875rem;height:1.3rem;top:74.25rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MGldOhDBKuwZOrlSDKKIUUQOqGP2lfZe { display:flex;width:4.49805rem;height:4.49805rem;top:77.796875rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn { display:block; }#QzHsdvThlGrNkoNz2yKXfBZARqrWDGrn > .row .container { width:20rem;height:85rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIEqltFi8R0yCBeCIznDGuXuyTVJxsKM { width:5.625rem;height:7.3125rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gdoK8TaLXlpockV8TOFvdNuxolU2qGyC { width:5.4375rem;height:9.5625rem;top:0.75rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6JfTF1MUkVRPX0m9LeMTNdo7aXMddGA { height:11.045875rem;width:20rem;top:37.7861328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:11.8115rem;top:5.5625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmvhmhKbhTecICcT6KwgL9ce1RHX8KHX { width:20rem;height:1.3rem;top:2.88671875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7VBQaSZ94VeT5Z13ewZ9V0n2Fw4VRZz { width:20rem;height:16.2011875rem;top:19.3115234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW66PGLmxOTTqqlfdZStNaEFKyp9N9eT { width:11.5rem;height:15.375rem;top:53.5625rem;left:8.375rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #L3c7ptTeGWmNPyFnoMFogfR3lGIsDBB2 { width:10.8125rem;height:10.625rem;top:70.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A64baRToMqNKgg1h526uTqInsSWL9FQJ { width:13.4375rem;height:9.4375rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRWmToSQ8uaWd5bvcH2oSPVvTtl1OOmv { width:9.25rem;height:12.4375rem;top:69rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIwSLHDQlzBFhbaDiUab30aGareeuahU { width:13.25rem;height:7.875rem;top:62.9375rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:2.59874375rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:20rem;height:1.3rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq { display:flex;height:auto;width:17.5rem;top:10.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PTreLLBh9CaMdXaIAe6IUFX0OC1CKylz {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #E7bi9K5DnTXRRNUp5TlMzWdCqSZIqNRk {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #HplMfkcaTUuamtaFuffoczyJwtveIN8D {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #iQzunE8adaxtfLirmRBgTLVhcCTPHt88 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #V3kU9egf5EGen2XMSSJzHrqLVy61JU5r {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #IgDFGuCH1Mron3hevBIt1TWXWmfAIE2f {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #xP3ymRG179sUSw2I88PMWKmsSRorwOJd {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #znLf4o1T7S3mirho64wOqTdR41CNzVFH {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #VZgAlSDvr1Jdw5kqCgEnLwcB674sD5cF {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #J9cx46hzrDL8mzBiR1hpzdMIbXnP7RKu {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #dSV8QfO73663LDb5BvDsdO9XD7v1WOqV {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #SToJpRoWViWqyo54SZZt18uAw6NyvCBZ {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #XSXzodt8tiNWet452zTuTLxmFVNoVSgq {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Vgs2DoZ4cfdCR55CsXGJbyTUiHPNni4T {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #PLN7kgQIV3den4dd8zqU6oegSd6b2FF4 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #RgmQrmS9nlrKyx27dtLnA0hwVVd85N2S {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #FZ9nAmJeitTk48S7wJWz5DMHscHGBoft {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #Ltk0okBWxxNOgus0BpGh5THvf8w2x4IP {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #TLRakXZrH9SDZMoxZd2oxokgSUNk85g0 {  }
 }@media only screen and (max-width: 763px) { #hSgQPzbIP6eyQqBNJD6VsOMsmUfcehGq #yTs7BlAt566TabeO8xvFsp4RnZTyug49 {  }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:13.997375rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:20rem;height:1.3rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHbIsLAvlgPs3UntnHfAhS4saUV8gEmX { width:20rem;height:16.2011875rem;top:22.1230625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:110.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:20rem;height:11.0625rem;top:57.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #thoHRK2BT0g6yrX7xlqRoZMxTPx6xQXU { width:11.9375rem;height:5.0625rem;top:1.458984375rem;left:4.03125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Di7SsEuc37COTPaDEaiRCfpiS4iGi1GN { width:17.75rem;height:5.0625rem;top:8.771484375rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q4CN5sSdmC5V1AzHHmJ2Bwp9IpRVWNiG { width:20rem;height:14.436875rem;top:87.265631198881rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #zpEGTs2IXmwD20p2K17tE1u3a5ky8GAR { width:3.125rem;height:0.125rem;top:7.458984375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nt4wh3t7NuN8Rcx0cy2lWh5Wx0wOW9bK { display:flex;width:1.5rem;height:1.5rem;top:1.458984375rem;left:2.09375rem; }
 }@media only screen and (max-width: 763px) { #lOLdxx7gwtuDNufZCTFulioPOlnUr70c { display:flex;width:1.5rem;height:1.5rem;top:8.771484375rem;left:2.09375rem; }
 }@media only screen and (max-width: 763px) { #acozUP6NxHDxll6dnV31VpHzErbHViQd { width:20rem;height:54.3125rem;top:15.268005371094rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTiydITV4oWpWBydPD549dTSmyBlI4pz { display:block; }#aTiydITV4oWpWBydPD549dTSmyBlI4pz > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qXBN9AJb0dtIa4WXKp504TWoJvG777nb { width:7.5rem;height:3.1875rem;top:1.2312507629394rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW4sEhckcTdBIWZ14D75mZaU6A5kUS6R { width:14.625rem;height:3.671875rem;top:6.1875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #seG3URw8dTUyfdbSpuwTUa9IaeU13KpV { width:11.375rem;height:1.4rem;top:15.75rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcS1tTV130KPsdDcAwRgdbswGpLMbziO { width:20rem;height:1.05rem;top:12.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uO1u9AL9evqnqn66huaERpQbDFL2eV1W { width:1.5625rem;height:1.5625rem;top:15.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXMVbnkVt8VnfvMywCGgbnbqChITXQRu { width:1.5625rem;height:1.5625rem;top:18.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByRHelUQQrhliabdossiQPP77g3dxPlt { width:18.75rem;height:0.0625rem;top:28.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCT27mAwKyDDUeayaZRvzalvwaQ99TFR { width:8.6875rem;height:1.4rem;top:19rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Edapt881eLr1PyUXf0qBhqIPfzqqLgup { width:18.75rem;height:0.0625rem;top:11rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QxHAGuIozWE0lCnoWODbGxGqFoCBmGen { width:1.5625rem;height:1.5625rem;top:22.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhDBw6KbfMNadbrPrtNsrV25vT3lNipu { width:12.375rem;height:2.799475rem;top:22.375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcpTiP5RHoGWXoxhO5xUcpVsCbVgmFiD { width:20rem;height:1.05rem;top:29.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM { width:2.1875rem;height:2.1875rem;top:32.5rem;left:16.0625rem;display:block; }
#pRzolUCTL1AEcHW0RTCInNrSNb1AJQPM > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #b2GgTV3qXq4BTWdACQ2UhrrCD0zMRoy8 { width:3rem;height:3rem;top:32.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpyUsvsdTmD0kKDlIZBAAogmETLodE6S { display:block; }
 }@media only screen and (max-width: 763px) { #ic1ETxWTDx7UWLwSwCBHI07aArSTqfo6 { width:3rem;height:3rem;top:32.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lshMm55hw8ZQoO9QE3Ncbc3RzbrO657U { display:block; }
 }@media only screen and (max-width: 763px) { #sTf50v7v77vEUusoliCHtqAISCfHo7re { width:3rem;height:3rem;top:32.0625rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzrWQUophONyR0pLW3PBWJhLQLZ3G4r8 { display:block; }
 }@media only screen and (max-width: 763px) { #lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl { width:1.875rem;height:1.875rem;top:32.625rem;left:1.9375rem;display:block; }
#lTatugtBzKEaUbTJvkw9FDD9x6Ay85Fl > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli { width:1.875rem;height:1.875rem;top:32.625rem;left:9.0625rem;display:block; }
#WXopScZC8OmL8Ec55Sdt6M0KeDPVtsli > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }