.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#06101c;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/58997e0f-9e2a-4228-a2ef-9a8f943eab9d/1200x1200px_004.crop_1200x650_0,0.preview.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA.adaptive-delivery-prevent-bg, #J7iqDcqsTappL052Pas8c9gdyKv4sExA.lazyload, #J7iqDcqsTappL052Pas8c9gdyKv4sExA.lazyloading { background-image: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { background-color: transparent; background-image: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #06101c; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #06101c; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .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); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { border-width: 0; border-radius: 0; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;position:relative;display:block; }#JtgaiGLDXaNWK8C0fkCREHmB9DKaF4Cs { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:0rem;overflow:hidden;display:none; }
#P8kHb6p8QDaNpikQGIikKlyX5tAHkNwc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.25rem;top:24.3125rem;left:7.5rem;overflow:hidden;display:none; }
#onq0IQe8eedKTbVJ35dG08Ga90Cow124 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.25rem;top:24.3125rem;left:15.0625rem;overflow:hidden;display:none; }
#VPCpFCgCsbGwIKcvBugfHxKPo7N1zvoG { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:22.5625rem;overflow:hidden;display:none; }
#OqCA1FTT2Eyt3vfWfx4GpX412fQis8Mv { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:30.25rem;overflow:hidden;display:none; }
#SKXFbUK09OJ2e6BON1hMVFAtVTEVdqld { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:37.8125rem;overflow:hidden;display:none; }
#m0xfD9xMepTCEg1GKIUCpKH5PeFb80QQ { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:52.8125rem;overflow:hidden;display:none; }
#DfScDKq2giTctmgUexgnu0yExzknVBJW { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:7.1875rem;top:24.3125rem;left:45.3125rem;overflow:hidden;display:none; }
#XrsELxyISCF5TsXxC7JtadshyCDParao { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#0e192a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:18.875rem;left:0rem;display:block; }
#al99xpW67q4wgZdzFO5flUzU86knSr29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OMgbbNlDEqyB6u3WHMGxLfTfW5eU0ADb { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.4375rem;width:35.25rem;top:-0.25rem;left:24.75rem;overflow:hidden;display:none; }
#U9w6vKTMXkAP9eLQAMl7FGP545SCBdpQ { 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:2.25rem;width:7.875rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#Qh6wQCg0dnEtibttk60n3fRTH3GdD6qu { color:#ffffff;display:block;width:31.6875rem;position:absolute;font-family:"be vietnam pro";font-size:2.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:12.41796875rem;left:0rem;height:2.84375rem;font-style:normal;display:block; }
#xXLm8UGVyBUysPWRpnzes7VLW6ISz60s { position:absolute;display:block;z-index:15044;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:15rem;left:0.78125rem;display:none; }
#f4FgnX1kDbuvpbJGcTqrvLSN9gU9Vcyy { color:rgba(255,255,255,0.94);display:block;width:31.9375rem;position:absolute;font-family:mulish;font-size:0.875rem;font-weight:700;z-index:15042;line-height:1.4;letter-spacing:0;top:16.330078125rem;left:0rem;height:1.2246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XWbdcNiPs0FLuBge30oUPzmH2cixU5gG { color:#ffffff;display:block;width:28.6875rem;position:absolute;font-family:"be vietnam pro";font-size:1.5rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:10.26171875rem;left:0rem;height:1.94986875rem;font-style:normal;display:block; }
#iVvn7k27apxFsO7NwVByPlFnSS1rTNor { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:21.375rem;top:7.625rem;left:37.1494140625rem;overflow:hidden;display:block; }
#wTbccaXlLDqbM9FnTJkc7R9lbEOJt5WG { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5rem;width:13.125rem;top:9.6298828125rem;left:32.8125rem;overflow:hidden;display:block; }
#OiDTfNMbeHp4RqdkC5JUtrQglBwCMeJR { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:4.8125rem;top:6.5rem;left:52.9658203125rem;overflow:hidden;display:block; }
#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo { 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; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container { background-color: transparent; background-image: none; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container > .video-iframe-container { display: none; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row > .video-iframe-container { display: none; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .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); }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container { border-width: 0; border-radius: 0; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:60rem;position:relative;display:block; }#UOCRAWQbutGZAUfSXMDcEDzAc9O5f2IT { color:#000000;display:block;width:31.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.6875rem;left:1.3125rem;height:2.0625rem;text-align:left;text-align-last:left;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; }
#TvLnggAVpndwdlTdqTuN9r6fzNJ0IGC9 { color:#000000;display:block;width:34.375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:9.6861991882325rem;left:1.3125rem;height:10.5rem;text-align:left;text-align-last:left;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; }
#JFuIMsOXGzdBlRoFvBVKweq8fIErRzVI { position:absolute;display:block;z-index:15007;background-color:#4285f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.3125rem;left:1.3125rem;display:block; }
#dvpRN1L8PHUTO1CMlqzcwPqX4ReFuzgg { position:absolute;display:block;z-index:15008;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:17.9375rem;width:20.625rem;top:5.0234375rem;left:36.453126907349rem;overflow:hidden;display:block; }
#mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06101c;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; }#mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg > .row .container { background-color: transparent; background-image: none; }#mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg > .row .container > .video-iframe-container { display: none; }#mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg > .row > .video-iframe-container { display: none; }#mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg > .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); }#mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg > .row .container { border-width: 0; border-radius: 0; }#mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#hnq9lFnRaAA0P4RFu4ee2RTIH00QXRfA { color:#f7faff;display:block;width:39.6875rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.4127616882324rem;left:1.3125rem;height:2.0625rem;text-align:left;text-align-last:left;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; }
#t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 { position:relative;display:block; }#t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 { background-color: transparent; background-image: none; }#t6spXMyKbBON8yGsqdz9diPTzLcy0ez8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 > .row .container > .video-iframe-container { display: none; }#t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 > .row > .video-iframe-container { display: none; }#t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 > .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); }#t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 { border-width: 0; border-radius: 0; }#t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 > .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; }#t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#06101c;background-image:none;font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TCmpT7m1KN5q6eiokaUAo5QX65CyROEo { color:#363a41;display:block;width:13.4375rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.8;letter-spacing:0;top:4.8574221134186rem;left:11.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S5FBLdXzWv04yOxFr1G8ydCgMiLSfzeO { position:absolute;display:block;z-index:15003;background-color:#f7faff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0rem 0rem 0.625rem #f7faff ;height:17.6875rem;width:17.1875rem;top:1.5rem;left:1.75rem;display:block; }
#JsgWhb0qaqmENNrPV4eTNfDObwrDokbh { color:#363a41;display:block;width:13.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.9602870941162rem;left:43.250001907349rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CKBSXNNwZcyLNT3cHwg6VgGeKe0NEn2r { position:absolute;display:block;z-index:15004;background-color:#f7faff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0rem 0rem 0.625rem #f7faff ;height:17.6875rem;width:17.1875rem;top:1.5rem;left:21.666666030884rem;display:block; }
#M60TAkiyiVIW9k5lPat3sbNvperyQw3M { color:#363a41;display:block;width:13.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.9609375rem;left:3.625rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vJ76LgGcEBficJtikGV54VcTIALlTamG { color:#363a41;display:block;width:13.4375rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.8;letter-spacing:0;top:4.857421875rem;left:3.625rem;height:11.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#KGBkT8c0xJzwWVoUuU6R4F8fhL4RTxzn { position:absolute;display:block;z-index:15004;background-color:#f7faff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0rem 0rem 0.625rem #f7faff ;height:17.6875rem;width:17.1875rem;top:1.5rem;left:41.375001907349rem;display:block; }
#fAZPppETe7u6ywlVCeZD9qKJWBvBxTaq { color:#363a41;display:block;width:13.4375rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:4.857421875rem;left:43.250001907349rem;height:11.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x5qtBr0bRMVWL4rL2lEovT2ud4W2evCE { color:#363a41;display:block;width:13.4375rem;position:absolute;font-family:"be vietnam pro";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.958984375rem;left:23.541666030884rem;height:1.4622375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#g4Wqc7Kt57D0koL8ZM9mLM5CetlJO56M { color:#363a41;display:block;width:13.4375rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:4.857421875rem;left:23.541666030884rem;height:11.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06101c;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; }#pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh > .row .container { background-color: transparent; background-image: none; }#pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh > .row .container > .video-iframe-container { display: none; }#pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh > .row > .video-iframe-container { display: none; }#pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh > .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); }#pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh > .row .container { border-width: 0; border-radius: 0; }#pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#yIcydTbrEFPZWHsyZxpNxpTqT3CgWbTn { color:#f7faff;display:block;width:31.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:1.4130859375rem;left:1.3125rem;height:2.0625rem;text-align:left;text-align-last:left;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; }
#LATk2XMax2UzRBN5NyReompXUTVpI5TO { color:#f7faff;display:block;width:36.875rem;position:absolute;font-family:mulish;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:3.9990234375rem;left:1.3125rem;height:1.40625rem;text-align:left;text-align-last:left;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; }
#otBM3aTagFpso18r6UmwH1CWNzdguRMb { position:relative;display:block; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb { background-color: transparent; background-image: none; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row .container > .video-iframe-container { display: none; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row > .video-iframe-container { display: none; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .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); }#otBM3aTagFpso18r6UmwH1CWNzdguRMb { border-width: 0; border-radius: 0; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .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; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#06101c;background-image:none;font-size:0.875rem;font-family:arial;height:20.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MhSHcc5Q3Kmi5Kx0wwWaiz9ONwh5EOTe { color:#363a41;display:block;width:12.375rem;position:absolute;font-family:mulish;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.23046875rem;left:5.59375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#l06fHEdsxo9NeRESlXsO08tTEAnd8JTs { position:absolute;display:block;z-index:15003;background-color:#f4f9fe;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0rem 0rem 0.625rem rgba(190,190,190,0.6) ;height:10.125rem;width:14.0625rem;top:1.5625rem;left:4.75rem;display:block; }
#h8Z27EsZhODk8n8qSBHORVk3PgItlGry { color:#363a41;display:block;width:13.4375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5625rem;left:5.125rem;height:1.29948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sXzyumdSxfnBV8LWhiPQLfc8nXQ7H00z { color:#363a41;display:block;width:12.375rem;position:absolute;font-family:mulish;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.23046875rem;left:23.84375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bo4ZrJzXu7DLBOvD5BnAxn9bkiXZ33uy { position:absolute;display:block;z-index:15006;background-color:#f7faff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0rem 0rem 0.625rem rgba(190,190,190,0.6) ;height:10.125rem;width:14.3125rem;top:1.5625rem;left:22.875rem;display:block; }
#qBlp1wga3gkEWGwV2a5qpSpgeGpbc1O1 { color:#363a41;display:block;width:13.4375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5625rem;left:23.1875rem;height:1.29948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bXU6ic3IUVTLINlXha9u4IZ0iVhzFmkl { color:#363a41;display:block;width:12.375rem;position:absolute;font-family:mulish;font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.23046875rem;left:42.53125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uqEgtE008ZTJa6Q7geS0zeKFWbRK2iKB { position:absolute;display:block;z-index:15009;background-color:#f7faff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0rem 0rem 0.625rem rgba(190,190,190,0.6) ;height:10.125rem;width:14.4375rem;top:1.5625rem;left:41.5rem;display:block; }
#vbAJGxPgh6bNCkVa1BEiyHwAiNsNKPnc { color:#363a41;display:block;width:13.4375rem;position:absolute;font-family:mulish;font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.5625rem;left:41.9375rem;height:1.29948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZcdTfxWvGTL7Qwy67TxOSSPA321N8AlF { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;box-sizing:border-box;color:#4285f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"be vietnam pro";font-size:1rem;font-weight:700;font-style:normal;line-height:1.9;overflow:hidden;position:absolute;width:17rem;height:2.9375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:14.21875rem;left:21.8125rem;display:block; }
#pNGdKsreWCNSk8LzooDfaFaA2h4cPcmr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06101c;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; }#sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 > .row .container { background-color: transparent; background-image: none; }#sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 > .row .container > .video-iframe-container { display: none; }#sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 > .row > .video-iframe-container { display: none; }#sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 > .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); }#sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 > .row .container { border-width: 0; border-radius: 0; }#sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:60rem;position:relative;display:block; }#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F .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:#f7faff;background-image:none;vertical-align:top; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F .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; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:"be vietnam pro";color:#06101c; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:mulish;height:auto;line-height:2.3;overflow:hidden; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F .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; }#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F .accordion-trigger.adaptive-delivery-prevent-bg, #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F .accordion-trigger.lazyload, #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F .accordion-trigger.lazyloading { background-image: none; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#06101c;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:0rem; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #TWrrC85xOmGbSdnu7tRBMR0sXMlO8Ig3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #R6U0wreDiqczOFtdhibp8DuhtzKBmU98 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #Fw7sUfWVkFHpIK9VTgT6U6UDufurqCwn { display:block;position:relative; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #RVNpTHZrowDU9OO8g5KSigzUNKKsUUM9 {  }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #P7lGqVHqvJAUgqh75huG06TQZ6kE4zTo {  }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #FoXtfTm1sBZwkBlLVZoaPF6n3pLCX3tk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #pqVw3zoNoprEOc7Hcv4p04PTrA6cKLMX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #KmFb92Bk33Tu22HdT88O8sHoTtqCdsJo { display:block;position:relative; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #txHRZZApSGwCMiuGuUV6gbf8CbM3KeZH {  }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #tE3ryGPAdXzeUN7bZyHeS3w2nQCMmm62 { display:none; }
#apZRKzucK2L1vqXeykpcoE0LRWGonHGD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06101c;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; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container { background-color: transparent; background-image: none; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container > .video-iframe-container { display: none; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row > .video-iframe-container { display: none; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .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); }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container { border-width: 0; border-radius: 0; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container { font-size:0.875rem;font-family:arial;height:55.5rem;width:60rem;position:relative;display:block; }#fnxxFcMhMIR6LEc5dtDdw3GhumhihNN6 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.94970625rem;font-style:normal;display:none; }
#OIIHheILihpmIsH1DVtGFKEB7aAuIfAp { color:#acacac;display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:52.3125rem;left:0rem;height:5.6875rem;display:none; }
#LHTqILH9h5914845wBSWP0wiQlkTMyHC { color:#363a41;display:block;width:39.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.1875rem;left:6.8125rem;height:1.13736875rem;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; }
#Ocz0QH0kkACl3wh9JzqOO3nwnAhpN33p { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(93,146,255,0.4);border-left:0.0625rem solid rgba(93,146,255,0.4);border-right:0.0625rem solid rgba(93,146,255,0.4);border-bottom:0.0625rem solid rgba(93,146,255,0.4);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:5.875rem;width:57.625rem;top:6.6875rem;left:1.3125rem;display:block; }
#liHN0mFnEqqnITnBMyCmJtFvsk1XF9Wy { position:absolute;display:block;z-index:15023;background-color:rgba(66,133,244,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:7.8125rem;left:2rem;display:block; }
#TAwTFao6CWw0XTPrThHRL4THpHlczFbP { color:#f7faff;display:block;width:31.5rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:2.7255859375rem;left:1.3125rem;height:2.0625rem;text-align:left;text-align-last:left;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; }
#BFclItiUWelupbPaMmhV6JSO1tuRUmLi { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:8.4375rem;left:3.25rem;height:2.3374rem;text-align:left;text-align-last:left;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; }
#POooK1vehXRXpqbKcBTPmGELBp1aSugG { color:#363a41;display:block;width:39.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.05078125rem;left:6.8125rem;height:2.2747375rem;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; }
#yU1Odx4pOpdEzyyUmVfWtADtXZWXCoCs { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(93,146,255,0.4);border-left:0.0625rem solid rgba(93,146,255,0.4);border-right:0.0625rem solid rgba(93,146,255,0.4);border-bottom:0.0625rem solid rgba(93,146,255,0.4);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:5.875rem;width:57.6875rem;top:14.1875rem;left:1.3125rem;display:block; }
#BBChqyQniv3Eqlz9HowXqv5CfhRVFfRr { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:15.9375rem;left:3.25rem;height:;text-align:left;text-align-last:left;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; }
#AzTC78WxxWWrpRTxsnR7ble4WKpcloLt { color:#363a41;display:block;width:39.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.48828125rem;left:6.8125rem;height:2.2747375rem;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; }
#US8EaMUmTl64ndf0sFCXW8oes9TpTAHd { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(93,146,255,0.4);border-left:0.0625rem solid rgba(93,146,255,0.4);border-right:0.0625rem solid rgba(93,146,255,0.4);border-bottom:0.0625rem solid rgba(93,146,255,0.4);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:5.875rem;width:57.75rem;top:21.625rem;left:1.3125rem;display:block; }
#fC0O0DoLdVEEcKTQ7B32lA8GwgupAV2h { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:23.375rem;left:3.25rem;height:;text-align:left;text-align-last:left;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; }
#Ve5VQqTg0odG1f9ApicGA7CoaibVGDKM { position:absolute;display:block;z-index:15024;background-color:rgba(66,133,244,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:15.318359375rem;left:2rem;display:block; }
#FblTnA3qCs6zfJVivgtTr9XAVqPxafT6 { position:absolute;display:block;z-index:15025;background-color:rgba(66,133,244,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:22.755859375rem;left:2rem;display:block; }
#Rg4opGsCT1UboCTKBX1q1DkKPTJtwNSS { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:25.1875rem;top:29.5rem;left:17.322265625rem;overflow:hidden;display:block; }
#hTyyNI4vGy63A8WhfrwyvS3euqObFJOR { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(93,146,255,0.4);border-left:0.0625rem solid rgba(93,146,255,0.4);border-right:0.0625rem solid rgba(93,146,255,0.4);border-bottom:0.0625rem solid rgba(93,146,255,0.4);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:5.875rem;width:57.1875rem;top:40.25rem;left:1.625rem;display:block; }
#fX6G6KH8G67wObevVQnJRmkf39R7D7Qw { color:#363a41;display:block;width:41.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:42.75rem;left:7.125rem;height:1.13736875rem;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; }
#e1UcpBdGtXimDmIuakvRDJoDfu9zmSkD { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15020;line-height:1.1;letter-spacing:0;top:42rem;left:3.5625rem;height:;text-align:left;text-align-last:left;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; }
#tf8HMzTv2q5wuEQcihRJWEdR5EKd2m93 { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(93,146,255,0.4);border-left:0.0625rem solid rgba(93,146,255,0.4);border-right:0.0625rem solid rgba(93,146,255,0.4);border-bottom:0.0625rem solid rgba(93,146,255,0.4);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:5.875rem;width:57.1875rem;top:47.5rem;left:1.625rem;display:block; }
#y18fRQsT7T55QwNWAfJ7TTBTHQDGQdx7 { color:#363a41;display:block;width:41.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:49.375rem;left:6.8125rem;height:;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; }
#VM02kfbWNSmDOCHqEdtBNGKsa1LezloQ { color:#000000;display:block;width:1.5625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:49.25rem;left:3.5625rem;height:;text-align:left;text-align-last:left;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; }
#thahsWpSTNoyP01Iiw9iTRAGw0TxZ2qJ { position:absolute;display:block;z-index:15026;background-color:rgba(66,133,244,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:41.375rem;left:2.3125rem;display:block; }
#IAE7tlVOsVMuADOQTwx2osGuAlPNTW3T { position:absolute;display:block;z-index:15027;background-color:rgba(66,133,244,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:3.875rem;width:3.875rem;top:48.5625rem;left:2.1875rem;display:block; }
#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { position:relative;display:block; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { background-color: transparent; background-image: none; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container > .video-iframe-container { display: none; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row > .video-iframe-container { display: none; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .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); }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { border-width: 0; border-radius: 0; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .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; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7faff;background-image:none;font-size:0.875rem;font-family:arial;height:49.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XBNWzIOkmN9daMvFBtmlpEeZgDKohaTv { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bd5f590b-8cc7-4469-a18b-709c2e56aada/IMG_095111.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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:12.5625rem;width:22.625rem;top:16.1875rem;left:34.625rem;display:block; }#XBNWzIOkmN9daMvFBtmlpEeZgDKohaTv.adaptive-delivery-prevent-bg, #XBNWzIOkmN9daMvFBtmlpEeZgDKohaTv.lazyload, #XBNWzIOkmN9daMvFBtmlpEeZgDKohaTv.lazyloading { background-image: none; }
#aEXyl1WGX6WFLkH7qO0BbTK0xDa40tTq { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid rgba(93,146,255,0.2);border-left:0.0625rem solid rgba(93,146,255,0.2);border-right:0.0625rem solid rgba(93,146,255,0.2);border-bottom:0.0625rem solid rgba(93,146,255,0.2);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 1rem rgba(156,164,181,0.5) ;height:5.8125rem;width:8.75rem;top:23.8125rem;left:49.4375rem;overflow:hidden;display:block; }
#dJSXpeoGgi7WdpQSwFsloyzTuPMGmlbc { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a41809b8-0c71-4b4e-a0e0-d7d436f079d1/Mainmenu.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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: none;height:8.875rem;width:4.9375rem;top:15rem;left:33.9375rem;display:block; }#dJSXpeoGgi7WdpQSwFsloyzTuPMGmlbc.adaptive-delivery-prevent-bg, #dJSXpeoGgi7WdpQSwFsloyzTuPMGmlbc.lazyload, #dJSXpeoGgi7WdpQSwFsloyzTuPMGmlbc.lazyloading { background-image: none; }
#eXy9nwhhqW6wPW824UKeRO3mGT7KNcq9 { color:#000000;display:block;width:27.6875rem;position:absolute;font-family:"be vietnam pro";font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:2.875rem;left:2.375rem;height:2.0625rem;text-align:left;text-align-last:left;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; }
#yfKksTxKpks8tyeB35sbQVuX9vNWawVp { position:absolute;display:block;z-index:15010;background-color:#4285f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:6.1875rem;left:2.6875rem;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-form-header {  }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-regular-label { height:auto;display:block;font-family:mulish;font-size:0.875rem;font-weight:bold;color:#000000;width:27.125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-text {padding-top: 0; padding-bottom: 0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-select {padding-top: 0; padding-bottom: 0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#5d92ff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:27.125rem;height:3.4375rem;font-family:arial;overflow:hidden; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:arial;font-size:0.875rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:mulish;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:25.6875rem;overflow:hidden;font-style:normal; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-container:first-of-type{padding-top:0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-container:last-of-type{padding-bottom:0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.3125rem;left:2.375rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.125rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi {display:block;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15011;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.3125rem;left:2.375rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #c4DfwnNlTvf3BDrmx7L6OAVPMTPUm7SI { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #EC5lsnLEmcFaTxkrp53bS4RGPFe9eIPP { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #iHTeQV4SP9QsN4dTNrJHUZKqpJr1KSfr { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #dfnshRBgDSrChdBLOzqG9bxoJQgA1cKi { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #T9UCk9TxsA50KSRxXqvTpXzKz21prLZn { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #LoOoWSMzhXr9PpqzgNxe7B51Dp4DIp99 { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #AfBMJaPOL6h3392PHFHakuVREKsPLQ8i { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #Edyss7MdHEVacBg7mCWC7QbSmgLBN3T7 { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #y7tzoy6c3LFZ2pGpcyb652MnyxK9p2gb { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #oJuHBsrfeBtNU2KIThOfUEx8Tue7eRgl { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #k1i29ucg1zMOa4U59xflVrxn8UeXzhS4 { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #iafbQiiEqpPmbdTTeXfSvJGmrJkyi4oP { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #kTGLZugTq8lTLXoHoGv8hJJ52w0kzWLx { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #ogrDGhZPPis7le8zknaVxh3aezGhVs4i { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #e1w8yIEuESJFVf1BNxHPFKr5PlQUadeO { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #dU6cVlPsXuQZoo8X1ABB2XsIETOduFHr { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #whcUXSRbvlqsgHc1ezZflATqUQlVd4xa { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #AwKfoTF3wx7B5ELhrStqEX9vatFnxl5W { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #fpQ5kNM0vRUS8LZqrcIOsCT959Zq9mdv { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #zFczzpeTcpQHwnlwAICn9eXI8JSlysXF { position:relative;display:block; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #gAbakK8fWUmg0Xi7HuGECQRrXHPadfpG { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #wHAvzQS0Ks7DJGF3FmPQyhXiETnvJTke { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #nlg33VGKXLZuwQ6l0aGJI9nIDcKxCZDk { position:relative;z-index:2; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #syhlvZecBZTofglpBdyTsGKAxmMg9uFy { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #FE049oSvLF16dd2ED63M37TZk415sC2N { position:relative; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #HyMw4pFD9uolhzpZ8PQIkKoAZriz39Ue { position:relative; }
#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19cc06f2-3c7a-4de4-b849-52b18285c1b6/BL_NEW_element_BG_06.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU.adaptive-delivery-prevent-bg, #nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU.lazyload, #nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU.lazyloading { background-image: none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { background-color: transparent; background-image: none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #06101c; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container > .video-iframe-container { display: none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #06101c; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row > .video-iframe-container { display: none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .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); }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { border-width: 0; border-radius: 0; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;position:relative;display:block; }#HRGN1tSqXkvWAh8dlbOARgiLiMl1OZNA { color:#ffffff;display:block;width:43.375rem;position:absolute;font-family:"be vietnam pro";font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.875rem;left:9.3125rem;height:2.11198125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PbUskMhlkiJzkS6K7qz2rQey1ROOOUTa { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:mulish;font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.6;letter-spacing:0;top:10.75rem;left:9.5625rem;height:2.79948125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qRyfxQtKkkCaehSgA6QwBRvwhypbNohk { color:#ffffff;display:block;width:41.4375rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.875rem;left:9.3125rem;height:2.11230625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#ap5aWx8mlZHcB7XNfyhGw4Kumryf7gCw { color:#ffffff;display:block;width:40.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:10.75rem;left:9.5625rem;height:2.2744125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { position:relative;display:block; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { background-color: transparent; background-image: none; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container > .video-iframe-container { display: none; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row > .video-iframe-container { display: none; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .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); }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { border-width: 0; border-radius: 0; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .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; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#06101c;background-image:none;font-size:0.875rem;font-family:arial;height:3.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ew1B3NaUAJXkiyCOiFDvWF9OrqNVtBqb { 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:2.25rem;width:9rem;top:1.125rem;left:0rem;overflow:hidden;display:none; }
#gDQMWWsu6lsbvuNkPLnvpZf0BzDDJNRv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:5.0625rem;top:1.0625rem;left:0rem;overflow:hidden;display:block; }
#zStkNTuUrkTokR1cgnnx44NP4AtEqaxW { color:#959595;display:block;width:23.9375rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.375rem;left:36.0625rem;height:0.8125rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J7iqDcqsTappL052Pas8c9gdyKv4sExA { display:block; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtgaiGLDXaNWK8C0fkCREHmB9DKaF4Cs { top:24.3125rem;left:0rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8kHb6p8QDaNpikQGIikKlyX5tAHkNwc { top:24.3125rem;left:1.375rem;width:7.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onq0IQe8eedKTbVJ35dG08Ga90Cow124 { top:24.3125rem;left:8.9375rem;width:7.25rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPCpFCgCsbGwIKcvBugfHxKPo7N1zvoG { top:24.3125rem;left:16.4375rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqCA1FTT2Eyt3vfWfx4GpX412fQis8Mv { top:24.3125rem;left:24.125rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKXFbUK09OJ2e6BON1hMVFAtVTEVdqld { top:24.3125rem;left:31.6875rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0xfD9xMepTCEg1GKIUCpKH5PeFb80QQ { top:24.3125rem;left:40.5625rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfScDKq2giTctmgUexgnu0yExzknVBJW { top:24.3125rem;left:39.1875rem;width:7.1875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrsELxyISCF5TsXxC7JtadshyCDParao { width:14.0625rem;height:2.625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #al99xpW67q4wgZdzFO5flUzU86knSr29 { display:block; }
 }@media only screen and (max-width: 763px) { #OMgbbNlDEqyB6u3WHMGxLfTfW5eU0ADb { top:-0.25rem;left:12.5rem;width:35.25rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9w6vKTMXkAP9eLQAMl7FGP545SCBdpQ { top:1.5625rem;left:0rem;width:7.875rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6wQCg0dnEtibttk60n3fRTH3GdD6qu { top:12.375rem;left:0rem;width:31.6875rem;height:2.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXLm8UGVyBUysPWRpnzes7VLW6ISz60s { top:15rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4FgnX1kDbuvpbJGcTqrvLSN9gU9Vcyy { top:16.3125rem;left:0rem;width:31.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWbdcNiPs0FLuBge30oUPzmH2cixU5gG { top:10.25rem;left:0rem;width:28.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVvn7k27apxFsO7NwVByPlFnSS1rTNor { top:7.625rem;left:26.375rem;width:21.375rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTbccaXlLDqbM9FnTJkc7R9lbEOJt5WG { top:9.625rem;left:26.6875rem;width:13.125rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiDTfNMbeHp4RqdkC5JUtrQglBwCMeJR { top:6.5rem;left:42.9375rem;width:4.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo { display:block; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOCRAWQbutGZAUfSXMDcEDzAc9O5f2IT { width:31.5rem;height:2.0625rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvLnggAVpndwdlTdqTuN9r6fzNJ0IGC9 { width:34.375rem;height:10.5rem;top:9.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFuIMsOXGzdBlRoFvBVKweq8fIErRzVI { top:6.3125rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvpRN1L8PHUTO1CMlqzcwPqX4ReFuzgg { top:5rem;left:27.125rem;width:20.625rem;height:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg { display:block; }#mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnq9lFnRaAA0P4RFu4ee2RTIH00QXRfA { width:39.6875rem;height:2.0625rem;top:1.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 { display:block; }#t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCmpT7m1KN5q6eiokaUAo5QX65CyROEo { top:4.8125rem;left:0rem;width:13.4375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5FBLdXzWv04yOxFr1G8ydCgMiLSfzeO { top:1.5rem;left:0rem;width:17.1875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsgWhb0qaqmENNrPV4eTNfDObwrDokbh { top:2.9375rem;left:22.375rem;width:13.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKBSXNNwZcyLNT3cHwg6VgGeKe0NEn2r { top:1.5rem;left:6.6875rem;width:17.1875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M60TAkiyiVIW9k5lPat3sbNvperyQw3M { top:2.9375rem;left:0rem;width:13.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ76LgGcEBficJtikGV54VcTIALlTamG { top:4.8125rem;left:0rem;width:13.4375rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGBkT8c0xJzwWVoUuU6R4F8fhL4RTxzn { top:1.5rem;left:18.625rem;width:17.1875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAZPppETe7u6ywlVCeZD9qKJWBvBxTaq { top:4.8125rem;left:22.375rem;width:13.4375rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5qtBr0bRMVWL4rL2lEovT2ud4W2evCE { top:2.9375rem;left:10.4375rem;width:13.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4Wqc7Kt57D0koL8ZM9mLM5CetlJO56M { top:4.8125rem;left:10.4375rem;width:13.4375rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh { display:block; }#pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIcydTbrEFPZWHsyZxpNxpTqT3CgWbTn { width:31.5rem;height:2.0625rem;top:1.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LATk2XMax2UzRBN5NyReompXUTVpI5TO { width:36.875rem;height:1.375rem;top:3.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #otBM3aTagFpso18r6UmwH1CWNzdguRMb { display:block; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhSHcc5Q3Kmi5Kx0wwWaiz9ONwh5EOTe { top:7.1875rem;left:0rem;width:12.375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l06fHEdsxo9NeRESlXsO08tTEAnd8JTs { top:1.5625rem;left:0rem;width:14.0625rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Z27EsZhODk8n8qSBHORVk3PgItlGry { top:3.5625rem;left:0rem;width:13.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXzyumdSxfnBV8LWhiPQLfc8nXQ7H00z { top:7.1875rem;left:11.5rem;width:12.375rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo4ZrJzXu7DLBOvD5BnAxn9bkiXZ33uy { top:1.5625rem;left:9.5625rem;width:14.3125rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBlp1wga3gkEWGwV2a5qpSpgeGpbc1O1 { top:3.5625rem;left:10.4375rem;width:13.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXU6ic3IUVTLINlXha9u4IZ0iVhzFmkl { top:7.1875rem;left:23.4375rem;width:12.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqEgtE008ZTJa6Q7geS0zeKFWbRK2iKB { top:1.5625rem;left:21.375rem;width:14.4375rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbAJGxPgh6bNCkVa1BEiyHwAiNsNKPnc { top:3.5625rem;left:22.375rem;width:13.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcdTfxWvGTL7Qwy67TxOSSPA321N8AlF { width:17rem;height:2.9375rem;top:14.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNGdKsreWCNSk8LzooDfaFaA2h4cPcmr { display:block; }
 }@media only screen and (max-width: 763px) { #sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 { display:block; }#sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F { display:flex;height:auto;width:45.25rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #TWrrC85xOmGbSdnu7tRBMR0sXMlO8Ig3 {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #R6U0wreDiqczOFtdhibp8DuhtzKBmU98 {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #Fw7sUfWVkFHpIK9VTgT6U6UDufurqCwn {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #RVNpTHZrowDU9OO8g5KSigzUNKKsUUM9 {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #P7lGqVHqvJAUgqh75huG06TQZ6kE4zTo {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #FoXtfTm1sBZwkBlLVZoaPF6n3pLCX3tk {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #pqVw3zoNoprEOc7Hcv4p04PTrA6cKLMX {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #KmFb92Bk33Tu22HdT88O8sHoTtqCdsJo {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #txHRZZApSGwCMiuGuUV6gbf8CbM3KeZH {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #tE3ryGPAdXzeUN7bZyHeS3w2nQCMmm62 {  }
 }@media only screen and (max-width: 763px) { #apZRKzucK2L1vqXeykpcoE0LRWGonHGD { display:block; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnxxFcMhMIR6LEc5dtDdw3GhumhihNN6 { top:0rem;left:0rem;width:27.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIIHheILihpmIsH1DVtGFKEB7aAuIfAp { top:52.3125rem;left:0rem;width:27.75rem;height:6.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHTqILH9h5914845wBSWP0wiQlkTMyHC { top:9.1875rem;left:0rem;width:39.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ocz0QH0kkACl3wh9JzqOO3nwnAhpN33p { top:6.6875rem;left:0rem;width:47.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liHN0mFnEqqnITnBMyCmJtFvsk1XF9Wy { top:7.8125rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAwTFao6CWw0XTPrThHRL4THpHlczFbP { width:31.5rem;height:2.0625rem;top:2.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFclItiUWelupbPaMmhV6JSO1tuRUmLi { width:1.5625rem;height:2.3125rem;top:8.4375rem;left:0.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #POooK1vehXRXpqbKcBTPmGELBp1aSugG { top:16rem;left:0rem;width:39.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU1Odx4pOpdEzyyUmVfWtADtXZWXCoCs { top:14.1875rem;left:0rem;width:47.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBChqyQniv3Eqlz9HowXqv5CfhRVFfRr { width:1.5625rem;height:;top:15.9375rem;left:0.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzTC78WxxWWrpRTxsnR7ble4WKpcloLt { top:23.4375rem;left:0rem;width:39.875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #US8EaMUmTl64ndf0sFCXW8oes9TpTAHd { top:21.625rem;left:0rem;width:47.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC0O0DoLdVEEcKTQ7B32lA8GwgupAV2h { width:1.5625rem;height:;top:23.375rem;left:0.1875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve5VQqTg0odG1f9ApicGA7CoaibVGDKM { top:15.3125rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FblTnA3qCs6zfJVivgtTr9XAVqPxafT6 { top:22.75rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg4opGsCT1UboCTKBX1q1DkKPTJtwNSS { top:29.5rem;left:0rem;width:25.1875rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTyyNI4vGy63A8WhfrwyvS3euqObFJOR { top:40.25rem;left:0rem;width:47.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX6G6KH8G67wObevVQnJRmkf39R7D7Qw { top:42.75rem;left:0rem;width:41.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1UcpBdGtXimDmIuakvRDJoDfu9zmSkD { width:1.5625rem;height:;top:42rem;left:0.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf8HMzTv2q5wuEQcihRJWEdR5EKd2m93 { top:47.5rem;left:0rem;width:47.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y18fRQsT7T55QwNWAfJ7TTBTHQDGQdx7 { top:49.375rem;left:0rem;width:41.5rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VM02kfbWNSmDOCHqEdtBNGKsa1LezloQ { width:1.5625rem;height:;top:49.25rem;left:0.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #thahsWpSTNoyP01Iiw9iTRAGw0TxZ2qJ { top:41.375rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAE7tlVOsVMuADOQTwx2osGuAlPNTW3T { top:48.5625rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { display:block; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBNWzIOkmN9daMvFBtmlpEeZgDKohaTv { top:16.1875rem;left:25.125rem;width:22.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEXyl1WGX6WFLkH7qO0BbTK0xDa40tTq { top:23.8125rem;left:38.875rem;width:8.75rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJSXpeoGgi7WdpQSwFsloyzTuPMGmlbc { top:15rem;left:27.8125rem;width:4.9375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXy9nwhhqW6wPW824UKeRO3mGT7KNcq9 { width:27.6875rem;height:2.0625rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfKksTxKpks8tyeB35sbQVuX9vNWawVp { top:6.1875rem;left:0rem;width:12.5rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-regular-label { width:27.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-text { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-text {padding-top: 0; padding-bottom: 0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-textarea { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-select { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-select {padding-top: 0; padding-bottom: 0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-button { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-checkbox-label { width:25.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi  { width:27.125rem;height:auto;top:8.3125rem;left:0rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .radio-container { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi {display:block;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi { width:27.125rem;height:auto;top:8.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #c4DfwnNlTvf3BDrmx7L6OAVPMTPUm7SI {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #EC5lsnLEmcFaTxkrp53bS4RGPFe9eIPP {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #iHTeQV4SP9QsN4dTNrJHUZKqpJr1KSfr {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #dfnshRBgDSrChdBLOzqG9bxoJQgA1cKi {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #T9UCk9TxsA50KSRxXqvTpXzKz21prLZn {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #LoOoWSMzhXr9PpqzgNxe7B51Dp4DIp99 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #AfBMJaPOL6h3392PHFHakuVREKsPLQ8i {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #Edyss7MdHEVacBg7mCWC7QbSmgLBN3T7 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #y7tzoy6c3LFZ2pGpcyb652MnyxK9p2gb {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #oJuHBsrfeBtNU2KIThOfUEx8Tue7eRgl {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #k1i29ucg1zMOa4U59xflVrxn8UeXzhS4 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #iafbQiiEqpPmbdTTeXfSvJGmrJkyi4oP {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #kTGLZugTq8lTLXoHoGv8hJJ52w0kzWLx {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #ogrDGhZPPis7le8zknaVxh3aezGhVs4i {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #e1w8yIEuESJFVf1BNxHPFKr5PlQUadeO {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #dU6cVlPsXuQZoo8X1ABB2XsIETOduFHr {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #whcUXSRbvlqsgHc1ezZflATqUQlVd4xa {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #AwKfoTF3wx7B5ELhrStqEX9vatFnxl5W {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #fpQ5kNM0vRUS8LZqrcIOsCT959Zq9mdv {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #zFczzpeTcpQHwnlwAICn9eXI8JSlysXF {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #gAbakK8fWUmg0Xi7HuGECQRrXHPadfpG {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #wHAvzQS0Ks7DJGF3FmPQyhXiETnvJTke {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #nlg33VGKXLZuwQ6l0aGJI9nIDcKxCZDk {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #syhlvZecBZTofglpBdyTsGKAxmMg9uFy {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #FE049oSvLF16dd2ED63M37TZk415sC2N {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #HyMw4pFD9uolhzpZ8PQIkKoAZriz39Ue {  }
 }@media only screen and (max-width: 763px) { #nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU { display:none; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HRGN1tSqXkvWAh8dlbOARgiLiMl1OZNA { top:7.875rem;left:3.1875rem;width:43.375rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbUskMhlkiJzkS6K7qz2rQey1ROOOUTa { top:10.75rem;left:3.4375rem;width:40.875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRyfxQtKkkCaehSgA6QwBRvwhypbNohk { top:4.9375rem;left:0rem;width:18.3125rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ap5aWx8mlZHcB7XNfyhGw4Kumryf7gCw { top:12.8125rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { display:block; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ew1B3NaUAJXkiyCOiFDvWF9OrqNVtBqb { top:1.125rem;left:0rem;width:9rem;height:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gDQMWWsu6lsbvuNkPLnvpZf0BzDDJNRv { width:5.0625rem;height:1.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zStkNTuUrkTokR1cgnnx44NP4AtEqaxW { top:1.375rem;left:23.8125rem;width:23.9375rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J7iqDcqsTappL052Pas8c9gdyKv4sExA { background-color:transparent;background-image:none;display:block; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { background-color: transparent; background-image: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row > .video-iframe-container { display: none; }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .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); }#J7iqDcqsTappL052Pas8c9gdyKv4sExA > .row .container { width:20rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JtgaiGLDXaNWK8C0fkCREHmB9DKaF4Cs { width:7.1875rem;height:2.625rem;top:21.1875rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P8kHb6p8QDaNpikQGIikKlyX5tAHkNwc { width:7.25rem;height:2.625rem;top:21.1875rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #onq0IQe8eedKTbVJ35dG08Ga90Cow124 { width:7.25rem;height:2.625rem;top:32.125rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPCpFCgCsbGwIKcvBugfHxKPo7N1zvoG { width:7.1875rem;height:2.625rem;top:32.125rem;left:10.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqCA1FTT2Eyt3vfWfx4GpX412fQis8Mv { width:7.1875rem;height:2.625rem;top:36.1875rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SKXFbUK09OJ2e6BON1hMVFAtVTEVdqld { width:7.1875rem;height:2.625rem;top:56.4975875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0xfD9xMepTCEg1GKIUCpKH5PeFb80QQ { width:7.1875rem;height:2.625rem;top:56.4975875rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DfScDKq2giTctmgUexgnu0yExzknVBJW { width:7.1875rem;height:2.625rem;top:56.4975875rem;left:9.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrsELxyISCF5TsXxC7JtadshyCDParao { width:11.25rem;height:2.25rem;top:17.07421875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #al99xpW67q4wgZdzFO5flUzU86knSr29 { display:block; }
 }@media only screen and (max-width: 763px) { #OMgbbNlDEqyB6u3WHMGxLfTfW5eU0ADb { width:20rem;height:15.0625rem;top:18.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U9w6vKTMXkAP9eLQAMl7FGP545SCBdpQ { width:6.75rem;height:1.875rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6wQCg0dnEtibttk60n3fRTH3GdD6qu { width:17.25rem;height:4.875rem;top:7.25rem;left:1.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xXLm8UGVyBUysPWRpnzes7VLW6ISz60s { width:2.125rem;height:2.125rem;top:14.57425rem;left:8.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f4FgnX1kDbuvpbJGcTqrvLSN9gU9Vcyy { width:20rem;height:2.44921875rem;top:13.375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XWbdcNiPs0FLuBge30oUPzmH2cixU5gG { width:20rem;height:1.625rem;top:4.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iVvn7k27apxFsO7NwVByPlFnSS1rTNor { width:9.5rem;height:7.4375rem;top:20.4375rem;left:5.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTbccaXlLDqbM9FnTJkc7R9lbEOJt5WG { width:7.5625rem;height:6rem;top:20.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiDTfNMbeHp4RqdkC5JUtrQglBwCMeJR { width:2.4375rem;height:2.375rem;top:20.4375rem;left:12.35416662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo { display:block; }#cnN4lza9QwyLJ4bZXcNal8WlOVRbuRlo > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOCRAWQbutGZAUfSXMDcEDzAc9O5f2IT { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvLnggAVpndwdlTdqTuN9r6fzNJ0IGC9 { width:20rem;height:11.8125rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFuIMsOXGzdBlRoFvBVKweq8fIErRzVI { width:12.5rem;height:0.125rem;top:3.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvpRN1L8PHUTO1CMlqzcwPqX4ReFuzgg { width:11.8125rem;height:10.3125rem;top:18.3125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg { display:block; }#mm5TVNLATz8ZKPgqcPdbLGxB5gtXa8Fg > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnq9lFnRaAA0P4RFu4ee2RTIH00QXRfA { width:20rem;height:2.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 { display:block; }#t6spXMyKbBON8yGsqdz9diPTzLcy0ez8 > .row .container { width:20rem;height:53rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TCmpT7m1KN5q6eiokaUAo5QX65CyROEo { width:12.75rem;height:2.92448125rem;top:37.75rem;left:3.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S5FBLdXzWv04yOxFr1G8ydCgMiLSfzeO { width:14.625rem;height:16.3125rem;top:1.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsgWhb0qaqmENNrPV4eTNfDObwrDokbh { width:13.4375rem;height:1.29948125rem;top:35.822265625rem;left:3.2812501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CKBSXNNwZcyLNT3cHwg6VgGeKe0NEn2r { width:14.8125rem;height:16.0625rem;top:18.416666984558rem;left:2.5937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #M60TAkiyiVIW9k5lPat3sbNvperyQw3M { width:13.4375rem;height:1.29948125rem;top:2.2734375rem;left:3.2812501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJ76LgGcEBficJtikGV54VcTIALlTamG { width:13.4375rem;height:13.5rem;top:3.5729169845581rem;left:3.2812501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KGBkT8c0xJzwWVoUuU6R4F8fhL4RTxzn { width:15rem;height:16.375rem;top:35.25rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAZPppETe7u6ywlVCeZD9qKJWBvBxTaq { width:13.4375rem;height:13.5rem;top:37.75rem;left:3.2812501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5qtBr0bRMVWL4rL2lEovT2ud4W2evCE { width:13.4375rem;height:1.29948125rem;top:19.251953125rem;left:3.2812501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g4Wqc7Kt57D0koL8ZM9mLM5CetlJO56M { width:13.4375rem;height:13.5rem;top:20.510416984558rem;left:3.2812501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh { display:block; }#pw9oXdq8zln0e1rcrDWe82fhHOrN47Qh > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIcydTbrEFPZWHsyZxpNxpTqT3CgWbTn { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LATk2XMax2UzRBN5NyReompXUTVpI5TO { width:20rem;height:2.625rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #otBM3aTagFpso18r6UmwH1CWNzdguRMb { display:block; }#otBM3aTagFpso18r6UmwH1CWNzdguRMb > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MhSHcc5Q3Kmi5Kx0wwWaiz9ONwh5EOTe { width:12.3125rem;height:2.11198125rem;top:6.91796875rem;left:3.53125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l06fHEdsxo9NeRESlXsO08tTEAnd8JTs { width:14.625rem;height:10rem;top:1.25rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8Z27EsZhODk8n8qSBHORVk3PgItlGry { width:13.4375rem;height:1.29948125rem;top:3.25rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sXzyumdSxfnBV8LWhiPQLfc8nXQ7H00z { width:12.375rem;height:2.11198125rem;top:18.16796875rem;left:3.65625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bo4ZrJzXu7DLBOvD5BnAxn9bkiXZ33uy { width:14.625rem;height:10.125rem;top:12.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBlp1wga3gkEWGwV2a5qpSpgeGpbc1O1 { width:13.4375rem;height:1.29948125rem;top:14.5rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXU6ic3IUVTLINlXha9u4IZ0iVhzFmkl { width:12.375rem;height:1.94986875rem;top:29.04296875rem;left:3.8125001192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uqEgtE008ZTJa6Q7geS0zeKFWbRK2iKB { width:14.4375rem;height:9.5625rem;top:23.647136688233rem;left:2.7812501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbAJGxPgh6bNCkVa1BEiyHwAiNsNKPnc { width:13.4375rem;height:1.29948125rem;top:25.4375rem;left:3.2812501192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZcdTfxWvGTL7Qwy67TxOSSPA321N8AlF { width:17rem;height:2.9375rem;top:35.4375rem;left:1.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNGdKsreWCNSk8LzooDfaFaA2h4cPcmr { display:block; }
 }@media only screen and (max-width: 763px) { #sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 { display:block; }#sxKS9Sw7I8RU6iJUypWShwVwwyhGlX76 > .row .container { width:20rem;height:58.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VJaOSHsgiJz8PfHcF4uslFMApDTtr13F { display:flex;height:auto;width:17.5rem;top:1.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #TWrrC85xOmGbSdnu7tRBMR0sXMlO8Ig3 {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #R6U0wreDiqczOFtdhibp8DuhtzKBmU98 {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #Fw7sUfWVkFHpIK9VTgT6U6UDufurqCwn {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #RVNpTHZrowDU9OO8g5KSigzUNKKsUUM9 {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #P7lGqVHqvJAUgqh75huG06TQZ6kE4zTo {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #FoXtfTm1sBZwkBlLVZoaPF6n3pLCX3tk {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #pqVw3zoNoprEOc7Hcv4p04PTrA6cKLMX {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #KmFb92Bk33Tu22HdT88O8sHoTtqCdsJo {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #txHRZZApSGwCMiuGuUV6gbf8CbM3KeZH {  }
 }@media only screen and (max-width: 763px) { #VJaOSHsgiJz8PfHcF4uslFMApDTtr13F #tE3ryGPAdXzeUN7bZyHeS3w2nQCMmm62 {  }
 }@media only screen and (max-width: 763px) { #apZRKzucK2L1vqXeykpcoE0LRWGonHGD { display:block; }#apZRKzucK2L1vqXeykpcoE0LRWGonHGD > .row .container { width:20rem;height:67.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fnxxFcMhMIR6LEc5dtDdw3GhumhihNN6 { width:20rem;height:1.4624rem;top:149.79296875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OIIHheILihpmIsH1DVtGFKEB7aAuIfAp { width:20rem;height:8.125rem;top:118.3125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #LHTqILH9h5914845wBSWP0wiQlkTMyHC { width:12.0625rem;height:6.497375rem;top:4.88671875rem;left:5.7500001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ocz0QH0kkACl3wh9JzqOO3nwnAhpN33p { width:19.875rem;height:8.4375rem;top:3.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #liHN0mFnEqqnITnBMyCmJtFvsk1XF9Wy { width:5rem;height:5rem;top:5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAwTFao6CWw0XTPrThHRL4THpHlczFbP { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFclItiUWelupbPaMmhV6JSO1tuRUmLi { width:1.5625rem;height:2.19986875rem;top:5.625rem;left:2rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #POooK1vehXRXpqbKcBTPmGELBp1aSugG { width:13.875rem;height:9.096375rem;top:15.177083969116rem;left:4.8437501192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yU1Odx4pOpdEzyyUmVfWtADtXZWXCoCs { width:19.875rem;height:11.125rem;top:14.12175rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBChqyQniv3Eqlz9HowXqv5CfhRVFfRr { width:1.5625rem;height:2.19986875rem;top:15.87175rem;left:2rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzTC78WxxWWrpRTxsnR7ble4WKpcloLt { width:14.0625rem;height:7.796875rem;top:27.535808563233rem;left:4.7500001192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #US8EaMUmTl64ndf0sFCXW8oes9TpTAHd { width:19.875rem;height:9.625rem;top:26.580083375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC0O0DoLdVEEcKTQ7B32lA8GwgupAV2h { width:1.5625rem;height:2.19986875rem;top:28.330083375rem;left:2rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve5VQqTg0odG1f9ApicGA7CoaibVGDKM { width:3.875rem;height:3.875rem;top:15.252609375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FblTnA3qCs6zfJVivgtTr9XAVqPxafT6 { width:3.875rem;height:3.875rem;top:27.71094275rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rg4opGsCT1UboCTKBX1q1DkKPTJtwNSS { width:20rem;height:7.7200625rem;top:37.53841675rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTyyNI4vGy63A8WhfrwyvS3euqObFJOR { width:19.875rem;height:7.4375rem;top:46.50847925rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX6G6KH8G67wObevVQnJRmkf39R7D7Qw { width:14.125rem;height:5.19791875rem;top:47.669921875rem;left:4.7187501192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e1UcpBdGtXimDmIuakvRDJoDfu9zmSkD { width:1.5625rem;height:2.19986875rem;top:48.25847925rem;left:2rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tf8HMzTv2q5wuEQcihRJWEdR5EKd2m93 { width:19.875rem;height:10.375rem;top:55.456398rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y18fRQsT7T55QwNWAfJ7TTBTHQDGQdx7 { width:14.125rem;height:7.796875rem;top:56.787109375rem;left:4.7187501192093rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VM02kfbWNSmDOCHqEdtBNGKsa1LezloQ { width:1.5625rem;height:2.19986875rem;top:57.206398rem;left:2rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #thahsWpSTNoyP01Iiw9iTRAGw0TxZ2qJ { width:3.875rem;height:3.875rem;top:47.63347925rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAE7tlVOsVMuADOQTwx2osGuAlPNTW3T { width:3.875rem;height:3.875rem;top:56.518898rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM { display:block; }#dNV0SQm8fIOM4xoSa1d6Tpnz04zRcpTM > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XBNWzIOkmN9daMvFBtmlpEeZgDKohaTv { width:20rem;height:12.4375rem;top:45.073569297791rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEXyl1WGX6WFLkH7qO0BbTK0xDa40tTq { width:5.8125rem;height:3.8125rem;top:45.072917938233rem;left:4.8750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJSXpeoGgi7WdpQSwFsloyzTuPMGmlbc { width:4.4375rem;height:8.125rem;top:46.699220657349rem;left:15.562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXy9nwhhqW6wPW824UKeRO3mGT7KNcq9 { width:20rem;height:1.375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfKksTxKpks8tyeB35sbQVuX9vNWawVp { width:12.5rem;height:0.125rem;top:3.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-text {padding-top: 0; padding-bottom: 0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-select {padding-top: 0; padding-bottom: 0;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi  { width:17.5rem;height:37.32425rem;top:5.25rem;left:0rem; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi {display:block;}#d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi { width:17.5rem;height:37.32425rem;top:5.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #c4DfwnNlTvf3BDrmx7L6OAVPMTPUm7SI {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #EC5lsnLEmcFaTxkrp53bS4RGPFe9eIPP {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #iHTeQV4SP9QsN4dTNrJHUZKqpJr1KSfr {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #dfnshRBgDSrChdBLOzqG9bxoJQgA1cKi {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #T9UCk9TxsA50KSRxXqvTpXzKz21prLZn {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #LoOoWSMzhXr9PpqzgNxe7B51Dp4DIp99 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #AfBMJaPOL6h3392PHFHakuVREKsPLQ8i {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #Edyss7MdHEVacBg7mCWC7QbSmgLBN3T7 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #y7tzoy6c3LFZ2pGpcyb652MnyxK9p2gb {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #oJuHBsrfeBtNU2KIThOfUEx8Tue7eRgl {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #k1i29ucg1zMOa4U59xflVrxn8UeXzhS4 {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #iafbQiiEqpPmbdTTeXfSvJGmrJkyi4oP {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #kTGLZugTq8lTLXoHoGv8hJJ52w0kzWLx {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #ogrDGhZPPis7le8zknaVxh3aezGhVs4i {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #e1w8yIEuESJFVf1BNxHPFKr5PlQUadeO {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #dU6cVlPsXuQZoo8X1ABB2XsIETOduFHr {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #whcUXSRbvlqsgHc1ezZflATqUQlVd4xa {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #AwKfoTF3wx7B5ELhrStqEX9vatFnxl5W {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #fpQ5kNM0vRUS8LZqrcIOsCT959Zq9mdv {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #zFczzpeTcpQHwnlwAICn9eXI8JSlysXF {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #gAbakK8fWUmg0Xi7HuGECQRrXHPadfpG {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #wHAvzQS0Ks7DJGF3FmPQyhXiETnvJTke {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #nlg33VGKXLZuwQ6l0aGJI9nIDcKxCZDk {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #syhlvZecBZTofglpBdyTsGKAxmMg9uFy {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #FE049oSvLF16dd2ED63M37TZk415sC2N {  }
 }@media only screen and (max-width: 763px) { #d3bdWSzXVk90q1NTmnp4hOFhr4OI5JNi #HyMw4pFD9uolhzpZ8PQIkKoAZriz39Ue {  }
 }@media only screen and (max-width: 763px) { #nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU { display:block; }#nTpSFufeJTGnHPyTDDTJK4vK4BzEsdTU > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HRGN1tSqXkvWAh8dlbOARgiLiMl1OZNA { width:20rem;height:5.84911875rem;top:6.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PbUskMhlkiJzkS6K7qz2rQey1ROOOUTa { width:20rem;height:5.19921875rem;top:12rem;left:0.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qRyfxQtKkkCaehSgA6QwBRvwhypbNohk { width:18.3125rem;height:3.8997375rem;top:1.3125rem;left:0.84375rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ap5aWx8mlZHcB7XNfyhGw4Kumryf7gCw { width:20rem;height:5.19791875rem;top:6.2109375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd { display:block; }#fS2I4GbkD4QBkVg0z14xDh8EBHiglbzd > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ew1B3NaUAJXkiyCOiFDvWF9OrqNVtBqb { width:7.5625rem;height:1.8125rem;top:1.25rem;left:6.1875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #gDQMWWsu6lsbvuNkPLnvpZf0BzDDJNRv { width:5.0625rem;height:1.4375rem;top:0rem;left:7.4687505960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #zStkNTuUrkTokR1cgnnx44NP4AtEqaxW { width:15.1875rem;height:1.625rem;top:2.3125rem;left:2.4062501192093rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }