.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #000000, #000000);background-image: -moz-linear-gradient(200deg, #000000, #000000);background-image: -ms-linear-gradient(200deg, #000000, #000000);background-image: -o-linear-gradient(200deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(200deg, #000000, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz > .row .container { background-color: transparent; background-image: none; }#J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz > .row .container > .video-iframe-container { display: none; }#J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz > .row > .video-iframe-container { display: none; }#J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz > .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); }#J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz > .row .container { border-width: 0; border-radius: 0; }#J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:60rem;position:relative;display:block; }#ECbZuMO3rmvVB1QcD4AHNlu0t3H8ITV9 { color:#ffffff;display:block;width:49.4375rem;position:absolute;font-family:arial;font-size:2.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:6.75rem;height:2.76220625rem;display:block; }
#ArMiPyT6ZtFbbzUqV63chTgckbJ74lbu { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:20rem;width:14.9375rem;top:10.75rem;left:22.53125rem;overflow:hidden;display:block; }
#RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h > .row .container { background-color: transparent; background-image: none; }#RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h > .row .container > .video-iframe-container { display: none; }#RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h > .row > .video-iframe-container { display: none; }#RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h > .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); }#RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h > .row .container { border-width: 0; border-radius: 0; }#RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h > .row .container { font-size:0.875rem;font-family:arial;height:85.875rem;width:60rem;position:relative;display:block; }#f99zA1ph2inhWFNFuzl4d5qDyFm7380a { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"titillium web";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.8;letter-spacing:0;top:27.625rem;left:1.3125rem;height:13.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RgdlzlPUZB1bkPXBkls8VHV4c9QfXTBx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:33.6875rem;width:25.25rem;top:32.375rem;left:31.75rem;overflow:hidden;display:block; }
#JVV7qpoNbW1KFxwB5hZ4OlfDsLybAxio { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(227,227,227,0.61);border-left:0.5rem solid rgba(227,227,227,0.61);border-right:0.5rem solid rgba(227,227,227,0.61);border-bottom:0.5rem solid rgba(227,227,227,0.61);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.5625rem 1.8125rem rgba(0,0,0,0.1) ;height:19.8125rem;width:51.9375rem;top:1.375rem;left:2.84375rem;display:block; }
#B4EK3FGwiNPBAc6hrr0boqSffHMcAn0H { color:#333333;display:block;width:47.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:12.5rem;left:5.75rem;height:7.312rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uw9UXzT2HsWV4nCG3CdS5ZQZeguhOGt1 { color:#000000;display:block;width:44.4375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.45703125rem;left:7.3125rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rN14RhHqTgemlGhlWk3Nu1idzSnMUpxy { color:#e1053e;display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:3.0625rem;left:16rem;height:1.99365rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MvTEHn93px4EJpZcRWQU2WPPATMxHZy5 { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:46.8935546875rem;left:1.3125rem;height:19.234875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HmkeiJJhEzy8weX7UlnBcoIgoxng4yaH { box-sizing:content-box;height:9.6875rem;width:49.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:73.875rem;left:6.21875rem;border-top:0.3125rem dashed #f10032;border-left:0.3125rem dashed #f10032;border-right:0.3125rem dashed #f10032;border-bottom:0.3125rem dashed #f10032;display:block; }
#v0AMiQJ2MvIEGbcqT0dBneOFOrrPEIhv { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:fraunces;font-size:2rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:74.75rem;left:25.5625rem;height:3rem;display:block; }
#HBt4ssAuTzMQq6xqKuy2FkLX2PtE8W6T { color:#000000;display:block;width:44rem;position:absolute;font-family:bitter;font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:78.287109375rem;left:8rem;height:4.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#psVekenqafWKXFI69nqJI98WRZk2WDxg { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:arial;font-size:1.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.16796875rem;left:1.3125rem;height:2.51855625rem;font-style:normal;display:block; }
#oJBLHQ2CUzVE3QshlDxmAkfP2blA71l1 { color:#000000;display:block;width:5.0625rem;position:absolute;font-family:arial;font-size:1.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:43.73046875rem;left:1.3125rem;height:2.51855625rem;font-style:normal;display:block; }
#eWg1as5UpETk5e32G7xufyeOrTscSIT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eWg1as5UpETk5e32G7xufyeOrTscSIT4 > .row .container { background-color: transparent; background-image: none; }#eWg1as5UpETk5e32G7xufyeOrTscSIT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWg1as5UpETk5e32G7xufyeOrTscSIT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWg1as5UpETk5e32G7xufyeOrTscSIT4 > .row .container > .video-iframe-container { display: none; }#eWg1as5UpETk5e32G7xufyeOrTscSIT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWg1as5UpETk5e32G7xufyeOrTscSIT4 > .row > .video-iframe-container { display: none; }#eWg1as5UpETk5e32G7xufyeOrTscSIT4 > .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); }#eWg1as5UpETk5e32G7xufyeOrTscSIT4 > .row .container { border-width: 0; border-radius: 0; }#eWg1as5UpETk5e32G7xufyeOrTscSIT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eWg1as5UpETk5e32G7xufyeOrTscSIT4 > .row .container { font-size:0.875rem;font-family:arial;height:50.75rem;width:60rem;position:relative;display:block; }#y01RkmzW6nSbTvpr8uiey1zWW1O1Bcu9 { color:#000000;display:block;width:28.625rem;position:absolute;font-family:"titillium web";font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:10rem;left:1.3125rem;height:1.92480625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XdPhMmoXxePdVfhm4eo8DRTkUkvm9JZ6 { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"titillium web";font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.8115234375rem;left:1.46875rem;height:7.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CnvR4L9atIRnpHOVu4tTmwUZBTklM5gh { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.25rem;width:24.25rem;top:7.375rem;left:32.8125rem;overflow:hidden;display:block; }
#md5Tr9hyhmRWgy0693in1S5uxdWqas0t { color:#000000;display:block;width:18.375rem;position:absolute;font-family:"titillium web";font-size:2.125rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:23.3125rem;left:1.3125rem;height:2.3374rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UteZXEwVRSqA3n5Jf3UdabOndDcuBnNO { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"titillium web";font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:26.7490234375rem;left:1.46875rem;height:8.90625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q3Pm5ldu5srmLsGHDTeBPr8KL9UGTyOX { background-color:transparent;background-image: -webkit-linear-gradient(117deg, rgba(255,117,0,0.79), #ff9200);background-image: -moz-linear-gradient(117deg, rgba(255,117,0,0.79), #ff9200);background-image: -ms-linear-gradient(117deg, rgba(255,117,0,0.79), #ff9200);background-image: -o-linear-gradient(117deg, rgba(255,117,0,0.79), #ff9200);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7500c9', endColorstr='#ff9200' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7500c9', endColorstr='#ff9200' );";background-image: linear-gradient(117deg, rgba(255,117,0,0.79), #ff9200);background-size:auto !important;border-top:0.125rem solid #ffe000;border-left:0.125rem solid #ffe000;border-right:0.125rem solid #ffe000;border-bottom:0.125rem solid #ffe000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:2.4;overflow:hidden;position:absolute;width:40.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:44.25rem;left:9.0625rem;display:block; }
#TvE8WocMbQXEUwZkiLLsN5aafexx810T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dKs212xZ4xC9eeptcKi4OOUETAcZ66XT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:41.5625rem;left:26.5625rem;display:none; }
#dwZPracSghXciAz4h83s7yZHZx6MeTCM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:41.5625rem;left:26.5625rem;display:none; }
#HyM0hhUbuxuiRIWLbLZLnPbTPo3Cv6eg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:41.5625rem;left:26.5625rem;display:none; }
#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(200deg, #150000, #000000);background-image: -moz-linear-gradient(200deg, #150000, #000000);background-image: -ms-linear-gradient(200deg, #150000, #000000);background-image: -o-linear-gradient(200deg, #150000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#150000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#150000', endColorstr='#000000' );";background-image: linear-gradient(200deg, #150000, #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row .container { background-color: transparent; background-image: none; }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row .container > .video-iframe-container { display: none; }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row > .video-iframe-container { display: none; }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .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); }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row .container { border-width: 0; border-radius: 0; }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row .container { font-size:0.875rem;font-family:arial;height:50.875rem;width:60rem;position:relative;display:block; }#TU1Epl3hZpIhELPaBTndytXd8nfP7RaB { color:#ffffff;display:block;width:50.125rem;position:absolute;font-family:signika;font-size:2.0625rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:1.6875rem;left:6.1875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x6JDSyPWzd1AFbvOXGNxEz0T9f01HRcJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.25rem;width:23.4375rem;top:14.75rem;left:18.125rem;overflow:hidden;display:block; }
#sCrciBKBMvqRiT9U9iXSCM5a1xBggxl5 { color:#ffffff;display:block;width:48.4375rem;position:absolute;font-family:arial;font-size:2.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:5.1875rem;left:5.78125rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK { z-index:;position:relative;display:block; }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK { background-color: transparent; background-image: none; }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .row .container > .video-iframe-container { display: none; }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .row > .video-iframe-container { display: none; }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .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); }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK { border-width: 0; border-radius: 0; }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .row .container { background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#XPzyNUPpTQks0MPUb10nvVDd2y4QLomS { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:anybody;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:3.875rem;left:6.78125rem;height:7.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THkduXqta2RruIHAZqiIgHmLrMcdnrE9 { color:#000000;display:block;width:45.125rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15009;line-height:2.6;letter-spacing:0;top:11.8125rem;left:6.75rem;height:27.78660625rem;display:block; }
#sCWCqVZDlSg9cHzkqaP8ydzmFpKxtvJx { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.5rem solid rgba(227,227,227,0.61);border-left:0.5rem solid rgba(227,227,227,0.61);border-right:0.5rem solid rgba(227,227,227,0.61);border-bottom:0.5rem solid rgba(227,227,227,0.61);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.5625rem 1.8125rem rgba(0,0,0,0.1) ;height:41.8125rem;width:51.9375rem;top:1.25rem;left:2.84375rem;display:block; }
#C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb > .row .container { background-color: transparent; background-image: none; }#C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb > .row .container > .video-iframe-container { display: none; }#C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb > .row > .video-iframe-container { display: none; }#C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb > .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); }#C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb > .row .container { border-width: 0; border-radius: 0; }#C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb > .row .container { font-size:0.875rem;font-family:arial;height:52.6875rem;width:60rem;position:relative;display:block; }#lmwTsi02TZmazygkawFbGTQLn46IfMev { color:#000000;display:block;width:25.75rem;position:absolute;font-family:"titillium web";font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.625rem;left:1.3125rem;height:3.0249rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hJPl3u6XNx9JTPuTlTicZvvNTGmwy2kV { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:"titillium web";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:11.8115234375rem;left:1.3125rem;height:20.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NpfR3EqJ4LT8T6NsTwZo4I64xCszhcTb { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:31.25rem;width:23.4375rem;top:5.625rem;left:33.125rem;overflow:hidden;display:block; }
#P9F4W05ULvAR9EgtwOuQbKslkBVBEl9F { background-color:transparent;background-image: -webkit-linear-gradient(117deg, #f1a655, #ff8700);background-image: -moz-linear-gradient(117deg, #f1a655, #ff8700);background-image: -ms-linear-gradient(117deg, #f1a655, #ff8700);background-image: -o-linear-gradient(117deg, #f1a655, #ff8700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1a655', endColorstr='#ff8700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1a655', endColorstr='#ff8700' );";background-image: linear-gradient(117deg, #f1a655, #ff8700);background-size:auto !important;border-top:0.125rem solid #ffe000;border-left:0.125rem solid #ffe000;border-right:0.125rem solid #ffe000;border-bottom:0.125rem solid #ffe000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:2.6;overflow:hidden;position:absolute;width:40.1875rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:46.1875rem;left:8.75rem;display:block; }
#EV84h7VvRsyFqXs6m2JbarRE8rDlTA24 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BbfzspkXGk8R7QFwyomrUud9mux2kIQS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:41.5rem;left:15.6875rem; }
#Ka3SGELCz5d0WXbgnuoJQuL8PKmIbK05 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:41.5625rem;left:26.5625rem; }
#pKb7nFK8lU5yFhHk5pIqyBNl99UVJuxD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:41.625rem;left:38.375rem; }
#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;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; }#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb.adaptive-delivery-prevent-bg, #RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb.lazyload, #RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb.lazyloading { background-image: none; }#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb > .row .container { background-color: transparent; background-image: none; }#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb > .row .container > .video-iframe-container { display: none; }#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb > .row > .video-iframe-container { display: none; }#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb > .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); }#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb > .row .container { border-width: 0; border-radius: 0; }#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb > .row > .video-iframe-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#eN6zhMK7i0yezKNIXzIVND2yU2CTZotn { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:0.625rem;display:block; }
#eKiwphGFL7KBmCi8TKDHNtne8cIcrbW9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:7.875rem;top:12.34375rem;left:6.0625rem;overflow:hidden;display:block; }
#szTIR2imI8scGTCWbaMBhM1FShLEIflP { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.125rem;left:0.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s0rKyO7QiGWHwRQ2NpWnK5Gp03aKMLSJ { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:19.6875rem;left:1.875rem;height:1.8999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OiA1aDUQdFnvv3zrekPZeSTgeyNcmBWZ { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:20.625rem;display:block; }
#iFNTEzkHF3M8RTK0VvMTFnL1WJ39nz14 { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:19.875rem;left:21.875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sbz36nZw6mkqTfW8U4Vl9hnv4a4UnzxO { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:20.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRCN4hVTrEkZUttGroUhliZAiB8QebVP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:7.4375rem;top:13rem;left:26.28125rem;overflow:hidden;display:block; }
#EhhIpIrf6buL5UT2b6Gtl667wdSFtFdG { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:17rem;width:18.75rem;top:10.0625rem;left:40.625rem;display:block; }
#siB3xrO6I8n0TJ2mMhLrOsEoBhqeSrxt { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:19.875rem;left:41.875rem;height:3.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wOTUieFdm1NVZyxXhZMqVPQTOdKNZImw { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:17.3125rem;left:40.625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lC63XJ4qQrXRuLVP3rwcR2QyWVQzCrVf { position:absolute;display:block;z-index:15009;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.6875rem;width:8.125rem;top:12.6875rem;left:45.9375rem;overflow:hidden;display:block; }
#wozt9iSShrgXIdvZv1qwiF94COu7BXL6 { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.3125rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:3.8125rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW { position:relative;display:block; }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW { background-color: transparent; background-image: none; }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row .container > .video-iframe-container { display: none; }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row > .video-iframe-container { display: none; }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .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); }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW { border-width: 0; border-radius: 0; }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .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; }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:83rem;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:block; }#ZyVyEdKIm0fgbwwOCMvkDsVKnoE9CeEQ { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:arial;font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.625rem;left:9.0625rem;height:4.875rem;font-style:normal;display:block; }
#KDKpNHdmw90E4uE3zgI2STi3TvJE02rQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:10.875rem;left:38.5rem; }
#euoO3HRXCHAnZcS92rhPEJIR0nHDmzCH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:10.875rem;left:27.6875rem; }
#DPbocVDp2qdNpdzMcHBIgihDNU8ubRl1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:10.875rem;left:17.0625rem; }
#cqDWIN9alPvW85OMhBawBhlZ4czLFJ1K { box-sizing:content-box;height:59.5rem;width:30.9375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:16.15625rem;left:13.78125rem;display:block; }
#uozhBsKahspGXf6afRfGoQFq1kVsCOet { color:#b20000;display:block;width:15.875rem;position:absolute;font-family:anybody;font-size:2.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:17.8125rem;left:22.0625rem;height:2.84375rem;font-style:normal;display:block; }
#pl83tzKnNPmrepzhgWCv7iUKHZAyqfmy { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:anybody;font-size:2.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.65625rem;left:23.78125rem;height:3.33105625rem;font-style:normal;display:block; }
#Z64pwTf4SFEazX64qKZLltPv8ehAfd2p { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:arial;font-size:1.375rem;font-weight:normal;z-index:15016;line-height:2.3;letter-spacing:0;top:24.4609375rem;left:14.09375rem;height:47.4317625rem;text-align:left;text-align-last:left;display:block; }
#aMoFxedUEzb5rO9P9DUSpGgIBooHdb0S { background-color:transparent;background-image: -webkit-linear-gradient(117deg, #ff8700, #d1700e);background-image: -moz-linear-gradient(117deg, #ff8700, #d1700e);background-image: -ms-linear-gradient(117deg, #ff8700, #d1700e);background-image: -o-linear-gradient(117deg, #ff8700, #d1700e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8700', endColorstr='#d1700e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8700', endColorstr='#d1700e' );";background-image: linear-gradient(117deg, #ff8700, #d1700e);background-size:auto !important;border-top:0.125rem solid #ffe000;border-left:0.125rem solid #ffe000;border-right:0.125rem solid #ffe000;border-bottom:0.125rem solid #ffe000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:2.6;overflow:hidden;position:absolute;width:26.4375rem;height:3.5rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:69.9169921875rem;left:16.03125rem;display:block; }
#XlmeeSkipEwxo299nn7xs2KBBBMQSpKw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgIGq86Fi66OkT8NC1yDVxpU06vChRdx { position:relative;display:block; }#mgIGq86Fi66OkT8NC1yDVxpU06vChRdx { background-color: transparent; background-image: none; }#mgIGq86Fi66OkT8NC1yDVxpU06vChRdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgIGq86Fi66OkT8NC1yDVxpU06vChRdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgIGq86Fi66OkT8NC1yDVxpU06vChRdx > .row .container > .video-iframe-container { display: none; }#mgIGq86Fi66OkT8NC1yDVxpU06vChRdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgIGq86Fi66OkT8NC1yDVxpU06vChRdx > .row > .video-iframe-container { display: none; }#mgIGq86Fi66OkT8NC1yDVxpU06vChRdx > .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); }#mgIGq86Fi66OkT8NC1yDVxpU06vChRdx { border-width: 0; border-radius: 0; }#mgIGq86Fi66OkT8NC1yDVxpU06vChRdx > .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; }#mgIGq86Fi66OkT8NC1yDVxpU06vChRdx > .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:68.8125rem;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:block; }#UGqQAN6nImKRIoxGDqhahGAZTzora2fK { color:#000000;display:block;width:50.125rem;position:absolute;font-family:anybody;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:2.8;letter-spacing:0;top:2rem;left:4.9375rem;height:5.07470625rem;font-style:normal;display:block; }
#QvbTx53H80FQR34E90A6wgOQ8T16MqxB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.3125rem;width:13.1875rem;top:8.8125rem;left:11.09375rem;overflow:hidden;display:block; }
#bd9bNHWwvali3E9UTdtq6SWS02BXt5nf { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.25rem;width:17.125rem;top:9.34375rem;left:35rem;overflow:hidden;display:block; }
#odtskKMCDRVOJiw0KForQTZ14pFXEqtS { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:14.125rem;top:38.09375rem;left:36.5rem;overflow:hidden;display:block; }
#HVur4iT15I19EwKDLuLPWyTN5d8FwoNF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:15.75rem;top:37.96875rem;left:9.8125rem;overflow:hidden;display:block; }
#X4lXhRaCp3HIrdemcn01RBZFt8m62mSR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X4lXhRaCp3HIrdemcn01RBZFt8m62mSR > .row .container { background-color: transparent; background-image: none; }#X4lXhRaCp3HIrdemcn01RBZFt8m62mSR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4lXhRaCp3HIrdemcn01RBZFt8m62mSR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4lXhRaCp3HIrdemcn01RBZFt8m62mSR > .row .container > .video-iframe-container { display: none; }#X4lXhRaCp3HIrdemcn01RBZFt8m62mSR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4lXhRaCp3HIrdemcn01RBZFt8m62mSR > .row > .video-iframe-container { display: none; }#X4lXhRaCp3HIrdemcn01RBZFt8m62mSR > .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); }#X4lXhRaCp3HIrdemcn01RBZFt8m62mSR > .row .container { border-width: 0; border-radius: 0; }#X4lXhRaCp3HIrdemcn01RBZFt8m62mSR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4lXhRaCp3HIrdemcn01RBZFt8m62mSR > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:60rem;position:relative;display:block; }#WWJ6UOeZf9pnoB3aJZJ9CFigTvkkAfB8 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:24.75rem;width:33.0625rem;top:14.1875rem;left:13.46875rem;overflow:hidden;display:block; }
#SKfaIo9hc89LNzbXIqNVtXoFz6l67Cy1 { color:#ffffff;display:block;width:47.625rem;position:absolute;font-family:anybody;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125rem;left:6.1875rem;height:8.7744375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFd8cCV1XnKAeHrKmnM3dM84hrNE0VxU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:43.1875rem;left:14.3125rem; }
#tg5MvDlHriZQiaSeFQRJqwMCKb3785fy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:43.1875rem;left:27.59375rem; }
#vhffVuBNNoTgXnBEoN3gTQM9G8bSSpTa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:43.1875rem;left:39.25rem; }
#C90uvoNyb3yv1TfokIC5VfBamLVbpSGW { background-color:transparent;background-image: -webkit-linear-gradient(117deg, #ff8700, #d1700e);background-image: -moz-linear-gradient(117deg, #ff8700, #d1700e);background-image: -ms-linear-gradient(117deg, #ff8700, #d1700e);background-image: -o-linear-gradient(117deg, #ff8700, #d1700e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8700', endColorstr='#d1700e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8700', endColorstr='#d1700e' );";background-image: linear-gradient(117deg, #ff8700, #d1700e);background-size:auto !important;border-top:0.125rem solid #ffe000;border-left:0.125rem solid #ffe000;border-right:0.125rem solid #ffe000;border-bottom:0.125rem solid #ffe000;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:comfortaa;font-size:1.25rem;font-weight:700;font-style:normal;line-height:2.6;overflow:hidden;position:absolute;width:38.5625rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:49.65625rem;left:10.71875rem;display:block; }
#CKEWVV459OAUU4bq600XRfAWSl0pvdPO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CyGCDiud2xL54oCS509msL82H9y3GpmD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050503;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row .container { background-color: transparent; background-image: none; }#CyGCDiud2xL54oCS509msL82H9y3GpmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row .container > .video-iframe-container { display: none; }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row > .video-iframe-container { display: none; }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .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); }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row .container { border-width: 0; border-radius: 0; }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:60rem;position:relative;display:block; }#CHNKictGdxNAmi1t0B4FamM3K9c8WhUH { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.474609375rem;left:4.78125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#C3KQFKr61UccGyQBTkSIHFL1ystMu89q { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.474609375rem;left:23.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#RwwB5KroTZd3XbCvF9fx2lcKxuyBNyiO { color:#ffffff;display:block;width:11.375rem;position:absolute;font-family:arial;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:3.474609375rem;left:43.65625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#X2lWTEnhhXSueElGhc7pPga7A6dJz6gs { color:#ffffff;display:block;width:29.3125rem;position:absolute;font-family:arial;font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.119140625rem;left:14.34375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz { display:block; }#J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECbZuMO3rmvVB1QcD4AHNlu0t3H8ITV9 { top:3.1875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArMiPyT6ZtFbbzUqV63chTgckbJ74lbu { top:10.75rem;left:16.40625rem;width:14.9375rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h { display:block; }#RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f99zA1ph2inhWFNFuzl4d5qDyFm7380a { width:28.3125rem;height:13.5rem;top:27.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgdlzlPUZB1bkPXBkls8VHV4c9QfXTBx { top:32.375rem;left:21.625rem;width:25.25rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVV7qpoNbW1KFxwB5hZ4OlfDsLybAxio { top:1.375rem;left:0rem;width:46.75rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4EK3FGwiNPBAc6hrr0boqSffHMcAn0H { top:12.5rem;left:0rem;width:47.125rem;height:7.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw9UXzT2HsWV4nCG3CdS5ZQZeguhOGt1 { top:6.4375rem;left:1.1875rem;width:44.4375rem;height:3.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rN14RhHqTgemlGhlWk3Nu1idzSnMUpxy { top:3.0625rem;left:9.875rem;width:30.3125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvTEHn93px4EJpZcRWQU2WPPATMxHZy5 { width:28.3125rem;height:19.1875rem;top:46.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmkeiJJhEzy8weX7UlnBcoIgoxng4yaH { top:73.875rem;left:0rem;width:47.625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0AMiQJ2MvIEGbcqT0dBneOFOrrPEIhv { top:74.75rem;left:19.4375rem;width:10.9375rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBt4ssAuTzMQq6xqKuy2FkLX2PtE8W6T { top:78.25rem;left:1.875rem;width:44rem;height:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #psVekenqafWKXFI69nqJI98WRZk2WDxg { top:25.125rem;left:0rem;width:5.0625rem;height:2.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJBLHQ2CUzVE3QshlDxmAkfP2blA71l1 { top:43.6875rem;left:0rem;width:5.0625rem;height:2.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWg1as5UpETk5e32G7xufyeOrTscSIT4 { display:block; }#eWg1as5UpETk5e32G7xufyeOrTscSIT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y01RkmzW6nSbTvpr8uiey1zWW1O1Bcu9 { width:28.625rem;height:1.875rem;top:10rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdPhMmoXxePdVfhm4eo8DRTkUkvm9JZ6 { width:28.3125rem;height:7.125rem;top:12.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnvR4L9atIRnpHOVu4tTmwUZBTklM5gh { top:7.375rem;left:22.75rem;width:24.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #md5Tr9hyhmRWgy0693in1S5uxdWqas0t { width:18.375rem;height:2.3125rem;top:23.3125rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UteZXEwVRSqA3n5Jf3UdabOndDcuBnNO { width:28.3125rem;height:8.875rem;top:26.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Pm5ldu5srmLsGHDTeBPr8KL9UGTyOX { width:40.125rem;height:3.4375rem;top:44.25rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvE8WocMbQXEUwZkiLLsN5aafexx810T { display:block; }
 }@media only screen and (max-width: 763px) { #dKs212xZ4xC9eeptcKi4OOUETAcZ66XT { top:41.5625rem;left:20.4375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwZPracSghXciAz4h83s7yZHZx6MeTCM { top:41.5625rem;left:20.4375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HyM0hhUbuxuiRIWLbLZLnPbTPo3Cv6eg { top:41.5625rem;left:20.4375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF { display:block; }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TU1Epl3hZpIhELPaBTndytXd8nfP7RaB { width:47.75rem;height:;top:1.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6JDSyPWzd1AFbvOXGNxEz0T9f01HRcJ { top:14.75rem;left:12rem;width:23.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCrciBKBMvqRiT9U9iXSCM5a1xBggxl5 { top:5.1875rem;left:0rem;width:47.75rem;height:6.1875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK { display:block; }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPzyNUPpTQks0MPUb10nvVDd2y4QLomS { top:3.875rem;left:0.65625rem;width:46.4375rem;height:7.125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkduXqta2RruIHAZqiIgHmLrMcdnrE9 { top:11.8125rem;left:0.625rem;width:45.125rem;height:27.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCWCqVZDlSg9cHzkqaP8ydzmFpKxtvJx { top:1.25rem;left:0rem;width:46.75rem;height:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb { display:block; }#C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmwTsi02TZmazygkawFbGTQLn46IfMev { width:25.75rem;height:3rem;top:5.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJPl3u6XNx9JTPuTlTicZvvNTGmwy2kV { width:28.3125rem;height:20.25rem;top:11.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpfR3EqJ4LT8T6NsTwZo4I64xCszhcTb { top:5.625rem;left:22.75rem;width:23.4375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9F4W05ULvAR9EgtwOuQbKslkBVBEl9F { width:40.1875rem;height:3.5rem;top:46.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV84h7VvRsyFqXs6m2JbarRE8rDlTA24 { display:block; }
 }@media only screen and (max-width: 763px) { #BbfzspkXGk8R7QFwyomrUud9mux2kIQS { top:41.5rem;left:9.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka3SGELCz5d0WXbgnuoJQuL8PKmIbK05 { top:41.5625rem;left:20.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKb7nFK8lU5yFhHk5pIqyBNl99UVJuxD { top:41.625rem;left:32.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb { display:block; }#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eN6zhMK7i0yezKNIXzIVND2yU2CTZotn { width:18.75rem;height:17rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKiwphGFL7KBmCi8TKDHNtne8cIcrbW9 { width:7.875rem;height:4.3125rem;top:12.3125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #szTIR2imI8scGTCWbaMBhM1FShLEIflP { width:18.75rem;height:1.625rem;top:17.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0rKyO7QiGWHwRQ2NpWnK5Gp03aKMLSJ { width:16.25rem;height:1.875rem;top:19.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiA1aDUQdFnvv3zrekPZeSTgeyNcmBWZ { width:18.75rem;height:17rem;top:10.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFNTEzkHF3M8RTK0VvMTFnL1WJ39nz14 { width:16.25rem;height:4.75rem;top:19.875rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbz36nZw6mkqTfW8U4Vl9hnv4a4UnzxO { width:18.75rem;height:1.625rem;top:17.3125rem;left:13rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRCN4hVTrEkZUttGroUhliZAiB8QebVP { width:7.4375rem;height:4.1875rem;top:13rem;left:20.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhhIpIrf6buL5UT2b6Gtl667wdSFtFdG { width:18.75rem;height:17rem;top:10.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #siB3xrO6I8n0TJ2mMhLrOsEoBhqeSrxt { width:16.25rem;height:3.1875rem;top:19.875rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOTUieFdm1NVZyxXhZMqVPQTOdKNZImw { width:18.75rem;height:1.625rem;top:17.3125rem;left:28.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC63XJ4qQrXRuLVP3rwcR2QyWVQzCrVf { width:8.125rem;height:4.6875rem;top:12.6875rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wozt9iSShrgXIdvZv1qwiF94COu7BXL6 { width:47.75rem;height:3rem;top:3.8125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW { display:block; }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyVyEdKIm0fgbwwOCMvkDsVKnoE9CeEQ { top:3.625rem;left:2.9375rem;width:43.25rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDKpNHdmw90E4uE3zgI2STi3TvJE02rQ { top:10.875rem;left:32.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euoO3HRXCHAnZcS92rhPEJIR0nHDmzCH { top:10.875rem;left:21.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPbocVDp2qdNpdzMcHBIgihDNU8ubRl1 { top:10.875rem;left:10.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqDWIN9alPvW85OMhBawBhlZ4czLFJ1K { top:16.125rem;left:7.65625rem;width:30.9375rem;height:59.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uozhBsKahspGXf6afRfGoQFq1kVsCOet { top:17.8125rem;left:15.9375rem;width:15.875rem;height:2.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl83tzKnNPmrepzhgWCv7iUKHZAyqfmy { top:20.625rem;left:17.65625rem;width:12.4375rem;height:3.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z64pwTf4SFEazX64qKZLltPv8ehAfd2p { top:24.4375rem;left:7.96875rem;width:30.3125rem;height:47.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMoFxedUEzb5rO9P9DUSpGgIBooHdb0S { width:26.4375rem;height:3.5rem;top:69.875rem;left:9.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlmeeSkipEwxo299nn7xs2KBBBMQSpKw { display:block; }
 }@media only screen and (max-width: 763px) { #mgIGq86Fi66OkT8NC1yDVxpU06vChRdx { display:block; }#mgIGq86Fi66OkT8NC1yDVxpU06vChRdx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGqQAN6nImKRIoxGDqhahGAZTzora2fK { top:2rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvbTx53H80FQR34E90A6wgOQ8T16MqxB { top:8.8125rem;left:4.96875rem;width:13.1875rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd9bNHWwvali3E9UTdtq6SWS02BXt5nf { top:9.3125rem;left:28.875rem;width:17.125rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #odtskKMCDRVOJiw0KForQTZ14pFXEqtS { top:38.0625rem;left:30.375rem;width:14.125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVur4iT15I19EwKDLuLPWyTN5d8FwoNF { top:37.9375rem;left:3.6875rem;width:15.75rem;height:27.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4lXhRaCp3HIrdemcn01RBZFt8m62mSR { display:block; }#X4lXhRaCp3HIrdemcn01RBZFt8m62mSR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWJ6UOeZf9pnoB3aJZJ9CFigTvkkAfB8 { top:14.1875rem;left:7.34375rem;width:33.0625rem;height:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKfaIo9hc89LNzbXIqNVtXoFz6l67Cy1 { top:2.8125rem;left:0.0625rem;width:47.625rem;height:8.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFd8cCV1XnKAeHrKmnM3dM84hrNE0VxU { top:43.1875rem;left:8.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg5MvDlHriZQiaSeFQRJqwMCKb3785fy { top:43.1875rem;left:21.46875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhffVuBNNoTgXnBEoN3gTQM9G8bSSpTa { top:43.1875rem;left:33.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C90uvoNyb3yv1TfokIC5VfBamLVbpSGW { width:38.5625rem;height:3.4375rem;top:49.625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKEWVV459OAUU4bq600XRfAWSl0pvdPO { display:block; }
 }@media only screen and (max-width: 763px) { #CyGCDiud2xL54oCS509msL82H9y3GpmD { display:block; }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHNKictGdxNAmi1t0B4FamM3K9c8WhUH { top:3.4375rem;left:0rem;width:11.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3KQFKr61UccGyQBTkSIHFL1ystMu89q { top:3.4375rem;left:17.1875rem;width:11.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwwB5KroTZd3XbCvF9fx2lcKxuyBNyiO { top:3.4375rem;left:36.375rem;width:11.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2lWTEnhhXSueElGhc7pPga7A6dJz6gs { top:8.0625rem;left:8.21875rem;width:29.3125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz { display:block; }#J0mmcV6z7w2OgD2d5KfIy2MP13z9Kcfz > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ECbZuMO3rmvVB1QcD4AHNlu0t3H8ITV9 { width:20rem;height:22.046875rem;top:2.8125rem;left:0rem;font-size:3.0625rem;font-family:exo;line-height:1.8;font-weight:700;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ArMiPyT6ZtFbbzUqV63chTgckbJ74lbu { width:12.1875rem;height:16.3125rem;top:27.8056640625rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h { display:block; }#RPvIW2SPmGdZOAtayGPFDtdILAFfbV8h > .row .container { width:20rem;height:134.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f99zA1ph2inhWFNFuzl4d5qDyFm7380a { width:20rem;height:14.170875rem;top:69.150390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgdlzlPUZB1bkPXBkls8VHV4c9QfXTBx { width:16.9375rem;height:22.625rem;top:41.056640625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVV7qpoNbW1KFxwB5hZ4OlfDsLybAxio { width:19rem;height:35.6875rem;top:1.7666015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4EK3FGwiNPBAc6hrr0boqSffHMcAn0H { width:13.625rem;height:20.9911875rem;top:15.0966796875rem;left:3.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.6;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #uw9UXzT2HsWV4nCG3CdS5ZQZeguhOGt1 { width:16rem;height:8.097625rem;top:6.25rem;left:2rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.8;font-family:montserrat;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rN14RhHqTgemlGhlWk3Nu1idzSnMUpxy { width:20rem;height:3.625rem;top:2.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ea0d0d;line-height:2.9;font-family:bitter;display:block; }
 }@media only screen and (max-width: 763px) { #MvTEHn93px4EJpZcRWQU2WPPATMxHZy5 { width:20rem;height:29.3261875rem;top:88.3115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmkeiJJhEzy8weX7UlnBcoIgoxng4yaH { width:18.8125rem;height:11.125rem;top:121.1494140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0AMiQJ2MvIEGbcqT0dBneOFOrrPEIhv { width:9.875rem;height:3rem;top:121.3759765625rem;left:5.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBt4ssAuTzMQq6xqKuy2FkLX2PtE8W6T { width:18rem;height:8rem;top:124.3759765625rem;left:1rem;font-size:1rem;line-height:2;font-weight:700;font-style:normal;font-family:anybody;display:block; }
 }@media only screen and (max-width: 763px) { #psVekenqafWKXFI69nqJI98WRZk2WDxg { width:5.0625rem;height:2.92480625rem;top:65.7119140625rem;left:6.53125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJBLHQ2CUzVE3QshlDxmAkfP2blA71l1 { width:5.0625rem;height:3.0058625rem;top:85.3681640625rem;left:6.53125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWg1as5UpETk5e32G7xufyeOrTscSIT4 { display:block; }#eWg1as5UpETk5e32G7xufyeOrTscSIT4 > .row .container { width:20rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y01RkmzW6nSbTvpr8uiey1zWW1O1Bcu9 { width:20rem;height:3.986325rem;top:0.80078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdPhMmoXxePdVfhm4eo8DRTkUkvm9JZ6 { width:20rem;height:6rem;top:5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnvR4L9atIRnpHOVu4tTmwUZBTklM5gh { width:17.5625rem;height:22.625rem;top:10.1875rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #md5Tr9hyhmRWgy0693in1S5uxdWqas0t { width:18.375rem;height:2.3369125rem;top:33.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UteZXEwVRSqA3n5Jf3UdabOndDcuBnNO { width:20rem;height:10.6875rem;top:36.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3Pm5ldu5srmLsGHDTeBPr8KL9UGTyOX { width:19.1875rem;height:3.625rem;top:49.5625rem;left:0.5rem;font-size:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #ff8700, #ff8700);background-image: -moz-linear-gradient(117deg, #ff8700, #ff8700);background-image: -ms-linear-gradient(117deg, #ff8700, #ff8700);background-image: -o-linear-gradient(117deg, #ff8700, #ff8700);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8700', endColorstr='#ff8700' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8700', endColorstr='#ff8700' );";background-image: linear-gradient(117deg, #ff8700, #ff8700);background-size:auto !important;border-top:0.125rem solid #ffe000;border-left:0.125rem solid #ffe000;border-right:0.125rem solid #ffe000;border-bottom:0.125rem solid #ffe000;display:block; }
 }@media only screen and (max-width: 763px) { #TvE8WocMbQXEUwZkiLLsN5aafexx810T { display:block; }
 }@media only screen and (max-width: 763px) { #dKs212xZ4xC9eeptcKi4OOUETAcZ66XT { display:flex;width:3.125rem;height:3.125rem;top:45.3125rem;left:1.875rem;z-index:15011; }
 }@media only screen and (max-width: 763px) { #dwZPracSghXciAz4h83s7yZHZx6MeTCM { display:flex;width:3.125rem;height:3.125rem;top:45.3125rem;left:7.625rem;z-index:15012; }
 }@media only screen and (max-width: 763px) { #HyM0hhUbuxuiRIWLbLZLnPbTPo3Cv6eg { display:flex;width:3.125rem;height:3.125rem;top:45.3125rem;left:14.4375rem;z-index:15013; }
 }@media only screen and (max-width: 763px) { #KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF { background-color:transparent;background-image: -webkit-linear-gradient(200deg, #000000, #000000);background-image: -moz-linear-gradient(200deg, #000000, #000000);background-image: -ms-linear-gradient(200deg, #000000, #000000);background-image: -o-linear-gradient(200deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(200deg, #000000, #000000);background-size:auto !important;display:block; }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row .container { background-color: transparent; background-image: none; }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row .container > .video-iframe-container { display: none; }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row > .video-iframe-container { display: none; }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .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); }#KpK1EqDTpeOLm7zKpesrmJPssfzdyNlF > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TU1Epl3hZpIhELPaBTndytXd8nfP7RaB { width:20rem;height:5.07421875rem;top:1.4521484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6JDSyPWzd1AFbvOXGNxEz0T9f01HRcJ { width:16.9375rem;height:22.625rem;top:6.875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCrciBKBMvqRiT9U9iXSCM5a1xBggxl5 { width:20rem;height:14.0625rem;top:30.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK { display:block; }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK { background-color: transparent; background-image: none; }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .row .container > .video-iframe-container { display: none; }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .row > .video-iframe-container { display: none; }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .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); }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK { border-width: 0; border-radius: 0; }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJiUe5l1tprbbzCRSsTwnt8oDVxFUZpK > .row .container { width:20rem;height:64.5rem;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPzyNUPpTQks0MPUb10nvVDd2y4QLomS { width:20rem;height:12rem;top:3.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #THkduXqta2RruIHAZqiIgHmLrMcdnrE9 { width:17.75rem;height:44.79691875rem;top:15.365234375rem;left:1.125rem;font-size:1rem;line-height:2.8;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sCWCqVZDlSg9cHzkqaP8ydzmFpKxtvJx { width:19rem;height:60.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb { display:block; }#C4GkSdZS7LTEpl15W6JZXqOr0R5oTDCb > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmwTsi02TZmazygkawFbGTQLn46IfMev { width:20rem;height:2.19921875rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJPl3u6XNx9JTPuTlTicZvvNTGmwy2kV { width:20rem;height:16.875rem;top:5.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpfR3EqJ4LT8T6NsTwZo4I64xCszhcTb { width:16.9375rem;height:22.625rem;top:24.0625rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9F4W05ULvAR9EgtwOuQbKslkBVBEl9F { width:18.75rem;height:3.5rem;top:53.8125rem;left:0.625rem;line-height:1.7;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV84h7VvRsyFqXs6m2JbarRE8rDlTA24 { display:block; }
 }@media only screen and (max-width: 763px) { #BbfzspkXGk8R7QFwyomrUud9mux2kIQS { display:flex;width:3.125rem;height:3.125rem;top:48.875rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #Ka3SGELCz5d0WXbgnuoJQuL8PKmIbK05 { display:flex;width:3.125rem;height:3.125rem;top:48.875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #pKb7nFK8lU5yFhHk5pIqyBNl99UVJuxD { display:flex;width:3.125rem;height:3.125rem;top:48.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb { display:block; }#RTi3Kyc5niiechsvc4ObF5EeWbxH3mDb > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eN6zhMK7i0yezKNIXzIVND2yU2CTZotn { width:18.75rem;height:13.3125rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKiwphGFL7KBmCi8TKDHNtne8cIcrbW9 { width:7.25rem;height:4.0625rem;top:9.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #szTIR2imI8scGTCWbaMBhM1FShLEIflP { width:18.75rem;height:2.35595625rem;top:14rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0rKyO7QiGWHwRQ2NpWnK5Gp03aKMLSJ { width:16.25rem;height:1.8999rem;top:16.5625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OiA1aDUQdFnvv3zrekPZeSTgeyNcmBWZ { width:18.75rem;height:14.625rem;top:23.28125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFNTEzkHF3M8RTK0VvMTFnL1WJ39nz14 { width:16.25rem;height:4.798825rem;top:32.28125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sbz36nZw6mkqTfW8U4Vl9hnv4a4UnzxO { width:18.75rem;height:2.84375rem;top:29.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRCN4hVTrEkZUttGroUhliZAiB8QebVP { width:8.25rem;height:4.625rem;top:24.8125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhhIpIrf6buL5UT2b6Gtl667wdSFtFdG { width:18.75rem;height:14.6875rem;top:40.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #siB3xrO6I8n0TJ2mMhLrOsEoBhqeSrxt { width:16.25rem;height:3.19921875rem;top:50.205078125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOTUieFdm1NVZyxXhZMqVPQTOdKNZImw { width:18.75rem;height:2.84375rem;top:47.361328125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC63XJ4qQrXRuLVP3rwcR2QyWVQzCrVf { width:7.0625rem;height:4.125rem;top:41.75rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wozt9iSShrgXIdvZv1qwiF94COu7BXL6 { width:20rem;height:4.875rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW { 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; }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row .container { background-color: transparent; background-image: none; }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row .container > .video-iframe-container { display: none; }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row > .video-iframe-container { display: none; }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .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); }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row .container { border-width: 0; border-radius: 0; }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swr5oQ0G8ELWqUHbNFGzTJiTaMvpnATW > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZyVyEdKIm0fgbwwOCMvkDsVKnoE9CeEQ { width:18.75rem;height:1.94970625rem;top:1.625rem;left:0.625rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KDKpNHdmw90E4uE3zgI2STi3TvJE02rQ { display:flex;width:3.125rem;height:3.125rem;top:4.69921875rem;left:13.75rem; }
 }@media only screen and (max-width: 763px) { #euoO3HRXCHAnZcS92rhPEJIR0nHDmzCH { display:flex;width:3.125rem;height:3.125rem;top:4.69921875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #DPbocVDp2qdNpdzMcHBIgihDNU8ubRl1 { display:flex;width:3.125rem;height:3.125rem;top:4.69921875rem;left:3.0625rem; }
 }@media only screen and (max-width: 763px) { #cqDWIN9alPvW85OMhBawBhlZ4czLFJ1K { width:20rem;height:62.25rem;top:4.69921875rem;left:0rem;background-color:#ffffff;background-image:none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uozhBsKahspGXf6afRfGoQFq1kVsCOet { width:16.9375rem;height:2.68115rem;top:5.20703125rem;left:2.5rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pl83tzKnNPmrepzhgWCv7iUKHZAyqfmy { width:10.375rem;height:2.84375rem;top:7.82421875rem;left:4.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z64pwTf4SFEazX64qKZLltPv8ehAfd2p { width:20rem;height:51.28509375rem;top:12.3076171875rem;left:0rem;font-size:1.125rem;line-height:2.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aMoFxedUEzb5rO9P9DUSpGgIBooHdb0S { width:18.75rem;height:3.4375rem;top:61.94921875rem;left:0.625rem;line-height:1.7;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlmeeSkipEwxo299nn7xs2KBBBMQSpKw { display:block; }
 }@media only screen and (max-width: 763px) { #mgIGq86Fi66OkT8NC1yDVxpU06vChRdx { display:block; }#mgIGq86Fi66OkT8NC1yDVxpU06vChRdx > .row .container { width:20rem;height:115.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UGqQAN6nImKRIoxGDqhahGAZTzora2fK { width:20rem;height:8.097625rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #QvbTx53H80FQR34E90A6wgOQ8T16MqxB { width:13.375rem;height:24.625rem;top:11.0107421875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bd9bNHWwvali3E9UTdtq6SWS02BXt5nf { width:13.375rem;height:18.125rem;top:38.0732421875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odtskKMCDRVOJiw0KForQTZ14pFXEqtS { width:12.25rem;height:23.0625rem;top:58.3857421875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVur4iT15I19EwKDLuLPWyTN5d8FwoNF { width:15.75rem;height:27.4375rem;top:84.6357421875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4lXhRaCp3HIrdemcn01RBZFt8m62mSR { display:block; }#X4lXhRaCp3HIrdemcn01RBZFt8m62mSR > .row .container { width:20rem;height:43.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWJ6UOeZf9pnoB3aJZJ9CFigTvkkAfB8 { width:18.125rem;height:13.5625rem;top:14.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKfaIo9hc89LNzbXIqNVtXoFz6l67Cy1 { width:20rem;height:10.15625rem;top:2.546875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFd8cCV1XnKAeHrKmnM3dM84hrNE0VxU { display:flex;width:3.125rem;height:3.125rem;top:30.3466796875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #tg5MvDlHriZQiaSeFQRJqwMCKb3785fy { display:flex;width:3.125rem;height:3.125rem;top:30.3466796875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #vhffVuBNNoTgXnBEoN3gTQM9G8bSSpTa { display:flex;width:3.125rem;height:3.125rem;top:30.3466796875rem;left:14.25rem; }
 }@media only screen and (max-width: 763px) { #C90uvoNyb3yv1TfokIC5VfBamLVbpSGW { width:18.75rem;height:3.4375rem;top:36.0966796875rem;left:0.625rem;line-height:1.7;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKEWVV459OAUU4bq600XRfAWSl0pvdPO { display:block; }
 }@media only screen and (max-width: 763px) { #CyGCDiud2xL54oCS509msL82H9y3GpmD { 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; }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row .container { background-color: transparent; background-image: none; }#CyGCDiud2xL54oCS509msL82H9y3GpmD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row .container > .video-iframe-container { display: none; }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row > .video-iframe-container { display: none; }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .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); }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row .container { border-width: 0; border-radius: 0; }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CyGCDiud2xL54oCS509msL82H9y3GpmD > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CHNKictGdxNAmi1t0B4FamM3K9c8WhUH { width:20rem;height:1.13720625rem;top:1.4580078125rem;left:0rem;font-size:0.875rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 763px) { #C3KQFKr61UccGyQBTkSIHFL1ystMu89q { width:11.375rem;height:1.6621125rem;top:3.6455078125rem;left:4.3125rem;font-size:0.875rem;color:#fbfbfb;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #RwwB5KroTZd3XbCvF9fx2lcKxuyBNyiO { width:11.375rem;height:1.13720625rem;top:6.390625rem;left:4.3125rem;font-size:0.875rem;color:#fbfbfb;display:block; }
 }@media only screen and (max-width: 763px) { #X2lWTEnhhXSueElGhc7pPga7A6dJz6gs { width:20rem;height:2.2744125rem;top:8.77734375rem;left:0rem;font-size:0.875rem;color:#fbfbfb;display:block; }
 }