.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#20447b;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwobnMOprIZEseB4pyHsuS256HqwqcHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#VwobnMOprIZEseB4pyHsuS256HqwqcHG > .row .container { background-color: transparent; background-image: none; }#VwobnMOprIZEseB4pyHsuS256HqwqcHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwobnMOprIZEseB4pyHsuS256HqwqcHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwobnMOprIZEseB4pyHsuS256HqwqcHG > .row .container > .video-iframe-container { display: none; }#VwobnMOprIZEseB4pyHsuS256HqwqcHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VwobnMOprIZEseB4pyHsuS256HqwqcHG > .row > .video-iframe-container { display: none; }#VwobnMOprIZEseB4pyHsuS256HqwqcHG > .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); }#VwobnMOprIZEseB4pyHsuS256HqwqcHG > .row .container { border-width: 0; border-radius: 0; }#VwobnMOprIZEseB4pyHsuS256HqwqcHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VwobnMOprIZEseB4pyHsuS256HqwqcHG > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#e9VtmE3zHFmzNUMCK3scInen9SV2ymui { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:9.6875rem;top:1.3125rem;left:2.75rem;overflow:hidden;display:block; }
#Rl8xnOzrxNDeOmlpKn3loDXkmCyZxJvJ { color:#940d0d;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15014;line-height:1.8;letter-spacing:0;top:2.0625rem;left:45.25rem;height:1.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lf8cLeh0O1NtkTaAWedbWuL8E7FDt7mn { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #3774dc;border-left:0.0625rem solid #3774dc;border-right:0.0625rem solid #3774dc;border-bottom:0.0625rem solid #3774dc;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.0625rem;width:19rem;top:1.875rem;left:47.1875rem;display:block; }
#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3616188e-e8d1-42f4-a6e4-d5676f3dee83/maxresdefault.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR.adaptive-delivery-prevent-bg, #VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR.lazyload, #VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR.lazyloading { background-image: none; }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row .container { background-color: transparent; background-image: none; }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,77,174,0.76); }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row .container > .video-iframe-container { display: none; }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(20,77,174,0.76); }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row > .video-iframe-container { display: none; }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .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); }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row .container { border-width: 0; border-radius: 0; }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#M0bJitcsAZn0WCPCku2cEM3R4yiuIAfF { display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:7.9375rem;left:20.4375rem;height:0;color:#fff6f6;display:block; }
#J0MEh0Bf5Peou1WX3J3GWy3cvCKiWiO8 { position:absolute;display:block;z-index:15009;height:21.3125rem;width:25rem;top:18.5625rem;left:45.1875rem;display:block; }
#rb9cA2q2whcFohXdmqcwToZlqmx7apbE { color:#000000;display:block;width:22.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.2;letter-spacing:0;top:14.5625rem;left:46.3125rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tlacs2i1L6ieSfD8xiycJHVZMJrXZG7S { position:absolute;display:block;z-index:15000;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-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: 0rem 0rem 0.75rem rgba(0,0,0,0.57) ;height:27.75rem;width:26.1875rem;top:13.75rem;left:44.5625rem;display:block; }
#Tm1VnGuALWvNKQMGuskAAUUuscpKk3yi { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.6875rem;font-weight:700;z-index:15015;line-height:1.8;letter-spacing:0;top:3.1875rem;left:0rem;height:4.8369125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVuB9WOGzSc6sDBwEXkVziiZ6V62tpOu { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:31.3115rem;width:28.125rem;top:13.5625rem;left:4.25rem;overflow:hidden;display:block; }
#of3aVWCWenUC3dtNWsBZ6fXHXowp3054 { color:#dccb1b;display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.8;letter-spacing:0;top:7.9375rem;left:22.1875rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 { 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; }#mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 > .row .container { background-color: transparent; background-image: none; }#mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 > .row .container > .video-iframe-container { display: none; }#mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 > .row > .video-iframe-container { display: none; }#mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 > .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); }#mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 > .row .container { border-width: 0; border-radius: 0; }#mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 > .row .container { font-size:0.875rem;font-family:arial;height:45.75rem;width:75rem;position:relative;display:block; }#bzTdwRDHhJvuEnsqnw881lbnC62qpPUh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:12.5625rem;left:11.125rem;overflow:hidden;display:block; }
#x1zPRvQ6F4qsx7mFzV2sGaDkFREUrcmL { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.625rem;left:7.125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AFouf8Zu7ffssJDD4oS7fhbFdfsgyfaL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:37.0625rem;left:7.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KRLb8RPGrFmK463blkxWeSnvr6pNzATF { position:absolute;display:block;z-index:15018;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.75rem;width:5.75rem;top:30.625rem;left:10.6875rem;overflow:hidden;display:block; }
#G2m1ixE8tRcPTR5WohcskCP1z0zvEmG4 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:19.0625rem;left:55.25rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0KZN8I7Uleu4snC1VDVJJaPJBSks2cQ { 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:4.875rem;width:4.875rem;top:12.9375rem;left:59.0625rem;overflow:hidden;display:block; }
#lD9hcbnnqHSGn8JS3PHUMGZRcQqhDOgH { position:absolute;display:block;z-index:15006;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:13.3125rem;width:14.25rem;top:10.125rem;left:6.5rem;display:block; }
#TPTxaRoez2F788drzepLS60CT3pk72Iw { position:absolute;display:block;z-index:15007;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:13.3125rem;width:14.25rem;top:28.125rem;left:6.4375rem;display:block; }
#TfZsnZ8VPhfBkQz9zBsf3ZSb9egW2kfM { position:absolute;display:block;z-index:15008;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:13.3125rem;width:14.25rem;top:10.125rem;left:54.375rem;display:block; }
#IrAKFaNVbiJZnuJWz5VAfxSQL1sk2dQV { color:#000000;display:block;width:53.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:11.375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#QeWQdzfd0MPXrSnZFgFd8pgh8vvNraa3 { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:18.875rem;left:31.8125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yXTkdl5gdGKWevdsEp4lCaGUZGyCd6Oq { position:absolute;display:block;z-index:15012;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:13.3125rem;width:14.25rem;top:10.125rem;left:31.1875rem;display:block; }
#tE4LaUTvirTw6nfmIvmutNuvZZBgHJTQ { position:absolute;display:block;z-index:15013;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.875rem;width:4.875rem;top:12.5625rem;left:35.8125rem;overflow:hidden;display:block; }
#gyrGfxDQZx7BBzfpXOG025hsbqTwbKD7 { position:absolute;display:block;z-index:15026;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:13.3125rem;width:14.25rem;top:27.5625rem;left:31.1875rem;display:block; }
#irghdJHtGsM2Cd0klHZTupro0MBXHugt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:36.875rem;left:32.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQs8BKXOOw7rBOUIqK6SngVLDOgvDLkD { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:36.8125rem;left:55.1875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HymZRAZJuhmVbIdOXiBcZrSThMLKlu9X { position:absolute;display:block;z-index:15020;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:13.3125rem;width:14.25rem;top:27.5625rem;left:54.375rem;display:block; }
#p5T8OfkqonLfwvM8z1ReR2FLDFm3wOyn { 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:4.875rem;width:4.875rem;top:30.625rem;left:59rem;overflow:hidden;display:block; }
#ybNTeBcAqtnhHGJR31INlFXhyUmh82md { 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:4.875rem;width:4.875rem;top:30.5rem;left:35.875rem;overflow:hidden;display:block; }
#e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd { 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; }#e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd > .row .container { background-color: transparent; background-image: none; }#e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd > .row .container > .video-iframe-container { display: none; }#e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd > .row > .video-iframe-container { display: none; }#e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd > .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); }#e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd > .row .container { border-width: 0; border-radius: 0; }#e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#aGAAS8DPdINFFr7EVGvU9FwE8PT0W5ed { 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:4.125rem;width:4.875rem;top:8.1875rem;left:17.1875rem;overflow:hidden;display:block; }
#vMhSm5kue1p2hosB48351kTobJKIK9tm { color:#000000;display:block;width:5.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.6875rem;left:16.9375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XuvebxzoOu3JAAGeaveLcCQdekfmwxzF { position:absolute;display:block;z-index:15006;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:4rem;width:2.6875rem;top:8.4375rem;left:27.125rem;overflow:hidden;display:block; }
#dDWzFzGEyzwD5gb6pOhFZrgkeRNVRF6h { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.6875rem;left:25.5625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D3eD1pT48sFLSCmsSMFJ1TyJ8yGSP2Am { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:8.5rem;left:35.375rem;overflow:hidden;display:block; }
#i2CyxTBngZNAHiRDUwkXOAZKcNL8FFiS { color:#000000;display:block;width:5.625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.8125rem;left:34.8125rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqB3XJoSZo2K5QJsZABQ6CEbftSXErFz { position:absolute;display:block;z-index:15004;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:7.0625rem;width:7.5625rem;top:7.6875rem;left:15.8125rem;display:block; }
#aDOOUnFXtb8ragla1PKy65SKVxKeACId { position:absolute;display:block;z-index:15005;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:7.0625rem;width:7.5625rem;top:7.6875rem;left:24.6875rem;display:block; }
#FIPNtx327L8s7rfNZZX77V0XQOyuH3yg { position:absolute;display:block;z-index:15006;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:7.0625rem;width:7.5625rem;top:7.6875rem;left:33.5rem;display:block; }
#b0FQ4EVItUIKG5nytX7EWNT7Ga4Uh5JG { color:#000000;display:block;width:53.8125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.8740234375rem;left:10.34375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#Fy36xQvqmU1t0u91Fb4X7CJdKPMgN9U3 { color:#000000;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:12.9375rem;left:42rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AZvEt5V4tqQ4531Mcos4x8pmd2w3gGCm { position:absolute;display:block;z-index:15012;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:7.0625rem;width:7.5625rem;top:7.6875rem;left:42.375rem;display:block; }
#uya1H3MuyR0igC8GAXuFnvCGQQvtPEbz { position:absolute;display:block;z-index:15013;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.5rem;width:3rem;top:8.75rem;left:44.6875rem;overflow:hidden;display:block; }
#IKkbPpQiHCipXPsZq1I0wewUzLoZG2aJ { background-color:#1c468f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:18.375rem;left:26.5rem;display:block; }
#EJDm33tSNEhoXgpcnPLVwbFWnlTHZfot { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hz9GlfiMFXwX1idlalFT9QRTcLm7DCmZ { 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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:7.0625rem;width:7.5625rem;top:7.6875rem;left:51.25rem;display:block; }
#GqKBqkIDORGQlLleTOl2BAiAT10tCmt4 { position:absolute;display:block;z-index:15016;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.25rem;width:5.625rem;top:8.9375rem;left:52.21875rem;overflow:hidden;display:block; }
#wCyFboRVVUIKVRqHa59KbQv9R8c9lVQ0 { color:#000000;display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.9375rem;left:50.875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dc3e37;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; }#x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT > .row .container { background-color: transparent; background-image: none; }#x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT > .row .container > .video-iframe-container { display: none; }#x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT > .row > .video-iframe-container { display: none; }#x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT > .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); }#x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT > .row .container { border-width: 0; border-radius: 0; }#x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#VpEHoFddTzBEM7CJwBIZWF7UpWmB5W7r { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#c1tOzw3GcrVHyAHUV4JvrhxzQMN5EEoR { background-color:#1c468f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:5.4375rem;left:28.375rem;display:block; }
#lwe61WFBUwROKmCt7ulTg6vtZThhRMPi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20447b;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; }#RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE > .row .container { background-color: transparent; background-image: none; }#RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE > .row .container > .video-iframe-container { display: none; }#RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE > .row > .video-iframe-container { display: none; }#RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE > .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); }#RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE > .row .container { border-width: 0; border-radius: 0; }#RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:75rem;position:relative;display:block; }#XnINBwpKSfwmIAFzD0NcGfbEiADXk2pF { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:2.7890625rem;left:0rem;height:8.046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bf35QyI9E4OLMoWm1Sam67mHUiqBnmHK { position:relative;display:none; }#bf35QyI9E4OLMoWm1Sam67mHUiqBnmHK { border-width: 0; border-radius: 0; }#bf35QyI9E4OLMoWm1Sam67mHUiqBnmHK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bf35QyI9E4OLMoWm1Sam67mHUiqBnmHK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:61.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uTIS1xFBu683XlBTcgKGi5KykcThs3me { 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:4.875rem;width:4.875rem;top:5.875rem;left:12.4375rem;overflow:hidden;display:block; }
#qMq0eTm0sRHaQh4nQU5Ih2dah90vnbWd { color:#000000;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.187500476837rem;left:8.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TECkr7Z2UMclp77S8VARvf9HuG0xF115 { position:absolute;display:block;z-index:15006;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.875rem;width:4.875rem;top:5.875rem;left:34.9375rem;overflow:hidden;display:block; }
#A2wWHrC0GVAcSJO1tTtPLS7pH8e2n1Fs { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:12.268749713898rem;left:30.343751907349rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lnxQTD59C0zR98WZKw6iBdOfO2wFPeSm { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:5.875rem;left:57.75rem;overflow:hidden;display:block; }
#cf91hCdlFsk529TknMl1TSiTmnsaIddc { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.0625rem;left:53.75rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TreCeoM2pGWoZLZJrTdoJIS0qJNNCCdl { position:absolute;display:block;z-index:15014;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:13.3125rem;width:14.25rem;top:21.3125rem;left:7.75rem;display:block; }
#vzV87uKrJcgyw92B8RLpxIH59ZVisKbC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:30.562501430511rem;left:8.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fv67P07QkaSrrOsRCeB5WPMVqOvRs6ai { 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:4.875rem;width:4.875rem;top:24.125rem;left:12.4375rem;overflow:hidden;display:block; }
#W4J7fBIh9lMegNUflks1Zxpabug6SdDx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:30.25rem;left:31.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UauQUeG5PgLfDE8s7dmG7TRE3m2A8NaU { position:absolute;display:block;z-index:15018;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.375rem;width:5.375rem;top:23.525rem;left:34.3375rem;overflow:hidden;display:block; }
#Zr5lstWWf7nXFWOowx4yh5CrdVrK0EsL { position:absolute;display:block;z-index:15004;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:13.3125rem;width:14.25rem;top:3.4375rem;left:7.75rem;display:block; }
#X0Mi453qNK5V4pGCwx1b7pAw0JFwrbTL { position:absolute;display:block;z-index:15005;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:13.3125rem;width:14.25rem;top:3.4375rem;left:30.25rem;display:block; }
#LpRmpEqNR3GbK3GvbiTnOyM0tWUT49oI { position:absolute;display:block;z-index:15006;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:13.3125rem;width:14.25rem;top:3.4375rem;left:53.125rem;display:block; }
#CXxntcNpFFhLmEnscv2ATcEltaQ3p82m { position:absolute;display:block;z-index:15007;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:13.3125rem;width:14.25rem;top:21.3125rem;left:30.25rem;display:block; }
#DRX6uf8rs7dQOyfnNri2w5OdLdF6JHOd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:48.25rem;left:31.125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hm5ear04QJN3ug0PTKz4iMPhNBNyaKP1 { position:absolute;display:block;z-index:15019;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:13.3125rem;width:14.25rem;top:39.25rem;left:30.3125rem;display:block; }
#vnDmon5D1uw0GxTIfuSmu8Pu3HUFABXZ { position:absolute;display:block;z-index:15026;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-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.125rem 0.125rem 0.3125rem rgba(0,0,0,0.5) ;height:13.3125rem;width:14.25rem;top:21.3125rem;left:53.0625rem;display:block; }
#VQlt7gT11b8qBnxKI8rMzWRDwH4KTtBQ { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:29.5rem;left:53.1875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F0hLMut1i35tF4PKbNh7QXDfBECyI7NB { 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.875rem;width:4.875rem;top:23.375rem;left:57.6875rem;overflow:hidden;display:block; }
#Xs4TVSzx641eInqgRewBGiFDSOFUeFzq { position:absolute;display:block;z-index:15030;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.875rem;width:4.875rem;top:42.0625rem;left:34.9375rem;overflow:hidden;display:block; }
#kH4FFStvZkx1a5wsU6a259TMEEkI3F07 { background-color:#1c468f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:40.4375rem;height:3.9375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:54.937499046326rem;left:17.28125rem;display:block; }
#hTzEzZuGXJuJlXadiJwohhdM9uwQIuqF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c468f;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:none; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { border-width: 0; border-radius: 0; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:none; }#OgdyRFF8pBfIGgAwIcgQaMBWcWglliNx { color:#ffffff;display:block;width:55.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.04296875rem;left:9.53125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#mQZqL3FFrbtyE0JTQa2uM7cGnxxmVZUW { color:#ffffff;display:block;width:66.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:4.1341094970703rem;left:6.40625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#ds4Ty761m8IBqT4DbJoePB2K9hbTEmby { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:4.1953125rem;left:4.3312501907349rem; }
#TNM5xliwTlgcwbe7IhWcVIEoG5RrTuTQ { color:#ffffff;display:block;width:62.1875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.8;letter-spacing:0;top:6.8835926055906rem;left:6.40625rem;height:2.25rem;text-align:center;text-align-last:center;display:block; }
#nm3SX4yAHT1MZqZBFCiyW3APHcJ2Hasm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:6.9453086853025rem;left:7.2062492370606rem; }
#apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 { 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; }#apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 > .row .container { background-color: transparent; background-image: none; }#apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 > .row .container > .video-iframe-container { display: none; }#apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 > .row > .video-iframe-container { display: none; }#apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 > .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); }#apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 > .row .container { border-width: 0; border-radius: 0; }#apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;position:relative;display:block; }#cOHuCdi8MJObVJkIcmUBB3xb4yVWcOUR { color:#072662;display:block;width:55.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3107624053955rem;left:8.3430986404419rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 { 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; }#JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 > .row .container { background-color: transparent; background-image: none; }#JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 > .row .container > .video-iframe-container { display: none; }#JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 > .row > .video-iframe-container { display: none; }#JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 > .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); }#JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 > .row .container { border-width: 0; border-radius: 0; }#JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#qn5Le6UqoFsuOvZoxNtOAIGylbCcp5we { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;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.875rem;width:50rem;top:0rem;left:12.5rem;display:block; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ .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:#e3e3e3;background-image:none;vertical-align:top; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ .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; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.1875rem;height:auto;line-height:1.3;overflow:hidden; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ .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"; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ .accordion-trigger.adaptive-delivery-prevent-bg, #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ .accordion-trigger.lazyload, #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ .accordion-trigger.lazyloading { background-image: none; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ { box-sizing:content-box;height:auto;width:64.5625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.44921875rem;left:3.96875rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #fk7D0V34lBFW4AqrkeiAowJlSX7zTVeE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #bBT7sr0SxVhWFTfe4vHhwGACRdNZ8PAm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #HpZhO3kndgEHpyNodblzf4r9sPyIOfE3 { display:block;position:relative; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #sotfEmcQTTPkx87NPPgbSHS17JMCSi36 {  }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #fRZXWFHO6rcLT2tTuMnTDElH5aeFOns1 {  }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #TM59RPsn3fFlwuPX92i4S2vnFlmEXa8y { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #wA7reBt9ppEvuEyQCI1pPXdiMv3qio3M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #GUKU7x6dcS4TCAokq9HiKA4ame4OWHdz { display:block;position:relative; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #xI3U7qdPmg0Be2TBaKKqxv52bqCqr7WJ {  }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #HyGKDfmd9zNPH6XzfwCHy88dxRQxn6D2 { display:none; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #qs9MHcM6LhQi1WR6NENcx0vE1U5qUx6L { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #shNr2wL1RRBXZ5EANo4nRzdSNbwl93wt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #FsmzhPNkugFr5ZR4tyvOd28mMEGUE8TJ { display:block;position:relative; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #HBqBpSKwDNp9NIPUHRMrfull38727kSg {  }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #TrDFWaghOAUmane7JqDLVouxdWwKSNM8 { display:none; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Cq0yLzi1bAJrhGlUXrBpbHU38VSUyeKQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Zua7kM3wcBWN8A33R63ibZsxG5QkyLVR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #KUbTKWckWFVs3uhWhdeUQs2u3MnWIw50 { display:block;position:relative; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #a6EK1BLaGskiS1SxUsUJ4SMbRH22N7m1 {  }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #LdnVe9xer5lIsLfgNrDxfH7AmVJ9bk4z { display:none; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #GxTCtshS54G6W26ltTr8uKBznkGDhi6r { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #xNwgLeidcEKb8ob1zy2VzST1ctHagHai { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #UwsEFFc8egmwL6LEvzSlDAmo36AdkcZV { display:block;position:relative; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Mvv7gnHRQnDaTQq0uJipLKzfk2XPw7pR {  }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #BLfHXbSIIwMotL66Zg2vImrCRAIaQpzd { display:none; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #nmu7GnHyWONLu5r2GDmnbr99i5KGN6Oz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Nu2vwACaB8kiApqc8AMrx7sxPdEhOv9f { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Rwt1TSwVRMHiTNNwFZdxzgTlyHLUcmmy { display:block;position:relative; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #hxxyXk0JfSxSKKNbRB5EXDT04r1oednh {  }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #vqSGV705HkPzOHtfnF41SdGTcvunLDNT { display:none; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #AWqLodL2xNyrw24pgKQvEQXnLo7Qv7G4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Omfv3Cev3T8HIuhAxSqcWPfMivIyp0iM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #TrviBJhJgtOT3SMKLCaJ5vNr7kKBJwGM { display:block;position:relative; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #A6ant9g2pe30IusKMRDn34QgcLUBFEpI {  }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #NeFAhECJy1TDVFULsKQkrenuLnfsV7uy { display:none; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #GWDGP75tILGoeZ2Hn0e3PS4rCxPilr0I { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #O0R3ylUgFFwn0PVoAk9qgysgt6zSWa5Z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #M3e9s0igAcyoThPaZ31R4BFTnu1Tev64 { display:block;position:relative; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #LNisNxUVH58SZlAOxkTIDZlrGKp0GGEU {  }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #pHge8lJE5VTG6cdhxOmHHcmfh0iUTK8W { display:none; }
#WHU3RqMe6TMdTtPSPpcS86XDShabJQww { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#20447b;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; }#WHU3RqMe6TMdTtPSPpcS86XDShabJQww > .row .container { background-color: transparent; background-image: none; }#WHU3RqMe6TMdTtPSPpcS86XDShabJQww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHU3RqMe6TMdTtPSPpcS86XDShabJQww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHU3RqMe6TMdTtPSPpcS86XDShabJQww > .row .container > .video-iframe-container { display: none; }#WHU3RqMe6TMdTtPSPpcS86XDShabJQww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WHU3RqMe6TMdTtPSPpcS86XDShabJQww > .row > .video-iframe-container { display: none; }#WHU3RqMe6TMdTtPSPpcS86XDShabJQww > .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); }#WHU3RqMe6TMdTtPSPpcS86XDShabJQww > .row .container { border-width: 0; border-radius: 0; }#WHU3RqMe6TMdTtPSPpcS86XDShabJQww > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WHU3RqMe6TMdTtPSPpcS86XDShabJQww > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#wIcJM4EKp4KCk5ueEHzaDHtJ6q8AcIfs { color:#ffffff;display:block;width:56.62475rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.24755859375rem;left:9.185791015625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KsostcVBxbqzogNcZ31xsmZ0MarO3bHP { color:#ffffff;display:block;width:56.62475rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:4.747314453125rem;left:9.18701171875rem;height:2.3625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N7i9NlUwR0PRdSiuewE0cOyNCzfKfGlE { color:#ffffff;display:block;width:56.6235625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:9.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hSESGSRWSGdu0Hwro6tQbR7SVBUgGxmo { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.561525rem;width:2.561525rem;top:4.6474609375rem;left:11.951171875rem;overflow:hidden;display:block; }
#OAyDJCF8f3nht7WEqRdxdf2LO94fTRWb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.374025rem;width:3.374025rem;top:7.75rem;left:28.5rem;overflow:hidden;display:block; }
#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c468f;background-image:url("https://images.assets-landingi.com/uc/e21cb4fa-4345-4275-9f90-a93a24b28702/ellipsis.format_auto.avif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.adaptive-delivery-prevent-bg, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyload, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyloading { background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { background-color: transparent; background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .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); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { border-width: 0; border-radius: 0; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#zibtiP7GWrTRSkEsO0Xb35NAmTihtx2V { 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-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#0d1c3d;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:6.5625019073488rem;left:30.031251907349rem;display:block; }
#q47AQ2pWhqcfih0kstHl888rzTZT0A1D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mCZEGSduM5419pV7c3c2Q6E73AGTUXqx { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:13.6875rem;top:1.0625rem;left:30.031251907349rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VwobnMOprIZEseB4pyHsuS256HqwqcHG { display:block; }#VwobnMOprIZEseB4pyHsuS256HqwqcHG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9VtmE3zHFmzNUMCK3scInen9SV2ymui { top:1.3125rem;left:0rem;width:9.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl8xnOzrxNDeOmlpKn3loDXkmCyZxJvJ { top:2.0625rem;left:24.625rem;width:23.125rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf8cLeh0O1NtkTaAWedbWuL8E7FDt7mn { top:1.875rem;left:28.625rem;width:19rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR { display:block; }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0bJitcsAZn0WCPCku2cEM3R4yiuIAfF { width:23.875rem;height:4.5rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0MEh0Bf5Peou1WX3J3GWy3cvCKiWiO8 { top:18.5625rem;left:22.75rem;width:25rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9cA2q2whcFohXdmqcwToZlqmx7apbE { top:14.5625rem;left:25rem;width:22.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlacs2i1L6ieSfD8xiycJHVZMJrXZG7S { top:13.75rem;left:21.5625rem;width:26.1875rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm1VnGuALWvNKQMGuskAAUUuscpKk3yi { top:3.1875rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVuB9WOGzSc6sDBwEXkVziiZ6V62tpOu { top:13.5625rem;left:0rem;width:28.125rem;height:31.3115rem;display:block; }
 }@media only screen and (max-width: 763px) { #of3aVWCWenUC3dtNWsBZ6fXHXowp3054 { top:7.9375rem;left:8.5625rem;width:30.625rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 { display:block; }#mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzTdwRDHhJvuEnsqnw881lbnC62qpPUh { top:12.5625rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1zPRvQ6F4qsx7mFzV2sGaDkFREUrcmL { top:19.625rem;left:0rem;width:12.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFouf8Zu7ffssJDD4oS7fhbFdfsgyfaL { top:37.0625rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRLb8RPGrFmK463blkxWeSnvr6pNzATF { top:30.625rem;left:0rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2m1ixE8tRcPTR5WohcskCP1z0zvEmG4 { top:19.0625rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0KZN8I7Uleu4snC1VDVJJaPJBSks2cQ { top:12.9375rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD9hcbnnqHSGn8JS3PHUMGZRcQqhDOgH { top:10.125rem;left:0rem;width:14.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTxaRoez2F788drzepLS60CT3pk72Iw { top:28.125rem;left:0rem;width:14.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfZsnZ8VPhfBkQz9zBsf3ZSb9egW2kfM { top:10.125rem;left:33.5rem;width:14.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrAKFaNVbiJZnuJWz5VAfxSQL1sk2dQV { top:4.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeWQdzfd0MPXrSnZFgFd8pgh8vvNraa3 { top:18.875rem;left:18.1875rem;width:12.9375rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXTkdl5gdGKWevdsEp4lCaGUZGyCd6Oq { top:10.125rem;left:17.5625rem;width:14.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4LaUTvirTw6nfmIvmutNuvZZBgHJTQ { top:12.5625rem;left:22.1875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyrGfxDQZx7BBzfpXOG025hsbqTwbKD7 { top:27.5625rem;left:17.5625rem;width:14.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #irghdJHtGsM2Cd0klHZTupro0MBXHugt { top:36.875rem;left:18.4375rem;width:12.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQs8BKXOOw7rBOUIqK6SngVLDOgvDLkD { top:36.8125rem;left:35.25rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymZRAZJuhmVbIdOXiBcZrSThMLKlu9X { top:27.5625rem;left:33.5rem;width:14.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5T8OfkqonLfwvM8z1ReR2FLDFm3wOyn { top:30.625rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybNTeBcAqtnhHGJR31INlFXhyUmh82md { top:30.5rem;left:22.25rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd { display:block; }#e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGAAS8DPdINFFr7EVGvU9FwE8PT0W5ed { top:8.1875rem;left:3.5625rem;width:4.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMhSm5kue1p2hosB48351kTobJKIK9tm { top:12.6875rem;left:3.3125rem;width:5.4375rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuvebxzoOu3JAAGeaveLcCQdekfmwxzF { top:8.4375rem;left:13.5rem;width:2.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDWzFzGEyzwD5gb6pOhFZrgkeRNVRF6h { top:12.6875rem;left:11.9375rem;width:5.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3eD1pT48sFLSCmsSMFJ1TyJ8yGSP2Am { top:8.5rem;left:21.75rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2CyxTBngZNAHiRDUwkXOAZKcNL8FFiS { top:12.8125rem;left:21.1875rem;width:5.625rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqB3XJoSZo2K5QJsZABQ6CEbftSXErFz { top:7.6875rem;left:2.1875rem;width:7.5625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDOOUnFXtb8ragla1PKy65SKVxKeACId { top:7.6875rem;left:11.0625rem;width:7.5625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIPNtx327L8s7rfNZZX77V0XQOyuH3yg { top:7.6875rem;left:19.875rem;width:7.5625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0FQ4EVItUIKG5nytX7EWNT7Ga4Uh5JG { top:1.8125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy36xQvqmU1t0u91Fb4X7CJdKPMgN9U3 { top:12.9375rem;left:28.375rem;width:8.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZvEt5V4tqQ4531Mcos4x8pmd2w3gGCm { top:7.6875rem;left:28.75rem;width:7.5625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uya1H3MuyR0igC8GAXuFnvCGQQvtPEbz { top:8.75rem;left:31.0625rem;width:3rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKkbPpQiHCipXPsZq1I0wewUzLoZG2aJ { width:22rem;height:3.4375rem;top:18.375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJDm33tSNEhoXgpcnPLVwbFWnlTHZfot { display:block; }
 }@media only screen and (max-width: 763px) { #Hz9GlfiMFXwX1idlalFT9QRTcLm7DCmZ { top:7.6875rem;left:37.625rem;width:7.5625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqKBqkIDORGQlLleTOl2BAiAT10tCmt4 { top:8.9375rem;left:38.59375rem;width:5.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCyFboRVVUIKVRqHa59KbQv9R8c9lVQ0 { top:12.9375rem;left:37.25rem;width:8.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT { display:block; }#x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpEHoFddTzBEM7CJwBIZWF7UpWmB5W7r { top:1.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1tOzw3GcrVHyAHUV4JvrhxzQMN5EEoR { width:18.3125rem;height:3.4375rem;top:5.4375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwe61WFBUwROKmCt7ulTg6vtZThhRMPi { display:block; }
 }@media only screen and (max-width: 763px) { #RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE { display:block; }#RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnINBwpKSfwmIAFzD0NcGfbEiADXk2pF { top:2.75rem;left:0rem;width:47.75rem;height:8rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf35QyI9E4OLMoWm1Sam67mHUiqBnmHK { display:block; }#bf35QyI9E4OLMoWm1Sam67mHUiqBnmHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTIS1xFBu683XlBTcgKGi5KykcThs3me { top:5.875rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMq0eTm0sRHaQh4nQU5Ih2dah90vnbWd { top:12.1875rem;left:0rem;width:13rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TECkr7Z2UMclp77S8VARvf9HuG0xF115 { top:5.875rem;left:21.3125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2wWHrC0GVAcSJO1tTtPLS7pH8e2n1Fs { top:12.25rem;left:16.718751907349rem;width:14.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnxQTD59C0zR98WZKw6iBdOfO2wFPeSm { top:5.875rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf91hCdlFsk529TknMl1TSiTmnsaIddc { top:12.0625rem;left:34.8125rem;width:12.9375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TreCeoM2pGWoZLZJrTdoJIS0qJNNCCdl { top:21.3125rem;left:0rem;width:14.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzV87uKrJcgyw92B8RLpxIH59ZVisKbC { top:30.5625rem;left:0rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv67P07QkaSrrOsRCeB5WPMVqOvRs6ai { top:24.125rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4J7fBIh9lMegNUflks1Zxpabug6SdDx { top:30.25rem;left:17.5rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UauQUeG5PgLfDE8s7dmG7TRE3m2A8NaU { top:23.5rem;left:20.7125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5lstWWf7nXFWOowx4yh5CrdVrK0EsL { top:3.4375rem;left:0rem;width:14.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Mi453qNK5V4pGCwx1b7pAw0JFwrbTL { top:3.4375rem;left:16.625rem;width:14.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpRmpEqNR3GbK3GvbiTnOyM0tWUT49oI { top:3.4375rem;left:33.5rem;width:14.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXxntcNpFFhLmEnscv2ATcEltaQ3p82m { top:21.3125rem;left:16.625rem;width:14.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRX6uf8rs7dQOyfnNri2w5OdLdF6JHOd { top:48.25rem;left:17.5rem;width:12.5rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hm5ear04QJN3ug0PTKz4iMPhNBNyaKP1 { top:39.25rem;left:16.6875rem;width:14.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnDmon5D1uw0GxTIfuSmu8Pu3HUFABXZ { top:21.3125rem;left:33.5rem;width:14.25rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQlt7gT11b8qBnxKI8rMzWRDwH4KTtBQ { top:29.5rem;left:33.6875rem;width:14.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0hLMut1i35tF4PKbNh7QXDfBECyI7NB { top:23.375rem;left:42.875rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs4TVSzx641eInqgRewBGiFDSOFUeFzq { top:42.0625rem;left:21.3125rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH4FFStvZkx1a5wsU6a259TMEEkI3F07 { width:40.4375rem;height:3.9375rem;top:54.875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzEzZuGXJuJlXadiJwohhdM9uwQIuqF { display:block; }
 }@media only screen and (max-width: 763px) { #CA9BTvFbx51HXqAFebfEQSTuSac8q0yo { display:block; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgdyRFF8pBfIGgAwIcgQaMBWcWglliNx { top:1rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQZqL3FFrbtyE0JTQa2uM7cGnxxmVZUW { top:4.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds4Ty761m8IBqT4DbJoePB2K9hbTEmby { top:4.1875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNM5xliwTlgcwbe7IhWcVIEoG5RrTuTQ { top:6.875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm3SX4yAHT1MZqZBFCiyW3APHcJ2Hasm { top:6.9375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 { display:block; }#apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOHuCdi8MJObVJkIcmUBB3xb4yVWcOUR { top:1.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 { display:block; }#JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qn5Le6UqoFsuOvZoxNtOAIGylbCcp5we { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ { display:flex;height:auto;width:45.25rem;top:3.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #fk7D0V34lBFW4AqrkeiAowJlSX7zTVeE {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #bBT7sr0SxVhWFTfe4vHhwGACRdNZ8PAm {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #HpZhO3kndgEHpyNodblzf4r9sPyIOfE3 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #sotfEmcQTTPkx87NPPgbSHS17JMCSi36 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #fRZXWFHO6rcLT2tTuMnTDElH5aeFOns1 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #TM59RPsn3fFlwuPX92i4S2vnFlmEXa8y {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #wA7reBt9ppEvuEyQCI1pPXdiMv3qio3M {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #GUKU7x6dcS4TCAokq9HiKA4ame4OWHdz {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #xI3U7qdPmg0Be2TBaKKqxv52bqCqr7WJ {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #HyGKDfmd9zNPH6XzfwCHy88dxRQxn6D2 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #qs9MHcM6LhQi1WR6NENcx0vE1U5qUx6L {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #shNr2wL1RRBXZ5EANo4nRzdSNbwl93wt {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #FsmzhPNkugFr5ZR4tyvOd28mMEGUE8TJ {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #HBqBpSKwDNp9NIPUHRMrfull38727kSg {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #TrDFWaghOAUmane7JqDLVouxdWwKSNM8 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Cq0yLzi1bAJrhGlUXrBpbHU38VSUyeKQ {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Zua7kM3wcBWN8A33R63ibZsxG5QkyLVR {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #KUbTKWckWFVs3uhWhdeUQs2u3MnWIw50 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #a6EK1BLaGskiS1SxUsUJ4SMbRH22N7m1 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #LdnVe9xer5lIsLfgNrDxfH7AmVJ9bk4z {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #GxTCtshS54G6W26ltTr8uKBznkGDhi6r {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #xNwgLeidcEKb8ob1zy2VzST1ctHagHai {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #UwsEFFc8egmwL6LEvzSlDAmo36AdkcZV {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Mvv7gnHRQnDaTQq0uJipLKzfk2XPw7pR {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #BLfHXbSIIwMotL66Zg2vImrCRAIaQpzd {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #nmu7GnHyWONLu5r2GDmnbr99i5KGN6Oz {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Nu2vwACaB8kiApqc8AMrx7sxPdEhOv9f {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Rwt1TSwVRMHiTNNwFZdxzgTlyHLUcmmy {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #hxxyXk0JfSxSKKNbRB5EXDT04r1oednh {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #vqSGV705HkPzOHtfnF41SdGTcvunLDNT {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #AWqLodL2xNyrw24pgKQvEQXnLo7Qv7G4 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Omfv3Cev3T8HIuhAxSqcWPfMivIyp0iM {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #TrviBJhJgtOT3SMKLCaJ5vNr7kKBJwGM {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #A6ant9g2pe30IusKMRDn34QgcLUBFEpI {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #NeFAhECJy1TDVFULsKQkrenuLnfsV7uy {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #GWDGP75tILGoeZ2Hn0e3PS4rCxPilr0I {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #O0R3ylUgFFwn0PVoAk9qgysgt6zSWa5Z {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #M3e9s0igAcyoThPaZ31R4BFTnu1Tev64 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #LNisNxUVH58SZlAOxkTIDZlrGKp0GGEU {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #pHge8lJE5VTG6cdhxOmHHcmfh0iUTK8W {  }
 }@media only screen and (max-width: 763px) { #WHU3RqMe6TMdTtPSPpcS86XDShabJQww { display:block; }#WHU3RqMe6TMdTtPSPpcS86XDShabJQww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIcJM4EKp4KCk5ueEHzaDHtJ6q8AcIfs { top:1.1875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsostcVBxbqzogNcZ31xsmZ0MarO3bHP { top:4.6875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7i9NlUwR0PRdSiuewE0cOyNCzfKfGlE { top:8.125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSESGSRWSGdu0Hwro6tQbR7SVBUgGxmo { top:4.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAyDJCF8f3nht7WEqRdxdf2LO94fTRWb { top:7.75rem;left:14.875rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX { display:block; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zibtiP7GWrTRSkEsO0Xb35NAmTihtx2V { width:14.9375rem;height:3.9375rem;top:6.5625rem;left:16.406251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #q47AQ2pWhqcfih0kstHl888rzTZT0A1D { display:block; }
 }@media only screen and (max-width: 763px) { #mCZEGSduM5419pV7c3c2Q6E73AGTUXqx { top:1.0625rem;left:16.406251907349rem;width:13.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #VwobnMOprIZEseB4pyHsuS256HqwqcHG { position:relative;z-index:auto;display:block; }#VwobnMOprIZEseB4pyHsuS256HqwqcHG > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e9VtmE3zHFmzNUMCK3scInen9SV2ymui { width:7.625rem;height:2.125rem;top:0.875rem;left:6.2812498807906rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Rl8xnOzrxNDeOmlpKn3loDXkmCyZxJvJ { width:18rem;height:1.225rem;top:4.3499999046326rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#940d0d;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Lf8cLeh0O1NtkTaAWedbWuL8E7FDt7mn { width:17rem;height:2.0625rem;top:3.875rem;left:1.5007812976837rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR { position:relative;z-index:auto;background-color:#91adf4;background-image:none;display:block; }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row .container { background-color: transparent; background-image: none; }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row .container > .video-iframe-container { display: none; }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row > .video-iframe-container { display: none; }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .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); }#VZ8nBnlcsENPkP6bKLuTfXpT7flHgbhR > .row .container { width:20rem;height:56.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0bJitcsAZn0WCPCku2cEM3R4yiuIAfF { width:20rem;height:0;top:12.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.3;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #J0MEh0Bf5Peou1WX3J3GWy3cvCKiWiO8 { width:19.8125rem;height:21.375rem;top:33rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9cA2q2whcFohXdmqcwToZlqmx7apbE { width:20rem;height:2.923825rem;top:31.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#0d1c3d;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tlacs2i1L6ieSfD8xiycJHVZMJrXZG7S { width:20rem;height:24.375rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm1VnGuALWvNKQMGuskAAUUuscpKk3yi { width:19.5625rem;height:4rem;top:0.625rem;left:0.21875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #QVuB9WOGzSc6sDBwEXkVziiZ6V62tpOu { width:20rem;height:22.3125rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #of3aVWCWenUC3dtNWsBZ6fXHXowp3054 { width:18.375rem;height:1.40014375rem;top:4.9375rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 { display:block; }#mNlNIt2i1U1ZPFcRc77ElQw8L0WufdX0 > .row .container { width:20rem;height:37.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzTdwRDHhJvuEnsqnw881lbnC62qpPUh { width:3.4375rem;height:3.4375rem;top:7.0625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1zPRvQ6F4qsx7mFzV2sGaDkFREUrcmL { width:6.75rem;height:2.3984375rem;top:11.4375rem;left:1.53125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #AFouf8Zu7ffssJDD4oS7fhbFdfsgyfaL { width:7.9375rem;height:2.5996125rem;top:21.9609375rem;left:11.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRLb8RPGrFmK463blkxWeSnvr6pNzATF { width:3.625rem;height:3.625rem;top:17.4375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2m1ixE8tRcPTR5WohcskCP1z0zvEmG4 { width:9.6875rem;height:2.3984375rem;top:22.0625rem;left:0.125rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #W0KZN8I7Uleu4snC1VDVJJaPJBSks2cQ { width:4.125rem;height:4.125rem;top:17.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD9hcbnnqHSGn8JS3PHUMGZRcQqhDOgH { width:8.9375rem;height:8.375rem;top:6.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPTxaRoez2F788drzepLS60CT3pk72Iw { width:8.9375rem;height:8.375rem;top:16.4375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfZsnZ8VPhfBkQz9zBsf3ZSb9egW2kfM { width:8.9375rem;height:8.375rem;top:16.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrAKFaNVbiJZnuJWz5VAfxSQL1sk2dQV { width:20rem;height:2.1933625rem;top:1.8916015625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QeWQdzfd0MPXrSnZFgFd8pgh8vvNraa3 { width:7.625rem;height:2.3984375rem;top:11.4375rem;left:11.15625rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #yXTkdl5gdGKWevdsEp4lCaGUZGyCd6Oq { width:8.9375rem;height:8.375rem;top:6.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tE4LaUTvirTw6nfmIvmutNuvZZBgHJTQ { width:3.4375rem;height:3.4375rem;top:7.125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyrGfxDQZx7BBzfpXOG025hsbqTwbKD7 { width:8.9375rem;height:8.375rem;top:26.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #irghdJHtGsM2Cd0klHZTupro0MBXHugt { width:8.9375rem;height:1.21875rem;top:32.6875rem;left:0.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQs8BKXOOw7rBOUIqK6SngVLDOgvDLkD { width:8.9375rem;height:2.5996125rem;top:32.0625rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HymZRAZJuhmVbIdOXiBcZrSThMLKlu9X { width:8.9375rem;height:8.375rem;top:26.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5T8OfkqonLfwvM8z1ReR2FLDFm3wOyn { width:3.4375rem;height:3.4375rem;top:27.8125rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybNTeBcAqtnhHGJR31INlFXhyUmh82md { width:3.4375rem;height:3.4375rem;top:28.1875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd { display:block; }#e3dCITVLcfNgwKpb3WTMESX0DgIBlnRd > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aGAAS8DPdINFFr7EVGvU9FwE8PT0W5ed { width:4.8125rem;height:4.125rem;top:6.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMhSm5kue1p2hosB48351kTobJKIK9tm { width:6.375rem;height:1.3rem;top:10.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuvebxzoOu3JAAGeaveLcCQdekfmwxzF { width:2.5rem;height:3.6875rem;top:6.625rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDWzFzGEyzwD5gb6pOhFZrgkeRNVRF6h { width:6.375rem;height:1.3rem;top:11rem;left:11.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3eD1pT48sFLSCmsSMFJ1TyJ8yGSP2Am { width:3.6875rem;height:3.6875rem;top:15.5625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2CyxTBngZNAHiRDUwkXOAZKcNL8FFiS { width:6.375rem;height:1.29980625rem;top:20.0625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqB3XJoSZo2K5QJsZABQ6CEbftSXErFz { width:7.625rem;height:7.0625rem;top:5.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDOOUnFXtb8ragla1PKy65SKVxKeACId { width:7.8125rem;height:7.0625rem;top:5.8125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIPNtx327L8s7rfNZZX77V0XQOyuH3yg { width:7.8125rem;height:7.0625rem;top:14.8125rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0FQ4EVItUIKG5nytX7EWNT7Ga4Uh5JG { width:20rem;height:1.95rem;top:1.3921871185302rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fy36xQvqmU1t0u91Fb4X7CJdKPMgN9U3 { width:8rem;height:1.29980625rem;top:20.14453125rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZvEt5V4tqQ4531Mcos4x8pmd2w3gGCm { width:7.8125rem;height:7.0625rem;top:14.8125rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uya1H3MuyR0igC8GAXuFnvCGQQvtPEbz { width:3.3125rem;height:3.875rem;top:15.53125rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKkbPpQiHCipXPsZq1I0wewUzLoZG2aJ { width:18rem;height:2.8125rem;top:32.6875rem;left:1rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJDm33tSNEhoXgpcnPLVwbFWnlTHZfot { display:block; }
 }@media only screen and (max-width: 763px) { #Hz9GlfiMFXwX1idlalFT9QRTcLm7DCmZ { width:7.5625rem;height:7.0625rem;top:23.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqKBqkIDORGQlLleTOl2BAiAT10tCmt4 { width:5.625rem;height:3.25rem;top:25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCyFboRVVUIKVRqHa59KbQv9R8c9lVQ0 { width:8.375rem;height:1.29980625rem;top:28.875rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT { display:block; }#x8g7al6PCP2pbhVFMd5iQ8zQSOrH0vcT > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VpEHoFddTzBEM7CJwBIZWF7UpWmB5W7r { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1tOzw3GcrVHyAHUV4JvrhxzQMN5EEoR { width:18.3125rem;height:3.4375rem;top:4.44921875rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwe61WFBUwROKmCt7ulTg6vtZThhRMPi { display:block; }
 }@media only screen and (max-width: 763px) { #RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE { display:block; }#RBRkMevRHnmn0dk7WRq0SOcfk5IWCnrE > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnINBwpKSfwmIAFzD0NcGfbEiADXk2pF { width:20rem;height:9.09375rem;top:1.248779296875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf35QyI9E4OLMoWm1Sam67mHUiqBnmHK { display:none; }#bf35QyI9E4OLMoWm1Sam67mHUiqBnmHK > .row .container { width:20rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uTIS1xFBu683XlBTcgKGi5KykcThs3me { width:3.25rem;height:3.25rem;top:2.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMq0eTm0sRHaQh4nQU5Ih2dah90vnbWd { width:8.9375rem;height:3.65625rem;top:6.0625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TECkr7Z2UMclp77S8VARvf9HuG0xF115 { width:3.25rem;height:3.25rem;top:2.625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2wWHrC0GVAcSJO1tTtPLS7pH8e2n1Fs { width:8.9375rem;height:3.65625rem;top:6.375rem;left:10.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnxQTD59C0zR98WZKw6iBdOfO2wFPeSm { width:3.4375rem;height:3.4375rem;top:13.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf91hCdlFsk529TknMl1TSiTmnsaIddc { width:8.9375rem;height:3.9rem;top:16.8125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TreCeoM2pGWoZLZJrTdoJIS0qJNNCCdl { width:8.9375rem;height:8.375rem;top:12.375rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzV87uKrJcgyw92B8RLpxIH59ZVisKbC { width:8.9375rem;height:2.6rem;top:17.875rem;left:10.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv67P07QkaSrrOsRCeB5WPMVqOvRs6ai { width:3.4375rem;height:3.4375rem;top:13.3125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4J7fBIh9lMegNUflks1Zxpabug6SdDx { width:8.9375rem;height:2.6rem;top:28.0625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UauQUeG5PgLfDE8s7dmG7TRE3m2A8NaU { width:3.4375rem;height:3.4375rem;top:23.875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zr5lstWWf7nXFWOowx4yh5CrdVrK0EsL { width:8.9375rem;height:8.375rem;top:1.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Mi453qNK5V4pGCwx1b7pAw0JFwrbTL { width:8.9375rem;height:8.375rem;top:1.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpRmpEqNR3GbK3GvbiTnOyM0tWUT49oI { width:8.9375rem;height:8.375rem;top:12.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXxntcNpFFhLmEnscv2ATcEltaQ3p82m { width:8.9375rem;height:8.375rem;top:22.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRX6uf8rs7dQOyfnNri2w5OdLdF6JHOd { width:8.9375rem;height:3.3rem;top:27.6875rem;left:10.5rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hm5ear04QJN3ug0PTKz4iMPhNBNyaKP1 { width:8.9375rem;height:8.375rem;top:22.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnDmon5D1uw0GxTIfuSmu8Pu3HUFABXZ { width:18.875rem;height:6.625rem;top:33.3125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQlt7gT11b8qBnxKI8rMzWRDwH4KTtBQ { width:14.4375rem;height:4.2rem;top:34.5rem;left:5rem;font-size:1rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F0hLMut1i35tF4PKbNh7QXDfBECyI7NB { width:3.4375rem;height:3.4375rem;top:34.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xs4TVSzx641eInqgRewBGiFDSOFUeFzq { width:3.4375rem;height:3.4375rem;top:23.75rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH4FFStvZkx1a5wsU6a259TMEEkI3F07 { width:20rem;height:2.5rem;top:41.687500953674rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTzEzZuGXJuJlXadiJwohhdM9uwQIuqF { display:block; }
 }@media only screen and (max-width: 763px) { #CA9BTvFbx51HXqAFebfEQSTuSac8q0yo { display:none; }#CA9BTvFbx51HXqAFebfEQSTuSac8q0yo > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OgdyRFF8pBfIGgAwIcgQaMBWcWglliNx { width:20rem;height:1.462675rem;top:1.3875002861023rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQZqL3FFrbtyE0JTQa2uM7cGnxxmVZUW { width:20rem;height:5.1rem;top:5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ds4Ty761m8IBqT4DbJoePB2K9hbTEmby { display:flex;width:2.125rem;height:2.125rem;top:3.125rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #TNM5xliwTlgcwbe7IhWcVIEoG5RrTuTQ { width:20rem;height:5.1rem;top:13.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #nm3SX4yAHT1MZqZBFCiyW3APHcJ2Hasm { display:flex;width:2.125rem;height:2.125rem;top:11.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 { display:block; }#apzk1pFBdltSl4TrzsiRLBzEPpWvTcT0 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cOHuCdi8MJObVJkIcmUBB3xb4yVWcOUR { width:20rem;height:1.4619125rem;top:1.0125007629394rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 { display:block; }#JFuPTyRZakm3rMTETcwXKJB9HTCzJsF3 > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qn5Le6UqoFsuOvZoxNtOAIGylbCcp5we { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ .accordion-heading-text { font-size:0.9375rem;height:auto; }
#TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ { display:flex;height:auto;width:17.5rem;top:1rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #fk7D0V34lBFW4AqrkeiAowJlSX7zTVeE {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #bBT7sr0SxVhWFTfe4vHhwGACRdNZ8PAm {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #HpZhO3kndgEHpyNodblzf4r9sPyIOfE3 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #sotfEmcQTTPkx87NPPgbSHS17JMCSi36 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #fRZXWFHO6rcLT2tTuMnTDElH5aeFOns1 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #TM59RPsn3fFlwuPX92i4S2vnFlmEXa8y {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #wA7reBt9ppEvuEyQCI1pPXdiMv3qio3M {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #GUKU7x6dcS4TCAokq9HiKA4ame4OWHdz {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #xI3U7qdPmg0Be2TBaKKqxv52bqCqr7WJ {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #HyGKDfmd9zNPH6XzfwCHy88dxRQxn6D2 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #qs9MHcM6LhQi1WR6NENcx0vE1U5qUx6L {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #shNr2wL1RRBXZ5EANo4nRzdSNbwl93wt {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #FsmzhPNkugFr5ZR4tyvOd28mMEGUE8TJ {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #HBqBpSKwDNp9NIPUHRMrfull38727kSg {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #TrDFWaghOAUmane7JqDLVouxdWwKSNM8 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Cq0yLzi1bAJrhGlUXrBpbHU38VSUyeKQ {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Zua7kM3wcBWN8A33R63ibZsxG5QkyLVR {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #KUbTKWckWFVs3uhWhdeUQs2u3MnWIw50 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #a6EK1BLaGskiS1SxUsUJ4SMbRH22N7m1 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #LdnVe9xer5lIsLfgNrDxfH7AmVJ9bk4z {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #GxTCtshS54G6W26ltTr8uKBznkGDhi6r {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #xNwgLeidcEKb8ob1zy2VzST1ctHagHai {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #UwsEFFc8egmwL6LEvzSlDAmo36AdkcZV {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Mvv7gnHRQnDaTQq0uJipLKzfk2XPw7pR {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #BLfHXbSIIwMotL66Zg2vImrCRAIaQpzd {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #nmu7GnHyWONLu5r2GDmnbr99i5KGN6Oz {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Nu2vwACaB8kiApqc8AMrx7sxPdEhOv9f {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Rwt1TSwVRMHiTNNwFZdxzgTlyHLUcmmy {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #hxxyXk0JfSxSKKNbRB5EXDT04r1oednh {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #vqSGV705HkPzOHtfnF41SdGTcvunLDNT {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #AWqLodL2xNyrw24pgKQvEQXnLo7Qv7G4 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #Omfv3Cev3T8HIuhAxSqcWPfMivIyp0iM {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #TrviBJhJgtOT3SMKLCaJ5vNr7kKBJwGM {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #A6ant9g2pe30IusKMRDn34QgcLUBFEpI {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #NeFAhECJy1TDVFULsKQkrenuLnfsV7uy {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #GWDGP75tILGoeZ2Hn0e3PS4rCxPilr0I {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #O0R3ylUgFFwn0PVoAk9qgysgt6zSWa5Z {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #M3e9s0igAcyoThPaZ31R4BFTnu1Tev64 {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #LNisNxUVH58SZlAOxkTIDZlrGKp0GGEU {  }
 }@media only screen and (max-width: 763px) { #TJTDzTPU7ZKZsOHR57ufzkI6PT1fzMgQ #pHge8lJE5VTG6cdhxOmHHcmfh0iUTK8W {  }
 }@media only screen and (max-width: 763px) { #WHU3RqMe6TMdTtPSPpcS86XDShabJQww { display:block; }#WHU3RqMe6TMdTtPSPpcS86XDShabJQww > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIcJM4EKp4KCk5ueEHzaDHtJ6q8AcIfs { width:20rem;height:1.54375rem;top:2.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KsostcVBxbqzogNcZ31xsmZ0MarO3bHP { width:20rem;height:3.6rem;top:6.07421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N7i9NlUwR0PRdSiuewE0cOyNCzfKfGlE { width:10.81175rem;height:2.4375rem;top:11.25rem;left:6.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hSESGSRWSGdu0Hwro6tQbR7SVBUgGxmo { width:2.8125rem;height:2.8125rem;top:0rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAyDJCF8f3nht7WEqRdxdf2LO94fTRWb { width:3.31176875rem;height:3.31176875rem;top:10.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX { background-color:#1c468f;background-image:url("https://images.assets-landingi.com/uc/e21cb4fa-4345-4275-9f90-a93a24b28702/ellipsis.format_auto.avif");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.adaptive-delivery-prevent-bg, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyload, #HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX.lazyloading { background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { background-color: transparent; background-image: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row > .video-iframe-container { display: none; }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .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); }#HoBTN1P5EVGOPH6DBOhzPPioguv9ztfX > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zibtiP7GWrTRSkEsO0Xb35NAmTihtx2V { width:8.625rem;height:1.8125rem;top:4.625rem;left:5.2187498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q47AQ2pWhqcfih0kstHl888rzTZT0A1D { display:block; }
 }@media only screen and (max-width: 763px) { #mCZEGSduM5419pV7c3c2Q6E73AGTUXqx { width:9.375rem;height:2.5625rem;top:1.0625rem;left:4.7812498807907rem;overflow:hidden;display:block; }
 }