.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(101deg, #fc8800, #4c4a4a);background-image: -moz-linear-gradient(101deg, #fc8800, #4c4a4a);background-image: -ms-linear-gradient(101deg, #fc8800, #4c4a4a);background-image: -o-linear-gradient(101deg, #fc8800, #4c4a4a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#4c4a4a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#4c4a4a' );";background-image: linear-gradient(101deg, #fc8800, #4c4a4a);background-size:cover !important;position:relative;top:0rem;left:0rem;display:block; }
#PfzLI9nqomSezQOORcA51dpIslVScy6n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfzLI9nqomSezQOORcA51dpIslVScy6n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PfzLI9nqomSezQOORcA51dpIslVScy6n > .row > .video-iframe-container { display: none; }#PfzLI9nqomSezQOORcA51dpIslVScy6n > .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); }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#414141;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;z-index:auto;display:none; }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG > .row .container { border-width: 0; border-radius: 0; }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:none; }#HLeCaEV46NcXkm2AiMn7T9DOdCDGXF8N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#qBnACy3RiQgz4LAxXrnGRuxwc78nFvlQ { color:#ffffff;display:block;width:8.8748125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:27.5625rem;height:1.2999125rem;font-style:normal;display:none; }
#QclICrey2BnKiLcHoTtwZD2fETHN6gcM { color:#ffffff;display:block;width:10.2485rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:45.5625rem;height:1.2999125rem;font-style:normal;display:none; }
#uzHqib7proW3mHthSUWmem0uKdfeRlrw { color:#ffffff;display:block;width:10.2485rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.5625rem;left:37.625rem;height:1.2999125rem;font-style:normal;display:none; }
#TLSNehIzhulpZUywFbCVr0NfhHwmGmVA { color:#ffffff;display:block;width:8.8748125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.5625rem;left:27.5625rem;height:1.2999125rem;font-style:normal;display:none; }
#imZ3xpq316byNTgkmaEempOhxp9MTXGh { color:#ffffff;display:block;width:3.99956875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:22.25rem;height:1.2999125rem;font-style:normal;display:none; }
#M6vyV6RypIvx67CLoqbinH1SfSSLQWtT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#414141;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;z-index:auto;display:none; }#M6vyV6RypIvx67CLoqbinH1SfSSLQWtT > .row .container { border-width: 0; border-radius: 0; }#M6vyV6RypIvx67CLoqbinH1SfSSLQWtT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M6vyV6RypIvx67CLoqbinH1SfSSLQWtT > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:75rem;position:relative;display:none; }#IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #ffffff;background-color:#fc8800;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 > .row .container { background-color: transparent; background-image: none; }#IBeSMznw7dyJeT4kU8drAGW2vh28xGw5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 > .row .container > .video-iframe-container { display: none; }#IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 > .row > .video-iframe-container { display: none; }#IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 > .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); }#IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 > .row .container { border-width: 0; border-radius: 0; }#IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#GUpDnrSsPUeV4wQ9QOehh4nFTmoxJqsH { box-sizing:content-box;color:#0e9ae5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#N14DPhIp5D5hJwG9TsIorK1HG106BuTA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:3.43725625rem;width:3.06225625rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.46875rem;left:35.968505859375rem;overflow:hidden;display:block; }
#yThf0SxT5RTdaTGpfm6dUriaG9vPFd5h { color:#ffffff;display:block;width:3.999025rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.537353515625rem;left:11.186279296875rem;height:1.29980625rem;font-style:normal;display:block; }
#wpTXkqfzPNquFiXXC1FJFn2P27mdqPGK { color:#ffffff;display:block;width:3.24975625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.537353515625rem;left:67.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#ahUJff5lBkJwTarAAmrH8cnmsvdLxFBX { color:#ffffff;display:block;width:6.4358125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.537353515625rem;left:57.31201171875rem;height:1.29931875rem;font-style:normal;display:block; }
#paRlaAGTihSaktDHXOFeeH8gf9UAnF63 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.537353515625rem;left:17.249267578125rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fcLtPi6a213svWhSBRiQc8QxQXmzD7VA { color:#ffffff;display:block;width:11.3745rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.537353515625rem;left:41.873291015625rem;height:1.29931875rem;font-style:normal;display:block; }
#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cf4658c-1e16-4f3d-bbb3-7eb88d6593a6/HWUSAwardsBackground.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU.adaptive-delivery-prevent-bg, #bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU.lazyload, #bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU.lazyloading { background-image: none; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container { background-color: transparent; background-image: none; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container > .video-iframe-container { display: none; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.38); }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row > .video-iframe-container { display: none; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .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); }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container { border-width: 0; border-radius: 0; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#n3iTuVVyNFTqAGQRTZbgCyC6HytuV8pR { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:36.124134063721rem;left:31.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rKWgHInPu1ULI7v4DUUySvRhQGFNB907 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:9.8745rem;width:54.99975rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.96630859375rem;left:10.090576171875rem;overflow:hidden;display:block; }
#QPAfD8UsqZSiF53IW5mAedMEOcvGs2l1 { color:#ffffff;display:block;width:53.3100625rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.91845703125rem;left:10.84423828125rem;height:5.03613125rem;text-align:center;text-align-last:center;display:block; }
#IZywKu4SZply1J88xPB0CTAmtWbQlxWT { color:#ffffff;display:block;width:47.874rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:25.93359375rem;left:13.56298828125rem;height:4.06055rem;text-align:center;text-align-last:center;display:block; }
#P2lvHJGlvsm8ut7u4fX57EduLOGSbuAE { 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.25rem solid #fc8800;border-left:0.25rem solid #fc8800;border-right:0.25rem solid #fc8800;border-bottom:0.25rem solid #fc8800;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:#fc8800;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.4365rem;height:4.186525rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:32.49609375rem;left:22.28173828125rem;display:block; }
#gZElQTbAk9v6TCXTIT4VXznxVTTD8ITa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gyls1PAOmCX96v72dkzg6pvisLKhLG4F { color:#ffffff;display:block;width:32.68725rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:38.80078125rem;left:21.154541015625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l6e1FFhJE36qElEstfhzQx3rBgSkkI6V { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row .container { background-color: transparent; background-image: none; }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row .container > .video-iframe-container { display: none; }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row > .video-iframe-container { display: none; }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .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); }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row .container { border-width: 0; border-radius: 0; }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#v4umdJuXtZ9Om45t2I8JNGG6StGCVcVz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8125rem;left:7.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qG0uQFPI0yN1MIP5CblVV2ll34Xr3KiD { position:absolute;display:block;z-index:15003;background-color:#fc8800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:5rem;top:4.9375rem;left:7.875rem;display:block; }
#Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ > .row .container { background-color: transparent; background-image: none; }#Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ > .row .container > .video-iframe-container { display: none; }#Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ > .row > .video-iframe-container { display: none; }#Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ > .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); }#Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ > .row .container { border-width: 0; border-radius: 0; }#Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#u6eXeig25EhV15SVix9yNvKDwNMKeED2 { color:#ffffff;display:block;width:67.74875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.06103515625rem;left:5.1240234375rem;height:17.54295rem;font-style:normal;display:block; }
#WxOccJguA0f0oXGUJfi39FOPqHQIpgVR { color:#ffffff;display:block;width:43.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:21.146484375rem;left:5.1240234375rem;height:16.0810375rem;font-style:normal;display:block; }
#FgLQb77zshpQmvJvghuW6W33fRQcnTJz { 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:13.56225rem;width:13.56225rem;top:19.603271484375rem;left:53.27783203125rem;overflow:hidden;display:block; }
#QLf8yXQZUtngTc3zi33808wmuOuCq7BT { color:#ffffff;display:block;width:22.2495rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:33.737548828125rem;left:49.437744140625rem;height:4.3857375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UVDie4KrzGTVMPs06LMDBtND6m3lTKgi { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:38.95751953125rem;left:5.1240234375rem;height:1.4624rem;font-style:normal;display:block; }
#RFM239cO8N44SgBqSgx0g0tO1nQvaQLo { z-index:15005;top:38.25rem;left:34.27734375rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.374rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wfzFrcPK9TSG8aX07MbaDs31oE4zqC2h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pviQTQpougqoXaLfARSGGsTwykHom4Km { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#pviQTQpougqoXaLfARSGGsTwykHom4Km > .row .container { background-color: transparent; background-image: none; }#pviQTQpougqoXaLfARSGGsTwykHom4Km::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pviQTQpougqoXaLfARSGGsTwykHom4Km > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pviQTQpougqoXaLfARSGGsTwykHom4Km > .row .container > .video-iframe-container { display: none; }#pviQTQpougqoXaLfARSGGsTwykHom4Km > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pviQTQpougqoXaLfARSGGsTwykHom4Km > .row > .video-iframe-container { display: none; }#pviQTQpougqoXaLfARSGGsTwykHom4Km > .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); }#pviQTQpougqoXaLfARSGGsTwykHom4Km > .row .container { border-width: 0; border-radius: 0; }#pviQTQpougqoXaLfARSGGsTwykHom4Km > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pviQTQpougqoXaLfARSGGsTwykHom4Km > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#TS8uREEMrsLEZqUuzgRuqQ93cJAVLs67 { color:#ffffff;display:block;width:33.249rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.8125rem;left:5.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ziv5ecyHxb1dPnZvIA9XtFxqJLJH1c5X { position:absolute;display:block;z-index:15005;background-color:#fc8800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0615234375rem;width:4.9995125rem;top:5.1875rem;left:5.3125rem;display:block; }
#edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT > .row .container { background-color: transparent; background-image: none; }#edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT > .row .container > .video-iframe-container { display: none; }#edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT > .row > .video-iframe-container { display: none; }#edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT > .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); }#edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT > .row .container { border-width: 0; border-radius: 0; }#edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#RvpxzZuItKgz21hWUlXMpTbwBO0mR5Um { color:#ffffff;display:block;width:63.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.45751953125rem;left:5.24853515625rem;height:1.4619125rem;font-style:normal;display:block; }
#ayKTbkoChmyAQey7azrfcrotBsM5HlQd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ayKTbkoChmyAQey7azrfcrotBsM5HlQd > .row .container { border-width: 0; border-radius: 0; }#ayKTbkoChmyAQey7azrfcrotBsM5HlQd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ayKTbkoChmyAQey7azrfcrotBsM5HlQd > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:none; }#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(241,210,173,0.5) ; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:lato;color:#ffffff; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:lato;line-height:1.4;overflow:hidden;height:auto;color:#ffffff; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5becb532651e4a7209ed33be31a2955e11fafcfd.svg");background-size:contain !important; }#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS .accordion-trigger.adaptive-delivery-prevent-bg, #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS .accordion-trigger.lazyload, #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS .accordion-trigger.lazyloading { background-image: none; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS { box-sizing:content-box;height:auto;width:61.4355625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:1.3798828125rem;left:4.904296875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #JbbkACNnCN7ta0DroXm5SduI438OLVCl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #cXXJvrag3rZPi7a6PZVK1RrZnGvSfIn1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #yxA6azxBLx41Qy5t4190Z3WmB9UgopO7 { display:block;position:relative; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #SHDAC1zdKrOHRS9UDc5oTFMo7pZFGNf1 {  }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #aXvsotI5oGcCZO9g5iMQTzPRoNvfweEd {  }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #V6s9R7BT5BT0ATVUUmFhcTSqpAx8cq22 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #cGKsQXtf6HMcRz87KLbn3IJWx9W2sHsq { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #Uq8STQxMzQkvRAHMgyXNOv8gAfhnZbNL { display:block;position:relative; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #n3a7TrlZE1mOycaILVPOQ7Ktv5S2yoyI {  }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #UXtC4LKVqaPoUzeQQJTtW72I3Jaxv0IQ { display:none; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #yvbqE2S7tg2VbiqxqsWlElEGDsFuDLMy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #xe7EOXG6CfTAVSGOAXtiJwbyoCA2O5Pc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #hnMHgnwLMtWRAQ3cmCrnxZiW7sCHZFwT { display:block;position:relative; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #Mbld0PwLJW05XL71dGuBpJqvd8TlN77N {  }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #KxkEXElpxGdSKc58X8SDkTVTeT7uMiGt { display:none; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #MonLawTBxhaCVQTX5BKOTAnrvgtZTQWx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #TUcJXVyCgLo0rpZkfsDl5CzFXBbZZZlJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #nCJ64TuTaUTF1rdtSMilvo8dpc3V2cEq { display:block;position:relative; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #TR4BIfvLKJtLTw97Eii2THaTJKmAw7gQ {  }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #fk6e6w8ldBfdvqdxOuMCw3WgRKwVVpoh { display:none; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #Uw81xHNnlEMhayDzX8OHiFNuV2E4C3rV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #thwmb6Z4dPE9W2V58wTI6Pb2DBBP0H7o { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #A0eP77Gsx2AARPzOoKFisEqZoMtrMsev { display:block;position:relative; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #qpSdiMnRf3iRAZDcnor7cQLhz03rhL3J {  }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #xcdWAGESkUlXrulzcfzgarpo2Ah0mdFm { display:none; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #exhTdzy3PuPLPQbe8WXEJyT0qzWxRWdf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #OQiH5rimnkqfqbSlOXQLVSm6A5BLoMC2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #cJXVEhnXMH4c4y8G6KMb2P4RDs7u3Fwb { display:block;position:relative; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #Gqcr70roR7ecQnBMZFD4qTM0GtEAEQrW {  }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #hl8JMNtQRgcNhdFffeKPr1nV4sclNNdv { display:none; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #y9eeNHEpU1PkMO7szUcbX5o368dEG9h1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #vFLlSgTMBEnSMKEzN6gKbS8xqirRwutV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #PMdO2H70LVI19MN4Xe60QbORa9ZwmWbF { display:block;position:relative; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #A0MMh1GaMNgCzWXPsB3xticft8VMTvWW {  }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #gKc8HTGzHJXIPJJphE0qzNLnBiMWITCA { display:none; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #dbIuuiJ4ZBqwLWEK0V5wK1UcmCZ390zc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #gpbmU4qaw4neSNP2NO1EAa6iW7y7uJys { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #ZPu5WFD7EoUb9vfsa0evXN0Z5uHaId8x { display:block;position:relative; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #b8CNQh3bM2odp0WPh5qi7GwTmVEEZvDg {  }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #urBSBAnHEwUyQK7mQTn8HBtFZEAJKySn { display:none; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #aTQeCme1eOLOE6LDRbGkznCM6TLBhuf9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #ptk1CtlRIPeXDVxnweaQ92W9AToKzvBF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #rhTlwROJ0KeEqJ0kOrt74brQxTrwHDRX { display:block;position:relative; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #EdaLoTSBL2AB9dzB4E3w1LrW4aGV7rwJ {  }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #yDopoHsMv1ZF1JckCCzzFn86wfzELxw8 { display:none; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #bLf0DZJzQuS0s1dTFyJwhJ9Ilkhs2D07 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #HeoNyApDPB1UenzrL2WUyUToEo74l4PT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #NC9Pi2pFKxrUddoCXyKmD4OJTxaNsFSl { display:block;position:relative; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #CBW2XkrKafXa1yTgnSIitOOkPKrme0zC {  }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #FBD24xzllk8gcAFwaaqSJ2rpACnussw7 { display:none; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #JslFC280cKk33t3oP5uDIqh0KiFJ4SaU { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #ACu77N2kui81bBXgr31ldMUNcWNMWDfb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #m65tLvzcZ4cOZuG42Ah9EXpXLntkdSUZ { display:block;position:relative; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #KhnaxETNQWvHnnyFNVZlr0dHQ9Kaq8oZ {  }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #vNZH2HBu6fqg16r9iiOEB0ZAUkpBn6Ug { display:none; }
#c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa > .row .container { background-color: transparent; background-image: none; }#c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa > .row .container > .video-iframe-container { display: none; }#c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa > .row > .video-iframe-container { display: none; }#c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa > .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); }#c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa > .row .container { border-width: 0; border-radius: 0; }#c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#H8DUEyKRai8Wd5320vWdRcH3nbWE67VT { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.0625rem;left:52.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#WuK9U9Uv5ocRItMImLDTdnbXGlCXTHTf { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.875rem;left:54.1875rem;height:12.43215rem;text-align:center;text-align-last:center;display:block; }
#C24mqqfpwCLWVuVLG7n5xWsJT24HqSfB { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.0625rem;left:27.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#A78IZbT3Zbr5uByq3Ng7uty5KPLOoNJt { color:#ffffff;display:block;width:19.2495rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.874755859375rem;left:27.873779296875rem;height:11.0508rem;text-align:center;text-align-last:center;display:block; }
#Zvxarl7m1sqG2hfbxL9IE9aHJh5B35BT { color:#ffffff;display:block;width:16.749rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125rem;left:4.125rem;height:13.8135rem;text-align:center;text-align-last:center;display:block; }
#W8QSmutUZWMlk4pr261sMBcXi0GTuIc4 { box-sizing:content-box;height:12.624rem;width:20.6865rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:0.8125rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT > .row .container { background-color: transparent; background-image: none; }#PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT > .row .container > .video-iframe-container { display: none; }#PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT > .row > .video-iframe-container { display: none; }#PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT > .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); }#PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT > .row .container { border-width: 0; border-radius: 0; }#PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#A2luOQLLisDsKGd8mDBIDxySvubK8935 { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:54.156005859375rem;height:12.43215rem;text-align:center;text-align-last:center;display:block; }
#BRtROcMk0HC1Bim01wbazCGiP1dZCg2r { color:#ffffff;display:block;width:19.2495rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.9375rem;left:27.875rem;height:8.2881rem;text-align:center;text-align-last:center;display:block; }
#OrC1giuJT70qOzP1n7G008o4ZhVu3NfH { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:52.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tDkkFau1ebTHChhLNfylDyyisCSIBTgE { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:27.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#S2eUg9RrWl20nDCx1cLGlikFJMoWhUHx { box-sizing:content-box;height:12.624rem;width:20.6865rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.875rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HkfXdtDJucm4N88OiHCWT3QRInfFFLzl { color:#ffffff;display:block;width:16.749rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.125rem;height:8.2881rem;text-align:center;text-align-last:center;display:block; }
#rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh > .row .container { background-color: transparent; background-image: none; }#rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh > .row .container > .video-iframe-container { display: none; }#rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh > .row > .video-iframe-container { display: none; }#rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh > .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); }#rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh > .row .container { border-width: 0; border-radius: 0; }#rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:75rem;position:relative;display:block; }#l4NuOpceodG3uhVlopKgRFQgXIuqeCFD { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:54.1875rem;height:11.0508rem;text-align:center;text-align-last:center;display:block; }
#RkQn0PtyJGCSAg6NQeLtAbplAOTs3J5w { color:#ffffff;display:block;width:19.2495rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.9375rem;left:27.875rem;height:6.90675rem;text-align:center;text-align-last:center;display:block; }
#JyfHR1m61g6TqOC0Z8pNyueUJxeVsGgT { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:52.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AuqPobehTP09y2TfDxJEuiO0KARmr9qN { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:27.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TZfsDlJOBm6Td9HP9pdGOZneMK0nIgpa { box-sizing:content-box;height:12.624rem;width:20.6865rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.875rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#utVaeiVBbXO7IhQHhtqpn6ETeXiOXZEC { color:#ffffff;display:block;width:16.749rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.125rem;height:5.5254rem;text-align:center;text-align-last:center;display:block; }
#DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 > .row .container { background-color: transparent; background-image: none; }#DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 > .row .container > .video-iframe-container { display: none; }#DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 > .row > .video-iframe-container { display: none; }#DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 > .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); }#DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 > .row .container { border-width: 0; border-radius: 0; }#DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#Zsrv27LsXfHEihfmSVRlz8vCDCOzd7Xt { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:54.1875rem;height:6.90675rem;text-align:center;text-align-last:center;display:block; }
#pu4BeHeJdHsWkPccyQzV7V3rrfdctE8s { color:#ffffff;display:block;width:19.2495rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.9375rem;left:27.875rem;height:12.43215rem;text-align:center;text-align-last:center;display:block; }
#H0eiTrGwRclBWXthvmVG1ZVWs0hG3pKB { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:52.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bOzsm1BypszRZnkHdbE7pECazKkzZbSZ { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:27.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cFgrFdLTeKAFKycIQGos3eBu54adM0BM { box-sizing:content-box;height:12.624rem;width:20.6865rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.875rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DnDT0TtWu5HAPT5LLXe4AdQKalaTmEMq { color:#ffffff;display:block;width:16.749rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.125rem;height:11.05079375rem;text-align:center;text-align-last:center;display:block; }
#wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif > .row .container { background-color: transparent; background-image: none; }#wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif > .row .container > .video-iframe-container { display: none; }#wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif > .row > .video-iframe-container { display: none; }#wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif > .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); }#wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif > .row .container { border-width: 0; border-radius: 0; }#wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#Tyy034mfVHuthMXITCrPQilODiP4bHNG { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:54.1875rem;height:6.90675rem;text-align:center;text-align-last:center;display:block; }
#TpMz948e0MTE7CTCMlJLwAlLxPShdl0e { color:#ffffff;display:block;width:19.2495rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.9375rem;left:27.875rem;height:6.90675rem;text-align:center;text-align-last:center;display:block; }
#ELyaRIeWLMk7moFTd44A85JMUleNkqtz { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:52.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sffvvvr5wJy0kiePXJagqgvAIP6QhpNG { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:27.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RN7zNCn8CNBspLVlPAtQUkxMgkd4MK4R { box-sizing:content-box;height:12.624rem;width:20.6865rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.875rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cimTzHfAO0uSUSlGGNeX3L3I5hO5cqCH { color:#ffffff;display:block;width:16.749rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.125rem;height:5.5254rem;text-align:center;text-align-last:center;display:block; }
#xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI > .row .container { background-color: transparent; background-image: none; }#xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI > .row .container > .video-iframe-container { display: none; }#xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI > .row > .video-iframe-container { display: none; }#xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI > .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); }#xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI > .row .container { border-width: 0; border-radius: 0; }#xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI > .row .container { font-size:0.875rem;font-family:arial;height:24.5rem;width:75rem;position:relative;display:block; }#iUk7c3aoMfq4fpNxusS1nkHJT8nd4GWw { color:#ffffff;display:block;width:18.06225rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:53.496826171875rem;height:19.33889375rem;text-align:center;text-align-last:center;display:block; }
#Hwv7pg17lp4heMwQvMNJkCNGOwTeS7z2 { color:#ffffff;display:block;width:19.2495rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.9375rem;left:27.875rem;height:9.66944375rem;text-align:center;text-align-last:center;display:block; }
#k1z5Kgt8ibklKHCzLwkPL8c5pCItEaDO { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:52.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eR2woJN8eBcZHuN1Z4gJ5VnVnszQB28T { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:27.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OTLUGWcAFlVtv7EzUw1IvhoLFuNd74DH { box-sizing:content-box;height:12.624rem;width:20.6865rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.875rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SBwq8TSNhvcTPQgKxTzgrWTLvCzlipbw { color:#ffffff;display:block;width:16.749rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.875rem;left:4.125rem;height:9.66944375rem;text-align:center;text-align-last:center;display:block; }
#OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc > .row .container { background-color: transparent; background-image: none; }#OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc > .row .container > .video-iframe-container { display: none; }#OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc > .row > .video-iframe-container { display: none; }#OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc > .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); }#OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc > .row .container { border-width: 0; border-radius: 0; }#OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#ZdVU24vB5EvrtkK0HL8fUVkFEvOTUTEQ { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.125rem;left:29.5625rem;height:9.66944375rem;text-align:center;text-align-last:center;display:block; }
#Ls97AJ77tKWC2PgWlKqBt1a8MewObqB1 { color:#ffffff;display:block;width:19.2495rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.25rem;height:17.95754375rem;text-align:center;text-align-last:center;display:block; }
#g1iENqblFCSiDZs9Ei9vwTikpoJHo5JB { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.3125rem;left:27.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uVVX6CHGEm40xBuJKWLB3MKQZRitMdnU { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.3125rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Fqx1pPd4HBlomv6117ilGX4OQc87aTTK { box-sizing:content-box;height:12.6233125rem;width:20.6858125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.3125rem;left:51.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CF6e2AQzMQd8qD4U8pryfJPFrkFOBI06 { color:#ffffff;display:block;width:18rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.375rem;left:53.1875rem;height:20.72024375rem;text-align:center;text-align-last:center;display:block; }
#UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 > .row .container { background-color: transparent; background-image: none; }#UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 > .row .container > .video-iframe-container { display: none; }#UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 > .row > .video-iframe-container { display: none; }#UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 > .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); }#UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 > .row .container { border-width: 0; border-radius: 0; }#UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#JTVctEmH0v5lOmzC4KoH6iT2Dir1Prww { color:#ffffff;display:block;width:18.24975rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.4375rem;left:29rem;height:19.33889375rem;text-align:center;text-align-last:center;display:block; }
#TSQelWRbvcWh9M5bux755vKW48QV94RQ { color:#ffffff;display:block;width:19.2495rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4375rem;left:3.5rem;height:12.43214375rem;text-align:center;text-align-last:center;display:block; }
#kSBqEa40GAkzOwEfcUN4dRmt0PL1hb02 { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.625rem;left:27.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uWK1QJ4rK3S8oEBNX2THPT01xq0slfE5 { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.625rem;left:2.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Lgh0qvqheMCBAWZdZuUFT6ScShpm0lzl { box-sizing:content-box;height:12.6233125rem;width:20.6858125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.625rem;left:52rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#REUXbSMDKDccESwQu854NUPsFq7xR0mk { color:#ffffff;display:block;width:16.7483125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.625rem;left:53.9375rem;height:8.2881rem;text-align:center;text-align-last:center;display:block; }
#IwHtgsumsrTzElQI98UTu7bBtJekf3p8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#IwHtgsumsrTzElQI98UTu7bBtJekf3p8 > .row .container { background-color: transparent; background-image: none; }#IwHtgsumsrTzElQI98UTu7bBtJekf3p8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwHtgsumsrTzElQI98UTu7bBtJekf3p8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwHtgsumsrTzElQI98UTu7bBtJekf3p8 > .row .container > .video-iframe-container { display: none; }#IwHtgsumsrTzElQI98UTu7bBtJekf3p8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IwHtgsumsrTzElQI98UTu7bBtJekf3p8 > .row > .video-iframe-container { display: none; }#IwHtgsumsrTzElQI98UTu7bBtJekf3p8 > .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); }#IwHtgsumsrTzElQI98UTu7bBtJekf3p8 > .row .container { border-width: 0; border-radius: 0; }#IwHtgsumsrTzElQI98UTu7bBtJekf3p8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IwHtgsumsrTzElQI98UTu7bBtJekf3p8 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#Ehg1fiTZqZOIDxPn0ghNgLkwwsXuI9Ui { color:#ffffff;display:block;width:19.2495rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.375rem;left:3.6875rem;height:5.5254rem;text-align:center;text-align-last:center;display:block; }
#rSXk14QvhuCZA7zi9oXtfBFRxizQlw4O { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.5625rem;left:2.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ik7ZphinAEchLc5d90XgPWu82g0Lb87m { box-sizing:content-box;height:12.6233125rem;width:20.6858125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.4375rem;left:27.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#N6tmfDa63Ol9XLo2y6wFuNCJzPMhmMyx { color:#ffffff;display:block;width:19.24875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5rem;left:53.1875rem;height:8.2881rem;text-align:center;text-align-last:center;display:block; }
#ThzEV93pLIW0w9LJpbptuf3JXiCTc3T6 { box-sizing:content-box;height:12.62475rem;width:20.68725rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.6875rem;left:52.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VA2lzMaHDLQ72uc1vnKltuNMWpUEARyr { color:#ffffff;display:block;width:16.7483125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.4375rem;left:29.4375rem;height:8.28809375rem;text-align:center;text-align-last:center;display:block; }
#kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ > .row .container { background-color: transparent; background-image: none; }#kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ > .row .container > .video-iframe-container { display: none; }#kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ > .row > .video-iframe-container { display: none; }#kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ > .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); }#kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ > .row .container { border-width: 0; border-radius: 0; }#kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#cxuAOrK1wBuO3KhnPom0leUfe2FKqekJ { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:4.375rem;left:5.125rem;height:8.2881rem;text-align:center;text-align-last:center;display:block; }
#Xm0MAQS9T3mMDV0CVNg32JZXXTvlPdmp { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.5625rem;left:3.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TVX1MpTLMk9BJltAHhRlicpn2Zg3BkG6 { box-sizing:content-box;height:12.6233125rem;width:20.6858125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.5625rem;left:27.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NCCnhIlXL0S7kgufsSxhJgq9MOzatZB9 { color:#ffffff;display:block;width:16.7483125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.5625rem;left:29.5625rem;height:9.66944375rem;text-align:center;text-align-last:center;display:block; }
#TnEki4NUVJLnyPbvpPVJW2CJJTfD5vWw { color:#ffffff;display:block;width:19.24875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.625rem;left:53.3125rem;height:12.43215rem;text-align:center;text-align-last:center;display:block; }
#N1G7Pz7mCdkCsECoxMeIUgrPsG7lSpir { box-sizing:content-box;height:12.62475rem;width:20.68725rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.8125rem;left:52.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw > .row .container { background-color: transparent; background-image: none; }#LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw > .row .container > .video-iframe-container { display: none; }#LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw > .row > .video-iframe-container { display: none; }#LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw > .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); }#LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw > .row .container { border-width: 0; border-radius: 0; }#LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:75rem;position:relative;display:block; }#zZD5TOFtPIwUyndrTqgla5JkvuAQiTfJ { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:4.25rem;left:5rem;height:12.43214375rem;text-align:center;text-align-last:center;display:block; }
#GRnFvHA5qrGBZ8Gk68DBQKMGMVMyTDSk { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.4375rem;left:3rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#faGNwIbW4X0pmbehRKHR24RMTFLcRUNb { box-sizing:content-box;height:12.6233125rem;width:20.6858125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.4375rem;left:27.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PiEivZ3RMJvbCq2czy58QLNhVvPLZdHp { color:#ffffff;display:block;width:16.7483125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.4375rem;left:29.4375rem;height:6.90674375rem;text-align:center;text-align-last:center;display:block; }
#VuVlEhc494EUXLXiUaTpw4IEa0Cen5Cv { box-sizing:content-box;height:12.62475rem;width:20.68725rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.6875rem;left:52.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cGogJWIThkLV0hTkF8HtzVKstnq6Vc6P { color:#ffffff;display:block;width:19.24875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.5rem;left:53.1875rem;height:9.66945rem;text-align:center;text-align-last:center;display:block; }
#DOpSAGc13RETLLEuzi45736waNo4PUKG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#DOpSAGc13RETLLEuzi45736waNo4PUKG > .row .container { background-color: transparent; background-image: none; }#DOpSAGc13RETLLEuzi45736waNo4PUKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOpSAGc13RETLLEuzi45736waNo4PUKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOpSAGc13RETLLEuzi45736waNo4PUKG > .row .container > .video-iframe-container { display: none; }#DOpSAGc13RETLLEuzi45736waNo4PUKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOpSAGc13RETLLEuzi45736waNo4PUKG > .row > .video-iframe-container { display: none; }#DOpSAGc13RETLLEuzi45736waNo4PUKG > .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); }#DOpSAGc13RETLLEuzi45736waNo4PUKG > .row .container { border-width: 0; border-radius: 0; }#DOpSAGc13RETLLEuzi45736waNo4PUKG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOpSAGc13RETLLEuzi45736waNo4PUKG > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#sQyau6eNoegbF7NsTL8p8ivnQJXMKUvF { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.75rem;left:5.0625rem;height:15.19485rem;text-align:center;text-align-last:center;display:block; }
#ydxosN9yqAXPfTttUlTV9UVGpRgwqxeV { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.9375rem;left:3.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LtBoyICyfaxGtnzviH3VIXQOpvJ9PQod { box-sizing:content-box;height:12.6233125rem;width:20.6858125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.8125rem;left:27.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#o0bnkXT66W6BpED85FAVqavpKz91yJJz { color:#ffffff;display:block;width:19.24875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.875rem;left:53.125rem;height:6.90675rem;text-align:center;text-align-last:center;display:block; }
#vBa2Um9WhgzH2tvw5sAoarg7NlyFtphv { box-sizing:content-box;height:12.62475rem;width:20.68725rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.0625rem;left:52.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LRLJfAFkHriIPVbM2El1nOet64b5Aaip { color:#ffffff;display:block;width:16.7483125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.8125rem;left:29.375rem;height:8.2881rem;text-align:center;text-align-last:center;display:block; }
#HfqUn5OnmAaf253o540bqCiTRpcTnVDk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#HfqUn5OnmAaf253o540bqCiTRpcTnVDk > .row .container { background-color: transparent; background-image: none; }#HfqUn5OnmAaf253o540bqCiTRpcTnVDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfqUn5OnmAaf253o540bqCiTRpcTnVDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfqUn5OnmAaf253o540bqCiTRpcTnVDk > .row .container > .video-iframe-container { display: none; }#HfqUn5OnmAaf253o540bqCiTRpcTnVDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfqUn5OnmAaf253o540bqCiTRpcTnVDk > .row > .video-iframe-container { display: none; }#HfqUn5OnmAaf253o540bqCiTRpcTnVDk > .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); }#HfqUn5OnmAaf253o540bqCiTRpcTnVDk > .row .container { border-width: 0; border-radius: 0; }#HfqUn5OnmAaf253o540bqCiTRpcTnVDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HfqUn5OnmAaf253o540bqCiTRpcTnVDk > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#plBP4l6vXZ86Hg2PRTMOC5kRqKRu1Z3i { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.25rem;left:5.625rem;height:13.81349375rem;text-align:center;text-align-last:center;display:block; }
#GTofVB6aDFv0ztQat5saDSMkOZVFJ8el { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.4375rem;left:3.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#eTbuISZAkIxzUBzibpiJuqTC33mFL0ot { box-sizing:content-box;height:12.6233125rem;width:20.6858125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.3125rem;left:27.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OsrXqay5T4m13ErDP0yBxTbAD1IoKGyV { color:#ffffff;display:block;width:16.7483125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.3125rem;left:29.5625rem;height:9.66944375rem;text-align:center;text-align-last:center;display:block; }
#HCXGLPQTglkOzHaK78OMlXHIHuy21KzR { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.375rem;left:52.6875rem;height:8.28809375rem;text-align:center;text-align-last:center;display:block; }
#Aq7TVoWXCJTsZ2XOWrmluAb4GJcuI6cw { box-sizing:content-box;height:12.62475rem;width:20.68725rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.5625rem;left:52.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC > .row .container { background-color: transparent; background-image: none; }#zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC > .row .container > .video-iframe-container { display: none; }#zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC > .row > .video-iframe-container { display: none; }#zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC > .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); }#zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC > .row .container { border-width: 0; border-radius: 0; }#zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:75rem;position:relative;display:block; }#Luoa0wvZ20khK7L4eW5xCmvo8NM2QtyO { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.4375rem;left:5.375rem;height:13.81349375rem;text-align:center;text-align-last:center;display:block; }
#vnf4Nb57xaBNsarIzusB3IJRUJOqNal8 { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.625rem;left:3.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#e8i7CpkC9EO38m5r8Ab1vkvySxiiO5sh { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.625rem;left:27.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qZEUZPkq9krcGPZn1w58nJTeMRxpxccE { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4375rem;left:52.375rem;height:9.66944375rem;text-align:center;text-align-last:center;display:block; }
#AS1MW7Z6aMbdwBRXlDM8y5S1N4Q8h9M2 { box-sizing:content-box;height:12.62475rem;width:20.68725rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.625rem;left:52.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#q0buRsvwPmv9BgNyKNQxnNHGN5951zUm { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.625rem;left:29.5rem;height:8.28809375rem;text-align:center;text-align-last:center;display:block; }
#Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH > .row .container { background-color: transparent; background-image: none; }#Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH > .row .container > .video-iframe-container { display: none; }#Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH > .row > .video-iframe-container { display: none; }#Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH > .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); }#Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH > .row .container { border-width: 0; border-radius: 0; }#Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:75rem;position:relative;display:block; }#dmKgtwZpQTiVmVP94MyRfpMBFKrMKgub { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.6875rem;left:4.9375rem;height:11.05079375rem;text-align:center;text-align-last:center;display:block; }
#dRohOO1K7TT6lHzcBO2gMFV2Uzv0XLrQ { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.875rem;left:2.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AKyUbgTFF1GTeeLarXTeR8NFbvCISI0G { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2rem;left:26.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#u9uhxMVvX1VECC5NnnVu9PB65F101dTx { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4rem;left:28.75rem;height:13.8135rem;text-align:center;text-align-last:center;display:block; }
#Oggh9PrGbM3IxLVetp3VNcOqE5GnZ77p { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.8125rem;left:51.5625rem;height:6.90675rem;text-align:center;text-align-last:center;display:block; }
#kuEut9EXXU94OwvwQ8LquSVbiZqg4TJ3 { box-sizing:content-box;height:12.62475rem;width:20.68725rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2rem;left:51.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs > .row .container { background-color: transparent; background-image: none; }#mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs > .row .container > .video-iframe-container { display: none; }#mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs > .row > .video-iframe-container { display: none; }#mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs > .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); }#mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs > .row .container { border-width: 0; border-radius: 0; }#mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#q8Tve9MWup5LbH4wT3rOZEhJS9a3ihyF { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.5625rem;left:4.4375rem;height:5.5254rem;text-align:center;text-align-last:center;display:block; }
#IBfAJ5XZuRC5htilqCfT5EQLf45ALPUp { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.75rem;left:2.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pqXRvo68oQZ9aZ3SX75hwkERcqzObaGL { box-sizing:content-box;height:12.6233125rem;width:20.6858125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.75rem;left:27rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#deuKMwKTLTxfBFFLu2VGpIRTl4K1mRqu { color:#ffffff;display:block;width:16.7483125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.75rem;left:28.9375rem;height:11.05079375rem;text-align:center;text-align-last:center;display:block; }
#vthuV3WP4flVTlWMLhD2G9EUrS4hfPa6 { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.8125rem;left:52.375rem;height:9.66944375rem;text-align:center;text-align-last:center;display:block; }
#ciHhUMtME4rSVTdLdqQBvzs5f9ISk3AL { box-sizing:content-box;height:12.62475rem;width:20.68725rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2rem;left:51.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN > .row .container { background-color: transparent; background-image: none; }#TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN > .row .container > .video-iframe-container { display: none; }#TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN > .row > .video-iframe-container { display: none; }#TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN > .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); }#TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN > .row .container { border-width: 0; border-radius: 0; }#TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:75rem;position:relative;display:block; }#EMFAHFD5e0KXJf3hUiSfBn0a6w3ndwTx { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.6875rem;left:4.625rem;height:13.81349375rem;text-align:center;text-align-last:center;display:block; }
#SPDzpUKTttoVqrckZqz44TI7Qrp27bCi { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.875rem;left:2.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#r7L2vrffaJEMqHdR8FBgpN0Rh8g20QTP { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.8125rem;left:51.875rem;height:8.28809375rem;text-align:center;text-align-last:center;display:block; }
#JwSWvbwCLF9elLdZWapBI9016tf9bxdz { box-sizing:content-box;height:12.62475rem;width:20.68725rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2rem;left:51.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uAvI3tPUuhpPC2yIOz9Ipc2yibbplZzB { box-sizing:content-box;height:12.6233125rem;width:20.6858125rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.75rem;left:26.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tleKXUKtn7ImzfIvpwUkhEJVQBI8sftX { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.8125rem;left:27.5rem;height:6.90674375rem;text-align:center;text-align-last:center;display:block; }
#a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC > .row .container { background-color: transparent; background-image: none; }#a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC > .row .container > .video-iframe-container { display: none; }#a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC > .row > .video-iframe-container { display: none; }#a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC > .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); }#a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC > .row .container { border-width: 0; border-radius: 0; }#a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC > .row .container { font-size:0.875rem;font-family:arial;height:17.75rem;width:75rem;position:relative;display:block; }#vHtSZdSSGFA6TgWP0C2g2dtA3tpau6ow { color:#ffffff;display:block;width:16.7475625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:54.1875rem;height:11.0508rem;text-align:center;text-align-last:center;display:block; }
#eIVHABEWNsNac5TG2o51HLnwZMXi2yxs { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.9375rem;left:27.28125rem;height:9.66945rem;text-align:center;text-align-last:center;display:block; }
#Cx7LrwMtW7oQV64f5QFeTkf0sBc1eGuh { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:52.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iN2VLq9PI2Ec9bgdfIUumbyZFSKnVE5n { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:27.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#s95AnifzPNJws9tMMWUoZs6Pr90AOX2I { box-sizing:content-box;height:12.624rem;width:20.6865rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.875rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TDVhTnOcacFQ3Ozbs2iaCVzFmCsFcMfS { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.9375rem;left:2.96630859375rem;height:8.28809375rem;text-align:center;text-align-last:center;display:block; }
#lBJVELTvod768rHO9BnT0Zwc27ySADeB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#lBJVELTvod768rHO9BnT0Zwc27ySADeB > .row .container { background-color: transparent; background-image: none; }#lBJVELTvod768rHO9BnT0Zwc27ySADeB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBJVELTvod768rHO9BnT0Zwc27ySADeB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBJVELTvod768rHO9BnT0Zwc27ySADeB > .row .container > .video-iframe-container { display: none; }#lBJVELTvod768rHO9BnT0Zwc27ySADeB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBJVELTvod768rHO9BnT0Zwc27ySADeB > .row > .video-iframe-container { display: none; }#lBJVELTvod768rHO9BnT0Zwc27ySADeB > .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); }#lBJVELTvod768rHO9BnT0Zwc27ySADeB > .row .container { border-width: 0; border-radius: 0; }#lBJVELTvod768rHO9BnT0Zwc27ySADeB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lBJVELTvod768rHO9BnT0Zwc27ySADeB > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#Z76cIbILbTXnBoJiDQgTvy0mLTFuos5Q { color:#ffffff;display:block;width:19.374rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:52.83984375rem;height:19.3389rem;text-align:center;text-align-last:center;display:block; }
#Ma7ZPaNBpUOQc8T1VMA0yEL6fTDTsUSD { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.9375rem;left:27.28125rem;height:20.72024375rem;text-align:center;text-align-last:center;display:block; }
#L4W110asvRa0gHbmkrhoS7opBXcUAHDa { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:52.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gzys6ifmTtwEDT0QQzMfMtL8GP6MPZHz { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:27.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TFJsbMtvCsVtlD1fem8qkCosnyC7p2Pl { box-sizing:content-box;height:12.624rem;width:20.6865rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.875rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#e1pOFmvOXWJSsX9ygXWpMSmVdpOqnohx { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.9375rem;left:2.96630859375rem;height:16.57619375rem;text-align:center;text-align-last:center;display:block; }
#JAoftw0UhcTDSa2xS5awiFuJqPZsutLf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#JAoftw0UhcTDSa2xS5awiFuJqPZsutLf > .row .container { background-color: transparent; background-image: none; }#JAoftw0UhcTDSa2xS5awiFuJqPZsutLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoftw0UhcTDSa2xS5awiFuJqPZsutLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoftw0UhcTDSa2xS5awiFuJqPZsutLf > .row .container > .video-iframe-container { display: none; }#JAoftw0UhcTDSa2xS5awiFuJqPZsutLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAoftw0UhcTDSa2xS5awiFuJqPZsutLf > .row > .video-iframe-container { display: none; }#JAoftw0UhcTDSa2xS5awiFuJqPZsutLf > .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); }#JAoftw0UhcTDSa2xS5awiFuJqPZsutLf > .row .container { border-width: 0; border-radius: 0; }#JAoftw0UhcTDSa2xS5awiFuJqPZsutLf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAoftw0UhcTDSa2xS5awiFuJqPZsutLf > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#liyuQeZQ9fLWIxReToOcBQiJ7zKeLT50 { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.9375rem;left:27.28125rem;height:12.43215rem;text-align:center;text-align-last:center;display:block; }
#svU5s5v4AG1ZNkZdDKLPlKsDIyPLsEzb { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:27.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uxU8vpc64BmPlFJQpZD1agpL10t2AHc5 { box-sizing:content-box;height:12.624rem;width:20.6865rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.875rem;left:2.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HMtkqEk3UD24VT31U8XmhPDkJbMqBSqN { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.9375rem;left:2.96630859375rem;height:9.66944375rem;text-align:center;text-align-last:center;display:block; }
#zluT7TWOITxnDT65Kz3TIzZfuTZ96a24 { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:52.25rem;height:6.90675rem;text-align:center;text-align-last:center;display:block; }
#EBk9zHvPpnIvi0AXeiq30pzrvrNyTKTZ { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.1875rem;left:52.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HgFOSFCBVhUJhesTEPQg2AgL7werC0xT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#HgFOSFCBVhUJhesTEPQg2AgL7werC0xT > .row .container { background-color: transparent; background-image: none; }#HgFOSFCBVhUJhesTEPQg2AgL7werC0xT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgFOSFCBVhUJhesTEPQg2AgL7werC0xT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgFOSFCBVhUJhesTEPQg2AgL7werC0xT > .row .container > .video-iframe-container { display: none; }#HgFOSFCBVhUJhesTEPQg2AgL7werC0xT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HgFOSFCBVhUJhesTEPQg2AgL7werC0xT > .row > .video-iframe-container { display: none; }#HgFOSFCBVhUJhesTEPQg2AgL7werC0xT > .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); }#HgFOSFCBVhUJhesTEPQg2AgL7werC0xT > .row .container { border-width: 0; border-radius: 0; }#HgFOSFCBVhUJhesTEPQg2AgL7werC0xT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HgFOSFCBVhUJhesTEPQg2AgL7werC0xT > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;position:relative;display:block; }#zrbzzBZADw0nad3oWzTidkV1vR9G5lS9 { color:#ffffff;display:block;width:19.374rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.9375rem;left:53.3125rem;height:8.28809375rem;text-align:center;text-align-last:center;display:block; }
#KG6hOhzLzxw4IXcfTNJM65DocrwBnxIW { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.9375rem;left:27.75rem;height:6.90675rem;text-align:center;text-align-last:center;display:block; }
#LXx3OLCl1dzidMgoNqUgnvfpT09BDisv { box-sizing:content-box;height:12.6225625rem;width:20.6850625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:52.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Qm75usVmFd5aK3oh1JoIapwo3gdpTgBX { box-sizing:content-box;height:12.625rem;width:20.6875rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:27.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#raeggiCU0X1rshDmZQHWNTrSD9Hp6kUc { box-sizing:content-box;height:12.6230625rem;width:20.6855625rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.125rem;left:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#y0eebSaGecmiiUJkhBw9cem83QEp94uT { color:#ffffff;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.1875rem;left:3.25rem;height:6.90674375rem;text-align:center;text-align-last:center;display:block; }
#uRAn0eOXXBHJqbm7IUbmiZfAHJIlpAX8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uRAn0eOXXBHJqbm7IUbmiZfAHJIlpAX8 > .row .container { border-width: 0; border-radius: 0; }#uRAn0eOXXBHJqbm7IUbmiZfAHJIlpAX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uRAn0eOXXBHJqbm7IUbmiZfAHJIlpAX8 > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:none; }#f2ObqoVwZSDGLmrAfqLvSleKgNemb1qa { color:#ffffff;display:block;width:38.2485625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.638916015625rem;left:18.375rem;height:2.1108375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IO8zD2McTHucyuarTDSpTNDRTexGEfK0 { position:absolute;display:block;z-index:15007;height:9.6233125rem;width:45.1875rem;top:0rem;left:14.90625rem;display:block; }
#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row .container { background-color: transparent; background-image: none; }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row .container > .video-iframe-container { display: none; }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row > .video-iframe-container { display: none; }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .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); }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row .container { border-width: 0; border-radius: 0; }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#FubzaopXQoKW4le0xsmroq89R3qiDGc6 { color:#ffffff;display:block;width:35.5rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.81201171875rem;left:7.875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EnN6922xlCSBUEwcRff94psIbIE4tKho { position:absolute;display:block;z-index:15003;background-color:#fc8800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:5rem;top:4.9375rem;left:7.875rem;display:block; }
#Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha > .row .container { background-color: transparent; background-image: none; }#Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha > .row .container > .video-iframe-container { display: none; }#Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha > .row > .video-iframe-container { display: none; }#Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha > .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); }#Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha > .row .container { border-width: 0; border-radius: 0; }#Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#U6vgfFRs7nBm5H5gIu7J1MBThwJL9gT3 { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:52.250244140625rem;height:23.4829125rem;text-align:center;text-align-last:center;display:block; }
#IZZ2aiJNTJB5FIoD3ChNyWNMFyVdikIp { color:#ffffff;display:block;width:22.74975rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:26.123291015625rem;height:22.10156875rem;text-align:center;text-align-last:center;display:block; }
#cBwvK5Hhznzk8OCvbJuV9wIct9NHv2qy { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:0.90478515625rem;height:22.10158125rem;text-align:center;text-align-last:center;display:block; }
#K6oS126AeXzHfBZ601ubRW4sqTGETbFA { box-sizing:content-box;height:24.8125rem;width:23.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#L45O7TspfrelfuspgKO81MrOBBcDeaDC { box-sizing:content-box;height:24.9375rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.1240234375rem;left:25.62451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PPaKkykrby07pm3CRw6Cp8dCHcXSHR3A { box-sizing:content-box;height:25.1875rem;width:23.75rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:51.251220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ez0N9221bH3P7TIKeZr3T27BbxsWH3pT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ez0N9221bH3P7TIKeZr3T27BbxsWH3pT > .row .container { background-color: transparent; background-image: none; }#ez0N9221bH3P7TIKeZr3T27BbxsWH3pT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez0N9221bH3P7TIKeZr3T27BbxsWH3pT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez0N9221bH3P7TIKeZr3T27BbxsWH3pT > .row .container > .video-iframe-container { display: none; }#ez0N9221bH3P7TIKeZr3T27BbxsWH3pT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ez0N9221bH3P7TIKeZr3T27BbxsWH3pT > .row > .video-iframe-container { display: none; }#ez0N9221bH3P7TIKeZr3T27BbxsWH3pT > .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); }#ez0N9221bH3P7TIKeZr3T27BbxsWH3pT > .row .container { border-width: 0; border-radius: 0; }#ez0N9221bH3P7TIKeZr3T27BbxsWH3pT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ez0N9221bH3P7TIKeZr3T27BbxsWH3pT > .row .container { font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;position:relative;display:block; }#zU2gsRIeXEaocJG7SFmRS22M6XADtRbc { color:#ffffff;display:block;width:23.562rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.936767578125rem;left:51.43798828125rem;height:29.008325rem;text-align:center;text-align-last:center;display:block; }
#vAMhZBGcSQJkuTosQIfDSt6NbtwIeWZ7 { color:#ffffff;display:block;width:21.81225rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.936767578125rem;left:26.592041015625rem;height:20.72021875rem;text-align:center;text-align-last:center;display:block; }
#XPUR1aEQgTqTGSUAAaeNF4c8mRSuI1X2 { color:#ffffff;display:block;width:20.937rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.936767578125rem;left:1.404052734375rem;height:19.33886875rem;text-align:center;text-align-last:center;display:block; }
#J6MC7Z1On5FbXf0TvJMNSLgfecieHNtK { box-sizing:content-box;height:24.81225rem;width:23.7495rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.583251953125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sE7VdMlG8nhu3wy3fNTKw76PNmZXs8OG { box-sizing:content-box;height:24.8115rem;width:23.74875rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.584716796875rem;left:25.62451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rS8rGRDbX0frnJ63D8aHgMtDHaidyI8c { box-sizing:content-box;height:32.125rem;width:23.75rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.58544921875rem;left:51.251220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#oxZb0JT2btx85pDWDDLf7VwKwCradtd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#oxZb0JT2btx85pDWDDLf7VwKwCradtd4 > .row .container { background-color: transparent; background-image: none; }#oxZb0JT2btx85pDWDDLf7VwKwCradtd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxZb0JT2btx85pDWDDLf7VwKwCradtd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxZb0JT2btx85pDWDDLf7VwKwCradtd4 > .row .container > .video-iframe-container { display: none; }#oxZb0JT2btx85pDWDDLf7VwKwCradtd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oxZb0JT2btx85pDWDDLf7VwKwCradtd4 > .row > .video-iframe-container { display: none; }#oxZb0JT2btx85pDWDDLf7VwKwCradtd4 > .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); }#oxZb0JT2btx85pDWDDLf7VwKwCradtd4 > .row .container { border-width: 0; border-radius: 0; }#oxZb0JT2btx85pDWDDLf7VwKwCradtd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxZb0JT2btx85pDWDDLf7VwKwCradtd4 > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#pcfEoesG7ROB32iWLtsbzSvOUxpR9ZM8 { color:#ffffff;display:block;width:22.56225rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:51.84375rem;height:33.15236875rem;text-align:center;text-align-last:center;display:block; }
#N3O2IRR3wlnOq2VBuKehcuku6KgaU9cw { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:26.34375rem;height:13.81348125rem;text-align:center;text-align-last:center;display:block; }
#tV7S0Bt282ps3TaoddsFcFNboUGSHZtz { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:0.9052734375rem;height:31.77100625rem;text-align:center;text-align-last:center;display:block; }
#A1p6Lxcvc52oxge8nvZwIymEmVwUCbxL { box-sizing:content-box;height:34.25rem;width:23.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LKABXmvvC4HGpIGonQT7PHrisUxDS0r1 { box-sizing:content-box;height:19.375rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:25.625244140625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Wti7UTa5K0vJ1DMJiPkL11hupcBshZWo { box-sizing:content-box;height:35.0625rem;width:23.75rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:51.251220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M > .row .container { background-color: transparent; background-image: none; }#aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M > .row .container > .video-iframe-container { display: none; }#aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M > .row > .video-iframe-container { display: none; }#aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M > .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); }#aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M > .row .container { border-width: 0; border-radius: 0; }#aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:75rem;position:relative;display:block; }#ISJ3R1xKo8W1CI32riETGPWTqDdyx7yI { color:#ffffff;display:block;width:22.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:52.250244140625rem;height:31.77101875rem;text-align:center;text-align-last:center;display:block; }
#a1TVAbx2tfSLof5aPAmXfVsybEOAsSTw { color:#ffffff;display:block;width:21.9375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:26.53125rem;height:20.720225rem;text-align:center;text-align-last:center;display:block; }
#p61xXpdeVDmAEzSKh1IsSzb6TK9m1E0q { color:#ffffff;display:block;width:22.437rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:0.654052734375rem;height:16.57618125rem;text-align:center;text-align-last:center;display:block; }
#aLIyVIkNHgHKELMlQobtzpovnC4p4fyR { box-sizing:content-box;height:34.2495rem;width:23.7495rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#I67TKM7FGcVEavdFeuxTHrK0a438f73T { box-sizing:content-box;height:34.24875rem;width:23.74875rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.1240234375rem;left:25.62451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KsvqZh3KmLeDAZFugl7bVaxvo5JFewN8 { box-sizing:content-box;height:34.2480625rem;width:23.7480625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:51.251220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#l01vkVTu7z51470crTIUpa7z5O2bmp9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#l01vkVTu7z51470crTIUpa7z5O2bmp9f > .row .container { background-color: transparent; background-image: none; }#l01vkVTu7z51470crTIUpa7z5O2bmp9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l01vkVTu7z51470crTIUpa7z5O2bmp9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l01vkVTu7z51470crTIUpa7z5O2bmp9f > .row .container > .video-iframe-container { display: none; }#l01vkVTu7z51470crTIUpa7z5O2bmp9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l01vkVTu7z51470crTIUpa7z5O2bmp9f > .row > .video-iframe-container { display: none; }#l01vkVTu7z51470crTIUpa7z5O2bmp9f > .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); }#l01vkVTu7z51470crTIUpa7z5O2bmp9f > .row .container { border-width: 0; border-radius: 0; }#l01vkVTu7z51470crTIUpa7z5O2bmp9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l01vkVTu7z51470crTIUpa7z5O2bmp9f > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:75rem;position:relative;display:block; }#nhwOT40caM8aX0eTzxcrlhd7bxEVc9al { color:#ffffff;display:block;width:21.62475rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:52.31103515625rem;height:6.9067375rem;text-align:center;text-align-last:center;display:block; }
#IHFXh01HUpBT59aflDD3tg3r1T8w8vr4 { color:#ffffff;display:block;width:23.8125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:25.59375rem;height:19.33886875rem;text-align:center;text-align-last:center;display:block; }
#il71iOWZk70al0eW00hWR2N03b6qghdE { color:#ffffff;display:block;width:22.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:0.5302734375rem;height:20.720225rem;text-align:center;text-align-last:center;display:block; }
#TgIqrGCxDsRu9uqrdWL2J9OEvCiN3hpo { box-sizing:content-box;height:25.0625rem;width:23.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LWdApkSQAxNP5Go6xRQDDi3b0o0F9WVa { box-sizing:content-box;height:24.6875rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:25.625244140625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SNKCkpxAoXOgvVoeFofz5QWBhxIFPi92 { box-sizing:content-box;height:13.875rem;width:23.75rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:51.251220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RbLJk1FotGTWpUzNt54eLdp3parXJnwC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#RbLJk1FotGTWpUzNt54eLdp3parXJnwC > .row .container { background-color: transparent; background-image: none; }#RbLJk1FotGTWpUzNt54eLdp3parXJnwC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbLJk1FotGTWpUzNt54eLdp3parXJnwC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbLJk1FotGTWpUzNt54eLdp3parXJnwC > .row .container > .video-iframe-container { display: none; }#RbLJk1FotGTWpUzNt54eLdp3parXJnwC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RbLJk1FotGTWpUzNt54eLdp3parXJnwC > .row > .video-iframe-container { display: none; }#RbLJk1FotGTWpUzNt54eLdp3parXJnwC > .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); }#RbLJk1FotGTWpUzNt54eLdp3parXJnwC > .row .container { border-width: 0; border-radius: 0; }#RbLJk1FotGTWpUzNt54eLdp3parXJnwC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RbLJk1FotGTWpUzNt54eLdp3parXJnwC > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;position:relative;display:block; }#qFdlS2zSTpXCixndBDivXRoeSZCVM44J { color:#ffffff;display:block;width:23.25rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.53271484375rem;left:51.75rem;height:24.8642625rem;text-align:center;text-align-last:center;display:block; }
#aoLTQgKqyNtpTPQ9tHEOP1nICS58MlBV { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.53271484375rem;left:26.0625rem;height:19.33886875rem;text-align:center;text-align-last:center;display:block; }
#gb2A7CsmPaNDcFk3r3hTuxVuN27evsDb { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.53271484375rem;left:0.7177734375rem;height:22.10156875rem;text-align:center;text-align-last:center;display:block; }
#RB3w4a6zzqBowACdew2JAP6600bCFlfz { box-sizing:content-box;height:25.062rem;width:23.7495rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.68017578125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hTFPOmExzCXENIxxTSDCHiu6o9QHmAec { box-sizing:content-box;height:22.9375rem;width:23.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.68017578125rem;left:25.62451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EZcDgzvTOxTbzFFTC8w1fn3hgSAF7zUe { box-sizing:content-box;height:27.4375rem;width:23.75rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:1.681640625rem;left:51.251220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK > .row .container { background-color: transparent; background-image: none; }#iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK > .row .container > .video-iframe-container { display: none; }#iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK > .row > .video-iframe-container { display: none; }#iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK > .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); }#iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK > .row .container { border-width: 0; border-radius: 0; }#iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:75rem;position:relative;display:block; }#qI1eOATExXcMhGdxeSrSdFISg416dVEX { color:#ffffff;display:block;width:22.93725rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.4453125rem;left:52.0634765625rem;height:17.957525rem;text-align:center;text-align-last:center;display:block; }
#Tsl06ATxrTsheRda0mg1rJ4VsSsOo1F5 { color:#ffffff;display:block;width:22.062rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.4453125rem;left:26.936279296875rem;height:24.8642625rem;text-align:center;text-align-last:center;display:block; }
#ZqqSQddgp9WlDSEZH27u7JiSV85gLkTl { color:#ffffff;display:block;width:21.81225rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.4453125rem;left:0.96826171875rem;height:23.48291875rem;text-align:center;text-align-last:center;display:block; }
#yVRpJ0QpWsMEqLLMkoTZH2TdvSZlSS0f { box-sizing:content-box;height:26.75rem;width:23.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.37451171875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#P3NQZ84T35cPRZfWXdrAESIZLl6nS5GT { box-sizing:content-box;height:27.75rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.37451171875rem;left:26.093994140625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fATTav4gq53A40SvQFWrJJqT2ZWCLOIv { box-sizing:content-box;height:21.6875rem;width:23.75rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.37451171875rem;left:51.251220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IapCDzON46DJp0ElPpNEr5TWFJL3uiyo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#IapCDzON46DJp0ElPpNEr5TWFJL3uiyo > .row .container { background-color: transparent; background-image: none; }#IapCDzON46DJp0ElPpNEr5TWFJL3uiyo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IapCDzON46DJp0ElPpNEr5TWFJL3uiyo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IapCDzON46DJp0ElPpNEr5TWFJL3uiyo > .row .container > .video-iframe-container { display: none; }#IapCDzON46DJp0ElPpNEr5TWFJL3uiyo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IapCDzON46DJp0ElPpNEr5TWFJL3uiyo > .row > .video-iframe-container { display: none; }#IapCDzON46DJp0ElPpNEr5TWFJL3uiyo > .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); }#IapCDzON46DJp0ElPpNEr5TWFJL3uiyo > .row .container { border-width: 0; border-radius: 0; }#IapCDzON46DJp0ElPpNEr5TWFJL3uiyo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IapCDzON46DJp0ElPpNEr5TWFJL3uiyo > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:75rem;position:relative;display:block; }#iQvgmwxxnUINMBMEu7lhX8drTlRay7pq { color:#ffffff;display:block;width:22.37475rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:51.93603515625rem;height:22.10156875rem;text-align:center;text-align-last:center;display:block; }
#K9VU4neU38mFkp1NAdADdfd1vJ0FNHio { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:26.43603515625rem;height:17.9575375rem;text-align:center;text-align-last:center;display:block; }
#iKhCZp2bdmG1zDxZMSseFaV4wcxknFTA { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:0.9990234375rem;height:22.10156875rem;text-align:center;text-align-last:center;display:block; }
#cKUrsaTKa8uNvx1Nw5lJmg2FzFzT0Elv { box-sizing:content-box;height:24.6875rem;width:23.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.218505859375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FIQwa0bTlUTRHxAdNVJv5RLFoQCEdfl1 { box-sizing:content-box;height:21.875rem;width:23.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.218505859375rem;left:26.09326171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ft5Cl3nZ4WveETK1WUtli1RPfZVEcTAT { box-sizing:content-box;height:25.125rem;width:23.75rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.21923828125rem;left:51.251220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC > .row .container { background-color: transparent; background-image: none; }#qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC > .row .container > .video-iframe-container { display: none; }#qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC > .row > .video-iframe-container { display: none; }#qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC > .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); }#qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC > .row .container { border-width: 0; border-radius: 0; }#qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:75rem;position:relative;display:block; }#uArZkuhnpS1MIcdV1qrl9WJ14JVdbUNk { color:#ffffff;display:block;width:21.99975rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:52.12353515625rem;height:11.05078125rem;text-align:center;text-align-last:center;display:block; }
#CBQMRFaq5C9dJBVemTaFboEhCJVazCOx { color:#ffffff;display:block;width:22.56225rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:26.217041015625rem;height:23.4829125rem;text-align:center;text-align-last:center;display:block; }
#Ti0Vy3TasQW57ffGNm83ezkmMLT1KGHn { color:#ffffff;display:block;width:21.687rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:1.029052734375rem;height:22.101575rem;text-align:center;text-align-last:center;display:block; }
#rgGfoHzvIhEDrJ4AuQAZgOnDdnaSaG1R { box-sizing:content-box;height:24.687rem;width:23.7495rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZSZDIIfa5Oi32lR5vTkMqGgWhEWUnTe5 { box-sizing:content-box;height:26.1875rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:25.62451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GrB4CqlBOcuiki1tAlcEm6HWipglma3h { box-sizing:content-box;height:18.6875rem;width:23.75rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.09326171875rem;left:51.251220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 > .row .container { background-color: transparent; background-image: none; }#QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 > .row .container > .video-iframe-container { display: none; }#QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 > .row > .video-iframe-container { display: none; }#QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 > .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); }#QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 > .row .container { border-width: 0; border-radius: 0; }#QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#uKdU4waMaaKnwITb6K8OuI6M2sc9lvwN { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:52.062744140625rem;height:17.957525rem;text-align:center;text-align-last:center;display:block; }
#Wn5bVMDLqacPi9siCNhn9p5y4wvVquqd { color:#ffffff;display:block;width:22.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.2490234375rem;left:26.34375rem;height:17.9575375rem;text-align:center;text-align-last:center;display:block; }
#QbgGPG43oazBf28ACk49pAfdwC4oxKGk { color:#ffffff;display:block;width:22.437rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:0.654052734375rem;height:22.101575rem;text-align:center;text-align-last:center;display:block; }
#zZVAARsB1ZAXqZOXXaT4TZ70OkXX0m8U { box-sizing:content-box;height:24.68625rem;width:23.74875rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.37451171875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#O0mhiyo5Jy0g4ttoVZly1KPEQFakKlo1 { box-sizing:content-box;height:24.6855625rem;width:23.7480625rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.37451171875rem;left:25.625244140625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TtP4BMIwdhoAUa7zd3lz3guTQMA2SZdo { box-sizing:content-box;height:24.6855625rem;width:23.7480625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.37451171875rem;left:51.251220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 > .row .container { background-color: transparent; background-image: none; }#H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 > .row .container > .video-iframe-container { display: none; }#H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 > .row > .video-iframe-container { display: none; }#H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 > .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); }#H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 > .row .container { border-width: 0; border-radius: 0; }#H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 > .row .container { font-size:0.875rem;font-family:arial;height:29.75rem;width:75rem;position:relative;display:block; }#HopCAMKwByFCT583Z4ZMe3ssRTLtqdew { color:#ffffff;display:block;width:21.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:52.531494140625rem;height:13.81348125rem;text-align:center;text-align-last:center;display:block; }
#Fe3gNmKa7kD5QARXJLIfz2Nb0tD1Ck2L { color:#ffffff;display:block;width:22.18725rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:26.404541015625rem;height:24.86426875rem;text-align:center;text-align-last:center;display:block; }
#uoZ4tZOeknwFPKALEkG9Ua34PteHhu1E { color:#ffffff;display:block;width:21.43725rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:1.153564453125rem;height:12.43213125rem;text-align:center;text-align-last:center;display:block; }
#OpK6yGAzPw75ND6Zky17sTy01hwB3MFG { box-sizing:content-box;height:17.1875rem;width:23.75rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.061767578125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mHzHcMQ6Tt1dcvl2Rd7gwFAX6ic7PLnJ { box-sizing:content-box;height:26.8125rem;width:23.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.061767578125rem;left:25.625244140625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Q6ZUPFf6C2MUL51ZTFD64oKlKzRMtfaT { box-sizing:content-box;height:16.875rem;width:23.75rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.061767578125rem;left:51.251220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 > .row .container { background-color: transparent; background-image: none; }#DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 > .row .container > .video-iframe-container { display: none; }#DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 > .row > .video-iframe-container { display: none; }#DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 > .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); }#DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 > .row .container { border-width: 0; border-radius: 0; }#DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 > .row .container { font-size:0.875rem;font-family:arial;height:30.3125rem;width:75rem;position:relative;display:block; }#cykt5dhN81QreRCzKos34vKtO0c4gsLd { color:#ffffff;display:block;width:22.812rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:51.7177734375rem;height:20.720225rem;text-align:center;text-align-last:center;display:block; }
#oiTeCQ4m46IfyJ2RklTHKfd1WwRAkzMl { color:#ffffff;display:block;width:22.437rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:26.747314453125rem;height:23.4829125rem;text-align:center;text-align-last:center;display:block; }
#W6IxSeEuUlCKMRIdfoZab0iatmDg35Ji { color:#ffffff;display:block;width:22.18725rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.2490234375rem;left:0.778564453125rem;height:20.720225rem;text-align:center;text-align-last:center;display:block; }
#FBBOM7F6KBTKT0p2ePl81mplQysaU5FO { box-sizing:content-box;height:26.8125rem;width:23.7495rem;position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.27490234375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Sgeskvvg9XxrkK2oDWK9gO8i2viHaJrr { box-sizing:content-box;height:26.8125rem;width:23.74875rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.27490234375rem;left:26.09326171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ti93mdOtxvgI7e8Z5dGKWOKIXPaVVt0Q { box-sizing:content-box;height:26.8125rem;width:23.7480625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.27490234375rem;left:51.251220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q > .row .container { background-color: transparent; background-image: none; }#G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q > .row .container > .video-iframe-container { display: none; }#G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q > .row > .video-iframe-container { display: none; }#G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q > .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); }#G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q > .row .container { border-width: 0; border-radius: 0; }#G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q > .row .container { font-size:0.875rem;font-family:arial;height:28.5rem;width:75rem;position:relative;display:block; }#M7upXfTn3vNCoc0RidwfQavTFEA4ddZU { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5rem;left:13.375rem;height:23.48291875rem;text-align:center;text-align-last:center;display:block; }
#f3xGzFDhB18WUhIvTT33dkoAVx46s9VS { box-sizing:content-box;height:26.8125rem;width:23.7480625rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:0.875rem;left:11.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iHfcUTdLzOgB92qA8v9rGQf7Dti1fnnG { box-sizing:content-box;height:26.8125rem;width:23.7480625rem;position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:0.875rem;left:39.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wUqLC5ENeW1alzHzinR1WthgBGzOl3xy { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:41.125rem;height:13.81349375rem;text-align:center;text-align-last:center;display:block; }
#VziyhUD53k0kuzJLTbKlgixSeSNtq5KM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#VziyhUD53k0kuzJLTbKlgixSeSNtq5KM > .row .container { background-color: transparent; background-image: none; }#VziyhUD53k0kuzJLTbKlgixSeSNtq5KM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VziyhUD53k0kuzJLTbKlgixSeSNtq5KM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VziyhUD53k0kuzJLTbKlgixSeSNtq5KM > .row .container > .video-iframe-container { display: none; }#VziyhUD53k0kuzJLTbKlgixSeSNtq5KM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VziyhUD53k0kuzJLTbKlgixSeSNtq5KM > .row > .video-iframe-container { display: none; }#VziyhUD53k0kuzJLTbKlgixSeSNtq5KM > .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); }#VziyhUD53k0kuzJLTbKlgixSeSNtq5KM > .row .container { border-width: 0; border-radius: 0; }#VziyhUD53k0kuzJLTbKlgixSeSNtq5KM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VziyhUD53k0kuzJLTbKlgixSeSNtq5KM > .row .container { font-size:0.875rem;font-family:arial;height:52.9375rem;width:75rem;position:relative;display:block; }#KeLfTVF4hwULp36lPkpITycZel89AAe2 { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:51.437744140625rem;height:34.5337125rem;text-align:center;text-align-last:center;display:block; }
#UqHqkSJoWkz9Nosuw8JDM1bDTbOitTHq { color:#ffffff;display:block;width:23.937rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:25.530029296875rem;height:26.245625rem;text-align:center;text-align-last:center;display:block; }
#uikccigQiZPJmEaZqMt6MtCDB88Fyvo5 { box-sizing:content-box;height:49.1875rem;width:23.75rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:0.062255859375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#a5TpUbMnrhJAO1eku6caArcsTlFmbITo { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.249755859375rem;left:0.65478515625rem;height:44.2031375rem;text-align:center;text-align-last:center;display:block; }
#oR0kLO8wQ125gHPhkMTr349cANkAtv9V { box-sizing:content-box;height:49.75rem;width:23.75rem;position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:25.623779296875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CDLTfHBpZR27T5yJm4dGPBD98STBPXvT { box-sizing:content-box;height:50.1875rem;width:23.75rem;position:absolute;display:block;z-index:15014;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;top:2.124755859375rem;left:51.251220703125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dQBeDGODgeNXetIXvJWMkKEBslWr8Jwl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dQBeDGODgeNXetIXvJWMkKEBslWr8Jwl > .row .container { border-width: 0; border-radius: 0; }#dQBeDGODgeNXetIXvJWMkKEBslWr8Jwl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQBeDGODgeNXetIXvJWMkKEBslWr8Jwl > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:75rem;position:relative;display:none; }#LfUEswCczqOJrFSco9CKTcCry5RHkHtP .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(241,210,173,0.5) ; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:lato;color:#ffffff; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:lato;line-height:1.4;overflow:hidden;height:auto;color:#ffffff; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5becb532651e4a7209ed33be31a2955e11fafcfd.svg");background-size:contain !important; }#LfUEswCczqOJrFSco9CKTcCry5RHkHtP .accordion-trigger.adaptive-delivery-prevent-bg, #LfUEswCczqOJrFSco9CKTcCry5RHkHtP .accordion-trigger.lazyload, #LfUEswCczqOJrFSco9CKTcCry5RHkHtP .accordion-trigger.lazyloading { background-image: none; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP { box-sizing:content-box;height:auto;width:61.4355625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:transparent;background-image:none;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:5.6865234375rem;left:6.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #sFgMG8TQsAND0uwATAkirF3ENvwStq3p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #g9DqFzctopKznkLfrIXHyzpQscRfP2kT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #TFvWRxOzBgWuEsfnpTKzxfUd9DGLJrXK { display:block;position:relative; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #z3r32TdTfyEloNx9Xqkpd97vwxve2oGe {  }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #H2pG62TX1sNpTeJTtaZl0TBVJK70ds5B {  }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #o8yowfDka0zmtFcJgaO5KSMltCcIH0wG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #w3prvFUxAPa2lA8XKihsd9rrZDsiQUSs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #C9dyKoFkUI5bqclNxeV6ACpCaAKJTHiB { display:block;position:relative; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #OmCSkPr5VParFneM7xCeQQTrDN72U6rn {  }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #SucRGLD0nAK1yZmkOv5WAHX75ywMCMwr { display:none; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #rwEDbmfmhb0IRvoDKTe6KW0D9ez01TJf { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #c7BUShMc2GU41iN2UV2eR2yW3pzNIFQz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #scEyspJ8aaAlJ7TR40QZGiqGN28zRTl0 { display:block;position:relative; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #HVTb0xvhsNlMC0lC37Ogwa8yOaNDGSn4 {  }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP #rIiGZay1EwSs0txRZiFhAhVbtXuQ3oUr { display:none; }
#gE4Q4hNBoHVZmKte862Qv5wsPox101TH { color:#ffffff;display:block;width:49.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.62451171875rem;left:6.375rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#v38tCPksb0mwptWGNxiQuB0eL9fHhHg3 { background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.4668125rem;height:2.4995125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.62451171875rem;left:57.74853515625rem;display:block; }
#BM941F51tHfiKwoMGzgX4t6BmcpJ6p2t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R9NMEdLgiPDkdMaCv2sPwT29lvTKCVsI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#R9NMEdLgiPDkdMaCv2sPwT29lvTKCVsI > .row .container { border-width: 0; border-radius: 0; }#R9NMEdLgiPDkdMaCv2sPwT29lvTKCVsI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9NMEdLgiPDkdMaCv2sPwT29lvTKCVsI > .row .container { font-size:0.875rem;font-family:arial;height:91rem;width:75rem;position:relative;display:none; }#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(241,210,173,0.5) ; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:lato;color:#ffffff; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:lato;line-height:1.4;overflow:hidden;height:auto;color:#ffffff; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5becb532651e4a7209ed33be31a2955e11fafcfd.svg");background-size:contain !important; }#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM .accordion-trigger.adaptive-delivery-prevent-bg, #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM .accordion-trigger.lazyload, #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM .accordion-trigger.lazyloading { background-image: none; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM { box-sizing:content-box;height:auto;width:61.4355625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:transparent;background-image:none;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:50.00830078125rem;left:6.46875rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #x9gdKS0ckLgXIwkoQFBrmRaNn3Rgx0io { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #eSMP6VImr0yTJ7dbbnstLpKUL910f03d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #kllXmVT379WHz2s4afoKD3QpRnCATdmt { display:block;position:relative; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #hpr7ZvCRR2TCcNtoOTKa1HovpHFZUkJP {  }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #yewoaXqFOA9vKU5bWknMRSfQu1V2ne9f {  }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #TABW4MZlLm1PNHBW7SUCAVSk0ZsCqrrs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #xXPya9xZAQUhqC2dJgig9UOr180FZy22 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #IrJIeuVocVaVNn2pRB37R9cJyFKc1saa { display:block;position:relative; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #eMuVRJDKrR4WH3Pe940EZ0pkIJXwLsxg {  }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #I6EnDL85DkCfQeoIsihPC9x260CTlVQi { display:none; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #wdu7vLn4adLtvzChlXfgT3sslVvDgZHH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #tlrCocN1lxVLMFvaICLzLU9O7wB3Bgru { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #FrAf3m0OcEnod08oqg9RAZtPXw9BvEaN { display:block;position:relative; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #ve5CemF3TO0hcTo1IT1hEKS8chLLZROZ {  }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #Am8lQ3GTsggN4t6vsq806Po2XsmFtviD { display:none; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #Ka84iwZ3nk81UCNUgQu4GzM6VhWz91lM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #kc76Bwv39XCG9EpCntMbmZaq99XhlXJQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #JFwyXtJhAfwebaBUt4kaXI2zHR7fOPZs { display:block;position:relative; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #TBTnJCTuFyJsTbJ4sVPt7lL7XIpx2bF1 {  }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #g8TZUZlJXPeICdTRbyxnMdiEdMyM0O5X { display:none; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #HMtNHWyKJU0wCFGwHT7p6LMynBe6xAWV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #RUxqMXuPDIEHTdThNf6WhrUtJ0osVWbl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #dJhLdh7ATkehL6STPsanGUFQ2I7vpD25 { display:block;position:relative; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #rfysTXR8gyPBHJqsiPmh9FefXqJvsLQ0 {  }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #gxvxVQ9FuktLzEUwXQAh7Ig1WypNX7uA { display:none; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #KPeuZ6F5To7idqpqBFWlMcCGDeupv3F5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #er110oRtZ0gKhC9UFsqMZTd5Vwg2oQSL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #DaPfTZtPmQszizDf0AL0WO4JipDwx4AO { display:block;position:relative; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #AbMrECl2ylbL0btBEaQv5I7HsaOu0oFn {  }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #oHhTMaJ6ipRG7SRtmpq1hLyKOGlMb58C { display:none; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #rHgd2nRqz07k2mPDKTV5I7WUgEE6CP9R { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #RoAI6Juaxu4ElXXlXdZVrN4bVGBrwmtE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #zsUZ3wH9dBiGXSH5x7mKW0ZEq4IaU2mF { display:block;position:relative; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #CR4Xkdyb4HKPfX7Z0sTn0fcUuwTHJbIx {  }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #kUTFD0dtnal0bsF1yKnlnUCtRlyMDqG7 { display:none; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #BqJUhFO5W6UWPStX7XVPDRysGvElbGBE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #gmOIc2yf70AtT35IGVuG2Rfm1otfpU51 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #Z5VMJCwNLxNzw1NB7gUCsHpuDJEbox8T { display:block;position:relative; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #GxROcJnI9NoFqx723Sbqa8qsbTcZcJly {  }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #SzAVwe75ZOawnzsXBZ3rE7bvO8G0irEr { display:none; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #soelRoxViy8pPRmevB8HeL9I6BnXVqho { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #H1GOUpPrd4JXlpbaghTJgGgCZVIT97WX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #bva0WNu9X3c05dFyFaC0IOMnJq76JkXn { display:block;position:relative; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #kIWnLBWLUklXLJzro4DGvTRvS4gh4bKd {  }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #b4WtHOAvPxHqVZHdVAViIXPx3IKKStzi { display:none; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #I3gzTqMykzdmK0T3LMsdC2lDfw5yX45p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #x6U5IEcAfWhFvCrUFJuIveO7TUbtNnpQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #C5ePxwoVpMaqIqCqERgK9wcib3xfgLB9 { display:block;position:relative; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #c0XB57ogbJQ9fTesioINp3m3s5IXvB8P {  }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #sSGF1WTW4Dnk7NKmANrwJqZc2gzrM5Dn { display:none; }
#JPzRhcqhUHwHDflI4t2TCT7WCoITIXbV { color:#ffffff;display:block;width:51.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.282958984375rem;left:6.46875rem;height:1.29931875rem;display:block; }
#k3QeM5rGnudUVTN24BHd83VEyCi6Vano { color:#ffffff;display:block;width:66.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.4697265625rem;left:6.46875rem;height:9.0439375rem;display:block; }#k3QeM5rGnudUVTN24BHd83VEyCi6Vano li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k3QeM5rGnudUVTN24BHd83VEyCi6Vano li:before{  }
#aK6x854VNyyuaJXHxJJ1TQukX74Qkltk { color:#ffffff;display:block;width:68.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:34.3125rem;left:6.375rem;height:7.744625rem;display:block; }#aK6x854VNyyuaJXHxJJ1TQukX74Qkltk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aK6x854VNyyuaJXHxJJ1TQukX74Qkltk li:before{  }
#pBnK4Hfxmrgt5sTcxMBd3iCz5ibE6ms0 { color:#ffffff;display:block;width:51.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:31.125rem;left:6.375rem;height:1.29931875rem;display:block; }
#iwLslcXrmsAp97FwesctPrGTvo8RDyZ2 { color:#ffffff;display:block;width:67.4375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:20rem;left:6.5rem;height:9.0439375rem;display:block; }#iwLslcXrmsAp97FwesctPrGTvo8RDyZ2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iwLslcXrmsAp97FwesctPrGTvo8RDyZ2 li:before{  }
#mtzTuQLAdq4nlWMsT4Ol4368oX0zRvTs { color:#ffffff;display:block;width:51.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.8125rem;left:6.5rem;height:1.29931875rem;display:block; }
#g9lziCdpWNEWDdV90vBZhFEAoHS1Wlxp { color:#ffffff;display:block;width:68.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:44.61767578125rem;left:6.375rem;height:1.29931875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zPMuSy9uK7Ta7VTv0N95Q2i9OkwL68ZW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zPMuSy9uK7Ta7VTv0N95Q2i9OkwL68ZW > .row .container { border-width: 0; border-radius: 0; }#zPMuSy9uK7Ta7VTv0N95Q2i9OkwL68ZW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zPMuSy9uK7Ta7VTv0N95Q2i9OkwL68ZW > .row .container { font-size:0.875rem;font-family:arial;height:24.9375rem;width:75rem;position:relative;display:none; }#V1u0M1T9qcJKG4nb8452Iu688iEt1lSr { color:#ffffff;display:block;width:66.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.7197265625rem;left:7.030517578125rem;height:22.08840625rem;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; }
#IG9N5Tzz71qttx7emUQp1aigkLskUb1X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IG9N5Tzz71qttx7emUQp1aigkLskUb1X > .row .container { border-width: 0; border-radius: 0; }#IG9N5Tzz71qttx7emUQp1aigkLskUb1X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IG9N5Tzz71qttx7emUQp1aigkLskUb1X > .row .container { font-size:0.875rem;font-family:arial;height:15rem;width:75rem;position:relative;display:none; }#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(255,238,218,0.5) ; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:lato;color:#ffffff; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:lato;line-height:1.4;overflow:hidden;height:auto; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_5becb532651e4a7209ed33be31a2955e11fafcfd.svg");background-size:contain !important; }#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r .accordion-trigger.adaptive-delivery-prevent-bg, #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r .accordion-trigger.lazyload, #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r .accordion-trigger.lazyloading { background-image: none; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r { box-sizing:content-box;height:auto;width:61.4355625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;top:1.3828125rem;left:5.52978515625rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #NWnQCrRoHsHOgbc8OwJB3dBSbdiyzcTL { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #S3BSD5cuvuT5R0qJCfL8etiTmhPhwvWI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #I1XJJnSCqxWPw81PpxuI5078GSz22IBk { display:block;position:relative; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #xezGqlklQL82unp5vQ6OlfTwTivTmkiR {  }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #MOoTHOHONz45cT2JcdOP8L6o7SHWivcr {  }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #DuqpXdbIp7U8PXQEVMvuWMC6v2h1flCr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #CfXz2tw8n9BizlA0xqUysdlXuMIioJyy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #EE4kW51rJ2IWIBX68gqM2gpeFkqmlEXN { display:block;position:relative; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #E8fL95H5irQiSS0Co7I9JClWwZhWRnMX {  }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #qx1ayh6Z12X44EBu9A9oQyLOPEWrDQ6m { display:none; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #xDF6FqzLemtPTiEFwyD0BXfzIk7dkWas { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #v5fouQwCBkv4TPrvI4GfxlkTCwGIkgve { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #nviRnKKOVqNLTp2C6nNK7xR1z01VdOW9 { display:block;position:relative; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #yQ7qR5AAwCtPeclIh2c5Sy2mbGuSektD {  }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #bhpXLv15R2q2kW4PhQb9dPRnV5m8i9MI { display:none; }
#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row .container { background-color: transparent; background-image: none; }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row .container > .video-iframe-container { display: none; }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row > .video-iframe-container { display: none; }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .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); }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row .container { border-width: 0; border-radius: 0; }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row .container { font-size:0.875rem;font-family:arial;height:13.1875rem;width:75rem;position:relative;display:block; }#UcZRM4yUSXX6iFC5LehCHkJyhrpXxQpN { z-index:15003;top:6.52880859375rem;left:28.125rem;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #fc8800, #fc8800);background-image: -moz-linear-gradient(161deg, #fc8800, #fc8800);background-image: -ms-linear-gradient(161deg, #fc8800, #fc8800);background-image: -o-linear-gradient(161deg, #fc8800, #fc8800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#fc8800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#fc8800' );";background-image: linear-gradient(161deg, #fc8800, #fc8800);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: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cdPh0SUsdGwUOdDqyg6RCXREZBTnoRJG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#isRRz6fGLBKIdxESkgwOHGOBEPNbP1hf { color:#ffffff;display:block;width:38.24925rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.55615234375rem;left:18.375rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BBg7XhrhCl1UrwDIE09KkJeEKwBTXxeR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BBg7XhrhCl1UrwDIE09KkJeEKwBTXxeR > .row .container { border-width: 0; border-radius: 0; }#BBg7XhrhCl1UrwDIE09KkJeEKwBTXxeR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BBg7XhrhCl1UrwDIE09KkJeEKwBTXxeR > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:none; }#s0NkOPdrENRTWqiX199tTb4NkDmBi2cr { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fc8800;border-left:0.0625rem solid #fc8800;border-right:0.0625rem solid #fc8800;border-bottom:0.0625rem solid #fc8800;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:#fc8800;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4565625rem;height:3.39404375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:10.875rem;left:28.75rem;display:block; }
#MnOQBZQ0GrB3GJD16GfFqAieXENE51XM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#laiwPE1K1I1WCTNSXXmuWOg5mswWXie4 { color:#ffffff;display:block;width:46.375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:300;z-index:15262;line-height:1.3;letter-spacing:0;top:3.375rem;left:14.3125rem;height:5.20019375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM { position:relative;display:block; }#Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM { background-color: transparent; background-image: none; }#Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM > .row .container > .video-iframe-container { display: none; }#Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM > .row > .video-iframe-container { display: none; }#Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM > .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); }#Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM { border-width: 0; border-radius: 0; }#Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#x9O7sBqAzsZpLURdQrfpPhikfulAtHu5 { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9365rem;width:18.1245rem;top:9.0625rem;left:15.9375rem;display:block; }
#xHK1Nt9AbevRlfOeEToREaLwdDh9LExZ { color:#ffffff;display:block;width:8.8733125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.42041015625rem;left:20.56201171875rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZfNAwTcp7HAEegrDgRKgJE895GewlOsU { position:absolute;display:block;z-index:15043;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:12.62475rem;width:12.62475rem;top:8.249267578125rem;left:16.858154296875rem;overflow:hidden;display:block; }
#EuRqgmgadGRDfb7TUVrzirITXpNXyTAn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:13.75rem;left:22.3125rem; }
#faBiRvJrxmzXwlI9gXXTBPUCCzCxZQgM { position:absolute;display:block;z-index:15013;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9365rem;width:18.1245rem;top:9.5rem;left:40.9375rem;display:block; }
#xgup6tDGe0QMNiin8E7VPpenlc5n5TlN { color:#ffffff;display:block;width:8.8733125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.42041015625rem;left:45.561767578125rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NzEGFV9lwGPRHoTWpK6NgFmUgMQmsbge { position:absolute;display:block;z-index:15049;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:12.62475rem;width:12.62475rem;top:8.24853515625rem;left:41.85791015625rem;overflow:hidden;display:block; }
#kciSXyd3oLJ8rznaRe6JUWlFC6EuLvpl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:14.125rem;left:47.3125rem; }
#zWab6QALhT8g0zJl7TmLMrKKfHKctL4c { color:#ffffff;display:block;width:46.37475rem;position:absolute;font-family:lato;font-size:2rem;font-weight:300;z-index:15261;line-height:1.3;letter-spacing:0;top:2.524658203125rem;left:14.310791015625rem;height:2.6001rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uTcFUnmrXknxAnW9rcfg9hE4uTbzMPk1 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15297;line-height:1.3;letter-spacing:0;top:21.78662109375rem;left:17.294677734375rem;height:4.3857375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WWGdv1XPa19EG9UTnCldSRk7zqGlys3T { color:#ffffff;display:block;width:16.18725rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15301;line-height:1.3;letter-spacing:0;top:21.78662109375rem;left:41.9033203125rem;height:4.3857375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw { position:relative;display:block; }#kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw { background-color: transparent; background-image: none; }#kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw > .row .container > .video-iframe-container { display: none; }#kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw > .row > .video-iframe-container { display: none; }#kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw > .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); }#kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw { border-width: 0; border-radius: 0; }#kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QePZKMFPvC3TEfT4rs4UOH6cdOeE49TV { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9358125rem;width:18.12375rem;top:3.3125rem;left:3.4375rem;display:block; }
#ODuUprdTWbUm51KEKdCUR6kW7h7zHJDX { position:absolute;display:block;z-index:15048;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:12.5625rem;width:12.5625rem;top:2.530517578125rem;left:4.34326171875rem;overflow:hidden;display:block; }
#rTQUNEqAiy6h0giNCA2D41AvqW4lXTsq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:8rem;left:9.8125rem; }
#PxySEIQcTXT7dsnog4FLTP33B40GwLiP { color:#ffffff;display:block;width:16.99875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15302;line-height:1.3;letter-spacing:0;top:15.093017578125rem;left:4.00048828125rem;height:5.84765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NTsqQ87hofkrxOrVIS1g1sxlDra0VpZl { color:#ffffff;display:block;width:8.8733125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.670166015625rem;left:6.1875rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IG6OIRElWwV1yTDiao3Jk3Q5IlQ4VhHc { position:absolute;display:block;z-index:15048;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:12.5625rem;width:12.5625rem;top:1.5625rem;left:29.375rem;overflow:hidden;display:block; }
#vJ7plEwQJ9HmDV5NfCuUtEzGhOVooa6Q { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9358125rem;width:18.1230625rem;top:2.375rem;left:28.4375rem;display:block; }
#bARBJCPDEPcI6H4h8VMTUvL5GHnqKIA5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:7.0625rem;left:34.8125rem; }
#rPZR4BciUTkQrDzEVl0dLEAlCxdpHXvJ { color:#ffffff;display:block;width:16.99875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15302;line-height:1.3;letter-spacing:0;top:15.1875rem;left:29rem;height:4.3857375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rLalln5G1HoC914sKeeQoyKZOKeRVE2m { color:#ffffff;display:block;width:8.8733125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.75rem;left:33.0625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EFAORfntaZ8K2vitv4y9qmL57KQ85tcM { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9358125rem;width:18.1230625rem;top:2.375rem;left:53.4375rem;display:block; }
#pviSCnQzWGqNlpisxSaA9wSMglm6cCRI { position:absolute;display:block;z-index:15053;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:12.5625rem;width:12.5625rem;top:1.5625rem;left:54.625rem;overflow:hidden;display:block; }
#mPTe717PocX2HFBw85o79oV8OI1c7G6x { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:7.0625rem;left:59.8125rem; }
#f54GGlhnxbiW4scOQn7yJ4EIA6xXvGvR { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15307;line-height:1.3;letter-spacing:0;top:15.125rem;left:54.8125rem;height:4.3857375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#txfmg27BSXS3Zg1mItguR9SCJ7LF4FBe { color:#ffffff;display:block;width:8.8733125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.75rem;left:58.0625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B { position:relative;display:block; }#ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B { background-color: transparent; background-image: none; }#ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B > .row .container > .video-iframe-container { display: none; }#ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B > .row > .video-iframe-container { display: none; }#ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B > .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); }#ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B { border-width: 0; border-radius: 0; }#ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k2l119Gpnf7Rxww1wR39uBf0VEgw21cG { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9358125rem;width:18.12375rem;top:2.375rem;left:3.4375rem;display:block; }
#TnfzHeEWaBorAdZ06UVyKx7L7NWKgIfV { position:absolute;display:block;z-index:15058;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:12.5625rem;width:12.5625rem;top:1.5625rem;left:4.8125rem;overflow:hidden;display:block; }
#FXi4ILHxEyvxSar86CS3qQkBSOQaq2f7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:7.0625rem;left:9.8125rem; }
#uLOIMIcrc9oavOvRCsVn172Tf5Uewxfq { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15312;line-height:1.3;letter-spacing:0;top:15.125rem;left:4.8125rem;height:5.84765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Wm6cpe74AQRycwKCv549g6T08WQB3ync { color:#ffffff;display:block;width:8.8733125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:20.75rem;left:8.0625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ilm3G4dkunEHdGRTFuFTF6pvXxcHCngp { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9358125rem;width:18.1230625rem;top:2.375rem;left:28.4375rem;display:block; }
#WkvwGX2bTTfA8fP10QHyodxXaIDCWKUq { position:absolute;display:block;z-index:15048;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:12.5625rem;width:12.5625rem;top:1.5625rem;left:29.375rem;overflow:hidden;display:block; }
#FwmvgxDvUATJCcwGb8cn2g62XVBIZawr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:7.0625rem;left:34.8125rem; }
#x3V6hkULC3FqTJZWqHbroPfXNGseH2Ox { color:#ffffff;display:block;width:16.812rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15302;line-height:1.3;letter-spacing:0;top:15.1875rem;left:29rem;height:5.84765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oHHTZ4qEO6qkUKOiI9LQWdTxo2EgFQQp { color:#ffffff;display:block;width:8.8733125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.75rem;left:33.0625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r6TsTB2Nu08JBNvp5zT6OyVkTCSNnsoi { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9358125rem;width:18.1230625rem;top:2.375rem;left:53.4375rem;display:block; }
#FmvXF1zhroak02JNky7vFMPsrTBRN8xa { position:absolute;display:block;z-index:15053;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:12.5625rem;width:12.5625rem;top:1.5625rem;left:54.8125rem;overflow:hidden;display:block; }
#i5MiTD0kRzNK2Zu9ebnODeHbLh9EP4yS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:7.0625rem;left:59.8125rem; }
#f5yuPk6pvC25EQRe214iasKFHw7onfRi { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15307;line-height:1.3;letter-spacing:0;top:15.125rem;left:54.8125rem;height:5.84765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GRZRvA5SQGJL3GZQKSgLu3dir5Ja2fhQ { color:#ffffff;display:block;width:8.8733125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.75rem;left:58.0625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z { position:relative;display:block; }#zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z { background-color: transparent; background-image: none; }#zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z > .row .container > .video-iframe-container { display: none; }#zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z > .row > .video-iframe-container { display: none; }#zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z > .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); }#zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z { border-width: 0; border-radius: 0; }#zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#m0Cof9UiSeqrQOp8mE55FNGM5UcDp8pH { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9358125rem;width:18.12375rem;top:2.375rem;left:3.4375rem;display:block; }
#AxgzNadkCMgIyzb1g6K2MtNZ9axSf6ow { position:absolute;display:block;z-index:15058;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:12.5625rem;width:12.5625rem;top:1.5625rem;left:4.375rem;overflow:hidden;display:block; }
#zv66slzFdHuHa1bZoIkxqyWIB8PShznd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:7.0625rem;left:9.8125rem; }
#gnUaLLKealXeigiFKRsgZ3qJ1R0F7GzK { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15312;line-height:1.3;letter-spacing:0;top:15.125rem;left:4.8125rem;height:4.3857375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#h6EDNVKScWBKIHzbsvoulpBDcClJuTK4 { color:#ffffff;display:block;width:8.8733125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:20.75rem;left:8.0625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n5ip1CIZl0GF9AJnf9mPaEQAe1wopTiz { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9358125rem;width:18.1230625rem;top:2.375rem;left:28.4375rem;display:block; }
#W0R2Vds4rTzpz7yiKRIc4N8I6Zb4P2AP { position:absolute;display:block;z-index:15048;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:12.5625rem;width:12.5625rem;top:1.5625rem;left:29.375rem;overflow:hidden;display:block; }
#m1Zz6DEF4Ttm2RMVxwgZTfokXMHITm8O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:7.0625rem;left:34.8125rem; }
#KPDZ4WNUgUhUP2QfTT9eHAZVMdskRrcQ { color:#ffffff;display:block;width:16.812rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15302;line-height:1.3;letter-spacing:0;top:15.1875rem;left:29rem;height:5.84765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FX8cgyRf7zd2gebPMtQOKmJCuOZUSXq6 { color:#ffffff;display:block;width:8.8733125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.75rem;left:33.0625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kt6CdVAAzM5OhA5zxQ9MLTbHSJN0y9J3 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9358125rem;width:18.1230625rem;top:2.8125rem;left:53.4375rem;display:block; }
#JVMrbAnQlaqKvpAeSsSWDebkxXSLBvXE { position:absolute;display:block;z-index:15053;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:12.5625rem;width:12.5625rem;top:1.9375rem;left:54.375rem;overflow:hidden;display:block; }
#QzdHMwTEDb1TNJXsTzw7xAwTeZyhrRCM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:7.5rem;left:59.8125rem; }
#UHbPtb2VB373dUz4U3dCrqVV84R4aFiK { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15307;line-height:1.3;letter-spacing:0;top:15.5625rem;left:54.8125rem;height:4.3857375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iTyfLPcXhTPo6TWqb7R2KJMkU3Gy5tTK { color:#ffffff;display:block;width:8.8733125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:21.1875rem;left:58.0625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv { position:relative;display:block; }#v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv { background-color: transparent; background-image: none; }#v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv > .row .container > .video-iframe-container { display: none; }#v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv > .row > .video-iframe-container { display: none; }#v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv > .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); }#v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv { border-width: 0; border-radius: 0; }#v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:23.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lLQn9NrGbrGOzXSXOcf4cJcPJhOawgES { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #fc8800, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #fc8800, rgba(0,0,0,0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:19.9358125rem;width:18.1230625rem;top:2.375rem;left:28.4375rem;display:block; }
#AQJUVsENxRBCWsmRCvTT4t8XAkBIEnQM { position:absolute;display:block;z-index:15053;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:12.5625rem;width:12.5625rem;top:1.5rem;left:29.375rem;overflow:hidden;display:block; }
#JizThlu7WE87kKMInWzM1rvTfxKOu3yC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6245125rem;width:1.6245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:7.0625rem;left:34.8125rem; }
#P3wUwZuNuGM7LQXRfnwiJiAhl4VqBTZz { color:#ffffff;display:block;width:16.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15307;line-height:1.3;letter-spacing:0;top:14.0625rem;left:29.34375rem;height:5.84765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cw7ntu3E7OZ4UZf7cISwedmOtH3sKBZH { color:#ffffff;display:block;width:8.8733125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.75rem;left:33.0625rem;height:1.62524375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMDFhz8eCGUu3nPyd5SialiExoU6AdkS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#vMDFhz8eCGUu3nPyd5SialiExoU6AdkS > .row .container { background-color: transparent; background-image: none; }#vMDFhz8eCGUu3nPyd5SialiExoU6AdkS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMDFhz8eCGUu3nPyd5SialiExoU6AdkS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMDFhz8eCGUu3nPyd5SialiExoU6AdkS > .row .container > .video-iframe-container { display: none; }#vMDFhz8eCGUu3nPyd5SialiExoU6AdkS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vMDFhz8eCGUu3nPyd5SialiExoU6AdkS > .row > .video-iframe-container { display: none; }#vMDFhz8eCGUu3nPyd5SialiExoU6AdkS > .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); }#vMDFhz8eCGUu3nPyd5SialiExoU6AdkS > .row .container { border-width: 0; border-radius: 0; }#vMDFhz8eCGUu3nPyd5SialiExoU6AdkS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vMDFhz8eCGUu3nPyd5SialiExoU6AdkS > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:75rem;position:relative;display:block; }#HfJsQDr5uwLE0aGVDMDuAN0uJ79kpO86 { color:#ffffff;display:block;width:57.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15260;line-height:1.3;letter-spacing:0;top:8.8125rem;left:10.06201171875rem;height:2.59863125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EiMEy9cWecmTxwePWZWrRG1K9Ll0qz5t { color:#ffffff;display:block;width:35.8125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:300;z-index:15261;line-height:1.3;letter-spacing:0;top:1.775390625rem;left:19.59375rem;height:5.20019375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fWDwucuBW4x9ohAypZnJaQwNJ4k8fM7x { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #fc8800;border-left:0.0625rem solid #fc8800;border-right:0.0625rem solid #fc8800;border-bottom:0.0625rem solid #fc8800;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:#fc8800;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4565625rem;height:3.39404375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:13.4375rem;left:28.75rem;display:block; }
#RUd8zeA2B89lWgiq2BXhgZVTmq5letge { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row .container { background-color: transparent; background-image: none; }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row .container > .video-iframe-container { display: none; }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row > .video-iframe-container { display: none; }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .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); }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row .container { border-width: 0; border-radius: 0; }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#VZOuVTaBxPR5XTVDQH1ZTyT1x3ZpHIvJ { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.81201171875rem;left:10.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lbZvLPC8rOZC9k34qfhTaOwHmy1ueMD8 { position:absolute;display:block;z-index:15003;background-color:#fc8800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:5rem;top:4.9375rem;left:10.1875rem;display:block; }
#P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 > .row .container { background-color: transparent; background-image: none; }#P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 > .row .container > .video-iframe-container { display: none; }#P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 > .row > .video-iframe-container { display: none; }#P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 > .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); }#P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 > .row .container { border-width: 0; border-radius: 0; }#P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#q4eooz5lWm6DoaEvwS1MTXkbs7vyf4Ub { color:#ffffff;display:block;width:54.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15261;line-height:1.3;letter-spacing:0;top:2.373779296875rem;left:10rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GvlMShAacfvtM1aSHaaTkWRyWLB5ma2O { color:#ffffff;display:block;width:30.312rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15262;line-height:1.3;letter-spacing:0;top:21.1875rem;left:0rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tc31XbCXeVdAWPpaSKbk7hCT26NEuhZt { color:#ffffff;display:block;width:27.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15262;line-height:1.3;letter-spacing:0;top:21.25rem;left:47.625rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dMKL4GmJdqI37yNyVyGETIKsArIxTghG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15264;opacity:1;top:10.75rem;left:60rem; }
#dMKL4GmJdqI37yNyVyGETIKsArIxTghG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#kSQTyoF7c48743xfLDQVmTN1ieI3FnOg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15266;opacity:1;top:11.25rem;left:13.8125rem; }
#kSQTyoF7c48743xfLDQVmTN1ieI3FnOg > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#uJ9WzPcxuynvWe4rrszPb6us1m02md7T { position:absolute;display:block;z-index:15266;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:12.375rem;width:12.375rem;top:6.125rem;left:8.9375rem;overflow:hidden;display:block; }
#CMS8WwOHT8APZHmqXmPPx1zRqLTveWMP { color:#ffffff;display:block;width:17.9375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15277;line-height:1.3;letter-spacing:0;top:21.25rem;left:29.1875rem;height:4.3857375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nn2R20eBh6UI5zsmMXSuDInBKuNVX5x5 { position:absolute;display:block;z-index:15280;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:12.1875rem;width:12.1875rem;top:6.75rem;left:32.0625rem;overflow:hidden;display:block; }
#uckGT1JrtyBlpSbv0HS3HwPlUK3rXRSO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15279;opacity:1;top:10.75rem;left:36.25rem; }
#uckGT1JrtyBlpSbv0HS3HwPlUK3rXRSO > img { max-width: 100%;max-height:100%; width:3.1245125rem; height:3.1245125rem; }#s1pXQXWV9aGNKKSusJ9UqTdo6etxw6Vf { position:absolute;display:block;z-index:15265;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:12.375rem;width:12.375rem;top:6.624755859375rem;left:55.125rem;overflow:hidden;display:block; }
#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row .container { background-color: transparent; background-image: none; }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row .container > .video-iframe-container { display: none; }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row > .video-iframe-container { display: none; }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .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); }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row .container { border-width: 0; border-radius: 0; }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:75rem;position:relative;display:block; }#LiMHbsJkM0uUmF1xDs55LVdhXmgEwTB0 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.8115234375rem;left:10.125rem;height:2.6001rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PDLJdT0J1Z9nPT3HvWCAFhlSQQANsV01 { position:absolute;display:block;z-index:15003;background-color:#fc8800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:5rem;top:4.9375rem;left:10.1875rem;display:block; }
#ZQV5aTkqErPlehewce5olzKrWbqQ3IKG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ZQV5aTkqErPlehewce5olzKrWbqQ3IKG > .row .container { background-color: transparent; background-image: none; }#ZQV5aTkqErPlehewce5olzKrWbqQ3IKG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQV5aTkqErPlehewce5olzKrWbqQ3IKG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQV5aTkqErPlehewce5olzKrWbqQ3IKG > .row .container > .video-iframe-container { display: none; }#ZQV5aTkqErPlehewce5olzKrWbqQ3IKG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQV5aTkqErPlehewce5olzKrWbqQ3IKG > .row > .video-iframe-container { display: none; }#ZQV5aTkqErPlehewce5olzKrWbqQ3IKG > .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); }#ZQV5aTkqErPlehewce5olzKrWbqQ3IKG > .row .container { border-width: 0; border-radius: 0; }#ZQV5aTkqErPlehewce5olzKrWbqQ3IKG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQV5aTkqErPlehewce5olzKrWbqQ3IKG > .row .container { font-size:0.875rem;font-family:arial;height:25.6875rem;width:75rem;position:relative;display:block; }#IoNXDvMfxdHEU4nsEANIWCVMcKolKTxR { color:#ffffff;display:block;width:60.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.189208984375rem;left:9.5625rem;height:23.387725rem;display:block; }
#zui1xNAdKpwadCR0RFaZFl4vrtn6BMhQ { color:#ffffff;display:block;width:22.2480625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:21.998291015625rem;left:50.370849609375rem;height:2.5986375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hBOJffbAXTDiHtTPCyTmdGJam1sdvvPS { 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:12.43725rem;width:12.43725rem;top:8.663818359375rem;left:55.27587890625rem;overflow:hidden;display:block; }
#y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 > .row .container { background-color: transparent; background-image: none; }#y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 > .row .container > .video-iframe-container { display: none; }#y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 > .row > .video-iframe-container { display: none; }#y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 > .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); }#y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 > .row .container { border-width: 0; border-radius: 0; }#y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#e54XR0UT7Df4CQPTK9Wi5F3zKO7lHMpU { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:10.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lO93Bbsy93EF1gRfOHi6AKq9rV01m5lx { position:absolute;display:block;z-index:15005;background-color:#fc8800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:7.5rem;top:5.125rem;left:10.8125rem;display:block; }
#vhcrkh9JTkCwktukZgHKkX5okVZN193T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#vhcrkh9JTkCwktukZgHKkX5okVZN193T > .row .container { background-color: transparent; background-image: none; }#vhcrkh9JTkCwktukZgHKkX5okVZN193T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhcrkh9JTkCwktukZgHKkX5okVZN193T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhcrkh9JTkCwktukZgHKkX5okVZN193T > .row .container > .video-iframe-container { display: none; }#vhcrkh9JTkCwktukZgHKkX5okVZN193T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhcrkh9JTkCwktukZgHKkX5okVZN193T > .row > .video-iframe-container { display: none; }#vhcrkh9JTkCwktukZgHKkX5okVZN193T > .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); }#vhcrkh9JTkCwktukZgHKkX5okVZN193T > .row .container { border-width: 0; border-radius: 0; }#vhcrkh9JTkCwktukZgHKkX5okVZN193T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhcrkh9JTkCwktukZgHKkX5okVZN193T > .row .container { font-size:0.875rem;font-family:arial;height:34.6875rem;width:75rem;position:relative;display:block; }#smTmXoAGuWe9XA2LAquBABRB939Xuvms .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:lato;color:#ffffff; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:lato;line-height:1.4;overflow:hidden;height:auto;color:#ffffff; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_b9f7d8199802708a5a823cdad6669b0c97e6bc3e.svg");background-size:contain !important; }#smTmXoAGuWe9XA2LAquBABRB939Xuvms .accordion-trigger.adaptive-delivery-prevent-bg, #smTmXoAGuWe9XA2LAquBABRB939Xuvms .accordion-trigger.lazyload, #smTmXoAGuWe9XA2LAquBABRB939Xuvms .accordion-trigger.lazyloading { background-image: none; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms { box-sizing:content-box;height:auto;width:58.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:1.224609375rem;left:9.0908203125rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#smTmXoAGuWe9XA2LAquBABRB939Xuvms #kzL0cwCJdDf2wQgZ9a57FP85fVzgPss4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #HZggf5IDJCr0hFOJ2v7fSA6hGmqawTCN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #CJHdXbu5CTgFwv28m6PcLr4rBwWoUimT { display:block;position:relative; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #HVk9fnf9Roxf7kv2iCKUx7TOoHDKhSGF {  }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #WU3EAA89PKLUN0pZHvUDqFuhaAbZSGLD {  }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #NEDs5TWw9tfuaL7sL7nc73MT9s2v1PMZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #QizgeLDsAihTfyt1r2rHHC0tSMDAzCM0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #o6dJVlM9mF8qaBbpvN8O7ndG2iaAeoLe { display:block;position:relative; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #xXwGMg20ikiDPNxkmFZC9Nw5fTdA38m3 {  }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #JumS26FAgpCBZvQVLlbMTFb0BBycoKtI { display:none; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #X7ZdT1K0T21tf88Un5qf51NG2bGZ57d6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #pKBgBf8eydvSv9fRB7hG1ARLFemnPcVE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #BsvJO0TaiQ51TRqXF5A3eflPr3MFaHeo { display:block;position:relative; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #W2HkEmTRTpIExSwxgVDKdDn1SOh0F7lx {  }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #M0uLWNRIVOB9XnQ8n8Eh2yK8up9UJFzK { display:none; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #kTuUxPVQrgPd9rwU1gaZEEZzgqXyA9ET { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #LCetQ1Gsqc0ICRFEw7F62Lq3fo95oXC1 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #wkL0TvS8gTn6EwC5yCHdggEZF4kxV36S { display:block;position:relative; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #u9eBI0M2kdqFiatTvG52EeDcJAPAJRhO {  }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #OKF49ZFTLewBwCsGZraQBNTK9W453gaE { display:none; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #vzpd6Vb7H81wBxGTOiu2y3q6b0Gmv3kb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #hGD9vARqmdio0Cg1zcAW1ESuXDvxrKgw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #vXKy3coRSTJuEEumUqsMgv9hm9E8amCm { display:block;position:relative; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #qvCMCpUC3MLmGnFity1s0VTDNC7BZQlz {  }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #q75qfaQ4fBN7m5rKS1TsHyr5GJVd6hnF { display:none; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #JJLSv9MTBAezJPR5fDtJ1Lsn6tSWk7hw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #xBoBcUffp1Gw1zRK0LiMSycCSZsMMQWy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #aCRR44g47c2rchEeLiAgh9VuZTshmfv3 { display:block;position:relative; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #BoXx0d1k3Z2bldR7JnZasPVL4hHy6Maa {  }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #MX88TUl2V2RLES28zwQVeCxOBtnQaUh3 { display:none; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #FCTmszOp1FgwLHPSr7JLvPlOCRCWTxJ8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #rNUzFqSpsM2MlpRENWP0Pq4hpFe8Bxg2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #UQFCMtzoXphCLC0yMxW7ICbJBCWyQVEC { display:block;position:relative; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #rqk2XCxfmCDAaMQN3w7BV771lKqQ4M3r {  }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #EvVrc8VkfwcHGO93lTvaU8cVVhUMloxM { display:none; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #AP5TyupmUBKDHbUsDZFaDAPPW5VmidyW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #KosHaNz1qxpywJa0DxTGPAVGemlQN4io { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #hCog9oT2XQeiFg3T9NrtkHlSimJ5kT6c { display:block;position:relative; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #M6980zEKic50npisKPIaJnoxgHObx86d {  }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms #NpbU4mRMAx2vG3x1RfmkiPtA7GDlEv5f { display:none; }
#AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp > .row .container { background-color: transparent; background-image: none; }#AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp > .row .container > .video-iframe-container { display: none; }#AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp > .row > .video-iframe-container { display: none; }#AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp > .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); }#AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp > .row .container { border-width: 0; border-radius: 0; }#AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#w44ONbt1zBhLq19b4qMaoq6JTpQ3HCbC { position:absolute;display:block;z-index:15005;background-color:#fc8800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:5rem;top:5.125rem;left:11.6875rem;display:block; }
#Of0vl2HQSeXZ7kUMg9bEUigWMA3MGFtt { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:11.6875rem;height:2.6001rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row .container { background-color: transparent; background-image: none; }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row .container > .video-iframe-container { display: none; }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row > .video-iframe-container { display: none; }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .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); }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row .container { border-width: 0; border-radius: 0; }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#EOs8mL8sOR7n8PFpMQBoZAeLfmy5w6uc { 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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.6245rem;width:20.6865rem;top:0rem;left:0rem;display:block; }
#JZWmihWwV4fmCrzCFBoEnwWqBxOWL6Bt { color:#000000;display:block;width:17.3123125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:10.3125rem;left:1.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#HoZlFirG77edT4UZ3twcK1vLFtJr5QUB { position:absolute;display:block;z-index:15002;background-color:#fc8800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0623915rem;width:18.125rem;top:11.625rem;left:1.4375rem;display:block; }
#FWdmlGWltTpb5kIXy6CLdAacqgONVDXh { color:#000000;display:block;width:17.4370625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.125rem;left:1.5rem;height:2.598875rem;display:block; }
#ecm3kOGV9N6hpADgU6K6cI4tBsTsOzDX { position:absolute;display:block;z-index:14999;height:18.687rem;width:75rem;top:0rem;left:0rem;display:block; }
#EAuh8tSCEFZE66oM9pNEcv0HUsKicmwE { color:#000000;display:block;width:17.4360625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.75rem;left:1.625rem;height:1.29980625rem;display:block; }
#FNeDXEMZMIPsg3Ko0xgTivhJhcFSC2Zs { 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:7.56225rem;width:15.24975rem;top:1.24951171875rem;left:2.716552734375rem;overflow:hidden;display:block; }
#Fn3iI3CN2qoW47inyv4Laz4bISXTllOD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#Fn3iI3CN2qoW47inyv4Laz4bISXTllOD > .row .container { background-color: transparent; background-image: none; }#Fn3iI3CN2qoW47inyv4Laz4bISXTllOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fn3iI3CN2qoW47inyv4Laz4bISXTllOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fn3iI3CN2qoW47inyv4Laz4bISXTllOD > .row .container > .video-iframe-container { display: none; }#Fn3iI3CN2qoW47inyv4Laz4bISXTllOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fn3iI3CN2qoW47inyv4Laz4bISXTllOD > .row > .video-iframe-container { display: none; }#Fn3iI3CN2qoW47inyv4Laz4bISXTllOD > .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); }#Fn3iI3CN2qoW47inyv4Laz4bISXTllOD > .row .container { border-width: 0; border-radius: 0; }#Fn3iI3CN2qoW47inyv4Laz4bISXTllOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fn3iI3CN2qoW47inyv4Laz4bISXTllOD > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#pOS86mqM65bkKfD1xTlB5vcF5QDUiecN { position:absolute;display:block;z-index:15005;background-color:#fc8800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:5rem;top:5.125rem;left:11.6875rem;display:block; }
#kT6Pkowqi1bIQO1L8FCi085prHSXXcqG { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:11.6875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a7593fdce31c48263a917bb5c2eaa903.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(202deg, #4c4a4a, #fc8800);background-image: -moz-linear-gradient(202deg, #4c4a4a, #fc8800);background-image: -ms-linear-gradient(202deg, #4c4a4a, #fc8800);background-image: -o-linear-gradient(202deg, #4c4a4a, #fc8800);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4a4a', endColorstr='#fc8800' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4a4a', endColorstr='#fc8800' );";background-image: linear-gradient(202deg, #4c4a4a, #fc8800);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection *:focus-visible, #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection input[type="text"]:focus-visible, #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection input[type="email"]:focus-visible, #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection input[type="tel"]:focus-visible, #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection textarea:focus-visible { outline: none; } #g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row .container { background-color: transparent; background-image: none; }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row .container > .video-iframe-container { display: none; }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row > .video-iframe-container { display: none; }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .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); }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row .container { border-width: 0; border-radius: 0; }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;position:relative;display:block; }#sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection { 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; } #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection *:focus-visible, #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection input[type="text"]:focus-visible, #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection input[type="email"]:focus-visible, #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection input[type="tel"]:focus-visible, #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection textarea:focus-visible { outline: none; } #CxRRgvZz1JTaWaNxIffW9TItpUGpTKu3 > .row .container { background-color: transparent; background-image: none; }#CxRRgvZz1JTaWaNxIffW9TItpUGpTKu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxRRgvZz1JTaWaNxIffW9TItpUGpTKu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxRRgvZz1JTaWaNxIffW9TItpUGpTKu3 > .row .container > .video-iframe-container { display: none; }#CxRRgvZz1JTaWaNxIffW9TItpUGpTKu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxRRgvZz1JTaWaNxIffW9TItpUGpTKu3 > .row > .video-iframe-container { display: none; }#CxRRgvZz1JTaWaNxIffW9TItpUGpTKu3 > .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); }#CxRRgvZz1JTaWaNxIffW9TItpUGpTKu3 > .row .container { border-width: 0; border-radius: 0; }#CxRRgvZz1JTaWaNxIffW9TItpUGpTKu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CxRRgvZz1JTaWaNxIffW9TItpUGpTKu3 > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y4qeHJNnPThcNOm14LthdVEuIHVDXvXG { display:none; }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HLeCaEV46NcXkm2AiMn7T9DOdCDGXF8N { display:none; }
 }@media only screen and (max-width: 763px) { #qBnACy3RiQgz4LAxXrnGRuxwc78nFvlQ { top:1.5625rem;left:13.9375rem;width:8.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #QclICrey2BnKiLcHoTtwZD2fETHN6gcM { top:11.125rem;left:0rem;width:10.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzHqib7proW3mHthSUWmem0uKdfeRlrw { top:9rem;left:0rem;width:10.125rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TLSNehIzhulpZUywFbCVr0NfhHwmGmVA { top:6.5625rem;left:0rem;width:8.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #imZ3xpq316byNTgkmaEempOhxp9MTXGh { top:1.5625rem;left:8.625rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6vyV6RypIvx67CLoqbinH1SfSSLQWtT { display:none; }#M6vyV6RypIvx67CLoqbinH1SfSSLQWtT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 { display:block; }#IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GUpDnrSsPUeV4wQ9QOehh4nFTmoxJqsH { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #N14DPhIp5D5hJwG9TsIorK1HG106BuTA { width:1.25rem;height:1.375rem;top:4.25rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yThf0SxT5RTdaTGpfm6dUriaG9vPFd5h { top:1.5rem;left:0rem;width:3.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpTXkqfzPNquFiXXC1FJFn2P27mdqPGK { top:1.5rem;left:44.5rem;width:3.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahUJff5lBkJwTarAAmrH8cnmsvdLxFBX { top:1.5rem;left:41.375rem;width:6.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #paRlaAGTihSaktDHXOFeeH8gf9UAnF63 { top:1.5rem;left:3.62353515625rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcLtPi6a213svWhSBRiQc8QxQXmzD7VA { top:1.5rem;left:28.248291015625rem;width:11.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU { display:block; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3iTuVVyNFTqAGQRTZbgCyC6HytuV8pR { top:36.0625rem;left:17.625rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKWgHInPu1ULI7v4DUUySvRhQGFNB907 { width:7.0625rem;height:1.25rem;top:4.25rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPAfD8UsqZSiF53IW5mAedMEOcvGs2l1 { top:18.875rem;left:0rem;width:47.75rem;height:5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZywKu4SZply1J88xPB0CTAmtWbQlxWT { top:25.875rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2lvHJGlvsm8ut7u4fX57EduLOGSbuAE { width:30.375rem;height:4.125rem;top:32.4375rem;left:8.65673828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZElQTbAk9v6TCXTIT4VXznxVTTD8ITa { display:block; }
 }@media only screen and (max-width: 763px) { #gyls1PAOmCX96v72dkzg6pvisLKhLG4F { top:38.75rem;left:7.529541015625rem;width:32.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6e1FFhJE36qElEstfhzQx3rBgSkkI6V { display:none; }
 }@media only screen and (max-width: 763px) { #SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 { display:none; }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v4umdJuXtZ9Om45t2I8JNGG6StGCVcVz { top:1.75rem;left:0rem;width:12.4375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qG0uQFPI0yN1MIP5CblVV2ll34Xr3KiD { top:4.9375rem;left:0rem;width:4.9375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ { display:block; }#Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6eXeig25EhV15SVix9yNvKDwNMKeED2 { top:2rem;left:0rem;width:47.75rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxOccJguA0f0oXGUJfi39FOPqHQIpgVR { top:21.125rem;left:0rem;width:43.6875rem;height:16.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgLQb77zshpQmvJvghuW6W33fRQcnTJz { top:19.5625rem;left:34.1875rem;width:13.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLf8yXQZUtngTc3zi33808wmuOuCq7BT { top:33.6875rem;left:25.5625rem;width:22.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVDie4KrzGTVMPs06LMDBtND6m3lTKgi { top:38.9375rem;left:0rem;width:26.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFM239cO8N44SgBqSgx0g0tO1nQvaQLo { top:38.25rem;left:20.65234375rem;width:9.3125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfzFrcPK9TSG8aX07MbaDs31oE4zqC2h { display:block; }
 }@media only screen and (max-width: 763px) { #pviQTQpougqoXaLfARSGGsTwykHom4Km { display:block; }#pviQTQpougqoXaLfARSGGsTwykHom4Km > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS8uREEMrsLEZqUuzgRuqQ93cJAVLs67 { top:1.75rem;left:0rem;width:33.1875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ziv5ecyHxb1dPnZvIA9XtFxqJLJH1c5X { top:5.1875rem;left:0rem;width:4.9375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT { display:block; }#edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvpxzZuItKgz21hWUlXMpTbwBO0mR5Um { top:1.4375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayKTbkoChmyAQey7azrfcrotBsM5HlQd { display:block; }#ayKTbkoChmyAQey7azrfcrotBsM5HlQd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS { display:flex;height:auto;width:27.75rem;top:2.9375rem;left:0rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #JbbkACNnCN7ta0DroXm5SduI438OLVCl {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #cXXJvrag3rZPi7a6PZVK1RrZnGvSfIn1 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #yxA6azxBLx41Qy5t4190Z3WmB9UgopO7 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #SHDAC1zdKrOHRS9UDc5oTFMo7pZFGNf1 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #aXvsotI5oGcCZO9g5iMQTzPRoNvfweEd {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #V6s9R7BT5BT0ATVUUmFhcTSqpAx8cq22 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #cGKsQXtf6HMcRz87KLbn3IJWx9W2sHsq {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #Uq8STQxMzQkvRAHMgyXNOv8gAfhnZbNL {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #n3a7TrlZE1mOycaILVPOQ7Ktv5S2yoyI {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #UXtC4LKVqaPoUzeQQJTtW72I3Jaxv0IQ {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #yvbqE2S7tg2VbiqxqsWlElEGDsFuDLMy {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #xe7EOXG6CfTAVSGOAXtiJwbyoCA2O5Pc {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #hnMHgnwLMtWRAQ3cmCrnxZiW7sCHZFwT {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #Mbld0PwLJW05XL71dGuBpJqvd8TlN77N {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #KxkEXElpxGdSKc58X8SDkTVTeT7uMiGt {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #MonLawTBxhaCVQTX5BKOTAnrvgtZTQWx {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #TUcJXVyCgLo0rpZkfsDl5CzFXBbZZZlJ {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #nCJ64TuTaUTF1rdtSMilvo8dpc3V2cEq {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #TR4BIfvLKJtLTw97Eii2THaTJKmAw7gQ {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #fk6e6w8ldBfdvqdxOuMCw3WgRKwVVpoh {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #Uw81xHNnlEMhayDzX8OHiFNuV2E4C3rV {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #thwmb6Z4dPE9W2V58wTI6Pb2DBBP0H7o {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #A0eP77Gsx2AARPzOoKFisEqZoMtrMsev {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #qpSdiMnRf3iRAZDcnor7cQLhz03rhL3J {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #xcdWAGESkUlXrulzcfzgarpo2Ah0mdFm {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #exhTdzy3PuPLPQbe8WXEJyT0qzWxRWdf {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #OQiH5rimnkqfqbSlOXQLVSm6A5BLoMC2 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #cJXVEhnXMH4c4y8G6KMb2P4RDs7u3Fwb {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #Gqcr70roR7ecQnBMZFD4qTM0GtEAEQrW {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #hl8JMNtQRgcNhdFffeKPr1nV4sclNNdv {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #y9eeNHEpU1PkMO7szUcbX5o368dEG9h1 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #vFLlSgTMBEnSMKEzN6gKbS8xqirRwutV {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #PMdO2H70LVI19MN4Xe60QbORa9ZwmWbF {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #A0MMh1GaMNgCzWXPsB3xticft8VMTvWW {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #gKc8HTGzHJXIPJJphE0qzNLnBiMWITCA {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #dbIuuiJ4ZBqwLWEK0V5wK1UcmCZ390zc {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #gpbmU4qaw4neSNP2NO1EAa6iW7y7uJys {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #ZPu5WFD7EoUb9vfsa0evXN0Z5uHaId8x {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #b8CNQh3bM2odp0WPh5qi7GwTmVEEZvDg {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #urBSBAnHEwUyQK7mQTn8HBtFZEAJKySn {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #aTQeCme1eOLOE6LDRbGkznCM6TLBhuf9 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #ptk1CtlRIPeXDVxnweaQ92W9AToKzvBF {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #rhTlwROJ0KeEqJ0kOrt74brQxTrwHDRX {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #EdaLoTSBL2AB9dzB4E3w1LrW4aGV7rwJ {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #yDopoHsMv1ZF1JckCCzzFn86wfzELxw8 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #bLf0DZJzQuS0s1dTFyJwhJ9Ilkhs2D07 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #HeoNyApDPB1UenzrL2WUyUToEo74l4PT {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #NC9Pi2pFKxrUddoCXyKmD4OJTxaNsFSl {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #CBW2XkrKafXa1yTgnSIitOOkPKrme0zC {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #FBD24xzllk8gcAFwaaqSJ2rpACnussw7 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #JslFC280cKk33t3oP5uDIqh0KiFJ4SaU {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #ACu77N2kui81bBXgr31ldMUNcWNMWDfb {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #m65tLvzcZ4cOZuG42Ah9EXpXLntkdSUZ {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #KhnaxETNQWvHnnyFNVZlr0dHQ9Kaq8oZ {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #vNZH2HBu6fqg16r9iiOEB0ZAUkpBn6Ug {  }
 }@media only screen and (max-width: 763px) { #c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa { display:block; }#c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8DUEyKRai8Wd5320vWdRcH3nbWE67VT { top:1.0625rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuK9U9Uv5ocRItMImLDTdnbXGlCXTHTf { top:2.875rem;left:31.0625rem;width:16.6875rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C24mqqfpwCLWVuVLG7n5xWsJT24HqSfB { top:1.0625rem;left:13.5rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A78IZbT3Zbr5uByq3Ng7uty5KPLOoNJt { top:2.8125rem;left:14.248779296875rem;width:19.1875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvxarl7m1sqG2hfbxL9IE9aHJh5B35BT { top:2.8125rem;left:0rem;width:16.6875rem;height:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8QSmutUZWMlk4pr261sMBcXi0GTuIc4 { top:0.8125rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT { display:block; }#PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2luOQLLisDsKGd8mDBIDxySvubK8935 { top:3.9375rem;left:31.0625rem;width:16.6875rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRtROcMk0HC1Bim01wbazCGiP1dZCg2r { top:3.9375rem;left:14.25rem;width:19.1875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrC1giuJT70qOzP1n7G008o4ZhVu3NfH { top:2.125rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDkkFau1ebTHChhLNfylDyyisCSIBTgE { top:2.125rem;left:13.5rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2eUg9RrWl20nDCx1cLGlikFJMoWhUHx { top:1.875rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkfXdtDJucm4N88OiHCWT3QRInfFFLzl { top:3.875rem;left:0rem;width:16.6875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh { display:block; }#rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4NuOpceodG3uhVlopKgRFQgXIuqeCFD { top:3.9375rem;left:31.0625rem;width:16.6875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkQn0PtyJGCSAg6NQeLtAbplAOTs3J5w { top:3.9375rem;left:14.24951171875rem;width:19.1875rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyfHR1m61g6TqOC0Z8pNyueUJxeVsGgT { top:2.125rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuqPobehTP09y2TfDxJEuiO0KARmr9qN { top:2.125rem;left:13.5rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZfsDlJOBm6Td9HP9pdGOZneMK0nIgpa { top:1.875rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utVaeiVBbXO7IhQHhtqpn6ETeXiOXZEC { top:3.8125rem;left:0rem;width:16.6875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 { display:block; }#DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zsrv27LsXfHEihfmSVRlz8vCDCOzd7Xt { top:3.9375rem;left:31.0625rem;width:16.6875rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu4BeHeJdHsWkPccyQzV7V3rrfdctE8s { top:3.9375rem;left:14.25rem;width:19.1875rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0eiTrGwRclBWXthvmVG1ZVWs0hG3pKB { top:2.125rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOzsm1BypszRZnkHdbE7pECazKkzZbSZ { top:2.125rem;left:13.5rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFgrFdLTeKAFKycIQGos3eBu54adM0BM { top:1.875rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDT0TtWu5HAPT5LLXe4AdQKalaTmEMq { top:3.8125rem;left:0rem;width:16.6875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif { display:block; }#wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyy034mfVHuthMXITCrPQilODiP4bHNG { top:3.9375rem;left:31.0625rem;width:16.6875rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpMz948e0MTE7CTCMlJLwAlLxPShdl0e { top:3.9375rem;left:14.24951171875rem;width:19.1875rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELyaRIeWLMk7moFTd44A85JMUleNkqtz { top:2.125rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sffvvvr5wJy0kiePXJagqgvAIP6QhpNG { top:2.125rem;left:13.5rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN7zNCn8CNBspLVlPAtQUkxMgkd4MK4R { top:1.875rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cimTzHfAO0uSUSlGGNeX3L3I5hO5cqCH { top:3.8125rem;left:0rem;width:16.6875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI { display:block; }#xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUk7c3aoMfq4fpNxusS1nkHJT8nd4GWw { top:3.9375rem;left:29.75rem;width:18rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwv7pg17lp4heMwQvMNJkCNGOwTeS7z2 { top:3.9375rem;left:14.24951171875rem;width:19.1875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1z5Kgt8ibklKHCzLwkPL8c5pCItEaDO { top:2.125rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR2woJN8eBcZHuN1Z4gJ5VnVnszQB28T { top:2.125rem;left:13.5rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLUGWcAFlVtv7EzUw1IvhoLFuNd74DH { top:1.875rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBwq8TSNhvcTPQgKxTzgrWTLvCzlipbw { top:3.8125rem;left:0rem;width:16.6875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc { display:block; }#OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdVU24vB5EvrtkK0HL8fUVkFEvOTUTEQ { top:3.125rem;left:15.9375rem;width:16.6875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls97AJ77tKWC2PgWlKqBt1a8MewObqB1 { top:3.125rem;left:0rem;width:19.1875rem;height:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1iENqblFCSiDZs9Ei9vwTikpoJHo5JB { top:1.3125rem;left:13.9375rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVVX6CHGEm40xBuJKWLB3MKQZRitMdnU { top:1.3125rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqx1pPd4HBlomv6117ilGX4OQc87aTTK { top:1.3125rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF6e2AQzMQd8qD4U8pryfJPFrkFOBI06 { top:3.375rem;left:29.75rem;width:18rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 { display:block; }#UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTVctEmH0v5lOmzC4KoH6iT2Dir1Prww { top:3.4375rem;left:15.375rem;width:18.1875rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSQelWRbvcWh9M5bux755vKW48QV94RQ { top:3.4375rem;left:0rem;width:19.1875rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSBqEa40GAkzOwEfcUN4dRmt0PL1hb02 { top:1.625rem;left:14.1875rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWK1QJ4rK3S8oEBNX2THPT01xq0slfE5 { top:1.625rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgh0qvqheMCBAWZdZuUFT6ScShpm0lzl { top:1.625rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REUXbSMDKDccESwQu854NUPsFq7xR0mk { top:3.625rem;left:31.0625rem;width:16.6875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwHtgsumsrTzElQI98UTu7bBtJekf3p8 { display:block; }#IwHtgsumsrTzElQI98UTu7bBtJekf3p8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ehg1fiTZqZOIDxPn0ghNgLkwwsXuI9Ui { top:4.375rem;left:0rem;width:19.1875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSXk14QvhuCZA7zi9oXtfBFRxizQlw4O { top:2.5625rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik7ZphinAEchLc5d90XgPWu82g0Lb87m { top:2.4375rem;left:13.875rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6tmfDa63Ol9XLo2y6wFuNCJzPMhmMyx { top:4.5rem;left:28.5625rem;width:19.1875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThzEV93pLIW0w9LJpbptuf3JXiCTc3T6 { top:2.6875rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA2lzMaHDLQ72uc1vnKltuNMWpUEARyr { top:4.4375rem;left:15.8125rem;width:16.6875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ { display:block; }#kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxuAOrK1wBuO3KhnPom0leUfe2FKqekJ { top:4.375rem;left:0rem;width:16.6875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm0MAQS9T3mMDV0CVNg32JZXXTvlPdmp { top:2.5625rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVX1MpTLMk9BJltAHhRlicpn2Zg3BkG6 { top:2.5625rem;left:14rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCCnhIlXL0S7kgufsSxhJgq9MOzatZB9 { top:4.5625rem;left:15.9375rem;width:16.6875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnEki4NUVJLnyPbvpPVJW2CJJTfD5vWw { top:4.625rem;left:28.5625rem;width:19.1875rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1G7Pz7mCdkCsECoxMeIUgrPsG7lSpir { top:2.8125rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw { display:block; }#LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZD5TOFtPIwUyndrTqgla5JkvuAQiTfJ { top:4.25rem;left:0rem;width:16.6875rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRnFvHA5qrGBZ8Gk68DBQKMGMVMyTDSk { top:2.4375rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faGNwIbW4X0pmbehRKHR24RMTFLcRUNb { top:2.4375rem;left:13.875rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiEivZ3RMJvbCq2czy58QLNhVvPLZdHp { top:4.4375rem;left:15.8125rem;width:16.6875rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuVlEhc494EUXLXiUaTpw4IEa0Cen5Cv { top:2.6875rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGogJWIThkLV0hTkF8HtzVKstnq6Vc6P { top:4.5rem;left:28.5625rem;width:19.1875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpSAGc13RETLLEuzi45736waNo4PUKG { display:block; }#DOpSAGc13RETLLEuzi45736waNo4PUKG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQyau6eNoegbF7NsTL8p8ivnQJXMKUvF { top:3.75rem;left:0rem;width:16.6875rem;height:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydxosN9yqAXPfTttUlTV9UVGpRgwqxeV { top:1.9375rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtBoyICyfaxGtnzviH3VIXQOpvJ9PQod { top:1.8125rem;left:13.8125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0bnkXT66W6BpED85FAVqavpKz91yJJz { top:3.875rem;left:28.5625rem;width:19.1875rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBa2Um9WhgzH2tvw5sAoarg7NlyFtphv { top:2.0625rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRLJfAFkHriIPVbM2El1nOet64b5Aaip { top:3.8125rem;left:15.75rem;width:16.6875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfqUn5OnmAaf253o540bqCiTRpcTnVDk { display:block; }#HfqUn5OnmAaf253o540bqCiTRpcTnVDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plBP4l6vXZ86Hg2PRTMOC5kRqKRu1Z3i { top:3.25rem;left:0rem;width:16.6875rem;height:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTofVB6aDFv0ztQat5saDSMkOZVFJ8el { top:1.4375rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTbuISZAkIxzUBzibpiJuqTC33mFL0ot { top:1.3125rem;left:14rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsrXqay5T4m13ErDP0yBxTbAD1IoKGyV { top:3.3125rem;left:15.9375rem;width:16.6875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCXGLPQTglkOzHaK78OMlXHIHuy21KzR { top:3.375rem;left:27.3125rem;width:20.4375rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq7TVoWXCJTsZ2XOWrmluAb4GJcuI6cw { top:1.5625rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC { display:block; }#zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Luoa0wvZ20khK7L4eW5xCmvo8NM2QtyO { top:3.4375rem;left:0rem;width:16.6875rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnf4Nb57xaBNsarIzusB3IJRUJOqNal8 { top:1.625rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8i7CpkC9EO38m5r8Ab1vkvySxiiO5sh { top:1.625rem;left:13.9375rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZEUZPkq9krcGPZn1w58nJTeMRxpxccE { top:3.4375rem;left:27.3125rem;width:20.4375rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS1MW7Z6aMbdwBRXlDM8y5S1N4Q8h9M2 { top:1.625rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0buRsvwPmv9BgNyKNQxnNHGN5951zUm { top:3.625rem;left:15.875rem;width:16.6875rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH { display:block; }#Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmKgtwZpQTiVmVP94MyRfpMBFKrMKgub { top:3.6875rem;left:0rem;width:16.6875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRohOO1K7TT6lHzcBO2gMFV2Uzv0XLrQ { top:1.875rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKyUbgTFF1GTeeLarXTeR8NFbvCISI0G { top:2rem;left:13.1875rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9uhxMVvX1VECC5NnnVu9PB65F101dTx { top:4rem;left:15.125rem;width:16.6875rem;height:13.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oggh9PrGbM3IxLVetp3VNcOqE5GnZ77p { top:3.8125rem;left:27.3125rem;width:20.4375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuEut9EXXU94OwvwQ8LquSVbiZqg4TJ3 { top:2rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs { display:block; }#mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8Tve9MWup5LbH4wT3rOZEhJS9a3ihyF { top:3.5625rem;left:0rem;width:16.6875rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBfAJ5XZuRC5htilqCfT5EQLf45ALPUp { top:1.75rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqXRvo68oQZ9aZ3SX75hwkERcqzObaGL { top:1.75rem;left:13.375rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #deuKMwKTLTxfBFFLu2VGpIRTl4K1mRqu { top:3.75rem;left:15.3125rem;width:16.6875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vthuV3WP4flVTlWMLhD2G9EUrS4hfPa6 { top:3.8125rem;left:27.875rem;width:19.875rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciHhUMtME4rSVTdLdqQBvzs5f9ISk3AL { top:2rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN { display:block; }#TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMFAHFD5e0KXJf3hUiSfBn0a6w3ndwTx { top:3.6875rem;left:0rem;width:16.6875rem;height:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPDzpUKTttoVqrckZqz44TI7Qrp27bCi { top:1.875rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7L2vrffaJEMqHdR8FBgpN0Rh8g20QTP { top:3.8125rem;left:27.3125rem;width:20.4375rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwSWvbwCLF9elLdZWapBI9016tf9bxdz { top:2rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAvI3tPUuhpPC2yIOz9Ipc2yibbplZzB { top:1.75rem;left:13.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tleKXUKtn7ImzfIvpwUkhEJVQBI8sftX { top:3.8125rem;left:13.875rem;width:19.125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC { display:block; }#a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHtSZdSSGFA6TgWP0C2g2dtA3tpau6ow { top:3.9375rem;left:31.0625rem;width:16.6875rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIVHABEWNsNac5TG2o51HLnwZMXi2yxs { top:3.9375rem;left:13.65625rem;width:20.4375rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx7LrwMtW7oQV64f5QFeTkf0sBc1eGuh { top:2.125rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN2VLq9PI2Ec9bgdfIUumbyZFSKnVE5n { top:2.125rem;left:13.5rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s95AnifzPNJws9tMMWUoZs6Pr90AOX2I { top:1.875rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDVhTnOcacFQ3Ozbs2iaCVzFmCsFcMfS { top:3.9375rem;left:0rem;width:19.125rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBJVELTvod768rHO9BnT0Zwc27ySADeB { display:block; }#lBJVELTvod768rHO9BnT0Zwc27ySADeB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z76cIbILbTXnBoJiDQgTvy0mLTFuos5Q { top:3.9375rem;left:28.4375rem;width:19.3125rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma7ZPaNBpUOQc8T1VMA0yEL6fTDTsUSD { top:3.9375rem;left:13.65625rem;width:20.4375rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4W110asvRa0gHbmkrhoS7opBXcUAHDa { top:2.125rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzys6ifmTtwEDT0QQzMfMtL8GP6MPZHz { top:2.125rem;left:13.5rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFJsbMtvCsVtlD1fem8qkCosnyC7p2Pl { top:1.875rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1pOFmvOXWJSsX9ygXWpMSmVdpOqnohx { top:3.9375rem;left:0rem;width:19.125rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAoftw0UhcTDSa2xS5awiFuJqPZsutLf { display:block; }#JAoftw0UhcTDSa2xS5awiFuJqPZsutLf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liyuQeZQ9fLWIxReToOcBQiJ7zKeLT50 { top:3.9375rem;left:13.65625rem;width:20.4375rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svU5s5v4AG1ZNkZdDKLPlKsDIyPLsEzb { top:2.125rem;left:13.5rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxU8vpc64BmPlFJQpZD1agpL10t2AHc5 { top:1.875rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMtkqEk3UD24VT31U8XmhPDkJbMqBSqN { top:3.9375rem;left:0rem;width:19.125rem;height:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zluT7TWOITxnDT65Kz3TIzZfuTZ96a24 { top:4rem;left:27.3125rem;width:20.4375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBk9zHvPpnIvi0AXeiq30pzrvrNyTKTZ { top:2.1875rem;left:27.0625rem;width:20.6875rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgFOSFCBVhUJhesTEPQg2AgL7werC0xT { display:block; }#HgFOSFCBVhUJhesTEPQg2AgL7werC0xT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrbzzBZADw0nad3oWzTidkV1vR9G5lS9 { top:3.9375rem;left:28.4375rem;width:19.3125rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG6hOhzLzxw4IXcfTNJM65DocrwBnxIW { top:3.9375rem;left:14.125rem;width:20.4375rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXx3OLCl1dzidMgoNqUgnvfpT09BDisv { top:2.125rem;left:27.125rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm75usVmFd5aK3oh1JoIapwo3gdpTgBX { top:2.125rem;left:14rem;width:20.6875rem;height:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #raeggiCU0X1rshDmZQHWNTrSD9Hp6kUc { top:2.125rem;left:0rem;width:20.625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0eebSaGecmiiUJkhBw9cem83QEp94uT { top:4.1875rem;left:0rem;width:19.125rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRAn0eOXXBHJqbm7IUbmiZfAHJIlpAX8 { display:none; }#uRAn0eOXXBHJqbm7IUbmiZfAHJIlpAX8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2ObqoVwZSDGLmrAfqLvSleKgNemb1qa { top:20.625rem;left:4.75rem;width:38.1875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IO8zD2McTHucyuarTDSpTNDRTexGEfK0 { top:0rem;left:1.28125rem;width:45.1875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi { display:none; }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FubzaopXQoKW4le0xsmroq89R3qiDGc6 { top:1.75rem;left:0rem;width:35.5rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnN6922xlCSBUEwcRff94psIbIE4tKho { top:4.9375rem;left:0rem;width:4.9375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha { display:block; }#Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6vgfFRs7nBm5H5gIu7J1MBThwJL9gT3 { top:3.1875rem;left:26rem;width:21.75rem;height:23.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZZ2aiJNTJB5FIoD3ChNyWNMFyVdikIp { top:3.1875rem;left:12.498291015625rem;width:22.6875rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBwvK5Hhznzk8OCvbJuV9wIct9NHv2qy { top:3.1875rem;left:0rem;width:21.375rem;height:22.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6oS126AeXzHfBZ601ubRW4sqTGETbFA { top:2.0625rem;left:0rem;width:23.75rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L45O7TspfrelfuspgKO81MrOBBcDeaDC { top:2.0625rem;left:11.99951171875rem;width:23.75rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPaKkykrby07pm3CRw6Cp8dCHcXSHR3A { top:2.0625rem;left:24rem;width:23.75rem;height:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ez0N9221bH3P7TIKeZr3T27BbxsWH3pT { display:block; }#ez0N9221bH3P7TIKeZr3T27BbxsWH3pT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zU2gsRIeXEaocJG7SFmRS22M6XADtRbc { top:3.875rem;left:24.1875rem;width:23.5rem;height:29rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAMhZBGcSQJkuTosQIfDSt6NbtwIeWZ7 { top:3.875rem;left:12.967041015625rem;width:21.75rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPUR1aEQgTqTGSUAAaeNF4c8mRSuI1X2 { top:3.875rem;left:0rem;width:20.875rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6MC7Z1On5FbXf0TvJMNSLgfecieHNtK { top:2.5625rem;left:0rem;width:23.6875rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE7VdMlG8nhu3wy3fNTKw76PNmZXs8OG { top:2.5625rem;left:11.99951171875rem;width:23.6875rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS8rGRDbX0frnJ63D8aHgMtDHaidyI8c { top:2.5625rem;left:24rem;width:23.75rem;height:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxZb0JT2btx85pDWDDLf7VwKwCradtd4 { display:block; }#oxZb0JT2btx85pDWDDLf7VwKwCradtd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcfEoesG7ROB32iWLtsbzSvOUxpR9ZM8 { top:3.1875rem;left:25.25rem;width:22.5rem;height:33.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3O2IRR3wlnOq2VBuKehcuku6KgaU9cw { top:3.1875rem;left:12.71875rem;width:22.3125rem;height:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV7S0Bt282ps3TaoddsFcFNboUGSHZtz { top:3.1875rem;left:0rem;width:21.9375rem;height:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1p6Lxcvc52oxge8nvZwIymEmVwUCbxL { top:2.0625rem;left:0rem;width:23.75rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKABXmvvC4HGpIGonQT7PHrisUxDS0r1 { top:2.0625rem;left:12.000244140625rem;width:23.75rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wti7UTa5K0vJ1DMJiPkL11hupcBshZWo { top:2.0625rem;left:24rem;width:23.75rem;height:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M { display:block; }#aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISJ3R1xKo8W1CI32riETGPWTqDdyx7yI { top:3.1875rem;left:25.3125rem;width:22.4375rem;height:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1TVAbx2tfSLof5aPAmXfVsybEOAsSTw { top:3.1875rem;left:12.90625rem;width:21.9375rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p61xXpdeVDmAEzSKh1IsSzb6TK9m1E0q { top:3.1875rem;left:0rem;width:22.375rem;height:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLIyVIkNHgHKELMlQobtzpovnC4p4fyR { top:2.0625rem;left:0rem;width:23.6875rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I67TKM7FGcVEavdFeuxTHrK0a438f73T { top:2.0625rem;left:11.99951171875rem;width:23.6875rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsvqZh3KmLeDAZFugl7bVaxvo5JFewN8 { top:2.0625rem;left:24.0625rem;width:23.6875rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l01vkVTu7z51470crTIUpa7z5O2bmp9f { display:block; }#l01vkVTu7z51470crTIUpa7z5O2bmp9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhwOT40caM8aX0eTzxcrlhd7bxEVc9al { top:3.1875rem;left:26.125rem;width:21.5625rem;height:6.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHFXh01HUpBT59aflDD3tg3r1T8w8vr4 { top:3.1875rem;left:11.96875rem;width:23.8125rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #il71iOWZk70al0eW00hWR2N03b6qghdE { top:3.1875rem;left:0rem;width:22.6875rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgIqrGCxDsRu9uqrdWL2J9OEvCiN3hpo { top:2.0625rem;left:0rem;width:23.75rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWdApkSQAxNP5Go6xRQDDi3b0o0F9WVa { top:2.0625rem;left:12.000244140625rem;width:23.75rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNKCkpxAoXOgvVoeFofz5QWBhxIFPi92 { top:2.0625rem;left:24rem;width:23.75rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbLJk1FotGTWpUzNt54eLdp3parXJnwC { display:block; }#RbLJk1FotGTWpUzNt54eLdp3parXJnwC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFdlS2zSTpXCixndBDivXRoeSZCVM44J { top:2.5rem;left:24.5rem;width:23.25rem;height:24.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoLTQgKqyNtpTPQ9tHEOP1nICS58MlBV { top:2.5rem;left:12.4375rem;width:22.875rem;height:19.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb2A7CsmPaNDcFk3r3hTuxVuN27evsDb { top:2.5rem;left:0rem;width:22.3125rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3w4a6zzqBowACdew2JAP6600bCFlfz { top:1.625rem;left:0rem;width:23.6875rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFPOmExzCXENIxxTSDCHiu6o9QHmAec { top:1.625rem;left:11.99951171875rem;width:23.75rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZcDgzvTOxTbzFFTC8w1fn3hgSAF7zUe { top:1.625rem;left:24rem;width:23.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK { display:block; }#iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qI1eOATExXcMhGdxeSrSdFISg416dVEX { top:3.4375rem;left:24.875rem;width:22.875rem;height:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsl06ATxrTsheRda0mg1rJ4VsSsOo1F5 { top:3.4375rem;left:13.311279296875rem;width:22rem;height:24.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqqSQddgp9WlDSEZH27u7JiSV85gLkTl { top:3.4375rem;left:0rem;width:21.75rem;height:23.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVRpJ0QpWsMEqLLMkoTZH2TdvSZlSS0f { top:2.3125rem;left:0rem;width:23.75rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3NQZ84T35cPRZfWXdrAESIZLl6nS5GT { top:2.3125rem;left:12.468994140625rem;width:23.75rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fATTav4gq53A40SvQFWrJJqT2ZWCLOIv { top:2.3125rem;left:24rem;width:23.75rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IapCDzON46DJp0ElPpNEr5TWFJL3uiyo { display:block; }#IapCDzON46DJp0ElPpNEr5TWFJL3uiyo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQvgmwxxnUINMBMEu7lhX8drTlRay7pq { top:3.1875rem;left:25.375rem;width:22.3125rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VU4neU38mFkp1NAdADdfd1vJ0FNHio { top:3.1875rem;left:12.81103515625rem;width:23.0625rem;height:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKhCZp2bdmG1zDxZMSseFaV4wcxknFTA { top:3.1875rem;left:0rem;width:21.75rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKUrsaTKa8uNvx1Nw5lJmg2FzFzT0Elv { top:2.1875rem;left:0rem;width:23.75rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIQwa0bTlUTRHxAdNVJv5RLFoQCEdfl1 { top:2.1875rem;left:12.46826171875rem;width:23.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft5Cl3nZ4WveETK1WUtli1RPfZVEcTAT { top:2.1875rem;left:24rem;width:23.75rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC { display:block; }#qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uArZkuhnpS1MIcdV1qrl9WJ14JVdbUNk { top:3.1875rem;left:25.75rem;width:21.9375rem;height:11rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBQMRFaq5C9dJBVemTaFboEhCJVazCOx { top:3.1875rem;left:12.592041015625rem;width:22.5rem;height:23.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti0Vy3TasQW57ffGNm83ezkmMLT1KGHn { top:3.1875rem;left:0rem;width:21.625rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgGfoHzvIhEDrJ4AuQAZgOnDdnaSaG1R { top:2.0625rem;left:0rem;width:23.6875rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSZDIIfa5Oi32lR5vTkMqGgWhEWUnTe5 { top:2.0625rem;left:11.99951171875rem;width:23.75rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrB4CqlBOcuiki1tAlcEm6HWipglma3h { top:2.0625rem;left:24rem;width:23.75rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 { display:block; }#QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKdU4waMaaKnwITb6K8OuI6M2sc9lvwN { top:3.1875rem;left:25.625rem;width:22.125rem;height:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn5bVMDLqacPi9siCNhn9p5y4wvVquqd { top:3.1875rem;left:12.71875rem;width:22.3125rem;height:17.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbgGPG43oazBf28ACk49pAfdwC4oxKGk { top:3.1875rem;left:0rem;width:22.375rem;height:22.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZVAARsB1ZAXqZOXXaT4TZ70OkXX0m8U { top:2.3125rem;left:0rem;width:23.6875rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0mhiyo5Jy0g4ttoVZly1KPEQFakKlo1 { top:2.3125rem;left:12.000244140625rem;width:23.6875rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtP4BMIwdhoAUa7zd3lz3guTQMA2SZdo { top:2.3125rem;left:24.0625rem;width:23.6875rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 { display:block; }#H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HopCAMKwByFCT583Z4ZMe3ssRTLtqdew { top:3.1875rem;left:26.5625rem;width:21.1875rem;height:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe3gNmKa7kD5QARXJLIfz2Nb0tD1Ck2L { top:3.1875rem;left:12.779541015625rem;width:22.125rem;height:24.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoZ4tZOeknwFPKALEkG9Ua34PteHhu1E { top:3.1875rem;left:0rem;width:21.375rem;height:12.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpK6yGAzPw75ND6Zky17sTy01hwB3MFG { top:2rem;left:0rem;width:23.75rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHzHcMQ6Tt1dcvl2Rd7gwFAX6ic7PLnJ { top:2rem;left:12.000244140625rem;width:23.75rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6ZUPFf6C2MUL51ZTFD64oKlKzRMtfaT { top:2rem;left:24rem;width:23.75rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 { display:block; }#DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cykt5dhN81QreRCzKos34vKtO0c4gsLd { top:3.1875rem;left:24.9375rem;width:22.75rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTeCQ4m46IfyJ2RklTHKfd1WwRAkzMl { top:3.1875rem;left:13.122314453125rem;width:22.375rem;height:23.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6IxSeEuUlCKMRIdfoZab0iatmDg35Ji { top:3.1875rem;left:0rem;width:22.125rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBBOM7F6KBTKT0p2ePl81mplQysaU5FO { top:2.25rem;left:0rem;width:23.6875rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgeskvvg9XxrkK2oDWK9gO8i2viHaJrr { top:2.25rem;left:12.46826171875rem;width:23.6875rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti93mdOtxvgI7e8Z5dGKWOKIXPaVVt0Q { top:2.25rem;left:24.0625rem;width:23.6875rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q { display:block; }#G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7upXfTn3vNCoc0RidwfQavTFEA4ddZU { top:2.5rem;left:0rem;width:20.4375rem;height:23.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3xGzFDhB18WUhIvTT33dkoAVx46s9VS { top:0.875rem;left:0rem;width:23.6875rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHfcUTdLzOgB92qA8v9rGQf7Dti1fnnG { top:0.875rem;left:24.0625rem;width:23.6875rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUqLC5ENeW1alzHzinR1WthgBGzOl3xy { top:2.4375rem;left:27.3125rem;width:20.4375rem;height:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VziyhUD53k0kuzJLTbKlgixSeSNtq5KM { display:block; }#VziyhUD53k0kuzJLTbKlgixSeSNtq5KM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeLfTVF4hwULp36lPkpITycZel89AAe2 { top:3.1875rem;left:24.5rem;width:23.25rem;height:34.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqHqkSJoWkz9Nosuw8JDM1bDTbOitTHq { top:3.1875rem;left:11.905029296875rem;width:23.875rem;height:26.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uikccigQiZPJmEaZqMt6MtCDB88Fyvo5 { top:2.0625rem;left:0rem;width:23.75rem;height:49.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5TpUbMnrhJAO1eku6caArcsTlFmbITo { top:3.1875rem;left:0rem;width:23.0625rem;height:44.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR0kLO8wQ125gHPhkMTr349cANkAtv9V { top:2.0625rem;left:11.998779296875rem;width:23.75rem;height:49.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDLTfHBpZR27T5yJm4dGPBD98STBPXvT { top:2.0625rem;left:24rem;width:23.75rem;height:50.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQBeDGODgeNXetIXvJWMkKEBslWr8Jwl { display:block; }#dQBeDGODgeNXetIXvJWMkKEBslWr8Jwl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP { display:flex;height:auto;width:27.75rem;top:2.9375rem;left:0rem; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #sFgMG8TQsAND0uwATAkirF3ENvwStq3p {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #g9DqFzctopKznkLfrIXHyzpQscRfP2kT {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #TFvWRxOzBgWuEsfnpTKzxfUd9DGLJrXK {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #z3r32TdTfyEloNx9Xqkpd97vwxve2oGe {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #H2pG62TX1sNpTeJTtaZl0TBVJK70ds5B {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #o8yowfDka0zmtFcJgaO5KSMltCcIH0wG {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #w3prvFUxAPa2lA8XKihsd9rrZDsiQUSs {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #C9dyKoFkUI5bqclNxeV6ACpCaAKJTHiB {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #OmCSkPr5VParFneM7xCeQQTrDN72U6rn {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #SucRGLD0nAK1yZmkOv5WAHX75ywMCMwr {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #rwEDbmfmhb0IRvoDKTe6KW0D9ez01TJf {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #c7BUShMc2GU41iN2UV2eR2yW3pzNIFQz {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #scEyspJ8aaAlJ7TR40QZGiqGN28zRTl0 {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #HVTb0xvhsNlMC0lC37Ogwa8yOaNDGSn4 {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #rIiGZay1EwSs0txRZiFhAhVbtXuQ3oUr {  }
 }@media only screen and (max-width: 763px) { #gE4Q4hNBoHVZmKte862Qv5wsPox101TH { top:1.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v38tCPksb0mwptWGNxiQuB0eL9fHhHg3 { width:13.4375rem;height:2.4375rem;top:1.5625rem;left:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM941F51tHfiKwoMGzgX4t6BmcpJ6p2t { display:block; }
 }@media only screen and (max-width: 763px) { #R9NMEdLgiPDkdMaCv2sPwT29lvTKCVsI { display:block; }#R9NMEdLgiPDkdMaCv2sPwT29lvTKCVsI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM { display:flex;height:auto;width:27.75rem;top:2.9375rem;left:0rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #x9gdKS0ckLgXIwkoQFBrmRaNn3Rgx0io {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #eSMP6VImr0yTJ7dbbnstLpKUL910f03d {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #kllXmVT379WHz2s4afoKD3QpRnCATdmt {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #hpr7ZvCRR2TCcNtoOTKa1HovpHFZUkJP {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #yewoaXqFOA9vKU5bWknMRSfQu1V2ne9f {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #TABW4MZlLm1PNHBW7SUCAVSk0ZsCqrrs {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #xXPya9xZAQUhqC2dJgig9UOr180FZy22 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #IrJIeuVocVaVNn2pRB37R9cJyFKc1saa {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #eMuVRJDKrR4WH3Pe940EZ0pkIJXwLsxg {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #I6EnDL85DkCfQeoIsihPC9x260CTlVQi {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #wdu7vLn4adLtvzChlXfgT3sslVvDgZHH {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #tlrCocN1lxVLMFvaICLzLU9O7wB3Bgru {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #FrAf3m0OcEnod08oqg9RAZtPXw9BvEaN {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #ve5CemF3TO0hcTo1IT1hEKS8chLLZROZ {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #Am8lQ3GTsggN4t6vsq806Po2XsmFtviD {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #Ka84iwZ3nk81UCNUgQu4GzM6VhWz91lM {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #kc76Bwv39XCG9EpCntMbmZaq99XhlXJQ {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #JFwyXtJhAfwebaBUt4kaXI2zHR7fOPZs {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #TBTnJCTuFyJsTbJ4sVPt7lL7XIpx2bF1 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #g8TZUZlJXPeICdTRbyxnMdiEdMyM0O5X {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #HMtNHWyKJU0wCFGwHT7p6LMynBe6xAWV {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #RUxqMXuPDIEHTdThNf6WhrUtJ0osVWbl {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #dJhLdh7ATkehL6STPsanGUFQ2I7vpD25 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #rfysTXR8gyPBHJqsiPmh9FefXqJvsLQ0 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #gxvxVQ9FuktLzEUwXQAh7Ig1WypNX7uA {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #KPeuZ6F5To7idqpqBFWlMcCGDeupv3F5 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #er110oRtZ0gKhC9UFsqMZTd5Vwg2oQSL {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #DaPfTZtPmQszizDf0AL0WO4JipDwx4AO {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #AbMrECl2ylbL0btBEaQv5I7HsaOu0oFn {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #oHhTMaJ6ipRG7SRtmpq1hLyKOGlMb58C {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #rHgd2nRqz07k2mPDKTV5I7WUgEE6CP9R {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #RoAI6Juaxu4ElXXlXdZVrN4bVGBrwmtE {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #zsUZ3wH9dBiGXSH5x7mKW0ZEq4IaU2mF {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #CR4Xkdyb4HKPfX7Z0sTn0fcUuwTHJbIx {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #kUTFD0dtnal0bsF1yKnlnUCtRlyMDqG7 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #BqJUhFO5W6UWPStX7XVPDRysGvElbGBE {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #gmOIc2yf70AtT35IGVuG2Rfm1otfpU51 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #Z5VMJCwNLxNzw1NB7gUCsHpuDJEbox8T {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #GxROcJnI9NoFqx723Sbqa8qsbTcZcJly {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #SzAVwe75ZOawnzsXBZ3rE7bvO8G0irEr {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #soelRoxViy8pPRmevB8HeL9I6BnXVqho {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #H1GOUpPrd4JXlpbaghTJgGgCZVIT97WX {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #bva0WNu9X3c05dFyFaC0IOMnJq76JkXn {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #kIWnLBWLUklXLJzro4DGvTRvS4gh4bKd {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #b4WtHOAvPxHqVZHdVAViIXPx3IKKStzi {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #I3gzTqMykzdmK0T3LMsdC2lDfw5yX45p {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #x6U5IEcAfWhFvCrUFJuIveO7TUbtNnpQ {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #C5ePxwoVpMaqIqCqERgK9wcib3xfgLB9 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #c0XB57ogbJQ9fTesioINp3m3s5IXvB8P {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #sSGF1WTW4Dnk7NKmANrwJqZc2gzrM5Dn {  }
 }@media only screen and (max-width: 763px) { #JPzRhcqhUHwHDflI4t2TCT7WCoITIXbV { top:2.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3QeM5rGnudUVTN24BHd83VEyCi6Vano { top:5.4375rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:1rem;display:block; }#k3QeM5rGnudUVTN24BHd83VEyCi6Vano li:before{  }
 }@media only screen and (max-width: 763px) { #aK6x854VNyyuaJXHxJJ1TQukX74Qkltk { top:34.3125rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1rem;display:block; }#aK6x854VNyyuaJXHxJJ1TQukX74Qkltk li:before{  }
 }@media only screen and (max-width: 763px) { #pBnK4Hfxmrgt5sTcxMBd3iCz5ibE6ms0 { top:31.125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwLslcXrmsAp97FwesctPrGTvo8RDyZ2 { top:20rem;left:0rem;width:47.75rem;height:9rem;font-size:1rem;display:block; }#iwLslcXrmsAp97FwesctPrGTvo8RDyZ2 li:before{  }
 }@media only screen and (max-width: 763px) { #mtzTuQLAdq4nlWMsT4Ol4368oX0zRvTs { top:16.8125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lziCdpWNEWDdV90vBZhFEAoHS1Wlxp { top:44.5625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPMuSy9uK7Ta7VTv0N95Q2i9OkwL68ZW { display:block; }#zPMuSy9uK7Ta7VTv0N95Q2i9OkwL68ZW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V1u0M1T9qcJKG4nb8452Iu688iEt1lSr { top:1.6875rem;left:0rem;width:47.75rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG9N5Tzz71qttx7emUQp1aigkLskUb1X { display:block; }#IG9N5Tzz71qttx7emUQp1aigkLskUb1X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r { display:flex;height:auto;width:27.75rem;top:2.9375rem;left:0rem; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #NWnQCrRoHsHOgbc8OwJB3dBSbdiyzcTL {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #S3BSD5cuvuT5R0qJCfL8etiTmhPhwvWI {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #I1XJJnSCqxWPw81PpxuI5078GSz22IBk {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #xezGqlklQL82unp5vQ6OlfTwTivTmkiR {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #MOoTHOHONz45cT2JcdOP8L6o7SHWivcr {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #DuqpXdbIp7U8PXQEVMvuWMC6v2h1flCr {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #CfXz2tw8n9BizlA0xqUysdlXuMIioJyy {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #EE4kW51rJ2IWIBX68gqM2gpeFkqmlEXN {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #E8fL95H5irQiSS0Co7I9JClWwZhWRnMX {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #qx1ayh6Z12X44EBu9A9oQyLOPEWrDQ6m {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #xDF6FqzLemtPTiEFwyD0BXfzIk7dkWas {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #v5fouQwCBkv4TPrvI4GfxlkTCwGIkgve {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #nviRnKKOVqNLTp2C6nNK7xR1z01VdOW9 {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #yQ7qR5AAwCtPeclIh2c5Sy2mbGuSektD {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #bhpXLv15R2q2kW4PhQb9dPRnV5m8i9MI {  }
 }@media only screen and (max-width: 763px) { #HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 { display:none; }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UcZRM4yUSXX6iFC5LehCHkJyhrpXxQpN { top:6.5rem;left:14.5rem;width:18.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdPh0SUsdGwUOdDqyg6RCXREZBTnoRJG { display:block; }
 }@media only screen and (max-width: 763px) { #isRRz6fGLBKIdxESkgwOHGOBEPNbP1hf { top:2.5rem;left:4.75rem;width:38.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBg7XhrhCl1UrwDIE09KkJeEKwBTXxeR { display:block; }#BBg7XhrhCl1UrwDIE09KkJeEKwBTXxeR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0NkOPdrENRTWqiX199tTb4NkDmBi2cr { width:17.4375rem;height:3.375rem;top:10.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnOQBZQ0GrB3GJD16GfFqAieXENE51XM { display:block; }
 }@media only screen and (max-width: 763px) { #laiwPE1K1I1WCTNSXXmuWOg5mswWXie4 { top:3.375rem;left:0.687255859375rem;width:46.3125rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM { display:block; }#Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9O7sBqAzsZpLURdQrfpPhikfulAtHu5 { top:9.0625rem;left:0rem;width:18.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHK1Nt9AbevRlfOeEToREaLwdDh9LExZ { top:27.375rem;left:7.0625rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfNAwTcp7HAEegrDgRKgJE895GewlOsU { top:8.1875rem;left:3.3125rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuRqgmgadGRDfb7TUVrzirITXpNXyTAn { top:13.75rem;left:14.3125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #faBiRvJrxmzXwlI9gXXTBPUCCzCxZQgM { top:9.5rem;left:13.6875rem;width:18.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgup6tDGe0QMNiin8E7VPpenlc5n5TlN { top:27.375rem;left:22.9375rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzEGFV9lwGPRHoTWpK6NgFmUgMQmsbge { top:8.1875rem;left:19.1875rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kciSXyd3oLJ8rznaRe6JUWlFC6EuLvpl { top:14.125rem;left:30.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWab6QALhT8g0zJl7TmLMrKKfHKctL4c { top:2.5rem;left:0rem;width:46.3125rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTcFUnmrXknxAnW9rcfg9hE4uTbzMPk1 { top:21.75rem;left:3.6875rem;width:12.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWGdv1XPa19EG9UTnCldSRk7zqGlys3T { top:21.75rem;left:15.625rem;width:16.125rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw { display:block; }#kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QePZKMFPvC3TEfT4rs4UOH6cdOeE49TV { top:3.3125rem;left:0rem;width:18.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODuUprdTWbUm51KEKdCUR6kW7h7zHJDX { top:2.5rem;left:0rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTQUNEqAiy6h0giNCA2D41AvqW4lXTsq { top:8rem;left:5.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxySEIQcTXT7dsnog4FLTP33B40GwLiP { top:15.0625rem;left:0rem;width:16.9375rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTsqQ87hofkrxOrVIS1g1sxlDra0VpZl { top:21.625rem;left:1.625rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG6OIRElWwV1yTDiao3Jk3Q5IlQ4VhHc { top:1.5625rem;left:15.875rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ7plEwQJ9HmDV5NfCuUtEzGhOVooa6Q { top:2.375rem;left:13.6875rem;width:18.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bARBJCPDEPcI6H4h8VMTUvL5GHnqKIA5 { top:7.0625rem;left:21.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPZR4BciUTkQrDzEVl0dLEAlCxdpHXvJ { top:15.1875rem;left:14.8125rem;width:16.9375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLalln5G1HoC914sKeeQoyKZOKeRVE2m { top:20.75rem;left:19.375rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFAORfntaZ8K2vitv4y9qmL57KQ85tcM { top:2.375rem;left:29.5625rem;width:18.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pviSCnQzWGqNlpisxSaA9wSMglm6cCRI { top:1.5625rem;left:31.8125rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPTe717PocX2HFBw85o79oV8OI1c7G6x { top:7.0625rem;left:37rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f54GGlhnxbiW4scOQn7yJ4EIA6xXvGvR { top:15.125rem;left:32rem;width:12.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #txfmg27BSXS3Zg1mItguR9SCJ7LF4FBe { top:20.75rem;left:35.25rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B { display:block; }#ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2l119Gpnf7Rxww1wR39uBf0VEgw21cG { top:2.375rem;left:0rem;width:18.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfzHeEWaBorAdZ06UVyKx7L7NWKgIfV { top:1.5625rem;left:0.25rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXi4ILHxEyvxSar86CS3qQkBSOQaq2f7 { top:7.0625rem;left:5.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLOIMIcrc9oavOvRCsVn172Tf5Uewxfq { top:15.125rem;left:0rem;width:16.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm6cpe74AQRycwKCv549g6T08WQB3ync { top:20.75rem;left:3.5rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilm3G4dkunEHdGRTFuFTF6pvXxcHCngp { top:2.375rem;left:13.6875rem;width:18.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkvwGX2bTTfA8fP10QHyodxXaIDCWKUq { top:1.5625rem;left:15.875rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwmvgxDvUATJCcwGb8cn2g62XVBIZawr { top:7.0625rem;left:21.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3V6hkULC3FqTJZWqHbroPfXNGseH2Ox { top:15.1875rem;left:14.9375rem;width:16.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oHHTZ4qEO6qkUKOiI9LQWdTxo2EgFQQp { top:20.75rem;left:19.375rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6TsTB2Nu08JBNvp5zT6OyVkTCSNnsoi { top:2.375rem;left:29.5625rem;width:18.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmvXF1zhroak02JNky7vFMPsrTBRN8xa { top:1.5625rem;left:32rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5MiTD0kRzNK2Zu9ebnODeHbLh9EP4yS { top:7.0625rem;left:37rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5yuPk6pvC25EQRe214iasKFHw7onfRi { top:15.125rem;left:31.125rem;width:16.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRZRvA5SQGJL3GZQKSgLu3dir5Ja2fhQ { top:20.75rem;left:35.25rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z { display:block; }#zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m0Cof9UiSeqrQOp8mE55FNGM5UcDp8pH { top:2.375rem;left:0rem;width:18.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxgzNadkCMgIyzb1g6K2MtNZ9axSf6ow { top:1.5625rem;left:0rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv66slzFdHuHa1bZoIkxqyWIB8PShznd { top:7.0625rem;left:5.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnUaLLKealXeigiFKRsgZ3qJ1R0F7GzK { top:15.125rem;left:0rem;width:16.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6EDNVKScWBKIHzbsvoulpBDcClJuTK4 { top:20.75rem;left:3.5rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ip1CIZl0GF9AJnf9mPaEQAe1wopTiz { top:2.375rem;left:13.6875rem;width:18.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0R2Vds4rTzpz7yiKRIc4N8I6Zb4P2AP { top:1.5625rem;left:15.875rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Zz6DEF4Ttm2RMVxwgZTfokXMHITm8O { top:7.0625rem;left:21.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPDZ4WNUgUhUP2QfTT9eHAZVMdskRrcQ { top:15.1875rem;left:15rem;width:16.75rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX8cgyRf7zd2gebPMtQOKmJCuOZUSXq6 { top:20.75rem;left:19.375rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt6CdVAAzM5OhA5zxQ9MLTbHSJN0y9J3 { top:2.8125rem;left:29.5625rem;width:18.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVMrbAnQlaqKvpAeSsSWDebkxXSLBvXE { top:1.9375rem;left:31.75rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzdHMwTEDb1TNJXsTzw7xAwTeZyhrRCM { top:7.5rem;left:37rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHbPtb2VB373dUz4U3dCrqVV84R4aFiK { top:15.5625rem;left:31.125rem;width:16.5rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTyfLPcXhTPo6TWqb7R2KJMkU3Gy5tTK { top:21.1875rem;left:35.25rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv { display:block; }#v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLQn9NrGbrGOzXSXOcf4cJcPJhOawgES { top:2.375rem;left:13.6875rem;width:18.0625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJUVsENxRBCWsmRCvTT4t8XAkBIEnQM { top:1.5rem;left:15.875rem;width:12.5625rem;height:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JizThlu7WE87kKMInWzM1rvTfxKOu3yC { top:7.0625rem;left:21.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3wUwZuNuGM7LQXRfnwiJiAhl4VqBTZz { top:14.0625rem;left:15.4375rem;width:16.3125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw7ntu3E7OZ4UZf7cISwedmOtH3sKBZH { top:20.75rem;left:19.375rem;width:8.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMDFhz8eCGUu3nPyd5SialiExoU6AdkS { display:block; }#vMDFhz8eCGUu3nPyd5SialiExoU6AdkS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfJsQDr5uwLE0aGVDMDuAN0uJ79kpO86 { top:8.8125rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiMEy9cWecmTxwePWZWrRG1K9Ll0qz5t { top:1.75rem;left:5.96875rem;width:35.8125rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWDwucuBW4x9ohAypZnJaQwNJ4k8fM7x { width:17.4375rem;height:3.375rem;top:13.4375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUd8zeA2B89lWgiq2BXhgZVTmq5letge { display:block; }
 }@media only screen and (max-width: 763px) { #AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 { display:none; }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VZOuVTaBxPR5XTVDQH1ZTyT1x3ZpHIvJ { top:1.75rem;left:0rem;width:24.9375rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbZvLPC8rOZC9k34qfhTaOwHmy1ueMD8 { top:4.875rem;left:0rem;width:5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 { display:block; }#P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4eooz5lWm6DoaEvwS1MTXkbs7vyf4Ub { top:2.3125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvlMShAacfvtM1aSHaaTkWRyWLB5ma2O { top:21.125rem;left:0rem;width:30.25rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc31XbCXeVdAWPpaSKbk7hCT26NEuhZt { top:21.25rem;left:20.375rem;width:27.375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMKL4GmJdqI37yNyVyGETIKsArIxTghG { top:10.75rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
#dMKL4GmJdqI37yNyVyGETIKsArIxTghG > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #kSQTyoF7c48743xfLDQVmTN1ieI3FnOg { top:11.25rem;left:0.1875rem;width:3.0625rem;height:3.0625rem;display:block; }
#kSQTyoF7c48743xfLDQVmTN1ieI3FnOg > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #uJ9WzPcxuynvWe4rrszPb6us1m02md7T { top:6.125rem;left:0rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMS8WwOHT8APZHmqXmPPx1zRqLTveWMP { top:21.25rem;left:15.5625rem;width:17.875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn2R20eBh6UI5zsmMXSuDInBKuNVX5x5 { top:6.75rem;left:18.4375rem;width:12.1875rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uckGT1JrtyBlpSbv0HS3HwPlUK3rXRSO { top:10.75rem;left:22.625rem;width:3.0625rem;height:3.0625rem;display:block; }
#uckGT1JrtyBlpSbv0HS3HwPlUK3rXRSO > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #s1pXQXWV9aGNKKSusJ9UqTdo6etxw6Vf { top:6.5625rem;left:35.375rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F { display:none; }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LiMHbsJkM0uUmF1xDs55LVdhXmgEwTB0 { top:1.75rem;left:0rem;width:16.125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDLJdT0J1Z9nPT3HvWCAFhlSQQANsV01 { top:4.875rem;left:0rem;width:5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZQV5aTkqErPlehewce5olzKrWbqQ3IKG { display:block; }#ZQV5aTkqErPlehewce5olzKrWbqQ3IKG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoNXDvMfxdHEU4nsEANIWCVMcKolKTxR { top:2.1875rem;left:0rem;width:47.75rem;height:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zui1xNAdKpwadCR0RFaZFl4vrtn6BMhQ { top:21.9375rem;left:25.5625rem;width:22.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBOJffbAXTDiHtTPCyTmdGJam1sdvvPS { top:8.625rem;left:35.375rem;width:12.375rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 { display:block; }#y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e54XR0UT7Df4CQPTK9Wi5F3zKO7lHMpU { top:1.9375rem;left:0rem;width:16.125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO93Bbsy93EF1gRfOHi6AKq9rV01m5lx { top:5.0625rem;left:0rem;width:7.5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #vhcrkh9JTkCwktukZgHKkX5okVZN193T { display:block; }#vhcrkh9JTkCwktukZgHKkX5okVZN193T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms { display:flex;height:auto;width:27.75rem;top:5.875rem;left:5.3125rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #kzL0cwCJdDf2wQgZ9a57FP85fVzgPss4 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #HZggf5IDJCr0hFOJ2v7fSA6hGmqawTCN {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #CJHdXbu5CTgFwv28m6PcLr4rBwWoUimT {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #HVk9fnf9Roxf7kv2iCKUx7TOoHDKhSGF {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #WU3EAA89PKLUN0pZHvUDqFuhaAbZSGLD {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #NEDs5TWw9tfuaL7sL7nc73MT9s2v1PMZ {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #QizgeLDsAihTfyt1r2rHHC0tSMDAzCM0 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #o6dJVlM9mF8qaBbpvN8O7ndG2iaAeoLe {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #xXwGMg20ikiDPNxkmFZC9Nw5fTdA38m3 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #JumS26FAgpCBZvQVLlbMTFb0BBycoKtI {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #X7ZdT1K0T21tf88Un5qf51NG2bGZ57d6 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #pKBgBf8eydvSv9fRB7hG1ARLFemnPcVE {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #BsvJO0TaiQ51TRqXF5A3eflPr3MFaHeo {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #W2HkEmTRTpIExSwxgVDKdDn1SOh0F7lx {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #M0uLWNRIVOB9XnQ8n8Eh2yK8up9UJFzK {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #kTuUxPVQrgPd9rwU1gaZEEZzgqXyA9ET {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #LCetQ1Gsqc0ICRFEw7F62Lq3fo95oXC1 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #wkL0TvS8gTn6EwC5yCHdggEZF4kxV36S {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #u9eBI0M2kdqFiatTvG52EeDcJAPAJRhO {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #OKF49ZFTLewBwCsGZraQBNTK9W453gaE {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #vzpd6Vb7H81wBxGTOiu2y3q6b0Gmv3kb {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #hGD9vARqmdio0Cg1zcAW1ESuXDvxrKgw {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #vXKy3coRSTJuEEumUqsMgv9hm9E8amCm {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #qvCMCpUC3MLmGnFity1s0VTDNC7BZQlz {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #q75qfaQ4fBN7m5rKS1TsHyr5GJVd6hnF {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #JJLSv9MTBAezJPR5fDtJ1Lsn6tSWk7hw {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #xBoBcUffp1Gw1zRK0LiMSycCSZsMMQWy {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #aCRR44g47c2rchEeLiAgh9VuZTshmfv3 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #BoXx0d1k3Z2bldR7JnZasPVL4hHy6Maa {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #MX88TUl2V2RLES28zwQVeCxOBtnQaUh3 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #FCTmszOp1FgwLHPSr7JLvPlOCRCWTxJ8 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #rNUzFqSpsM2MlpRENWP0Pq4hpFe8Bxg2 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #UQFCMtzoXphCLC0yMxW7ICbJBCWyQVEC {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #rqk2XCxfmCDAaMQN3w7BV771lKqQ4M3r {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #EvVrc8VkfwcHGO93lTvaU8cVVhUMloxM {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #AP5TyupmUBKDHbUsDZFaDAPPW5VmidyW {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #KosHaNz1qxpywJa0DxTGPAVGemlQN4io {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #hCog9oT2XQeiFg3T9NrtkHlSimJ5kT6c {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #M6980zEKic50npisKPIaJnoxgHObx86d {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #NpbU4mRMAx2vG3x1RfmkiPtA7GDlEv5f {  }
 }@media only screen and (max-width: 763px) { #AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp { display:block; }#AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w44ONbt1zBhLq19b4qMaoq6JTpQ3HCbC { top:5.0625rem;left:0rem;width:5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #Of0vl2HQSeXZ7kUMg9bEUigWMA3MGFtt { top:1.9375rem;left:0rem;width:16.125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aiMpl8U1qox0aBbg8qGylyyKiOlDksCv { display:block; }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOs8mL8sOR7n8PFpMQBoZAeLfmy5w6uc { top:0rem;left:0rem;width:20.625rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZWmihWwV4fmCrzCFBoEnwWqBxOWL6Bt { top:10.3125rem;left:0rem;width:17.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoZlFirG77edT4UZ3twcK1vLFtJr5QUB { top:11.625rem;left:0rem;width:18.0625rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #FWdmlGWltTpb5kIXy6CLdAacqgONVDXh { top:12.0625rem;left:0rem;width:17.375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecm3kOGV9N6hpADgU6K6cI4tBsTsOzDX { top:0rem;left:0rem;width:47.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAuh8tSCEFZE66oM9pNEcv0HUsKicmwE { top:14.75rem;left:0rem;width:17.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNeDXEMZMIPsg3Ko0xgTivhJhcFSC2Zs { top:1.1875rem;left:0rem;width:15.1875rem;height:7.5313806373875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn3iI3CN2qoW47inyv4Laz4bISXTllOD { display:block; }#Fn3iI3CN2qoW47inyv4Laz4bISXTllOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOS86mqM65bkKfD1xTlB5vcF5QDUiecN { top:5.0625rem;left:0rem;width:5rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #kT6Pkowqi1bIQO1L8FCi085prHSXXcqG { top:1.9375rem;left:0rem;width:16.125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection { display:block; } #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection *:focus-visible, #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection input[type="text"]:focus-visible, #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection input[type="email"]:focus-visible, #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection input[type="tel"]:focus-visible, #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection textarea:focus-visible { outline: none; } #g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection { display:block; } #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection *:focus-visible, #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection input[type="text"]:focus-visible, #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection input[type="email"]:focus-visible, #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection input[type="tel"]:focus-visible, #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection textarea:focus-visible { outline: none; } #CxRRgvZz1JTaWaNxIffW9TItpUGpTKu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y4qeHJNnPThcNOm14LthdVEuIHVDXvXG { border-top:0;border-left:0;border-right:0rem solid #ffffff;border-bottom:0;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#fc8800;background-image:none;display:block; }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG > .row .container { background-color: transparent; background-image: none; }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG > .row .container > .video-iframe-container { display: none; }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG > .row > .video-iframe-container { display: none; }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG > .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); }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG > .row .container { border-width: 0; border-radius: 0; }#y4qeHJNnPThcNOm14LthdVEuIHVDXvXG > .row .container { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HLeCaEV46NcXkm2AiMn7T9DOdCDGXF8N { display:flex;top:0.686279296875rem;left:8.436767578125rem;width:3.1245125rem;height:3.1245125rem;z-index:15014; }
 }@media only screen and (max-width: 763px) { #qBnACy3RiQgz4LAxXrnGRuxwc78nFvlQ { width:8.8098125rem;height:1.2994375rem;top:13.5625rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #QclICrey2BnKiLcHoTtwZD2fETHN6gcM { width:10.1855625rem;height:1.2994375rem;top:11.25rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #uzHqib7proW3mHthSUWmem0uKdfeRlrw { width:10.1861875rem;height:1.2994375rem;top:9.0625rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #TLSNehIzhulpZUywFbCVr0NfhHwmGmVA { width:8.811625rem;height:1.2994375rem;top:6.6875rem;left:5.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #imZ3xpq316byNTgkmaEempOhxp9MTXGh { width:3.93615625rem;height:1.2994375rem;top:4.625rem;left:8.0625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #M6vyV6RypIvx67CLoqbinH1SfSSLQWtT { border-top:0;border-left:0;border-right:0rem solid #ffffff;border-bottom:0;position:relative;z-index:auto;background-color:#fc8800;background-image:none;display:none; }#M6vyV6RypIvx67CLoqbinH1SfSSLQWtT > .row .container { border-width: 0; border-radius: 0; }#M6vyV6RypIvx67CLoqbinH1SfSSLQWtT > .row .container { width:20rem;height:12.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 { position:relative;z-index:auto;display:none; }#IBeSMznw7dyJeT4kU8drAGW2vh28xGw5 > .row .container { width:20rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GUpDnrSsPUeV4wQ9QOehh4nFTmoxJqsH { top:-0.09326171875rem;left:5.3125rem;width:3.125rem;height:3.125rem;z-index:15008;color:#ffffff;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N14DPhIp5D5hJwG9TsIorK1HG106BuTA { width:1.25rem;height:1.375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yThf0SxT5RTdaTGpfm6dUriaG9vPFd5h { width:3.9375rem;height:1.25rem;top:4.28173828125rem;left:8rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wpTXkqfzPNquFiXXC1FJFn2P27mdqPGK { width:6.25rem;height:0;top:14.28173828125rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ahUJff5lBkJwTarAAmrH8cnmsvdLxFBX { width:6.375rem;height:0;top:25.28173828125rem;left:6.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paRlaAGTihSaktDHXOFeeH8gf9UAnF63 { width:9.75rem;height:0;top:27.78173828125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fcLtPi6a213svWhSBRiQc8QxQXmzD7VA { width:11.3125rem;height:0;top:30.28173828125rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cf4658c-1e16-4f3d-bbb3-7eb88d6593a6/HWUSAwardsBackground.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU.adaptive-delivery-prevent-bg, #bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU.lazyload, #bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU.lazyloading { background-image: none; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container { background-color: transparent; background-image: none; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.6); }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container > .video-iframe-container { display: none; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(34,34,34,0.6); }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row > .video-iframe-container { display: none; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .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); }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container { border-width: 0; border-radius: 0; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bX9T4a3WTQVxt1sG7ehyLD94WBCDhUoU > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n3iTuVVyNFTqAGQRTZbgCyC6HytuV8pR { width:12.5rem;height:0;top:36.0625rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rKWgHInPu1ULI7v4DUUySvRhQGFNB907 { width:19.875rem;height:3.5625rem;top:5.62353515625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QPAfD8UsqZSiF53IW5mAedMEOcvGs2l1 { width:20rem;height:9.0966875rem;top:11.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZywKu4SZply1J88xPB0CTAmtWbQlxWT { width:19.9980625rem;height:5.11743125rem;top:22.5625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2lvHJGlvsm8ut7u4fX57EduLOGSbuAE { width:18.875rem;height:3.5rem;top:28.625rem;left:0.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZElQTbAk9v6TCXTIT4VXznxVTTD8ITa { display:block; }
 }@media only screen and (max-width: 763px) { #gyls1PAOmCX96v72dkzg6pvisLKhLG4F { width:19.99875rem;height:2.59863125rem;top:33.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6e1FFhJE36qElEstfhzQx3rBgSkkI6V { display:flex;top:0rem;left:8.74951171875rem;width:2.499025rem;height:2.499025rem;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 { background-color:transparent;background-image:none;display:block; }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row .container { background-color: transparent; background-image: none; }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row .container > .video-iframe-container { display: none; }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row > .video-iframe-container { display: none; }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .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); }#SPPMsVcLcZrEhCqR6KPJ8xWaKT9CVp21 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v4umdJuXtZ9Om45t2I8JNGG6StGCVcVz { width:12.5rem;height:2.6001rem;top:1.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qG0uQFPI0yN1MIP5CblVV2ll34Xr3KiD { width:5rem;height:0.0625rem;top:5.0996125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ { display:block; }#Tdse50JzSLbfW6Gye6LwcDCCBTTkAlOQ > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6eXeig25EhV15SVix9yNvKDwNMKeED2 { width:19.999rem;height:28.58494375rem;top:0.9990234375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WxOccJguA0f0oXGUJfi39FOPqHQIpgVR { width:19.9980625rem;height:20.78906875rem;top:32.11962890625rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FgLQb77zshpQmvJvghuW6W33fRQcnTJz { width:8.7495rem;height:8.7495rem;top:53.90771484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLf8yXQZUtngTc3zi33808wmuOuCq7BT { width:19.9980625rem;height:3.89795625rem;top:63.71923828125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UVDie4KrzGTVMPs06LMDBtND6m3lTKgi { width:19.9995rem;height:2.598875rem;top:68.86718828125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RFM239cO8N44SgBqSgx0g0tO1nQvaQLo { top:72.21240234375rem;left:0rem;width:9.3125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfzFrcPK9TSG8aX07MbaDs31oE4zqC2h { display:block; }
 }@media only screen and (max-width: 763px) { #pviQTQpougqoXaLfARSGGsTwykHom4Km { display:block; }#pviQTQpougqoXaLfARSGGsTwykHom4Km > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS8uREEMrsLEZqUuzgRuqQ93cJAVLs67 { width:19.99875rem;height:5.20019375rem;top:1.711669921875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ziv5ecyHxb1dPnZvIA9XtFxqJLJH1c5X { width:4.9375rem;height:0;top:7.6958rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT { display:block; }#edEW2ANdT1W5PfnbZeuBCFrT2mbWgocT > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RvpxzZuItKgz21hWUlXMpTbwBO0mR5Um { width:19.999rem;height:2.59863125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ayKTbkoChmyAQey7azrfcrotBsM5HlQd { display:none; }#ayKTbkoChmyAQey7azrfcrotBsM5HlQd > .row .container { width:20rem;height:52.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS { display:flex;height:auto;width:19.371125rem;top:1.7490234375rem;left:0rem; }
#Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #JbbkACNnCN7ta0DroXm5SduI438OLVCl {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #cXXJvrag3rZPi7a6PZVK1RrZnGvSfIn1 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #yxA6azxBLx41Qy5t4190Z3WmB9UgopO7 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #SHDAC1zdKrOHRS9UDc5oTFMo7pZFGNf1 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #aXvsotI5oGcCZO9g5iMQTzPRoNvfweEd {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #V6s9R7BT5BT0ATVUUmFhcTSqpAx8cq22 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #cGKsQXtf6HMcRz87KLbn3IJWx9W2sHsq {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #Uq8STQxMzQkvRAHMgyXNOv8gAfhnZbNL {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #n3a7TrlZE1mOycaILVPOQ7Ktv5S2yoyI {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #UXtC4LKVqaPoUzeQQJTtW72I3Jaxv0IQ {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #yvbqE2S7tg2VbiqxqsWlElEGDsFuDLMy {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #xe7EOXG6CfTAVSGOAXtiJwbyoCA2O5Pc {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #hnMHgnwLMtWRAQ3cmCrnxZiW7sCHZFwT {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #Mbld0PwLJW05XL71dGuBpJqvd8TlN77N {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #KxkEXElpxGdSKc58X8SDkTVTeT7uMiGt {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #MonLawTBxhaCVQTX5BKOTAnrvgtZTQWx {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #TUcJXVyCgLo0rpZkfsDl5CzFXBbZZZlJ {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #nCJ64TuTaUTF1rdtSMilvo8dpc3V2cEq {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #TR4BIfvLKJtLTw97Eii2THaTJKmAw7gQ {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #fk6e6w8ldBfdvqdxOuMCw3WgRKwVVpoh {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #Uw81xHNnlEMhayDzX8OHiFNuV2E4C3rV {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #thwmb6Z4dPE9W2V58wTI6Pb2DBBP0H7o {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #A0eP77Gsx2AARPzOoKFisEqZoMtrMsev {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #qpSdiMnRf3iRAZDcnor7cQLhz03rhL3J {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #xcdWAGESkUlXrulzcfzgarpo2Ah0mdFm {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #exhTdzy3PuPLPQbe8WXEJyT0qzWxRWdf {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #OQiH5rimnkqfqbSlOXQLVSm6A5BLoMC2 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #cJXVEhnXMH4c4y8G6KMb2P4RDs7u3Fwb {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #Gqcr70roR7ecQnBMZFD4qTM0GtEAEQrW {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #hl8JMNtQRgcNhdFffeKPr1nV4sclNNdv {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #y9eeNHEpU1PkMO7szUcbX5o368dEG9h1 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #vFLlSgTMBEnSMKEzN6gKbS8xqirRwutV {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #PMdO2H70LVI19MN4Xe60QbORa9ZwmWbF {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #A0MMh1GaMNgCzWXPsB3xticft8VMTvWW {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #gKc8HTGzHJXIPJJphE0qzNLnBiMWITCA {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #dbIuuiJ4ZBqwLWEK0V5wK1UcmCZ390zc {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #gpbmU4qaw4neSNP2NO1EAa6iW7y7uJys {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #ZPu5WFD7EoUb9vfsa0evXN0Z5uHaId8x {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #b8CNQh3bM2odp0WPh5qi7GwTmVEEZvDg {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #urBSBAnHEwUyQK7mQTn8HBtFZEAJKySn {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #aTQeCme1eOLOE6LDRbGkznCM6TLBhuf9 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #ptk1CtlRIPeXDVxnweaQ92W9AToKzvBF {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #rhTlwROJ0KeEqJ0kOrt74brQxTrwHDRX {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #EdaLoTSBL2AB9dzB4E3w1LrW4aGV7rwJ {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #yDopoHsMv1ZF1JckCCzzFn86wfzELxw8 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #bLf0DZJzQuS0s1dTFyJwhJ9Ilkhs2D07 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #HeoNyApDPB1UenzrL2WUyUToEo74l4PT {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #NC9Pi2pFKxrUddoCXyKmD4OJTxaNsFSl {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #CBW2XkrKafXa1yTgnSIitOOkPKrme0zC {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #FBD24xzllk8gcAFwaaqSJ2rpACnussw7 {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #JslFC280cKk33t3oP5uDIqh0KiFJ4SaU {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #ACu77N2kui81bBXgr31ldMUNcWNMWDfb {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #m65tLvzcZ4cOZuG42Ah9EXpXLntkdSUZ {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #KhnaxETNQWvHnnyFNVZlr0dHQ9Kaq8oZ {  }
 }@media only screen and (max-width: 763px) { #Mg718UcQ18bC4mnFuKQoBq6XXKR4WZGS #vNZH2HBu6fqg16r9iiOEB0ZAUkpBn6Ug {  }
 }@media only screen and (max-width: 763px) { #c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa { display:block; }#c9ZILg1r7Thwv8qIx0CVW8nlTiNa71wa > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H8DUEyKRai8Wd5320vWdRcH3nbWE67VT { width:20rem;height:12.5625rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuK9U9Uv5ocRItMImLDTdnbXGlCXTHTf { width:16.6875rem;height:12.43215rem;top:33.8125rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C24mqqfpwCLWVuVLG7n5xWsJT24HqSfB { width:20rem;height:12.5625rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A78IZbT3Zbr5uByq3Ng7uty5KPLOoNJt { width:19.1865rem;height:11.0508rem;top:19.75rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zvxarl7m1sqG2hfbxL9IE9aHJh5B35BT { width:16.6875rem;height:13.8135rem;top:2.373046875rem;left:1.6552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8QSmutUZWMlk4pr261sMBcXi0GTuIc4 { width:20rem;height:15.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT { display:block; }#PUW10Ooqfdhuanb4cJCs0znKTUsxb0bT > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A2luOQLLisDsKGd8mDBIDxySvubK8935 { width:16.6875rem;height:12.43215rem;top:30.6884765625rem;left:2.0009765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRtROcMk0HC1Bim01wbazCGiP1dZCg2r { width:19.1865rem;height:8.2881rem;top:16.8759765625rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrC1giuJT70qOzP1n7G008o4ZhVu3NfH { width:20rem;height:12.5625rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDkkFau1ebTHChhLNfylDyyisCSIBTgE { width:20rem;height:12.5625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2eUg9RrWl20nDCx1cLGlikFJMoWhUHx { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkfXdtDJucm4N88OiHCWT3QRInfFFLzl { width:16.6875rem;height:8.2881rem;top:3.24951171875rem;left:1.93798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh { display:block; }#rCRmNKI1gdKTSdk3bGxtQ9pWr6dpUdJh > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4NuOpceodG3uhVlopKgRFQgXIuqeCFD { width:16.6875rem;height:11.0508rem;top:27.5625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkQn0PtyJGCSAg6NQeLtAbplAOTs3J5w { width:19.1865rem;height:6.90675rem;top:14.375rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyfHR1m61g6TqOC0Z8pNyueUJxeVsGgT { width:20rem;height:12.5625rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuqPobehTP09y2TfDxJEuiO0KARmr9qN { width:20rem;height:12.5625rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZfsDlJOBm6Td9HP9pdGOZneMK0nIgpa { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utVaeiVBbXO7IhQHhtqpn6ETeXiOXZEC { width:16.6875rem;height:5.5254rem;top:3.24951171875rem;left:1.93798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 { display:block; }#DUGgN7lOHG7TfhuLtXKRfZ4NxAbSZLT1 > .row .container { width:20rem;height:44.1240234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zsrv27LsXfHEihfmSVRlz8vCDCOzd7Xt { width:16.6875rem;height:6.90675rem;top:33.375rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu4BeHeJdHsWkPccyQzV7V3rrfdctE8s { width:19.1865rem;height:12.43215rem;top:18.1875rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0eiTrGwRclBWXthvmVG1ZVWs0hG3pKB { width:20rem;height:12.5625rem;top:31.5615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOzsm1BypszRZnkHdbE7pECazKkzZbSZ { width:20rem;height:12.5625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFgrFdLTeKAFKycIQGos3eBu54adM0BM { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnDT0TtWu5HAPT5LLXe4AdQKalaTmEMq { width:16.6875rem;height:11.05079375rem;top:3.24951171875rem;left:1.93798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif { display:block; }#wtEEa1peq2SfeQHcU8zGL6BFOWc4xdif > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tyy034mfVHuthMXITCrPQilODiP4bHNG { width:16.6875rem;height:6.90675rem;top:32.25rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpMz948e0MTE7CTCMlJLwAlLxPShdl0e { width:19.1865rem;height:6.90675rem;top:18.4375rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELyaRIeWLMk7moFTd44A85JMUleNkqtz { width:20rem;height:12.5625rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sffvvvr5wJy0kiePXJagqgvAIP6QhpNG { width:20rem;height:12.5625rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN7zNCn8CNBspLVlPAtQUkxMgkd4MK4R { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cimTzHfAO0uSUSlGGNeX3L3I5hO5cqCH { width:16.6875rem;height:5.5254rem;top:3.24951171875rem;left:1.93798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI { display:block; }#xAX73lfq8hfpZOyWueN5C0HhlQOOaGZI > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUk7c3aoMfq4fpNxusS1nkHJT8nd4GWw { width:16.6875rem;height:20.7202375rem;top:30.24755859375rem;left:1.6552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hwv7pg17lp4heMwQvMNJkCNGOwTeS7z2 { width:19.1865rem;height:9.66944375rem;top:16.8759765625rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1z5Kgt8ibklKHCzLwkPL8c5pCItEaDO { width:20rem;height:12.5625rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eR2woJN8eBcZHuN1Z4gJ5VnVnszQB28T { width:20rem;height:12.5625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLUGWcAFlVtv7EzUw1IvhoLFuNd74DH { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBwq8TSNhvcTPQgKxTzgrWTLvCzlipbw { width:16.6875rem;height:9.66944375rem;top:3.24951171875rem;left:1.93798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc { display:block; }#OCbguvTLdmTe1g4IXnoqSXkn9GqXunqc > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdVU24vB5EvrtkK0HL8fUVkFEvOTUTEQ { width:16.6875rem;height:9.66944375rem;top:48.25rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ls97AJ77tKWC2PgWlKqBt1a8MewObqB1 { width:19.1858125rem;height:17.95754375rem;top:27.4375rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1iENqblFCSiDZs9Ei9vwTikpoJHo5JB { width:20rem;height:12.5625rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVVX6CHGEm40xBuJKWLB3MKQZRitMdnU { width:19.9995rem;height:12.5625rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fqx1pPd4HBlomv6117ilGX4OQc87aTTK { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF6e2AQzMQd8qD4U8pryfJPFrkFOBI06 { width:16.6875rem;height:22.1015875rem;top:2.43603515625rem;left:1.6552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 { display:block; }#UF9uFuWT66U7l7ncLXaaRRq4lbo7yk62 > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTVctEmH0v5lOmzC4KoH6iT2Dir1Prww { width:16.6875rem;height:20.7202375rem;top:31.5rem;left:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSQelWRbvcWh9M5bux755vKW48QV94RQ { width:19.1865rem;height:12.43214375rem;top:15.625rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSBqEa40GAkzOwEfcUN4dRmt0PL1hb02 { width:20rem;height:12.5625rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWK1QJ4rK3S8oEBNX2THPT01xq0slfE5 { width:20rem;height:12.5625rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lgh0qvqheMCBAWZdZuUFT6ScShpm0lzl { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #REUXbSMDKDccESwQu854NUPsFq7xR0mk { width:16.6875rem;height:8.2881rem;top:3.24951171875rem;left:1.93798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwHtgsumsrTzElQI98UTu7bBtJekf3p8 { display:block; }#IwHtgsumsrTzElQI98UTu7bBtJekf3p8 > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ehg1fiTZqZOIDxPn0ghNgLkwwsXuI9Ui { width:19.1858125rem;height:5.5254rem;top:14.625rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSXk14QvhuCZA7zi9oXtfBFRxizQlw4O { width:20rem;height:12.5625rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik7ZphinAEchLc5d90XgPWu82g0Lb87m { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6tmfDa63Ol9XLo2y6wFuNCJzPMhmMyx { width:19.1858125rem;height:8.2881rem;top:27.3125rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThzEV93pLIW0w9LJpbptuf3JXiCTc3T6 { width:19.9995rem;height:12.5625rem;top:25.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VA2lzMaHDLQ72uc1vnKltuNMWpUEARyr { width:16.6875rem;height:8.28809375rem;top:3.24951171875rem;left:1.93798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ { display:block; }#kMVDygq1t7pJ8GKrEGUqnr8KLuKgiXmZ > .row .container { width:20rem;height:43.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cxuAOrK1wBuO3KhnPom0leUfe2FKqekJ { width:16.6875rem;height:8.2881rem;top:32.5625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm0MAQS9T3mMDV0CVNg32JZXXTvlPdmp { width:20rem;height:12.5625rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVX1MpTLMk9BJltAHhRlicpn2Zg3BkG6 { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCCnhIlXL0S7kgufsSxhJgq9MOzatZB9 { width:16.6875rem;height:9.66944375rem;top:3.24951171875rem;left:1.93798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnEki4NUVJLnyPbvpPVJW2CJJTfD5vWw { width:19.1865rem;height:12.43215rem;top:16.8759765625rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1G7Pz7mCdkCsECoxMeIUgrPsG7lSpir { width:20rem;height:12.5625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw { display:block; }#LesuO5dyukgos9Q8XlZSWeXmp0hpBuFw > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZD5TOFtPIwUyndrTqgla5JkvuAQiTfJ { width:16.6875rem;height:12.43214375rem;top:29rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRnFvHA5qrGBZ8Gk68DBQKMGMVMyTDSk { width:20rem;height:12.5625rem;top:27.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #faGNwIbW4X0pmbehRKHR24RMTFLcRUNb { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiEivZ3RMJvbCq2czy58QLNhVvPLZdHp { width:16.6875rem;height:6.90674375rem;top:3.24951171875rem;left:1.93798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuVlEhc494EUXLXiUaTpw4IEa0Cen5Cv { width:20rem;height:12.5625rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGogJWIThkLV0hTkF8HtzVKstnq6Vc6P { width:19.1865rem;height:9.66945rem;top:15.625rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpSAGc13RETLLEuzi45736waNo4PUKG { display:block; }#DOpSAGc13RETLLEuzi45736waNo4PUKG > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sQyau6eNoegbF7NsTL8p8ivnQJXMKUvF { width:16.6875rem;height:15.19485rem;top:27.624755859375rem;left:1.6552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydxosN9yqAXPfTttUlTV9UVGpRgwqxeV { width:19.9995rem;height:12.5625rem;top:27.0615234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtBoyICyfaxGtnzviH3VIXQOpvJ9PQod { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0bnkXT66W6BpED85FAVqavpKz91yJJz { width:19.1865rem;height:6.90675rem;top:16.8759765625rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBa2Um9WhgzH2tvw5sAoarg7NlyFtphv { width:20rem;height:12.5625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRLJfAFkHriIPVbM2El1nOet64b5Aaip { width:16.6875rem;height:8.2881rem;top:3.24951171875rem;left:1.93798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfqUn5OnmAaf253o540bqCiTRpcTnVDk { display:block; }#HfqUn5OnmAaf253o540bqCiTRpcTnVDk > .row .container { width:20rem;height:44.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plBP4l6vXZ86Hg2PRTMOC5kRqKRu1Z3i { width:16.6875rem;height:13.81349375rem;top:29.4375rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTofVB6aDFv0ztQat5saDSMkOZVFJ8el { width:20rem;height:12.5625rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTbuISZAkIxzUBzibpiJuqTC33mFL0ot { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsrXqay5T4m13ErDP0yBxTbAD1IoKGyV { width:16.6875rem;height:9.66944375rem;top:3.24951171875rem;left:1.93798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCXGLPQTglkOzHaK78OMlXHIHuy21KzR { width:19.9995rem;height:8.28809375rem;top:16.8759765625rem;left:0.00049999999999884rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq7TVoWXCJTsZ2XOWrmluAb4GJcuI6cw { width:20rem;height:12.5625rem;top:15.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC { display:block; }#zAE5sAmGTBZmDSGh0rlpWLCRUcltATiC > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Luoa0wvZ20khK7L4eW5xCmvo8NM2QtyO { width:16.6875rem;height:13.81349375rem;top:30.6884765625rem;left:2.0009765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnf4Nb57xaBNsarIzusB3IJRUJOqNal8 { width:20rem;height:12.5625rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8i7CpkC9EO38m5r8Ab1vkvySxiiO5sh { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZEUZPkq9krcGPZn1w58nJTeMRxpxccE { width:19.9995rem;height:9.66944375rem;top:16.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AS1MW7Z6aMbdwBRXlDM8y5S1N4Q8h9M2 { width:20rem;height:12.5625rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0buRsvwPmv9BgNyKNQxnNHGN5951zUm { width:16.6875rem;height:8.28809375rem;top:3.24951171875rem;left:1.93798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH { display:block; }#Joc9sySt1sQpgToKCsXp0EJQdrTJ0OTH > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmKgtwZpQTiVmVP94MyRfpMBFKrMKgub { width:16.6875rem;height:11.05079375rem;top:32rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRohOO1K7TT6lHzcBO2gMFV2Uzv0XLrQ { width:20rem;height:12.5625rem;top:30.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKyUbgTFF1GTeeLarXTeR8NFbvCISI0G { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9uhxMVvX1VECC5NnnVu9PB65F101dTx { width:16.6875rem;height:13.8135rem;top:2.1240234375rem;left:1.6552734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oggh9PrGbM3IxLVetp3VNcOqE5GnZ77p { width:19.9995rem;height:6.90675rem;top:18.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuEut9EXXU94OwvwQ8LquSVbiZqg4TJ3 { width:20rem;height:12.5625rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs { display:block; }#mRyodV1NuHJJi7ihk58hXFoKcGoi1Rcs > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q8Tve9MWup5LbH4wT3rOZEhJS9a3ihyF { width:16.6875rem;height:5.5254rem;top:32.5625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBfAJ5XZuRC5htilqCfT5EQLf45ALPUp { width:20rem;height:8.9375rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqXRvo68oQZ9aZ3SX75hwkERcqzObaGL { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #deuKMwKTLTxfBFFLu2VGpIRTl4K1mRqu { width:16.6875rem;height:11.05079375rem;top:3.24951171875rem;left:1.93798828125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vthuV3WP4flVTlWMLhD2G9EUrS4hfPa6 { width:19.9995rem;height:9.66944375rem;top:19rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciHhUMtME4rSVTdLdqQBvzs5f9ISk3AL { width:20rem;height:12.5625rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN { display:block; }#TfqBJJxXSFKNy0lSMaBsbh3od5CM4rWN > .row .container { width:20rem;height:41.687255859375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EMFAHFD5e0KXJf3hUiSfBn0a6w3ndwTx { width:16.6875rem;height:13.81349375rem;top:2.5625rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPDzpUKTttoVqrckZqz44TI7Qrp27bCi { width:20rem;height:12.5625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7L2vrffaJEMqHdR8FBgpN0Rh8g20QTP { width:19.9995rem;height:8.28809375rem;top:30.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwSWvbwCLF9elLdZWapBI9016tf9bxdz { width:20rem;height:12.5625rem;top:29.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAvI3tPUuhpPC2yIOz9Ipc2yibbplZzB { width:20rem;height:12.5625rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tleKXUKtn7ImzfIvpwUkhEJVQBI8sftX { width:19.125rem;height:6.90674375rem;top:19.875rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC { display:block; }#a0Q8HpCTf13otXVh31Ru7ObEqcwJFTqC > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHtSZdSSGFA6TgWP0C2g2dtA3tpau6ow { width:16.6875rem;height:11.0508rem;top:33rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIVHABEWNsNac5TG2o51HLnwZMXi2yxs { width:19.9995rem;height:9.66945rem;top:18.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx7LrwMtW7oQV64f5QFeTkf0sBc1eGuh { width:20rem;height:12.5625rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN2VLq9PI2Ec9bgdfIUumbyZFSKnVE5n { width:20rem;height:12.5625rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s95AnifzPNJws9tMMWUoZs6Pr90AOX2I { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDVhTnOcacFQ3Ozbs2iaCVzFmCsFcMfS { width:19.125rem;height:8.28809375rem;top:3.3125rem;left:0.779296875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBJVELTvod768rHO9BnT0Zwc27ySADeB { display:block; }#lBJVELTvod768rHO9BnT0Zwc27ySADeB > .row .container { width:20rem;height:68.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z76cIbILbTXnBoJiDQgTvy0mLTFuos5Q { width:19.3125rem;height:19.3389rem;top:48.125rem;left:0.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma7ZPaNBpUOQc8T1VMA0yEL6fTDTsUSD { width:19.9995rem;height:20.72024375rem;top:23.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4W110asvRa0gHbmkrhoS7opBXcUAHDa { width:20rem;height:12.5625rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzys6ifmTtwEDT0QQzMfMtL8GP6MPZHz { width:20rem;height:12.5625rem;top:22rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFJsbMtvCsVtlD1fem8qkCosnyC7p2Pl { width:20rem;height:12.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1pOFmvOXWJSsX9ygXWpMSmVdpOqnohx { width:19.125rem;height:16.57619375rem;top:3.123046875rem;left:0.4365234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAoftw0UhcTDSa2xS5awiFuJqPZsutLf { display:block; }#JAoftw0UhcTDSa2xS5awiFuJqPZsutLf > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #liyuQeZQ9fLWIxReToOcBQiJ7zKeLT50 { width:19.999rem;height:12.43215rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #svU5s5v4AG1ZNkZdDKLPlKsDIyPLsEzb { width:20rem;height:12.5625rem;top:19.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxU8vpc64BmPlFJQpZD1agpL10t2AHc5 { width:20rem;height:12.5625rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMtkqEk3UD24VT31U8XmhPDkJbMqBSqN { width:19.125rem;height:9.66944375rem;top:4.875rem;left:0.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zluT7TWOITxnDT65Kz3TIzZfuTZ96a24 { width:20rem;height:6.90675rem;top:36.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBk9zHvPpnIvi0AXeiq30pzrvrNyTKTZ { width:20rem;height:12.625rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgFOSFCBVhUJhesTEPQg2AgL7werC0xT { display:block; }#HgFOSFCBVhUJhesTEPQg2AgL7werC0xT > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrbzzBZADw0nad3oWzTidkV1vR9G5lS9 { width:19.3125rem;height:8.28809375rem;top:16.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG6hOhzLzxw4IXcfTNJM65DocrwBnxIW { width:19.9995rem;height:6.90675rem;top:2.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXx3OLCl1dzidMgoNqUgnvfpT09BDisv { width:20rem;height:12.5625rem;top:14.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qm75usVmFd5aK3oh1JoIapwo3gdpTgBX { width:20rem;height:12.5625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #raeggiCU0X1rshDmZQHWNTrSD9Hp6kUc { width:20rem;height:9.6875rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0eebSaGecmiiUJkhBw9cem83QEp94uT { width:19.125rem;height:6.90674375rem;top:29.4375rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRAn0eOXXBHJqbm7IUbmiZfAHJIlpAX8 { background-color:transparent;background-image:none;display:none; }#uRAn0eOXXBHJqbm7IUbmiZfAHJIlpAX8 > .row .container { width:20rem;height:40.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #f2ObqoVwZSDGLmrAfqLvSleKgNemb1qa { width:19.9980625rem;height:3.16845625rem;top:36.2080078125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IO8zD2McTHucyuarTDSpTNDRTexGEfK0 { width:20rem;height:9.5625rem;top:0.62548828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi { background-color:transparent;background-image:none;display:block; }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row .container { background-color: transparent; background-image: none; }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row .container > .video-iframe-container { display: none; }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row > .video-iframe-container { display: none; }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .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); }#UPDvkfe3IOk5VS90InaV9v3qfNHRZHEi > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FubzaopXQoKW4le0xsmroq89R3qiDGc6 { width:12.5rem;height:5.20019375rem;top:1.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EnN6922xlCSBUEwcRff94psIbIE4tKho { width:4.9995125rem;height:0.0615234375rem;top:7.16162109375rem;left:7.49853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha { display:block; }#Ta8ykTFlkZIpDMeS5GonJxPehvt6Q3Ha > .row .container { width:20rem;height:79rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6vgfFRs7nBm5H5gIu7J1MBThwJL9gT3 { width:19.3125rem;height:23.4829125rem;top:28.937255859375rem;left:0.3427734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZZ2aiJNTJB5FIoD3ChNyWNMFyVdikIp { width:19.999rem;height:23.4829125rem;top:1.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBwvK5Hhznzk8OCvbJuV9wIct9NHv2qy { width:19.125rem;height:23.482925rem;top:54.6875rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6oS126AeXzHfBZ601ubRW4sqTGETbFA { width:20rem;height:24.8125rem;top:1.02099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L45O7TspfrelfuspgKO81MrOBBcDeaDC { width:20rem;height:24.9375rem;top:28.2099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPaKkykrby07pm3CRw6Cp8dCHcXSHR3A { width:20rem;height:25.1875rem;top:53.8125rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ez0N9221bH3P7TIKeZr3T27BbxsWH3pT { display:block; }#ez0N9221bH3P7TIKeZr3T27BbxsWH3pT > .row .container { width:20rem;height:86.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zU2gsRIeXEaocJG7SFmRS22M6XADtRbc { width:19.3125rem;height:33.15235625rem;top:28.4375rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAMhZBGcSQJkuTosQIfDSt6NbtwIeWZ7 { width:19.9995rem;height:23.48291875rem;top:2.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPUR1aEQgTqTGSUAAaeNF4c8mRSuI1X2 { width:19.125rem;height:20.72021875rem;top:63.625rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6MC7Z1On5FbXf0TvJMNSLgfecieHNtK { width:20rem;height:24.75rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE7VdMlG8nhu3wy3fNTKw76PNmZXs8OG { width:20rem;height:24.75rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rS8rGRDbX0frnJ63D8aHgMtDHaidyI8c { width:20rem;height:24.25rem;top:62.124755859375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #oxZb0JT2btx85pDWDDLf7VwKwCradtd4 { display:block; }#oxZb0JT2btx85pDWDDLf7VwKwCradtd4 > .row .container { width:20rem;height:96.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcfEoesG7ROB32iWLtsbzSvOUxpR9ZM8 { width:19.3125rem;height:37.2964rem;top:21.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3O2IRR3wlnOq2VBuKehcuku6KgaU9cw { width:19.999rem;height:15.194825rem;top:2.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tV7S0Bt282ps3TaoddsFcFNboUGSHZtz { width:19.125rem;height:35.91505rem;top:60.875rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1p6Lxcvc52oxge8nvZwIymEmVwUCbxL { width:20rem;height:17.125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKABXmvvC4HGpIGonQT7PHrisUxDS0r1 { width:20rem;height:38rem;top:20.37451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wti7UTa5K0vJ1DMJiPkL11hupcBshZWo { width:20rem;height:35.0625rem;top:59.999267578125rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M { display:block; }#aalB4UI9Vc7sghT0qScw14Nwhbe5Cs9M > .row .container { width:20rem;height:89.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISJ3R1xKo8W1CI32riETGPWTqDdyx7yI { width:19.3125rem;height:37.29640625rem;top:52rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1TVAbx2tfSLof5aPAmXfVsybEOAsSTw { width:19.9995rem;height:22.101575rem;top:2.625rem;left:0.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p61xXpdeVDmAEzSKh1IsSzb6TK9m1E0q { width:19.125rem;height:19.33886875rem;top:29.375rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLIyVIkNHgHKELMlQobtzpovnC4p4fyR { width:20rem;height:24.1875rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I67TKM7FGcVEavdFeuxTHrK0a438f73T { width:20rem;height:21.3125rem;top:28.62451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsvqZh3KmLeDAZFugl7bVaxvo5JFewN8 { width:20rem;height:34.1875rem;top:51.186767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l01vkVTu7z51470crTIUpa7z5O2bmp9f { display:block; }#l01vkVTu7z51470crTIUpa7z5O2bmp9f > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nhwOT40caM8aX0eTzxcrlhd7bxEVc9al { width:19.3125rem;height:8.2880875rem;top:29.1240234375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHFXh01HUpBT59aflDD3tg3r1T8w8vr4 { width:19.9995rem;height:23.48291875rem;top:2.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #il71iOWZk70al0eW00hWR2N03b6qghdE { width:19.125rem;height:22.10156875rem;top:41.3125rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgIqrGCxDsRu9uqrdWL2J9OEvCiN3hpo { width:20rem;height:25.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWdApkSQAxNP5Go6xRQDDi3b0o0F9WVa { width:20rem;height:12.5625rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SNKCkpxAoXOgvVoeFofz5QWBhxIFPi92 { width:20rem;height:23.9375rem;top:40.125rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #RbLJk1FotGTWpUzNt54eLdp3parXJnwC { display:block; }#RbLJk1FotGTWpUzNt54eLdp3parXJnwC > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qFdlS2zSTpXCixndBDivXRoeSZCVM44J { width:19.3125rem;height:24.8642625rem;top:27.3125rem;left:0.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoLTQgKqyNtpTPQ9tHEOP1nICS58MlBV { width:19.999rem;height:19.33886875rem;top:1.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gb2A7CsmPaNDcFk3r3hTuxVuN27evsDb { width:19.125rem;height:23.4829125rem;top:55.625rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3w4a6zzqBowACdew2JAP6600bCFlfz { width:20rem;height:25rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTFPOmExzCXENIxxTSDCHiu6o9QHmAec { width:20rem;height:22.9375rem;top:25.811279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZcDgzvTOxTbzFFTC8w1fn3hgSAF7zUe { width:20rem;height:25.875rem;top:54.249755859375rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK { display:block; }#iIDgv1xzu2J6BFcq8bhdg3nBOPAS5UFK > .row .container { width:20rem;height:81.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qI1eOATExXcMhGdxeSrSdFISg416dVEX { width:19.3125rem;height:22.10156875rem;top:31.125rem;left:0.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsl06ATxrTsheRda0mg1rJ4VsSsOo1F5 { width:19.9995rem;height:24.8642625rem;top:2.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqqSQddgp9WlDSEZH27u7JiSV85gLkTl { width:19.125rem;height:23.48291875rem;top:57.87451171875rem;left:0.4365234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVRpJ0QpWsMEqLLMkoTZH2TdvSZlSS0f { width:20rem;height:26.75rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3NQZ84T35cPRZfWXdrAESIZLl6nS5GT { width:20rem;height:27.75rem;top:30.17138671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fATTav4gq53A40SvQFWrJJqT2ZWCLOIv { width:20rem;height:21.6875rem;top:56.4990234375rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #IapCDzON46DJp0ElPpNEr5TWFJL3uiyo { display:block; }#IapCDzON46DJp0ElPpNEr5TWFJL3uiyo > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQvgmwxxnUINMBMEu7lhX8drTlRay7pq { width:19.3125rem;height:23.48291875rem;top:27.6875rem;left:0.34375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9VU4neU38mFkp1NAdADdfd1vJ0FNHio { width:19.9995rem;height:20.720225rem;top:2.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKhCZp2bdmG1zDxZMSseFaV4wcxknFTA { width:19.125rem;height:26.2456125rem;top:54.5625rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKUrsaTKa8uNvx1Nw5lJmg2FzFzT0Elv { width:20rem;height:24.6875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIQwa0bTlUTRHxAdNVJv5RLFoQCEdfl1 { width:20rem;height:21.875rem;top:26.687255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft5Cl3nZ4WveETK1WUtli1RPfZVEcTAT { width:20rem;height:25.125rem;top:53.3125rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC { display:block; }#qq7R8kFnNswRkKBVUF3Oe8ZhlDOd4LuC > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uArZkuhnpS1MIcdV1qrl9WJ14JVdbUNk { width:19.3125rem;height:11.05078125rem;top:32.875rem;left:0.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBQMRFaq5C9dJBVemTaFboEhCJVazCOx { width:19.9995rem;height:26.2456125rem;top:2.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti0Vy3TasQW57ffGNm83ezkmMLT1KGHn { width:19.125rem;height:23.48291875rem;top:50.0625rem;left:0.4365234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgGfoHzvIhEDrJ4AuQAZgOnDdnaSaG1R { width:20rem;height:24.625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSZDIIfa5Oi32lR5vTkMqGgWhEWUnTe5 { width:20rem;height:14.5rem;top:31.749755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrB4CqlBOcuiki1tAlcEm6HWipglma3h { width:20rem;height:24.75rem;top:48.749267578125rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 { display:block; }#QEMz2V2xIvQdlh5T1lJTzelRQZDMyT82 > .row .container { width:20rem;height:73rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uKdU4waMaaKnwITb6K8OuI6M2sc9lvwN { width:19.3125rem;height:19.338875rem;top:26.25rem;left:0.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn5bVMDLqacPi9siCNhn9p5y4wvVquqd { width:19.999rem;height:22.10156875rem;top:1.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbgGPG43oazBf28ACk49pAfdwC4oxKGk { width:19.125rem;height:22.101575rem;top:48.625rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZVAARsB1ZAXqZOXXaT4TZ70OkXX0m8U { width:20rem;height:24.625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0mhiyo5Jy0g4ttoVZly1KPEQFakKlo1 { width:20rem;height:21.125rem;top:25.49853515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtP4BMIwdhoAUa7zd3lz3guTQMA2SZdo { width:20rem;height:24.625rem;top:48.12451171875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 { display:block; }#H90iJVqnToU0aRcCpv85Q0EDuMKsJHd4 > .row .container { width:20rem;height:65.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HopCAMKwByFCT583Z4ZMe3ssRTLtqdew { width:19.3125rem;height:13.81348125rem;top:49.717529296875rem;left:0.3427734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe3gNmKa7kD5QARXJLIfz2Nb0tD1Ck2L { width:19.99875rem;height:27.6269625rem;top:19.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoZ4tZOeknwFPKALEkG9Ua34PteHhu1E { width:19.125rem;height:12.43213125rem;top:2.375rem;left:0.7802734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpK6yGAzPw75ND6Zky17sTy01hwB3MFG { width:20rem;height:17.1875rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHzHcMQ6Tt1dcvl2Rd7gwFAX6ic7PLnJ { width:20rem;height:26.8125rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q6ZUPFf6C2MUL51ZTFD64oKlKzRMtfaT { width:20rem;height:16.875rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 { display:block; }#DW1W3sT1dCR0vkgEatpylKofzi8KtLJ6 > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cykt5dhN81QreRCzKos34vKtO0c4gsLd { width:19.3125rem;height:22.10156875rem;top:30.132568359375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiTeCQ4m46IfyJ2RklTHKfd1WwRAkzMl { width:19.999rem;height:24.8642625rem;top:1.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6IxSeEuUlCKMRIdfoZab0iatmDg35Ji { width:19.125rem;height:22.10156875rem;top:54.4375rem;left:0.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBBOM7F6KBTKT0p2ePl81mplQysaU5FO { width:20rem;height:26.8125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgeskvvg9XxrkK2oDWK9gO8i2viHaJrr { width:20rem;height:26.8125rem;top:28.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti93mdOtxvgI7e8Z5dGKWOKIXPaVVt0Q { width:20rem;height:24.4375rem;top:53.6875rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q { display:block; }#G0kma1I4oxnaoTlUIJGPSsKvk0uhz29q > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7upXfTn3vNCoc0RidwfQavTFEA4ddZU { width:19.9995rem;height:23.48291875rem;top:2.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3xGzFDhB18WUhIvTT33dkoAVx46s9VS { width:20rem;height:26.8125rem;top:1.60693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHfcUTdLzOgB92qA8v9rGQf7Dti1fnnG { width:20rem;height:26.8125rem;top:29.66943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUqLC5ENeW1alzHzinR1WthgBGzOl3xy { width:19.9995rem;height:13.81349375rem;top:31.23193359375rem;left:0.00049999999999884rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VziyhUD53k0kuzJLTbKlgixSeSNtq5KM { display:block; }#VziyhUD53k0kuzJLTbKlgixSeSNtq5KM > .row .container { width:20rem;height:127.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KeLfTVF4hwULp36lPkpITycZel89AAe2 { width:19.3125rem;height:40.0591rem;top:34.986328125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqHqkSJoWkz9Nosuw8JDM1bDTbOitTHq { width:19.999rem;height:30.38965625rem;top:1.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uikccigQiZPJmEaZqMt6MtCDB88Fyvo5 { width:20rem;height:41.875rem;top:33.9990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5TpUbMnrhJAO1eku6caArcsTlFmbITo { width:19.125rem;height:45.5844875rem;top:78.186767578125rem;left:0.4365234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR0kLO8wQ125gHPhkMTr349cANkAtv9V { width:20rem;height:31.4375rem;top:1.061279296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDLTfHBpZR27T5yJm4dGPBD98STBPXvT { width:19.9995rem;height:50.187rem;top:77.123291015625rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #dQBeDGODgeNXetIXvJWMkKEBslWr8Jwl { display:none; }#dQBeDGODgeNXetIXvJWMkKEBslWr8Jwl > .row .container { width:20rem;height:24.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP { display:flex;height:auto;width:19.3733125rem;top:6.374267578125rem;left:0rem; }
#LfUEswCczqOJrFSco9CKTcCry5RHkHtP .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #sFgMG8TQsAND0uwATAkirF3ENvwStq3p {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #g9DqFzctopKznkLfrIXHyzpQscRfP2kT {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #TFvWRxOzBgWuEsfnpTKzxfUd9DGLJrXK {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #z3r32TdTfyEloNx9Xqkpd97vwxve2oGe {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #H2pG62TX1sNpTeJTtaZl0TBVJK70ds5B {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #o8yowfDka0zmtFcJgaO5KSMltCcIH0wG {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #w3prvFUxAPa2lA8XKihsd9rrZDsiQUSs {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #C9dyKoFkUI5bqclNxeV6ACpCaAKJTHiB {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #OmCSkPr5VParFneM7xCeQQTrDN72U6rn {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #SucRGLD0nAK1yZmkOv5WAHX75ywMCMwr {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #rwEDbmfmhb0IRvoDKTe6KW0D9ez01TJf {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #c7BUShMc2GU41iN2UV2eR2yW3pzNIFQz {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #scEyspJ8aaAlJ7TR40QZGiqGN28zRTl0 {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #HVTb0xvhsNlMC0lC37Ogwa8yOaNDGSn4 {  }
 }@media only screen and (max-width: 763px) { #LfUEswCczqOJrFSco9CKTcCry5RHkHtP #rIiGZay1EwSs0txRZiFhAhVbtXuQ3oUr {  }
 }@media only screen and (max-width: 763px) { #gE4Q4hNBoHVZmKte862Qv5wsPox101TH { width:19.99875rem;height:3.8994125rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v38tCPksb0mwptWGNxiQuB0eL9fHhHg3 { width:18.2495rem;height:2.8745125rem;top:20.74951171875rem;left:0.84228515625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM941F51tHfiKwoMGzgX4t6BmcpJ6p2t { display:block; }
 }@media only screen and (max-width: 763px) { #R9NMEdLgiPDkdMaCv2sPwT29lvTKCVsI { display:none; }#R9NMEdLgiPDkdMaCv2sPwT29lvTKCVsI > .row .container { width:20rem;height:131.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM { display:flex;height:auto;width:19.374rem;top:92rem;left:0rem; }
#y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #x9gdKS0ckLgXIwkoQFBrmRaNn3Rgx0io {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #eSMP6VImr0yTJ7dbbnstLpKUL910f03d {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #kllXmVT379WHz2s4afoKD3QpRnCATdmt {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #hpr7ZvCRR2TCcNtoOTKa1HovpHFZUkJP {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #yewoaXqFOA9vKU5bWknMRSfQu1V2ne9f {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #TABW4MZlLm1PNHBW7SUCAVSk0ZsCqrrs {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #xXPya9xZAQUhqC2dJgig9UOr180FZy22 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #IrJIeuVocVaVNn2pRB37R9cJyFKc1saa {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #eMuVRJDKrR4WH3Pe940EZ0pkIJXwLsxg {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #I6EnDL85DkCfQeoIsihPC9x260CTlVQi {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #wdu7vLn4adLtvzChlXfgT3sslVvDgZHH {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #tlrCocN1lxVLMFvaICLzLU9O7wB3Bgru {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #FrAf3m0OcEnod08oqg9RAZtPXw9BvEaN {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #ve5CemF3TO0hcTo1IT1hEKS8chLLZROZ {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #Am8lQ3GTsggN4t6vsq806Po2XsmFtviD {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #Ka84iwZ3nk81UCNUgQu4GzM6VhWz91lM {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #kc76Bwv39XCG9EpCntMbmZaq99XhlXJQ {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #JFwyXtJhAfwebaBUt4kaXI2zHR7fOPZs {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #TBTnJCTuFyJsTbJ4sVPt7lL7XIpx2bF1 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #g8TZUZlJXPeICdTRbyxnMdiEdMyM0O5X {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #HMtNHWyKJU0wCFGwHT7p6LMynBe6xAWV {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #RUxqMXuPDIEHTdThNf6WhrUtJ0osVWbl {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #dJhLdh7ATkehL6STPsanGUFQ2I7vpD25 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #rfysTXR8gyPBHJqsiPmh9FefXqJvsLQ0 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #gxvxVQ9FuktLzEUwXQAh7Ig1WypNX7uA {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #KPeuZ6F5To7idqpqBFWlMcCGDeupv3F5 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #er110oRtZ0gKhC9UFsqMZTd5Vwg2oQSL {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #DaPfTZtPmQszizDf0AL0WO4JipDwx4AO {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #AbMrECl2ylbL0btBEaQv5I7HsaOu0oFn {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #oHhTMaJ6ipRG7SRtmpq1hLyKOGlMb58C {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #rHgd2nRqz07k2mPDKTV5I7WUgEE6CP9R {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #RoAI6Juaxu4ElXXlXdZVrN4bVGBrwmtE {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #zsUZ3wH9dBiGXSH5x7mKW0ZEq4IaU2mF {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #CR4Xkdyb4HKPfX7Z0sTn0fcUuwTHJbIx {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #kUTFD0dtnal0bsF1yKnlnUCtRlyMDqG7 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #BqJUhFO5W6UWPStX7XVPDRysGvElbGBE {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #gmOIc2yf70AtT35IGVuG2Rfm1otfpU51 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #Z5VMJCwNLxNzw1NB7gUCsHpuDJEbox8T {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #GxROcJnI9NoFqx723Sbqa8qsbTcZcJly {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #SzAVwe75ZOawnzsXBZ3rE7bvO8G0irEr {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #soelRoxViy8pPRmevB8HeL9I6BnXVqho {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #H1GOUpPrd4JXlpbaghTJgGgCZVIT97WX {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #bva0WNu9X3c05dFyFaC0IOMnJq76JkXn {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #kIWnLBWLUklXLJzro4DGvTRvS4gh4bKd {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #b4WtHOAvPxHqVZHdVAViIXPx3IKKStzi {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #I3gzTqMykzdmK0T3LMsdC2lDfw5yX45p {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #x6U5IEcAfWhFvCrUFJuIveO7TUbtNnpQ {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #C5ePxwoVpMaqIqCqERgK9wcib3xfgLB9 {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #c0XB57ogbJQ9fTesioINp3m3s5IXvB8P {  }
 }@media only screen and (max-width: 763px) { #y7BcwXgTNKkUBxVkMNZfpoXOtKTObxRM #sSGF1WTW4Dnk7NKmANrwJqZc2gzrM5Dn {  }
 }@media only screen and (max-width: 763px) { #JPzRhcqhUHwHDflI4t2TCT7WCoITIXbV { width:19.9995rem;height:1.29931875rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3QeM5rGnudUVTN24BHd83VEyCi6Vano { width:19.9995rem;height:23.3364375rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }#k3QeM5rGnudUVTN24BHd83VEyCi6Vano li:before{  }
 }@media only screen and (max-width: 763px) { #aK6x854VNyyuaJXHxJJ1TQukX74Qkltk { width:19.9995rem;height:23.3364375rem;top:61.8125rem;left:0rem;font-size:1rem;display:block; }#aK6x854VNyyuaJXHxJJ1TQukX74Qkltk li:before{  }
 }@media only screen and (max-width: 763px) { #pBnK4Hfxmrgt5sTcxMBd3iCz5ibE6ms0 { width:19.9995rem;height:1.29931875rem;top:59.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwLslcXrmsAp97FwesctPrGTvo8RDyZ2 { width:19.9995rem;height:27.234375rem;top:30.8125rem;left:0rem;font-size:1rem;display:block; }#iwLslcXrmsAp97FwesctPrGTvo8RDyZ2 li:before{  }
 }@media only screen and (max-width: 763px) { #mtzTuQLAdq4nlWMsT4Ol4368oX0zRvTs { width:19.9995rem;height:1.29931875rem;top:28.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lziCdpWNEWDdV90vBZhFEAoHS1Wlxp { width:19.9995rem;height:3.89795rem;top:86.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPMuSy9uK7Ta7VTv0N95Q2i9OkwL68ZW { display:none; }#zPMuSy9uK7Ta7VTv0N95Q2i9OkwL68ZW > .row .container { width:20rem;height:54.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V1u0M1T9qcJKG4nb8452Iu688iEt1lSr { width:19.9995rem;height:51.97261875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG9N5Tzz71qttx7emUQp1aigkLskUb1X { display:none; }#IG9N5Tzz71qttx7emUQp1aigkLskUb1X > .row .container { width:20rem;height:16.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r { display:flex;height:auto;width:19.3725625rem;top:0.87451171875rem;left:0rem; }
#wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #NWnQCrRoHsHOgbc8OwJB3dBSbdiyzcTL {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #S3BSD5cuvuT5R0qJCfL8etiTmhPhwvWI {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #I1XJJnSCqxWPw81PpxuI5078GSz22IBk {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #xezGqlklQL82unp5vQ6OlfTwTivTmkiR {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #MOoTHOHONz45cT2JcdOP8L6o7SHWivcr {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #DuqpXdbIp7U8PXQEVMvuWMC6v2h1flCr {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #CfXz2tw8n9BizlA0xqUysdlXuMIioJyy {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #EE4kW51rJ2IWIBX68gqM2gpeFkqmlEXN {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #E8fL95H5irQiSS0Co7I9JClWwZhWRnMX {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #qx1ayh6Z12X44EBu9A9oQyLOPEWrDQ6m {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #xDF6FqzLemtPTiEFwyD0BXfzIk7dkWas {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #v5fouQwCBkv4TPrvI4GfxlkTCwGIkgve {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #nviRnKKOVqNLTp2C6nNK7xR1z01VdOW9 {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #yQ7qR5AAwCtPeclIh2c5Sy2mbGuSektD {  }
 }@media only screen and (max-width: 763px) { #wWZLOxxH7SnVhZBOLnWN7BpabEGMlM9r #bhpXLv15R2q2kW4PhQb9dPRnV5m8i9MI {  }
 }@media only screen and (max-width: 763px) { #HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 { background-color:transparent;background-image:none;display:block; }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row .container { background-color: transparent; background-image: none; }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row .container > .video-iframe-container { display: none; }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row > .video-iframe-container { display: none; }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .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); }#HvTgEKmJH2mzhL9NhKb9HIi8AshWFnn1 > .row .container { width:20rem;height:10.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UcZRM4yUSXX6iFC5LehCHkJyhrpXxQpN { top:5.6455078125rem;left:4.5615234375rem;width:10.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdPh0SUsdGwUOdDqyg6RCXREZBTnoRJG { display:block; }
 }@media only screen and (max-width: 763px) { #isRRz6fGLBKIdxESkgwOHGOBEPNbP1hf { width:19.9995rem;height:3.086425rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BBg7XhrhCl1UrwDIE09KkJeEKwBTXxeR { display:none; }#BBg7XhrhCl1UrwDIE09KkJeEKwBTXxeR > .row .container { width:20rem;height:13.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s0NkOPdrENRTWqiX199tTb4NkDmBi2cr { width:17.4375rem;height:3.375rem;top:2.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnOQBZQ0GrB3GJD16GfFqAieXENE51XM { display:block; }
 }@media only screen and (max-width: 763px) { #laiwPE1K1I1WCTNSXXmuWOg5mswWXie4 { width:20rem;height:5.11743125rem;top:7.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM { display:none; }#Xf2oDaSmBuBhROmMEM0NP9Vw4Im2uiBM > .row .container { width:20rem;height:86.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x9O7sBqAzsZpLURdQrfpPhikfulAtHu5 { width:18.0625rem;height:19.875rem;top:41.621096484375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHK1Nt9AbevRlfOeEToREaLwdDh9LExZ { width:8.8125rem;height:1.62524375rem;top:59.97925078125rem;left:5.56201171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfNAwTcp7HAEegrDgRKgJE895GewlOsU { width:12.5625rem;height:12.5625rem;top:40.808108203125rem;left:1.858154296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuRqgmgadGRDfb7TUVrzirITXpNXyTAn { display:flex;width:1.5625rem;height:1.5625rem;top:46.308596484375rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #faBiRvJrxmzXwlI9gXXTBPUCCzCxZQgM { width:18.0625rem;height:19.875rem;top:62.85425078125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgup6tDGe0QMNiin8E7VPpenlc5n5TlN { width:8.8125rem;height:1.62524375rem;top:80.77514921875rem;left:5.56201171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzEGFV9lwGPRHoTWpK6NgFmUgMQmsbge { width:12.5625rem;height:12.5625rem;top:61.60327421875rem;left:1.858154296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kciSXyd3oLJ8rznaRe6JUWlFC6EuLvpl { display:flex;width:1.5625rem;height:1.5625rem;top:67.479494921875rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #zWab6QALhT8g0zJl7TmLMrKKfHKctL4c { width:19.9980625rem;height:1.7058125rem;top:1.59521484375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTcFUnmrXknxAnW9rcfg9hE4uTbzMPk1 { width:12.1875rem;height:4.3857375rem;top:15.049209277344rem;left:2.3747825622559rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WWGdv1XPa19EG9UTnCldSRk7zqGlys3T { width:16.1248125rem;height:4.3857375rem;top:35.986724536132rem;left:2.3758697509766rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw { display:none; }#kbXf9OlXKvDwmhyAZdGowtgw7c0WO9yw > .row .container { width:20rem;height:86.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QePZKMFPvC3TEfT4rs4UOH6cdOeE49TV { width:18.0625rem;height:19.875rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODuUprdTWbUm51KEKdCUR6kW7h7zHJDX { width:12.5625rem;height:12.5625rem;top:0.468505859375rem;left:1.843505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTQUNEqAiy6h0giNCA2D41AvqW4lXTsq { display:flex;width:1.5625rem;height:1.5625rem;top:5.9375rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #PxySEIQcTXT7dsnog4FLTP33B40GwLiP { width:16.93725rem;height:4.3857375rem;top:14.06298828125rem;left:1.49853515625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NTsqQ87hofkrxOrVIS1g1sxlDra0VpZl { width:8.8125rem;height:1.62524375rem;top:19.625rem;left:5.562744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG6OIRElWwV1yTDiao3Jk3Q5IlQ4VhHc { width:12.5625rem;height:12.5625rem;top:0.468505859375rem;left:1.843505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJ7plEwQJ9HmDV5NfCuUtEzGhOVooa6Q { width:18.0625rem;height:19.875rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bARBJCPDEPcI6H4h8VMTUvL5GHnqKIA5 { display:flex;width:1.5625rem;height:1.5625rem;top:5.9375rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #rPZR4BciUTkQrDzEVl0dLEAlCxdpHXvJ { width:16.93725rem;height:4.3857375rem;top:14.06298828125rem;left:1.49853515625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #rLalln5G1HoC914sKeeQoyKZOKeRVE2m { width:8.8125rem;height:1.62524375rem;top:19.625rem;left:5.562744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFAORfntaZ8K2vitv4y9qmL57KQ85tcM { width:18.0625rem;height:19.875rem;top:22.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pviSCnQzWGqNlpisxSaA9wSMglm6cCRI { width:12.5625rem;height:12.5625rem;top:21.655517578125rem;left:2.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPTe717PocX2HFBw85o79oV8OI1c7G6x { display:flex;width:1.5625rem;height:1.5625rem;top:27.1875rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #f54GGlhnxbiW4scOQn7yJ4EIA6xXvGvR { width:12.1875rem;height:4.3857375rem;top:35.25rem;left:2.31298828125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #txfmg27BSXS3Zg1mItguR9SCJ7LF4FBe { width:8.8125rem;height:1.62524375rem;top:40.875rem;left:5.562744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B { display:none; }#ZTRlE29BZAXDEmskOdxIK1Rf69IGuK7B > .row .container { width:20rem;height:86.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k2l119Gpnf7Rxww1wR39uBf0VEgw21cG { width:18.0625rem;height:19.875rem;top:43.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnfzHeEWaBorAdZ06UVyKx7L7NWKgIfV { width:12.5625rem;height:12.5625rem;top:42.905517578125rem;left:2.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXi4ILHxEyvxSar86CS3qQkBSOQaq2f7 { display:flex;width:1.5625rem;height:1.5625rem;top:48.4375rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #uLOIMIcrc9oavOvRCsVn172Tf5Uewxfq { width:16.5rem;height:5.84765rem;top:56.5rem;left:2.312255859375rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Wm6cpe74AQRycwKCv549g6T08WQB3ync { width:8.8125rem;height:1.62524375rem;top:62.125rem;left:5.56201171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilm3G4dkunEHdGRTFuFTF6pvXxcHCngp { width:18.0625rem;height:19.875rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkvwGX2bTTfA8fP10QHyodxXaIDCWKUq { width:12.5625rem;height:12.5625rem;top:0.468505859375rem;left:1.843505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwmvgxDvUATJCcwGb8cn2g62XVBIZawr { display:flex;width:1.5625rem;height:1.5625rem;top:5.9375rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #x3V6hkULC3FqTJZWqHbroPfXNGseH2Ox { width:16.812rem;height:5.84765rem;top:14.06298828125rem;left:1.49853515625rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oHHTZ4qEO6qkUKOiI9LQWdTxo2EgFQQp { width:8.8125rem;height:1.62524375rem;top:19.625rem;left:5.562744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6TsTB2Nu08JBNvp5zT6OyVkTCSNnsoi { width:18.0625rem;height:19.875rem;top:22.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmvXF1zhroak02JNky7vFMPsrTBRN8xa { width:12.5625rem;height:12.5625rem;top:21.655517578125rem;left:2.31298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5MiTD0kRzNK2Zu9ebnODeHbLh9EP4yS { display:flex;width:1.5625rem;height:1.5625rem;top:27.1875rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #f5yuPk6pvC25EQRe214iasKFHw7onfRi { width:16.5rem;height:5.84765rem;top:35.25rem;left:2.31298828125rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GRZRvA5SQGJL3GZQKSgLu3dir5Ja2fhQ { width:8.8125rem;height:1.62524375rem;top:40.875rem;left:5.562744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z { display:none; }#zEMPGe6skcd5aDbW5HdsRiw3MkhDvA7z > .row .container { width:20rem;height:86.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m0Cof9UiSeqrQOp8mE55FNGM5UcDp8pH { width:18.0625rem;height:19.875rem;top:43.75rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxgzNadkCMgIyzb1g6K2MtNZ9axSf6ow { width:12.5625rem;height:12.5625rem;top:42.905517578125rem;left:1.843505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv66slzFdHuHa1bZoIkxqyWIB8PShznd { display:flex;width:1.5625rem;height:1.5625rem;top:48.4375rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #gnUaLLKealXeigiFKRsgZ3qJ1R0F7GzK { width:16.5rem;height:4.3857375rem;top:56.5rem;left:2.312255859375rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h6EDNVKScWBKIHzbsvoulpBDcClJuTK4 { width:8.8125rem;height:1.62524375rem;top:62.125rem;left:5.56201171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5ip1CIZl0GF9AJnf9mPaEQAe1wopTiz { width:18.0625rem;height:19.875rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0R2Vds4rTzpz7yiKRIc4N8I6Zb4P2AP { width:12.5625rem;height:12.5625rem;top:0.468505859375rem;left:1.843505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1Zz6DEF4Ttm2RMVxwgZTfokXMHITm8O { display:flex;width:1.5625rem;height:1.5625rem;top:5.9375rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #KPDZ4WNUgUhUP2QfTT9eHAZVMdskRrcQ { width:16.74975rem;height:5.84765rem;top:14.062255859375rem;left:1.5rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FX8cgyRf7zd2gebPMtQOKmJCuOZUSXq6 { width:8.8125rem;height:1.62524375rem;top:19.625rem;left:5.56201171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kt6CdVAAzM5OhA5zxQ9MLTbHSJN0y9J3 { width:18.0625rem;height:19.875rem;top:22.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVMrbAnQlaqKvpAeSsSWDebkxXSLBvXE { width:12.5625rem;height:12.5625rem;top:21.65625rem;left:1.843505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzdHMwTEDb1TNJXsTzw7xAwTeZyhrRCM { display:flex;width:1.5625rem;height:1.5625rem;top:27.1875rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #UHbPtb2VB373dUz4U3dCrqVV84R4aFiK { width:16.5rem;height:4.3857375rem;top:35.25rem;left:2.312255859375rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iTyfLPcXhTPo6TWqb7R2KJMkU3Gy5tTK { width:8.8125rem;height:1.62524375rem;top:40.875rem;left:5.562744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv { display:none; }#v9tWKAoGGirq5oqGPSdDyPkkQkTgMpSv > .row .container { width:20rem;height:86.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lLQn9NrGbrGOzXSXOcf4cJcPJhOawgES { width:18.0625rem;height:19.875rem;top:22.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQJUVsENxRBCWsmRCvTT4t8XAkBIEnQM { width:12.5625rem;height:12.5625rem;top:21.65625rem;left:1.843505859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JizThlu7WE87kKMInWzM1rvTfxKOu3yC { display:flex;width:1.5625rem;height:1.5625rem;top:27.1875rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #P3wUwZuNuGM7LQXRfnwiJiAhl4VqBTZz { width:16.5rem;height:4.3857375rem;top:35.25rem;left:2.312255859375rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cw7ntu3E7OZ4UZf7cISwedmOtH3sKBZH { width:8.8125rem;height:1.62524375rem;top:40.875rem;left:5.562744140625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMDFhz8eCGUu3nPyd5SialiExoU6AdkS { display:block; }#vMDFhz8eCGUu3nPyd5SialiExoU6AdkS > .row .container { width:20rem;height:22.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfJsQDr5uwLE0aGVDMDuAN0uJ79kpO86 { width:19.9980625rem;height:7.796625rem;top:7.8125rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EiMEy9cWecmTxwePWZWrRG1K9Ll0qz5t { width:19.9980625rem;height:5.11743125rem;top:1.59521484375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fWDwucuBW4x9ohAypZnJaQwNJ4k8fM7x { width:17.4375rem;height:3.375rem;top:17.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUd8zeA2B89lWgiq2BXhgZVTmq5letge { display:block; }
 }@media only screen and (max-width: 763px) { #AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 { background-color:transparent;background-image:none;display:block; }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row .container { background-color: transparent; background-image: none; }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row .container > .video-iframe-container { display: none; }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row > .video-iframe-container { display: none; }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .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); }#AF3mGBNTVFOOSnd4FrvHnQM0tnynBdE8 > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZOuVTaBxPR5XTVDQH1ZTyT1x3ZpHIvJ { width:12.499rem;height:5.20019375rem;top:1.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lbZvLPC8rOZC9k34qfhTaOwHmy1ueMD8 { width:4.9995125rem;height:0.124511875rem;top:7.69921875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 { display:block; }#P8PUiiGD3vGxsfqzwVqopATK8G5TrMJ1 > .row .container { width:20rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q4eooz5lWm6DoaEvwS1MTXkbs7vyf4Ub { width:19.999rem;height:2.923825rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GvlMShAacfvtM1aSHaaTkWRyWLB5ma2O { width:19.9980625rem;height:4.3857375rem;top:15.047607421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tc31XbCXeVdAWPpaSKbk7hCT26NEuhZt { width:19.9980625rem;height:4.3857375rem;top:31.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMKL4GmJdqI37yNyVyGETIKsArIxTghG { display:flex;width:3.1245125rem;height:3.1245125rem;top:24.1875rem;left:8.4375rem; }
#dMKL4GmJdqI37yNyVyGETIKsArIxTghG > img { max-width: 100%;max-height:100%; width:3.1245125rem; height:3.1245125rem; } }@media only screen and (max-width: 763px) { #kSQTyoF7c48743xfLDQVmTN1ieI3FnOg { display:flex;width:3.06225625rem;height:3.06225625rem;top:8.04638671875rem;left:8.46826171875rem; }
#kSQTyoF7c48743xfLDQVmTN1ieI3FnOg > img { max-width: 100%;max-height:100%; width:3.06225625rem; height:3.06225625rem; } }@media only screen and (max-width: 763px) { #uJ9WzPcxuynvWe4rrszPb6us1m02md7T { width:8.4375rem;height:8.4375rem;top:5.3583984375rem;left:5.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMS8WwOHT8APZHmqXmPPx1zRqLTveWMP { width:17.87475rem;height:4.3857375rem;top:47.75rem;left:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nn2R20eBh6UI5zsmMXSuDInBKuNVX5x5 { width:8.625rem;height:8.625rem;top:37.875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uckGT1JrtyBlpSbv0HS3HwPlUK3rXRSO { display:flex;width:3.0625rem;height:3.0625rem;top:40.625rem;left:8.125rem;z-index:15260; }
#uckGT1JrtyBlpSbv0HS3HwPlUK3rXRSO > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; } }@media only screen and (max-width: 763px) { #s1pXQXWV9aGNKKSusJ9UqTdo6etxw6Vf { width:8.4375rem;height:8.4375rem;top:21.4375rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F { background-color:transparent;background-image:none;display:block; }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row .container { background-color: transparent; background-image: none; }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row .container > .video-iframe-container { display: none; }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row > .video-iframe-container { display: none; }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .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); }#lqd0vOwa2NR2SEWEK2oTBu7oFJawbJ0F > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiMHbsJkM0uUmF1xDs55LVdhXmgEwTB0 { width:16.9355625rem;height:2.6001rem;top:1.25rem;left:1.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDLJdT0J1Z9nPT3HvWCAFhlSQQANsV01 { width:5rem;height:0.0625rem;top:5.0996125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQV5aTkqErPlehewce5olzKrWbqQ3IKG { display:block; }#ZQV5aTkqErPlehewce5olzKrWbqQ3IKG > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IoNXDvMfxdHEU4nsEANIWCVMcKolKTxR { width:19.999rem;height:33.7822125rem;top:1.25rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zui1xNAdKpwadCR0RFaZFl4vrtn6BMhQ { width:19.99875rem;height:2.5986375rem;top:47.779541015625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hBOJffbAXTDiHtTPCyTmdGJam1sdvvPS { width:10.875rem;height:10.875rem;top:36.28026171875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 { display:block; }#y6D8btTyAHJhbEoLa9uyPhpwB4WZnR44 > .row .container { width:20rem;height:5.09912109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e54XR0UT7Df4CQPTK9Wi5F3zKO7lHMpU { width:10.68675rem;height:2.6001rem;top:0.87451171875rem;left:4.6552734375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lO93Bbsy93EF1gRfOHi6AKq9rV01m5lx { width:5rem;height:0;top:5.0996125rem;left:7.5rem;background-color:#8c1713;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vhcrkh9JTkCwktukZgHKkX5okVZN193T { display:block; }#vhcrkh9JTkCwktukZgHKkX5okVZN193T > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms { display:flex;height:auto;width:17.4975625rem;top:1.25rem;left:0rem; }
#smTmXoAGuWe9XA2LAquBABRB939Xuvms .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #kzL0cwCJdDf2wQgZ9a57FP85fVzgPss4 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #HZggf5IDJCr0hFOJ2v7fSA6hGmqawTCN {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #CJHdXbu5CTgFwv28m6PcLr4rBwWoUimT {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #HVk9fnf9Roxf7kv2iCKUx7TOoHDKhSGF {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #WU3EAA89PKLUN0pZHvUDqFuhaAbZSGLD {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #NEDs5TWw9tfuaL7sL7nc73MT9s2v1PMZ {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #QizgeLDsAihTfyt1r2rHHC0tSMDAzCM0 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #o6dJVlM9mF8qaBbpvN8O7ndG2iaAeoLe {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #xXwGMg20ikiDPNxkmFZC9Nw5fTdA38m3 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #JumS26FAgpCBZvQVLlbMTFb0BBycoKtI {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #X7ZdT1K0T21tf88Un5qf51NG2bGZ57d6 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #pKBgBf8eydvSv9fRB7hG1ARLFemnPcVE {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #BsvJO0TaiQ51TRqXF5A3eflPr3MFaHeo {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #W2HkEmTRTpIExSwxgVDKdDn1SOh0F7lx {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #M0uLWNRIVOB9XnQ8n8Eh2yK8up9UJFzK {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #kTuUxPVQrgPd9rwU1gaZEEZzgqXyA9ET {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #LCetQ1Gsqc0ICRFEw7F62Lq3fo95oXC1 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #wkL0TvS8gTn6EwC5yCHdggEZF4kxV36S {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #u9eBI0M2kdqFiatTvG52EeDcJAPAJRhO {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #OKF49ZFTLewBwCsGZraQBNTK9W453gaE {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #vzpd6Vb7H81wBxGTOiu2y3q6b0Gmv3kb {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #hGD9vARqmdio0Cg1zcAW1ESuXDvxrKgw {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #vXKy3coRSTJuEEumUqsMgv9hm9E8amCm {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #qvCMCpUC3MLmGnFity1s0VTDNC7BZQlz {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #q75qfaQ4fBN7m5rKS1TsHyr5GJVd6hnF {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #JJLSv9MTBAezJPR5fDtJ1Lsn6tSWk7hw {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #xBoBcUffp1Gw1zRK0LiMSycCSZsMMQWy {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #aCRR44g47c2rchEeLiAgh9VuZTshmfv3 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #BoXx0d1k3Z2bldR7JnZasPVL4hHy6Maa {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #MX88TUl2V2RLES28zwQVeCxOBtnQaUh3 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #FCTmszOp1FgwLHPSr7JLvPlOCRCWTxJ8 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #rNUzFqSpsM2MlpRENWP0Pq4hpFe8Bxg2 {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #UQFCMtzoXphCLC0yMxW7ICbJBCWyQVEC {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #rqk2XCxfmCDAaMQN3w7BV771lKqQ4M3r {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #EvVrc8VkfwcHGO93lTvaU8cVVhUMloxM {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #AP5TyupmUBKDHbUsDZFaDAPPW5VmidyW {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #KosHaNz1qxpywJa0DxTGPAVGemlQN4io {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #hCog9oT2XQeiFg3T9NrtkHlSimJ5kT6c {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #M6980zEKic50npisKPIaJnoxgHObx86d {  }
 }@media only screen and (max-width: 763px) { #smTmXoAGuWe9XA2LAquBABRB939Xuvms #NpbU4mRMAx2vG3x1RfmkiPtA7GDlEv5f {  }
 }@media only screen and (max-width: 763px) { #AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp { display:block; }#AyCt1Ayd2PhOa9qW5LpfvsofFbrlHZEp > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w44ONbt1zBhLq19b4qMaoq6JTpQ3HCbC { width:4.9995125rem;height:0;top:5.1001rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Of0vl2HQSeXZ7kUMg9bEUigWMA3MGFtt { width:16.06125rem;height:2.6001rem;top:1.25rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aiMpl8U1qox0aBbg8qGylyyKiOlDksCv { background-color:transparent;background-image:none;display:block; }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row .container { background-color: transparent; background-image: none; }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row .container > .video-iframe-container { display: none; }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row > .video-iframe-container { display: none; }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .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); }#aiMpl8U1qox0aBbg8qGylyyKiOlDksCv > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOs8mL8sOR7n8PFpMQBoZAeLfmy5w6uc { width:20rem;height:16.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JZWmihWwV4fmCrzCFBoEnwWqBxOWL6Bt { width:17.25rem;height:auto;top:10.3125rem;left:1.375rem;font-size:1.125rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HoZlFirG77edT4UZ3twcK1vLFtJr5QUB { width:18.0625rem;height:0;top:11.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWdmlGWltTpb5kIXy6CLdAacqgONVDXh { width:17.375rem;height:auto;top:12.0625rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ecm3kOGV9N6hpADgU6K6cI4tBsTsOzDX { width:20rem;height:18.625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAuh8tSCEFZE66oM9pNEcv0HUsKicmwE { width:17.375rem;height:auto;top:14.75rem;left:1.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNeDXEMZMIPsg3Ko0xgTivhJhcFSC2Zs { width:15.1875rem;height:7.5313806373875rem;top:1.1875rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn3iI3CN2qoW47inyv4Laz4bISXTllOD { display:block; }#Fn3iI3CN2qoW47inyv4Laz4bISXTllOD > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pOS86mqM65bkKfD1xTlB5vcF5QDUiecN { width:5rem;height:0;top:5.0996125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT6Pkowqi1bIQO1L8FCi085prHSXXcqG { width:16.0610625rem;height:2.6001rem;top:1.25rem;left:1.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection { background-color:transparent;background-image: -webkit-linear-gradient(202deg, #fc8800, #4c4a4a);background-image: -moz-linear-gradient(202deg, #fc8800, #4c4a4a);background-image: -ms-linear-gradient(202deg, #fc8800, #4c4a4a);background-image: -o-linear-gradient(202deg, #fc8800, #4c4a4a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#4c4a4a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8800', endColorstr='#4c4a4a' );";background-image: linear-gradient(202deg, #fc8800, #4c4a4a);background-size:auto !important;display:block; } #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection *:focus-visible, #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection input[type="text"]:focus-visible, #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection input[type="email"]:focus-visible, #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection input[type="tel"]:focus-visible, #a7593fdce31c48263a917bb5c2eaa903.widget-smartsection textarea:focus-visible { outline: none; } #g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row .container { background-color: transparent; background-image: none; }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row .container > .video-iframe-container { display: none; }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row > .video-iframe-container { display: none; }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .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); }#g8OpsWS634gv34LoUF7dCwUAGbd4qWor > .row .container { width:20rem;height:123.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection { display:block; } #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection *:focus-visible, #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection input[type="text"]:focus-visible, #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection input[type="email"]:focus-visible, #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection input[type="tel"]:focus-visible, #sG3qFVFyHBHuIrFMrTH2wXN1oXru8TLX.widget-smartsection textarea:focus-visible { outline: none; } #CxRRgvZz1JTaWaNxIffW9TItpUGpTKu3 > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }