.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { position:relative;display:block; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { background-color: transparent; background-image: none; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container > .video-iframe-container { display: none; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row > .video-iframe-container { display: none; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { border-width: 0; border-radius: 0; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .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; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .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:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#le2oVOh8k5x69klODZXbA5bTobExbaCN { 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.31055rem;width:10.061875rem;top:0.53168404102326rem;left:0rem;overflow:hidden;display:block; }
#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { border-width: 0; border-radius: 0; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:75rem;position:relative;display:block; }#yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { position:absolute;display:block;z-index:15016;height:19rem;width:27.5625rem;top:7.875rem;left:45.875rem;display:block; }
#Al0oHGfIIA0RiQtk0yyvqNxr4ziatL0k { box-sizing:content-box;height:26.625rem;width:27.5625rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:4.5rem;left:45.875rem;display:block; }
#Emby61kc0OToadhbVIsuFeRDO35mXy8t { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:5.0703125rem;left:49.09375rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NKFVxbnQJM72qFbzqD1uwcmHWFJgDx4A { position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #20447b;border-left:0.0625rem solid #20447b;border-right:0.0625rem solid #20447b;border-bottom:0.0625rem solid #20447b;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:25.4375rem;width:43.75rem;top:4.6875rem;left:0rem;display:block; }
#pUkKimBTG8gtOwQQdZGl0IUOb6OTMrnF { color:#f9c819;display:block;width:42.6875rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0.5625rem;height:5.6860375rem;font-style:normal;display:block; }
#vKvXMteFO90so5DxZ6ITMkdmvQc4k9w7 { color:#ffffff;display:block;width:40.9980625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.875rem;left:0.625rem;height:5.35766875rem;display:block; }
#plNysHgM0s7MGfOqKthmEF4PeFFDk3ac { color:#f9c819;display:block;width:40.997375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:20.9375rem;left:0.625rem;height:1.9494625rem;display:block; }
#CwRMEaPsA29VVTSohiyMspHqeNme67DA { color:#ffffff;display:block;width:43.4375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:24.6875rem;left:0.8125rem;height:2.436525rem;font-style:normal;display:block; }
#mbVQWqv5GoxseS61nW59gPkoZePn8EOt { position:relative;display:block; }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt { background-color: transparent; background-image: none; }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .row .container > .video-iframe-container { display: none; }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .row > .video-iframe-container { display: none; }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .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); }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt { border-width: 0; border-radius: 0; }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#aECNPHPxPcGrwkmpx0nlPgFdNUT0Peo7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.0625rem;width:70.3125rem;top:2.78125rem;left:2.34375rem;overflow:hidden;display:block; }
#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4f671043-c7e9-4312-abca-bb20098cf4e1/certificate_bg.svg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size: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; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx.adaptive-delivery-prevent-bg, #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx.lazyload, #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx.lazyloading { background-image: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { background-color: transparent; background-image: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container > .video-iframe-container { display: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row > .video-iframe-container { display: none; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { border-width: 0; border-radius: 0; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { color:#080606;display:block;width:29.124375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.4472644329071rem;left:0.81163215637206rem;height:2.4375rem;font-style:normal;display:block; }
#q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.0833334922787rem;left:0.81163215637206rem;height:8.7744375rem;display:block; }
#UIi7MVReCiAp4GhskzPRgxoLTk33xvl2 { position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:28.6870625rem;width:32.686625rem;top:2.0290801525116rem;left:0rem;display:block; }
#RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { color:#080606;display:block;width:28.6870625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:18.254124164581rem;left:1.0308160781861rem;height:1.705325rem;font-style:normal;display:block; }
#TEfsZFRHgInIGGUfyyb0TL6mvWxP1tPD { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.009115695953rem;left:3.8791227340698rem;height:2.59765625rem;display:block; }
#l3uVst9huRrb1ip5UZERVUsDV6uBn4MX { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:21.370443820953rem;left:0.81163215637206rem; }
#U5nrAu4CIHh9uoabymEHdWZRlQ0AcoVq { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.123699665069rem;left:3.8791227340698rem;height:1.3rem;display:block; }
#nh9tCIeby7T88xb50Tkw9LnaLtl3CmMg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24.837240695953rem;left:0.81163215637206rem; }
#fNShxk1yw5ggNgHSLvQD69Gt9N2wxReH { position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:29.125rem;width:32.6875rem;top:1.8120727539062rem;left:42.187500953674rem;display:block; }
#rx9kMTK5fswAI5HOtkmkA1muMGMKrRJO { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:24.462240219116rem;left:46.068795204162rem;height:1.3rem;display:block; }
#rQ4AJeLbL2LCpd1h4Fuf240pFcCog4b1 { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:21.657985687256rem;left:46.068795204162rem;height:1.3rem;display:block; }
#QQvf4yW8rhBusbeNvLaep0KKgWl1ddrC { color:#080606;display:block;width:27.1245625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:18.254124164581rem;left:42.998047828674rem;height:1.705325rem;font-style:normal;display:block; }
#exvUizPyW6c7gGkEi05TdFTwTXML9Mt4 { color:#0f0908;display:block;width:26.25rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:6.6276042461394rem;left:43.436417579651rem;height:2.92480625rem;display:block; }
#UJ2R0sbKig2xFZ4oP7hlIUnTE5dWfDd2 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:21.370443344116rem;left:42.998047828674rem; }
#I4KOJXFc2Uftw2T0bnusWIPKvNSefCgp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:24.240886688233rem;left:42.998047828674rem; }
#FdTdDspZfMF0nDhQZlPpUL9GsnbFPbPf { color:#080606;display:block;width:30.499125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:3.4461810588837rem;left:43.350697517395rem;height:2.4375rem;font-style:normal;display:block; }
#qrdWzDM44e2dUKxXIZTXcEtqkvTGE74c { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:10.364583492279rem;left:45.129124641419rem;height:1.3rem;display:block; }
#c6ROq8pTQlZQPPLrZG4vOkpsReL6gVpc { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:12.944878101349rem;left:45.129124641419rem;height:1.3rem;display:block; }
#fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:15.791016101837rem;left:45.129124641419rem;height:1.3rem;display:block; }
#XkrmunqnrtGFEs4BKvUdmK96ZbbcCNlQ { color:#0f0908;display:block;width:25.061875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:26.844402313233rem;left:46.068795204162rem;height:2.59765625rem;display:block; }
#eSPSPxZZRVaWwe42wu3WwQoGKE0QoN13 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:27.144317626953rem;left:42.999135017395rem; }
#s90aL4kGnQPQMt5sk5CS2mAxKtO0zTq5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:10.078125476837rem;left:42.999135017395rem; }
#RJyoIcvNLz9nXkcMf8E35LCBinJA1Em3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:12.655165195465rem;left:42.999135017395rem; }
#k40CNNwMNe2vWLHv33wi6zblbQAiSBba { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:15.403646945953rem;left:42.999135017395rem; }
#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { background-color: transparent; background-image: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container > .video-iframe-container { display: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row > .video-iframe-container { display: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .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); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { border-width: 0; border-radius: 0; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row > .video-iframe-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { font-size:0.875rem;font-family:arial;height:80rem;width:75rem;position:relative;display:block; }#bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IIZ2wB4WFQeEM51CDJ1VracJAoI0cxkq { 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:65.8125rem;width:59rem;top:7.0625rem;left:8rem;overflow:hidden;display:block; }
#Rl7wqG3h9A0w3ieM17PPS0OIdbGSvx3S { box-sizing:content-box;height:68.75rem;width:62.9375rem;position:absolute;display:block;z-index:14999;background-color:#f9c819;background-image:none;top:5.625rem;left:6.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #200c41, #000000);background-image: -moz-linear-gradient(180deg, #200c41, #000000);background-image: -ms-linear-gradient(180deg, #200c41, #000000);background-image: -o-linear-gradient(180deg, #200c41, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#200c41', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#200c41', endColorstr='#000000' );";background-image: linear-gradient(180deg, #200c41, #000000);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; }#lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr > .row .container { background-color: transparent; background-image: none; }#lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr > .row .container > .video-iframe-container { display: none; }#lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr > .row > .video-iframe-container { display: none; }#lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr > .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); }#lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr > .row .container { border-width: 0; border-radius: 0; }#lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#IPGq01a1vVJzgRAXwEpNSnSCVEzAPbQV { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1867160797119rem;left:0rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PgOxabB7cM7iGh8Si27SlHWMtE1PFUl2 { background-color:#f8bd17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9355625rem;height:3.62305rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11.788208007812rem;left:42.842885017395rem;display:block; }
#CK491sJt6UIS2TMAQnTbuiSbkZULkNvl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lq7MqqxxS5CkUfar0VDDFZyDwPZQTEsy { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.9375rem;width:24.5625rem;top:6.0622844696045rem;left:9.6875009536744rem;display:block; }
#SB7oJCTCoeHDzyT33zsn417CO7nd37iy { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.6855625rem;width:22.7485rem;top:7.2558546066281rem;left:10.662978172303rem;display:block; }
#PT2Nm1UcXhkd5Ob8sXkQBbRkPTbbrTgn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #200c41, #000000);background-image: -moz-linear-gradient(180deg, #200c41, #000000);background-image: -ms-linear-gradient(180deg, #200c41, #000000);background-image: -o-linear-gradient(180deg, #200c41, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#200c41', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#200c41', endColorstr='#000000' );";background-image: linear-gradient(180deg, #200c41, #000000);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:none; }#PT2Nm1UcXhkd5Ob8sXkQBbRkPTbbrTgn > .row .container { border-width: 0; border-radius: 0; }#PT2Nm1UcXhkd5Ob8sXkQBbRkPTbbrTgn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PT2Nm1UcXhkd5Ob8sXkQBbRkPTbbrTgn > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:none; }#g007f9i5zT9mSm26fXsDiL72GrkIUR2p { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1867160797119rem;left:0rem;height:2.84288125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V3GL219obuV41Cs5w58PlcatDdUMlOWZ { background-color:#f8bd17;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9355625rem;height:3.62305rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:11.788208007812rem;left:42.842885017395rem;display:block; }
#x1T470XWCseEU2NMwX9RbUO5bxXmv97t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KRCJnsQwyETATcTTo14lPXmHu1CBvJW4 { position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:14.9375rem;width:24.5625rem;top:6.0622844696045rem;left:9.6875009536744rem;display:block; }
#n1lXyzN6FVBwy35emNFEz6B4GUCwyn1m { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:12.6855625rem;width:22.7485rem;top:7.2558546066281rem;left:10.662978172303rem;display:block; }
#WBKym5hl66999nL2l5TIfTKFkVFoTrSl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { background-color: transparent; background-image: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { display: none; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { border-width: 0; border-radius: 0; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:75rem;position:relative;display:block; }#vQJdibdbPoQddfMJl270PUA3a3w6ETRg { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.64019584655762rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 { 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; }#gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 > .row .container { background-color: transparent; background-image: none; }#gXCedgqgVOtTllu0haEzg1m0t8DUwvx4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 > .row .container > .video-iframe-container { display: none; }#gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 > .row > .video-iframe-container { display: none; }#gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 > .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); }#gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 > .row .container { border-width: 0; border-radius: 0; }#gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#a9NO5NQB1OHG22PEI9fTr0f458khDDgQ { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:32.375rem;width:20.25rem;top:2rem;left:4.5625rem;display:block; }
#o2NEqMIrIyTbOaiWgn0KHzUkGGD4F8BV { position:absolute;display:block;z-index:15008;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:4.375rem;left:9.6875rem;display:block; }
#gvtDuB3FyTlcWOXWLhIeno2ADm87Zgvn { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.061875rem;width:10.061875rem;top:4.3125rem;left:9.6875rem;overflow:hidden;display:block; }
#O8UzG838XB1nENBxgGR2Krz5FDfaaox1 { color:#000000;display:block;width:17.8730625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15002;line-height:2;letter-spacing:0;top:16.65625rem;left:5.8125rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZDH6Fxra9rJGAXTm6T7AzC7aDaTv54NW { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37305rem;width:10.4980625rem;top:0.9375rem;left:9.375rem;display:block; }
#hHtrw8J6IUg6XDIXaU4SoUrD61pBTg93 { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:1.3125rem;left:9.4375rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#JR16gSDVcx14ahBWlP69uHvMyKbdFCTz { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:1.4375rem;left:32.4375rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gk3NRaKDFleLIPIbN7WTcrNMHLt9xEPb { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37305rem;width:10.4980625rem;top:1.0625rem;left:32.375rem;display:block; }
#LzmzBGLO7LnPyaCH6DZMlhdLt4RJcwBn { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.8;letter-spacing:0;top:16.65625rem;left:29.21875rem;height:15.183125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lqOG8OfCpBrTmmCKcdFJpR5Q7RmGIFl8 { position:absolute;display:block;z-index:15018;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:4.9375rem;left:32.6875rem;display:block; }
#PPeeTI7qPTFbFNJmuySTQTxLKER5zrhL { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.936rem;width:9.936rem;top:4.9375rem;left:32.75rem;overflow:hidden;display:block; }
#vTQiM9F5ORWSoi2cEo4V77AyGHOulTdu { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:32.5rem;width:20.1875rem;top:2rem;left:27.562500953674rem;display:block; }
#IT6S0gm6tR3BJiSmnGlL96rZmHHuvRHw { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:32.5625rem;width:20.25rem;top:2rem;left:50.375000953674rem;display:block; }
#uKFscuBFedoJCM0Z1hszHSeXq2oXZZVC { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:1.25rem;left:55.25rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#n0Z8AXFUG1KaLsHJ4kmGWTIdXGQhX2N6 { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37305rem;width:10.4980625rem;top:0.875rem;left:55.1875rem;display:block; }
#CcNiVC0T7UlR6spvyZuv3JsDr9kFWDks { color:#000000;display:block;width:16.6865rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:2;letter-spacing:0;top:16.65625rem;left:52.2177734375rem;height:13.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pOz844FubczKmeBpvg59Tued5rcoeFTX { position:absolute;display:block;z-index:15038;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:4.9375rem;left:55.5rem;display:block; }
#eNspRW9d7kNP30KSKNx9lGZdaqkIZDBh { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.749375rem;width:8.3735rem;top:5.0625rem;left:56.3125rem;overflow:hidden;display:block; }
#L62xEFa9X59XFl0S8GdIq5TMnCJiZbnu { 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:none; }#L62xEFa9X59XFl0S8GdIq5TMnCJiZbnu > .row .container { border-width: 0; border-radius: 0; }#L62xEFa9X59XFl0S8GdIq5TMnCJiZbnu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L62xEFa9X59XFl0S8GdIq5TMnCJiZbnu > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:none; }#ATy6T10TT5nNVBCMvr1JZTNlf8HqEpPb { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:44.1875rem;width:20.125rem;top:2rem;left:4.5625rem;display:block; }
#Z0WuE94ibZTKqd2puNzVqFiwWFMUxA64 { position:absolute;display:block;z-index:15008;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:4.375rem;left:9.6875rem;display:block; }
#TDe1Kitlu9TLEowUtQQa0Fu3ksUM8bss { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.061875rem;width:10.061875rem;top:4.3125rem;left:9.6875rem;overflow:hidden;display:block; }
#B2ZC1gsSGngcemFCtiQFmJ9uWMobKhTD { color:#000000;display:block;width:17.874375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15002;line-height:2;letter-spacing:0;top:15.75rem;left:5.75rem;height:16.875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Rz0WBua8WNoNTyR6iiCVbf2PJKdoRyHa { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37305rem;width:10.4980625rem;top:0.9375rem;left:9.375rem;display:block; }
#TBqebLfG8JTBZ5G5RXGNyCceaXKAnNnv { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.6;letter-spacing:0;top:1.3125rem;left:9.4375rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#osRCLcS22GwdHWToaW0RRVnV7TDX5CF7 { 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:none; }#osRCLcS22GwdHWToaW0RRVnV7TDX5CF7 > .row .container { border-width: 0; border-radius: 0; }#osRCLcS22GwdHWToaW0RRVnV7TDX5CF7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#osRCLcS22GwdHWToaW0RRVnV7TDX5CF7 > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:none; }#BQlUHa5pxb35yILHUS04GoK988AfweqV { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:1.4375rem;left:32.4375rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#r0bQ32DgooLNhwsZ9TW7tfDpdtbrt1sn { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37305rem;width:10.4980625rem;top:1.0625rem;left:32.375rem;display:block; }
#KrgLzpwyNCKHsoAv1P8o3cspSmtLMhiG { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.8;letter-spacing:0;top:15.9375rem;left:29.4375rem;height:17.20703125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#LCkozuaTRl6Gvg7aJJUWuI9wkBnoGpLT { position:absolute;display:block;z-index:15018;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:4.9375rem;left:32.6875rem;display:block; }
#eA2waJ4smGmIvfBAo97ITHBp8MGbBggN { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.936rem;width:9.936rem;top:4.9375rem;left:32.75rem;overflow:hidden;display:block; }
#GaKSMRtgtqoaGPULGahz8V85Qf4Pd1tn { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:44.375rem;width:20.125rem;top:2rem;left:27.5625rem;display:block; }
#wlBHF6TlI06b2iTK1wwJGMXD6BX95DVa { 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:none; }#wlBHF6TlI06b2iTK1wwJGMXD6BX95DVa > .row .container { border-width: 0; border-radius: 0; }#wlBHF6TlI06b2iTK1wwJGMXD6BX95DVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlBHF6TlI06b2iTK1wwJGMXD6BX95DVa > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:none; }#h1RpARUpBWsgv8asRW42uP6EWK4UVsZh { position:absolute;display:block;z-index:15007;background-color:rgba(255,255,255,0.6);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:44.1875rem;width:20.125rem;top:2rem;left:50.375rem;display:block; }
#HTPSqEEKu1BZsPl8KQgMmQQ9mJGdhHV0 { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:1.25rem;left:55.25rem;height:1.80013125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#kF16cbVTkMJ5TfUC6biEzpng1B2tpWD7 { position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37305rem;width:10.4980625rem;top:0.875rem;left:55.1875rem;display:block; }
#VIuFTESl6KUn5o5c34APg7OSMVrH4N6E { color:#000000;display:block;width:16.6873125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15032;line-height:2;letter-spacing:0;top:18.1875rem;left:52.1875rem;height:12.0052125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#NHTlNTAOkKtPK5RDr1qzFEyl3Q8udltV { position:absolute;display:block;z-index:15038;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:4.9375rem;left:55.5rem;display:block; }
#RADIwOicCJyhaLRNaziE0DZ8UFGaTNE2 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.749375rem;width:8.3735rem;top:5.0625rem;left:56.3125rem;overflow:hidden;display:block; }
#Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb { 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; }#Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb > .row .container { background-color: transparent; background-image: none; }#Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb > .row .container > .video-iframe-container { display: none; }#Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb > .row > .video-iframe-container { display: none; }#Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb > .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); }#Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb > .row .container { border-width: 0; border-radius: 0; }#Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#LNdMrI3oKuuUOQ6xZK8SLObQ9OgEG2lz { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:33.25rem;width:20.1875rem;top:1.75rem;left:13.687499046326rem;display:block; }
#n0SE3lUnsn7cKP80iOGxNEW6gCTpophh { position:absolute;display:block;z-index:15018;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:5rem;left:18.8125rem;display:block; }
#TtIUnoef1HPTbXrdp2pEKbOnsvnwIyx9 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.311rem;width:7.7485rem;top:5.75rem;left:19.9375rem;overflow:hidden;display:block; }
#JvVvVrnV9ybG3IqPUmLahr5ciTQyW9WD { color:#000000;display:block;width:18.1860625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:2;letter-spacing:0;top:16.99951171875rem;left:41.053466796875rem;height:16.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yrZgWooABNTDENLk5GiLkBhy39rL2Dlw { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:0.937255859375rem;left:17.5rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#TeVsyw954wwGlrdr2EcZNt8TivSMULNo { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37305rem;width:10.4980625rem;top:0.625rem;left:17.4375rem;display:block; }
#khzPDR6y25aJkXpWfxRVHR6GhfOxzBzH { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #0e9ae5;border-left:0.0625rem solid #0e9ae5;border-right:0.0625rem solid #0e9ae5;border-bottom:0.0625rem solid #0e9ae5;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:33.0625rem;width:20.1875rem;top:1.84375rem;left:39.976566314698rem;display:block; }
#tsQ4DR7iMvS4Czgs3oN1F4giumZfK1hg { color:#200c41;display:block;width:10.561rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:0.87451171875rem;left:44.6240234375rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xWDBTTrAGFWk8sMdE0H8HCTfDpt4dhZG { color:#000000;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:2;letter-spacing:0;top:17rem;left:15.7177734375rem;height:11.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XKBUwsiXWaCTZRCavvf1HDNTUtGKHXwC { position:absolute;display:block;z-index:15018;background-color:rgba(32,12,65,0.31);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10rem;width:10rem;top:4.8125rem;left:45.125rem;display:block; }
#dz5z3htSTroTiq6PHhNR9tPfne8vQVbC { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:9.4998125rem;width:8.8748125rem;top:5.4375rem;left:45.7490234375rem;overflow:hidden;display:block; }
#KrSTiQot7dFkN9BTyn2muBJWevQiys55 { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #006797;border-left:0.0625rem solid #006797;border-right:0.0625rem solid #006797;border-bottom:0.0625rem solid #006797;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.37305rem;width:10.4980625rem;top:0.562255859375rem;left:44.561767578125rem;display:block; }
#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h { 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; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row .container { background-color: transparent; background-image: none; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row .container > .video-iframe-container { display: none; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row > .video-iframe-container { display: none; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .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); }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row .container { border-width: 0; border-radius: 0; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:block; }#ZiXL4tk6dr3W45AWbq32a6tTomeCpMoG { background-color:#f8bd17;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9355625rem;height:3.62305rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.9375rem;left:28.031685829163rem;display:block; }
#TOSol5XpknJn6SavugxI7bBnNEQu2p60 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kQgd1zxZIzBfQED7imkHZM5ccMCfadOs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#kQgd1zxZIzBfQED7imkHZM5ccMCfadOs > .row .container { background-color: transparent; background-image: none; }#kQgd1zxZIzBfQED7imkHZM5ccMCfadOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQgd1zxZIzBfQED7imkHZM5ccMCfadOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQgd1zxZIzBfQED7imkHZM5ccMCfadOs > .row .container > .video-iframe-container { display: none; }#kQgd1zxZIzBfQED7imkHZM5ccMCfadOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQgd1zxZIzBfQED7imkHZM5ccMCfadOs > .row > .video-iframe-container { display: none; }#kQgd1zxZIzBfQED7imkHZM5ccMCfadOs > .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); }#kQgd1zxZIzBfQED7imkHZM5ccMCfadOs > .row .container { border-width: 0; border-radius: 0; }#kQgd1zxZIzBfQED7imkHZM5ccMCfadOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQgd1zxZIzBfQED7imkHZM5ccMCfadOs > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:75rem;position:relative;display:block; }#XJzghRBoNvXHC6Xh9s7HAWBayMVqmRp7 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.7630214691162rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ArZBftXlMSU6E5zAxDUzN83WOaUUkML6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:10.5625rem;width:21.125rem;top:9.53125rem;left:50.3125rem;overflow:hidden;display:block; }
#TqPMZeIDwtoSiOh1SSKsGvTFT8UzGAoD { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:22.093751907349rem;left:25.593753814698rem;height:10.244125rem;display:block; }#TqPMZeIDwtoSiOh1SSKsGvTFT8UzGAoD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TqPMZeIDwtoSiOh1SSKsGvTFT8UzGAoD li:before{  }
#Ig4NTrirnHskTcABP4F14oNNOxCfORN6 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:22.093751907349rem;left:50.312503814698rem;height:11.4306875rem;display:block; }#Ig4NTrirnHskTcABP4F14oNNOxCfORN6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ig4NTrirnHskTcABP4F14oNNOxCfORN6 li:before{  }
#LR21hn7lot26v8SxzVhOcPTGmNpxmq44 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:10.8125rem;width:21.625rem;top:9.40625rem;left:25.59375rem;overflow:hidden;display:block; }
#ROQpzW4kmycCmOb4fHoe8hCDrImpydIQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:10.8125rem;width:21.625rem;top:9.28125rem;left:1.28125rem;overflow:hidden;display:block; }
#cfXsTdKdUdU8toKtIQgwk5vKSvuiyZpS { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:22.09375rem;left:1.28125rem;height:13.5546875rem;display:block; }#cfXsTdKdUdU8toKtIQgwk5vKSvuiyZpS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cfXsTdKdUdU8toKtIQgwk5vKSvuiyZpS li:before{  }
#ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(89deg, #614961, #000000);background-image: -moz-linear-gradient(89deg, #614961, #000000);background-image: -ms-linear-gradient(89deg, #614961, #000000);background-image: -o-linear-gradient(89deg, #614961, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#614961', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#614961', endColorstr='#000000' );";background-image: linear-gradient(89deg, #614961, #000000);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; }#ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD > .row .container { background-color: transparent; background-image: none; }#ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD > .row .container > .video-iframe-container { display: none; }#ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD > .row > .video-iframe-container { display: none; }#ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD > .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); }#ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD > .row .container { border-width: 0; border-radius: 0; }#ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#Dc95AO9fVdPuF0nk2esgib9fxrfsaKua { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:18.625rem;left:2rem;height:15.380875rem;display:block; }#Dc95AO9fVdPuF0nk2esgib9fxrfsaKua li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Dc95AO9fVdPuF0nk2esgib9fxrfsaKua li:before{  }
#c3E4qsoIM83BCVnv0PhX4XWL0bOaoNkd { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:11rem;width:22.5625rem;top:5.3125rem;left:1.1875rem;overflow:hidden;display:block; }
#QvpekIBpWyPwdu3An57kR2b67ZgMC4n7 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:10.9375rem;width:21.875rem;top:5.3125rem;left:25.6875rem;overflow:hidden;display:block; }
#wtZTDTlV6O6HPLLiIa8kh97scv9NDMQF { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:19rem;left:25.6875rem;height:15.06835625rem;display:block; }#wtZTDTlV6O6HPLLiIa8kh97scv9NDMQF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wtZTDTlV6O6HPLLiIa8kh97scv9NDMQF li:before{  }
#oB38ZlyU24bcinUAA4n5WaX4ZDlyam8t { color:#ffffff;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.0312514305115rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bVMDp2HXtagFlwbPNcMoGTCGMX8hkwlq { color:#ffffff;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:18.625rem;left:50rem;height:12.44260625rem;display:block; }#bVMDp2HXtagFlwbPNcMoGTCGMX8hkwlq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bVMDp2HXtagFlwbPNcMoGTCGMX8hkwlq li:before{  }
#B6Aqyhqyrel97pbEKckQFLBR7bG0NRhk { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.34) ;height:10.75rem;width:21.5rem;top:5.3125rem;left:49.75rem;overflow:hidden;display:block; }
#Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC { 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; }#Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC > .row .container { background-color: transparent; background-image: none; }#Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC > .row .container > .video-iframe-container { display: none; }#Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC > .row > .video-iframe-container { display: none; }#Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC > .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); }#Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC > .row .container { border-width: 0; border-radius: 0; }#Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }#oTcRAIHPMQk5g6uluOpIzVumQASB7u8I { 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; }#oTcRAIHPMQk5g6uluOpIzVumQASB7u8I > .row .container { background-color: transparent; background-image: none; }#oTcRAIHPMQk5g6uluOpIzVumQASB7u8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTcRAIHPMQk5g6uluOpIzVumQASB7u8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTcRAIHPMQk5g6uluOpIzVumQASB7u8I > .row .container > .video-iframe-container { display: none; }#oTcRAIHPMQk5g6uluOpIzVumQASB7u8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTcRAIHPMQk5g6uluOpIzVumQASB7u8I > .row > .video-iframe-container { display: none; }#oTcRAIHPMQk5g6uluOpIzVumQASB7u8I > .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); }#oTcRAIHPMQk5g6uluOpIzVumQASB7u8I > .row .container { border-width: 0; border-radius: 0; }#oTcRAIHPMQk5g6uluOpIzVumQASB7u8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTcRAIHPMQk5g6uluOpIzVumQASB7u8I > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#JtgCGBhqxTidVbTiL7pDhBvAPAqyQwnX { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:0.59375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 { position:relative;display:block; }#QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 { background-color: transparent; background-image: none; }#QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 > .row .container > .video-iframe-container { display: none; }#QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 > .row > .video-iframe-container { display: none; }#QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 > .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); }#QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 { border-width: 0; border-radius: 0; }#QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 > .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; }#QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 > .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:31.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh .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; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:poppins; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh .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; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh .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; }#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh .accordion-trigger.adaptive-delivery-prevent-bg, #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh .accordion-trigger.lazyload, #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh .accordion-trigger.lazyloading { background-image: none; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:1.6232633590698rem;left:0rem;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #rSTQ1e6v1lnW16QlTnlFN1JiQUzo8TdS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #rlLUiT9uEsJeiDfHyPTCJXrItKCI2Bh2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #SJ07NXduV1BAJahNcvKWCfU6BDU1zbA7 { display:block;position:relative; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #fls0dJig0HepyxTOk1IVmT2Km7QwgKMJ {  }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #bXINfs3rOaoPTPVq04yRF5eF4qvsbWFP {  }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #cIToT6RKsDZrNLVGJqcKmuATBMgdzRKM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #Rd2ZlFKSWSB0ofnd6iE2Nsu6NPc354nR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #cXmQtBTRdT6bfOGSm34en90ZuSeTTKLv { display:block;position:relative; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #GfOB2ZDTOsQn5WQO1Uip224mymecbcua {  }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #LN93Fh2IQMlvL19i3kT5vfNzIgUINWmb { display:none; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #HZkbzeqpQeqPDSwgyuHH4K3H1W537zsW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #coN7TqFq4f3IytXAvDZzMKabGrZWOsn7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #c7iLuEhDXGNNc8T6gwSMV6k5w8yAJuTG { display:block;position:relative; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #gciNQLr3N5ttikWiOLU3ixyG19n2BUUR {  }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #KJKUkt4ZdqDwrW8SHqUTTeAdzgTurgcS { display:none; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #dAAQ9aBh8oEFftmaGZAlwA6iA326t0od { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #E01MVnqNpBXZtUW0fT60TEEovT6bU8w3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #dIbH8eREbQQSCiBWBJ7IazDquEarTfnH { display:block;position:relative; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #Mg5rPtRnJSUrVCDzzdFKQOOnEfzlnxo0 {  }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #qF4671XXyrnIaili5rsACt3nDElVcAmy { display:none; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #dQqeOkl2SpZPcqLBRomE4AMNt9y4TxSX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #IgT0tLRG4rTBphoh8KHlUmXAqvpwAezD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #JpTTK0VBsZKFe0mFtZMo2qhQVyBtlKqS { display:block;position:relative; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #obFOCNfgSgGkmTSDG59iq3ywKt88oi0y {  }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #dByFgIaoebSkcnsJe9AG1pc6I8rloQOb { display:none; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #t0DoK0gid69a3TIo4pW1tg5GMTBf8fTn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #gNTHXctoD4SRNwJVl2T7dUNViMznbOON { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #HfhREM4sca1J7MKOs3G8P6HIJlM7pKwK { display:block;position:relative; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #wOkVn2GHn0gtiSI7wv1bTCpKTzM6dUsP {  }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #fKvJIrLvR22PyMvlHEDGfdkf2cGCvt9I { display:none; }
#ItbxCnoNOZf5U4mHQkm1ywHg1ZXXSVKx { background-color:#f8bd17;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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.933625rem;height:3.62109375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:27.128908157349rem;left:26.365886688233rem;display:block; }
#VJcgAK53ddNOKNATN7VOSxRBhIOk5eZC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { display:block; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { top:0.5rem;left:0rem;width:10rem;height:3.2901919373874rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { top:7.875rem;left:20.1875rem;width:27.5625rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al0oHGfIIA0RiQtk0yyvqNxr4ziatL0k { top:4.5rem;left:20.1875rem;width:27.5625rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emby61kc0OToadhbVIsuFeRDO35mXy8t { top:5.0625rem;left:26.625rem;width:21.125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKFVxbnQJM72qFbzqD1uwcmHWFJgDx4A { top:4.6875rem;left:0rem;width:43.75rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUkKimBTG8gtOwQQdZGl0IUOb6OTMrnF { top:5.5625rem;left:0rem;width:42.625rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKvXMteFO90so5DxZ6ITMkdmvQc4k9w7 { top:12.875rem;left:0rem;width:40.9375rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plNysHgM0s7MGfOqKthmEF4PeFFDk3ac { top:20.9375rem;left:0rem;width:40.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwRMEaPsA29VVTSohiyMspHqeNme67DA { top:24.6875rem;left:0rem;width:43.4375rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbVQWqv5GoxseS61nW59gPkoZePn8EOt { display:block; }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aECNPHPxPcGrwkmpx0nlPgFdNUT0Peo7 { top:2.75rem;left:0rem;width:47.75rem;height:23.811333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx { display:block; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { top:3.4375rem;left:0rem;width:29.0625rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { top:7.0625rem;left:0rem;width:26.25rem;height:8.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIi7MVReCiAp4GhskzPRgxoLTk33xvl2 { top:2rem;left:0rem;width:32.625rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { top:18.25rem;left:0rem;width:28.625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEfsZFRHgInIGGUfyyb0TL6mvWxP1tPD { top:21rem;left:0rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3uVst9huRrb1ip5UZERVUsDV6uBn4MX { top:21.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5nrAu4CIHh9uoabymEHdWZRlQ0AcoVq { top:25.0625rem;left:0rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nh9tCIeby7T88xb50Tkw9LnaLtl3CmMg { top:24.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNShxk1yw5ggNgHSLvQD69Gt9N2wxReH { top:1.75rem;left:14.9375rem;width:32.6875rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx9kMTK5fswAI5HOtkmkA1muMGMKrRJO { top:24.4375rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQ4AJeLbL2LCpd1h4Fuf240pFcCog4b1 { top:21.625rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQvf4yW8rhBusbeNvLaep0KKgWl1ddrC { top:18.25rem;left:20.6875rem;width:27.0625rem;height:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exvUizPyW6c7gGkEi05TdFTwTXML9Mt4 { top:6.625rem;left:21.5rem;width:26.25rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJ2R0sbKig2xFZ4oP7hlIUnTE5dWfDd2 { top:21.3125rem;left:29.373047828674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4KOJXFc2Uftw2T0bnusWIPKvNSefCgp { top:24.1875rem;left:29.373047828674rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdTdDspZfMF0nDhQZlPpUL9GsnbFPbPf { top:3.4375rem;left:17.3125rem;width:30.4375rem;height:2.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrdWzDM44e2dUKxXIZTXcEtqkvTGE74c { top:10.3125rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ROq8pTQlZQPPLrZG4vOkpsReL6gVpc { top:12.9375rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik { top:15.75rem;left:22.75rem;width:25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkrmunqnrtGFEs4BKvUdmK96ZbbcCNlQ { top:26.8125rem;left:22.75rem;width:25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSPSPxZZRVaWwe42wu3WwQoGKE0QoN13 { top:27.125rem;left:29.374135017395rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s90aL4kGnQPQMt5sk5CS2mAxKtO0zTq5 { top:10.0625rem;left:29.374135017395rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJyoIcvNLz9nXkcMf8E35LCBinJA1Em3 { top:12.625rem;left:29.374135017395rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k40CNNwMNe2vWLHv33wi6zblbQAiSBba { top:15.375rem;left:29.374135017395rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { display:block; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { top:1.25rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIZ2wB4WFQeEM51CDJ1VracJAoI0cxkq { top:7.0625rem;left:0rem;width:47.75rem;height:53.263506355932rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl7wqG3h9A0w3ieM17PPS0OIdbGSvx3S { top:5.625rem;left:0rem;width:47.75rem;height:68.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr { display:block; }#lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPGq01a1vVJzgRAXwEpNSnSCVEzAPbQV { top:1.125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgOxabB7cM7iGh8Si27SlHWMtE1PFUl2 { width:18.875rem;height:3.5625rem;top:11.75rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK491sJt6UIS2TMAQnTbuiSbkZULkNvl { display:block; }
 }@media only screen and (max-width: 763px) { #Lq7MqqxxS5CkUfar0VDDFZyDwPZQTEsy { top:6rem;left:0rem;width:24.5625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB7oJCTCoeHDzyT33zsn417CO7nd37iy { top:7.25rem;left:0rem;width:22.6875rem;height:12.651546221454rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2Nm1UcXhkd5Ob8sXkQBbRkPTbbrTgn { display:block; }#PT2Nm1UcXhkd5Ob8sXkQBbRkPTbbrTgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g007f9i5zT9mSm26fXsDiL72GrkIUR2p { top:1.125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3GL219obuV41Cs5w58PlcatDdUMlOWZ { width:18.875rem;height:3.5625rem;top:11.75rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1T470XWCseEU2NMwX9RbUO5bxXmv97t { display:block; }
 }@media only screen and (max-width: 763px) { #KRCJnsQwyETATcTTo14lPXmHu1CBvJW4 { top:6rem;left:0rem;width:24.5625rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1lXyzN6FVBwy35emNFEz6B4GUCwyn1m { top:7.25rem;left:0rem;width:22.6875rem;height:12.651546221454rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { top:0.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 { display:block; }#gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a9NO5NQB1OHG22PEI9fTr0f458khDDgQ { width:20.25rem;height:32.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2NEqMIrIyTbOaiWgn0KHzUkGGD4F8BV { width:10rem;height:10rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvtDuB3FyTlcWOXWLhIeno2ADm87Zgvn { top:4.3125rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8UzG838XB1nENBxgGR2Krz5FDfaaox1 { width:17.8125rem;height:16.875rem;top:16.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDH6Fxra9rJGAXTm6T7AzC7aDaTv54NW { top:0.9375rem;left:0rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHtrw8J6IUg6XDIXaU4SoUrD61pBTg93 { width:10.5rem;height:1.75rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR16gSDVcx14ahBWlP69uHvMyKbdFCTz { width:10.5rem;height:1.75rem;top:1.4375rem;left:18.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk3NRaKDFleLIPIbN7WTcrNMHLt9xEPb { top:1.0625rem;left:18.75rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzmzBGLO7LnPyaCH6DZMlhdLt4RJcwBn { width:16.5625rem;height:15.1875rem;top:16.625rem;left:15.59375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqOG8OfCpBrTmmCKcdFJpR5Q7RmGIFl8 { width:10rem;height:10rem;top:4.9375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPeeTI7qPTFbFNJmuySTQTxLKER5zrhL { top:4.9375rem;left:19.125rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQiM9F5ORWSoi2cEo4V77AyGHOulTdu { width:20.1875rem;height:32.5rem;top:2rem;left:13.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT6S0gm6tR3BJiSmnGlL96rZmHHuvRHw { top:2rem;left:27.375rem;width:20.25rem;height:32.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKFscuBFedoJCM0Z1hszHSeXq2oXZZVC { width:10.5rem;height:1.75rem;top:1.25rem;left:37.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Z8AXFUG1KaLsHJ4kmGWTIdXGQhX2N6 { top:0.875rem;left:37.1875rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcNiVC0T7UlR6spvyZuv3JsDr9kFWDks { width:16.625rem;height:13.125rem;top:16.625rem;left:31.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOz844FubczKmeBpvg59Tued5rcoeFTX { width:10rem;height:10rem;top:4.9375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNspRW9d7kNP30KSKNx9lGZdaqkIZDBh { top:5.0625rem;left:39.4375rem;width:8.3125rem;height:9.6783519063119rem;display:block; }
 }@media only screen and (max-width: 763px) { #L62xEFa9X59XFl0S8GdIq5TMnCJiZbnu { display:block; }#L62xEFa9X59XFl0S8GdIq5TMnCJiZbnu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATy6T10TT5nNVBCMvr1JZTNlf8HqEpPb { width:20.0625rem;height:44.125rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WuE94ibZTKqd2puNzVqFiwWFMUxA64 { width:10rem;height:10rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDe1Kitlu9TLEowUtQQa0Fu3ksUM8bss { top:4.3125rem;left:0rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2ZC1gsSGngcemFCtiQFmJ9uWMobKhTD { width:17.1875rem;height:15.75rem;top:16.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz0WBua8WNoNTyR6iiCVbf2PJKdoRyHa { top:0.9375rem;left:0rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBqebLfG8JTBZ5G5RXGNyCceaXKAnNnv { width:10.5rem;height:1.75rem;top:1.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osRCLcS22GwdHWToaW0RRVnV7TDX5CF7 { display:block; }#osRCLcS22GwdHWToaW0RRVnV7TDX5CF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQlUHa5pxb35yILHUS04GoK988AfweqV { width:10.5rem;height:1.75rem;top:1.4375rem;left:18.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0bQ32DgooLNhwsZ9TW7tfDpdtbrt1sn { top:1.0625rem;left:18.75rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrgLzpwyNCKHsoAv1P8o3cspSmtLMhiG { width:16.0625rem;height:14.125rem;top:16.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCkozuaTRl6Gvg7aJJUWuI9wkBnoGpLT { width:10rem;height:10rem;top:4.9375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA2waJ4smGmIvfBAo97ITHBp8MGbBggN { top:4.9375rem;left:19.125rem;width:9.875rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaKSMRtgtqoaGPULGahz8V85Qf4Pd1tn { width:20.0625rem;height:44.375rem;top:2rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlBHF6TlI06b2iTK1wwJGMXD6BX95DVa { display:block; }#wlBHF6TlI06b2iTK1wwJGMXD6BX95DVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1RpARUpBWsgv8asRW42uP6EWK4UVsZh { top:2rem;left:27.5rem;width:20.125rem;height:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTPSqEEKu1BZsPl8KQgMmQQ9mJGdhHV0 { width:10.5rem;height:1.75rem;top:1.25rem;left:37.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF16cbVTkMJ5TfUC6biEzpng1B2tpWD7 { top:0.875rem;left:37.1875rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIuFTESl6KUn5o5c34APg7OSMVrH4N6E { width:16.875rem;height:10.5rem;top:15.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHTlNTAOkKtPK5RDr1qzFEyl3Q8udltV { width:10rem;height:10rem;top:4.9375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RADIwOicCJyhaLRNaziE0DZ8UFGaTNE2 { top:5.0625rem;left:39.4375rem;width:8.3125rem;height:9.6783519063119rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb { display:block; }#Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNdMrI3oKuuUOQ6xZK8SLObQ9OgEG2lz { width:20.1875rem;height:33.25rem;top:1.75rem;left:0.062499046325684rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0SE3lUnsn7cKP80iOGxNEW6gCTpophh { width:10rem;height:10rem;top:5rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtIUnoef1HPTbXrdp2pEKbOnsvnwIyx9 { top:5.75rem;left:6.3125rem;width:7.6875rem;height:9.2376992321094rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvVvVrnV9ybG3IqPUmLahr5ciTQyW9WD { width:18.125rem;height:16.875rem;top:16.9375rem;left:27.428466796875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrZgWooABNTDENLk5GiLkBhy39rL2Dlw { width:10.5rem;height:1.75rem;top:0.875rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeVsyw954wwGlrdr2EcZNt8TivSMULNo { top:0.625rem;left:3.8125rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khzPDR6y25aJkXpWfxRVHR6GhfOxzBzH { width:20.1875rem;height:33.0625rem;top:1.8125rem;left:26.351566314698rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsQ4DR7iMvS4Czgs3oN1F4giumZfK1hg { width:10.5rem;height:1.75rem;top:0.8125rem;left:30.9990234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWDBTTrAGFWk8sMdE0H8HCTfDpt4dhZG { width:16.25rem;height:11.25rem;top:17rem;left:2.0927734375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKBUwsiXWaCTZRCavvf1HDNTUtGKHXwC { width:10rem;height:10rem;top:4.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz5z3htSTroTiq6PHhNR9tPfne8vQVbC { top:5.4375rem;left:32.1240234375rem;width:8.8125rem;height:9.4331335568201rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrSTiQot7dFkN9BTyn2muBJWevQiys55 { top:0.5rem;left:30.936767578125rem;width:10.4375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h { display:block; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiXL4tk6dr3W45AWbq32a6tTomeCpMoG { width:18.875rem;height:3.5625rem;top:0.9375rem;left:14.406685829162rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOSol5XpknJn6SavugxI7bBnNEQu2p60 { display:block; }
 }@media only screen and (max-width: 763px) { #kQgd1zxZIzBfQED7imkHZM5ccMCfadOs { display:block; }#kQgd1zxZIzBfQED7imkHZM5ccMCfadOs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJzghRBoNvXHC6Xh9s7HAWBayMVqmRp7 { top:2.75rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArZBftXlMSU6E5zAxDUzN83WOaUUkML6 { top:9.5rem;left:26.1875rem;width:21.125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPMZeIDwtoSiOh1SSKsGvTFT8UzGAoD { top:22.0625rem;left:11.968753814698rem;width:18.4375rem;height:10.25rem;font-size:1rem;display:block; }#TqPMZeIDwtoSiOh1SSKsGvTFT8UzGAoD li:before{  }
 }@media only screen and (max-width: 763px) { #Ig4NTrirnHskTcABP4F14oNNOxCfORN6 { top:22.0625rem;left:29.3125rem;width:18.4375rem;height:11.4375rem;font-size:1rem;display:block; }#Ig4NTrirnHskTcABP4F14oNNOxCfORN6 li:before{  }
 }@media only screen and (max-width: 763px) { #LR21hn7lot26v8SxzVhOcPTGmNpxmq44 { top:9.375rem;left:11.96875rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROQpzW4kmycCmOb4fHoe8hCDrImpydIQ { top:9.25rem;left:0rem;width:21.625rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfXsTdKdUdU8toKtIQgwk5vKSvuiyZpS { top:22.0625rem;left:0rem;width:20.8125rem;height:13.5625rem;font-size:1rem;display:block; }#cfXsTdKdUdU8toKtIQgwk5vKSvuiyZpS li:before{  }
 }@media only screen and (max-width: 763px) { #ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD { display:block; }#ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc95AO9fVdPuF0nk2esgib9fxrfsaKua { top:18.625rem;left:0rem;width:20.875rem;height:15.375rem;font-size:1.125rem;display:block; }#Dc95AO9fVdPuF0nk2esgib9fxrfsaKua li:before{  }
 }@media only screen and (max-width: 763px) { #c3E4qsoIM83BCVnv0PhX4XWL0bOaoNkd { top:5.3125rem;left:0rem;width:22.5625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvpekIBpWyPwdu3An57kR2b67ZgMC4n7 { top:5.3125rem;left:2rem;width:21.875rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtZTDTlV6O6HPLLiIa8kh97scv9NDMQF { top:19rem;left:4.25rem;width:19.625rem;height:15.0625rem;font-size:1.125rem;display:block; }#wtZTDTlV6O6HPLLiIa8kh97scv9NDMQF li:before{  }
 }@media only screen and (max-width: 763px) { #oB38ZlyU24bcinUAA4n5WaX4ZDlyam8t { top:1rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVMDp2HXtagFlwbPNcMoGTCGMX8hkwlq { top:18.625rem;left:26.75rem;width:21rem;height:12.4375rem;font-size:1.125rem;display:block; }#bVMDp2HXtagFlwbPNcMoGTCGMX8hkwlq li:before{  }
 }@media only screen and (max-width: 763px) { #B6Aqyhqyrel97pbEKckQFLBR7bG0NRhk { top:5.3125rem;left:26.25rem;width:21.5rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC { display:block; }#Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTcRAIHPMQk5g6uluOpIzVumQASB7u8I { display:block; }#oTcRAIHPMQk5g6uluOpIzVumQASB7u8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtgCGBhqxTidVbTiL7pDhBvAPAqyQwnX { top:0.5625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 { display:block; }#QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh { display:flex;height:auto;width:45.25rem;top:1.5625rem;left:0rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #rSTQ1e6v1lnW16QlTnlFN1JiQUzo8TdS {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #rlLUiT9uEsJeiDfHyPTCJXrItKCI2Bh2 {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #SJ07NXduV1BAJahNcvKWCfU6BDU1zbA7 {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #fls0dJig0HepyxTOk1IVmT2Km7QwgKMJ {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #bXINfs3rOaoPTPVq04yRF5eF4qvsbWFP {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #cIToT6RKsDZrNLVGJqcKmuATBMgdzRKM {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #Rd2ZlFKSWSB0ofnd6iE2Nsu6NPc354nR {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #cXmQtBTRdT6bfOGSm34en90ZuSeTTKLv {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #GfOB2ZDTOsQn5WQO1Uip224mymecbcua {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #LN93Fh2IQMlvL19i3kT5vfNzIgUINWmb {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #HZkbzeqpQeqPDSwgyuHH4K3H1W537zsW {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #coN7TqFq4f3IytXAvDZzMKabGrZWOsn7 {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #c7iLuEhDXGNNc8T6gwSMV6k5w8yAJuTG {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #gciNQLr3N5ttikWiOLU3ixyG19n2BUUR {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #KJKUkt4ZdqDwrW8SHqUTTeAdzgTurgcS {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #dAAQ9aBh8oEFftmaGZAlwA6iA326t0od {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #E01MVnqNpBXZtUW0fT60TEEovT6bU8w3 {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #dIbH8eREbQQSCiBWBJ7IazDquEarTfnH {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #Mg5rPtRnJSUrVCDzzdFKQOOnEfzlnxo0 {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #qF4671XXyrnIaili5rsACt3nDElVcAmy {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #dQqeOkl2SpZPcqLBRomE4AMNt9y4TxSX {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #IgT0tLRG4rTBphoh8KHlUmXAqvpwAezD {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #JpTTK0VBsZKFe0mFtZMo2qhQVyBtlKqS {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #obFOCNfgSgGkmTSDG59iq3ywKt88oi0y {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #dByFgIaoebSkcnsJe9AG1pc6I8rloQOb {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #t0DoK0gid69a3TIo4pW1tg5GMTBf8fTn {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #gNTHXctoD4SRNwJVl2T7dUNViMznbOON {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #HfhREM4sca1J7MKOs3G8P6HIJlM7pKwK {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #wOkVn2GHn0gtiSI7wv1bTCpKTzM6dUsP {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #fKvJIrLvR22PyMvlHEDGfdkf2cGCvt9I {  }
 }@media only screen and (max-width: 763px) { #ItbxCnoNOZf5U4mHQkm1ywHg1ZXXSVKx { width:18.875rem;height:3.5625rem;top:27.125rem;left:12.740886688233rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJcgAK53ddNOKNATN7VOSxRBhIOk5eZC { display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P { display:block; }#QcdEtfGDPZp2ifUP1iCV8EzGSPE49T5P > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #le2oVOh8k5x69klODZXbA5bTobExbaCN { width:7.8125rem;height:2.624025rem;top:1.28125rem;left:6.09375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ { background-color:#000000;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { background-color: transparent; background-image: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { display: none; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PwvwT3dFg2eXllvOdIQ5esZxDlKZ7OxZ > .row .container { width:20rem;height:38.560767578125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yZzSGpaV5ruJHXTH5liSKpRWooXwcv9x { width:20rem;height:18.374rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Al0oHGfIIA0RiQtk0yyvqNxr4ziatL0k { width:20rem;height:22.125rem;top:16.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emby61kc0OToadhbVIsuFeRDO35mXy8t { width:20rem;height:1.86889375rem;top:16.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NKFVxbnQJM72qFbzqD1uwcmHWFJgDx4A { width:19.875rem;height:25.375rem;top:4.6875rem;left:0rem;background-color:rgba(0,31,62,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #pUkKimBTG8gtOwQQdZGl0IUOb6OTMrnF { width:20rem;height:3.25rem;top:1.1250000596046rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#f9c819;display:block; }
 }@media only screen and (max-width: 763px) { #vKvXMteFO90so5DxZ6ITMkdmvQc4k9w7 { width:20rem;height:2.9223625rem;top:5.4365234375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #plNysHgM0s7MGfOqKthmEF4PeFFDk3ac { width:20rem;height:3.4985375rem;top:8.9218752980231rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#f9c819;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CwRMEaPsA29VVTSohiyMspHqeNme67DA { width:20rem;height:2.3984375rem;top:13.3515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mbVQWqv5GoxseS61nW59gPkoZePn8EOt { display:block; }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt { background-color: transparent; background-image: none; }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .row .container > .video-iframe-container { display: none; }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .row > .video-iframe-container { display: none; }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .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); }#mbVQWqv5GoxseS61nW59gPkoZePn8EOt > .row .container { width:20rem;height:14.375rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aECNPHPxPcGrwkmpx0nlPgFdNUT0Peo7 { width:20rem;height:10rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx { display:block; }#yZW5nHpT8K8WJwqAvkxLov4PB0TrpGbx > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrNAHOFeRs1k4MugG5ACCFmeqgONPtF1 { width:20rem;height:1.875rem;top:1.9791669845581rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #q3zq5uTEwPUdlD0EQsUUGQqVDXLoTeRI { width:20rem;height:8.5278125rem;top:4.6733913421631rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UIi7MVReCiAp4GhskzPRgxoLTk33xvl2 { width:19.875rem;height:25.25rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #RxocJFoXOp43tzKkDCZeCzXs2b7rpA30 { width:20rem;height:1.65rem;top:14.087456703186rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TEfsZFRHgInIGGUfyyb0TL6mvWxP1tPD { width:16.811rem;height:3.8964875rem;top:16.871743202209rem;left:3.1879342198372rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #l3uVst9huRrb1ip5UZERVUsDV6uBn4MX { display:flex;width:1.875rem;height:1.875rem;top:17.627821922302rem;left:0.380859375rem; }
 }@media only screen and (max-width: 763px) { #U5nrAu4CIHh9uoabymEHdWZRlQ0AcoVq { width:16.311875rem;height:2.59765625rem;top:22.132163047791rem;left:3.6870661377907rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #nh9tCIeby7T88xb50Tkw9LnaLtl3CmMg { display:flex;width:1.875rem;height:1.875rem;top:22.574870109558rem;left:0.38085943460464rem; }
 }@media only screen and (max-width: 763px) { #fNShxk1yw5ggNgHSLvQD69Gt9N2wxReH { width:19.875rem;height:38.6875rem;top:28.27583026886rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #rx9kMTK5fswAI5HOtkmkA1muMGMKrRJO { width:14.6245625rem;height:2.59765625rem;top:57.180340766907rem;left:4.2805991768837rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #rQ4AJeLbL2LCpd1h4Fuf240pFcCog4b1 { width:15.9375rem;height:2.59765625rem;top:53.441842556rem;left:4.0614152550698rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QQvf4yW8rhBusbeNvLaep0KKgWl1ddrC { width:20rem;height:1.65rem;top:49.760202407837rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #exvUizPyW6c7gGkEi05TdFTwTXML9Mt4 { width:20rem;height:3.6547875rem;top:32.638891220093rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #UJ2R0sbKig2xFZ4oP7hlIUnTE5dWfDd2 { display:flex;width:1.875rem;height:1.875rem;top:53.802085876465rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #I4KOJXFc2Uftw2T0bnusWIPKvNSefCgp { display:flex;width:1.875rem;height:1.875rem;top:57.606339454651rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #FdTdDspZfMF0nDhQZlPpUL9GsnbFPbPf { width:20rem;height:1.875rem;top:29.269750595092rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#000000;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qrdWzDM44e2dUKxXIZTXcEtqkvTGE74c { width:15.999375rem;height:2.59765625rem;top:38.869359970093rem;left:3.9995661377907rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #c6ROq8pTQlZQPPLrZG4vOkpsReL6gVpc { width:16.311875rem;height:2.59765625rem;top:42.599828720093rem;left:3.6870661377907rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fHTBGtH6LCeXnvrtdmsWUko5iwS4iwik { width:13.6870625rem;height:1.3rem;top:46.536460876465rem;left:3.6870661377907rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XkrmunqnrtGFEs4BKvUdmK96ZbbcCNlQ { width:16.0625rem;height:3.8964875rem;top:60.951608657837rem;left:3.8758681416511rem;font-size:1rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #eSPSPxZZRVaWwe42wu3WwQoGKE0QoN13 { display:flex;width:1.875rem;height:1.875rem;top:61.961808204651rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #s90aL4kGnQPQMt5sk5CS2mAxKtO0zTq5 { display:flex;width:1.875rem;height:1.875rem;top:39.232857704162rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #RJyoIcvNLz9nXkcMf8E35LCBinJA1Em3 { display:flex;width:1.875rem;height:1.875rem;top:42.960071563721rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #k40CNNwMNe2vWLHv33wi6zblbQAiSBba { display:flex;width:1.875rem;height:1.875rem;top:46.246747970581rem;left:1.3823786377907rem; }
 }@media only screen and (max-width: 763px) { #oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 { background-color:#ffffff;background-image:none;display:block; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { background-color: transparent; background-image: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container > .video-iframe-container { display: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row > .video-iframe-container { display: none; }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .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); }#oGQPIhriA5ixrHFMwZA9LhEKKPTN7wm5 > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bbPaAMCrWCxIiLgsMBfLDyepn0gif3P5 { width:20rem;height:1.9494625rem;top:0.56792449951172rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIZ2wB4WFQeEM51CDJ1VracJAoI0cxkq { width:19.0625rem;height:21.3125rem;top:4.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rl7wqG3h9A0w3ieM17PPS0OIdbGSvx3S { width:20rem;height:22.8125rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr { display:block; }#lAPRWwnsTB2tJfLEFUiBzvKzExNyyKWr > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPGq01a1vVJzgRAXwEpNSnSCVEzAPbQV { width:20rem;height:3.25rem;top:0rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgOxabB7cM7iGh8Si27SlHWMtE1PFUl2 { width:18.872375rem;height:3.5612rem;top:17.583333969116rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK491sJt6UIS2TMAQnTbuiSbkZULkNvl { display:block; }
 }@media only screen and (max-width: 763px) { #Lq7MqqxxS5CkUfar0VDDFZyDwPZQTEsy { width:19.9375rem;height:11.875rem;top:3.9466152191162rem;left:0rem;background-color:rgba(0,31,62,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #SB7oJCTCoeHDzyT33zsn417CO7nd37iy { height:10.75rem;width:19.5625rem;top:4.5755214691162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT2Nm1UcXhkd5Ob8sXkQBbRkPTbbrTgn { display:none; }#PT2Nm1UcXhkd5Ob8sXkQBbRkPTbbrTgn > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g007f9i5zT9mSm26fXsDiL72GrkIUR2p { width:20rem;height:1.94970625rem;top:1.1859798431396rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3GL219obuV41Cs5w58PlcatDdUMlOWZ { width:18.875rem;height:3.5625rem;top:20.273441752929rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x1T470XWCseEU2NMwX9RbUO5bxXmv97t { display:block; }
 }@media only screen and (max-width: 763px) { #KRCJnsQwyETATcTTo14lPXmHu1CBvJW4 { width:19.875rem;height:14.9375rem;top:3.9474905029297rem;left:0rem;background-color:rgba(0,31,62,0.77);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #n1lXyzN6FVBwy35emNFEz6B4GUCwyn1m { height:10.75rem;width:19.5625rem;top:5.1399736404419rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBKym5hl66999nL2l5TIfTKFkVFoTrSl { display:block; }#WBKym5hl66999nL2l5TIfTKFkVFoTrSl > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vQJdibdbPoQddfMJl270PUA3a3w6ETRg { width:20rem;height:1.95rem;top:0.74921798706056rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 { display:none; }#gXCedgqgVOtTllu0haEzg1m0t8DUwvx4 > .row .container { width:20rem;height:111.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a9NO5NQB1OHG22PEI9fTr0f458khDDgQ { width:17.874375rem;height:36.9998125rem;top:30.122604370118rem;left:1.9856773018837rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2NEqMIrIyTbOaiWgn0KHzUkGGD4F8BV { width:10rem;height:10rem;top:4.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvtDuB3FyTlcWOXWLhIeno2ADm87Zgvn { width:9.75rem;height:9.75rem;top:4.65rem;left:5.0499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8UzG838XB1nENBxgGR2Krz5FDfaaox1 { width:17.1875rem;height:18rem;top:15.996094226837rem;left:1.4062500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDH6Fxra9rJGAXTm6T7AzC7aDaTv54NW { width:8.75rem;height:2.0625rem;top:1.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHtrw8J6IUg6XDIXaU4SoUrD61pBTg93 { width:16.875rem;height:1.600475rem;top:1.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR16gSDVcx14ahBWlP69uHvMyKbdFCTz { width:10.5625rem;height:1.600475rem;top:1rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk3NRaKDFleLIPIbN7WTcrNMHLt9xEPb { width:8.75rem;height:2.0625rem;top:0.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzmzBGLO7LnPyaCH6DZMlhdLt4RJcwBn { width:16.124125rem;height:16.20115625rem;top:15.6875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqOG8OfCpBrTmmCKcdFJpR5Q7RmGIFl8 { width:10rem;height:10rem;top:3.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPeeTI7qPTFbFNJmuySTQTxLKER5zrhL { width:9.3125rem;height:9.3125rem;top:4.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTQiM9F5ORWSoi2cEo4V77AyGHOulTdu { width:17.8125rem;height:36.375rem;top:1.6875rem;left:1.125rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #IT6S0gm6tR3BJiSmnGlL96rZmHHuvRHw { width:17.874375rem;height:38.936625rem;top:57.114796638489rem;left:0.99175351858137rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #uKFscuBFedoJCM0Z1hszHSeXq2oXZZVC { width:10.5625rem;height:1.600475rem;top:1.5rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Z8AXFUG1KaLsHJ4kmGWTIdXGQhX2N6 { width:8.75rem;height:2.0625rem;top:1.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcNiVC0T7UlR6spvyZuv3JsDr9kFWDks { width:16.875rem;height:12.0052125rem;top:15.246309280396rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOz844FubczKmeBpvg59Tued5rcoeFTX { width:10rem;height:10rem;top:3.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNspRW9d7kNP30KSKNx9lGZdaqkIZDBh { width:8.25rem;height:9.5625rem;top:4.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L62xEFa9X59XFl0S8GdIq5TMnCJiZbnu { display:block; }#L62xEFa9X59XFl0S8GdIq5TMnCJiZbnu > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATy6T10TT5nNVBCMvr1JZTNlf8HqEpPb { width:17.9375rem;height:32.1875rem;top:2.3093872070312rem;left:0.99140626192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0WuE94ibZTKqd2puNzVqFiwWFMUxA64 { width:10rem;height:10rem;top:4.375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDe1Kitlu9TLEowUtQQa0Fu3ksUM8bss { width:9.75rem;height:9.75rem;top:4.65rem;left:5.0499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2ZC1gsSGngcemFCtiQFmJ9uWMobKhTD { width:17.1875rem;height:15.7543875rem;top:16.87109375rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Rz0WBua8WNoNTyR6iiCVbf2PJKdoRyHa { width:8.75rem;height:2.0625rem;top:1.375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBqebLfG8JTBZ5G5RXGNyCceaXKAnNnv { width:16.875rem;height:1.6rem;top:1.6875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #osRCLcS22GwdHWToaW0RRVnV7TDX5CF7 { display:block; }#osRCLcS22GwdHWToaW0RRVnV7TDX5CF7 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQlUHa5pxb35yILHUS04GoK988AfweqV { width:10.5625rem;height:1.6rem;top:1rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0bQ32DgooLNhwsZ9TW7tfDpdtbrt1sn { width:8.75rem;height:2.0625rem;top:0.6875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrgLzpwyNCKHsoAv1P8o3cspSmtLMhiG { width:16.124rem;height:14.17234375rem;top:16.3125rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #LCkozuaTRl6Gvg7aJJUWuI9wkBnoGpLT { width:10rem;height:10rem;top:3.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA2waJ4smGmIvfBAo97ITHBp8MGbBggN { width:9.3125rem;height:9.3125rem;top:4.5625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaKSMRtgtqoaGPULGahz8V85Qf4Pd1tn { width:17.875rem;height:30.8125rem;top:1.6859436035156rem;left:1.1234374642372rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #wlBHF6TlI06b2iTK1wwJGMXD6BX95DVa { display:block; }#wlBHF6TlI06b2iTK1wwJGMXD6BX95DVa > .row .container { width:20rem;height:27.827125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h1RpARUpBWsgv8asRW42uP6EWK4UVsZh { width:17.9375rem;height:25.25rem;top:2.4226684570312rem;left:0.99140626192094rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HTPSqEEKu1BZsPl8KQgMmQQ9mJGdhHV0 { width:10.5625rem;height:1.6rem;top:1.5rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF16cbVTkMJ5TfUC6biEzpng1B2tpWD7 { width:8.75rem;height:2.0625rem;top:1.1875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIuFTESl6KUn5o5c34APg7OSMVrH4N6E { width:16.875rem;height:10.502925rem;top:15.5625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NHTlNTAOkKtPK5RDr1qzFEyl3Q8udltV { width:10rem;height:10rem;top:3.8125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RADIwOicCJyhaLRNaziE0DZ8UFGaTNE2 { width:8.25rem;height:9.5625rem;top:4.1875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb { display:block; }#Tavxx3s4EWacZpA1cBBy6SDdSAzlSaEb > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNdMrI3oKuuUOQ6xZK8SLObQ9OgEG2lz { width:17.875rem;height:26.4375rem;top:34.8125rem;left:1.0625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #n0SE3lUnsn7cKP80iOGxNEW6gCTpophh { width:10rem;height:10rem;top:4.3706593513489rem;left:5.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtIUnoef1HPTbXrdp2pEKbOnsvnwIyx9 { width:8.25rem;height:9.625rem;top:38.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvVvVrnV9ybG3IqPUmLahr5ciTQyW9WD { width:16.1230625rem;height:15.7543875rem;top:15.373046875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:poppins;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yrZgWooABNTDENLk5GiLkBhy39rL2Dlw { width:10.5620625rem;height:1.59911875rem;top:34.375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeVsyw954wwGlrdr2EcZNt8TivSMULNo { width:9.375rem;height:2.06163125rem;top:0.68467903137206rem;left:5.2419708371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #khzPDR6y25aJkXpWfxRVHR6GhfOxzBzH { width:17.875rem;height:31.4375rem;top:1.8734359741211rem;left:1.0226562619209rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #tsQ4DR7iMvS4Czgs3oN1F4giumZfK1hg { width:10.5620625rem;height:1.6rem;top:0.986328125rem;left:4.7189672589302rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWDBTTrAGFWk8sMdE0H8HCTfDpt4dhZG { width:16.1230625rem;height:11.997075rem;top:48.875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKBUwsiXWaCTZRCavvf1HDNTUtGKHXwC { width:10rem;height:10rem;top:37.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz5z3htSTroTiq6PHhNR9tPfne8vQVbC { width:9.436875rem;height:10.061875rem;top:4.337158203125rem;left:5.40576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrSTiQot7dFkN9BTyn2muBJWevQiys55 { width:9.874125rem;height:2.06163125rem;top:34.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h { display:block; }#uqAXtXdtvlsxv66xJ4lpwCZpRmU0M84h > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZiXL4tk6dr3W45AWbq32a6tTomeCpMoG { width:18.8748125rem;height:3.5612rem;top:0.79861927032469rem;left:0.56206601858139rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOSol5XpknJn6SavugxI7bBnNEQu2p60 { display:block; }
 }@media only screen and (max-width: 763px) { #kQgd1zxZIzBfQED7imkHZM5ccMCfadOs { display:block; }#kQgd1zxZIzBfQED7imkHZM5ccMCfadOs > .row .container { width:20rem;height:83.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XJzghRBoNvXHC6Xh9s7HAWBayMVqmRp7 { width:20rem;height:2.4375rem;top:1.8310546875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArZBftXlMSU6E5zAxDUzN83WOaUUkML6 { width:20rem;height:9.9375rem;top:58.518218994141rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqPMZeIDwtoSiOh1SSKsGvTFT8UzGAoD { width:18.4375rem;height:10.244125rem;top:45.830730438233rem;left:0.78125005960463rem;font-size:1rem;display:block; }#TqPMZeIDwtoSiOh1SSKsGvTFT8UzGAoD li:before{  }
 }@media only screen and (max-width: 763px) { #Ig4NTrirnHskTcABP4F14oNNOxCfORN6 { width:18.4375rem;height:11.4306875rem;top:69.830730438231rem;left:0.78125005960463rem;font-size:1rem;display:block; }#Ig4NTrirnHskTcABP4F14oNNOxCfORN6 li:before{  }
 }@media only screen and (max-width: 763px) { #LR21hn7lot26v8SxzVhOcPTGmNpxmq44 { width:20rem;height:9.6875rem;top:34.708334684372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROQpzW4kmycCmOb4fHoe8hCDrImpydIQ { width:20rem;height:10rem;top:6.2057495117188rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfXsTdKdUdU8toKtIQgwk5vKSvuiyZpS { width:18.4375rem;height:15.0536875rem;top:17.143229007721rem;left:0.78125005960463rem;font-size:1rem;display:block; }#cfXsTdKdUdU8toKtIQgwk5vKSvuiyZpS li:before{  }
 }@media only screen and (max-width: 763px) { #ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD { display:block; }#ZH0WbBSpx7D5exulm5biTOyKNtF6qRcD > .row .container { width:20rem;height:83.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dc95AO9fVdPuF0nk2esgib9fxrfsaKua { width:18.4375rem;height:13.8671875rem;top:18.123699188233rem;left:0.78125005960463rem;font-size:1rem;display:block; }#Dc95AO9fVdPuF0nk2esgib9fxrfsaKua li:before{  }
 }@media only screen and (max-width: 763px) { #c3E4qsoIM83BCVnv0PhX4XWL0bOaoNkd { width:20rem;height:10rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvpekIBpWyPwdu3An57kR2b67ZgMC4n7 { width:19.625rem;height:9.8125rem;top:34.6875rem;left:0.37369793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtZTDTlV6O6HPLLiIa8kh97scv9NDMQF { width:18.4375rem;height:12.05565rem;top:46.267578125rem;left:0.78125rem;font-size:1rem;display:block; }#wtZTDTlV6O6HPLLiIa8kh97scv9NDMQF li:before{  }
 }@media only screen and (max-width: 763px) { #oB38ZlyU24bcinUAA4n5WaX4ZDlyam8t { width:20rem;height:2.4375rem;top:2.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVMDp2HXtagFlwbPNcMoGTCGMX8hkwlq { width:20rem;height:11.11815rem;top:71.579409122469rem;left:0rem;font-size:1rem;display:block; }#bVMDp2HXtagFlwbPNcMoGTCGMX8hkwlq li:before{  }
 }@media only screen and (max-width: 763px) { #B6Aqyhqyrel97pbEKckQFLBR7bG0NRhk { width:20rem;height:10rem;top:60.142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC { display:block; }#Fv7vP5KwSsi0tZ2WIQHDvHR7csDXptRC > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTcRAIHPMQk5g6uluOpIzVumQASB7u8I { display:block; }#oTcRAIHPMQk5g6uluOpIzVumQASB7u8I > .row .container { width:20rem;height:3.00048671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtgCGBhqxTidVbTiL7pDhBvAPAqyQwnX { width:20rem;height:2.19270625rem;top:0.80859375rem;left:0rem;font-size:1.6875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 { display:block; }#QvAwrL9wbQLwKT5iUzvkyMF6E7iKqwK8 > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh { display:flex;height:auto;width:18rem;top:1.58203125rem;left:0rem; }
#meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #rSTQ1e6v1lnW16QlTnlFN1JiQUzo8TdS {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #rlLUiT9uEsJeiDfHyPTCJXrItKCI2Bh2 {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #SJ07NXduV1BAJahNcvKWCfU6BDU1zbA7 {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #fls0dJig0HepyxTOk1IVmT2Km7QwgKMJ {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #bXINfs3rOaoPTPVq04yRF5eF4qvsbWFP {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #cIToT6RKsDZrNLVGJqcKmuATBMgdzRKM {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #Rd2ZlFKSWSB0ofnd6iE2Nsu6NPc354nR {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #cXmQtBTRdT6bfOGSm34en90ZuSeTTKLv {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #GfOB2ZDTOsQn5WQO1Uip224mymecbcua {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #LN93Fh2IQMlvL19i3kT5vfNzIgUINWmb {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #HZkbzeqpQeqPDSwgyuHH4K3H1W537zsW {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #coN7TqFq4f3IytXAvDZzMKabGrZWOsn7 {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #c7iLuEhDXGNNc8T6gwSMV6k5w8yAJuTG {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #gciNQLr3N5ttikWiOLU3ixyG19n2BUUR {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #KJKUkt4ZdqDwrW8SHqUTTeAdzgTurgcS {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #dAAQ9aBh8oEFftmaGZAlwA6iA326t0od {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #E01MVnqNpBXZtUW0fT60TEEovT6bU8w3 {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #dIbH8eREbQQSCiBWBJ7IazDquEarTfnH {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #Mg5rPtRnJSUrVCDzzdFKQOOnEfzlnxo0 {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #qF4671XXyrnIaili5rsACt3nDElVcAmy {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #dQqeOkl2SpZPcqLBRomE4AMNt9y4TxSX {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #IgT0tLRG4rTBphoh8KHlUmXAqvpwAezD {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #JpTTK0VBsZKFe0mFtZMo2qhQVyBtlKqS {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #obFOCNfgSgGkmTSDG59iq3ywKt88oi0y {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #dByFgIaoebSkcnsJe9AG1pc6I8rloQOb {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #t0DoK0gid69a3TIo4pW1tg5GMTBf8fTn {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #gNTHXctoD4SRNwJVl2T7dUNViMznbOON {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #HfhREM4sca1J7MKOs3G8P6HIJlM7pKwK {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #wOkVn2GHn0gtiSI7wv1bTCpKTzM6dUsP {  }
 }@media only screen and (max-width: 763px) { #meJAOmrNfMhR5AIiKzp9QbAv1AnfsqFh #fKvJIrLvR22PyMvlHEDGfdkf2cGCvt9I {  }
 }@media only screen and (max-width: 763px) { #ItbxCnoNOZf5U4mHQkm1ywHg1ZXXSVKx { width:20rem;height:3.5rem;top:38.000001907349rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJcgAK53ddNOKNATN7VOSxRBhIOk5eZC { display:block; }
 }