.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:transparent;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD { background-color:#0b1e60;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { background-color: transparent; background-image: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container > .video-iframe-container { display: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container { display: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .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); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { border-width: 0; border-radius: 0; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { width:960px;height:245px;font-size:14px;font-family:"open sans";position:relative;display:block; }#E3iStzmlNRQ6b7zUC1k4PlV9lyXO5UEk { color:#ffffff;display:block;width:820px;position:absolute;font-family:adelle;font-size:45px;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:101.29261016846px;left:48.920471191406px;height:108px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS { box-sizing:content-box;height:62px;width:82px;position:absolute;display:block;z-index:15023;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9a8b0ed8-1eaa-44db-b229-d3c020bcdbc1/logowhitewithtext.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:21.6015625px;left:48.9140625px;display:block; }#JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS.adaptive-delivery-prevent-bg, #JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS.lazyload, #JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS.lazyloading { background-image: none; }
#VB026MynzPo2dOaws58V70IK6pAnGJnI { 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; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container { background-color: transparent; background-image: none; }#VB026MynzPo2dOaws58V70IK6pAnGJnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container > .video-iframe-container { display: none; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row > .video-iframe-container { display: none; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .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); }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container { border-width: 0; border-radius: 0; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container { font-size:14px;font-family:arial;height:195px;width:960px;position:relative;display:block; }#NcNE1HKpk01ZZZwSKhhApthT066J4rqG { color:#101b6e;display:block;width:844px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:36px;left:58px;height:66.2812px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H62p5SerxwW4GT44mxSIXJUwgQKTZDUD { box-sizing:content-box;height:39px;width:147px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:118px;left:407px;border-top:2px solid #101b6e;border-left:2px solid #101b6e;border-right:2px solid #101b6e;border-bottom:2px solid #101b6e;display:block; }
#uTMNSTPVbs3Be0P0CI2uqJM0ZUDdKywI { color:rgba(0,0,0,0);display:block;width:124px;position:absolute;font-family:satoshi;font-size:16px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:129px;left:418px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aIUTyy7VaBWgc6pcX66DVgF1CFKZDP50 { box-sizing:content-box;height:1px;width:300px;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:181px;left:330px;display:block; }
#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU { 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; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { background-color: transparent; background-image: none; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container > .video-iframe-container { display: none; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row > .video-iframe-container { display: none; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .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); }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { border-width: 0; border-radius: 0; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { font-size:14px;font-family:arial;height:1268px;width:960px;position:relative;display:block; }#LVuDQ5nxlkS6TmTwtvVp7mmRGsG99UnG { box-sizing:content-box;height:38px;width:144px;position:absolute;display:block;z-index:15001;background-color:#ffe76c;background-image:none;top:21px;left:59px;display:block; }
#qoZdo9XwGEtv9GsJl9J6GJQFLOhux1VT { color:#071033;display:block;width:137px;position:absolute;font-family:satoshi;font-size:16px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:30px;left:63px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5i4G6xsyiQGF3IwawHNF5GRizabNuMf { color:#101b6e;display:block;width:513px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:152px;left:231px;height:110.469px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wL95ACmMZ6CKTmAUD1podff8AMUpgTwE { 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:119px;width:119px;top:86px;left:112px;overflow:hidden;display:block; }
#DTeI8XTABDmf8JIxcqnBuhVbzV7qghXL { color:#101b6e;display:block;width:513px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:342px;left:231px;height:154.656px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gaLAbxPNKQRLzTgmN4FqOKvfOVn3MG1s { position:absolute;display:block;z-index:15031;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:119px;width:119px;top:284px;left:113px;overflow:hidden;display:block; }
#GpAT93vu3hCgNcFnRpemM0VwSzfqb0Tp { color:#101b6e;display:block;width:513px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:577px;left:231px;height:132.562px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CCVuTWVTgDChlQl4qsEe5zaPBGvBTQne { 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:119px;width:119px;top:538px;left:113px;overflow:hidden;display:block; }
#Xmrtqknvt3lWspLOmO1V2DNIMnRQGSAv { color:#101b6e;display:block;width:513px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:788px;left:231px;height:198.844px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ysRS2eU0EsISdG5SNbLgmBE651lWUFQi { 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:119px;width:119px;top:742px;left:113px;overflow:hidden;display:block; }
#XSOmIQi1DvXXncRSakJ4T7p0SCUJDq6n { color:#101b6e;display:block;width:513px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:1070px;left:231px;height:132.562px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nJWUJf7OVUdl9PvS2dpT4eggaS3ermsT { 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:119px;width:119px;top:1016px;left:113px;overflow:hidden;display:block; }
#AFb5npTLCZFWPiUc3GyJcG1SvngFy3ph { box-sizing:content-box;height:1px;width:300px;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;top:1244px;left:330px;display:block; }
#f5xhSWIrAyAhuvTC7Nu119QGtZ1LKxTR { color:#101b6e;display:block;width:396px;position:absolute;font-family:satoshi;font-size:20px;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:1035px;left:231px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fKLe7XCqhZ8OVItpsollFcZfDu8otRbw { color:#101b6e;display:block;width:168px;position:absolute;font-family:satoshi;font-size:20px;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:755px;left:231px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EiIRDD2uLu2zNomJaThrUafe6fS8JP01 { color:#101b6e;display:block;width:203px;position:absolute;font-family:satoshi;font-size:20px;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:540px;left:231px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AdNQnUvXuV5aAGTHXfBvIKugqNqAqLar { color:#101b6e;display:block;width:396px;position:absolute;font-family:satoshi;font-size:20px;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:306px;left:231px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sGqH7Z0wQBiBzlQbctSfVM1cpOH8JzpC { color:#101b6e;display:block;width:200px;position:absolute;font-family:satoshi;font-size:20px;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:115px;left:231px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl { 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; }#p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl > .row .container { background-color: transparent; background-image: none; }#p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl > .row .container > .video-iframe-container { display: none; }#p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl > .row > .video-iframe-container { display: none; }#p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl > .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); }#p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl > .row .container { border-width: 0; border-radius: 0; }#p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl > .row .container { font-size:14px;font-family:arial;height:2140px;width:960px;position:relative;display:block; }#kRFiJ9Oy5kHRCgNBlBgprI6mA9UGaUrk { box-sizing:content-box;height:38px;width:223px;position:absolute;display:block;z-index:15003;background-color:#ffe76c;background-image:none;top:24px;left:75px;display:block; }
#z39zMua59TaicHApbTon6nNqqTLQV33D { color:#071033;display:block;width:218px;position:absolute;font-family:satoshi;font-size:16px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:32.59375px;left:77.5px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QGLAFfwH1ixTJ2Gy4KiM7i0Ow9rVFmhD { 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:250px;width:250px;top:132px;left:75px;overflow:hidden;display:block; }
#L5Mc4K6I2H1cPUGGk83CsyNS8r9pQv0m { color:#101b6e;display:block;width:385px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:457px;left:75px;height:110.469px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FfgXs81bDxvTPqfixnSRBxEaZr4itL9v { color:#101b6e;display:block;width:844px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:95.2109375px;left:75px;height:22.0938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZVAarSPty73Ex6UrF8f42tAuuzucwe7a { 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:232px;width:232px;top:141px;left:533px;overflow:hidden;display:block; }
#ANhiS0wmcmelL8J5oMGaSh7wWO1vQ2o0 { color:#101b6e;display:block;width:375px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:457px;left:533px;height:110.469px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cpxvFNRprnJUwGSDOxeaieUVME4HiOQ6 { 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:250px;width:250px;top:586px;left:75px;overflow:hidden;display:block; }
#onILyl6Soixf01oHl1Q4Rp3BWKI0HABT { color:#101b6e;display:block;width:372px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:881px;left:75px;height:154.656px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U3ThsdoEWKPVK5eXsA31DWOglxCUDOq7 { position:absolute;display:block;z-index:15037;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:250px;width:250px;top:586px;left:529px;overflow:hidden;display:block; }
#XpHVbdNgtQoS8ggenlCd2tJkMTOUgl5V { color:#101b6e;display:block;width:371px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:881px;left:533px;height:132.562px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pT36Tg5FlEdM3ccdcoZt06y90KFKGayB { position:absolute;display:block;z-index:15037;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:250px;width:250px;top:1074px;left:75px;overflow:hidden;display:block; }
#GVfiUxPNrN0P5odsvVPN7yaMO40MSGCE { color:#101b6e;display:block;width:372px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:1377.34375px;left:75px;height:132.562px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Buw6xtSzLatqR4bdgAiO58J7TuV26Jue { position:absolute;display:block;z-index:15038;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:250px;width:250px;top:1074px;left:533px;overflow:hidden;display:block; }
#MqTkbfqqLkAF3bE3eIDEPxHLLD3a6hGi { color:#101b6e;display:block;width:372px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:1377.34375px;left:533px;height:154.656px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MHnIisECusIRQFATltTKsBJn7T2R6IrH { color:#101b6e;display:block;width:235px;position:absolute;font-family:satoshi;font-size:20px;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:405px;left:533px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AGwqbkO337TDXyRVspJI5ar7iBrPD85q { color:#101b6e;display:block;width:331px;position:absolute;font-family:satoshi;font-size:20px;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:392px;left:75px;height:52px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I7DqfR6xURX0ZdInKuoZgXU6MGSeQ4hs { color:#101b6e;display:block;width:259px;position:absolute;font-family:satoshi;font-size:20px;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:845.984375px;left:75px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#frHqxoXoOBqTqnBSvJHE6pmBQkBzympw { color:#101b6e;display:block;width:259px;position:absolute;font-family:satoshi;font-size:20px;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:845.984375px;left:533px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Fd3uUBJFKTlyImEzKOzvnLnoHFBEPTIE { color:#101b6e;display:block;width:259px;position:absolute;font-family:satoshi;font-size:20px;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:1340.984375px;left:75px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NBPXIbxZrOMfIqL8q1HM1FBRRiRy8HbM { color:#101b6e;display:block;width:259px;position:absolute;font-family:satoshi;font-size:20px;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:1340.984375px;left:533px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Eyif2qZ4AyOvFQpMMdvFBdEB1Dg0vn36 { box-sizing:content-box;height:1px;width:300px;position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;top:2108px;left:330px;display:block; }
#iAhMOrEQRsaMVIpJvpEq2yhxN2QMcb3W { position:absolute;display:block;z-index:15038;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:250px;width:250px;top:1564px;left:75px;overflow:hidden;display:block; }
#CUtMZPn5KOSX05Py21V2T7HbM7BIMvzJ { color:#101b6e;display:block;width:382px;position:absolute;font-family:satoshi;font-size:20px;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:1841.984375px;left:75px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DOdgBkCP1BNJVX9sQrtFmBMJKNRRbEmC { color:#101b6e;display:block;width:372px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:1880.34375px;left:75px;height:176.75px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lEud1H1fFLGtTwZOuIdfhOHAMIs9Tdz6 { position:absolute;display:block;z-index:15039;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:250px;width:250px;top:1564px;left:533px;overflow:hidden;display:block; }
#U48V7x6uc3RW7l0xpdnG0LX3OxM4yGov { color:#101b6e;display:block;width:382px;position:absolute;font-family:satoshi;font-size:20px;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:1841.984375px;left:533px;height:26px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GieJxOSCTg5VCmIQabWJwygHUUIgC0qd { color:#101b6e;display:block;width:372px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:1880.34375px;left:533px;height:176.75px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz { 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; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { background-color: transparent; background-image: none; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container > .video-iframe-container { display: none; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row > .video-iframe-container { display: none; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .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); }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { border-width: 0; border-radius: 0; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { font-size:14px;font-family:arial;height:136px;width:960px;position:relative;display:block; }#dRDBrGVAgNMfsHI554dcnHv0NdCOPDIC { box-sizing:content-box;height:38px;width:144px;position:absolute;display:block;z-index:15001;background-color:#ffe76c;background-image:none;top:21px;left:59px;display:block; }
#nI1DfcuHAheNlC18HdvPpLaFwUrumvMo { color:#071033;display:block;width:137px;position:absolute;font-family:satoshi;font-size:16px;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:30px;left:63px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tsh2I2mCwshH40eRthw5AIivumS460ss { color:#101b6e;display:block;width:844px;position:absolute;font-family:satoshi;font-size:17px;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:68px;left:59px;height:44.1875px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R { 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; }#wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R > .row .container { background-color: transparent; background-image: none; }#wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R > .row .container > .video-iframe-container { display: none; }#wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R > .row > .video-iframe-container { display: none; }#wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R > .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); }#wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R > .row .container { border-width: 0; border-radius: 0; }#wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R > .row .container { font-size:14px;font-family:arial;height:716px;width:960px;position:relative;display:block; }#oQ0ifVosNDgvOwmr1VShVmMhO0Nfzq79 { position:absolute;display:block;z-index:15000;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:668px;width:835px;top:0px;left:61px;overflow:hidden;display:block; }
#y73wxNG1g7R0DDOTg9ztTm15Tnu3WoIS { box-sizing:content-box;height:1px;width:300px;position:absolute;display:block;z-index:15029;background-color:#e3e3e3;background-image:none;top:689px;left:330px;display:block; }
#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp { 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; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { background-color: transparent; background-image: none; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container > .video-iframe-container { display: none; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row > .video-iframe-container { display: none; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .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); }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { border-width: 0; border-radius: 0; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { font-size:14px;font-family:arial;height:519px;width:960px;position:relative;display:block; }#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:20px;font-family:satoshi;color:#101b6e; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:17px;font-family:satoshi;height:auto;color:#101b6e; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT .accordion-trigger { width:20px;min-width:20px;height:20px;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT .accordion-trigger.adaptive-delivery-prevent-bg, #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT .accordion-trigger.lazyload, #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT .accordion-trigger.lazyloading { background-image: none; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT { box-sizing:content-box;height:auto;width:754px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15000;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;top:97px;left:93px; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #TrXxBKuerqxp9HT5RsxoK46WzE9Ih5ks { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #XgfSfw0GnUDiZBEBpnomCbNGsr82vHAB { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #ZplKEInIQOkISHTTLwozbwMDohT7ASmR { display:block;position:relative; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #W5f284BS9zM6UzX0IxTKLT6qfhfc4OBl {  }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #Tz4SaieHU7vBR1yASvdM96qb0rykk064 {  }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #lAUzlvkVTvf5crqGNx2loilpMoz31eTJ { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #RuyqG6NnQ50pWXnmoE6IT5eylbgDT7gE { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #PyBSAIGCe0C5Rg3pXTS1FaPKUlivWQ2k { display:block;position:relative; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #F7QwvcNLenEm1tUbWP6FZUolOBH62ZV5 {  }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #a4StcNLnkfQ0VcbWxfTNSrNfO0pWngUm { display:none; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #CfJP0KgoINevkhL8ZpVLGKybBIPRLHaa { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #WGPt72LD44AWdTJtIEW0noiPGUITxxXs { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #qUozppXoSypMeitV62AmJx213xoKK2Q2 { display:block;position:relative; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #h1Hl6LhPb9uLme0syvPTvzGCqGo4amOp {  }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #e9LOzMLUAZpTfD1u8bCkO4aLPK5xRswK { display:none; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #wn7xtvwiXXG0LHgB7u5v6HOxEHiRsy9X { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #WO61ldzqfiGDi1El5pTnDOo2XHLUSUqU { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #Jba61SEDZHQ9G5aJw36CQBr25le0CQik { display:block;position:relative; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #H0hXw2NITOPDuRaFvM7g6QgM6Cglvasf {  }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #WFozJDARKuO5xFTP5eWOBC4JsbDORO9x { display:none; }
#I0l2Q7AL3T8olxSeJuDxGPhnmK1pNsUx { box-sizing:content-box;height:38px;width:144px;position:absolute;display:block;z-index:15003;background-color:#ffe76c;background-image:none;top:60px;left:59px;display:block; }
#A9LuvyVQTEIWWtmK60OIPr95cNWD4i1R { color:#071033;display:block;width:137px;position:absolute;font-family:satoshi;font-size:16px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:69px;left:63px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001242;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; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { background-color: transparent; background-image: none; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container > .video-iframe-container { display: none; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row > .video-iframe-container { display: none; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .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); }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { border-width: 0; border-radius: 0; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { font-size:14px;font-family:arial;height:238px;width:960px;position:relative;display:block; }#teWM9hO1igrqBBlNnk9ufPvEE9pAJ5WR { position:absolute;display:block;z-index:15000;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:162px;width:162px;top:48.5px;left:39px;overflow:hidden;display:block; }
#EMbxV4qffCAD6hDG4Bg48dkTau9TP9gy { color:#ffffff;display:block;width:200px;position:absolute;font-family:adelle;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:69px;left:260.00001525879px;height:20.7969px;display:block; }
#pSyzcivRH2RCEpWlZ2ag1yJJ2grHcPGV { color:#ffffff;display:block;width:200px;position:absolute;font-family:satoshi;font-size:12px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:103.21875px;left:260.00001525879px;height:93.5628px;display:block; }
#fLCXg51ciUaJU0guXwF6epr5P69HyMzo { color:#ffffff;display:block;width:200px;position:absolute;font-family:adelle;font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:69px;left:500px;height:20.7969px;display:block; }
#D6XKFPZ5LbLoh8sQNIRmera1OPHB5p5F { color:#ffffff;display:block;width:200px;position:absolute;font-family:satoshi;font-size:12px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:103.21875px;left:500.00001525879px;height:77.969px;display:block; }
#GrHzX70t55cgSfg8xeKxvT1ybPnMuVld { color:#ffffff;display:block;width:200px;position:absolute;font-family:adelle;font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:69px;left:740px;height:20.7969px;display:block; }
#tT5LGq8TceJaPdG2XhpdQPm9Z20TrnQq { color:#ffffff;display:block;width:200px;position:absolute;font-family:satoshi;font-size:12px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:103px;left:740px;height:93.5628px;display:block; }
#ZNmhG8qZMd8NJTtgrq6zfyliGPc9gt8a { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:13px;width:13px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:103.21875px;left:480.00001525879px; }
#UITMmeKpWmrPnSV1Pi9piGSDXpLrtwpm { box-sizing:content-box;color:#5d92ff;font-size:9px;font-weight:400;line-height:1;height:13px;width:13px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:135.1875px;left:480.00001525879px; }
#Q71yVnpyUc7Pr8fttBEpQiSV4mzayUhk { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:13px;width:13px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:168.85415649414px;left:480.00001525879px; }
#Ct2M2tQ9c3wQqBUSxCrtcCbOU3pg7isc { box-sizing:content-box;color:#5d92ff;font-size:9px;font-weight:400;line-height:1;height:13px;width:13px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:103.21875px;left:720.00001525879px; }
#QQFBV0xOf3WCF74upNOyazPsdsCag9yC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:13px;width:13px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:135.6875px;left:720.00001525879px; }
#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001242;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; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { background-color: transparent; background-image: none; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container > .video-iframe-container { display: none; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row > .video-iframe-container { display: none; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .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); }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { border-width: 0; border-radius: 0; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { font-size:14px;font-family:arial;height:60px;width:960px;position:relative;display:block; }#K0C50vhKvy268pOXhC0wlKhPKiTGZC7v { color:#ffffff;display:block;width:106px;position:absolute;font-family:satoshi;font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10px;left:602.33332824707px;height:15.5938px;display:block; }
#gxryTiIZ5Cp9vuQ2VJLcfeNfXsSb1ffn { color:#ffffff;display:block;width:106px;position:absolute;font-family:satoshi;font-size:12px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10px;left:738.33332824707px;height:15.5938px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD { display:block; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3iStzmlNRQ6b7zUC1k4PlV9lyXO5UEk { width:764px;height:108px;top:101px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS { top:21px;left:0px;width:82px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #VB026MynzPo2dOaws58V70IK6pAnGJnI { display:block; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcNE1HKpk01ZZZwSKhhApthT066J4rqG { top:36px;left:0px;width:764px;height:66px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #H62p5SerxwW4GT44mxSIXJUwgQKTZDUD { top:118px;left:309px;width:147px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #uTMNSTPVbs3Be0P0CI2uqJM0ZUDdKywI { top:129px;left:320px;width:124px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aIUTyy7VaBWgc6pcX66DVgF1CFKZDP50 { top:181px;left:232px;width:300px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #FI5J1KQJ94uesrhEDEw6vPib3F3fihcU { display:block; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVuDQ5nxlkS6TmTwtvVp7mmRGsG99UnG { top:21px;left:0px;width:144px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #qoZdo9XwGEtv9GsJl9J6GJQFLOhux1VT { top:30px;left:0px;width:137px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z5i4G6xsyiQGF3IwawHNF5GRizabNuMf { top:152px;left:133px;width:513px;height:110px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wL95ACmMZ6CKTmAUD1podff8AMUpgTwE { top:86px;left:14px;width:119px;height:119px;display:block; }
 }@media only screen and (max-width: 763px) { #DTeI8XTABDmf8JIxcqnBuhVbzV7qghXL { top:342px;left:133px;width:513px;height:154px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gaLAbxPNKQRLzTgmN4FqOKvfOVn3MG1s { top:284px;left:15px;width:119px;height:119px;display:block; }
 }@media only screen and (max-width: 763px) { #GpAT93vu3hCgNcFnRpemM0VwSzfqb0Tp { top:577px;left:133px;width:513px;height:132px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CCVuTWVTgDChlQl4qsEe5zaPBGvBTQne { top:538px;left:15px;width:119px;height:119px;display:block; }
 }@media only screen and (max-width: 763px) { #Xmrtqknvt3lWspLOmO1V2DNIMnRQGSAv { top:788px;left:133px;width:513px;height:198px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ysRS2eU0EsISdG5SNbLgmBE651lWUFQi { top:742px;left:15px;width:119px;height:119px;display:block; }
 }@media only screen and (max-width: 763px) { #XSOmIQi1DvXXncRSakJ4T7p0SCUJDq6n { top:1070px;left:133px;width:513px;height:132px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nJWUJf7OVUdl9PvS2dpT4eggaS3ermsT { top:1016px;left:15px;width:119px;height:119px;display:block; }
 }@media only screen and (max-width: 763px) { #AFb5npTLCZFWPiUc3GyJcG1SvngFy3ph { top:1244px;left:232px;width:300px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #f5xhSWIrAyAhuvTC7Nu119QGtZ1LKxTR { top:1035px;left:133px;width:396px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fKLe7XCqhZ8OVItpsollFcZfDu8otRbw { top:755px;left:133px;width:168px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EiIRDD2uLu2zNomJaThrUafe6fS8JP01 { top:540px;left:133px;width:203px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AdNQnUvXuV5aAGTHXfBvIKugqNqAqLar { top:306px;left:133px;width:396px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sGqH7Z0wQBiBzlQbctSfVM1cpOH8JzpC { top:115px;left:133px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl { display:block; }#p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRFiJ9Oy5kHRCgNBlBgprI6mA9UGaUrk { top:24px;left:0px;width:223px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #z39zMua59TaicHApbTon6nNqqTLQV33D { top:32px;left:0px;width:218px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QGLAFfwH1ixTJ2Gy4KiM7i0Ow9rVFmhD { top:132px;left:0px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #L5Mc4K6I2H1cPUGGk83CsyNS8r9pQv0m { top:457px;left:0px;width:385px;height:110px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FfgXs81bDxvTPqfixnSRBxEaZr4itL9v { top:95px;left:0px;width:764px;height:22px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVAarSPty73Ex6UrF8f42tAuuzucwe7a { top:141px;left:435px;width:232px;height:232px;display:block; }
 }@media only screen and (max-width: 763px) { #ANhiS0wmcmelL8J5oMGaSh7wWO1vQ2o0 { top:457px;left:389px;width:375px;height:110px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cpxvFNRprnJUwGSDOxeaieUVME4HiOQ6 { top:586px;left:0px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #onILyl6Soixf01oHl1Q4Rp3BWKI0HABT { top:881px;left:0px;width:372px;height:154px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #U3ThsdoEWKPVK5eXsA31DWOglxCUDOq7 { top:586px;left:431px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #XpHVbdNgtQoS8ggenlCd2tJkMTOUgl5V { top:881px;left:393px;width:371px;height:132px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pT36Tg5FlEdM3ccdcoZt06y90KFKGayB { top:1074px;left:0px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #GVfiUxPNrN0P5odsvVPN7yaMO40MSGCE { top:1377px;left:0px;width:372px;height:132px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Buw6xtSzLatqR4bdgAiO58J7TuV26Jue { top:1074px;left:435px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #MqTkbfqqLkAF3bE3eIDEPxHLLD3a6hGi { top:1377px;left:392px;width:372px;height:154px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MHnIisECusIRQFATltTKsBJn7T2R6IrH { top:405px;left:389px;width:235px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AGwqbkO337TDXyRVspJI5ar7iBrPD85q { top:392px;left:0px;width:331px;height:52px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #I7DqfR6xURX0ZdInKuoZgXU6MGSeQ4hs { top:845px;left:0px;width:259px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #frHqxoXoOBqTqnBSvJHE6pmBQkBzympw { top:845px;left:435px;width:259px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Fd3uUBJFKTlyImEzKOzvnLnoHFBEPTIE { top:1340px;left:0px;width:259px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NBPXIbxZrOMfIqL8q1HM1FBRRiRy8HbM { top:1340px;left:435px;width:259px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Eyif2qZ4AyOvFQpMMdvFBdEB1Dg0vn36 { top:2108px;left:232px;width:300px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #iAhMOrEQRsaMVIpJvpEq2yhxN2QMcb3W { top:1564px;left:0px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #CUtMZPn5KOSX05Py21V2T7HbM7BIMvzJ { top:1841px;left:0px;width:382px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DOdgBkCP1BNJVX9sQrtFmBMJKNRRbEmC { top:1880px;left:0px;width:372px;height:176px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lEud1H1fFLGtTwZOuIdfhOHAMIs9Tdz6 { top:1564px;left:435px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #U48V7x6uc3RW7l0xpdnG0LX3OxM4yGov { top:1841px;left:382px;width:382px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GieJxOSCTg5VCmIQabWJwygHUUIgC0qd { top:1880px;left:392px;width:372px;height:176px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz { display:block; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRDBrGVAgNMfsHI554dcnHv0NdCOPDIC { top:21px;left:0px;width:144px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #nI1DfcuHAheNlC18HdvPpLaFwUrumvMo { top:30px;left:0px;width:137px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tsh2I2mCwshH40eRthw5AIivumS460ss { top:68px;left:0px;width:764px;height:44px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R { display:block; }#wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQ0ifVosNDgvOwmr1VShVmMhO0Nfzq79 { top:0px;left:0px;width:764px;height:611.2px;display:block; }
 }@media only screen and (max-width: 763px) { #y73wxNG1g7R0DDOTg9ztTm15Tnu3WoIS { top:689px;left:232px;width:300px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp { display:block; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT { display:flex;height:auto;width:672px;top:38px;left:47px; }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #TrXxBKuerqxp9HT5RsxoK46WzE9Ih5ks {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #XgfSfw0GnUDiZBEBpnomCbNGsr82vHAB {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #ZplKEInIQOkISHTTLwozbwMDohT7ASmR {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #W5f284BS9zM6UzX0IxTKLT6qfhfc4OBl {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #Tz4SaieHU7vBR1yASvdM96qb0rykk064 {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #lAUzlvkVTvf5crqGNx2loilpMoz31eTJ {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #RuyqG6NnQ50pWXnmoE6IT5eylbgDT7gE {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #PyBSAIGCe0C5Rg3pXTS1FaPKUlivWQ2k {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #F7QwvcNLenEm1tUbWP6FZUolOBH62ZV5 {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #a4StcNLnkfQ0VcbWxfTNSrNfO0pWngUm {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #CfJP0KgoINevkhL8ZpVLGKybBIPRLHaa {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #WGPt72LD44AWdTJtIEW0noiPGUITxxXs {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #qUozppXoSypMeitV62AmJx213xoKK2Q2 {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #h1Hl6LhPb9uLme0syvPTvzGCqGo4amOp {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #e9LOzMLUAZpTfD1u8bCkO4aLPK5xRswK {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #wn7xtvwiXXG0LHgB7u5v6HOxEHiRsy9X {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #WO61ldzqfiGDi1El5pTnDOo2XHLUSUqU {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #Jba61SEDZHQ9G5aJw36CQBr25le0CQik {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #H0hXw2NITOPDuRaFvM7g6QgM6Cglvasf {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #WFozJDARKuO5xFTP5eWOBC4JsbDORO9x {  }
 }@media only screen and (max-width: 763px) { #I0l2Q7AL3T8olxSeJuDxGPhnmK1pNsUx { top:60px;left:0px;width:144px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #A9LuvyVQTEIWWtmK60OIPr95cNWD4i1R { top:69px;left:0px;width:137px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm { display:block; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teWM9hO1igrqBBlNnk9ufPvEE9pAJ5WR { top:48px;left:14.5px;width:162px;height:162px;display:block; }
 }@media only screen and (max-width: 763px) { #EMbxV4qffCAD6hDG4Bg48dkTau9TP9gy { top:69px;left:182px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pSyzcivRH2RCEpWlZ2ag1yJJ2grHcPGV { top:103px;left:182px;width:200px;height:93px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #fLCXg51ciUaJU0guXwF6epr5P69HyMzo { top:69px;left:373px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D6XKFPZ5LbLoh8sQNIRmera1OPHB5p5F { top:103px;left:373px;width:200px;height:77px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #GrHzX70t55cgSfg8xeKxvT1ybPnMuVld { top:69px;left:564px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tT5LGq8TceJaPdG2XhpdQPm9Z20TrnQq { top:103px;left:564px;width:200px;height:93px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZNmhG8qZMd8NJTtgrq6zfyliGPc9gt8a { top:103px;left:382px;width:13px;height:13px;display:block; }
 }@media only screen and (max-width: 763px) { #UITMmeKpWmrPnSV1Pi9piGSDXpLrtwpm { top:135px;left:382px;width:13px;height:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Q71yVnpyUc7Pr8fttBEpQiSV4mzayUhk { top:168px;left:382px;width:13px;height:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Ct2M2tQ9c3wQqBUSxCrtcCbOU3pg7isc { top:103px;left:573px;width:13px;height:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QQFBV0xOf3WCF74upNOyazPsdsCag9yC { top:135px;left:573px;width:13px;height:13px;display:block; }
 }@media only screen and (max-width: 763px) { #WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl { display:block; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0C50vhKvy268pOXhC0wlKhPKiTGZC7v { top:10px;left:467px;width:106px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gxryTiIZ5Cp9vuQ2VJLcfeNfXsSb1ffn { top:10px;left:573px;width:106px;height:15px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD { background-color:#0b1e60;background-image:none;display:block; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { background-color: transparent; background-image: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container > .video-iframe-container { display: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row > .video-iframe-container { display: none; }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .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); }#CqlMCAJcsmgTwGwXhuBMJ7cPlR78lLOD > .row .container { width:320px;height:243px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3iStzmlNRQ6b7zUC1k4PlV9lyXO5UEk { width:320px;height:82.7812px;top:129.6875px;left:0px;text-align:left;text-align-last:left;font-size:23px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JeQUNTefHVxZLkTpEgIBfnvNR7HmXTfS { width:87px;height:59px;top:40.90625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VB026MynzPo2dOaws58V70IK6pAnGJnI { display:block; }#VB026MynzPo2dOaws58V70IK6pAnGJnI > .row .container { width:320px;height:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcNE1HKpk01ZZZwSKhhApthT066J4rqG { width:292px;height:156px;top:44.265625px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #H62p5SerxwW4GT44mxSIXJUwgQKTZDUD { width:147px;height:39px;top:230px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #uTMNSTPVbs3Be0P0CI2uqJM0ZUDdKywI { width:124px;height:20.7969px;top:241px;left:98px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aIUTyy7VaBWgc6pcX66DVgF1CFKZDP50 { width:300px;height:1px;top:309.265625px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #FI5J1KQJ94uesrhEDEw6vPib3F3fihcU { display:block; }#FI5J1KQJ94uesrhEDEw6vPib3F3fihcU > .row .container { width:320px;height:1955px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LVuDQ5nxlkS6TmTwtvVp7mmRGsG99UnG { width:132px;height:37px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qoZdo9XwGEtv9GsJl9J6GJQFLOhux1VT { width:128px;height:20.7969px;top:39px;left:1px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #z5i4G6xsyiQGF3IwawHNF5GRizabNuMf { width:292px;height:156px;top:236.765625px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wL95ACmMZ6CKTmAUD1podff8AMUpgTwE { width:119px;height:119px;top:81.765625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DTeI8XTABDmf8JIxcqnBuhVbzV7qghXL { width:320px;height:195px;top:558.265625px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #gaLAbxPNKQRLzTgmN4FqOKvfOVn3MG1s { width:119px;height:119px;top:404.265625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GpAT93vu3hCgNcFnRpemM0VwSzfqb0Tp { width:320px;height:156px;top:937px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #CCVuTWVTgDChlQl4qsEe5zaPBGvBTQne { width:119px;height:119px;top:784px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Xmrtqknvt3lWspLOmO1V2DNIMnRQGSAv { width:320px;height:253.5px;top:1272.265625px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ysRS2eU0EsISdG5SNbLgmBE651lWUFQi { width:119px;height:119px;top:1118.265625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XSOmIQi1DvXXncRSakJ4T7p0SCUJDq6n { width:320px;height:175.5px;top:1720px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #nJWUJf7OVUdl9PvS2dpT4eggaS3ermsT { width:119px;height:119px;top:1539px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AFb5npTLCZFWPiUc3GyJcG1SvngFy3ph { width:300px;height:1px;top:1928px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #f5xhSWIrAyAhuvTC7Nu119QGtZ1LKxTR { width:320px;height:52px;top:1658px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #fKLe7XCqhZ8OVItpsollFcZfDu8otRbw { width:168px;height:26px;top:1237.265625px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EiIRDD2uLu2zNomJaThrUafe6fS8JP01 { width:203px;height:26px;top:903px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AdNQnUvXuV5aAGTHXfBvIKugqNqAqLar { width:320px;height:26px;top:523.265625px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #sGqH7Z0wQBiBzlQbctSfVM1cpOH8JzpC { width:200px;height:26px;top:200.765625px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl { display:block; }#p5FMMaPvyJSAl4HVBwmdeXO3UxTGWZZl > .row .container { width:320px;height:3931px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kRFiJ9Oy5kHRCgNBlBgprI6mA9UGaUrk { width:218px;height:38px;top:36px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #z39zMua59TaicHApbTon6nNqqTLQV33D { width:210px;height:20.7969px;top:45px;left:4px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QGLAFfwH1ixTJ2Gy4KiM7i0Ow9rVFmhD { width:250px;height:250px;top:174.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #L5Mc4K6I2H1cPUGGk83CsyNS8r9pQv0m { width:320px;height:97.5px;top:489.5px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FfgXs81bDxvTPqfixnSRBxEaZr4itL9v { width:320px;height:58.5px;top:96px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZVAarSPty73Ex6UrF8f42tAuuzucwe7a { width:232px;height:232px;top:608.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ANhiS0wmcmelL8J5oMGaSh7wWO1vQ2o0 { width:320px;height:117px;top:891px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cpxvFNRprnJUwGSDOxeaieUVME4HiOQ6 { width:250px;height:250px;top:1059px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #onILyl6Soixf01oHl1Q4Rp3BWKI0HABT { width:320px;height:136.5px;top:1344px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #U3ThsdoEWKPVK5eXsA31DWOglxCUDOq7 { width:250px;height:250px;top:1528px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XpHVbdNgtQoS8ggenlCd2tJkMTOUgl5V { width:320px;height:117px;top:1833.5px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #pT36Tg5FlEdM3ccdcoZt06y90KFKGayB { width:250px;height:250px;top:2003.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GVfiUxPNrN0P5odsvVPN7yaMO40MSGCE { width:320px;height:117px;top:2306.5px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Buw6xtSzLatqR4bdgAiO58J7TuV26Jue { width:250px;height:250px;top:2449.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #MqTkbfqqLkAF3bE3eIDEPxHLLD3a6hGi { width:320px;height:136.5px;top:2750.5px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #MHnIisECusIRQFATltTKsBJn7T2R6IrH { width:235px;height:26px;top:856.5px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AGwqbkO337TDXyRVspJI5ar7iBrPD85q { width:259px;height:52px;top:437.5px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #I7DqfR6xURX0ZdInKuoZgXU6MGSeQ4hs { width:259px;height:26px;top:1309px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #frHqxoXoOBqTqnBSvJHE6pmBQkBzympw { width:259px;height:26px;top:1797px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Fd3uUBJFKTlyImEzKOzvnLnoHFBEPTIE { width:259px;height:26px;top:2271.5px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NBPXIbxZrOMfIqL8q1HM1FBRRiRy8HbM { width:259px;height:26px;top:2714.5px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Eyif2qZ4AyOvFQpMMdvFBdEB1Dg0vn36 { width:300px;height:1px;top:3915px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #iAhMOrEQRsaMVIpJvpEq2yhxN2QMcb3W { width:250px;height:250px;top:2904px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CUtMZPn5KOSX05Py21V2T7HbM7BIMvzJ { width:320px;height:52px;top:3181px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #DOdgBkCP1BNJVX9sQrtFmBMJKNRRbEmC { width:320px;height:156px;top:3244px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lEud1H1fFLGtTwZOuIdfhOHAMIs9Tdz6 { width:250px;height:250px;top:3423px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #U48V7x6uc3RW7l0xpdnG0LX3OxM4yGov { width:320px;height:26px;top:3691px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #GieJxOSCTg5VCmIQabWJwygHUUIgC0qd { width:320px;height:156px;top:3727px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz { display:block; }#UzEWuJDCAzpQ7R6Zo1Os4sG2FVOF2Wfz > .row .container { width:320px;height:199px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dRDBrGVAgNMfsHI554dcnHv0NdCOPDIC { width:125px;height:37px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nI1DfcuHAheNlC18HdvPpLaFwUrumvMo { width:122px;height:20.7969px;top:39px;left:2px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tsh2I2mCwshH40eRthw5AIivumS460ss { width:292px;height:97.5px;top:84.265625px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R { display:block; }#wSCg1Tum0fGddWlf2BKXqLIgCT79Ea7R > .row .container { width:320px;height:286px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oQ0ifVosNDgvOwmr1VShVmMhO0Nfzq79 { width:320px;height:256px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y73wxNG1g7R0DDOTg9ztTm15Tnu3WoIS { width:300px;height:1px;top:269px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp { display:block; }#NL8P1iaBgJzrmTXSqbruwpSwKcHO51rp > .row .container { width:320px;height:638px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT { display:flex;height:auto;width:280px;top:38px;left:0px; }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #TrXxBKuerqxp9HT5RsxoK46WzE9Ih5ks {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #XgfSfw0GnUDiZBEBpnomCbNGsr82vHAB {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #ZplKEInIQOkISHTTLwozbwMDohT7ASmR {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #W5f284BS9zM6UzX0IxTKLT6qfhfc4OBl {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #Tz4SaieHU7vBR1yASvdM96qb0rykk064 {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #lAUzlvkVTvf5crqGNx2loilpMoz31eTJ {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #RuyqG6NnQ50pWXnmoE6IT5eylbgDT7gE {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #PyBSAIGCe0C5Rg3pXTS1FaPKUlivWQ2k {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #F7QwvcNLenEm1tUbWP6FZUolOBH62ZV5 {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #a4StcNLnkfQ0VcbWxfTNSrNfO0pWngUm {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #CfJP0KgoINevkhL8ZpVLGKybBIPRLHaa {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #WGPt72LD44AWdTJtIEW0noiPGUITxxXs {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #qUozppXoSypMeitV62AmJx213xoKK2Q2 {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #h1Hl6LhPb9uLme0syvPTvzGCqGo4amOp {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #e9LOzMLUAZpTfD1u8bCkO4aLPK5xRswK {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #wn7xtvwiXXG0LHgB7u5v6HOxEHiRsy9X {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #WO61ldzqfiGDi1El5pTnDOo2XHLUSUqU {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #Jba61SEDZHQ9G5aJw36CQBr25le0CQik {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #H0hXw2NITOPDuRaFvM7g6QgM6Cglvasf {  }
 }@media only screen and (max-width: 763px) { #TqKxeQ9tVZ7GJyLTOnw00A0vZrDaORdT #WFozJDARKuO5xFTP5eWOBC4JsbDORO9x {  }
 }@media only screen and (max-width: 763px) { #I0l2Q7AL3T8olxSeJuDxGPhnmK1pNsUx { width:144px;height:38px;top:11px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A9LuvyVQTEIWWtmK60OIPr95cNWD4i1R { width:137px;height:20.7969px;top:20px;left:4px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm { display:block; }#zc5P6N7K2DBqxNUKA5O1hVs9VVLUyhDm > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teWM9hO1igrqBBlNnk9ufPvEE9pAJ5WR { width:116px;height:116px;top:42px;left:8px;display:block; }
 }@media only screen and (max-width: 763px) { #EMbxV4qffCAD6hDG4Bg48dkTau9TP9gy { width:65px;height:20.7969px;top:43px;left:174px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pSyzcivRH2RCEpWlZ2ag1yJJ2grHcPGV { width:98px;height:93.5628px;top:64.4375px;left:174px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #fLCXg51ciUaJU0guXwF6epr5P69HyMzo { width:105px;height:20.7969px;top:201px;left:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D6XKFPZ5LbLoh8sQNIRmera1OPHB5p5F { width:121px;height:77.969px;top:229px;left:25px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #GrHzX70t55cgSfg8xeKxvT1ybPnMuVld { width:136px;height:20.7969px;top:201px;left:173.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #tT5LGq8TceJaPdG2XhpdQPm9Z20TrnQq { width:147px;height:93.5628px;top:229px;left:174px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ZNmhG8qZMd8NJTtgrq6zfyliGPc9gt8a { display:flex;width:13px;height:13px;top:229px;left:9px; }
 }@media only screen and (max-width: 763px) { #UITMmeKpWmrPnSV1Pi9piGSDXpLrtwpm { display:flex;width:13px;height:13px;top:261px;left:9px; }
 }@media only screen and (max-width: 763px) { #Q71yVnpyUc7Pr8fttBEpQiSV4mzayUhk { display:flex;width:11px;height:11px;top:294px;left:9px; }
 }@media only screen and (max-width: 763px) { #Ct2M2tQ9c3wQqBUSxCrtcCbOU3pg7isc { display:flex;width:12px;height:12px;top:230px;left:158px; }
 }@media only screen and (max-width: 763px) { #QQFBV0xOf3WCF74upNOyazPsdsCag9yC { display:flex;width:13px;height:13px;top:265px;left:157px; }
 }@media only screen and (max-width: 763px) { #WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl { display:block; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WVSz7AcZ5JacpCuJTHBomBveA0gFSFpl > .row .container { width:320px;height:44px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0C50vhKvy268pOXhC0wlKhPKiTGZC7v { width:106px;height:15.5938px;top:14px;left:45px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #gxryTiIZ5Cp9vuQ2VJLcfeNfXsSb1ffn { width:80px;height:15.5938px;top:14px;left:181px;font-size:12px;display:block; }
 }