.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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:#000000;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container { background-color: transparent; background-image: none; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container > .video-iframe-container { display: none; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row > .video-iframe-container { display: none; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .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); }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container { border-width: 0; border-radius: 0; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:block; }#dqCDXEhsgyVKFgEDkVqswJOfxcaywUcn { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:38.4375rem;width:26.9375rem;top:2.5625rem;left:41.6875rem;display:block; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-form-header {  }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:20.625rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-text {padding-top: 0; padding-bottom: 0;}#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-select {padding-top: 0; padding-bottom: 0;}#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .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; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(50deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(50deg, #ffd345, #fc6e03);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;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f5f5f5;width:20.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1rem; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1rem; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1rem; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:1rem; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.25rem;overflow:hidden;font-style:normal;float:none; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .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; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-container:first-of-type{padding-top:0;}#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-container:last-of-type{padding-bottom:0;}#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15049;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;position:absolute;top:15.749999046326rem;left:43.624217987061rem; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.625rem;display:block;vertical-align:top; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH {display:block;}#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15049;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;position:absolute;top:15.749999046326rem;left:43.624217987061rem; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #kM8TynDJs34CR9JewMy06tRc9RI25FMr { position:relative; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #Lx2uUTWu1ubTg0gJeiUT4wTtMcA67R5X { position:relative;display:none; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #oikDTtNT0Tb98Q8EvlI6ckn1cOdlzZ8T { position:relative; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #AR6ZsTTt2H8SMtTgvb0VbbkAZ3NTvruO { position:relative; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #PuTw5FTt3FAQ1y1IgAAJyab8LsAZCEbF { position:relative;display:none; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #bdufdEPrzkl9kS4L8CmTcBwV5yP0AE87 { position:relative; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #kfbxduuAZexTX8bC9HxWpgNEAhkMrbFw { position:relative; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #qgVSOpq3CF66XKslA7Dbw1BTnLOLOarQ { position:relative;display:none; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #u05MI44ZOmop5s0Mai3VVbwgT8JyRGWu { position:relative; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #iHXkfCBMNFQ80GfrqWQTpN5gXKTOwa1e { position:relative;display:block;z-index:15000; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #Zy45DFyBKo2lcvItH5KLtrhcrmcbKmT1 { position:relative;display:block;z-index:15000; }
#DdH2FBOtVwhetVmpIkQfBKT3vF4nSRgo { position:relative;display:block; }
#FSzMPamB2I1p8BfQCslzTJpvVPSCIwFv { position:relative;display:block; }
#b9lTNemsdZM8x6uruQNk95IcfyxIQsFo { position:relative;display:block; }
#JJotBglSVTfseTOzdD7l1VllRRF4HHqF { position:relative;display:block; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #geclubG2vt1ZcV44EamAsGqwEk9PQXI8 { position:relative; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #ZpRBp1UAa8abF43G68qRWTi6HhDfECLI { position:relative; }
#rnxKP00LSvk152uiwetigHTcdxlKmRfv { display:block;width:37.5rem;position:absolute;font-family:archivo;font-size:2.5rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:20.5625rem;left:0rem;height:9.7453125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:13.125rem;top:4.25rem;left:0rem;overflow:hidden;display:block; }
#e3n0t2nsHcVMZhKubQeFfTkPWZW26hoU { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8105625rem;width:8.8105625rem;top:8.3125rem;left:28.7509765625rem;overflow:hidden;display:block; }
#cs0QxbZ5e0nX4mrwpNahvMxJF5q3FvNg { box-sizing:content-box;height:0.75rem;width:13.5rem;position:absolute;display:block;z-index:15063;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(90deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(90deg, #ffd345, #fc6e03);background-size:auto !important;top:22.6875rem;left:4.6875rem;display:block; }
#Sh1vxCcSFJNS4lIO58qo2nMH6tJZ2xFF { position:absolute;display:block;z-index:15066;height:3.0625rem;width:5.5rem;top:0rem;left:0rem;display:block; }
#hLgWPFaMyB5XkF6dqJzyA7PTzpGumPdk { display:block;width:20.375rem;position:absolute;font-family:archivo;font-size:1.5rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:6.0654296875rem;left:44.96875rem;height:9.75rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#blL31KHSdVglG4TouyL14LchZ62eKeDH { box-sizing:content-box;height:0.75rem;width:15.8125rem;position:absolute;display:block;z-index:15064;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(90deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(90deg, #ffd345, #fc6e03);background-size:auto !important;top:25.875rem;left:17.625rem;display:block; }
#rHnurJn9ZqiGV4dMHnW9TrduLZ5wXWNS { box-sizing:content-box;height:0.75rem;width:16.625rem;position:absolute;display:block;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(90deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(90deg, #ffd345, #fc6e03);background-size:auto !important;top:29.3125rem;left:0rem;display:block; }
#Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccebfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF > .row .container { background-color: transparent; background-image: none; }#Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF > .row .container > .video-iframe-container { display: none; }#Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF > .row > .video-iframe-container { display: none; }#Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF > .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); }#Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF > .row .container { border-width: 0; border-radius: 0; }#Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:block; }#z5uolAewanENi9uH4OxWWRErFyc9qmoo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:9.5625rem;left:37.5rem; }
#k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { color:#080909;display:block;width:33.5625rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:9.5625rem;left:40.25rem;height:5.85rem;display:block; }
#KxOzdN8nMSMEvB3t6PKynHfVzRJn9yiH { color:#080909;display:block;width:31.125rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:16.1875rem;left:40.25rem;height:5.85rem;display:block; }
#eZ0wVTM7N4hDLhrhka8rqfbnHTBTwH9r { color:#080909;display:block;width:29.125rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:22.6875rem;left:40.25rem;height:7.3125rem;display:block; }
#QK8MvLGLBRi95tfBHt9bHGTFlVtslxzh { color:#080909;display:block;width:31.3125rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:30.75rem;left:40.25rem;height:5.85rem;display:block; }
#yZ8WNDtp0By8NM9ECqcZlUVTlmcb6kWX { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1864375rem;width:34.43625rem;top:7.4375rem;left:0rem;overflow:hidden;display:block; }
#imeRW4NVEkevaCrzBcmmBKKemTuCAZiJ { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8105625rem;width:8.8105625rem;top:44.1884765625rem;left:66.1884765625rem;overflow:hidden;display:block; }
#keKMUPgyGJAGbIJKwP7AQ15pRRgSwu2N { display:block;width:28.25rem;position:absolute;font-family:archivo;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:46rem;left:37.5rem;height:5.85rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:block; }
#CGe41Cs8ZsmfJseikT4m5BLT4xuNcKHy { display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.125rem;left:37.5rem;height:5.84765625rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#111111;font-style:normal;display:none; }
#NVyTL0dsL42BoV5dRp5rGLIvBhSK5h7q { color:#080909;display:block;width:29.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:11rem;left:40.25rem;height:5.5234375rem;display:none; }
#cdNinP3Lre37KMlVAZVGO7utOhrXelpg { color:#111111;display:block;width:33.75rem;position:absolute;font-family:archivo;font-size:2rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:4.375rem;left:37.5rem;height:2.6003875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#FO6aGxEq6BybpCmazpgnpW6vL3ma45Cw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:16.0625rem;left:37.5rem; }
#WQPhWbouQgKgvzJnHGV65zvBdHdZ97Lc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:22.5625rem;left:37.5rem; }
#OD5R8OxGA8p6uogdrowfO5nTRa87TObW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:30.75rem;left:37.5rem; }
#Zn5pqp2GUSGXhiDktm6eErTpdgXqJK6R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.811525rem;width:1.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:37.5rem;left:37.5rem; }
#K2zf7miCo0sqVT80PgpTwShbmpmGWRwX { color:#080909;display:block;width:31.3125rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15057;line-height:1.3;letter-spacing:0;top:37.5rem;left:40.25rem;height:7.3125rem;display:block; }
#R0bOE7w9CRq8U0xAL4oLAJ0gZV4TEcHt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.875rem;top:31.5009765625rem;left:0rem;overflow:hidden;display:block; }
#feKkQTsU5aa5l8otxs2diK7RfToSLbue { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ccebfd;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container { background-color: transparent; background-image: none; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container > .video-iframe-container { display: none; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row > .video-iframe-container { display: none; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .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); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container { border-width: 0; border-radius: 0; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#ImIK6qwZpKU7DDHhs2fuDt0NEKfDbpWW { color:#111111;display:block;width:66.75rem;position:absolute;font-family:archivo;font-size:2.25rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:0rem;left:3.1875rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;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; }
#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container { background-color: transparent; background-image: none; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container > .video-iframe-container { display: none; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row > .video-iframe-container { display: none; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .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); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container { border-width: 0; border-radius: 0; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#E6nRoiWvg6sXS8TXwGzhzMTx1GxRlCRW { color:#111111;display:block;width:66.75rem;position:absolute;font-family:archivo;font-size:2.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:3.1875rem;left:4.25rem;height:10.4765625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#ynQavKLS4SsChl2gZgG4Rhhwf0FHrHTI { box-sizing:content-box;height:0.75rem;width:24.125rem;position:absolute;display:block;z-index:15062;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(90deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(90deg, #ffd345, #fc6e03);background-size:auto !important;top:5.4375rem;left:4.0625rem;display:block; }
#W2IadXbMmyNw3S6a5HSwyebPepD1CFuf { box-sizing:content-box;height:0.75rem;width:24.3125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(90deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(90deg, #ffd345, #fc6e03);background-size:auto !important;top:12.375rem;left:34.875rem;display:block; }
#TIVaZoqXr598IkuzWgpU6pel6b4BTK6s { color:#111111;display:block;width:66.75rem;position:absolute;font-family:archivo;font-size:2.25rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:16.3125rem;left:4.125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;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; }
#gxRXkQDDchfGZAydfgP3563XktaQyKMv { box-sizing:content-box;height:0.75rem;width:24.3125rem;position:absolute;display:block;z-index:15061;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(90deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(90deg, #ffd345, #fc6e03);background-size:auto !important;top:12.375rem;left:34.875rem;display:none; }
#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container { background-color: transparent; background-image: none; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container > .video-iframe-container { display: none; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row > .video-iframe-container { display: none; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .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); }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container { border-width: 0; border-radius: 0; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#Ed4fgftPtMvpzFyhu3ursLIBCI3PLBOq { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:25rem;width:24.375rem;top:2.75rem;left:0rem;display:block; }
#LDH365pxszHWBGwSXzBzFOX26aM9dMiZ { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.0625rem;top:5.875rem;left:2.125rem;overflow:hidden;display:block; }
#zOldh1ommGblOTtcpslG73RFhIIKIqgM { color:#080909;display:block;width:19.0625rem;position:absolute;font-family:archivo;font-size:1.5625rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:13.21875rem;left:2.125rem;height:4.059375rem;display:block; }
#pH5Wv5QcThXHGv0xTb0MFtwu4IRMPxTG { color:#080909;display:block;width:21.25rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:18.5rem;left:2.125rem;height:4.3875rem;display:block; }
#PX6xlUIAen1pT4RwkGf3A4b5kL2LN1JW { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:25rem;width:24.375rem;top:2.75rem;left:25.3125rem;display:block; }
#neoSSAzGhsETdJxwsWD9kerFhD4FKczx { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:5.90625rem;left:52.0625rem;overflow:hidden;display:block; }
#n3HExexqQVUcOaFdn9QGSQlycJ7x2ef7 { color:#080909;display:block;width:20.1875rem;position:absolute;font-family:archivo;font-size:1.5625rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:12.8125rem;left:28.125rem;height:4.059375rem;display:block; }
#A5vGPPbHlwIkTJeXLpJiItEzkNhc4sMg { color:#080909;display:block;width:19.625rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:18rem;left:28rem;height:5.85rem;display:block; }
#xMhzZ9Fm29DKL2Si062JqB6nUulqAkAz { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:25rem;width:24.375rem;top:2.75rem;left:50.625rem;display:block; }
#IlX5CdW7Swdq0edac1eUen2rMIGZDJp0 { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:5.90625rem;left:28.125rem;overflow:hidden;display:block; }
#xpM9gnRpSHrouGU0QsxB9ynEnLixcOHr { color:#080909;display:block;width:18.8125rem;position:absolute;font-family:archivo;font-size:1.5625rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:12.8125rem;left:52.0625rem;height:4.059375rem;display:block; }
#HsRcVtCdZDwBugbrgBbc2tvQR1A7coTO { color:#080909;display:block;width:19.6230625rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:18.5rem;left:52.0625rem;height:4.3875rem;display:block; }
#pgUckZ2BrtqWky4BukobZ4LnL3Cm9w74 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.808625rem;width:8.808625rem;top:25.80859375rem;left:66.1904296875rem;overflow:hidden;display:block; }
#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { background-color: transparent; background-image: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container > .video-iframe-container { display: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container { display: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .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); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { border-width: 0; border-radius: 0; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#lAJ5RJyBobimVRvgV9zCAM9RlRiVZ29R { background-color:transparent;background-image: -webkit-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(50deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(50deg, #ffd345, #fc6e03);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.375rem;height:3.4375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:2.5rem;left:17.8125rem;display:block; }
#KmMg5DaTlaqt4HzcqU5eEJ8s3i4HosKp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UrOlapsvNFSzDOAJz7hU01dZBKML877B { background-color:transparent;background-image: -webkit-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(50deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(50deg, #ffd345, #fc6e03);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.625rem;height:3.4375rem;text-decoration:none;z-index:15067;text-align:center;text-align-last:center;top:2.3125rem;left:19.6875rem;display:none; }
#rpUviU4p8JVqD6hPsmlrfmQNFP8sHFfn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00134b;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU > .row .container { background-color: transparent; background-image: none; }#TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU > .row .container > .video-iframe-container { display: none; }#TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU > .row > .video-iframe-container { display: none; }#TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU > .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); }#TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU > .row .container { border-width: 0; border-radius: 0; }#TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU > .row .container { font-size:0.875rem;font-family:arial;height:48.4375rem;width:75rem;position:relative;display:block; }#qeHQwMNVzdmMiO5tNdvhicCHQB4BqmKO { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15.3125rem;top:39.5107421875rem;left:56.751953125rem;overflow:hidden;display:block; }
#cQJTPvE1WEIhOEsG7ist77gCqbtgBOKx { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:16.4375rem;left:0rem; }
#IoEulXBnbTig7T1eiGPi6VhFf8PJmXSW { color:#ffffff;display:block;width:25.3125rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:16.4375rem;left:3.875rem;height:4.3875rem;display:block; }
#I1MLE8Ctr8sMbDlKG1c3DfH8wbQeOGvQ { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:22.75rem;left:3.875rem;height:4.3875rem;display:block; }
#BwFoGqR4ONKnM9isdec4Rosemsx8R0yW { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15064;opacity:1;top:22.75rem;left:0rem; }
#H90uNdKioN1RRAJZ5gJ7w1cLkeUyiQ7g { color:#ffffff;display:block;width:29.25rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:29.1875rem;left:3.875rem;height:4.3875rem;display:block; }
#tDfDPHlKJKrxINwLctCdff2CXNMrtegu { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15066;opacity:1;top:29.1875rem;left:0rem; }
#NCSkCk4Vd3FT2rooeWERXZtfATAts7eT { color:#ffffff;display:block;width:33.0625rem;position:absolute;font-family:archivo;font-size:2rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:8.75rem;left:0rem;height:5.20078125rem;display:block; }
#ikwTuDqy7dQbnn2IUuMh8Ct5lA41T9uK { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.625rem;width:36.0625rem;top:3.40625rem;left:35.5rem;overflow:hidden;display:block; }
#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { background-color: transparent; background-image: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container > .video-iframe-container { display: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container { display: none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .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); }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { border-width: 0; border-radius: 0; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { background-color: transparent; background-image: none; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container > .video-iframe-container { display: none; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row > .video-iframe-container { display: none; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .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); }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { border-width: 0; border-radius: 0; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#fpa4nVD4CfXdOrDhlvUu2mEObZAD8ZmJ { color:#080909;display:block;width:37.3125rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:8.375rem;left:37.5rem;height:27rem;text-align:left;text-align-last:left;display:block; }
#pMdTHozUBHPBD3a9KoFhR6JVFwDUUVOx { color:#111111;display:block;width:35.0625rem;position:absolute;font-family:archivo;font-size:2.6875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:3.5625rem;left:37.5rem;height:3.4931625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#PPclWUCm8DGhtU19z0OMeDZ3V4QWhRX3 { box-sizing:content-box;height:0.75rem;width:27.3125rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #01feff, #003ff9);background-image: -moz-linear-gradient(90deg, #01feff, #003ff9);background-image: -ms-linear-gradient(90deg, #01feff, #003ff9);background-image: -o-linear-gradient(90deg, #01feff, #003ff9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01feff', endColorstr='#003ff9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#01feff', endColorstr='#003ff9' );";background-image: linear-gradient(90deg, #01feff, #003ff9);background-size:auto !important;top:5.8125rem;left:37.5rem;display:block; }
#W3xJSk8SXUBvD0Wf19LBCtKB0eyxViv5 { position:absolute;display:block;z-index:15077;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.875rem;width:34.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#cinaTk4Fmq8foxCVAENOfaA5rqCReZvv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9e3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cinaTk4Fmq8foxCVAENOfaA5rqCReZvv > .row .container { background-color: transparent; background-image: none; }#cinaTk4Fmq8foxCVAENOfaA5rqCReZvv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cinaTk4Fmq8foxCVAENOfaA5rqCReZvv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cinaTk4Fmq8foxCVAENOfaA5rqCReZvv > .row .container > .video-iframe-container { display: none; }#cinaTk4Fmq8foxCVAENOfaA5rqCReZvv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cinaTk4Fmq8foxCVAENOfaA5rqCReZvv > .row > .video-iframe-container { display: none; }#cinaTk4Fmq8foxCVAENOfaA5rqCReZvv > .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); }#cinaTk4Fmq8foxCVAENOfaA5rqCReZvv > .row .container { border-width: 0; border-radius: 0; }#cinaTk4Fmq8foxCVAENOfaA5rqCReZvv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cinaTk4Fmq8foxCVAENOfaA5rqCReZvv > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#UemhBnTotTZryhEmVK8BxE8LTiohSBQd { color:#111111;display:block;width:46.6865rem;position:absolute;font-family:archivo;font-size:2.6875rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:3.638671875rem;left:14.15625rem;height:6.984375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#TTxhNvTGQO74dzlvXmT4lbmHS53yEH8v { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8115rem;width:8.8115rem;top:6.1875rem;left:0rem;overflow:hidden;display:block; }
#FJrpaxaAPDFeQRQTx3pGn02z3mCkl3FA { color:#111111;display:block;width:46.6868125rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:3.798828125rem;left:11.623756408691rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;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:none; }
#uO1Kyc0TF6zSvN5M08QQpLuyqZAFKmMQ { box-sizing:content-box;height:0.6875rem;width:19.9375rem;position:absolute;display:block;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(90deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(90deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(90deg, #ffd345, #fc6e03);background-size:auto !important;top:5.9375rem;left:26.65625rem;display:block; }
#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9e3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row .container { background-color: transparent; background-image: none; }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row .container > .video-iframe-container { display: none; }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row > .video-iframe-container { display: none; }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .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); }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row .container { border-width: 0; border-radius: 0; }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row .container { font-size:0.875rem;font-family:arial;height:61rem;width:75rem;position:relative;display:block; }#TSFwVmroSOpXT6vHWFuQovGgW84palI7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5625rem;width:34.75rem;top:5.21875rem;left:1.375rem;overflow:hidden;display:block; }
#fMzJCmQdJlnGJf00asBNMhZF2mymy2g3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8125rem;width:34.75rem;top:6.125rem;left:38.875rem;overflow:hidden;display:block; }
#aMNxsxZ52cEmtf5sqFGeWqXkulqvsI4N { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:34.75rem;top:35.34375rem;left:1.375rem;overflow:hidden;display:block; }
#etaNWrOTdxsp7afR2qdOoLPE4NtBa1zO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:34.75rem;top:36.875rem;left:38.875rem;overflow:hidden;display:block; }
#o17r2fbvE79HwoKpGOQXSW3MWimytXur { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:28.125rem;width:34.9375rem;top:2.4375rem;left:1.28125rem;display:block; }
#l6kvxeeBi4LhbP0yKTsh2cc2NRmgHfAP { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:18.75rem;width:34.9375rem;top:32.75rem;left:1.28125rem;display:block; }
#DPAbqeI8dSyhu99N3opu5EXiJ1z7R3At { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:18.75rem;width:34.9375rem;top:32.75rem;left:38.8125rem;display:block; }
#U0ermLUS52DNfwuw2VGhllUCUXkl9R4W { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:28.125rem;width:34.9375rem;top:2.4375rem;left:38.8125rem;display:block; }
#cmQ0ZkAeEG1TvDgFfeTJ4obm2TFKJH1s { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:15.3125rem;top:53.5rem;left:56.6875rem;overflow:hidden;display:block; }
#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container { background-color: transparent; background-image: none; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container > .video-iframe-container { display: none; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row > .video-iframe-container { display: none; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .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); }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container { border-width: 0; border-radius: 0; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#d7tuuZpBzT9fTFA61VTVDhGdVWlTBK8S { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:archivo;font-size:1.875rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:12.40625rem;left:3.75rem;height:4.875rem;display:block; }
#fyFCX5Ks29FZGp4HDWR5ur1RBknnxuLD { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:34.375rem;width:34.375rem;top:13.75rem;left:1.25rem;display:block; }
#EwVdBCNbTrhKPXXrtV061pQ7riltSM2N { position:absolute;display:block;z-index:15002;background-color:#003ff9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:7.8125rem;width:18.75rem;top:10.9375rem;left:2.8125rem;display:block; }
#LLgREF4roTVsr1WwVPR4TO9zDI1Rxz7k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:21.4375rem;left:3.3125rem; }
#JU5BtqGdfROo3AR7NQCcuAtbFmTT9b0f { color:#000000;display:block;width:28rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:21.4375rem;left:6.375rem;height:2.925rem;display:block; }
#bPanWvPbRbRJvuIz5iSLTl8VTtmqntxx { color:#000000;display:block;width:27.875rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:24.9375rem;left:6.375rem;height:5.85rem;display:block; }
#C0vX7uh3Z9ntvIFi5RJR9XuJoOcTrED0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:24.9375rem;left:3.3125rem; }
#Zc5oTniHdByyCXrD9FlJzbMVV0eVDdT6 { color:#000000;display:block;width:26rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15087;line-height:1.3;letter-spacing:0;top:31.5625rem;left:6.375rem;height:4.3875rem;display:block; }
#WBTveKNHVNNlpOSMTbp13hNEEcTLaTsT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:31.5625rem;left:3.3125rem; }
#y0ZUdrIxvCDmUkTpsappQBSwgTSgdlDg { color:#000000;display:block;width:27.5625rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:37.0625rem;left:6.375rem;height:2.925rem;display:block; }
#QoNcGWLCOrmX3RJlZSmNGTgQsaWlPtwT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15092;opacity:1;top:37.0625rem;left:3.3125rem; }
#tTJmrrOwvdLhhMxWxNmTyEVZ9aNcX5c4 { color:#000000;display:block;width:27.5rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15090;line-height:1.3;letter-spacing:0;top:40.8125rem;left:6.375rem;height:4.3875rem;display:block; }
#qRT5d18iSlP02xUctpO7xF9x5UpKVasy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:40.8125rem;left:3.3125rem; }
#mSp6EU6NxEtH3TpDr4i7UNXZuaTT5yE0 { position:absolute;display:block;z-index:15010;background-color:#ff5e00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:7.8125rem;width:18.75rem;top:10.9375rem;left:41.5625rem;display:block; }
#l8MQkqTbxlJTqnXfRrr8CZrPs5vaJwbw { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:archivo;font-size:1.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:12.40625rem;left:42.96875rem;height:4.875rem;display:block; }
#r0xMPFxyciGwX4haDnTRtUzlK2oCMggg { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.19) ;height:34.375rem;width:34.375rem;top:13.75rem;left:39.0625rem;display:block; }
#UaFmU9mpkNeAP27gqN3aMusEH6L4NLz7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15096;opacity:1;top:28.625rem;left:41.5625rem; }
#RnhzWqw5MrJi05ko25PW0ChX1Azrc6hr { color:#000000;display:block;width:22.625rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:21.4375rem;left:44.625rem;height:2.925rem;display:block; }
#qCnChOfx5mPyFJ75pNJI9Q03eX8WEvuh { color:#000000;display:block;width:21.625rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15096;line-height:1.3;letter-spacing:0;top:24.9375rem;left:44.625rem;height:2.925rem;display:block; }
#OO23w3dkgTpCWdLU4neFlOSX0fBWRAzP { color:#000000;display:block;width:21.25rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15097;line-height:1.3;letter-spacing:0;top:28.625rem;left:44.625rem;height:2.925rem;display:block; }
#QlsbxTZyaMVnDEAAk6D89GHWRiKmQ6w2 { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:24.9375rem;left:41.5625rem; }
#SJ63lcu1GfTnZJagvVEF61kPtmh8nvmc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81196875rem;width:1.81196875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15097;opacity:1;top:21.4375rem;left:41.5625rem; }
#X9yKSARKTvupwWTVAIPGgyJpDibTi2E6 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8105625rem;width:8.8105625rem;top:6.5625rem;left:23.65625rem;overflow:hidden;display:block; }
#wmztNIceszKWRUAg4i76eiRL48aSapDJ { color:#000000;display:block;width:22.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15095;line-height:1.3;letter-spacing:0;top:21.4375rem;left:44.625rem;height:2.76171875rem;display:none; }
#VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx > .row .container { background-color: transparent; background-image: none; }#VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx > .row .container > .video-iframe-container { display: none; }#VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx > .row > .video-iframe-container { display: none; }#VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx > .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); }#VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx > .row .container { border-width: 0; border-radius: 0; }#VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#fOlHk3JeUDBvIsq1OJzA9l1l37Pvvlqi { background-color:transparent;background-image: -webkit-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(50deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(50deg, #ffd345, #fc6e03);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.3125rem;height:3.4375rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:12.03125rem;left:16.53125rem;display:block; }
#zZGqRiaEbrekG4hXa1JaxnhZdCGKVx8z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VRMQngmwvsPkqEZMT8UWrPqecRcrwteG { color:#111111;display:block;width:66.75rem;position:absolute;font-family:archivo;font-size:2.25rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:1.125rem;left:4.125rem;height:;font-style:normal;text-align:center;text-align-last:center;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; }
#aiShZVtUq1paeqTdUrLMTJivaqreHJbx { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:archivo;font-size:1.625rem;font-weight:normal;z-index:15056;line-height:1.3;letter-spacing:0;top:5.14453125rem;left:16.34375rem;height:4.22578125rem;text-align:center;text-align-last:center;display:block; }
#VCaIHCE7JM85HPa3QRqAkbuB5S5gK7eT { background-color:transparent;background-image: -webkit-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -moz-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -ms-linear-gradient(50deg, #ffd345, #fc6e03);background-image: -o-linear-gradient(50deg, #ffd345, #fc6e03);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd345', endColorstr='#fc6e03' );";background-image: linear-gradient(50deg, #ffd345, #fc6e03);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f5f5f5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:archivo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.125rem;height:3.4375rem;text-decoration:none;z-index:15068;text-align:center;text-align-last:center;top:10.59375rem;left:17.625rem;display:none; }
#eZ8LRXOIZsDtJcfALpQlNJT0U1T4T4qO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { background-color: transparent; background-image: none; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container > .video-iframe-container { display: none; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row > .video-iframe-container { display: none; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .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); }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { border-width: 0; border-radius: 0; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#GHwF6ehXhwSdTHupp4yULAKm4VXzU9rh { color:#080909;display:block;width:12.125rem;position:absolute;font-family:archivo;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.64453125rem;left:55.6875rem;height:1.462675rem;display:block; }
#dSNR36BCoU0abtIz7V4zQFrWA1iphECr { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:4.75rem;top:0.75rem;left:7.40625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o { display:block; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqCDXEhsgyVKFgEDkVqswJOfxcaywUcn { top:2.5625rem;left:20.8125rem;width:26.9375rem;height:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-regular-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-text { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-text {padding-top: 0; padding-bottom: 0;}#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-textarea { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-select { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-select {padding-top: 0; padding-bottom: 0;}#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-button { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-checkbox-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH  { width:20.625rem;height:auto;top:15.6875rem;left:23.875rem; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .radio-container { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH {display:block;}#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH { width:20.625rem;height:auto;top:15.6875rem;left:23.875rem; }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #kM8TynDJs34CR9JewMy06tRc9RI25FMr {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #Lx2uUTWu1ubTg0gJeiUT4wTtMcA67R5X {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #oikDTtNT0Tb98Q8EvlI6ckn1cOdlzZ8T {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #AR6ZsTTt2H8SMtTgvb0VbbkAZ3NTvruO {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #PuTw5FTt3FAQ1y1IgAAJyab8LsAZCEbF {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #bdufdEPrzkl9kS4L8CmTcBwV5yP0AE87 {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #kfbxduuAZexTX8bC9HxWpgNEAhkMrbFw {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #qgVSOpq3CF66XKslA7Dbw1BTnLOLOarQ {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #u05MI44ZOmop5s0Mai3VVbwgT8JyRGWu {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #iHXkfCBMNFQ80GfrqWQTpN5gXKTOwa1e {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #Zy45DFyBKo2lcvItH5KLtrhcrmcbKmT1 {  }
 }@media only screen and (max-width: 763px) { #DdH2FBOtVwhetVmpIkQfBKT3vF4nSRgo { display:block; }
 }@media only screen and (max-width: 763px) { #FSzMPamB2I1p8BfQCslzTJpvVPSCIwFv { display:block; }
 }@media only screen and (max-width: 763px) { #b9lTNemsdZM8x6uruQNk95IcfyxIQsFo { display:block; }
 }@media only screen and (max-width: 763px) { #JJotBglSVTfseTOzdD7l1VllRRF4HHqF { display:block; }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #geclubG2vt1ZcV44EamAsGqwEk9PQXI8 {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #ZpRBp1UAa8abF43G68qRWTi6HhDfECLI {  }
 }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { top:4.25rem;left:0rem;width:13.125rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3n0t2nsHcVMZhKubQeFfTkPWZW26hoU { top:8.3125rem;left:15.125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cs0QxbZ5e0nX4mrwpNahvMxJF5q3FvNg { top:22.6875rem;left:0rem;width:13.5rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sh1vxCcSFJNS4lIO58qo2nMH6tJZ2xFF { top:0rem;left:0rem;width:5.5rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLgWPFaMyB5XkF6dqJzyA7PTzpGumPdk { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blL31KHSdVglG4TouyL14LchZ62eKeDH { top:25.875rem;left:8.0625rem;width:15.8125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHnurJn9ZqiGV4dMHnW9TrduLZ5wXWNS { top:29.3125rem;left:0rem;width:16.625rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF { display:block; }#Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5uolAewanENi9uH4OxWWRErFyc9qmoo { top:9.5625rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { top:9.5625rem;left:14.125rem;width:33.5625rem;height:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxOzdN8nMSMEvB3t6PKynHfVzRJn9yiH { top:16.1875rem;left:16.625rem;width:31.125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ0wVTM7N4hDLhrhka8rqfbnHTBTwH9r { top:22.6875rem;left:18.625rem;width:29.125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK8MvLGLBRi95tfBHt9bHGTFlVtslxzh { top:30.75rem;left:16.4375rem;width:31.3125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8WNDtp0By8NM9ECqcZlUVTlmcb6kWX { top:7.4375rem;left:0rem;width:34.375rem;height:30.13351209512rem;display:block; }
 }@media only screen and (max-width: 763px) { #imeRW4NVEkevaCrzBcmmBKKemTuCAZiJ { top:44.1875rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #keKMUPgyGJAGbIJKwP7AQ15pRRgSwu2N { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGe41Cs8ZsmfJseikT4m5BLT4xuNcKHy { width:19.375rem;height:3.5rem;top:11.625rem;left:3.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NVyTL0dsL42BoV5dRp5rGLIvBhSK5h7q { top:7.75rem;left:0rem;width:17.6875rem;height:6.4375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdNinP3Lre37KMlVAZVGO7utOhrXelpg { top:4.375rem;left:14rem;width:33.75rem;height:2.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FO6aGxEq6BybpCmazpgnpW6vL3ma45Cw { top:16.0625rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQPhWbouQgKgvzJnHGV65zvBdHdZ97Lc { top:22.5625rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD5R8OxGA8p6uogdrowfO5nTRa87TObW { top:30.75rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zn5pqp2GUSGXhiDktm6eErTpdgXqJK6R { top:37.5rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2zf7miCo0sqVT80PgpTwShbmpmGWRwX { top:37.5rem;left:16.4375rem;width:31.3125rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0bOE7w9CRq8U0xAL4oLAJ0gZV4TEcHt { top:31.5rem;left:0rem;width:17.875rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feKkQTsU5aa5l8otxs2diK7RfToSLbue { display:block; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImIK6qwZpKU7DDHhs2fuDt0NEKfDbpWW { top:0rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 { display:block; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6nRoiWvg6sXS8TXwGzhzMTx1GxRlCRW { top:3.1875rem;left:0rem;width:47.75rem;height:10.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynQavKLS4SsChl2gZgG4Rhhwf0FHrHTI { top:5.4375rem;left:0rem;width:24.125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2IadXbMmyNw3S6a5HSwyebPepD1CFuf { top:12.375rem;left:21.25rem;width:24.3125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIVaZoqXr598IkuzWgpU6pel6b4BTK6s { top:16.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxRXkQDDchfGZAydfgP3563XktaQyKMv { top:12.375rem;left:21.25rem;width:24.3125rem;height:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yg6b02XEabTwwa1dVn9Caq7VPplGqV46 { display:block; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ed4fgftPtMvpzFyhu3ursLIBCI3PLBOq { top:2.75rem;left:0rem;width:24.375rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDH365pxszHWBGwSXzBzFOX26aM9dMiZ { top:5.875rem;left:0rem;width:5.0625rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOldh1ommGblOTtcpslG73RFhIIKIqgM { top:13.1875rem;left:0rem;width:19.0625rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH5Wv5QcThXHGv0xTb0MFtwu4IRMPxTG { top:18.5rem;left:0rem;width:21.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX6xlUIAen1pT4RwkGf3A4b5kL2LN1JW { top:2.75rem;left:7.375rem;width:24.375rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #neoSSAzGhsETdJxwsWD9kerFhD4FKczx { top:5.875rem;left:31.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3HExexqQVUcOaFdn9QGSQlycJ7x2ef7 { top:12.8125rem;left:15.875rem;width:20.1875rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5vGPPbHlwIkTJeXLpJiItEzkNhc4sMg { top:18rem;left:12.125rem;width:19.625rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMhzZ9Fm29DKL2Si062JqB6nUulqAkAz { top:2.75rem;left:23.25rem;width:24.375rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlX5CdW7Swdq0edac1eUen2rMIGZDJp0 { top:5.875rem;left:15.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpM9gnRpSHrouGU0QsxB9ynEnLixcOHr { top:12.8125rem;left:28.8125rem;width:18.8125rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsRcVtCdZDwBugbrgBbc2tvQR1A7coTO { top:18.5rem;left:28.0625rem;width:19.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgUckZ2BrtqWky4BukobZ4LnL3Cm9w74 { top:25.75rem;left:38.875rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS { display:block; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAJ5RJyBobimVRvgV9zCAM9RlRiVZ29R { width:39.375rem;height:3.4375rem;top:2.5rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmMg5DaTlaqt4HzcqU5eEJ8s3i4HosKp { display:block; }
 }@media only screen and (max-width: 763px) { #UrOlapsvNFSzDOAJz7hU01dZBKML877B { width:35.625rem;height:3.4375rem;top:2.3125rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpUviU4p8JVqD6hPsmlrfmQNFP8sHFfn { display:block; }
 }@media only screen and (max-width: 763px) { #TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU { display:block; }#TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeHQwMNVzdmMiO5tNdvhicCHQB4BqmKO { top:39.5rem;left:32.4375rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQJTPvE1WEIhOEsG7ist77gCqbtgBOKx { top:16.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoEulXBnbTig7T1eiGPi6VhFf8PJmXSW { top:16.4375rem;left:0rem;width:25.3125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1MLE8Ctr8sMbDlKG1c3DfH8wbQeOGvQ { top:22.75rem;left:0rem;width:27.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwFoGqR4ONKnM9isdec4Rosemsx8R0yW { top:22.75rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H90uNdKioN1RRAJZ5gJ7w1cLkeUyiQ7g { top:29.1875rem;left:0rem;width:29.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDfDPHlKJKrxINwLctCdff2CXNMrtegu { top:29.1875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCSkCk4Vd3FT2rooeWERXZtfATAts7eT { top:8.75rem;left:0rem;width:33.0625rem;height:5.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikwTuDqy7dQbnn2IUuMh8Ct5lA41T9uK { top:3.375rem;left:11.6875rem;width:36.0625rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { display:block; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K { display:block; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpa4nVD4CfXdOrDhlvUu2mEObZAD8ZmJ { top:8.375rem;left:10.4375rem;width:37.3125rem;height:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMdTHozUBHPBD3a9KoFhR6JVFwDUUVOx { top:3.5625rem;left:12.6875rem;width:35.0625rem;height:3.4375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPclWUCm8DGhtU19z0OMeDZ3V4QWhRX3 { top:5.8125rem;left:20.4375rem;width:27.3125rem;height:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3xJSk8SXUBvD0Wf19LBCtKB0eyxViv5 { top:0rem;left:0rem;width:34.375rem;height:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cinaTk4Fmq8foxCVAENOfaA5rqCReZvv { display:block; }#cinaTk4Fmq8foxCVAENOfaA5rqCReZvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UemhBnTotTZryhEmVK8BxE8LTiohSBQd { top:3.625rem;left:0.53125rem;width:46.625rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTxhNvTGQO74dzlvXmT4lbmHS53yEH8v { top:6.1875rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJrpaxaAPDFeQRQTx3pGn02z3mCkl3FA { top:14.3125rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uO1Kyc0TF6zSvN5M08QQpLuyqZAFKmMQ { top:5.9375rem;left:13.0625rem;width:19.9375rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy { display:block; }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSFwVmroSOpXT6vHWFuQovGgW84palI7 { top:5.1875rem;left:0rem;width:34.75rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMzJCmQdJlnGJf00asBNMhZF2mymy2g3 { top:6.125rem;left:13rem;width:34.75rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMNxsxZ52cEmtf5sqFGeWqXkulqvsI4N { top:35.3125rem;left:0rem;width:34.75rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #etaNWrOTdxsp7afR2qdOoLPE4NtBa1zO { top:36.875rem;left:13rem;width:34.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o17r2fbvE79HwoKpGOQXSW3MWimytXur { top:2.4375rem;left:0rem;width:34.9375rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6kvxeeBi4LhbP0yKTsh2cc2NRmgHfAP { top:32.75rem;left:0rem;width:34.9375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPAbqeI8dSyhu99N3opu5EXiJ1z7R3At { top:32.75rem;left:12.8125rem;width:34.9375rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0ermLUS52DNfwuw2VGhllUCUXkl9R4W { top:2.4375rem;left:12.8125rem;width:34.9375rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmQ0ZkAeEG1TvDgFfeTJ4obm2TFKJH1s { top:53.5rem;left:32.4375rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W { display:block; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7tuuZpBzT9fTFA61VTVDhGdVWlTBK8S { top:12.375rem;left:0rem;width:16.875rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyFCX5Ks29FZGp4HDWR5ur1RBknnxuLD { top:13.75rem;left:0rem;width:34.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwVdBCNbTrhKPXXrtV061pQ7riltSM2N { top:10.9375rem;left:0rem;width:18.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLgREF4roTVsr1WwVPR4TO9zDI1Rxz7k { top:21.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU5BtqGdfROo3AR7NQCcuAtbFmTT9b0f { top:21.4375rem;left:0rem;width:28rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPanWvPbRbRJvuIz5iSLTl8VTtmqntxx { top:24.9375rem;left:0rem;width:27.875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0vX7uh3Z9ntvIFi5RJR9XuJoOcTrED0 { top:24.9375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zc5oTniHdByyCXrD9FlJzbMVV0eVDdT6 { top:31.5625rem;left:0rem;width:26rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBTveKNHVNNlpOSMTbp13hNEEcTLaTsT { top:31.5625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0ZUdrIxvCDmUkTpsappQBSwgTSgdlDg { top:37.0625rem;left:0rem;width:27.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoNcGWLCOrmX3RJlZSmNGTgQsaWlPtwT { top:37.0625rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTJmrrOwvdLhhMxWxNmTyEVZ9aNcX5c4 { top:40.8125rem;left:0rem;width:27.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRT5d18iSlP02xUctpO7xF9x5UpKVasy { top:40.8125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSp6EU6NxEtH3TpDr4i7UNXZuaTT5yE0 { top:10.9375rem;left:23.875rem;width:18.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8MQkqTbxlJTqnXfRrr8CZrPs5vaJwbw { top:12.375rem;left:23.875rem;width:15.9375rem;height:4.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0xMPFxyciGwX4haDnTRtUzlK2oCMggg { top:13.75rem;left:13.375rem;width:34.375rem;height:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaFmU9mpkNeAP27gqN3aMusEH6L4NLz7 { top:28.625rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnhzWqw5MrJi05ko25PW0ChX1Azrc6hr { top:21.4375rem;left:24.1875rem;width:22.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCnChOfx5mPyFJ75pNJI9Q03eX8WEvuh { top:24.9375rem;left:24.1875rem;width:21.625rem;height:2.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO23w3dkgTpCWdLU4neFlOSX0fBWRAzP { top:28.625rem;left:24.1875rem;width:21.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlsbxTZyaMVnDEAAk6D89GHWRiKmQ6w2 { top:24.9375rem;left:23.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ63lcu1GfTnZJagvVEF61kPtmh8nvmc { top:21.4375rem;left:23.875rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9yKSARKTvupwWTVAIPGgyJpDibTi2E6 { top:6.5625rem;left:15.125rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmztNIceszKWRUAg4i76eiRL48aSapDJ { top:43.1875rem;left:0rem;width:17.0625rem;height:3.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx { display:block; }#VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOlHk3JeUDBvIsq1OJzA9l1l37Pvvlqi { width:38.3125rem;height:3.4375rem;top:12rem;left:2.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZGqRiaEbrekG4hXa1JaxnhZdCGKVx8z { display:block; }
 }@media only screen and (max-width: 763px) { #VRMQngmwvsPkqEZMT8UWrPqecRcrwteG { top:1.125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiShZVtUq1paeqTdUrLMTJivaqreHJbx { top:5.125rem;left:2.71875rem;width:38.6875rem;height:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCaIHCE7JM85HPa3QRqAkbuB5S5gK7eT { width:36.125rem;height:3.4375rem;top:10.5625rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #eZ8LRXOIZsDtJcfALpQlNJT0U1T4T4qO { display:block; }
 }@media only screen and (max-width: 763px) { #VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma { display:block; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHwF6ehXhwSdTHupp4yULAKm4VXzU9rh { top:2.625rem;left:35.625rem;width:12.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSNR36BCoU0abtIz7V4zQFrWA1iphECr { top:0.75rem;left:0rem;width:4.75rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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) { #EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o { display:block; }#EBVt4a3cTRA8ib2RrAvha1F8Dubrec6o > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dqCDXEhsgyVKFgEDkVqswJOfxcaywUcn { width:20rem;height:34.375rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-regular-label { width:16.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-text { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-text {padding-top: 0; padding-bottom: 0;}#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-textarea { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-select { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-select {padding-top: 0; padding-bottom: 0;}#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-input-button { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH  { width:16.8125rem;height:auto;top:24.0625rem;left:0.375rem; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH .radio-container { width:16.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH {display:block;}#H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH { width:16.8125rem;height:auto;top:24.0625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #kM8TynDJs34CR9JewMy06tRc9RI25FMr {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #Lx2uUTWu1ubTg0gJeiUT4wTtMcA67R5X { display:block; }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #oikDTtNT0Tb98Q8EvlI6ckn1cOdlzZ8T {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #AR6ZsTTt2H8SMtTgvb0VbbkAZ3NTvruO {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #PuTw5FTt3FAQ1y1IgAAJyab8LsAZCEbF { display:block; }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #bdufdEPrzkl9kS4L8CmTcBwV5yP0AE87 {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #kfbxduuAZexTX8bC9HxWpgNEAhkMrbFw {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #qgVSOpq3CF66XKslA7Dbw1BTnLOLOarQ {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #u05MI44ZOmop5s0Mai3VVbwgT8JyRGWu {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #iHXkfCBMNFQ80GfrqWQTpN5gXKTOwa1e {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #Zy45DFyBKo2lcvItH5KLtrhcrmcbKmT1 {  }
 }@media only screen and (max-width: 763px) { #DdH2FBOtVwhetVmpIkQfBKT3vF4nSRgo { display:block; }
 }@media only screen and (max-width: 763px) { #FSzMPamB2I1p8BfQCslzTJpvVPSCIwFv { display:block; }
 }@media only screen and (max-width: 763px) { #b9lTNemsdZM8x6uruQNk95IcfyxIQsFo { display:block; }
 }@media only screen and (max-width: 763px) { #JJotBglSVTfseTOzdD7l1VllRRF4HHqF { display:block; }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #geclubG2vt1ZcV44EamAsGqwEk9PQXI8 {  }
 }@media only screen and (max-width: 763px) { #H4vt2RAcugpVuQIX8H5S4MiBeAuWxdbH #ZpRBp1UAa8abF43G68qRWTi6HhDfECLI {  }
 }@media only screen and (max-width: 763px) { #rnxKP00LSvk152uiwetigHTcdxlKmRfv { width:20rem;height:5.1181625rem;top:8.3125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #eMQEFxCyIzq8Nb272grvPOhxri8oE9Br { width:6.1875rem;height:6.875rem;top:0rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3n0t2nsHcVMZhKubQeFfTkPWZW26hoU { width:8.75rem;height:8.75rem;top:8.3125rem;left:11.25rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #cs0QxbZ5e0nX4mrwpNahvMxJF5q3FvNg { width:8.875rem;height:0.625rem;top:12.8125rem;left:1rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Sh1vxCcSFJNS4lIO58qo2nMH6tJZ2xFF { width:5.5rem;height:3.0625rem;top:1.90625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLgWPFaMyB5XkF6dqJzyA7PTzpGumPdk { width:18rem;height:8.53025rem;top:16.625rem;left:1rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #blL31KHSdVglG4TouyL14LchZ62eKeDH { width:6.9375rem;height:0.625rem;top:9.25rem;left:3.75rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #rHnurJn9ZqiGV4dMHnW9TrduLZ5wXWNS { width:8.375rem;height:0.625rem;top:10.9375rem;left:10.4375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF { display:block; }#Efq5dPRXm2Cz15K3519XOgkQHVMLSvqF > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z5uolAewanENi9uH4OxWWRErFyc9qmoo { display:flex;width:1.8125rem;height:1.8125rem;top:3.9375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #k6RGzRctSFZiZ7HAEIebBXHt15inGbtm { width:17.4375rem;height:7.7988125rem;top:3.9375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxOzdN8nMSMEvB3t6PKynHfVzRJn9yiH { width:16.4375rem;height:9.098625rem;top:12.6875rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ0wVTM7N4hDLhrhka8rqfbnHTBTwH9r { width:16.6875rem;height:10.3984375rem;top:22.4375rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK8MvLGLBRi95tfBHt9bHGTFlVtslxzh { width:17.375rem;height:7.7988125rem;top:33.75rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZ8WNDtp0By8NM9ECqcZlUVTlmcb6kWX { width:20rem;height:17.53125rem;top:52.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #imeRW4NVEkevaCrzBcmmBKKemTuCAZiJ { width:8.75rem;height:8.75rem;top:3.9375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #keKMUPgyGJAGbIJKwP7AQ15pRRgSwu2N { width:20rem;height:0;top:45.54296875rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #CGe41Cs8ZsmfJseikT4m5BLT4xuNcKHy { width:20rem;height:0;top:56.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15005;font-family:archivo;display:none; }
 }@media only screen and (max-width: 763px) { #NVyTL0dsL42BoV5dRp5rGLIvBhSK5h7q { width:16.8125rem;height:0;top:35.0625rem;left:1.59375rem;font-size:1rem;z-index:15055;display:none; }
 }@media only screen and (max-width: 763px) { #cdNinP3Lre37KMlVAZVGO7utOhrXelpg { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15078;display:block; }
 }@media only screen and (max-width: 763px) { #FO6aGxEq6BybpCmazpgnpW6vL3ma45Cw { display:flex;width:1.75rem;height:1.75rem;top:12.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WQPhWbouQgKgvzJnHGV65zvBdHdZ97Lc { display:flex;width:1.75rem;height:1.75rem;top:22.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OD5R8OxGA8p6uogdrowfO5nTRa87TObW { display:flex;width:1.75rem;height:1.75rem;top:33.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Zn5pqp2GUSGXhiDktm6eErTpdgXqJK6R { display:flex;width:1.75rem;height:1.75rem;top:42.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K2zf7miCo0sqVT80PgpTwShbmpmGWRwX { width:17.5625rem;height:9.098625rem;top:42.5625rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0bOE7w9CRq8U0xAL4oLAJ0gZV4TEcHt { width:8.5rem;height:7.25rem;top:67.125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #feKkQTsU5aa5l8otxs2diK7RfToSLbue { background-color:#ccebfd;background-image:none;display:block; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container { background-color: transparent; background-image: none; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container > .video-iframe-container { display: none; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row > .video-iframe-container { display: none; }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .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); }#feKkQTsU5aa5l8otxs2diK7RfToSLbue > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ImIK6qwZpKU7DDHhs2fuDt0NEKfDbpWW { width:20rem;height:4.38574375rem;top:0.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 { background-color:#fbfbfb;background-image:none;display:block; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container { background-color: transparent; background-image: none; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container > .video-iframe-container { display: none; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row > .video-iframe-container { display: none; }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .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); }#MpgZpOirLw8bhCdvaklvRoKZWSOLJ999 > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6nRoiWvg6sXS8TXwGzhzMTx1GxRlCRW { width:20rem;height:10.2363125rem;top:1.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #ynQavKLS4SsChl2gZgG4Rhhwf0FHrHTI { width:11.8125rem;height:0.625rem;top:2.125rem;left:1.8515625rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #W2IadXbMmyNw3S6a5HSwyebPepD1CFuf { width:6.1875rem;height:0.625rem;top:8.9560546875rem;left:11.5625rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #TIVaZoqXr598IkuzWgpU6pel6b4BTK6s { width:20rem;height:1.70605625rem;top:12.3310546875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #gxRXkQDDchfGZAydfgP3563XktaQyKMv { width:6.1875rem;height:0.625rem;top:10.625rem;left:6.875rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #yg6b02XEabTwwa1dVn9Caq7VPplGqV46 { display:block; }#yg6b02XEabTwwa1dVn9Caq7VPplGqV46 > .row .container { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ed4fgftPtMvpzFyhu3ursLIBCI3PLBOq { width:20rem;height:19.625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDH365pxszHWBGwSXzBzFOX26aM9dMiZ { width:5.0625rem;height:5.0625rem;top:2.25rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOldh1ommGblOTtcpslG73RFhIIKIqgM { width:13.75rem;height:5.1181625rem;top:8.25rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH5Wv5QcThXHGv0xTb0MFtwu4IRMPxTG { width:17.75rem;height:4.142575rem;top:14.125rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PX6xlUIAen1pT4RwkGf3A4b5kL2LN1JW { width:20rem;height:19.6875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neoSSAzGhsETdJxwsWD9kerFhD4FKczx { width:5rem;height:5rem;top:22.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3HExexqQVUcOaFdn9QGSQlycJ7x2ef7 { width:14.0625rem;height:5.1181625rem;top:28.5rem;left:0.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5vGPPbHlwIkTJeXLpJiItEzkNhc4sMg { width:18.4375rem;height:5.5234375rem;top:34.58203125rem;left:0.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMhzZ9Fm29DKL2Si062JqB6nUulqAkAz { width:20rem;height:18.125rem;top:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlX5CdW7Swdq0edac1eUen2rMIGZDJp0 { width:5rem;height:5rem;top:43.375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpM9gnRpSHrouGU0QsxB9ynEnLixcOHr { width:18.8125rem;height:3.4121125rem;top:49.75rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsRcVtCdZDwBugbrgBbc2tvQR1A7coTO { width:19.5625rem;height:4.142575rem;top:53.875rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgUckZ2BrtqWky4BukobZ4LnL3Cm9w74 { width:8.75rem;height:8.75rem;top:3.6875rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS { background-color:#fbfbfb;background-image:none;display:block; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { background-color: transparent; background-image: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container > .video-iframe-container { display: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row > .video-iframe-container { display: none; }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .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); }#TTFQI7H6P8TnEXaeg8qCE7scCaJxgcUS > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lAJ5RJyBobimVRvgV9zCAM9RlRiVZ29R { width:20rem;height:3.4375rem;top:1.1875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KmMg5DaTlaqt4HzcqU5eEJ8s3i4HosKp { display:block; }
 }@media only screen and (max-width: 763px) { #UrOlapsvNFSzDOAJz7hU01dZBKML877B { width:20rem;height:3.4375rem;top:1.3125rem;left:0rem;font-size:1.125rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #rpUviU4p8JVqD6hPsmlrfmQNFP8sHFfn { display:block; }
 }@media only screen and (max-width: 763px) { #TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU { display:block; }#TC9o05UbrZTq2Py96O4HXpzSrKMLrfZU > .row .container { width:20rem;height:53.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeHQwMNVzdmMiO5tNdvhicCHQB4BqmKO { width:12.5rem;height:12.5rem;top:39.6875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQJTPvE1WEIhOEsG7ist77gCqbtgBOKx { display:flex;width:1.75rem;height:1.75rem;top:7.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #IoEulXBnbTig7T1eiGPi6VhFf8PJmXSW { width:16.625rem;height:6.499rem;top:7.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1MLE8Ctr8sMbDlKG1c3DfH8wbQeOGvQ { width:16.25rem;height:6.499rem;top:15rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwFoGqR4ONKnM9isdec4Rosemsx8R0yW { display:flex;width:1.75rem;height:1.75rem;top:15rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H90uNdKioN1RRAJZ5gJ7w1cLkeUyiQ7g { width:16.625rem;height:6.499rem;top:22.625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDfDPHlKJKrxINwLctCdff2CXNMrtegu { display:flex;width:1.75rem;height:1.75rem;top:22.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NCSkCk4Vd3FT2rooeWERXZtfATAts7eT { width:19.9375rem;height:5.1181625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikwTuDqy7dQbnn2IUuMh8Ct5lA41T9uK { width:20rem;height:19.755875rem;top:30.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U67f2Beah5qA3dFTALsbp16mbVr5ZnoN { display:none; }#U67f2Beah5qA3dFTALsbp16mbVr5ZnoN > .row .container { width:20rem;height:1.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K { display:block; }#UHhU9q0knn3bKw9X8Mrxz9lCWTJ1Hw1K > .row .container { width:20rem;height:66.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fpa4nVD4CfXdOrDhlvUu2mEObZAD8ZmJ { width:20rem;height:37.5rem;top:4.6875rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pMdTHozUBHPBD3a9KoFhR6JVFwDUUVOx { width:20rem;height:1.94921875rem;top:1.88671875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #PPclWUCm8DGhtU19z0OMeDZ3V4QWhRX3 { width:15.125rem;height:0.625rem;top:3.1484375rem;left:2.1875rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #W3xJSk8SXUBvD0Wf19LBCtKB0eyxViv5 { width:20rem;height:23.19925rem;top:43.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cinaTk4Fmq8foxCVAENOfaA5rqCReZvv { display:block; }#cinaTk4Fmq8foxCVAENOfaA5rqCReZvv > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UemhBnTotTZryhEmVK8BxE8LTiohSBQd { width:20rem;height:5.1181625rem;top:1.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15082;display:block; }
 }@media only screen and (max-width: 763px) { #TTxhNvTGQO74dzlvXmT4lbmHS53yEH8v { width:8.75rem;height:8.75rem;top:5.662109375rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJrpaxaAPDFeQRQTx3pGn02z3mCkl3FA { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15081;font-family:archivo;display:none; }
 }@media only screen and (max-width: 763px) { #uO1Kyc0TF6zSvN5M08QQpLuyqZAFKmMQ { width:9.5625rem;height:0.625rem;top:2.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy { background-color:#fff9e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row .container { background-color: transparent; background-image: none; }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row .container > .video-iframe-container { display: none; }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row > .video-iframe-container { display: none; }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .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); }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row .container { border-width: 0; border-radius: 0; }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rLEC5m7ZBfNaJGnboKoOmXl9bBtfOcwy > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSFwVmroSOpXT6vHWFuQovGgW84palI7 { width:20rem;height:12.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMzJCmQdJlnGJf00asBNMhZF2mymy2g3 { width:20rem;height:11.9775625rem;top:27.9169921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMNxsxZ52cEmtf5sqFGeWqXkulqvsI4N { width:20rem;height:7.8056875rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #etaNWrOTdxsp7afR2qdOoLPE4NtBa1zO { width:20rem;height:6.0791rem;top:42.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o17r2fbvE79HwoKpGOQXSW3MWimytXur { width:20rem;height:14.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6kvxeeBi4LhbP0yKTsh2cc2NRmgHfAP { width:20rem;height:9.375rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPAbqeI8dSyhu99N3opu5EXiJ1z7R3At { width:20rem;height:7.8125rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0ermLUS52DNfwuw2VGhllUCUXkl9R4W { width:20rem;height:14.0625rem;top:26.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmQ0ZkAeEG1TvDgFfeTJ4obm2TFKJH1s { width:15.3125rem;height:15.3125rem;top:49.6875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W { display:block; }#PBaCC0Z64rOwSXE2rqzkL6oqbMHDs27W > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d7tuuZpBzT9fTFA61VTVDhGdVWlTBK8S { width:12.4375rem;height:3.4121125rem;top:2.2421875rem;left:3.78125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyFCX5Ks29FZGp4HDWR5ur1RBknnxuLD { width:20rem;height:38.9375rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwVdBCNbTrhKPXXrtV061pQ7riltSM2N { width:15.625rem;height:5.625rem;top:1.13671875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLgREF4roTVsr1WwVPR4TO9zDI1Rxz7k { display:flex;width:1.75rem;height:1.75rem;top:8.0625rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #JU5BtqGdfROo3AR7NQCcuAtbFmTT9b0f { width:16.625rem;height:5.19921875rem;top:8.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPanWvPbRbRJvuIz5iSLTl8VTtmqntxx { width:16.8125rem;height:7.7988125rem;top:13.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0vX7uh3Z9ntvIFi5RJR9XuJoOcTrED0 { display:flex;width:1.75rem;height:1.75rem;top:13.9375rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #Zc5oTniHdByyCXrD9FlJzbMVV0eVDdT6 { width:16.3125rem;height:5.19921875rem;top:22.25rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBTveKNHVNNlpOSMTbp13hNEEcTLaTsT { display:flex;width:1.75rem;height:1.75rem;top:22.125rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #y0ZUdrIxvCDmUkTpsappQBSwgTSgdlDg { width:16.375rem;height:5.19921875rem;top:28.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoNcGWLCOrmX3RJlZSmNGTgQsaWlPtwT { display:flex;width:1.75rem;height:1.75rem;top:34.3125rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #tTJmrrOwvdLhhMxWxNmTyEVZ9aNcX5c4 { width:16.75rem;height:6.499rem;top:34.3125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRT5d18iSlP02xUctpO7xF9x5UpKVasy { display:flex;width:1.75rem;height:1.75rem;top:28.0625rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #mSp6EU6NxEtH3TpDr4i7UNXZuaTT5yE0 { width:15.625rem;height:5.625rem;top:43.1875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8MQkqTbxlJTqnXfRrr8CZrPs5vaJwbw { width:12.875rem;height:3.4121125rem;top:44.3125rem;left:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0xMPFxyciGwX4haDnTRtUzlK2oCMggg { width:20rem;height:19.6875rem;top:44.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaFmU9mpkNeAP27gqN3aMusEH6L4NLz7 { display:flex;width:1.75rem;height:1.75rem;top:60.1875rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #RnhzWqw5MrJi05ko25PW0ChX1Azrc6hr { width:17.0625rem;height:0;top:43.1875rem;left:2.40625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qCnChOfx5mPyFJ75pNJI9Q03eX8WEvuh { width:16.375rem;height:3.8994125rem;top:55.25rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OO23w3dkgTpCWdLU4neFlOSX0fBWRAzP { width:15.9375rem;height:2.5996125rem;top:60.1875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlsbxTZyaMVnDEAAk6D89GHWRiKmQ6w2 { display:flex;width:1.8125rem;height:1.8125rem;top:55.25rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #SJ63lcu1GfTnZJagvVEF61kPtmh8nvmc { display:flex;width:1.75rem;height:1.75rem;top:50.625rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #X9yKSARKTvupwWTVAIPGgyJpDibTi2E6 { width:8.75rem;height:8.75rem;top:31.875rem;left:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmztNIceszKWRUAg4i76eiRL48aSapDJ { width:16.1875rem;height:3.8994125rem;top:50.625rem;left:2.9375rem;font-size:1rem;z-index:15096;font-family:archivo;display:block; }
 }@media only screen and (max-width: 763px) { #VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx { display:block; }#VtGSW5xixxFxko7d8Nun1OuyDU7xTMhx > .row .container { width:20rem;height:11.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fOlHk3JeUDBvIsq1OJzA9l1l37Pvvlqi { width:20rem;height:3.4375rem;top:6.96875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZGqRiaEbrekG4hXa1JaxnhZdCGKVx8z { display:block; }
 }@media only screen and (max-width: 763px) { #VRMQngmwvsPkqEZMT8UWrPqecRcrwteG { width:20rem;height:1.625rem;top:1.1875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #aiShZVtUq1paeqTdUrLMTJivaqreHJbx { width:20rem;height:2.76171875rem;top:3.6484375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VCaIHCE7JM85HPa3QRqAkbuB5S5gK7eT { width:20rem;height:3.4375rem;top:7.375rem;left:0rem;font-size:1.125rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #eZ8LRXOIZsDtJcfALpQlNJT0U1T4T4qO { display:block; }
 }@media only screen and (max-width: 763px) { #VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma { display:block; }#VUVnkr9s1dQGBgf9uUzuoTc4TlCLBuma > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GHwF6ehXhwSdTHupp4yULAKm4VXzU9rh { width:9.3125rem;height:1.13725rem;top:1.931640625rem;left:9.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSNR36BCoU0abtIz7V4zQFrWA1iphECr { width:3.375rem;height:3.75rem;top:0.625rem;left:2.625rem;display:block; }
 }