.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4a321f85-9097-4572-950d-1e766d454cd1/Untitleddesign11.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.44); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;overflow:visible;position:relative;display:block; }#eQEVU6WQLDdMoRkTXNVRCKr48cVWyW8Q { color:#ffffff;display:block;width:39.5rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:11.5625rem;left:1.375rem;height:8.099625rem;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; }
#C2JMPRz3u1H8S2l5I4HErc1HzUXXPbO7 { color:#fffefe;display:block;width:37.4375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:21.75rem;left:1.375rem;height:4.125rem;font-style:normal;display:block; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-form-header {  }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:21.875rem;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;line-height:2.3;overflow:hidden; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .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:21.875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-input-text {padding-top: 0; padding-bottom: 0;}#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .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:21.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .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:21.875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-input-select {padding-top: 0; padding-bottom: 0;}#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .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; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .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:21.875rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .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:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:20.5rem;overflow:hidden;font-style:normal; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .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; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-container:first-of-type{padding-top:0;}#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-container:last-of-type{padding-bottom:0;}#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:11.5625rem;left:49.3125rem; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu {display:block;}#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;position:absolute;top:11.5625rem;left:49.3125rem; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #NB8Ina6RqwMkO64tAkJMNOSTTdmAeIxH { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #z8MIG0eLZegoehJ5cWDm7dHSkELpqEH8 { position:relative;display:block; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #Tzmk1gMS1DUTIrS14nNEfkKfDHHN5xhO { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #NISmt3MTCWMTsToescaunss8GHkvWMeF { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #IS49nFTh8TXs9rOF98JgQ5A5NPBaUtQM { position:relative;display:block; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #EtLp505ATUALMwHSDIvsVPMtlqPiHNTe { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #zhbD0cgvN8hIVly3n8TImb7mlWzQzveK { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #N4fq5GwPI5cfTaxlzO4RuOUvsRKi9Oul { position:relative;display:block; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #IsrILeUcpeJoQTuDc67WTqTJbz1PP6Px { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #BSyf4wEJHOaz2M3ScK4sfH2xuAowmLF3 { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #blb7vnKH4vh9SoVxPTp4rseNvHBID1Kv { position:relative;display:block; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #qmcWln2k8c1pBPQiaQAEeT4W6b2XLe1Z { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #iKPe9Hq8IZFExBQ3hZ4aRGZb3Eio1LEQ { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #wA1KIAizQ3FTO8BkaPCAIHez1kTMhLbA { position:relative;display:block; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #ZEoABAUQT3LEeMRhzLieX9MqievR623a { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #p1tI6WpgK7vudDiGpBZqJFAKBHpr1Dhi { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #T0JpZzJ0737dQU3SUQ5ZNQ3iKaIigJIm { position:relative;display:block; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #k1ftCO4q54vee8KkDZoAeWWvwD7yv7eb { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #Rg8eMmDb6Xmu5DJ19eAN55Fo8m4obohc { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #JvTOhGplfq5q2Rs8PN6r002xz104A5KR { position:relative;display:block; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #HgkO4okx8U6TfAZRDGLtyJpHdD0beZlh { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #OC1SQHz4mQKMXpT2ASAribTFxm11CBQZ { position:relative; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #TsRWw66i3lFafXyuQKadqH8MowwhScax { position:relative; }
#P5MzVMfKqfEy8O8NtohiSMxh1zoSIOEE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:31rem;left:1.375rem; }
#sh42NsrL8FWw1VT6UUXEENct4RaAG5W2 { color:#fffefe;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:31.125rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#VfGkZKsQ6MS9qhib4zQkbKfvOtHQL11W { color:#fffefe;display:block;width:17.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:33.6875rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#ndftfQQhAUTglPPyaZa7G9XOeci0b9iZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:33.5625rem;left:1.375rem; }
#Xqdh6iEayP7ZOsoKUOnOtphbTdaD5DFh { color:#fffefe;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:38.5625rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#BHK8eZypctPRcLdXke4kk0mub4FZw8S7 { color:#fffefe;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:36.1875rem;left:3.75rem;height:1.78125rem;font-style:normal;display:block; }
#cqT6p1zLZ6bmpmrGbU9OdbVTiVPr4Zya { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:36.0625rem;left:1.375rem; }
#IeQSU8CxUDl6LW9lk4dLuSS7CM6V0891 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:38.625rem;left:1.375rem; }
#LG9LlcXKbzaUcuUOBhyASP2ueHTz1xoC { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.53125rem;left:60.5rem;display:block; }
#TtZUKkGCaWk6BxwzenLkyRziIsTHwqZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#spJqhdFPSNtO0NomQ69hn2k1Kb6WPg7T { color:#fffefe;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:26.7802734375rem;left:1.375rem;height:2.0625rem;font-style:normal;display:block; }
#dcKzmQ7ThKUhkfPfqouOReuZuOGpCOEN { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:12.375rem;top:0rem;left:0.375rem;overflow:hidden;display:block; }
#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw { 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; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { background-color: transparent; background-image: none; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container > .video-iframe-container { display: none; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row > .video-iframe-container { display: none; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .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); }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { border-width: 0; border-radius: 0; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#RJuTZTbHLKrWdpIN9zMkKTbnRb0NbLoV { color:#363636;display:block;width:29.375rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;top:5.625rem;left:1.375rem;height:2.25rem;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; }
#nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ { color:rgba(34,34,34,0.8);display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:9.5rem;left:1.375rem;height:9.597625rem;font-style:normal;display:block; }
#mBCXk8dLmOiCB1x72DrIaBRdHg7D2V7h { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:39.4375rem;left:1.375rem;display:block; }
#TlagWA3uWUKgUADrNbtX9TfdsRWZN1Si { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pn3UUdHszaCewD5yTZH91Gap2c7dNZnF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:21.0625rem;left:1.375rem; }
#uSIlT4p3kRGhGv8LhHm8Grb86cRkCi96 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:23.3125rem;left:1.375rem; }
#fdBHNZcIFWwnydmXIrTCGVI109S6e43b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:25.75rem;left:1.375rem; }
#p7TlZQeFmEeoGlsFIO47sIsiRWM6Q4Qt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.4375rem;left:1.375rem; }
#LNO1XD4vCodGOOlVbm6VpSo5XBHdVf8d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:28.125rem;left:1.375rem; }
#y27TeWf7brocDAvUhdi5r3IUVwQDpM7A { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:21.0625rem;left:4.0625rem;height:1.29980625rem;display:block; }
#LNOpyqbVU3Ax0iUfl04uoPzgzx9rCJDi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:23.25rem;left:4.0625rem;height:1.29980625rem;display:block; }
#OtbFZ0tWT2VfmFlr9NV1fcseUT1mHi4q { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:25.6875rem;left:4.0625rem;height:1.29980625rem;display:block; }
#hwV0mbSUobtmMQP44gsPs4FtvD7B5uL4 { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:28.125rem;left:4.0625rem;height:1.29980625rem;display:block; }
#dywT9Ulc7FHAiIaEQZCIVcpBxrJT3uBl { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:30.4375rem;left:4.0625rem;height:1.29980625rem;display:block; }
#bwcnQ3RGDfHJzi9HqJIoHMmTyxvLZcQJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:32.5625rem;left:1.375rem; }
#gQCqSwOoXZQMxZ3kSCpRmkoAvl2x51Ki { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:32.5625rem;left:4.0625rem;height:1.29980625rem;display:block; }
#iAeOHa2fe8Li25nAvTzN4POxyadpG6Ra { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:34.875rem;left:1.375rem; }
#mpQ6CrshgP847xdlmX9MUAsnyGvChIKX { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:34.875rem;left:4.0625rem;height:1.29980625rem;display:block; }
#As6KdU4Vi3DvmgslxVv1pK08IAB55VM6 { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:37.2626953125rem;left:44.59375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#VJZkbPuaTgy2BetTnhf88q38rSRpihV6 { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:30.1875rem;width:37.5625rem;top:5.6875rem;left:37.4375rem;overflow:hidden;display:block; }
#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 { 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; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { background-color: transparent; background-image: none; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container > .video-iframe-container { display: none; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row > .video-iframe-container { display: none; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .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); }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { border-width: 0; border-radius: 0; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#aL5bTnxNqJrwCwK8u6k6u9q9JWVriACI { color:#363636;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.375rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b.adaptive-delivery-prevent-bg, #IaorPQuB6uE89b3u1RCqO9z3BRBklx4b.lazyload, #IaorPQuB6uE89b3u1RCqO9z3BRBklx4b.lazyloading { background-image: none; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { background-color: transparent; background-image: none; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container > .video-iframe-container { display: none; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row > .video-iframe-container { display: none; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .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); }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { border-width: 0; border-radius: 0; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#K5cTsbKxPBr1qxf2ETufPTgnKgZIHbxH { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0rem 0.125rem rgba(0,0,0,0.3) ;height:21.9375rem;width:25.0625rem;top:2.59375rem;left:0rem;display:block; }
#TU0HTqLBcIVxJl0IevLb3OWHJxgkzcXA { color:#222222;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:9.75rem;left:4.875rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JEiZHePJV9NXEfigmXnEyulqPhT0Km6u { position:absolute;display:block;z-index:15003;background-color:#126b90;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:10.3125rem;top:20.9375rem;left:7.375rem;display:block; }
#aJSduC5uLBiF2mqFkb7T1zbhJpB6CkdD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:4rem;left:10.4375rem; }
#VmTpxXOfg6LUeAtATu3VVfKTKSg7HA5F { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:13.25rem;left:2.5rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#otSZcRHk7HrO7WB25qhV0OEe5J2KrR6N { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0rem 0.125rem rgba(0,0,0,0.3) ;height:22rem;width:25.0625rem;top:2.5625rem;left:25rem;display:block; }
#VeHd8vfFXVmmXPvyJWf95nb5cW0uTW8t { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0rem 0.125rem rgba(0,0,0,0.3) ;height:21.9375rem;width:24.875rem;top:2.5625rem;left:50.125rem;display:block; }
#H4IyxM8RBMMO2pVQlGkTBz56mWUt84NV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:4rem;left:35.4375rem; }
#UAoqQfL92p95TDfR45qAUyESOrVgHHzz { color:#222222;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.75rem;left:29.84375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VXTTEmNyHL44o2Bwg54BfTMHJ7It2qXl { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:13.25rem;left:27.5rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#xee0fPkOIB3DxODRNBBXAp3WeDEDedxZ { position:absolute;display:block;z-index:15007;background-color:#126b90;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:10.3125rem;top:20.9375rem;left:32.34375rem;display:block; }
#iq7i2iMNWbQC1GHbFb5zOAzfFMR3nqyd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:4rem;left:60.4375rem; }
#EwiOKoAZrFFdaC1q46eVOtfilPBEySzi { color:#222222;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:9.75rem;left:54.84375rem;height:1.94970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ob8m1Czq7qw8UbSlMhKC1cuD3oaleX7D { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:13.5rem;left:52.5rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#aVZ45QzcomXyBlbclr78T4ySkOASCyD3 { position:absolute;display:block;z-index:15011;background-color:#126b90;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:10.3125rem;top:20.9375rem;left:57.34375rem;display:block; }
#Mr14mt3oSd7FdzHuweSvg9rptGeLf831 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:37.8125rem;left:2.875rem;display:none; }
#gxxcfk60vbJLOT7Q6ZaTE1P80CsiDZNz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1352a2;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; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { background-color: transparent; background-image: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .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); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { border-width: 0; border-radius: 0; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { font-size:0.875rem;font-family:arial;height:20.6875rem;width:75rem;position:relative;display:block; }#lv1LrUMl3cIOS8sSlJWTgUk0EBqL1fMw { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.03125rem;left:0rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHWm9sHmFutiElsTOGmJorDR6sMPHawz { color:#000000;display:block;width:40.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:8.125rem;left:17.46875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#QkBJvPZPDPyE9Qw7JwGp41anSZsJRKvp { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:14.4375rem;left:29.46875rem;display:block; }
#as3JhwHlet5GDmnok4Zidp1q7dVN9ml6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE { 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; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container { background-color: transparent; background-image: none; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container > .video-iframe-container { display: none; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row > .video-iframe-container { display: none; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .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); }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container { border-width: 0; border-radius: 0; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#lxSSBfazeKbp53mi1Be3l0eJkhxer6k2 { position:absolute;display:block;z-index:15000;height:21.75rem;width:75rem;top:4.125rem;left:0rem;display:block; }
#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1352a2;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; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container { background-color: transparent; background-image: none; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container > .video-iframe-container { display: none; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row > .video-iframe-container { display: none; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .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); }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container { border-width: 0; border-radius: 0; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#eBkIs4rfnqAyQ1KoFkd0iy8rz6BNUKnS { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.375rem;left:0rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZnQFd8eEFXkgbL71MnBJW4GMpCKWnZ3u { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.1875rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NK3q52FT58lFOCCZieiGn7pniTfgBZbq { 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; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container { background-color: transparent; background-image: none; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container > .video-iframe-container { display: none; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row > .video-iframe-container { display: none; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .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); }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container { border-width: 0; border-radius: 0; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;position:relative;display:block; }#T5zJi74h5TK30tqF7R7K25UyPppXlZ5d { color:#1352a2;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.3125rem;left:2.1875rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#O3i3vCQKgbaCT7nQe2LDPEVxkHA75z2U { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:17.875rem;left:1.6875rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GANBSh1QTZlAaH9WJbErU21zn6mgtXZn { color:#1352a2;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.3125rem;left:28.75rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#IAW9H4BtkewgQA1EBGiWBzDfJvJMsqTd { color:#000000;display:block;width:18.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:17.875rem;left:28.0625rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qozo9lNgtSi6qNexRbPZz5ZdTO9t9lVn { color:#1352a2;display:block;width:17.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.3125rem;left:55.3125rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#H4navn8h0b6zpvmPwoQrc5GphdLdJPcK { color:#000000;display:block;width:18.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:17.875rem;left:54.8125rem;height:5.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tuazITB2E6TxGIP17pq4J0WRZMVKkMbr { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0.125rem 0.5625rem rgba(0,0,0,0.12) ;height:22.1875rem;width:21.875rem;top:4.125rem;left:26.5rem;display:block; }
#dROiIebFo3aQ5ZbC134TA4krD9ZMyk8X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.9375rem;left:8.1875rem; }
#VTXTnTowTMqIB1HoeZwcc48L2aTF79nI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.9375rem;left:34.75rem; }
#PREBOCgy7tH5QkqinBHeTiOKhtAk4pPU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:6.9375rem;left:61.3125rem; }
#zqTc99J9UMkPsgEUMwUSeyrJmDXtOzTk { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.25rem;left:29.5rem;display:block; }
#tRTJZtC5CpeKKIZf5wqQSuENs9e5T5dm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ULXyJ4cNviSrNeRGB3KscCi9JNn9bPtq { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0.125rem 0.5625rem rgba(0,0,0,0.12) ;height:22.1875rem;width:21.875rem;top:4.125rem;left:0rem;display:block; }
#iS6ipgfxWRQlVH0W7qW1F6CzOmpXPFrp { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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: 0rem 0.125rem 0.5625rem rgba(0,0,0,0.12) ;height:22.1875rem;width:21.875rem;top:4.125rem;left:53.125rem;display:block; }
#Oc7te46HT5HTq1utG4FqkxXKlalNAbkG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1352a2;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; }#Oc7te46HT5HTq1utG4FqkxXKlalNAbkG > .row .container { background-color: transparent; background-image: none; }#Oc7te46HT5HTq1utG4FqkxXKlalNAbkG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc7te46HT5HTq1utG4FqkxXKlalNAbkG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc7te46HT5HTq1utG4FqkxXKlalNAbkG > .row .container > .video-iframe-container { display: none; }#Oc7te46HT5HTq1utG4FqkxXKlalNAbkG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oc7te46HT5HTq1utG4FqkxXKlalNAbkG > .row > .video-iframe-container { display: none; }#Oc7te46HT5HTq1utG4FqkxXKlalNAbkG > .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); }#Oc7te46HT5HTq1utG4FqkxXKlalNAbkG > .row .container { border-width: 0; border-radius: 0; }#Oc7te46HT5HTq1utG4FqkxXKlalNAbkG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oc7te46HT5HTq1utG4FqkxXKlalNAbkG > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#cvGfJ5CP8oTZbFVapdB8ewpbbokGWDoo { color:#ffffff;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.6;letter-spacing:0;top:19.1875rem;left:4.1875rem;height:3.199225rem;display:block; }
#V60s2JfJUVBdpaOhT6ATLZ7oRV2fWPSU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:12.6875rem;left:0.875rem; }
#kQQnOpm2CM7cEqZ3NfTzvo1JDL16bp79 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.9375rem;left:4.1875rem;height:1.4624rem;display:block; }
#vOqy1kib5ppkxDMWc8PtOho1Bdt8Iwb7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:16.1875rem;left:1.1875rem; }
#M5AZiZbfZAQM00fMb8NJGCt0M7vNpX0t { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.1875rem;left:4.1875rem;height:1.4624rem;display:block; }
#KuXDowLqUqKU5686KkICcupbKOWZd9c2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:19.1875rem;left:1.125rem; }
#hdtvOdefkMTRT8AR7tlhVIHU41Rpq2g3 { color:#fffbfb;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.25rem;left:0.875rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MvscEhi3KIAIWbFPlB2EpboGBmb9IiiS { 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:24.25rem;width:26.6875rem;top:3.0625rem;left:45.19970703125rem;overflow:hidden;display:block; }
#c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf { 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; }#c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf > .row .container { background-color: transparent; background-image: none; }#c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf > .row .container > .video-iframe-container { display: none; }#c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf > .row > .video-iframe-container { display: none; }#c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf > .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); }#c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf > .row .container { border-width: 0; border-radius: 0; }#c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;position:relative;display:block; }#tC56P4Tw30S5WDOZuUqi67kyOL60gy5J { color:#363636;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:4.5625rem;left:21.15625rem;height:2.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #000000; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T .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; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;color:#000000; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T .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;color:#363636;line-height:1.4;overflow:hidden;height:auto;text-align:left;text-align-last:left; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T .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; }#KazJqMDIdGXRQuwvtkV30qfugeApR97T .accordion-trigger.adaptive-delivery-prevent-bg, #KazJqMDIdGXRQuwvtkV30qfugeApR97T .accordion-trigger.lazyload, #KazJqMDIdGXRQuwvtkV30qfugeApR97T .accordion-trigger.lazyloading { background-image: none; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T { box-sizing:content-box;height:auto;width:63.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.4375rem;z-index:15007;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.35009765625rem;left:4.28125rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #ikfAXGyyiZ8H2QIoO2HGDEAEDreJTdJr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #VmDfT19medqGBGQKmqgxOry6tlfWt4LJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #mxF7i52WIEtphdxqLVlw3KEVk8sPJ6kv { display:block;position:relative; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #fopxGvZBFo5FQnomWLeRPax1OvROI1ks {  }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #TzIoBD7bn7P0hHNmgfcf16ESB3mdmJyU {  }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #RvWiTVarZ5eyltIaCkP3dhIfnyk5gJeQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #ng4e7uLAUux0GTfAJiFEdPARTqSOEguu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #uf78SzB63sDQ0vpdABkgnWribViLRkWC { display:block;position:relative; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #Fe7u9tiQtwDbvD1JCcdV6aQAmd6feQTh {  }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #TeTkZnrGF7pMbDoEwlVcIFZZ2goaHkAR { display:none; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #vCt1S9lzuKDu5bnzdu7uaPlo9Deyi95s { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #y9EbwqO7U23LnawR5MglPro0Ncr4LU1r { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #VuA5Dpvnv6xC7U4R7m94ymiyThOdp4qL { display:block;position:relative; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #Wvp6IuNIpLtWTGJlvzo3IhxIQedTC0PT {  }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #PMNo0p06ptZHPP2MaEri3DbDn2kacznt { display:none; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #kcDWx1oMLoB3aV0OZGlSXILKFIFPQ25u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #Tgobr7h0MfGfGaQh1QelUgoPkqXDdAqL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #eTZxO5GM3CxBCzUsLZoTXexwqdayaDM2 { display:block;position:relative; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #gI9d76g0BDpr8Zi1zFIzR47CcJRsqZXp {  }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T #uPhT4kzdSPOrTdxMM69WwB13llSL5KFO { display:none; }
#kcQq57d7HooGXwCub696B8mT4dhg4JrQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1352a2;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; }#kcQq57d7HooGXwCub696B8mT4dhg4JrQ > .row .container { background-color: transparent; background-image: none; }#kcQq57d7HooGXwCub696B8mT4dhg4JrQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcQq57d7HooGXwCub696B8mT4dhg4JrQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcQq57d7HooGXwCub696B8mT4dhg4JrQ > .row .container > .video-iframe-container { display: none; }#kcQq57d7HooGXwCub696B8mT4dhg4JrQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kcQq57d7HooGXwCub696B8mT4dhg4JrQ > .row > .video-iframe-container { display: none; }#kcQq57d7HooGXwCub696B8mT4dhg4JrQ > .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); }#kcQq57d7HooGXwCub696B8mT4dhg4JrQ > .row .container { border-width: 0; border-radius: 0; }#kcQq57d7HooGXwCub696B8mT4dhg4JrQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kcQq57d7HooGXwCub696B8mT4dhg4JrQ > .row .container { font-size:0.875rem;font-family:arial;height:46.6875rem;width:75rem;position:relative;display:block; }#mEcgnJb81X9eikahxlD3At0TmPXOhOKi { position:absolute;display:block;z-index:15008;height:18.25rem;width:31.4375rem;top:16.8125rem;left:1.875rem;display:block; }
#P55zRR57TmppXPaqIeSpQP8zc6HzAZEV { color:#ffffff;display:block;width:32.6875rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:3.875rem;left:21.15625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#clxIoxhCRdVJ3aNkbtuVUoWMxl5qToB0 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15008;line-height:.1;letter-spacing:0;top:11.5rem;left:2rem;height:0.505370625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#muUGtsc9Pc4U9SGmFyAyQHUw11I2J1rb { position:absolute;display:block;z-index:15009;height:18.25rem;width:31.4375rem;top:16.8125rem;left:41.6875rem;display:block; }
#dqiLkrIsHTZXnPl5qoEcAPLKJmDmAyNq { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15009;line-height:.7;letter-spacing:0;top:11.16162109375rem;left:41.78125rem;height:1.18115rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MbnSmvouPqI3QT50XcKD2onwG85QHT2Q { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15009;line-height:.1;letter-spacing:0;top:14.75rem;left:2rem;height:0.26171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DF0fomcFXOwT0FUM9dcT1XuuafelhL7N { color:#ffffff;display:block;width:34.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:700;z-index:15010;line-height:.1;letter-spacing:0;top:14.8154296875rem;left:40.125rem;height:0.130859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gIGXLUkPJTF6ACOnmBaSefCnyG2HrJhT { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:40.25rem;left:29.46875rem;display:block; }
#bl4OgWvJKGpmgFBMutbFl5QAHQbV0IeC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 { 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; }#gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 > .row .container { background-color: transparent; background-image: none; }#gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 > .row .container > .video-iframe-container { display: none; }#gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 > .row > .video-iframe-container { display: none; }#gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 > .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); }#gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 > .row .container { border-width: 0; border-radius: 0; }#gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:75rem;position:relative;display:block; }#tEL3NEMBEBtOqIwripDcQhXLPauak8OB { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:7.5rem;height:1.2246125rem;font-style:normal;display:block; }
#pTLQQtm8eK1GNepCk7Abix3LC9D5TG8a { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:9.4375rem;left:31.875rem;display:block; }
#rb9KKRLzbawXe7kRx0nVJZEFccGqsR7K { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6rem;left:53.125rem;height:1.2246125rem;font-style:normal;display:block; }
#lTb5Liz4ufPTNTonqkh8TfETkCykUTqL { color:#000000;display:block;width:11.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:35rem;height:1.2246125rem;font-style:normal;display:block; }
#a4zXyyN8NHl2c5gA0eoSOktp5ekEkg6i { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:4.1875rem;left:33rem;height:1.04980625rem;font-style:normal;display:block; }
#mOJFDKNxUon2CWfr2x8qx6aT7Uwqq4Rb { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:9.4375rem;left:7.5rem;display:block; }
#XDixSGXntGSGPgf9GzgoGVx4sATawuwT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.9560546875rem;left:33rem; }
#c3KbbJPDgaS7NCaN0wQsWlnTLtk5BrEU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:5.875rem;left:51.1875rem; }
#z5ZDsJfE3iJnMmN7BuioBfWFkTIzqiSE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:6.5rem;top:2.1875rem;left:6.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQEVU6WQLDdMoRkTXNVRCKr48cVWyW8Q { width:39.5rem;height:8.0625rem;top:11.5625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2JMPRz3u1H8S2l5I4HErc1HzUXXPbO7 { width:37.4375rem;height:4.125rem;top:21.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-input-text {padding-top: 0; padding-bottom: 0;}#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-input-select {padding-top: 0; padding-bottom: 0;}#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-input-button { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-checkbox-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu  { width:21.875rem;height:auto;top:11.5625rem;left:23.375rem; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu {display:block;}#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu { width:21.875rem;height:auto;top:11.5625rem;left:23.375rem; }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #NB8Ina6RqwMkO64tAkJMNOSTTdmAeIxH {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #z8MIG0eLZegoehJ5cWDm7dHSkELpqEH8 {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #Tzmk1gMS1DUTIrS14nNEfkKfDHHN5xhO {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #NISmt3MTCWMTsToescaunss8GHkvWMeF {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #IS49nFTh8TXs9rOF98JgQ5A5NPBaUtQM {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #EtLp505ATUALMwHSDIvsVPMtlqPiHNTe {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #zhbD0cgvN8hIVly3n8TImb7mlWzQzveK {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #N4fq5GwPI5cfTaxlzO4RuOUvsRKi9Oul {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #IsrILeUcpeJoQTuDc67WTqTJbz1PP6Px {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #BSyf4wEJHOaz2M3ScK4sfH2xuAowmLF3 {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #blb7vnKH4vh9SoVxPTp4rseNvHBID1Kv {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #qmcWln2k8c1pBPQiaQAEeT4W6b2XLe1Z {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #iKPe9Hq8IZFExBQ3hZ4aRGZb3Eio1LEQ {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #wA1KIAizQ3FTO8BkaPCAIHez1kTMhLbA {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #ZEoABAUQT3LEeMRhzLieX9MqievR623a {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #p1tI6WpgK7vudDiGpBZqJFAKBHpr1Dhi {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #T0JpZzJ0737dQU3SUQ5ZNQ3iKaIigJIm {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #k1ftCO4q54vee8KkDZoAeWWvwD7yv7eb {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #Rg8eMmDb6Xmu5DJ19eAN55Fo8m4obohc {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #JvTOhGplfq5q2Rs8PN6r002xz104A5KR {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #HgkO4okx8U6TfAZRDGLtyJpHdD0beZlh {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #OC1SQHz4mQKMXpT2ASAribTFxm11CBQZ {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #TsRWw66i3lFafXyuQKadqH8MowwhScax {  }
 }@media only screen and (max-width: 763px) { #P5MzVMfKqfEy8O8NtohiSMxh1zoSIOEE { top:31rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sh42NsrL8FWw1VT6UUXEENct4RaAG5W2 { width:15.75rem;height:1.75rem;top:31.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfGkZKsQ6MS9qhib4zQkbKfvOtHQL11W { width:17.4375rem;height:1.75rem;top:33.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndftfQQhAUTglPPyaZa7G9XOeci0b9iZ { top:33.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xqdh6iEayP7ZOsoKUOnOtphbTdaD5DFh { width:14.3125rem;height:1.75rem;top:38.5625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHK8eZypctPRcLdXke4kk0mub4FZw8S7 { width:17.0625rem;height:1.75rem;top:36.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqT6p1zLZ6bmpmrGbU9OdbVTiVPr4Zya { top:36.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeQSU8CxUDl6LW9lk4dLuSS7CM6V0891 { top:38.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG9LlcXKbzaUcuUOBhyASP2ueHTz1xoC { width:13.5rem;height:3.4375rem;top:1.5rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZUKkGCaWk6BxwzenLkyRziIsTHwqZl { display:block; }
 }@media only screen and (max-width: 763px) { #spJqhdFPSNtO0NomQ69hn2k1Kb6WPg7T { width:34.375rem;height:2.0625rem;top:26.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcKzmQ7ThKUhkfPfqouOReuZuOGpCOEN { width:12.375rem;height:7.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw { display:block; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJuTZTbHLKrWdpIN9zMkKTbnRb0NbLoV { width:29.375rem;height:2.25rem;top:5.625rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ { width:31.6875rem;height:9.5625rem;top:9.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBCXk8dLmOiCB1x72DrIaBRdHg7D2V7h { width:16.0625rem;height:3.0625rem;top:39.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlagWA3uWUKgUADrNbtX9TfdsRWZN1Si { display:block; }
 }@media only screen and (max-width: 763px) { #pn3UUdHszaCewD5yTZH91Gap2c7dNZnF { top:21.0625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSIlT4p3kRGhGv8LhHm8Grb86cRkCi96 { top:23.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdBHNZcIFWwnydmXIrTCGVI109S6e43b { top:25.75rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7TlZQeFmEeoGlsFIO47sIsiRWM6Q4Qt { top:30.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNO1XD4vCodGOOlVbm6VpSo5XBHdVf8d { top:28.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y27TeWf7brocDAvUhdi5r3IUVwQDpM7A { top:21.0625rem;left:0rem;width:13.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNOpyqbVU3Ax0iUfl04uoPzgzx9rCJDi { top:23.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtbFZ0tWT2VfmFlr9NV1fcseUT1mHi4q { top:25.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwV0mbSUobtmMQP44gsPs4FtvD7B5uL4 { top:28.125rem;left:0rem;width:13.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dywT9Ulc7FHAiIaEQZCIVcpBxrJT3uBl { top:30.4375rem;left:0rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwcnQ3RGDfHJzi9HqJIoHMmTyxvLZcQJ { top:32.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQCqSwOoXZQMxZ3kSCpRmkoAvl2x51Ki { top:32.5625rem;left:0rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAeOHa2fe8Li25nAvTzN4POxyadpG6Ra { top:34.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpQ6CrshgP847xdlmX9MUAsnyGvChIKX { top:34.875rem;left:0rem;width:14.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #As6KdU4Vi3DvmgslxVv1pK08IAB55VM6 { top:37.25rem;left:24.15625rem;width:23.3125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJZkbPuaTgy2BetTnhf88q38rSRpihV6 { width:37.5625rem;height:30.1875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 { display:block; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aL5bTnxNqJrwCwK8u6k6u9q9JWVriACI { width:47.75rem;height:2.25rem;top:3.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaorPQuB6uE89b3u1RCqO9z3BRBklx4b { display:block; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5cTsbKxPBr1qxf2ETufPTgnKgZIHbxH { width:25.0625rem;height:21.9375rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0HTqLBcIVxJl0IevLb3OWHJxgkzcXA { width:15.3125rem;height:1.9375rem;top:9.75rem;left:0.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEiZHePJV9NXEfigmXnEyulqPhT0Km6u { width:10.3125rem;height:0.375rem;top:20.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJSduC5uLBiF2mqFkb7T1zbhJpB6CkdD { top:4rem;left:5.875rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmTpxXOfg6LUeAtATu3VVfKTKSg7HA5F { top:13.25rem;left:0rem;width:20.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otSZcRHk7HrO7WB25qhV0OEe5J2KrR6N { width:25.0625rem;height:22rem;top:2.5625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeHd8vfFXVmmXPvyJWf95nb5cW0uTW8t { width:24.875rem;height:21.9375rem;top:2.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4IyxM8RBMMO2pVQlGkTBz56mWUt84NV { top:4rem;left:21.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAoqQfL92p95TDfR45qAUyESOrVgHHzz { width:15.3125rem;height:1.9375rem;top:9.75rem;left:16.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTTEmNyHL44o2Bwg54BfTMHJ7It2qXl { top:13.25rem;left:11.6875rem;width:20.0625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xee0fPkOIB3DxODRNBBXAp3WeDEDedxZ { width:10.3125rem;height:0.375rem;top:20.9375rem;left:18.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq7i2iMNWbQC1GHbFb5zOAzfFMR3nqyd { top:4rem;left:37.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwiOKoAZrFFdaC1q46eVOtfilPBEySzi { width:15.3125rem;height:1.9375rem;top:9.75rem;left:32.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob8m1Czq7qw8UbSlMhKC1cuD3oaleX7D { top:13.5rem;left:27.5625rem;width:20.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVZ45QzcomXyBlbclr78T4ySkOASCyD3 { width:10.3125rem;height:0.375rem;top:20.9375rem;left:34.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mr14mt3oSd7FdzHuweSvg9rptGeLf831 { width:16.0625rem;height:3.0625rem;top:37.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gxxcfk60vbJLOT7Q6ZaTE1P80CsiDZNz { display:block; }
 }@media only screen and (max-width: 763px) { #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk { display:block; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lv1LrUMl3cIOS8sSlJWTgUk0EBqL1fMw { width:47.75rem;height:2.875rem;top:3rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHWm9sHmFutiElsTOGmJorDR6sMPHawz { top:8.125rem;left:3.84375rem;width:40.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkBJvPZPDPyE9Qw7JwGp41anSZsJRKvp { width:16.0625rem;height:3.0625rem;top:14.4375rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #as3JhwHlet5GDmnok4Zidp1q7dVN9ml6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZaehWGe6FxTI6xsyGuGI9pITwikBOokE { display:block; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxSSBfazeKbp53mi1Be3l0eJkhxer6k2 { top:4.125rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy { display:block; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBkIs4rfnqAyQ1KoFkd0iy8rz6BNUKnS { width:47.75rem;height:2.25rem;top:2.375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnQFd8eEFXkgbL71MnBJW4GMpCKWnZ3u { width:47.75rem;height:1.625rem;top:6.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK3q52FT58lFOCCZieiGn7pniTfgBZbq { display:block; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5zJi74h5TK30tqF7R7K25UyPppXlZ5d { width:17.5rem;height:1.75rem;top:14.3125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3i3vCQKgbaCT7nQe2LDPEVxkHA75z2U { width:18.4375rem;height:3.875rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GANBSh1QTZlAaH9WJbErU21zn6mgtXZn { width:17.5rem;height:1.75rem;top:14.3125rem;left:14.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAW9H4BtkewgQA1EBGiWBzDfJvJMsqTd { width:18.875rem;height:5.1875rem;top:17.875rem;left:12.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qozo9lNgtSi6qNexRbPZz5ZdTO9t9lVn { width:17.5rem;height:1.75rem;top:14.3125rem;left:30.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4navn8h0b6zpvmPwoQrc5GphdLdJPcK { width:18.375rem;height:5.1875rem;top:17.875rem;left:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuazITB2E6TxGIP17pq4J0WRZMVKkMbr { width:21.875rem;height:22.1875rem;top:4.125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dROiIebFo3aQ5ZbC134TA4krD9ZMyk8X { top:6.9375rem;left:3.625rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTXTnTowTMqIB1HoeZwcc48L2aTF79nI { top:6.9375rem;left:21.0625rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PREBOCgy7tH5QkqinBHeTiOKhtAk4pPU { top:6.9375rem;left:38.5rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqTc99J9UMkPsgEUMwUSeyrJmDXtOzTk { width:16.0625rem;height:3.0625rem;top:29.25rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRTJZtC5CpeKKIZf5wqQSuENs9e5T5dm { display:block; }
 }@media only screen and (max-width: 763px) { #ULXyJ4cNviSrNeRGB3KscCi9JNn9bPtq { width:21.875rem;height:22.1875rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iS6ipgfxWRQlVH0W7qW1F6CzOmpXPFrp { width:21.875rem;height:22.1875rem;top:4.125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc7te46HT5HTq1utG4FqkxXKlalNAbkG { display:block; }#Oc7te46HT5HTq1utG4FqkxXKlalNAbkG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvGfJ5CP8oTZbFVapdB8ewpbbokGWDoo { top:19.1875rem;left:0rem;width:20.25rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V60s2JfJUVBdpaOhT6ATLZ7oRV2fWPSU { top:12.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQQnOpm2CM7cEqZ3NfTzvo1JDL16bp79 { top:12.9375rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOqy1kib5ppkxDMWc8PtOho1Bdt8Iwb7 { top:16.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5AZiZbfZAQM00fMb8NJGCt0M7vNpX0t { top:16.1875rem;left:0rem;width:21.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuXDowLqUqKU5686KkICcupbKOWZd9c2 { top:19.1875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdtvOdefkMTRT8AR7tlhVIHU41Rpq2g3 { width:24.5rem;height:5.8125rem;top:4.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvscEhi3KIAIWbFPlB2EpboGBmb9IiiS { top:3.0625rem;left:21.0625rem;width:26.6875rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf { display:block; }#c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC56P4Tw30S5WDOZuUqi67kyOL60gy5J { width:32.6875rem;height:2.25rem;top:4.5625rem;left:7.53125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T { display:flex;height:auto;width:32rem;top:7.125rem;left:13.25rem; }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #ikfAXGyyiZ8H2QIoO2HGDEAEDreJTdJr {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #VmDfT19medqGBGQKmqgxOry6tlfWt4LJ {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #mxF7i52WIEtphdxqLVlw3KEVk8sPJ6kv {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #fopxGvZBFo5FQnomWLeRPax1OvROI1ks {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #TzIoBD7bn7P0hHNmgfcf16ESB3mdmJyU {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #RvWiTVarZ5eyltIaCkP3dhIfnyk5gJeQ {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #ng4e7uLAUux0GTfAJiFEdPARTqSOEguu {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #uf78SzB63sDQ0vpdABkgnWribViLRkWC {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #Fe7u9tiQtwDbvD1JCcdV6aQAmd6feQTh {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #TeTkZnrGF7pMbDoEwlVcIFZZ2goaHkAR {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #vCt1S9lzuKDu5bnzdu7uaPlo9Deyi95s {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #y9EbwqO7U23LnawR5MglPro0Ncr4LU1r {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #VuA5Dpvnv6xC7U4R7m94ymiyThOdp4qL {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #Wvp6IuNIpLtWTGJlvzo3IhxIQedTC0PT {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #PMNo0p06ptZHPP2MaEri3DbDn2kacznt {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #kcDWx1oMLoB3aV0OZGlSXILKFIFPQ25u {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #Tgobr7h0MfGfGaQh1QelUgoPkqXDdAqL {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #eTZxO5GM3CxBCzUsLZoTXexwqdayaDM2 {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #gI9d76g0BDpr8Zi1zFIzR47CcJRsqZXp {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #uPhT4kzdSPOrTdxMM69WwB13llSL5KFO {  }
 }@media only screen and (max-width: 763px) { #kcQq57d7HooGXwCub696B8mT4dhg4JrQ { display:block; }#kcQq57d7HooGXwCub696B8mT4dhg4JrQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEcgnJb81X9eikahxlD3At0TmPXOhOKi { top:16.8125rem;left:0rem;width:31.4375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P55zRR57TmppXPaqIeSpQP8zc6HzAZEV { width:32.6875rem;height:2.25rem;top:3.875rem;left:7.53125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #clxIoxhCRdVJ3aNkbtuVUoWMxl5qToB0 { width:31.25rem;height:0.5rem;top:11.5rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #muUGtsc9Pc4U9SGmFyAyQHUw11I2J1rb { top:16.8125rem;left:16.3125rem;width:31.4375rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqiLkrIsHTZXnPl5qoEcAPLKJmDmAyNq { width:31.25rem;height:1.125rem;top:11.125rem;left:16.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbnSmvouPqI3QT50XcKD2onwG85QHT2Q { width:31.25rem;height:0.25rem;top:14.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF0fomcFXOwT0FUM9dcT1XuuafelhL7N { width:34.875rem;height:0.125rem;top:14.8125rem;left:12.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIGXLUkPJTF6ACOnmBaSefCnyG2HrJhT { width:16.0625rem;height:3.0625rem;top:40.25rem;left:15.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl4OgWvJKGpmgFBMutbFl5QAHQbV0IeC { display:block; }
 }@media only screen and (max-width: 763px) { #gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 { display:block; }#gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEL3NEMBEBtOqIwripDcQhXLPauak8OB { top:6.3125rem;left:0rem;width:19.875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTLQQtm8eK1GNepCk7Abix3LC9D5TG8a { top:9.4375rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9KKRLzbawXe7kRx0nVJZEFccGqsR7K { top:6rem;left:39.5rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTb5Liz4ufPTNTonqkh8TfETkCykUTqL { top:6.0625rem;left:21.375rem;width:11.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4zXyyN8NHl2c5gA0eoSOktp5ekEkg6i { top:4.1875rem;left:19.375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOJFDKNxUon2CWfr2x8qx6aT7Uwqq4Rb { top:9.4375rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDixSGXntGSGPgf9GzgoGVx4sATawuwT { top:5.9375rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3KbbJPDgaS7NCaN0wQsWlnTLtk5BrEU { top:5.875rem;left:37.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ZDsJfE3iJnMmN7BuioBfWFkTIzqiSE { width:6.5rem;height:3.875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/df5ac7d7-6c27-47b2-93dd-ced29bfeaa69/Untitled320x500px4.png");background-position:top left !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:91.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQEVU6WQLDdMoRkTXNVRCKr48cVWyW8Q { width:20rem;height:7.875rem;top:8.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:2.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C2JMPRz3u1H8S2l5I4HErc1HzUXXPbO7 { width:20rem;height:6.75rem;top:17.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.6875rem; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-input-text {padding-top: 0; padding-bottom: 0;}#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-input-select {padding-top: 0; padding-bottom: 0;}#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu  { width:17.5rem;height:auto;top:42.9990234375rem;left:0rem;border-top:0.0625rem solid #d4d4d4;border-left:0.0625rem solid #d4d4d4;border-right:0.0625rem solid #d4d4d4;border-bottom:0.0625rem solid #d4d4d4;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(212,212,212,0.5) ;z-index:15016; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu {display:block;}#PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu { width:17.5rem;height:auto;top:42.9990234375rem;left:0rem;border-top:0.0625rem solid #d4d4d4;border-left:0.0625rem solid #d4d4d4;border-right:0.0625rem solid #d4d4d4;border-bottom:0.0625rem solid #d4d4d4;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(212,212,212,0.5) ;z-index:15016; }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #NB8Ina6RqwMkO64tAkJMNOSTTdmAeIxH {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #z8MIG0eLZegoehJ5cWDm7dHSkELpqEH8 {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #Tzmk1gMS1DUTIrS14nNEfkKfDHHN5xhO {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #NISmt3MTCWMTsToescaunss8GHkvWMeF {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #IS49nFTh8TXs9rOF98JgQ5A5NPBaUtQM {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #EtLp505ATUALMwHSDIvsVPMtlqPiHNTe {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #zhbD0cgvN8hIVly3n8TImb7mlWzQzveK {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #N4fq5GwPI5cfTaxlzO4RuOUvsRKi9Oul {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #IsrILeUcpeJoQTuDc67WTqTJbz1PP6Px {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #BSyf4wEJHOaz2M3ScK4sfH2xuAowmLF3 {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #blb7vnKH4vh9SoVxPTp4rseNvHBID1Kv {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #qmcWln2k8c1pBPQiaQAEeT4W6b2XLe1Z {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #iKPe9Hq8IZFExBQ3hZ4aRGZb3Eio1LEQ {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #wA1KIAizQ3FTO8BkaPCAIHez1kTMhLbA {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #ZEoABAUQT3LEeMRhzLieX9MqievR623a {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #p1tI6WpgK7vudDiGpBZqJFAKBHpr1Dhi {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #T0JpZzJ0737dQU3SUQ5ZNQ3iKaIigJIm {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #k1ftCO4q54vee8KkDZoAeWWvwD7yv7eb {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #Rg8eMmDb6Xmu5DJ19eAN55Fo8m4obohc {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #JvTOhGplfq5q2Rs8PN6r002xz104A5KR {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #HgkO4okx8U6TfAZRDGLtyJpHdD0beZlh {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #OC1SQHz4mQKMXpT2ASAribTFxm11CBQZ {  }
 }@media only screen and (max-width: 763px) { #PSB41PF2pJ672xDJh1Zd1JrdJFsGHZdu #TsRWw66i3lFafXyuQKadqH8MowwhScax {  }
 }@media only screen and (max-width: 763px) { #P5MzVMfKqfEy8O8NtohiSMxh1zoSIOEE { display:flex;width:1.5625rem;height:1.5625rem;top:30.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #sh42NsrL8FWw1VT6UUXEENct4RaAG5W2 { width:14.75rem;height:1.59375rem;top:31rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfGkZKsQ6MS9qhib4zQkbKfvOtHQL11W { width:16.5625rem;height:1.59375rem;top:33.5rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndftfQQhAUTglPPyaZa7G9XOeci0b9iZ { display:flex;width:1.5625rem;height:1.5625rem;top:33.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Xqdh6iEayP7ZOsoKUOnOtphbTdaD5DFh { width:14.3125rem;height:1.59375rem;top:38.5625rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHK8eZypctPRcLdXke4kk0mub4FZw8S7 { width:16.3125rem;height:1.59375rem;top:36.0625rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqT6p1zLZ6bmpmrGbU9OdbVTiVPr4Zya { display:flex;width:1.5625rem;height:1.5625rem;top:36rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IeQSU8CxUDl6LW9lk4dLuSS7CM6V0891 { display:flex;width:1.5625rem;height:1.5625rem;top:38.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LG9LlcXKbzaUcuUOBhyASP2ueHTz1xoC { width:10.125rem;height:2.5rem;top:2.59375rem;left:8.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtZUKkGCaWk6BxwzenLkyRziIsTHwqZl { display:block; }
 }@media only screen and (max-width: 763px) { #spJqhdFPSNtO0NomQ69hn2k1Kb6WPg7T { width:20rem;height:3.5625rem;top:25.875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dcKzmQ7ThKUhkfPfqouOReuZuOGpCOEN { width:8.375rem;height:5rem;top:1.34375rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw { display:block; }#GHkJN4VGRI7o0yDNOxIncXHLpUtfHuuw > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJuTZTbHLKrWdpIN9zMkKTbnRb0NbLoV { width:20rem;height:2.2749rem;top:2.68701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nhqV2tzuvvIitDLvzrm3R7GAdbhlwkUQ { width:20rem;height:14.3965rem;top:27.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;color:rgba(0,0,0,0.8);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mBCXk8dLmOiCB1x72DrIaBRdHg7D2V7h { width:16.0625rem;height:3.0625rem;top:62.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlagWA3uWUKgUADrNbtX9TfdsRWZN1Si { display:block; }
 }@media only screen and (max-width: 763px) { #pn3UUdHszaCewD5yTZH91Gap2c7dNZnF { display:flex;width:1.5625rem;height:1.5625rem;top:43.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uSIlT4p3kRGhGv8LhHm8Grb86cRkCi96 { display:flex;width:1.5625rem;height:1.5625rem;top:46.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fdBHNZcIFWwnydmXIrTCGVI109S6e43b { display:flex;width:1.5625rem;height:1.5625rem;top:48.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p7TlZQeFmEeoGlsFIO47sIsiRWM6Q4Qt { display:flex;width:1.5625rem;height:1.5625rem;top:53.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LNO1XD4vCodGOOlVbm6VpSo5XBHdVf8d { display:flex;width:1.5625rem;height:1.5625rem;top:50.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y27TeWf7brocDAvUhdi5r3IUVwQDpM7A { width:13.6875rem;height:1.29980625rem;top:44.0625rem;left:2.625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LNOpyqbVU3Ax0iUfl04uoPzgzx9rCJDi { width:12.5rem;height:1.29980625rem;top:46.25rem;left:2.625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OtbFZ0tWT2VfmFlr9NV1fcseUT1mHi4q { width:12.5rem;height:1.29980625rem;top:48.4375rem;left:2.625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hwV0mbSUobtmMQP44gsPs4FtvD7B5uL4 { width:13.4375rem;height:1.29980625rem;top:50.9375rem;left:2.625rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dywT9Ulc7FHAiIaEQZCIVcpBxrJT3uBl { width:14.5rem;height:1.29980625rem;top:53.4375rem;left:2.6875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #bwcnQ3RGDfHJzi9HqJIoHMmTyxvLZcQJ { display:flex;width:1.5625rem;height:1.5625rem;top:55.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gQCqSwOoXZQMxZ3kSCpRmkoAvl2x51Ki { width:14.5rem;height:1.29980625rem;top:55.625rem;left:2.75rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #iAeOHa2fe8Li25nAvTzN4POxyadpG6Ra { display:flex;width:1.5625rem;height:1.5625rem;top:57.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mpQ6CrshgP847xdlmX9MUAsnyGvChIKX { width:14.5rem;height:1.29980625rem;top:57.875rem;left:2.6875rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #As6KdU4Vi3DvmgslxVv1pK08IAB55VM6 { width:20rem;height:1.13720625rem;top:24.6982421875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJZkbPuaTgy2BetTnhf88q38rSRpihV6 { width:20rem;height:16.0625rem;top:7.279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 { display:block; }#vawgfZ1QKOoT3ZAfmZ5OpfalXMnqb7d1 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aL5bTnxNqJrwCwK8u6k6u9q9JWVriACI { width:20rem;height:1.875rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaorPQuB6uE89b3u1RCqO9z3BRBklx4b { display:block; }#IaorPQuB6uE89b3u1RCqO9z3BRBklx4b > .row .container { width:20rem;height:67.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5cTsbKxPBr1qxf2ETufPTgnKgZIHbxH { width:20rem;height:20.5rem;top:-0.0625rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU0HTqLBcIVxJl0IevLb3OWHJxgkzcXA { width:18.75rem;height:1.7871125rem;top:6.49951171875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEiZHePJV9NXEfigmXnEyulqPhT0Km6u { width:10.3125rem;height:0.375rem;top:17.74755859375rem;left:4.84375rem;background-color:#1352a2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aJSduC5uLBiF2mqFkb7T1zbhJpB6CkdD { display:flex;width:4.125rem;height:4.125rem;top:1.13623046875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #VmTpxXOfg6LUeAtATu3VVfKTKSg7HA5F { width:17.125rem;height:5.19921875rem;top:9.44873046875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #otSZcRHk7HrO7WB25qhV0OEe5J2KrR6N { width:20rem;height:20.8125rem;top:22.00927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeHd8vfFXVmmXPvyJWf95nb5cW0uTW8t { width:20rem;height:20.625rem;top:45.00927734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4IyxM8RBMMO2pVQlGkTBz56mWUt84NV { display:flex;width:4.125rem;height:4.125rem;top:24.00927734375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #UAoqQfL92p95TDfR45qAUyESOrVgHHzz { width:15.3125rem;height:1.7871125rem;top:29.50927734375rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXTTEmNyHL44o2Bwg54BfTMHJ7It2qXl { width:17.5625rem;height:6.499rem;top:32.275390625rem;left:1.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xee0fPkOIB3DxODRNBBXAp3WeDEDedxZ { width:10.3125rem;height:0.375rem;top:40.57177734375rem;left:4.84375rem;background-color:#1352a2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #iq7i2iMNWbQC1GHbFb5zOAzfFMR3nqyd { display:flex;width:4.125rem;height:4.125rem;top:47.07177734375rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #EwiOKoAZrFFdaC1q46eVOtfilPBEySzi { width:15.3125rem;height:1.7871125rem;top:52.32177734375rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob8m1Czq7qw8UbSlMhKC1cuD3oaleX7D { width:17.4375rem;height:5.19921875rem;top:55.00927734375rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVZ45QzcomXyBlbclr78T4ySkOASCyD3 { width:10.3125rem;height:0.375rem;top:63.13427734375rem;left:4.84375rem;background-color:#1352a2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Mr14mt3oSd7FdzHuweSvg9rptGeLf831 { width:16.0625rem;height:3.0625rem;top:67.875rem;left:1.96875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #gxxcfk60vbJLOT7Q6ZaTE1P80CsiDZNz { display:block; }
 }@media only screen and (max-width: 763px) { #gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk { background-color:#1352a2;background-image:none;display:block; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { background-color: transparent; background-image: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row > .video-iframe-container { display: none; }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .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); }#gfsPMpsoiaBKQUsIKDIVTyvkLJRdIXyk > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lv1LrUMl3cIOS8sSlJWTgUk0EBqL1fMw { width:20rem;height:4.54980625rem;top:2.193359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHWm9sHmFutiElsTOGmJorDR6sMPHawz { width:20rem;height:7.7988125rem;top:8.755859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QkBJvPZPDPyE9Qw7JwGp41anSZsJRKvp { width:16.0625rem;height:3.0625rem;top:18.7412109375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #as3JhwHlet5GDmnok4Zidp1q7dVN9ml6 { display:block; }
 }@media only screen and (max-width: 763px) { #ZaehWGe6FxTI6xsyGuGI9pITwikBOokE { display:block; }#ZaehWGe6FxTI6xsyGuGI9pITwikBOokE > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lxSSBfazeKbp53mi1Be3l0eJkhxer6k2 { width:20rem;height:21.75rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy { display:block; }#yDKqd6T6fNiq0TnxTRMk1l01WfzRFGJy > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBkIs4rfnqAyQ1KoFkd0iy8rz6BNUKnS { width:20rem;height:1.75rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnQFd8eEFXkgbL71MnBJW4GMpCKWnZ3u { width:20rem;height:1.125rem;top:4.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK3q52FT58lFOCCZieiGn7pniTfgBZbq { display:block; }#NK3q52FT58lFOCCZieiGn7pniTfgBZbq > .row .container { width:20rem;height:85.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5zJi74h5TK30tqF7R7K25UyPppXlZ5d { width:17.5rem;height:1.7871125rem;top:12.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3i3vCQKgbaCT7nQe2LDPEVxkHA75z2U { width:16.625rem;height:5.19921875rem;top:16rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GANBSh1QTZlAaH9WJbErU21zn6mgtXZn { width:17.5rem;height:1.7871125rem;top:36.9501953125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IAW9H4BtkewgQA1EBGiWBzDfJvJMsqTd { width:16.8125rem;height:5.19921875rem;top:40.4375rem;left:1.59375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qozo9lNgtSi6qNexRbPZz5ZdTO9t9lVn { width:17.5rem;height:1.7871125rem;top:63rem;left:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H4navn8h0b6zpvmPwoQrc5GphdLdJPcK { width:16.5625rem;height:5.19921875rem;top:66.875rem;left:1.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tuazITB2E6TxGIP17pq4J0WRZMVKkMbr { width:20rem;height:23.6875rem;top:26.375rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dROiIebFo3aQ5ZbC134TA4krD9ZMyk8X { display:flex;width:5.5625rem;height:5.5625rem;top:5.3125rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #VTXTnTowTMqIB1HoeZwcc48L2aTF79nI { display:flex;width:5.5625rem;height:5.5625rem;top:29.8125rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #PREBOCgy7tH5QkqinBHeTiOKhtAk4pPU { display:flex;width:5.5625rem;height:5.5625rem;top:55.9375rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #zqTc99J9UMkPsgEUMwUSeyrJmDXtOzTk { width:16.0625rem;height:3.0625rem;top:78.3125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRTJZtC5CpeKKIZf5wqQSuENs9e5T5dm { display:block; }
 }@media only screen and (max-width: 763px) { #ULXyJ4cNviSrNeRGB3KscCi9JNn9bPtq { width:20rem;height:22.1875rem;top:1.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #iS6ipgfxWRQlVH0W7qW1F6CzOmpXPFrp { width:20rem;height:22.1875rem;top:52.7998046875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Oc7te46HT5HTq1utG4FqkxXKlalNAbkG { display:block; }#Oc7te46HT5HTq1utG4FqkxXKlalNAbkG > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvGfJ5CP8oTZbFVapdB8ewpbbokGWDoo { width:17.0625rem;height:3.199225rem;top:14.875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V60s2JfJUVBdpaOhT6ATLZ7oRV2fWPSU { display:flex;width:2.0625rem;height:2.0625rem;top:8.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kQQnOpm2CM7cEqZ3NfTzvo1JDL16bp79 { width:12.5rem;height:1.29980625rem;top:9rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOqy1kib5ppkxDMWc8PtOho1Bdt8Iwb7 { display:flex;width:1.5625rem;height:1.5625rem;top:12rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #M5AZiZbfZAQM00fMb8NJGCt0M7vNpX0t { width:16.1875rem;height:1.29980625rem;top:12.125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuXDowLqUqKU5686KkICcupbKOWZd9c2 { display:flex;width:1.5625rem;height:1.5625rem;top:14.875rem;left:0.25rem; }
 }@media only screen and (max-width: 763px) { #hdtvOdefkMTRT8AR7tlhVIHU41Rpq2g3 { width:20rem;height:4.2246125rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvscEhi3KIAIWbFPlB2EpboGBmb9IiiS { width:20rem;height:18.173302107728rem;top:21.44921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf { display:block; }#c9u7dkMy6CVJqxFb2KLxlrSluuZx20Jf > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tC56P4Tw30S5WDOZuUqi67kyOL60gy5J { width:20rem;height:4.19921875rem;top:2.4091796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T .accordion-heading-text { font-size:1.125rem;height:auto; }
#KazJqMDIdGXRQuwvtkV30qfugeApR97T { display:flex;height:auto;width:19.625rem;top:8.75rem;left:0rem;padding-top:0.1875rem;padding-right:0.1875rem;padding-bottom:0.1875rem;padding-left:0.1875rem; }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #ikfAXGyyiZ8H2QIoO2HGDEAEDreJTdJr {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #VmDfT19medqGBGQKmqgxOry6tlfWt4LJ {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #mxF7i52WIEtphdxqLVlw3KEVk8sPJ6kv {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #fopxGvZBFo5FQnomWLeRPax1OvROI1ks {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #TzIoBD7bn7P0hHNmgfcf16ESB3mdmJyU {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #RvWiTVarZ5eyltIaCkP3dhIfnyk5gJeQ {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #ng4e7uLAUux0GTfAJiFEdPARTqSOEguu {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #uf78SzB63sDQ0vpdABkgnWribViLRkWC {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #Fe7u9tiQtwDbvD1JCcdV6aQAmd6feQTh {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #TeTkZnrGF7pMbDoEwlVcIFZZ2goaHkAR {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #vCt1S9lzuKDu5bnzdu7uaPlo9Deyi95s {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #y9EbwqO7U23LnawR5MglPro0Ncr4LU1r {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #VuA5Dpvnv6xC7U4R7m94ymiyThOdp4qL {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #Wvp6IuNIpLtWTGJlvzo3IhxIQedTC0PT {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #PMNo0p06ptZHPP2MaEri3DbDn2kacznt {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #kcDWx1oMLoB3aV0OZGlSXILKFIFPQ25u {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #Tgobr7h0MfGfGaQh1QelUgoPkqXDdAqL {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #eTZxO5GM3CxBCzUsLZoTXexwqdayaDM2 {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #gI9d76g0BDpr8Zi1zFIzR47CcJRsqZXp {  }
 }@media only screen and (max-width: 763px) { #KazJqMDIdGXRQuwvtkV30qfugeApR97T #uPhT4kzdSPOrTdxMM69WwB13llSL5KFO {  }
 }@media only screen and (max-width: 763px) { #kcQq57d7HooGXwCub696B8mT4dhg4JrQ { display:block; }#kcQq57d7HooGXwCub696B8mT4dhg4JrQ > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEcgnJb81X9eikahxlD3At0TmPXOhOKi { width:19.6875rem;height:11.625rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P55zRR57TmppXPaqIeSpQP8zc6HzAZEV { width:20rem;height:0;top:2.5341796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #clxIoxhCRdVJ3aNkbtuVUoWMxl5qToB0 { width:20rem;height:8.09960625rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #muUGtsc9Pc4U9SGmFyAyQHUw11I2J1rb { width:20rem;height:11.3125rem;top:33.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqiLkrIsHTZXnPl5qoEcAPLKJmDmAyNq { width:20rem;height:2.0249rem;top:25.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MbnSmvouPqI3QT50XcKD2onwG85QHT2Q { width:20rem;height:2.699225rem;top:7.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DF0fomcFXOwT0FUM9dcT1XuuafelhL7N { width:20rem;height:2.69921875rem;top:28.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gIGXLUkPJTF6ACOnmBaSefCnyG2HrJhT { width:16.0625rem;height:3.0625rem;top:46.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl4OgWvJKGpmgFBMutbFl5QAHQbV0IeC { display:block; }
 }@media only screen and (max-width: 763px) { #gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 { display:block; }#gbPcGR4IJfshZXayU9CWusFnaX6B5CQ8 > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEL3NEMBEBtOqIwripDcQhXLPauak8OB { width:14.625rem;height:1.2246125rem;top:4.8125rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTLQQtm8eK1GNepCk7Abix3LC9D5TG8a { width:18.75rem;height:0.0625rem;top:15.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb9KKRLzbawXe7kRx0nVJZEFccGqsR7K { width:7.3125rem;height:1.2246125rem;top:12.73046875rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTb5Liz4ufPTNTonqkh8TfETkCykUTqL { width:14.375rem;height:1.2246125rem;top:9.9599609375rem;left:3.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4zXyyN8NHl2c5gA0eoSOktp5ekEkg6i { width:20rem;height:1.04980625rem;top:7.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mOJFDKNxUon2CWfr2x8qx6aT7Uwqq4Rb { width:18.75rem;height:0.0625rem;top:6.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDixSGXntGSGPgf9GzgoGVx4sATawuwT { width:1.5625rem;height:1.5625rem;top:9.79150390625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3KbbJPDgaS7NCaN0wQsWlnTLtk5BrEU { width:1.5625rem;height:1.5625rem;top:12.56201171875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5ZDsJfE3iJnMmN7BuioBfWFkTIzqiSE { width:6.5rem;height:3.875rem;top:1rem;left:7rem;overflow:hidden;display:block; }
 }