.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf { position:relative;display:none; }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf { border-width: 0; border-radius: 0; }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf > .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; }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZdMdbN75s95ZrthxG9fIiXDmJoIoEz8N { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.125rem;top:0.5rem;left:3.3125rem;display:none; }
#AqHUIIHXzGmc2zxnAe5TuB7KDqR9xKoI { 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:block;z-index:15000;display:none; }
#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 { position:relative;display:none; }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 { border-width: 0; border-radius: 0; }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 > .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; }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VPTSvLRQc9WiZbtqM1auZ7EC56p0iHVo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:22.3125rem;display:none; }
#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV { position:relative;display:none; }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV { border-width: 0; border-radius: 0; }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV > .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; }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 { position:relative;display:none; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 { border-width: 0; border-radius: 0; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 > .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; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RO2zlatus2SIK7PH6pfpPX9Ud2FKPN6L { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.375rem;top:1.0625rem;left:0rem;display:none; }
#NWRyTfHAmWTPUvhzMNxI7WRoJuz7CcKh { z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,255,6,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#J06MgGPuwwOuaxraKCDe9updTyAc4pUT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ne0xOIf6TpzQQ0SCxoebTBmmEEOeNEdh { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4375rem;top:45.4375rem;left:0.0625rem;display:none; }
#J1Txq1GBMDQulLDdyzrrRJdkzuGmOmrp { 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:block;z-index:15000;display:none; }
#adhsOPJtZiVycDoqvycoEcTGiDs7w4i2 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.1875rem;width:33.1875rem;display:none; }
#gTpcZNv51EvHR8yh5Q1fhX8ACrqz1Lkt { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.4375rem;top:7.4375rem;left:0rem;display:none; }
#TAudL95fw1ggrrgdBCXwSN9GNHFprRaI { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:8.6875rem;left:0.0625rem;display:none; }
#Kd0KTmse7Wlr2XEOlRoReH0W1Kr1PfNR { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.9375rem;top:42.5625rem;left:0rem;display:none; }
#w5R5OZU4Hs7skcqluBf2oiUdzHxw6ude { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.125rem;top:2.4375rem;left:0rem;display:none; }
#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT { position:relative;display:none; }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT { border-width: 0; border-radius: 0; }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT > .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; }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 { position:relative;display:none; }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 { border-width: 0; border-radius: 0; }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 > .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; }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QWVCou2KoDqf6wNhTUFHzKiSEU5emXM0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:8.9375rem;display:none; }
#oZu1rfagkBwn0gPf6Rv9MTibK2aL7mZ3 { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.1875rem;top:1.1875rem;left:0rem;display:none; }
#oBDXaAzqAfk9v6IoC5GLJ8rcryPtbHAx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:7.3125rem;display:none; }
#ZBuw0MAp1zBNZpF0SA2yFrsrSym6SMUE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:5.6875rem;display:none; }
#D0cQ6MAEdniUWtNotfhQHMuyLs0XIFFO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:5.125rem;display:none; }
#dUlO0gJ4D9GEQk7yQ49ixe7UVxPWP7AV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:5.125rem;display:none; }
#keQUTuIDqZWN3S1cZLkbFzbbhidfJtSU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:5.125rem;display:none; }
#UxUVxtmreivXUOC59Xk0M5WZgAaN8P5K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:5.125rem;display:none; }
#nyfn1XumpxU8chzltfk9duFrFpOd9h0f { position:relative;display:none; }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f { border-width: 0; border-radius: 0; }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f > .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; }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eeFsWbQDHPHR4zpf5tW2aVwIulwUcPfe { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.4375rem;top:4.375rem;left:0rem;display:none; }
#ZV6etP9Ov2kzVa5Ku5pBKhUnR9ZRdzlF { color:#000000;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.875rem;top:1.25rem;left:1rem;display:none; }
#hdbwedetkPPwIUTemrw0igIwUd8dOLev { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.25rem;top:35.125rem;left:0rem;display:none; }
#WvhySIqXXViT4alX7SVqLWrOHn9stzeT { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.25rem;top:56.6875rem;left:0.0625rem;display:none; }
#nVea6OaEesXyZDC7fHg7Xihhkmawr32s { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;display:none; }
#zM44x0ocNdQkHfHKLTI2vTmfb8rypldF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;display:none; }
#RW9d4eq5ndfxpgAatWz9XqbFxZV1fr56 { color:#000000;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.375rem;top:29.4375rem;left:0rem;display:none; }
#L2RLZ6pM5zHaWV3C5zgrdCV66O0TT9k5 { color:#000000;display:block;width:19rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:63.4375rem;left:0.5rem;display:none; }
#TEid4pitXSBXN2oUp2NlOJRPUnlpxZyU { z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,255,6,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#ULv95yeB3OMZ7gmshuw103twayoD7rgd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W { position:relative;display:none; }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W { border-width: 0; border-radius: 0; }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W > .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; }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U { position:relative;display:none; }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U { border-width: 0; border-radius: 0; }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U > .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; }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ubUIUXoJIZndTm94zaLihpzbnR8TT0qz { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11rem;top:5.4375rem;left:0rem;display:none; }
#J2MwXNrBHQ8LHV5vPK8mbZ2QQ2URrC6z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;display:none; }
#c5LHW4yKybXSoi55A6lAbDdMwsZNgohU { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.6875rem;top:33.375rem;left:0rem;display:none; }
#n17TJ2p4r6e5ihRlArRLsHGEueMhOifN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;display:none; }
#Cp4f642G2f0xUm6CnIdgPl74XvOAtWki { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8125rem;top:30.3125rem;left:0.4375rem;display:none; }
#e7ht7BcF0m69v5ln0eOrgBGOklqz4CNo { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.8125rem;top:0.9375rem;left:0rem;display:none; }
#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU { position:relative;display:none; }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU { border-width: 0; border-radius: 0; }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU > .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; }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd { position:relative;display:none; }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd { border-width: 0; border-radius: 0; }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd > .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; }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#G21UsMcIShpGtretMC3B7w3PikxJxVvC { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.8125rem;top:5.4375rem;left:0rem;display:none; }
#xFgyxXFUMG0WKWqpU13HklUXrV1kU1iG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;display:none; }
#BEWs2qUXbTFA0Xu9aQFHX8xHt9TcqDkF { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.75rem;top:0.9375rem;left:0rem;display:none; }
#hdzLBJIRdHXrNIvZ6VDJtGVhfuCTGzSJ { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5625rem;top:37.25rem;left:0rem;display:none; }
#D7IpJP5GfEd6M266Ifv5ea4C7FStMrzQ { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:40.6875rem;left:0.8125rem;display:none; }#D7IpJP5GfEd6M266Ifv5ea4C7FStMrzQ li:before{  }
#b5c3pPKxHppf7iHt6x6WpFg1nJr3dW1I { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:55.8125rem;left:0rem;display:none; }
#ZgGQbfSbAlskoLfmtNw50kL5Q1drANzH { z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,255,6,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#JFCkUIdS5amhbnLQFGrTVC6pbswwTrXt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx { position:relative;display:none; }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx { border-width: 0; border-radius: 0; }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx > .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; }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 { position:relative;display:none; }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 { border-width: 0; border-radius: 0; }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 > .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; }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#H4wkA0s76x8Vsmgabw8B1TbmlkKPJObw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:15.25rem;display:none; }
#VQkDyPwLU8zRQQKZNuZaG1EBcVcgEe7L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:15.0625rem;display:none; }
#xGsECsez4TTozOAcO9pCC3zNZ8yJM59O { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:2.0625rem;left:2.0625rem;display:none; }
#Vv3zPciIS7J8VNi9lMMNv4Gp8PyVRsQS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:1.5rem;left:3.75rem;display:none; }
#MO5m5oslCM1lIAOhwiQCZ00GqNTtm5SQ { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:3rem;left:1.1875rem;display:none; }
#lR0zR0VOHENgZWEWUVAwG2QCfrTnuO12 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:7.125rem;left:3.75rem;display:none; }
#of9qAc4ZoxGyySam7VAmRlPN3XrHKGJz { 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;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15000;display:none; }
#H4Q0IRMBmRWuhZto0vZOwFcbgLsKQRkC { position:relative;display:none; }#H4Q0IRMBmRWuhZto0vZOwFcbgLsKQRkC { border-width: 0; border-radius: 0; }#H4Q0IRMBmRWuhZto0vZOwFcbgLsKQRkC > .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; }#H4Q0IRMBmRWuhZto0vZOwFcbgLsKQRkC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#T926p9NiPL7TxBgPwkeZ1hicb8UM8JMT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:15.25rem;display:none; }
#Ep3Pe5V6u7l7V1a0B6h3pcm8EU8kVB0B { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:15.0625rem;display:none; }
#o9BL7STiL81WSQGtUWlKvdy7tr8fCB88 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:2.0625rem;left:2.0625rem;display:none; }
#vDPBZeFLMH3BuooyyRZUCNdlagewZIDB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:1.5rem;left:3.75rem;display:none; }
#Ha8NuU3g6C4r2guJieXrRvilQhogUaxb { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:3rem;left:1.1875rem;display:none; }
#UbsmVnIrTPQ96mCo7MHTIRhu526JNfTt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:7.125rem;left:3.75rem;display:none; }
#hys86H9Fx3UlM1TrxPAJubR5W2ZMwZVX { 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;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15000;display:none; }
#KtqZ0eNILTSfUwwIUBR9EGnIUm6TyOp3 { position:relative;display:none; }#KtqZ0eNILTSfUwwIUBR9EGnIUm6TyOp3 { border-width: 0; border-radius: 0; }#KtqZ0eNILTSfUwwIUBR9EGnIUm6TyOp3 > .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; }#KtqZ0eNILTSfUwwIUBR9EGnIUm6TyOp3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TPKOuoQM5xRdoSfHoDNT46lQK27dvmTb { 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;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:15000;display:none; }
#Ll4ZPXca3bgaIwls3lLZgDfzLz6iWdir { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:15.25rem;display:none; }
#BkPvyCxUIuqo3BxAPF8zcEt5PH9Hpmpt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.8125rem;top:15.3125rem;left:3.75rem;display:none; }
#hiBA9UwfkV2usV5fVtOW1mopziHQKByL { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#XZ1lrmTiCITKxsLMTTQeG3eVnHkP3wV7 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:3.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.125rem;top:17.1875rem;left:1.1875rem;display:none; }
#tXzzOKFnqsasT9T3nBMxLiJJWM3MXUV1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.75rem;top:21.3125rem;left:3.75rem;display:none; }
#BsZRyJ9qisix5vbOnoqRS0o9nLZ2AW4T { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#kxSdp7XwpZAtLCNNsRzuQp41Mxrvxn9C { position:relative;display:none; }#kxSdp7XwpZAtLCNNsRzuQp41Mxrvxn9C { border-width: 0; border-radius: 0; }#kxSdp7XwpZAtLCNNsRzuQp41Mxrvxn9C > .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; }#kxSdp7XwpZAtLCNNsRzuQp41Mxrvxn9C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED { position:relative;display:none; }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED { border-width: 0; border-radius: 0; }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED > .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; }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#y5nPBwsQcH5GsuaGWsqZC9QfTWf9Jlha { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:40rem;display:none; }
#Q8iAtz9BHNtFLTGnUPXulK342mHXvdkN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:20.1875rem;display:none; }
#T4desOn8DGWg9xOzysdrlNxnkiCNmOPT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:19.75rem;display:none; }
#dkeUwrbutpyXmZWqCPFLcFePaeUfm2lg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:19.75rem;display:none; }
#pQGtyXuF07wNZ3zCqMA2RoZ4ao680rUE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:18.9375rem;display:none; }
#ncIrOmgTACr5nyq6lwNInhB7hBXeUZXT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:17.25rem;display:none; }
#iRuMFEqW5TgoABJDiHgrILDfC0AGrAXO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:17.25rem;display:none; }
#AUmKU05zgnMp3zt2ga56IzNKO3EceG5i { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:17.25rem;display:none; }
#iUXb346LT6pMJacTLgUaw9cRleQTSJip { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:16.6875rem;display:none; }
#WHdzVv32zkbz2Nw3LrqFPJ2X64CrDWvN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:16.25rem;display:none; }
#MLHKL8peA2sitDqCh4sZxmJEnET88T4w { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:16.25rem;display:none; }
#BDtZNmxMc3EDeUtWgzyBKmac8iwEzWu9 { z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0,255,6,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#MPbdGDNVNLPsPtXr2tNGukyfnthUnCi2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#neZiuP55kApDd1oLiKAASiTixoCZenpa { position:relative;display:none; }#neZiuP55kApDd1oLiKAASiTixoCZenpa { border-width: 0; border-radius: 0; }#neZiuP55kApDd1oLiKAASiTixoCZenpa > .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; }#neZiuP55kApDd1oLiKAASiTixoCZenpa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WT5DXkIZKAgg0myEEqCPbV0ylruTuXRK { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.25rem;top:13.125rem;left:8.0625rem;display:none; }
#QdoeW1t0X1LPyiELzLtvxSCHLQM5092v { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:4rem;top:14.125rem;left:7.4375rem;display:none; }
#u8AsoNLP6PwCWW4CwNZolfTi80D8AMxV { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.4375rem;top:13.125rem;left:6.625rem;display:none; }
#eT0O5nau8aT6GMdSSCmqJKpWXgO2nARd { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:2rem;top:18.8125rem;left:7.1875rem;display:none; }
#Xdv7oGzFIZWkEGIAL1hMX2awagVZdE3o { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.4375rem;top:17.0625rem;left:6.5625rem;display:none; }
#ATTbluDqzSZsCf32d1BrCwqUSudUBRg7 { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:3.1875rem;top:20.4375rem;left:6.8125rem;display:none; }
#bvJbCOUGy70XB15T9mEetSNd3l72fGQ3 { color:#000000;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.4375rem;top:33.1875rem;left:7.1875rem;display:none; }
#J7D7KyRpGu7lgkZrM3c41qdaRsVvXnaw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:4rem;top:31.875rem;left:7.1875rem;display:none; }
#GCdnMMT55Zy9u8Fk2zqJv2m3IBlqbzJD { 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; }
#Uyye81grP7GLImMbHtNi3Qei1yfpTvt7 { 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; }
#X04Eg9bhuOzHe7qnsmwCAKlXwIby5h4N { 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; }
#uoTTa0KRmBtCDHFWvwkBfaieTtvUwB84 { 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; }
#sXsWG6GUntaWTIRhXwoptiW6zZ0uZJFx { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.2) ;height:12.5rem;width:12.5rem;display:none; }
#mNQsg9BAqLwVhU5I95h8H2ostQmthUtU { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.13) ;height:12.5rem;width:12.5rem;display:none; }
#zygJDNaOvvElo7topDSHXNVTEKSGsZ0L { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.13) ;height:12.5rem;width:12.5rem;display:none; }
#SA7COkNg8ge6upqyXrXFEvwAyXR5wmO4 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.13) ;height:12.5rem;width:12.5rem;display:none; }
#KosptI5nnHFTzWdZBGHfRqBc2EGtBvPx { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.08) ;height:12.5rem;width:12.5rem;display:none; }
#rizqI06ooCXW42f0ZdyLwinM8svLS1eO { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.08) ;height:12.5rem;width:12.5rem;display:none; }
#HmutZIcRk96r1NxWeGz9lFA4IwwBrlsT { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.08) ;height:12.5rem;width:12.5rem;display:none; }
#FkzWcnRbcisEVfRwBDnMg80BQBZiTsR2 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.08) ;height:12.5rem;width:12.5rem;display:none; }
#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv { position:relative;display:none; }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv { border-width: 0; border-radius: 0; }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv > .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; }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB { position:relative;display:none; }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB { border-width: 0; border-radius: 0; }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB > .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; }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#V0VOTdKuWfvr5KrEXleMTEW4TJHdz6u9 { color:#000000;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:;top:1.25rem;left:0.125rem;display:none; }
#vrLJCxcxOm4PQhmnCIueXnbhNedKWMbX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;display:none; }
#fZ8oxm8eeAdVquyTeyzl4fUU8I1xobGR { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:23.125rem;top:16.6875rem;left:0rem;display:none; }
#leTOs2gu919btsm4PiCAap158ZiTw3ZB { position:relative;display:none; }#leTOs2gu919btsm4PiCAap158ZiTw3ZB { border-width: 0; border-radius: 0; }#leTOs2gu919btsm4PiCAap158ZiTw3ZB > .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; }#leTOs2gu919btsm4PiCAap158ZiTw3ZB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#phd9vXCXmfatGGsROn29hmOoCnGDBErO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:22.3125rem;display:none; }
#RgTVahcLkJ31H4BbRsAwRMmLkT3hzTMm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:9.375rem;display:none; }
#tfb2h5okiw1IgHNmVFSVrKvHmT8s0c93 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;display:none; }
#l2UZzLzTL5PqPlvwOn2vIlHeqXi7L2Zh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;display:none; }
#oEJEqyLfd4CfUJpCmodMAMbITTPvRCvr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;display:none; }
#BvkTD9ATzmWl1p1phOG4TEXKEZKpf2B1 { color:#000000;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:18.875rem;left:0.8125rem;display:none; }
#ugQNGzhOFrm1JWJPZnbbUGNqilvR888L { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.125rem;display:none; }
#G75UKOpEdCJGT4w0JitUtvxZXhhpxDT1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:12.5rem;display:none; }
#e53qIENvr1gtM5xLg6G62tFOvT4mu7fV { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:19.4375rem;top:5.125rem;left:0rem;display:none; }
body { position:relative;display:block; }
#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf { display:none; }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf > .row .container { width:47.75rem;position:relative;display:none; }#ZdMdbN75s95ZrthxG9fIiXDmJoIoEz8N { top:0.5rem;left:0rem;width:14.75rem;height:1.125rem;font-size:0.875rem;display:none; }
#AqHUIIHXzGmc2zxnAe5TuB7KDqR9xKoI { display:none; }
#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 { display:none; }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 > .row .container { width:47.75rem;position:relative;display:none; }#VPTSvLRQc9WiZbtqM1auZ7EC56p0iHVo { width:22.3125rem;height:5.3125rem;display:none; }
#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV { display:none; }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV > .row .container { width:47.75rem;position:relative;display:none; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 { display:none; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 > .row .container { width:47.75rem;position:relative;display:none; }#RO2zlatus2SIK7PH6pfpPX9Ud2FKPN6L { top:1.0625rem;left:0rem;width:20rem;height:5.375rem;font-size:1.5rem;display:none; }
#NWRyTfHAmWTPUvhzMNxI7WRoJuz7CcKh { width:;height:;display:none; }
#J06MgGPuwwOuaxraKCDe9updTyAc4pUT { display:block; }
#ne0xOIf6TpzQQ0SCxoebTBmmEEOeNEdh { top:45.4375rem;left:0rem;width:19.75rem;height:1.4375rem;font-size:0.8125rem;display:none; }
#J1Txq1GBMDQulLDdyzrrRJdkzuGmOmrp { display:none; }
#adhsOPJtZiVycDoqvycoEcTGiDs7w4i2 { width:33.1875rem;height:33.1875rem;display:none; }
#gTpcZNv51EvHR8yh5Q1fhX8ACrqz1Lkt { top:7.4375rem;left:0rem;width:20rem;height:4.4375rem;font-size:1.25rem;display:none; }
#TAudL95fw1ggrrgdBCXwSN9GNHFprRaI { top:8.6875rem;left:0rem;width:19.75rem;height:1rem;font-size:0.8125rem;display:none; }
#Kd0KTmse7Wlr2XEOlRoReH0W1Kr1PfNR { top:42.5625rem;left:0rem;width:20rem;height:2.9375rem;font-size:1.25rem;display:none; }
#w5R5OZU4Hs7skcqluBf2oiUdzHxw6ude { top:2.4375rem;left:0rem;width:20rem;height:3.125rem;font-size:1.5rem;display:none; }
#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT { display:none; }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT > .row .container { width:47.75rem;position:relative;display:none; }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 { display:none; }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 > .row .container { width:47.75rem;position:relative;display:none; }#QWVCou2KoDqf6wNhTUFHzKiSEU5emXM0 { width:8.9375rem;height:9.125rem;display:none; }
#oZu1rfagkBwn0gPf6Rv9MTibK2aL7mZ3 { top:1.1875rem;left:0rem;width:19.875rem;height:4.1875rem;font-size:1.5rem;display:none; }
#oBDXaAzqAfk9v6IoC5GLJ8rcryPtbHAx { width:7.3125rem;height:9.125rem;display:none; }
#ZBuw0MAp1zBNZpF0SA2yFrsrSym6SMUE { width:5.6875rem;height:9.125rem;display:none; }
#D0cQ6MAEdniUWtNotfhQHMuyLs0XIFFO { width:5.125rem;height:9.125rem;display:none; }
#dUlO0gJ4D9GEQk7yQ49ixe7UVxPWP7AV { width:5.125rem;height:8.5625rem;display:none; }
#keQUTuIDqZWN3S1cZLkbFzbbhidfJtSU { width:5.125rem;height:9.125rem;display:none; }
#UxUVxtmreivXUOC59Xk0M5WZgAaN8P5K { width:5.125rem;height:9.125rem;display:none; }
#nyfn1XumpxU8chzltfk9duFrFpOd9h0f { display:none; }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f > .row .container { width:47.75rem;position:relative;display:none; }#eeFsWbQDHPHR4zpf5tW2aVwIulwUcPfe { top:4.375rem;left:0rem;width:19.9375rem;height:9.4375rem;font-size:1.125rem;display:none; }
#ZV6etP9Ov2kzVa5Ku5pBKhUnR9ZRdzlF { top:1.25rem;left:0rem;width:19rem;height:1.875rem;font-size:1.5rem;display:none; }
#hdbwedetkPPwIUTemrw0igIwUd8dOLev { top:35.125rem;left:0rem;width:19.875rem;height:6.25rem;font-size:1.125rem;display:none; }
#WvhySIqXXViT4alX7SVqLWrOHn9stzeT { top:56.6875rem;left:0rem;width:19.875rem;height:6.25rem;font-size:1.125rem;display:none; }
#nVea6OaEesXyZDC7fHg7Xihhkmawr32s { width:15.625rem;height:15.625rem;display:none; }
#zM44x0ocNdQkHfHKLTI2vTmfb8rypldF { width:15.625rem;height:15.625rem;display:none; }
#RW9d4eq5ndfxpgAatWz9XqbFxZV1fr56 { top:29.4375rem;left:0rem;width:19rem;height:4.375rem;font-size:1.5625rem;display:none; }
#L2RLZ6pM5zHaWV3C5zgrdCV66O0TT9k5 { top:63.4375rem;left:0rem;width:19rem;height:2rem;font-size:1.5625rem;display:none; }
#TEid4pitXSBXN2oUp2NlOJRPUnlpxZyU { width:;height:;display:none; }
#ULv95yeB3OMZ7gmshuw103twayoD7rgd { display:block; }
#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W { display:none; }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W > .row .container { width:47.75rem;position:relative;display:none; }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U { display:none; }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U > .row .container { width:47.75rem;position:relative;display:none; }#ubUIUXoJIZndTm94zaLihpzbnR8TT0qz { top:5.4375rem;left:0rem;width:20rem;height:11rem;font-size:1.125rem;display:none; }
#J2MwXNrBHQ8LHV5vPK8mbZ2QQ2URrC6z { width:15.625rem;height:15.625rem;display:none; }
#c5LHW4yKybXSoi55A6lAbDdMwsZNgohU { top:33.375rem;left:0rem;width:19.6875rem;height:4.6875rem;font-size:1.125rem;display:none; }
#n17TJ2p4r6e5ihRlArRLsHGEueMhOifN { width:15.625rem;height:15.625rem;display:none; }
#Cp4f642G2f0xUm6CnIdgPl74XvOAtWki { top:30.3125rem;left:0rem;width:18.9375rem;height:3.8125rem;font-size:1.375rem;display:none; }
#e7ht7BcF0m69v5ln0eOrgBGOklqz4CNo { top:0.9375rem;left:0rem;width:20rem;height:3.8125rem;font-size:1.375rem;display:none; }
#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU { display:none; }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU > .row .container { width:47.75rem;position:relative;display:none; }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd { display:none; }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd > .row .container { width:47.75rem;position:relative;display:none; }#G21UsMcIShpGtretMC3B7w3PikxJxVvC { top:5.4375rem;left:0rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:none; }
#xFgyxXFUMG0WKWqpU13HklUXrV1kU1iG { width:15.625rem;height:15.625rem;display:none; }
#BEWs2qUXbTFA0Xu9aQFHX8xHt9TcqDkF { top:0.9375rem;left:0rem;width:20rem;height:5.75rem;font-size:1.375rem;display:none; }
#hdzLBJIRdHXrNIvZ6VDJtGVhfuCTGzSJ { top:37.25rem;left:0rem;width:20rem;height:1.5625rem;font-size:1.125rem;display:none; }
#D7IpJP5GfEd6M266Ifv5ea4C7FStMrzQ { top:40.6875rem;left:0rem;width:19.0625rem;height:;font-size:1rem;display:none; }#D7IpJP5GfEd6M266Ifv5ea4C7FStMrzQ li:before{  }
#b5c3pPKxHppf7iHt6x6WpFg1nJr3dW1I { top:55.8125rem;left:0rem;width:20rem;height:5.3125rem;font-size:1.375rem;display:none; }
#ZgGQbfSbAlskoLfmtNw50kL5Q1drANzH { width:;height:;display:none; }
#JFCkUIdS5amhbnLQFGrTVC6pbswwTrXt { display:block; }
#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx { display:none; }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx > .row .container { width:47.75rem;position:relative;display:none; }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 { display:none; }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 > .row .container { width:47.75rem;position:relative;display:none; }#H4wkA0s76x8Vsmgabw8B1TbmlkKPJObw { width:15.25rem;height:13.3125rem;display:none; }
#VQkDyPwLU8zRQQKZNuZaG1EBcVcgEe7L { width:15.0625rem;height:13.25rem;display:none; }
#xGsECsez4TTozOAcO9pCC3zNZ8yJM59O { top:2.0625rem;left:0rem;width:15.8125rem;height:5.3125rem;font-size:1.5rem;display:none; }
#Vv3zPciIS7J8VNi9lMMNv4Gp8PyVRsQS { top:1.5rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#MO5m5oslCM1lIAOhwiQCZ00GqNTtm5SQ { top:3rem;left:0rem;width:17.5rem;height:4.125rem;font-size:3.1875rem;display:none; }
#lR0zR0VOHENgZWEWUVAwG2QCfrTnuO12 { top:7.125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:none; }
#of9qAc4ZoxGyySam7VAmRlPN3XrHKGJz { display:none; }
#H4Q0IRMBmRWuhZto0vZOwFcbgLsKQRkC { display:none; }#H4Q0IRMBmRWuhZto0vZOwFcbgLsKQRkC > .row .container { width:47.75rem;position:relative;display:none; }#T926p9NiPL7TxBgPwkeZ1hicb8UM8JMT { width:15.25rem;height:13.3125rem;display:none; }
#Ep3Pe5V6u7l7V1a0B6h3pcm8EU8kVB0B { width:15.0625rem;height:13.25rem;display:none; }
#o9BL7STiL81WSQGtUWlKvdy7tr8fCB88 { top:2.0625rem;left:0rem;width:15.8125rem;height:5.3125rem;font-size:1.5rem;display:none; }
#vDPBZeFLMH3BuooyyRZUCNdlagewZIDB { top:1.5rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#Ha8NuU3g6C4r2guJieXrRvilQhogUaxb { top:3rem;left:0rem;width:17.5rem;height:4.125rem;font-size:3.1875rem;display:none; }
#UbsmVnIrTPQ96mCo7MHTIRhu526JNfTt { top:7.125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:none; }
#hys86H9Fx3UlM1TrxPAJubR5W2ZMwZVX { display:none; }
#KtqZ0eNILTSfUwwIUBR9EGnIUm6TyOp3 { display:none; }#KtqZ0eNILTSfUwwIUBR9EGnIUm6TyOp3 > .row .container { width:47.75rem;position:relative;display:none; }#TPKOuoQM5xRdoSfHoDNT46lQK27dvmTb { display:none; }
#Ll4ZPXca3bgaIwls3lLZgDfzLz6iWdir { width:15.25rem;height:15.25rem;display:none; }
#BkPvyCxUIuqo3BxAPF8zcEt5PH9Hpmpt { top:15.3125rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#hiBA9UwfkV2usV5fVtOW1mopziHQKByL { display:none; }
#XZ1lrmTiCITKxsLMTTQeG3eVnHkP3wV7 { top:17.1875rem;left:0rem;width:17.5rem;height:4.125rem;font-size:3.1875rem;display:none; }
#tXzzOKFnqsasT9T3nBMxLiJJWM3MXUV1 { top:21.3125rem;left:0rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:none; }
#BsZRyJ9qisix5vbOnoqRS0o9nLZ2AW4T { display:none; }
#kxSdp7XwpZAtLCNNsRzuQp41Mxrvxn9C { display:none; }#kxSdp7XwpZAtLCNNsRzuQp41Mxrvxn9C > .row .container { width:47.75rem;position:relative;display:none; }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED { display:none; }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED > .row .container { width:47.75rem;position:relative;display:none; }#y5nPBwsQcH5GsuaGWsqZC9QfTWf9Jlha { width:40rem;height:15.5rem;display:none; }
#Q8iAtz9BHNtFLTGnUPXulK342mHXvdkN { width:20.1875rem;height:9.125rem;display:none; }
#T4desOn8DGWg9xOzysdrlNxnkiCNmOPT { width:19.75rem;height:9.125rem;display:none; }
#dkeUwrbutpyXmZWqCPFLcFePaeUfm2lg { width:19.75rem;height:7.8125rem;display:none; }
#pQGtyXuF07wNZ3zCqMA2RoZ4ao680rUE { width:18.9375rem;height:7.8125rem;display:none; }
#ncIrOmgTACr5nyq6lwNInhB7hBXeUZXT { width:17.25rem;height:7.8125rem;display:none; }
#iRuMFEqW5TgoABJDiHgrILDfC0AGrAXO { width:17.25rem;height:7.6875rem;display:none; }
#AUmKU05zgnMp3zt2ga56IzNKO3EceG5i { width:17.25rem;height:7.4375rem;display:none; }
#iUXb346LT6pMJacTLgUaw9cRleQTSJip { width:16.6875rem;height:7.4375rem;display:none; }
#WHdzVv32zkbz2Nw3LrqFPJ2X64CrDWvN { width:16.25rem;height:7.4375rem;display:none; }
#MLHKL8peA2sitDqCh4sZxmJEnET88T4w { width:16.25rem;height:5.9375rem;display:none; }
#BDtZNmxMc3EDeUtWgzyBKmac8iwEzWu9 { width:;height:;display:none; }
#MPbdGDNVNLPsPtXr2tNGukyfnthUnCi2 { display:block; }
#neZiuP55kApDd1oLiKAASiTixoCZenpa { display:none; }#neZiuP55kApDd1oLiKAASiTixoCZenpa > .row .container { width:47.75rem;position:relative;display:none; }#WT5DXkIZKAgg0myEEqCPbV0ylruTuXRK { top:13.125rem;left:1.9967451691628rem;width:12.5rem;height:1.25rem;font-size:1.5625rem;display:none; }
#QdoeW1t0X1LPyiELzLtvxSCHLQM5092v { top:14.125rem;left:1.3739157319069rem;width:12.5rem;height:4rem;font-size:1.25rem;display:none; }
#u8AsoNLP6PwCWW4CwNZolfTi80D8AMxV { top:13.125rem;left:0.5rem;width:12.5rem;height:1.4375rem;font-size:1.0625rem;display:none; }
#eT0O5nau8aT6GMdSSCmqJKpWXgO2nARd { top:18.8125rem;left:1.0625rem;width:12.5rem;height:2rem;font-size:1.5625rem;display:none; }
#Xdv7oGzFIZWkEGIAL1hMX2awagVZdE3o { top:17.0625rem;left:0.49989205598831rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
#ATTbluDqzSZsCf32d1BrCwqUSudUBRg7 { top:20.4375rem;left:0.74782997369769rem;width:12.875rem;height:3.1875rem;font-size:1.125rem;display:none; }
#bvJbCOUGy70XB15T9mEetSNd3l72fGQ3 { top:33.1875rem;left:1.0625rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#J7D7KyRpGu7lgkZrM3c41qdaRsVvXnaw { top:31.875rem;left:1.0625rem;width:12.5rem;height:4rem;font-size:1.125rem;display:none; }
#GCdnMMT55Zy9u8Fk2zqJv2m3IBlqbzJD { display:none; }
#Uyye81grP7GLImMbHtNi3Qei1yfpTvt7 { display:none; }
#X04Eg9bhuOzHe7qnsmwCAKlXwIby5h4N { display:none; }
#uoTTa0KRmBtCDHFWvwkBfaieTtvUwB84 { display:none; }
#sXsWG6GUntaWTIRhXwoptiW6zZ0uZJFx { display:none; }
#mNQsg9BAqLwVhU5I95h8H2ostQmthUtU { display:none; }
#zygJDNaOvvElo7topDSHXNVTEKSGsZ0L { display:none; }
#SA7COkNg8ge6upqyXrXFEvwAyXR5wmO4 { display:none; }
#KosptI5nnHFTzWdZBGHfRqBc2EGtBvPx { display:none; }
#rizqI06ooCXW42f0ZdyLwinM8svLS1eO { display:none; }
#HmutZIcRk96r1NxWeGz9lFA4IwwBrlsT { display:none; }
#FkzWcnRbcisEVfRwBDnMg80BQBZiTsR2 { display:none; }
#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv { display:none; }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv > .row .container { width:47.75rem;position:relative;display:none; }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB { display:none; }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB > .row .container { width:47.75rem;position:relative;display:none; }#V0VOTdKuWfvr5KrEXleMTEW4TJHdz6u9 { top:1.25rem;left:0rem;width:19.6875rem;height:;font-size:1.875rem;display:none; }
#vrLJCxcxOm4PQhmnCIueXnbhNedKWMbX { width:21.125rem;height:21.125rem;display:none; }
#fZ8oxm8eeAdVquyTeyzl4fUU8I1xobGR { top:16.6875rem;left:0rem;width:20rem;height:23.125rem;font-size:1.1875rem;display:none; }
#leTOs2gu919btsm4PiCAap158ZiTw3ZB { display:none; }#leTOs2gu919btsm4PiCAap158ZiTw3ZB > .row .container { width:47.75rem;position:relative;display:none; }#phd9vXCXmfatGGsROn29hmOoCnGDBErO { width:22.3125rem;height:5.1875rem;display:none; }
#RgTVahcLkJ31H4BbRsAwRMmLkT3hzTMm { width:9.375rem;height:4.125rem;display:none; }
#tfb2h5okiw1IgHNmVFSVrKvHmT8s0c93 { width:4.125rem;height:4.125rem;display:none; }
#l2UZzLzTL5PqPlvwOn2vIlHeqXi7L2Zh { width:4.125rem;height:4.125rem;display:none; }
#oEJEqyLfd4CfUJpCmodMAMbITTPvRCvr { width:4.125rem;height:4.125rem;display:none; }
#BvkTD9ATzmWl1p1phOG4TEXKEZKpf2B1 { top:18.875rem;left:0rem;width:18.25rem;height:3.875rem;font-size:0.875rem;display:none; }
#ugQNGzhOFrm1JWJPZnbbUGNqilvR888L { width:4.125rem;height:4.125rem;display:none; }
#G75UKOpEdCJGT4w0JitUtvxZXhhpxDT1 { width:12.5rem;height:1.25rem;display:none; }
#e53qIENvr1gtM5xLg6G62tFOvT4mu7fV { top:5.125rem;left:0rem;width:20rem;height:19.4375rem;font-size:1rem;display:none; }
body { position:relative;display:block; }
#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf { background-color:#ffba0f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf > .row .container { background-color: transparent; background-image: none; }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf > .row .container > .video-iframe-container { display: none; }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf > .row > .video-iframe-container { display: none; }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf > .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); }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf > .row .container { border-width: 0; border-radius: 0; }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yAz5poXEdbg7LCPsk5nETCmCrwrboWhf > .row .container { width:20rem;height:2.06176796875rem;position:relative;display:block; }#ZdMdbN75s95ZrthxG9fIiXDmJoIoEz8N { top:0.52517366409302rem;left:3.3433161377907rem;width:14.8111875rem;height:1.13769375rem;z-index:15001;color:#000000;font-family:montserrat;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:0.875rem;display:block; }
#AqHUIIHXzGmc2zxnAe5TuB7KDqR9xKoI { top:0.12478351593018rem;left:2.0297310948372rem;width:1.9375rem;height:1.9375rem;z-index:15002;color:#000000;font-size:1.3125rem;display:block; }
#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 { background-color:#e7e2dd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 > .row .container { background-color: transparent; background-image: none; }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 > .row .container > .video-iframe-container { display: none; }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 > .row > .video-iframe-container { display: none; }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 > .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); }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 > .row .container { border-width: 0; border-radius: 0; }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLgT5r29EWxPlWRsbmAAJG9PL5NeqRv9 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; }#VPTSvLRQc9WiZbtqM1auZ7EC56p0iHVo { top:0.37489151954651rem;left:4.9679906964302rem;width:10.062375rem;height:2.374675rem;z-index:15000;overflow:hidden;display:block; }
#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV { background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -moz-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -ms-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -o-linear-gradient(146deg, #ff891a, #ffba0f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff891a', endColorstr='#ffba0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff891a', endColorstr='#ffba0f' );";background-image: linear-gradient(146deg, #ff891a, #ffba0f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV > .row .container { background-color: transparent; background-image: none; }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV > .row .container > .video-iframe-container { display: none; }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV > .row > .video-iframe-container { display: none; }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV > .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); }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV > .row .container { border-width: 0; border-radius: 0; }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uriKTzHHZWrdiuzlRCRiDGy0rC7hTESV > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 { background-color:transparent;background-image:url("https://images.assets-landingi.com/B3VKowFp/background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9.adaptive-delivery-prevent-bg, #SwctCbz3ySm9hAFbOu47H9lKWvVtttK9.lazyload, #SwctCbz3ySm9hAFbOu47H9lKWvVtttK9.lazyloading { background-image: none; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 > .row .container { background-color: transparent; background-image: none; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 > .row .container > .video-iframe-container { display: none; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 > .row > .video-iframe-container { display: none; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 > .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); }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 > .row .container { border-width: 0; border-radius: 0; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9::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; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SwctCbz3ySm9hAFbOu47H9lKWvVtttK9 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; }#RO2zlatus2SIK7PH6pfpPX9Ud2FKPN6L { top:1.0980901718139rem;left:0rem;width:20rem;height:5.39978125rem;z-index:15004;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.5rem;line-height:1.2;color:#2c2c2c;font-weight:400;font-style:normal;display:block; }
#NWRyTfHAmWTPUvhzMNxI7WRoJuz7CcKh { top:30.9375rem;left:0.1875rem;z-index:15005;width:19.8123125rem;height:3.49935rem;background-color:#ff891a;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(255,186,15,0.6) ;font-family:roboto;font-size:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#J06MgGPuwwOuaxraKCDe9updTyAc4pUT { display:block; }
#ne0xOIf6TpzQQ0SCxoebTBmmEEOeNEdh { top:45.455322265625rem;left:0.18798828125rem;width:19.812rem;height:1.4624rem;z-index:15008;text-align:center;text-align-last:center;font-family:roboto;font-size:0.8125rem;line-height:1.8;color:#000000;font-weight:400;font-style:normal;display:block; }
#J1Txq1GBMDQulLDdyzrrRJdkzuGmOmrp { top:45.311645507812rem;left:1.499755859375rem;width:1.625rem;height:1.625rem;z-index:15103;color:#000000;font-size:1.125rem;display:block; }
#adhsOPJtZiVycDoqvycoEcTGiDs7w4i2 { top:12.875rem;left:2rem;width:16.25rem;height:16.25rem;z-index:15104;overflow:hidden;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;border-top:0;border-left:0;border-right:0.25rem solid #ffba0f;border-bottom:0.25rem solid #ffba0f;display:block; }
#gTpcZNv51EvHR8yh5Q1fhX8ACrqz1Lkt { top:7.498915195465rem;left:0rem;width:20rem;height:4.4989rem;z-index:15005;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.25rem;line-height:1.2;color:#ff891a;font-weight:400;font-style:normal;display:block; }
#TAudL95fw1ggrrgdBCXwSN9GNHFprRaI { top:43.49951171875rem;left:0rem;width:19.810125rem;height:0.97473125rem;z-index:15011;text-align:center;text-align-last:center;font-family:montserrat;font-size:0.8125rem;line-height:1.2;color:#000000;font-weight:400;font-style:normal;display:block; }
#Kd0KTmse7Wlr2XEOlRoReH0W1Kr1PfNR { top:40.0625rem;left:0rem;width:20rem;height:2.99926875rem;z-index:15009;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.25rem;line-height:1.2;color:#ff891a;font-weight:400;font-style:normal;display:block; }
#w5R5OZU4Hs7skcqluBf2oiUdzHxw6ude { top:35.75rem;left:0rem;width:20rem;height:3.59985625rem;z-index:15008;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.5rem;line-height:1.2;color:#2c2c2c;font-weight:400;font-style:normal;display:block; }
#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT { background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -moz-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -ms-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -o-linear-gradient(146deg, #ff891a, #ffba0f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff891a', endColorstr='#ffba0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff891a', endColorstr='#ffba0f' );";background-image: linear-gradient(146deg, #ff891a, #ffba0f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT > .row .container { background-color: transparent; background-image: none; }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT > .row .container > .video-iframe-container { display: none; }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT > .row > .video-iframe-container { display: none; }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT > .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); }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT > .row .container { border-width: 0; border-radius: 0; }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drmOrVXKSK3nrm7KdJJkBpRqmBtyLNRT > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 { background-color:#ff891a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 > .row .container { background-color: transparent; background-image: none; }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 > .row .container > .video-iframe-container { display: none; }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 > .row > .video-iframe-container { display: none; }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 > .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); }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 > .row .container { border-width: 0; border-radius: 0; }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDXDhXtJ8abRvylWVSOk4nH1swrG7FN3 > .row .container { width:20rem;height:232.5625rem;position:relative;display:block; }#QWVCou2KoDqf6wNhTUFHzKiSEU5emXM0 { top:6.163330078125rem;left:0rem;width:20rem;height:20.4361875rem;z-index:14999;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#oZu1rfagkBwn0gPf6Rv9MTibK2aL7mZ3 { top:1.18896484375rem;left:0rem;width:19.9353125rem;height:4.2004375rem;z-index:15010;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.5rem;line-height:1.4;color:#ffffff;font-weight:700;font-style:normal;display:block; }
#oBDXaAzqAfk9v6IoC5GLJ8rcryPtbHAx { top:206.06323242188rem;left:0rem;width:20rem;height:24.812rem;z-index:15000;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#ZBuw0MAp1zBNZpF0SA2yFrsrSym6SMUE { top:98.9990234375rem;left:0rem;width:20rem;height:32.1875rem;z-index:15001;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#D0cQ6MAEdniUWtNotfhQHMuyLs0XIFFO { top:132.373046875rem;left:0rem;width:20rem;height:35.625rem;z-index:15002;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#dUlO0gJ4D9GEQk7yQ49ixe7UVxPWP7AV { top:27.747802734375rem;left:0rem;width:20rem;height:33.375rem;z-index:15003;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#keQUTuIDqZWN3S1cZLkbFzbbhidfJtSU { top:169.248046875rem;left:0rem;width:20rem;height:35.625rem;z-index:15003;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#UxUVxtmreivXUOC59Xk0M5WZgAaN8P5K { top:62.24609375rem;left:0rem;width:20rem;height:35.625rem;z-index:15004;overflow:hidden;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#nyfn1XumpxU8chzltfk9duFrFpOd9h0f { background-color:#e7e2dd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f > .row .container { background-color: transparent; background-image: none; }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f > .row .container > .video-iframe-container { display: none; }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f > .row > .video-iframe-container { display: none; }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f > .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); }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f > .row .container { border-width: 0; border-radius: 0; }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nyfn1XumpxU8chzltfk9duFrFpOd9h0f > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; }#eeFsWbQDHPHR4zpf5tW2aVwIulwUcPfe { top:4.71875rem;left:0rem;width:19.9375rem;height:6.2988125rem;z-index:15008;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.125rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:block; }
#ZV6etP9Ov2kzVa5Ku5pBKhUnR9ZRdzlF { top:1rem;left:0.49913197755814rem;width:19rem;height:2.10021875rem;z-index:15009;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.5rem;line-height:1.4;color:#2c2c2c;font-weight:700;font-style:normal;display:block; }
#hdbwedetkPPwIUTemrw0igIwUd8dOLev { top:39.999359130859rem;left:0rem;width:19.9370625rem;height:4.72411875rem;z-index:15009;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.125rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:block; }
#WvhySIqXXViT4alX7SVqLWrOHn9stzeT { top:74.1875rem;left:0rem;width:19.9365rem;height:4.72411875rem;z-index:15010;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.125rem;line-height:1.4;color:#000000;font-weight:400;font-style:normal;display:block; }
#nVea6OaEesXyZDC7fHg7Xihhkmawr32s { top:16.311859130859rem;left:1.2649739980698rem;width:17.1875rem;height:17.1875rem;z-index:15003;overflow:hidden;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.1875rem solid #ff891a;border-left:0.1875rem solid #ff891a;border-right:0.1875rem solid #ff891a;border-bottom:0.1875rem solid #ff891a;display:block; }
#zM44x0ocNdQkHfHKLTI2vTmfb8rypldF { top:49.9375rem;left:1.25rem;width:17.1875rem;height:17.1875rem;z-index:15004;overflow:hidden;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;border-top:0.1875rem solid #ff891a;border-left:0.1875rem solid #ff891a;border-right:0.1875rem solid #ff891a;border-bottom:0.1875rem solid #ff891a;display:block; }
#RW9d4eq5ndfxpgAatWz9XqbFxZV1fr56 { top:34.977874755859rem;left:0rem;width:19rem;height:2.1875rem;z-index:15010;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.5625rem;line-height:1.4;color:#2c2c2c;font-weight:700;font-style:normal;display:block; }
#L2RLZ6pM5zHaWV3C5zgrdCV66O0TT9k5 { top:69.228515625rem;left:0.5rem;width:19rem;height:2.1875rem;z-index:15011;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.5625rem;line-height:1.4;color:#2c2c2c;font-weight:700;font-style:normal;display:block; }
#TEid4pitXSBXN2oUp2NlOJRPUnlpxZyU { top:83.061210632325rem;left:0rem;z-index:15006;width:19.811875rem;height:3.49805rem;background-color:#ff891a;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(255,186,15,0.6) ;font-family:roboto;font-size:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ULv95yeB3OMZ7gmshuw103twayoD7rgd { display:block; }
#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W { background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -moz-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -ms-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -o-linear-gradient(146deg, #ff891a, #ffba0f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff891a', endColorstr='#ffba0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff891a', endColorstr='#ffba0f' );";background-image: linear-gradient(146deg, #ff891a, #ffba0f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W > .row .container { background-color: transparent; background-image: none; }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W > .row .container > .video-iframe-container { display: none; }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W > .row > .video-iframe-container { display: none; }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W > .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); }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W > .row .container { border-width: 0; border-radius: 0; }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WR2CBfVbJ5BUbs5S0kBv8B8fsuWFxU4W > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U > .row .container { background-color: transparent; background-image: none; }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U > .row .container > .video-iframe-container { display: none; }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U > .row > .video-iframe-container { display: none; }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U > .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); }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U > .row .container { border-width: 0; border-radius: 0; }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eo65aXQuzBK041PwEGxkVicEOm0TGf9U > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; }#ubUIUXoJIZndTm94zaLihpzbnR8TT0qz { top:5.4806861877441rem;left:0rem;width:20rem;height:7.8735625rem;z-index:15006;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.125rem;line-height:1.4;color:#2c2c2c;font-weight:400;font-style:normal;display:block; }
#J2MwXNrBHQ8LHV5vPK8mbZ2QQ2URrC6z { top:15.126410961151rem;left:1.4062500596046rem;width:17.1875rem;height:17.1875rem;z-index:15002;overflow:hidden;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#c5LHW4yKybXSoi55A6lAbDdMwsZNgohU { top:33.419598102569rem;left:0rem;width:19.749875rem;height:4.72411875rem;z-index:15007;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.125rem;line-height:1.4;color:#2c2c2c;font-weight:400;font-style:normal;display:block; }
#n17TJ2p4r6e5ihRlArRLsHGEueMhOifN { top:39.506822586059rem;left:0rem;width:20rem;height:20rem;z-index:15003;overflow:hidden;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Cp4f642G2f0xUm6CnIdgPl74XvOAtWki { top:30.424805641174rem;left:0rem;width:20rem;height:1.92505rem;z-index:15008;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.375rem;line-height:1.4;color:#2c2c2c;font-weight:700;font-style:normal;display:block; }
#e7ht7BcF0m69v5ln0eOrgBGOklqz4CNo { top:0.96788215637206rem;left:0rem;width:20rem;height:3.8501rem;z-index:15009;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.375rem;line-height:1.4;color:#2c2c2c;font-weight:700;font-style:normal;display:block; }
#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU { background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -moz-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -ms-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -o-linear-gradient(146deg, #ff891a, #ffba0f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff891a', endColorstr='#ffba0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff891a', endColorstr='#ffba0f' );";background-image: linear-gradient(146deg, #ff891a, #ffba0f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU > .row .container { background-color: transparent; background-image: none; }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU > .row .container > .video-iframe-container { display: none; }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU > .row > .video-iframe-container { display: none; }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU > .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); }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU > .row .container { border-width: 0; border-radius: 0; }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zlN89gOfT7DTAdeam4v0HLmGQKz7TzEU > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd > .row .container { background-color: transparent; background-image: none; }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd > .row .container > .video-iframe-container { display: none; }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd > .row > .video-iframe-container { display: none; }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd > .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); }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd > .row .container { border-width: 0; border-radius: 0; }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ikNVpPEWsfX5TxyfsTzuSIVDayOpTCxd > .row .container { width:20rem;height:68.625rem;position:relative;display:block; }#G21UsMcIShpGtretMC3B7w3PikxJxVvC { top:7.875rem;left:0rem;width:20rem;height:6.2988125rem;z-index:15006;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.125rem;line-height:1.4;color:#2c2c2c;font-weight:400;font-style:normal;display:block; }
#xFgyxXFUMG0WKWqpU13HklUXrV1kU1iG { top:17.5rem;left:1.375rem;width:17.1875rem;height:17.1875rem;z-index:15002;overflow:hidden;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#BEWs2qUXbTFA0Xu9aQFHX8xHt9TcqDkF { top:0.96788215637206rem;left:0rem;width:20rem;height:5.77514375rem;z-index:15009;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.375rem;line-height:1.4;color:#2c2c2c;font-weight:700;font-style:normal;display:block; }
#hdzLBJIRdHXrNIvZ6VDJtGVhfuCTGzSJ { top:37.284628391266rem;left:0rem;width:20rem;height:1.57498125rem;z-index:15007;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.125rem;line-height:1.4;color:#2c2c2c;font-weight:400;font-style:normal;display:block; }
#D7IpJP5GfEd6M266Ifv5ea4C7FStMrzQ { top:40.729710578919rem;left:0.84364157915113rem;width:19.0625rem;height:11.04675rem;z-index:15008;text-align:left;text-align-last:left;font-family:montserrat;font-size:1rem;line-height:1.4;color:#2c2c2c;font-weight:400;font-style:normal;display:block; }#D7IpJP5GfEd6M266Ifv5ea4C7FStMrzQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D7IpJP5GfEd6M266Ifv5ea4C7FStMrzQ li:before{  }
#b5c3pPKxHppf7iHt6x6WpFg1nJr3dW1I { top:56.122385978699rem;left:0rem;width:20rem;height:5.361325rem;z-index:15010;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.375rem;line-height:1.3;color:#ff891a;font-weight:700;font-style:normal;display:block; }
#ZgGQbfSbAlskoLfmtNw50kL5Q1drANzH { top:63.184896469119rem;left:0.09375rem;z-index:15007;width:19.811875rem;height:3.49805rem;background-color:#ff891a;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(255,186,15,0.6) ;font-family:roboto;font-size:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#JFCkUIdS5amhbnLQFGrTVC6pbswwTrXt { display:block; }
#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx { background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -moz-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -ms-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -o-linear-gradient(146deg, #ff891a, #ffba0f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff891a', endColorstr='#ffba0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff891a', endColorstr='#ffba0f' );";background-image: linear-gradient(146deg, #ff891a, #ffba0f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx > .row .container { background-color: transparent; background-image: none; }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx > .row .container > .video-iframe-container { display: none; }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx > .row > .video-iframe-container { display: none; }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx > .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); }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx > .row .container { border-width: 0; border-radius: 0; }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AXkS4FfP9EeGSem6POrEDBVb5vTBwDnx > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 > .row .container { background-color: transparent; background-image: none; }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 > .row .container > .video-iframe-container { display: none; }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 > .row > .video-iframe-container { display: none; }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 > .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); }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 > .row .container { border-width: 0; border-radius: 0; }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FNXb6hq3t361Dd0nCyTAJULra6FUXPC5 > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; }#H4wkA0s76x8Vsmgabw8B1TbmlkKPJObw { top:18.95703125rem;left:2.1875rem;width:15.625rem;height:13.625rem;z-index:15014;overflow:hidden;display:block; }
#VQkDyPwLU8zRQQKZNuZaG1EBcVcgEe7L { top:33.248046875rem;left:2.1875rem;width:15.625rem;height:13.75rem;z-index:15015;overflow:hidden;display:block; }
#xGsECsez4TTozOAcO9pCC3zNZ8yJM59O { top:13.19140625rem;left:0.123046875rem;width:19.74975rem;height:3.90014375rem;z-index:15011;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.5rem;line-height:1.3;color:#000000;font-weight:700;font-style:normal;display:block; }
#Vv3zPciIS7J8VNi9lMMNv4Gp8PyVRsQS { top:2.4609375rem;left:3.75rem;width:12.5rem;height:1.8682875rem;z-index:15035;font-family:montserrat;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ff3c3c;display:block; }
#MO5m5oslCM1lIAOhwiQCZ00GqNTtm5SQ { top:4.03125rem;left:1.21484375rem;width:17.5611875rem;height:4.14355625rem;z-index:15027;font-family:montserrat;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:3.1875rem;color:#ffa9a9;display:block; }
#lR0zR0VOHENgZWEWUVAwG2QCfrTnuO12 { top:8.09375rem;left:3.75rem;width:12.5rem;height:1.7871125rem;z-index:15014;font-family:montserrat;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.375rem;color:#979797;display:block; }
#of9qAc4ZoxGyySam7VAmRlPN3XrHKGJz { top:8.87890625rem;left:7.779296875rem;width:4.43725625rem;height:4.43725625rem;z-index:15025;color:#ff891a;font-size:3.0625rem;text-shadow:0rem 0rem 1rem rgba(32,32,32,0.19);display:block; }
#H4Q0IRMBmRWuhZto0vZOwFcbgLsKQRkC { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#H4Q0IRMBmRWuhZto0vZOwFcbgLsKQRkC > .row .container { border-width: 0; border-radius: 0; }#H4Q0IRMBmRWuhZto0vZOwFcbgLsKQRkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H4Q0IRMBmRWuhZto0vZOwFcbgLsKQRkC > .row .container { width:20rem;height:51.0625rem;position:relative;display:none; }#T926p9NiPL7TxBgPwkeZ1hicb8UM8JMT { top:18.95703125rem;left:2.1875rem;width:15.625rem;height:13.625rem;z-index:15014;overflow:hidden;display:block; }
#Ep3Pe5V6u7l7V1a0B6h3pcm8EU8kVB0B { top:33.248046875rem;left:2.1875rem;width:15.625rem;height:13.75rem;z-index:15015;overflow:hidden;display:block; }
#o9BL7STiL81WSQGtUWlKvdy7tr8fCB88 { top:13.19140625rem;left:0.123046875rem;width:19.74975rem;height:3.90014375rem;z-index:15011;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.5rem;line-height:1.3;color:#000000;font-weight:700;font-style:normal;display:block; }
#vDPBZeFLMH3BuooyyRZUCNdlagewZIDB { top:2.4609375rem;left:3.75rem;width:12.5rem;height:1.8682875rem;z-index:15035;font-family:montserrat;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ff3c3c;display:block; }
#Ha8NuU3g6C4r2guJieXrRvilQhogUaxb { top:4.03125rem;left:1.21484375rem;width:17.5611875rem;height:4.14355625rem;z-index:15027;font-family:montserrat;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:3.1875rem;color:#ffa9a9;display:block; }
#UbsmVnIrTPQ96mCo7MHTIRhu526JNfTt { top:8.09375rem;left:3.75rem;width:12.5rem;height:1.7871125rem;z-index:15014;font-family:montserrat;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.375rem;color:#979797;display:block; }
#hys86H9Fx3UlM1TrxPAJubR5W2ZMwZVX { top:8.87890625rem;left:7.779296875rem;width:4.43725625rem;height:4.43725625rem;z-index:15025;color:#ff891a;font-size:3.0625rem;text-shadow:0rem 0rem 1rem rgba(32,32,32,0.19);display:block; }
#KtqZ0eNILTSfUwwIUBR9EGnIUm6TyOp3 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KtqZ0eNILTSfUwwIUBR9EGnIUm6TyOp3 > .row .container { border-width: 0; border-radius: 0; }#KtqZ0eNILTSfUwwIUBR9EGnIUm6TyOp3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KtqZ0eNILTSfUwwIUBR9EGnIUm6TyOp3 > .row .container { width:20rem;height:60rem;position:relative;display:none; }#TPKOuoQM5xRdoSfHoDNT46lQK27dvmTb { top:22.353515625rem;left:7.78125rem;width:4.4375rem;height:4.4375rem;z-index:15021;color:#ff891a;font-size:3.0625rem;text-shadow:0rem 0rem 1rem rgba(32,32,32,0.19);display:block; }
#Ll4ZPXca3bgaIwls3lLZgDfzLz6iWdir { top:0rem;left:0.22916662500001rem;width:19.5rem;height:19.5rem;z-index:15011;overflow:hidden;display:block; }
#BkPvyCxUIuqo3BxAPF8zcEt5PH9Hpmpt { top:15.366537094116rem;left:3.75rem;width:12.5rem;height:1.86889375rem;z-index:15031;font-family:montserrat;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ff3c3c;display:block; }
#hiBA9UwfkV2usV5fVtOW1mopziHQKByL { top:16.23828125rem;left:4.75rem;width:10.499375rem;height:0.123698125rem;z-index:15023;background-color:#ff3c3c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#XZ1lrmTiCITKxsLMTTQeG3eVnHkP3wV7 { top:17.192708969116rem;left:1.21875rem;width:17.5625rem;height:4.14306875rem;z-index:15023;font-family:montserrat;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:3.1875rem;color:#ffa9a9;display:block; }
#tXzzOKFnqsasT9T3nBMxLiJJWM3MXUV1 { top:21.334635674954rem;left:3.7500002980233rem;width:12.5rem;height:1.7858875rem;z-index:15010;font-family:montserrat;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:1.375rem;color:#000000;display:block; }
#BsZRyJ9qisix5vbOnoqRS0o9nLZ2AW4T { top:26.790771484375rem;left:0.5615234375rem;width:18.8745rem;height:10.562125rem;z-index:15032;display:block; }
#kxSdp7XwpZAtLCNNsRzuQp41Mxrvxn9C { display:block; }#kxSdp7XwpZAtLCNNsRzuQp41Mxrvxn9C > .row .container { width:20rem;height:1.875rem;position:relative;display:block; }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED { background-color:#f8f8f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED > .row .container { background-color: transparent; background-image: none; }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED > .row .container > .video-iframe-container { display: none; }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED > .row > .video-iframe-container { display: none; }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED > .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); }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED > .row .container { border-width: 0; border-radius: 0; }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bces56Ev2dvnTcmiVRSx7OyDufTyVOED > .row .container { width:20rem;height:110.625rem;position:relative;display:block; }#y5nPBwsQcH5GsuaGWsqZC9QfTWf9Jlha { top:0.64453125rem;left:0rem;width:20rem;height:7.75rem;z-index:15000;overflow:hidden;display:block; }
#Q8iAtz9BHNtFLTGnUPXulK342mHXvdkN { top:8.375rem;left:0rem;width:20rem;height:8.999625rem;z-index:15012;overflow:hidden;display:block; }
#T4desOn8DGWg9xOzysdrlNxnkiCNmOPT { top:18.5rem;left:0rem;width:20rem;height:9.25rem;z-index:15013;overflow:hidden;display:block; }
#dkeUwrbutpyXmZWqCPFLcFePaeUfm2lg { top:28.875rem;left:0rem;width:20rem;height:7.875rem;z-index:15014;overflow:hidden;display:block; }
#pQGtyXuF07wNZ3zCqMA2RoZ4ao680rUE { top:37.9375rem;left:0rem;width:20rem;height:8.25rem;z-index:15015;overflow:hidden;display:block; }
#ncIrOmgTACr5nyq6lwNInhB7hBXeUZXT { top:46.6875rem;left:0rem;width:20rem;height:9.0625rem;z-index:15016;overflow:hidden;display:block; }
#iRuMFEqW5TgoABJDiHgrILDfC0AGrAXO { top:56.8125rem;left:0rem;width:20rem;height:8.9375rem;z-index:15017;overflow:hidden;display:block; }
#AUmKU05zgnMp3zt2ga56IzNKO3EceG5i { top:66.3125rem;left:0rem;width:20rem;height:8.625rem;z-index:15018;overflow:hidden;display:block; }
#iUXb346LT6pMJacTLgUaw9cRleQTSJip { top:76.1875rem;left:0rem;width:20rem;height:8.9375rem;z-index:15019;overflow:hidden;display:block; }
#WHdzVv32zkbz2Nw3LrqFPJ2X64CrDWvN { top:86rem;left:0rem;width:20rem;height:9.125rem;z-index:15020;overflow:hidden;display:block; }
#MLHKL8peA2sitDqCh4sZxmJEnET88T4w { top:96.5rem;left:0rem;width:20rem;height:7.3125rem;z-index:15021;overflow:hidden;display:block; }
#BDtZNmxMc3EDeUtWgzyBKmac8iwEzWu9 { top:104.8095703125rem;left:0rem;z-index:15007;width:19.810125rem;height:3.4982625rem;background-color:#ff891a;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(255,186,15,0.6) ;font-family:roboto;font-size:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#MPbdGDNVNLPsPtXr2tNGukyfnthUnCi2 { display:block; }
#neZiuP55kApDd1oLiKAASiTixoCZenpa { background-color:#f8f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#neZiuP55kApDd1oLiKAASiTixoCZenpa > .row .container { background-color: transparent; background-image: none; }#neZiuP55kApDd1oLiKAASiTixoCZenpa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neZiuP55kApDd1oLiKAASiTixoCZenpa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neZiuP55kApDd1oLiKAASiTixoCZenpa > .row .container > .video-iframe-container { display: none; }#neZiuP55kApDd1oLiKAASiTixoCZenpa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neZiuP55kApDd1oLiKAASiTixoCZenpa > .row > .video-iframe-container { display: none; }#neZiuP55kApDd1oLiKAASiTixoCZenpa > .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); }#neZiuP55kApDd1oLiKAASiTixoCZenpa > .row .container { border-width: 0; border-radius: 0; }#neZiuP55kApDd1oLiKAASiTixoCZenpa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#neZiuP55kApDd1oLiKAASiTixoCZenpa > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; }#WT5DXkIZKAgg0myEEqCPbV0ylruTuXRK { top:2.1875rem;left:6.8125rem;width:12.5rem;height:2.03125rem;z-index:15050;color:#000000;font-family:raleway;font-weight:700;font-style:normal;font-size:1.5625rem;display:block; }
#QdoeW1t0X1LPyiELzLtvxSCHLQM5092v { top:4.1875rem;left:6.8125rem;width:12.5rem;height:1.62524375rem;z-index:15051;color:#ffffff;font-family:quicksand;font-weight:400;font-style:normal;font-size:1.25rem;display:block; }
#u8AsoNLP6PwCWW4CwNZolfTi80D8AMxV { top:10.625rem;left:6.8125rem;width:12.5rem;height:1.381225rem;z-index:15053;color:#ffffff;font-family:quicksand;font-weight:400;font-style:normal;font-size:1.0625rem;display:block; }
#eT0O5nau8aT6GMdSSCmqJKpWXgO2nARd { top:8.625rem;left:6.8125rem;width:12.5rem;height:2.03125rem;z-index:15052;color:#000000;font-family:raleway;font-weight:700;font-style:normal;font-size:1.5625rem;display:block; }
#Xdv7oGzFIZWkEGIAL1hMX2awagVZdE3o { top:17.125rem;left:6.625rem;width:12.5rem;height:1.4624rem;z-index:15055;color:#ffffff;font-family:quicksand;font-weight:400;font-style:normal;font-size:1.125rem;display:block; }
#ATTbluDqzSZsCf32d1BrCwqUSudUBRg7 { top:15.75rem;left:6.625rem;width:12.9375rem;height:1.4624rem;z-index:15054;color:#000000;font-family:raleway;font-weight:700;font-style:normal;font-size:1.125rem;display:block; }
#bvJbCOUGy70XB15T9mEetSNd3l72fGQ3 { top:23.6875rem;left:6.6875rem;width:12.4375rem;height:1.4624rem;z-index:15055;color:#ffffff;font-family:quicksand;font-weight:400;font-style:normal;font-size:1.125rem;display:block; }
#J7D7KyRpGu7lgkZrM3c41qdaRsVvXnaw { top:22.4375rem;left:6.625rem;width:13.0625rem;height:1.4624rem;z-index:15054;color:#000000;font-family:raleway;font-weight:700;font-style:normal;font-size:1.125rem;display:block; }
#GCdnMMT55Zy9u8Fk2zqJv2m3IBlqbzJD { top:0.75rem;left:0.375rem;width:5.8125rem;height:5.8125rem;z-index:15059;font-size:4.0625rem;color:#ffffff;display:block; }
#Uyye81grP7GLImMbHtNi3Qei1yfpTvt7 { top:7.8125rem;left:1rem;width:5.125rem;height:5.125rem;z-index:15060;font-size:3.5625rem;color:#ffffff;display:block; }
#X04Eg9bhuOzHe7qnsmwCAKlXwIby5h4N { top:14.124566733837rem;left:0.59657126665116rem;width:5.812175rem;height:5.812175rem;z-index:15061;font-size:4.0625rem;color:#ffffff;display:block; }
#uoTTa0KRmBtCDHFWvwkBfaieTtvUwB84 { top:20.5625rem;left:0.625rem;width:5.8125rem;height:5.8125rem;z-index:15062;font-size:4.0625rem;color:#ffffff;display:block; }
#sXsWG6GUntaWTIRhXwoptiW6zZ0uZJFx { top:0.8125rem;left:0.625rem;width:5.8125rem;height:5.8125rem;z-index:15018;background-color:#ff8d31;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.13) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mNQsg9BAqLwVhU5I95h8H2ostQmthUtU { top:7.375rem;left:0.625rem;width:5.8125rem;height:5.8125rem;z-index:15019;background-color:#ff8d31;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.13) ;display:block; }
#zygJDNaOvvElo7topDSHXNVTEKSGsZ0L { top:14rem;left:0.625rem;width:5.8125rem;height:5.8125rem;z-index:15020;background-color:#ff8d31;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.13) ;display:block; }
#SA7COkNg8ge6upqyXrXFEvwAyXR5wmO4 { top:20.625rem;left:0.625rem;width:5.8125rem;height:5.8125rem;z-index:15021;background-color:#ff8d31;background-image:none;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.13) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KosptI5nnHFTzWdZBGHfRqBc2EGtBvPx { top:1.5625rem;left:4.8125rem;width:15.0625rem;height:4.75rem;z-index:15000;background-color:#ffba0f;background-image:none;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.08) ;display:block; }
#rizqI06ooCXW42f0ZdyLwinM8svLS1eO { top:8rem;left:4.8125rem;width:15.0625rem;height:4.75rem;z-index:15001;background-color:#ffba0f;background-image:none;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.08) ;display:block; }
#HmutZIcRk96r1NxWeGz9lFA4IwwBrlsT { top:14.75rem;left:4.75rem;width:15.0625rem;height:4.75rem;z-index:15002;background-color:#ffba0f;background-image:none;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.08) ;display:block; }
#FkzWcnRbcisEVfRwBDnMg80BQBZiTsR2 { top:21.1875rem;left:4.75rem;width:15.0625rem;height:4.75rem;z-index:15003;background-color:#ffba0f;background-image:none;border-top-left-radius:0rem;border-top-right-radius:2.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.08) ;display:block; }
#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv { background-color:transparent;background-image: -webkit-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -moz-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -ms-linear-gradient(146deg, #ff891a, #ffba0f);background-image: -o-linear-gradient(146deg, #ff891a, #ffba0f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff891a', endColorstr='#ffba0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff891a', endColorstr='#ffba0f' );";background-image: linear-gradient(146deg, #ff891a, #ffba0f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv > .row .container { background-color: transparent; background-image: none; }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv > .row .container > .video-iframe-container { display: none; }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv > .row > .video-iframe-container { display: none; }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv > .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); }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv > .row .container { border-width: 0; border-radius: 0; }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcHdG8JMCuupKdtO8DSGeOFQLLXbqNiv > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB { background-color:#f8f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB > .row .container { background-color: transparent; background-image: none; }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB > .row .container > .video-iframe-container { display: none; }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB > .row > .video-iframe-container { display: none; }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB > .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); }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB > .row .container { border-width: 0; border-radius: 0; }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DpSTxa86TisXLxukTMBCA0ESLmk1VXzB > .row .container { width:20rem;height:43.125rem;position:relative;display:block; }#V0VOTdKuWfvr5KrEXleMTEW4TJHdz6u9 { top:1.26953125rem;left:0.15625rem;width:19.6875rem;height:;z-index:15020;text-align:center;text-align-last:center;color:#ff8d31;font-weight:400;font-style:normal;font-size:1.875rem;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-family:montserrat;line-height:1;display:block; }
#vrLJCxcxOm4PQhmnCIueXnbhNedKWMbX { top:5.9005537033081rem;left:5.0933163762093rem;width:9.8125rem;height:9.8125rem;z-index:15032;overflow:hidden;display:block; }
#fZ8oxm8eeAdVquyTeyzl4fUU8I1xobGR { top:16.741578102112rem;left:0rem;width:20rem;height:23.1537375rem;z-index:15031;color:#000000;font-family:roboto;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
#leTOs2gu919btsm4PiCAap158ZiTw3ZB { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#leTOs2gu919btsm4PiCAap158ZiTw3ZB > .row .container { background-color: transparent; background-image: none; }#leTOs2gu919btsm4PiCAap158ZiTw3ZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTOs2gu919btsm4PiCAap158ZiTw3ZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTOs2gu919btsm4PiCAap158ZiTw3ZB > .row .container > .video-iframe-container { display: none; }#leTOs2gu919btsm4PiCAap158ZiTw3ZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#leTOs2gu919btsm4PiCAap158ZiTw3ZB > .row > .video-iframe-container { display: none; }#leTOs2gu919btsm4PiCAap158ZiTw3ZB > .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); }#leTOs2gu919btsm4PiCAap158ZiTw3ZB > .row .container { border-width: 0; border-radius: 0; }#leTOs2gu919btsm4PiCAap158ZiTw3ZB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#leTOs2gu919btsm4PiCAap158ZiTw3ZB > .row .container { width:20rem;height:53.5rem;position:relative;display:block; }#phd9vXCXmfatGGsROn29hmOoCnGDBErO { top:1.0611982345581rem;left:0.51974827051162rem;width:11.811rem;height:2.74956875rem;z-index:15044;overflow:hidden;display:block; }
#RgTVahcLkJ31H4BbRsAwRMmLkT3hzTMm { top:39.4375rem;left:0rem;width:12.3123125rem;height:5.3125rem;z-index:15051;overflow:hidden;display:block; }
#tfb2h5okiw1IgHNmVFSVrKvHmT8s0c93 { top:35.3125rem;left:9.875rem;width:2.8125rem;height:2.8125rem;z-index:15055;overflow:hidden;display:block; }
#l2UZzLzTL5PqPlvwOn2vIlHeqXi7L2Zh { top:35.25rem;left:6.6875rem;width:2.8125rem;height:2.8125rem;z-index:15054;overflow:hidden;display:block; }
#oEJEqyLfd4CfUJpCmodMAMbITTPvRCvr { top:35.25rem;left:3.375rem;width:2.8125rem;height:2.8125rem;z-index:15053;overflow:hidden;display:block; }
#BvkTD9ATzmWl1p1phOG4TEXKEZKpf2B1 { top:45.8125rem;left:0rem;width:20rem;height:2.2753875rem;z-index:15013;font-family:montserrat;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;display:block; }
#ugQNGzhOFrm1JWJPZnbbUGNqilvR888L { top:35.25rem;left:0rem;width:2.8125rem;height:2.8125rem;z-index:15052;overflow:hidden;display:block; }
#G75UKOpEdCJGT4w0JitUtvxZXhhpxDT1 { top:49.0625rem;left:0rem;width:20rem;height:1.9987rem;z-index:15052;overflow:hidden;display:block; }
#e53qIENvr1gtM5xLg6G62tFOvT4mu7fV { top:5.1573348045349rem;left:0rem;width:20rem;height:20.791rem;z-index:15032;color:#ffffff;font-family:roboto;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0);display:block; }
