.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;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); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { position:relative;display:block; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { background-color: transparent; background-image: none; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container > .video-iframe-container { display: none; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row > .video-iframe-container { display: none; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .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); }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { border-width: 0; border-radius: 0; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container > .video-iframe-container {  }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#r0SXBvRGpnt7aJGzlPhsCg9Ugx3zdhOe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5rem;width:10.625rem;top:1.624755859375rem;left:32.1875rem;overflow:hidden;display:block; }
#v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy { position:relative;display:block; }#v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy { background-color: transparent; background-image: none; }#v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy > .row .container > .video-iframe-container { display: none; }#v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy > .row > .video-iframe-container { display: none; }#v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy > .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); }#v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy { border-width: 0; border-radius: 0; }#v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy > .row .container > .video-iframe-container {  }#v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:66.75rem;width:75rem;position:relative;display:block; }#JvPg6bdXb5UpxH6MzDN83gBAmM9U41WR { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HWmJKwCtKdrlGZs6DW9htVGTphUEZNpA { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.875rem;width:75rem;top:0.4375rem;left:0rem;overflow:hidden;display:block; }
#iCgBaRv4ts4Dk3uHb6zk18fTlg8yqdKc { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.74980625rem;width:9.3123125rem;top:47.8125rem;left:56.0625rem;overflow:hidden;display:block; }
#SJPZ5s5gJzfQUXTRCFP3UrpsvbXQ6qTA { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.686525rem;width:8.3748125rem;top:47.875rem;left:41.6875rem;overflow:hidden;display:block; }
#XOgmP1yJTbdHd144mAaeKO1LZkWpA1VZ { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.37480625rem;width:6.8748125rem;top:48.125rem;left:29.4375rem;overflow:hidden;display:block; }
#Ole8ZzFm5BWBBkCii48LRBw5X1FBGwwJ { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:7.2498125rem;top:47rem;left:8.25rem;overflow:hidden;display:block; }
#kfLxB6zvprWiq0b4Jz7GawFJSRtSqTwQ { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.374025rem;top:46.25rem;left:20.375rem;overflow:hidden;display:block; }
#c8CX79EqqG7tZvumxqg3GDBvXPtgKFis { color:#ffffff;display:block;width:54.0625rem;position:absolute;font-family:"sofia pro";font-size:2.875rem;font-weight:300;z-index:100024;line-height:.9;letter-spacing:0;top:5.4140625rem;left:7.0000038146975rem;height:5.275rem;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; }
#eGaGOFV7liNugycION3TgyVTy3Hdinsv { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43.75rem;width:75rem;top:1.4507813453674rem;left:0rem;overflow:hidden;display:block; }
#cn1bsLe9SPqPiRNvNSbzo2RGnZgqvA17 { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:"sofia pro";font-size:2.875rem;font-weight:300;z-index:100025;line-height:1.3;letter-spacing:0;top:10.689063072204rem;left:7.0000038146975rem;height:3.7375rem;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; }
#Kg7mxyknbtpP9JPM7uRTWrFxtdhe9zUV { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"sofia pro";font-size:1.375rem;font-weight:700;z-index:100035;line-height:1.3;letter-spacing:0;top:17.418750762939rem;left:7.8125038146975rem;height:1.7875rem;font-style:normal;display:block; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-form-header {  }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-regular-label { height:auto;display:block;font-family:"sofia pro";font-size:0.8125rem;font-weight:300;color:#909090;width:12.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:12.375rem;box-sizing:border-box;height:1.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-text {padding-top: 0; padding-bottom: 0;}#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:12.375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:12.375rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-select {padding-top: 0; padding-bottom: 0;}#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-button { border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#ff7155;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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.75rem;margin-bottom:0.25rem;margin-left:0.75rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:700;color:#f2f9ff;width:10.875rem;height:2.875rem;font-family:"sofia pro";overflow:hidden;line-height:1.4;font-style:normal; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .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:"sofia pro";line-height:1.3;font-size:0.625rem;font-weight:300;color:#000000;vertical-align:top;width:11.125rem;overflow:hidden;font-style:normal; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .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; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .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.5; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-container:first-of-type{padding-top:0;}#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-container:last-of-type{padding-bottom:0;}#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:12.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;left:7.0000038146975rem;top:19.206251144409rem;z-index:100034;position:absolute; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.375rem;display:block;vertical-align:top; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP {display:block;}#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:12.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;left:7.0000038146975rem;top:19.206251144409rem;z-index:100034;position:absolute; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #tFrAnDyEtprRT0nJC5seMWW8EVctvTPh { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #vJ5FMK3I420hkWPpFRuDlIF1CAgagfu4 { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #WM5SB0uDCbJLvHtJQqLTlHm2Iyt2CLMl { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #llyb1RfBg2hPqkm19VMFrFDVbsTqqS5T { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #RQGeiTrmfOdZDILNdTzeDSTIdpSEz3xv { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #xXconQKUbsN3KKaVL5giaI78DCFr5wwm { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #mRqz66l7bK8hkS3z8mLryAG00bmzcO6P { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #Wq8lmbrN4Vq7gzCt9Dzz235AZqHw2lHf { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #Pim2nX7qKCxH0XqrZEXAmEv5VdNLZV8o { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #bmmRCIaiTB2mJzQ0BWA2Ruo8GX1xZQIQ { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #FBUqfdU2ha1q2aCyeeRgFxQlKp6oBC0s { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #TNacnS28ZLP6VAvvCWfIQmrOTed3Kd3n { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #WnQcva07WXxXnh8cpTLEpXTGzeMTkcBO { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #y7rKLtoLiGtVkiEeLTGWUvAN33mBwpnb { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #hChJRTNDKQTDuJis4zkZ7P9PThGqpO11 { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #fEpIEeby4G8NTMZ2bEI9lTVfHo19JLOD { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #zRTlg9w9nofaXP0VJDbcUO6p1EtxEnqU { position:relative;z-index:2; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #lIvoV3oP4k9Im7GUqIrrCWV1dcJR6Hb0 { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #hErvTTHCpo4WxTODXlW8RWOBBG2lV6xh { position:relative; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #HPVQIsak9HNVUO0yxfxVWzdkhqdo0vO0 { position:relative; }
#lNOVwzizOMXMpLJ9PcVM1WSbkXDuiCK6 { background-color:#ff7155;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-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:"sofia pro";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:2.5625rem;text-decoration:none;z-index:100031;text-align:center;text-align-last:center;top:51.994533538818rem;left:29.625003814698rem;display:block; }
#PIW3xwqDu2XNRkDX6nOLA8domkOv0Di8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XiEeFZ9zvCsNLUV7BImSifuroKTkd66u { position:absolute;display:block;z-index:100033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;height:12.5rem;width:15rem;top:15.6875rem;left:6.9375038146975rem;display:block; }
#oG5GOaIlXyIUCZGt2WkDH2QAwrX3FifW { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"sofia pro";font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:56.156250834465rem;left:8.9062538146975rem;height:9.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 { position:relative;display:block; }#Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 { background-color: transparent; background-image: none; }#Fw8u87LCo2SxPubfDpC6A4wnRvsntU79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 > .row .container > .video-iframe-container { display: none; }#Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 > .row > .video-iframe-container { display: none; }#Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 > .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); }#Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 { border-width: 0; border-radius: 0; }#Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 > .row .container > .video-iframe-container {  }#Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:17.5625rem;width:75rem;position:relative;display:block; }#sHl8RcoZRipV77rAJtyFe37BSCQuW2UC { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"sofia pro";font-size:1.375rem;font-weight:400;z-index:100010;line-height:1.1;letter-spacing:0;top:7.8911437988281rem;left:1.6875rem;height:1.5125rem;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; }
#uBTCVySuJJdgkSvnOry6el9kCgLhcQLG { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:10.007289886474rem;left:1.96875rem;height:2.2rem;font-style:normal;display:block; }#uBTCVySuJJdgkSvnOry6el9kCgLhcQLG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uBTCVySuJJdgkSvnOry6el9kCgLhcQLG li:before{  }
#O39o3RX7WW7pToPd4ShVy2fVpDTx5ept { color:#000000;display:block;width:31.625rem;position:absolute;font-family:"sofia pro";font-size:1.375rem;font-weight:400;z-index:100011;line-height:1.1;letter-spacing:0;top:1.1489543914795rem;left:2rem;height:1.5125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#hEeZoUy5zSclmOyHau88uhWwkh6h5nM8 { color:#000000;display:block;width:34.125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:3.2489547729492rem;left:2rem;height:;font-style:normal;display:block; }#hEeZoUy5zSclmOyHau88uhWwkh6h5nM8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hEeZoUy5zSclmOyHau88uhWwkh6h5nM8 li:before{  }
#NaUxeF2gxqMQbsNr6hG6Q8vP3oNpJd53 { color:#000000;display:block;width:28.0625rem;position:absolute;font-family:"sofia pro";font-size:1.375rem;font-weight:400;z-index:100009;line-height:1.1;letter-spacing:0;top:1.0880184173584rem;left:38.375001907349rem;height:1.5125rem;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; }
#zZCkOgm8vzaymGeQ7eWiNyBebUfc9mH2 { color:#000000;display:block;width:31.125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:3.249475479126rem;left:38.375001907349rem;height:6.125rem;font-style:normal;display:block; }#zZCkOgm8vzaymGeQ7eWiNyBebUfc9mH2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zZCkOgm8vzaymGeQ7eWiNyBebUfc9mH2 li:before{  }
#G1puOJhCmCqIqptTVl8FneSWnXzPlGEM { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #94ec30, #0ad495);background-image: -moz-linear-gradient(90deg, #94ec30, #0ad495);background-image: -ms-linear-gradient(90deg, #94ec30, #0ad495);background-image: -o-linear-gradient(90deg, #94ec30, #0ad495);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#94ec30', endColorstr='#0ad495' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#94ec30', endColorstr='#0ad495' );";background-image: linear-gradient(90deg, #94ec30, #0ad495);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#393939;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:19.6875rem;height:2.8125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:11.062499046326rem;left:44.467380523682rem;display:block; }
#pQSKuUCQT0zHB6qQDSl24APV813wxTWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U { position:relative;display:block; }#S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U { background-color: transparent; background-image: none; }#S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U > .row .container > .video-iframe-container { display: none; }#S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U > .row > .video-iframe-container { display: none; }#S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U > .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); }#S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U { border-width: 0; border-radius: 0; }#S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U > .row .container > .video-iframe-container {  }#S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#OHBaJDVCkTJxTRqPhuwVgTTUzLPSkc0N { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.4375rem;width:29.1875rem;top:1.4478492736816rem;left:3.4681625366211rem;overflow:hidden;display:block; }
#CT7uzfKUdBPdAv1FxlAS6Q3fiFQ0K6aT { color:#000000;display:block;width:25.5rem;position:absolute;font-family:"sofia pro";font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.1;letter-spacing:0;top:2.4369125366211rem;left:40.684566497802rem;height:3.025rem;font-style:normal;display:block; }
#R4Db0oIoTzXJX38pPKDI3Ha5GEggkXiT { color:#000000;display:block;width:25.4988125rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:16.873825073243rem;left:40.684566497802rem;height:1.3rem;font-style:normal;display:block; }
#bt5o7HofM5dhoHyh8dNrMmNfsZ8yHazN { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.3125rem;width:17.3125rem;top:6.1529273986816rem;left:40.684566497802rem;overflow:hidden;display:block; }
#ePNag68WQ2vTJOT2DdqAm90q68eT9CbE { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #94ec30, #0ad495);background-image: -moz-linear-gradient(90deg, #94ec30, #0ad495);background-image: -ms-linear-gradient(90deg, #94ec30, #0ad495);background-image: -o-linear-gradient(90deg, #94ec30, #0ad495);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#94ec30', endColorstr='#0ad495' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#94ec30', endColorstr='#0ad495' );";background-image: linear-gradient(90deg, #94ec30, #0ad495);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-sizing:border-box;color:#393939;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:0.9375rem;font-weight:300;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:19.6875rem;height:2.8125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:20.340812683106rem;left:44.530078887939rem;display:block; }
#U4ggD8FRcF5iShXN37tMbx8bxBTFMnUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 { position:relative;display:block; }#VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 { background-color: transparent; background-image: none; }#VNpysggbLeu7Tk9T77hgrusZpzHDNuu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 > .row .container > .video-iframe-container { display: none; }#VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 > .row > .video-iframe-container { display: none; }#VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 > .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); }#VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 { border-width: 0; border-radius: 0; }#VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 > .row .container > .video-iframe-container {  }#VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:75rem;position:relative;display:block; }#pI89cTXv4eRvs7XqbOR5aBnWyTxoGTk5 { color:#000000;display:block;width:46.25rem;position:absolute;font-family:"sofia pro";font-size:1.875rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:1.8992195129394rem;left:12.361721038818rem;height:4.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM { position:relative;display:block; }#t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM { background-color: transparent; background-image: none; }#t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM > .row .container > .video-iframe-container { display: none; }#t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM > .row > .video-iframe-container { display: none; }#t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM > .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); }#t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM { border-width: 0; border-radius: 0; }#t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM > .row .container > .video-iframe-container {  }#t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#WO09h8QvHnoAb1zcC8suLGly2M3eGuUH { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:0.56230545043945rem;left:37.511524200439rem;display:block; }
#XBUNqtFx8zy2Pq6Hc8m7Pf5MlqTZQfwF { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.999625rem;height:1.37460625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:1.3757820129394rem;left:26.199020385743rem;display:block; }
#O5lXo4Bb4gA0JTTbk1NNexiosazvRhnB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oSznSTeccK0QuVpPy5CkffJqdKTUJU3i { position:relative;display:block; }#oSznSTeccK0QuVpPy5CkffJqdKTUJU3i { background-color: transparent; background-image: none; }#oSznSTeccK0QuVpPy5CkffJqdKTUJU3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSznSTeccK0QuVpPy5CkffJqdKTUJU3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSznSTeccK0QuVpPy5CkffJqdKTUJU3i > .row .container > .video-iframe-container { display: none; }#oSznSTeccK0QuVpPy5CkffJqdKTUJU3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oSznSTeccK0QuVpPy5CkffJqdKTUJU3i > .row > .video-iframe-container { display: none; }#oSznSTeccK0QuVpPy5CkffJqdKTUJU3i > .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); }#oSznSTeccK0QuVpPy5CkffJqdKTUJU3i { border-width: 0; border-radius: 0; }#oSznSTeccK0QuVpPy5CkffJqdKTUJU3i > .row .container > .video-iframe-container {  }#oSznSTeccK0QuVpPy5CkffJqdKTUJU3i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f1f1f1;background-image:none;font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#uoWPRhBO3NChLDxsxL2ROtVfc3T3tIZa { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.9375rem;width:33.125rem;top:9.8125rem;left:2.8125rem;overflow:hidden;display:block; }
#lzoVqoQClSPRNI76CvX6uAIVxmByRgZ6 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.8125rem;width:33.125rem;top:9.875rem;left:40.125rem;overflow:hidden;display:block; }
#ph5bJpfzM42vwdr8gG9ubeU7f2UiyTa6 { color:#000000;display:block;width:26.5625rem;position:absolute;font-family:"sofia pro";font-size:1.875rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:2.375rem;left:2.8125rem;height:2.4375rem;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; }
#dW0HT5A3xP5R0XrpBRDeDKUmi6orf8eq { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:6.6875rem;left:2.8125rem;height:2.6rem;display:block; }
#rgdq2SHR6N86HMiThGQXUv1k1b1V1axO { color:#000000;display:block;width:28.9375rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:6.6875rem;left:40.125rem;height:1.3rem;display:block; }
#OJbAEWZKo3A2kTmJv6AJZ5gkKmt5uOdP { z-index:100028;top:35.439062595368rem;left:29.375003814698rem;background-color:#393939;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f1f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.6241875rem;height:2.6859375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dC9h8vZTEUP3Uei07bN4JwsfrSVlh7CD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MLZR1QL83QRidx3fsNttsVhGFGALbrZl { position:relative;display:block; }#MLZR1QL83QRidx3fsNttsVhGFGALbrZl { background-color: transparent; background-image: none; }#MLZR1QL83QRidx3fsNttsVhGFGALbrZl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLZR1QL83QRidx3fsNttsVhGFGALbrZl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLZR1QL83QRidx3fsNttsVhGFGALbrZl > .row .container > .video-iframe-container { display: none; }#MLZR1QL83QRidx3fsNttsVhGFGALbrZl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MLZR1QL83QRidx3fsNttsVhGFGALbrZl > .row > .video-iframe-container { display: none; }#MLZR1QL83QRidx3fsNttsVhGFGALbrZl > .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); }#MLZR1QL83QRidx3fsNttsVhGFGALbrZl { border-width: 0; border-radius: 0; }#MLZR1QL83QRidx3fsNttsVhGFGALbrZl > .row .container > .video-iframe-container {  }#MLZR1QL83QRidx3fsNttsVhGFGALbrZl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.125rem;width:75rem;position:relative;display:block; }#a0NGcKw05mvSIcV38w314Tmi8DfbLuid { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:"sofia pro";font-size:1.875rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:5.4375rem;left:4rem;height:2.4375rem;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; }
#btBOirnZbpUVSH0sTi8KOgaCdsvoVJwt { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.3;letter-spacing:0;top:10rem;left:4rem;height:2.6003875rem;display:block; }
#ew7oKuqIG1AsSLZpngIMeoDt8rv9orrZ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22rem;width:33.125rem;top:14.6875rem;left:4rem;overflow:hidden;display:block; }
#hTFuMvLhuouXTaWvCBWna56em4JLd7pe { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22rem;width:33.125rem;top:14.6875rem;left:40.562503814698rem;overflow:hidden;display:block; }
#JIGKPXlbmu8uz0fyN6uc3FWMk9vA60yW { color:#000000;display:block;width:33.5625rem;position:absolute;font-family:"sofia pro";font-size:1rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:10rem;left:40.3125rem;height:2.6003875rem;display:block; }
#bnsRG4DM0Hr0IyASEX1PzVlvcQC0NXbO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.999625rem;height:1.37460625rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:39.6875rem;left:29.4375rem;display:block; }
#u5PfXiosOg00Nl67se2r68STmmQ34t18 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#teiiFLvioOXNaJBf6Ab1i8SP7GHzPVfr { box-sizing:content-box;color:#000000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12480625rem;width:3.12480625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:38.875rem;left:42.4375rem;display:block; }
#I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q { position:relative;display:block; }#I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q { background-color: transparent; background-image: none; }#I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q > .row .container > .video-iframe-container { display: none; }#I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q > .row > .video-iframe-container { display: none; }#I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q > .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); }#I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q { border-width: 0; border-radius: 0; }#I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q > .row .container > .video-iframe-container {  }#I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#bsIn7lVAdDQ0hWXn3iOGqCqFFKBc9UB7 { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:3.4375rem;left:10rem;overflow:hidden;display:block; }
#Eo6KmIKTfFEmsESTToHxCplI7askqbXC { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:3.4375rem;left:34.125rem;overflow:hidden;display:block; }
#CeBUH4l5P4cKEnXV7pNHbN9q4aSyNVQb { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:3.4375rem;left:58.125rem;overflow:hidden;display:block; }
#DmZB5GCTrkyKctHc0HhTtIVlcU0VCf6D { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"sofia pro";font-size:0.9375rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:11.8125rem;left:5.625rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#C0OHtdokw9uQlvEpTMBWbUN5KwQV3a0W { color:#000000;display:block;width:14.125rem;position:absolute;font-family:"sofia pro";font-size:0.9375rem;font-weight:normal;z-index:100026;line-height:1.3;letter-spacing:0;top:12.4375rem;left:54.8125rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#HIU89KfAOgzfHMTet69nlF350J5zqBZ7 { color:#000000;display:block;width:17.125rem;position:absolute;font-family:"sofia pro";font-size:0.9375rem;font-weight:normal;z-index:100027;line-height:1.3;letter-spacing:0;top:11.875rem;left:29.3125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#sufx5BcfuMIT95Le1TrNk4hOEVTPO6Tz { color:#000000;display:block;width:19rem;position:absolute;font-family:"sofia pro";font-size:0.875rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:14.875rem;left:28.375rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#chhpf4xkCrwE4EkKSZyR4IRO5v93TFZT { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:"sofia pro";font-size:0.875rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:14.875rem;left:4.625rem;height:6.825rem;text-align:center;text-align-last:center;display:block; }
#Ls6NJOQi1GTbeb9UgQU3NgEnPWEBH5O6 { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"sofia pro";font-size:0.875rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:14.875rem;left:53.3125rem;height:7.9625rem;text-align:center;text-align-last:center;display:block; }
#ssIBvTq2fITVVVseB0y4q2sMR7HTUKRZ { position:absolute;display:block;z-index:100020;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.2) ;height:21.4375rem;width:21.4375rem;top:2.3746094703674rem;left:26.781251907349rem;display:block; }
#g8FcDZkhtckDFQLkLTuZE17GRCdD3Axc { position:absolute;display:block;z-index:100019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.2) ;height:21.4375rem;width:21.4375rem;top:2.3746094703674rem;left:2.65625rem;display:block; }
#mM1JDJQ7LqT8I7Jv75l5J6lDdT4WqMuS { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.2) ;height:21.4375rem;width:21.4375rem;top:2.3746094703674rem;left:50.77499961853rem;display:block; }
#y0loXrP5q1Fd8qJCpQCUDwNKAuU8waGF { z-index:100029;top:61.814059257508rem;left:32.442768096924rem;background-color:#393939;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#f1f1f1;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"sofia pro";font-size:1.1875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.624625rem;height:2.686525rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#qWOctCfnbHEotzmmv2I5z1MDvybgoiSo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS { position:relative;display:block; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS { background-color: transparent; background-image: none; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row .container > .video-iframe-container { display: none; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row > .video-iframe-container { display: none; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .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); }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS { border-width: 0; border-radius: 0; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row .container > .video-iframe-container {  }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#IR7yPa8AXGx5oC2RCRvNlVnwWyySNIfz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.8125rem;width:72.9375rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { position:relative;display:block; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { background-color: transparent; background-image: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .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); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { border-width: 0; border-radius: 0; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container > .video-iframe-container {  }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.8125rem;width:75rem;position:relative;display:block; }#hEUJ9OGClTbferPqTcrZNAU17Vp9GDUn { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:25rem;top:2.4375rem;left:25rem;overflow:hidden;display:block; }
#dFHi4edlX00nA4Oas8x1T8HitTwkKeL7 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.75rem;width:75rem;top:11.0625rem;left:0rem;overflow:hidden;display:block; }
#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { position:relative;display:block; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { background-color: transparent; background-image: none; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container > .video-iframe-container { display: none; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row > .video-iframe-container { display: none; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .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); }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { border-width: 0; border-radius: 0; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container > .video-iframe-container {  }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#393939;background-image:none;font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#laZKMLqWURnORfC667egIQaDwqXIlTgi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:0.6875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.3125rem;left:31.25rem;height:0.89375rem;text-align:center;text-align-last:center;display:block; }
#FCuon2HSIadPCaAlM8IGgwgsE560wyWa { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"sofia pro";font-size:0.6875rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:3.6875rem;left:31.250001907349rem;height:0.89375rem;text-align:center;text-align-last:center;display:block; }
#DtMNEWvmsqgR89evtCg528Zrk59ell9H { color:#000000;display:block;width:25.875rem;position:absolute;font-family:"sofia pro";font-size:0.6875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:1.5625495910644rem;left:24.562501907349rem;height:0.89375rem;text-align:center;text-align-last:center;display:block; }
#zMuTgNwIqZWv21fHzBMoK7TN1NLupE3d { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:7.0625rem;left:35.000001907349rem;overflow:hidden;display:block; }
#x5abQ2FoWIWQKqb03FBU7ZD8pbTx5k13 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:7.0625rem;left:37.875001907349rem;overflow:hidden;display:block; }
#CWTbbti1EUFHyzAps7r1dTV8H5wtoU6T { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:7.0625rem;left:40.875001907349rem;overflow:hidden;display:block; }
#T47zgWud79513yMgEs20Jvhs92u9bm3o { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:7rem;left:31.937499046326rem;overflow:hidden;display:block; }
#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { position:relative;display:block; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { background-color: transparent; background-image: none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container > .video-iframe-container { display: none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row > .video-iframe-container { display: none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .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); }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { border-width: 0; border-radius: 0; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container > .video-iframe-container {  }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#ATguVkF8GQPCRKNee4XEQ5fTGxDhpa2G { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.25rem;width:1.125rem;top:3.6242656707764rem;left:36.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { display:block; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0SXBvRGpnt7aJGzlPhsCg9Ugx3zdhOe { top:1.5625rem;left:18.5625rem;width:10.625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy { display:block; }#v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvPg6bdXb5UpxH6MzDN83gBAmM9U41WR { top:0rem;left:0rem;width:47.75rem;height:0.4775rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWmJKwCtKdrlGZs6DW9htVGTphUEZNpA { top:0.4375rem;left:0rem;width:47.75rem;height:0.55708333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCgBaRv4ts4Dk3uHb6zk18fTlg8yqdKc { top:47.8125rem;left:38.5rem;width:9.25rem;height:2.7309875627567rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJPZ5s5gJzfQUXTRCFP3UrpsvbXQ6qTA { top:47.875rem;left:28.0625rem;width:8.3125rem;height:2.6661319483834rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOgmP1yJTbdHd144mAaeKO1LZkWpA1VZ { top:48.125rem;left:15.8125rem;width:6.8125rem;height:2.3528916222679rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ole8ZzFm5BWBBkCii48LRBw5X1FBGwwJ { top:47rem;left:0rem;width:7.1875rem;height:3.9039598924027rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfLxB6zvprWiq0b4Jz7GawFJSRtSqTwQ { top:46.25rem;left:6.75rem;width:4.3125rem;height:4.6221864951769rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8CX79EqqG7tZvumxqg3GDBvXPtgKFis { top:5.375rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGaGOFV7liNugycION3TgyVTy3Hdinsv { top:1.4375rem;left:0rem;width:47.75rem;height:27.854166666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn1bsLe9SPqPiRNvNSbzo2RGnZgqvA17 { top:10.6875rem;left:0rem;width:39.1875rem;height:3.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kg7mxyknbtpP9JPM7uRTWrFxtdhe9zUV { top:17.375rem;left:0rem;width:14.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-regular-label { width:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-text { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-text {padding-top: 0; padding-bottom: 0;}#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-textarea { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-select { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-select {padding-top: 0; padding-bottom: 0;}#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-button { width:10.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.75rem; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-checkbox-label { width:11.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP  { width:12.375rem;height:22.1875rem;top:19.1875rem;left:0rem; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .radio-container { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP {display:block;}#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP { width:12.375rem;height:22.1875rem;top:19.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #tFrAnDyEtprRT0nJC5seMWW8EVctvTPh {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #vJ5FMK3I420hkWPpFRuDlIF1CAgagfu4 {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #WM5SB0uDCbJLvHtJQqLTlHm2Iyt2CLMl {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #llyb1RfBg2hPqkm19VMFrFDVbsTqqS5T {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #RQGeiTrmfOdZDILNdTzeDSTIdpSEz3xv {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #xXconQKUbsN3KKaVL5giaI78DCFr5wwm {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #mRqz66l7bK8hkS3z8mLryAG00bmzcO6P {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #Wq8lmbrN4Vq7gzCt9Dzz235AZqHw2lHf {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #Pim2nX7qKCxH0XqrZEXAmEv5VdNLZV8o {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #bmmRCIaiTB2mJzQ0BWA2Ruo8GX1xZQIQ {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #FBUqfdU2ha1q2aCyeeRgFxQlKp6oBC0s {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #TNacnS28ZLP6VAvvCWfIQmrOTed3Kd3n {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #WnQcva07WXxXnh8cpTLEpXTGzeMTkcBO {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #y7rKLtoLiGtVkiEeLTGWUvAN33mBwpnb {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #hChJRTNDKQTDuJis4zkZ7P9PThGqpO11 {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #fEpIEeby4G8NTMZ2bEI9lTVfHo19JLOD {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #zRTlg9w9nofaXP0VJDbcUO6p1EtxEnqU {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #lIvoV3oP4k9Im7GUqIrrCWV1dcJR6Hb0 {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #hErvTTHCpo4WxTODXlW8RWOBBG2lV6xh {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #HPVQIsak9HNVUO0yxfxVWzdkhqdo0vO0 {  }
 }@media only screen and (max-width: 763px) { #lNOVwzizOMXMpLJ9PcVM1WSbkXDuiCK6 { width:15.75rem;height:2.5625rem;top:51.9375rem;left:16.000003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIW3xwqDu2XNRkDX6nOLA8domkOv0Di8 { display:block; }
 }@media only screen and (max-width: 763px) { #XiEeFZ9zvCsNLUV7BImSifuroKTkd66u { top:15.6875rem;left:0rem;width:15rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG5GOaIlXyIUCZGt2WkDH2QAwrX3FifW { top:56.125rem;left:0rem;width:47.75rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 { display:block; }#Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHl8RcoZRipV77rAJtyFe37BSCQuW2UC { top:7.875rem;left:0rem;width:31.9375rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBTCVySuJJdgkSvnOry6el9kCgLhcQLG { top:10rem;left:0rem;width:33.5625rem;height:2.1875rem;font-size:0.875rem;display:block; }#uBTCVySuJJdgkSvnOry6el9kCgLhcQLG li:before{  }
 }@media only screen and (max-width: 763px) { #O39o3RX7WW7pToPd4ShVy2fVpDTx5ept { top:1.125rem;left:0rem;width:31.625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEeZoUy5zSclmOyHau88uhWwkh6h5nM8 { top:3.1875rem;left:0rem;width:34.125rem;height:;font-size:0.875rem;display:block; }#hEeZoUy5zSclmOyHau88uhWwkh6h5nM8 li:before{  }
 }@media only screen and (max-width: 763px) { #NaUxeF2gxqMQbsNr6hG6Q8vP3oNpJd53 { top:1.0625rem;left:19.6875rem;width:28.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZCkOgm8vzaymGeQ7eWiNyBebUfc9mH2 { top:3.1875rem;left:16.625rem;width:31.125rem;height:6.125rem;font-size:0.875rem;display:block; }#zZCkOgm8vzaymGeQ7eWiNyBebUfc9mH2 li:before{  }
 }@media only screen and (max-width: 763px) { #G1puOJhCmCqIqptTVl8FneSWnXzPlGEM { width:19.6875rem;height:2.8125rem;top:11rem;left:24.029880523682rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQSKuUCQT0zHB6qQDSl24APV813wxTWT { display:block; }
 }@media only screen and (max-width: 763px) { #S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U { display:block; }#S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHBaJDVCkTJxTRqPhuwVgTTUzLPSkc0N { top:1.4375rem;left:0rem;width:29.1875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7uzfKUdBPdAv1FxlAS6Q3fiFQ0K6aT { top:2.375rem;left:22.25rem;width:25.5rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Db0oIoTzXJX38pPKDI3Ha5GEggkXiT { top:16.8125rem;left:22.3125rem;width:25.4375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt5o7HofM5dhoHyh8dNrMmNfsZ8yHazN { top:6.125rem;left:23.875rem;width:17.3125rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePNag68WQ2vTJOT2DdqAm90q68eT9CbE { width:19.6875rem;height:2.8125rem;top:20.3125rem;left:24.092578887939rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4ggD8FRcF5iShXN37tMbx8bxBTFMnUT { display:block; }
 }@media only screen and (max-width: 763px) { #VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 { display:block; }#VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pI89cTXv4eRvs7XqbOR5aBnWyTxoGTk5 { top:1.875rem;left:0rem;width:46.25rem;height:4.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM { display:block; }#t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WO09h8QvHnoAb1zcC8suLGly2M3eGuUH { top:0.5rem;left:23.886524200439rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBUNqtFx8zy2Pq6Hc8m7Pf5MlqTZQfwF { width:12.9375rem;height:1.3125rem;top:1.375rem;left:12.574020385743rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5lXo4Bb4gA0JTTbk1NNexiosazvRhnB { display:block; }
 }@media only screen and (max-width: 763px) { #oSznSTeccK0QuVpPy5CkffJqdKTUJU3i { display:block; }#oSznSTeccK0QuVpPy5CkffJqdKTUJU3i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoWPRhBO3NChLDxsxL2ROtVfc3T3tIZa { top:9.8125rem;left:0rem;width:33.125rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzoVqoQClSPRNI76CvX6uAIVxmByRgZ6 { top:9.875rem;left:14.625rem;width:33.125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph5bJpfzM42vwdr8gG9ubeU7f2UiyTa6 { top:2.375rem;left:0rem;width:26.5625rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW0HT5A3xP5R0XrpBRDeDKUmi6orf8eq { top:6.6875rem;left:0rem;width:24.375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgdq2SHR6N86HMiThGQXUv1k1b1V1axO { top:6.6875rem;left:18.8125rem;width:28.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJbAEWZKo3A2kTmJv6AJZ5gkKmt5uOdP { top:35.4375rem;left:15.750003814698rem;width:18.5625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC9h8vZTEUP3Uei07bN4JwsfrSVlh7CD { display:block; }
 }@media only screen and (max-width: 763px) { #MLZR1QL83QRidx3fsNttsVhGFGALbrZl { display:block; }#MLZR1QL83QRidx3fsNttsVhGFGALbrZl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0NGcKw05mvSIcV38w314Tmi8DfbLuid { top:5.4375rem;left:0rem;width:35.3125rem;height:2.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btBOirnZbpUVSH0sTi8KOgaCdsvoVJwt { top:10rem;left:0rem;width:33.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew7oKuqIG1AsSLZpngIMeoDt8rv9orrZ { top:14.6875rem;left:0rem;width:33.125rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFuMvLhuouXTaWvCBWna56em4JLd7pe { top:14.6875rem;left:14.625rem;width:33.125rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIGKPXlbmu8uz0fyN6uc3FWMk9vA60yW { top:10rem;left:14.1875rem;width:33.5625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnsRG4DM0Hr0IyASEX1PzVlvcQC0NXbO { width:12.9375rem;height:1.3125rem;top:39.6875rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5PfXiosOg00Nl67se2r68STmmQ34t18 { display:block; }
 }@media only screen and (max-width: 763px) { #teiiFLvioOXNaJBf6Ab1i8SP7GHzPVfr { top:38.875rem;left:28.8125rem;width:3.0625rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q { display:block; }#I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsIn7lVAdDQ0hWXn3iOGqCqFFKBc9UB7 { top:3.4375rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo6KmIKTfFEmsESTToHxCplI7askqbXC { top:3.4375rem;left:20.5rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeBUH4l5P4cKEnXV7pNHbN9q4aSyNVQb { top:3.4375rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmZB5GCTrkyKctHc0HhTtIVlcU0VCf6D { top:11.8125rem;left:0rem;width:16.25rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0OHtdokw9uQlvEpTMBWbUN5KwQV3a0W { top:12.4375rem;left:33.625rem;width:14.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIU89KfAOgzfHMTet69nlF350J5zqBZ7 { top:11.875rem;left:15.687503814698rem;width:17.125rem;height:2.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sufx5BcfuMIT95Le1TrNk4hOEVTPO6Tz { top:14.875rem;left:14.750001907349rem;width:19rem;height:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhpf4xkCrwE4EkKSZyR4IRO5v93TFZT { top:14.875rem;left:0rem;width:18.3125rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls6NJOQi1GTbeb9UgQU3NgEnPWEBH5O6 { top:14.875rem;left:30.6875rem;width:17.0625rem;height:7.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssIBvTq2fITVVVseB0y4q2sMR7HTUKRZ { top:2.3125rem;left:13.156251907349rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8FcDZkhtckDFQLkLTuZE17GRCdD3Axc { top:2.3125rem;left:0rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM1JDJQ7LqT8I7Jv75l5J6lDdT4WqMuS { top:2.3125rem;left:26.3125rem;width:21.4375rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0loXrP5q1Fd8qJCpQCUDwNKAuU8waGF { top:61.8125rem;left:18.817768096924rem;width:18.5625rem;height:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qWOctCfnbHEotzmmv2I5z1MDvybgoiSo { display:block; }
 }@media only screen and (max-width: 763px) { #sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS { display:block; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR7yPa8AXGx5oC2RCRvNlVnwWyySNIfz { top:0.5625rem;left:0rem;width:47.75rem;height:12.315981148243rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { display:block; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEUJ9OGClTbferPqTcrZNAU17Vp9GDUn { top:2.4375rem;left:11.375rem;width:25rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFHi4edlX00nA4Oas8x1T8HitTwkKeL7 { top:11.0625rem;left:0rem;width:47.75rem;height:0.4775rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { display:block; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laZKMLqWURnORfC667egIQaDwqXIlTgi { top:5.3125rem;left:17.625003814698rem;width:12.5rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCuon2HSIadPCaAlM8IGgwgsE560wyWa { top:3.6875rem;left:17.625001907349rem;width:12.5rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtMNEWvmsqgR89evtCg528Zrk59ell9H { top:1.5625rem;left:10.937501907349rem;width:25.875rem;height:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMuTgNwIqZWv21fHzBMoK7TN1NLupE3d { top:7.0625rem;left:21.375001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5abQ2FoWIWQKqb03FBU7ZD8pbTx5k13 { top:7.0625rem;left:24.250001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWTbbti1EUFHyzAps7r1dTV8H5wtoU6T { top:7.0625rem;left:27.250001907349rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T47zgWud79513yMgEs20Jvhs92u9bm3o { top:7rem;left:18.312499046326rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { display:none; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ATguVkF8GQPCRKNee4XEQ5fTGxDhpa2G { width:1.125rem;height:2.25rem;top:3.5625rem;left:23.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx { display:block; }#IAy7sUzueiENd0hGmGZDOgZsNH6L23Cx > .row .container { width:20rem;height:2.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r0SXBvRGpnt7aJGzlPhsCg9Ugx3zdhOe { width:8.25rem;height:1.125rem;top:1.40625rem;left:5.8750002831221rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy { display:block; }#v4dog01wVD2PzQUDaTxoVAHXAOTpHvqy > .row .container { width:20rem;height:52.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JvPg6bdXb5UpxH6MzDN83gBAmM9U41WR { width:19.9984375rem;height:0.19921875rem;top:0.62499995250255rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWmJKwCtKdrlGZs6DW9htVGTphUEZNpA { width:19.9984375rem;height:0.3328125rem;top:0.82343769073488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCgBaRv4ts4Dk3uHb6zk18fTlg8yqdKc { width:5.93671875rem;height:1.6875rem;top:17.024219512939rem;left:11.844531819224rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJPZ5s5gJzfQUXTRCFP3UrpsvbXQ6qTA { width:4.81171875rem;height:1.5rem;top:17.117969512939rem;left:4.0000002831221rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOgmP1yJTbdHd144mAaeKO1LZkWpA1VZ { width:4.3125rem;height:1.43671875rem;top:14.11953163147rem;left:13.531249806285rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ole8ZzFm5BWBBkCii48LRBw5X1FBGwwJ { width:5.12421875rem;height:2.56171875rem;top:13.55703163147rem;left:1.1875000447035rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfLxB6zvprWiq0b4Jz7GawFJSRtSqTwQ { width:2.5rem;height:2.75rem;top:13.46249961853rem;left:8.749999806285rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8CX79EqqG7tZvumxqg3GDBvXPtgKFis { width:18.3109375rem;height:4.36875rem;top:2.09375rem;left:1.6890625208616rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGaGOFV7liNugycION3TgyVTy3Hdinsv { width:19.9375rem;height:11.625rem;top:1.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cn1bsLe9SPqPiRNvNSbzo2RGnZgqvA17 { width:18.8125rem;height:2.03125rem;top:6.4625005722044rem;left:1.1875000447035rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kg7mxyknbtpP9JPM7uRTWrFxtdhe9zUV { width:14.8125rem;height:1.7875rem;top:19.944532394409rem;left:2.5937500447035rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-regular-label { width:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-text { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-text {padding-top: 0; padding-bottom: 0;}#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-textarea { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-select { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-select {padding-top: 0; padding-bottom: 0;}#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-input-button { width:10.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.75rem; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .widget-checkbox-label { width:11.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP  { width:12.375rem;height:auto;top:22.66953086853rem;left:2.5625000447035rem; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP .radio-container { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP {display:block;}#LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP { width:12.375rem;height:auto;top:22.66953086853rem;left:2.5625000447035rem; }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #tFrAnDyEtprRT0nJC5seMWW8EVctvTPh {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #vJ5FMK3I420hkWPpFRuDlIF1CAgagfu4 {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #WM5SB0uDCbJLvHtJQqLTlHm2Iyt2CLMl {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #llyb1RfBg2hPqkm19VMFrFDVbsTqqS5T {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #RQGeiTrmfOdZDILNdTzeDSTIdpSEz3xv {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #xXconQKUbsN3KKaVL5giaI78DCFr5wwm {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #mRqz66l7bK8hkS3z8mLryAG00bmzcO6P {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #Wq8lmbrN4Vq7gzCt9Dzz235AZqHw2lHf {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #Pim2nX7qKCxH0XqrZEXAmEv5VdNLZV8o {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #bmmRCIaiTB2mJzQ0BWA2Ruo8GX1xZQIQ {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #FBUqfdU2ha1q2aCyeeRgFxQlKp6oBC0s {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #TNacnS28ZLP6VAvvCWfIQmrOTed3Kd3n {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #WnQcva07WXxXnh8cpTLEpXTGzeMTkcBO {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #y7rKLtoLiGtVkiEeLTGWUvAN33mBwpnb {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #hChJRTNDKQTDuJis4zkZ7P9PThGqpO11 {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #fEpIEeby4G8NTMZ2bEI9lTVfHo19JLOD {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #zRTlg9w9nofaXP0VJDbcUO6p1EtxEnqU {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #lIvoV3oP4k9Im7GUqIrrCWV1dcJR6Hb0 {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #hErvTTHCpo4WxTODXlW8RWOBBG2lV6xh {  }
 }@media only screen and (max-width: 763px) { #LiLkamdLVOFnoZpDZBqFv9vnHCnwT4gP #HPVQIsak9HNVUO0yxfxVWzdkhqdo0vO0 {  }
 }@media only screen and (max-width: 763px) { #lNOVwzizOMXMpLJ9PcVM1WSbkXDuiCK6 { width:11.25rem;height:2.9375rem;top:47.357032775879rem;left:4.3750002831221rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIW3xwqDu2XNRkDX6nOLA8domkOv0Di8 { display:block; }
 }@media only screen and (max-width: 763px) { #XiEeFZ9zvCsNLUV7BImSifuroKTkd66u { width:15rem;height:12.5rem;top:30.805468559265rem;left:2.5000000447035rem;display:block; }
 }@media only screen and (max-width: 763px) { #oG5GOaIlXyIUCZGt2WkDH2QAwrX3FifW { width:19.9984375rem;height:10.2375rem;top:1.3492193222046rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 { display:block; }#Fw8u87LCo2SxPubfDpC6A4wnRvsntU79 > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sHl8RcoZRipV77rAJtyFe37BSCQuW2UC { width:19.9991875rem;height:2.85rem;top:10.7625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBTCVySuJJdgkSvnOry6el9kCgLhcQLG { width:19.9991875rem;height:2.8875rem;top:14.8625rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.1;display:block; }#uBTCVySuJJdgkSvnOry6el9kCgLhcQLG li:before{  }
 }@media only screen and (max-width: 763px) { #O39o3RX7WW7pToPd4ShVy2fVpDTx5ept { width:19.9991875rem;height:2.85rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hEeZoUy5zSclmOyHau88uhWwkh6h5nM8 { width:19.9984375rem;height:4.1625rem;top:4.0992193222046rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.1;display:block; }#hEeZoUy5zSclmOyHau88uhWwkh6h5nM8 li:before{  }
 }@media only screen and (max-width: 763px) { #NaUxeF2gxqMQbsNr6hG6Q8vP3oNpJd53 { width:19.9991875rem;height:1.425rem;top:19rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZCkOgm8vzaymGeQ7eWiNyBebUfc9mH2 { width:19.9991875rem;height:5.4375rem;top:21.675rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;line-height:1.1;display:block; }#zZCkOgm8vzaymGeQ7eWiNyBebUfc9mH2 li:before{  }
 }@media only screen and (max-width: 763px) { #G1puOJhCmCqIqptTVl8FneSWnXzPlGEM { width:15.87425rem;height:2.18671875rem;top:28.3625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQSKuUCQT0zHB6qQDSl24APV813wxTWT { display:block; }
 }@media only screen and (max-width: 763px) { #S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U { display:block; }#S8R2eboWJAKlIGpMUAdRx0iLZTsb0g1U > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHBaJDVCkTJxTRqPhuwVgTTUzLPSkc0N { width:19.9991875rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT7uzfKUdBPdAv1FxlAS6Q3fiFQ0K6aT { width:19.9991875rem;height:2.475rem;top:15.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4Db0oIoTzXJX38pPKDI3Ha5GEggkXiT { width:19.9991875rem;height:1.21875rem;top:29.09925rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt5o7HofM5dhoHyh8dNrMmNfsZ8yHazN { width:17.3116875rem;height:8.31175rem;top:19.5375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePNag68WQ2vTJOT2DdqAm90q68eT9CbE { width:14.12425rem;height:2.12421875rem;top:31.568rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4ggD8FRcF5iShXN37tMbx8bxBTFMnUT { display:block; }
 }@media only screen and (max-width: 763px) { #VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 { display:block; }#VNpysggbLeu7Tk9T77hgrusZpzHDNuu7 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pI89cTXv4eRvs7XqbOR5aBnWyTxoGTk5 { width:19.9991875rem;height:4.1125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM { display:block; }#t3wlR2POemD1TVwmP3M7DAk2MaHHNsaM > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WO09h8QvHnoAb1zcC8suLGly2M3eGuUH { width:3.12421875rem;height:3.12421875rem;top:0.375rem;left:13.562499806285rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBUNqtFx8zy2Pq6Hc8m7Pf5MlqTZQfwF { width:12.99925rem;height:1.37421875rem;top:1.25rem;left:2.0625000447035rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5lXo4Bb4gA0JTTbk1NNexiosazvRhnB { display:block; }
 }@media only screen and (max-width: 763px) { #oSznSTeccK0QuVpPy5CkffJqdKTUJU3i { display:block; }#oSznSTeccK0QuVpPy5CkffJqdKTUJU3i > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoWPRhBO3NChLDxsxL2ROtVfc3T3tIZa { width:19.6234375rem;height:12.9375rem;top:11.255466461182rem;left:0.18828125298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzoVqoQClSPRNI76CvX6uAIVxmByRgZ6 { width:19.9984375rem;height:13.2rem;top:25.943748474121rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ph5bJpfzM42vwdr8gG9ubeU7f2UiyTa6 { width:19.9991875rem;height:2.19375rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dW0HT5A3xP5R0XrpBRDeDKUmi6orf8eq { width:19.7491875rem;height:3.4125rem;top:4.69375rem;left:0.125rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rgdq2SHR6N86HMiThGQXUv1k1b1V1axO { width:19.9984375rem;height:2.275rem;top:8.10546875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJbAEWZKo3A2kTmJv6AJZ5gkKmt5uOdP { top:41.51875rem;left:0.6875rem;width:18.5625rem;height:2.625rem;font-family:"sofia pro";font-size:0.875rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#393939;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dC9h8vZTEUP3Uei07bN4JwsfrSVlh7CD { display:block; }
 }@media only screen and (max-width: 763px) { #MLZR1QL83QRidx3fsNttsVhGFGALbrZl { display:block; }#MLZR1QL83QRidx3fsNttsVhGFGALbrZl > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a0NGcKw05mvSIcV38w314Tmi8DfbLuid { width:19.9991875rem;height:2.19375rem;top:1.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btBOirnZbpUVSH0sTi8KOgaCdsvoVJwt { width:19.9991875rem;height:3.4125rem;top:4.69375rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ew7oKuqIG1AsSLZpngIMeoDt8rv9orrZ { width:19.9991875rem;height:13.3125rem;top:14.01875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFuMvLhuouXTaWvCBWna56em4JLd7pe { width:19.9991875rem;height:13.2945rem;top:28.58125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIGKPXlbmu8uz0fyN6uc3FWMk9vA60yW { width:19.9366875rem;height:3.4125rem;top:9.35625rem;left:0rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #bnsRG4DM0Hr0IyASEX1PzVlvcQC0NXbO { width:12.9375rem;height:1.3125rem;top:43.374214172363rem;left:1.7500000447035rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5PfXiosOg00Nl67se2r68STmmQ34t18 { display:block; }
 }@media only screen and (max-width: 763px) { #teiiFLvioOXNaJBf6Ab1i8SP7GHzPVfr { width:3.06171875rem;height:3.06171875rem;top:42.498441696167rem;left:14.687499806285rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q { display:block; }#I2SSt9sz9FKqHLasCLwbxeHguBbwsr3Q > .row .container { width:20rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bsIn7lVAdDQ0hWXn3iOGqCqFFKBc9UB7 { width:5.625rem;height:5.625rem;top:2.5625152587891rem;left:7.1875002831219rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eo6KmIKTfFEmsESTToHxCplI7askqbXC { width:5.625rem;height:5.625rem;top:23.92578125rem;left:7.1875002831219rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeBUH4l5P4cKEnXV7pNHbN9q4aSyNVQb { width:5.625rem;height:5.625rem;top:45.414054870606rem;left:7.1875002831219rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmZB5GCTrkyKctHc0HhTtIVlcU0VCf6D { width:12.49925rem;height:2.275rem;top:9.375rem;left:3.7500000447035rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0OHtdokw9uQlvEpTMBWbUN5KwQV3a0W { width:14.31175rem;height:1.1375rem;top:52.2890625rem;left:3.7500000447035rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIU89KfAOgzfHMTet69nlF350J5zqBZ7 { width:15.99925rem;height:2.275rem;top:30.42578125rem;left:2.9124999493361rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sufx5BcfuMIT95Le1TrNk4hOEVTPO6Tz { width:12.49925rem;height:7.8rem;top:33.55078125rem;left:3.7500000447035rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #chhpf4xkCrwE4EkKSZyR4IRO5v93TFZT { width:12.49925rem;height:7.8rem;top:12.5rem;left:3.7500000447035rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls6NJOQi1GTbeb9UgQU3NgEnPWEBH5O6 { width:12.49925rem;height:8.775rem;top:54.0390625rem;left:3.7500000447035rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ssIBvTq2fITVVVseB0y4q2sMR7HTUKRZ { width:18.4991875rem;height:19.8116875rem;top:22.800778198243rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8FcDZkhtckDFQLkLTuZE17GRCdD3Axc { width:18.4991875rem;height:19.8116875rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mM1JDJQ7LqT8I7Jv75l5J6lDdT4WqMuS { width:18.4991875rem;height:19.8116875rem;top:44.351556396484rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0loXrP5q1Fd8qJCpQCUDwNKAuU8waGF { top:65.376564025881rem;left:0.71874998509881rem;width:18.5625rem;height:2.625rem;font-family:"sofia pro";font-size:0.9375rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#393939;background-image:none;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #qWOctCfnbHEotzmmv2I5z1MDvybgoiSo { display:block; }
 }@media only screen and (max-width: 763px) { #sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS { display:block; }#sxK3S4TKBH9kCb9XyOgO0ud2TqTpkbaS > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IR7yPa8AXGx5oC2RCRvNlVnwWyySNIfz { width:19.9991875rem;height:5.15625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC { background-color:#ffffff;background-image:none;display:block; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { background-color: transparent; background-image: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row > .video-iframe-container { display: none; }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .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); }#GPbSKoxJfHvLwQbH7Z0wZt6ByyBqrcCC > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hEUJ9OGClTbferPqTcrZNAU17Vp9GDUn { width:15.62425rem;height:5.74921875rem;top:3.37421875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFHi4edlX00nA4Oas8x1T8HitTwkKeL7 { width:19.9991875rem;height:0.87421875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR91Tgt2v1urbtDofmf53Pg62AyR53wQ { display:block; }#TR91Tgt2v1urbtDofmf53Pg62AyR53wQ > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #laZKMLqWURnORfC667egIQaDwqXIlTgi { width:12.49925rem;height:0.89375rem;top:6.43125rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCuon2HSIadPCaAlM8IGgwgsE560wyWa { width:12.49925rem;height:0.89375rem;top:4.2875rem;left:3.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DtMNEWvmsqgR89evtCg528Zrk59ell9H { width:16.3125rem;height:1.7875rem;top:1.25rem;left:1.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMuTgNwIqZWv21fHzBMoK7TN1NLupE3d { width:1.56171875rem;height:1.56171875rem;top:9.1851539611819rem;left:7.6882813423875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5abQ2FoWIWQKqb03FBU7ZD8pbTx5k13 { width:1.56171875rem;height:1.56171875rem;top:9.1843757629394rem;left:10.74921874702rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWTbbti1EUFHyzAps7r1dTV8H5wtoU6T { width:1.56171875rem;height:1.56171875rem;top:9.1843795776369rem;left:13.749999806285rem;display:block; }
 }@media only screen and (max-width: 763px) { #T47zgWud79513yMgEs20Jvhs92u9bm3o { width:1.56171875rem;height:1.56171875rem;top:9.1249923706056rem;left:4.8742187470197rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 { position:relative;z-index:auto;display:block; }#xSCZW4vdQrhxDaW90AJK6TBcuwD2sfZ4 > .row .container { width:20rem;height:4.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATguVkF8GQPCRKNee4XEQ5fTGxDhpa2G { top:1.25rem;left:9.4375rem;width:1.125rem;height:2.25rem;z-index:100000;overflow:hidden;display:block; }
 }