.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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,102,255,0.1));background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,102,255,0.1));background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,102,255,0.1));background-image: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,102,255,0.1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#190066ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#190066ff' );";background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,102,255,0.1));background-size:initial !important;position:relative;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { border-width: 0; border-radius: 0; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container {  }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#qT81DQccwyyFqVqdyCuDrH6VZPufJBDa { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.375rem;width:29.9375rem;top:5.5rem;left:29.1875rem;overflow:hidden;display:block; }
#yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { color:#000000;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:100001;line-height:1.1;letter-spacing:0;top:6rem;left:1rem;height:5.9121125rem;font-style:normal;display:block; }
#RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:13.8447265625rem;left:1rem;height:10.3984375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { background-color:transparent;background-image: -webkit-linear-gradient(57deg, #d70000, #003cff);background-image: -moz-linear-gradient(57deg, #d70000, #003cff);background-image: -ms-linear-gradient(57deg, #d70000, #003cff);background-image: -o-linear-gradient(57deg, #d70000, #003cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70000', endColorstr='#003cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d70000', endColorstr='#003cff' );";background-image: linear-gradient(57deg, #d70000, #003cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem rgba(10,97,151,0.4) ;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:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.4375rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:25.3125rem;left:1rem;display:block; }
#iy83BnqSECBPxLUNJnm793H8A22NXScJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qEtFx8gLglayFv57ADOiGkvpTgR3wftG { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:5.125rem;top:1.0625rem;left:1rem;overflow:hidden;display:block; }
#UTTHxP3AR8dxia4sGqRwTK88RGCbw1Dr { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:9.625rem;top:1.21875rem;left:7.9375rem;overflow:hidden;display:block; }
#POvw6bJ2ZeucnfgJH1WSTH1stDTt0MVL { position:absolute;display:block;z-index:99998;background-color:transparent;background-image: -webkit-linear-gradient(219deg, #ea0000, #0051ff);background-image: -moz-linear-gradient(219deg, #ea0000, #0051ff);background-image: -ms-linear-gradient(219deg, #ea0000, #0051ff);background-image: -o-linear-gradient(219deg, #ea0000, #0051ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0000', endColorstr='#0051ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0000', endColorstr='#0051ff' );";background-image: linear-gradient(219deg, #ea0000, #0051ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;height:1.625rem;width:1.625rem;top:27.75rem;left:38.1875rem;display:block; }
#qDQTKn2fi6NHTJVZuk8S7oGAaXgVi5B8 { position:absolute;display:block;z-index:99998;background-color:transparent;background-image: -webkit-linear-gradient(237deg, #ea0000, #0051ff);background-image: -moz-linear-gradient(237deg, #ea0000, #0051ff);background-image: -ms-linear-gradient(237deg, #ea0000, #0051ff);background-image: -o-linear-gradient(237deg, #ea0000, #0051ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0000', endColorstr='#0051ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0000', endColorstr='#0051ff' );";background-image: linear-gradient(237deg, #ea0000, #0051ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;height:24.5625rem;width:24.5625rem;top:5.162109375rem;left:36.25rem;display:block; }
#OafgPStc9BSCFSSAwGk6QTI0RENMDKJ8 { position:absolute;display:block;z-index:100006;background-color:#e30000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.4375rem;width:17.8125rem;top:12.4853515625rem;left:1rem;display:block; }
#FzFx1Rt7mFtcsDxQUGzXsDuy0CdHm3zv { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(237deg, #ea0000, #0051ff);background-image: -moz-linear-gradient(237deg, #ea0000, #0051ff);background-image: -ms-linear-gradient(237deg, #ea0000, #0051ff);background-image: -o-linear-gradient(237deg, #ea0000, #0051ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0000', endColorstr='#0051ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0000', endColorstr='#0051ff' );";background-image: linear-gradient(237deg, #ea0000, #0051ff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:18.75rem;border-top-right-radius:18.75rem;border-bottom-left-radius:18.75rem;border-bottom-right-radius:18.75rem;height:6.75rem;width:6.75rem;top:5.7998046875rem;left:53.125rem;display:block; }
#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(260deg, #de0000, #0051ff);background-image: -moz-linear-gradient(260deg, #de0000, #0051ff);background-image: -ms-linear-gradient(260deg, #de0000, #0051ff);background-image: -o-linear-gradient(260deg, #de0000, #0051ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#0051ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#de0000', endColorstr='#0051ff' );";background-image: linear-gradient(260deg, #de0000, #0051ff);background-size:auto !important;position:relative;display:block; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container { background-color: transparent; background-image: none; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container > .video-iframe-container { display: none; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row > .video-iframe-container { display: none; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .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); }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container { border-width: 0; border-radius: 0; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row > .video-iframe-container {  }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#TkSbJqDKHEJ0p5K4RF4tV0LT5LWBcng8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.068359375rem;left:0rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.1);background-image:none;position:relative;display:block; }#CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT > .row .container { background-color: transparent; background-image: none; }#CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT > .row .container > .video-iframe-container { display: none; }#CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT > .row > .video-iframe-container { display: none; }#CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT > .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); }#CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT > .row .container { border-width: 0; border-radius: 0; }#CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT > .row > .video-iframe-container {  }#CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#P6bEyB0u2feJzT9RFdN31BRb1TvTEHT7 { color:#2c2c2c;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:9.1875rem;left:4rem;height:1.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FgxOfUVm7Hft5dPF9NzkyNdUPvB1DsC9 { color:#2c2c2c;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:6.25rem;left:24rem;height:7.1953125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ROR8dPZnB2AoFln69oXuwczgP4iTqQET { color:#2c2c2c;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:5.625rem;left:44rem;height:8.3945rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XP5aXiUOMrH3FipImcsQBnTdkA2dlbOX { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#07000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#07000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(27,45,74,0.15) ;height:15.625rem;width:15.625rem;top:2.0625rem;left:2.1875rem;display:block; }
#xVBhKeLPhAmnWArZoLaqbUcy5kHWEr5Z { position:absolute;display:block;z-index:99998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(27,45,74,0.03));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(27,45,74,0.03));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(27,45,74,0.03));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(27,45,74,0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#071b2d4a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#071b2d4a' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(27,45,74,0.03));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(27,45,74,0.15) ;height:15.625rem;width:15.625rem;top:2.0625rem;left:22.1875rem;display:block; }
#fWCQ1TWnaxvEPkF3yixlRD85ZPexArno { position:absolute;display:block;z-index:99997;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#07000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#07000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(27,45,74,0.15) ;height:15.625rem;width:15.625rem;top:2.0625rem;left:42.1875rem;display:block; }
#wVte41CNK1PX5qcGWg7EnTEgKsTUNwCn { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff0000, #005cff);background-image: -moz-linear-gradient(45deg, #ff0000, #005cff);background-image: -ms-linear-gradient(45deg, #ff0000, #005cff);background-image: -o-linear-gradient(45deg, #ff0000, #005cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#005cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#005cff' );";background-image: linear-gradient(45deg, #ff0000, #005cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:2.9375rem;left:2.75rem;display:block; }
#hpSIeMoBk4Ck08D8nGrRc0yLPe0LHbBk { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff0000, #005cff);background-image: -moz-linear-gradient(45deg, #ff0000, #005cff);background-image: -ms-linear-gradient(45deg, #ff0000, #005cff);background-image: -o-linear-gradient(45deg, #ff0000, #005cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#005cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#005cff' );";background-image: linear-gradient(45deg, #ff0000, #005cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:2.9375rem;left:22.75rem;display:block; }
#yvCml5OXntg3mTOsn4gh4pZtoJ8r7C6R { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff0000, #005cff);background-image: -moz-linear-gradient(45deg, #ff0000, #005cff);background-image: -ms-linear-gradient(45deg, #ff0000, #005cff);background-image: -o-linear-gradient(45deg, #ff0000, #005cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#005cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#005cff' );";background-image: linear-gradient(45deg, #ff0000, #005cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:2.9375rem;left:42.8125rem;display:block; }
#xqJoOUpe6UgQs3M8OwEGVMLcMBrdAT60 { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:3.29296875rem;left:3.40625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dRIqUNQeI18pGzuzTR0Td8AfDcSrU65U { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:3.29296875rem;left:23.40625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nbv544OrxpXITkaNr3HcOibX2n4MCoK6 { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:3.29296875rem;left:43.46875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W82M9bKBiATzSfRBp8dKGoPxncsrWoBy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#W82M9bKBiATzSfRBp8dKGoPxncsrWoBy > .row .container { background-color: transparent; background-image: none; }#W82M9bKBiATzSfRBp8dKGoPxncsrWoBy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W82M9bKBiATzSfRBp8dKGoPxncsrWoBy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W82M9bKBiATzSfRBp8dKGoPxncsrWoBy > .row .container > .video-iframe-container { display: none; }#W82M9bKBiATzSfRBp8dKGoPxncsrWoBy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W82M9bKBiATzSfRBp8dKGoPxncsrWoBy > .row > .video-iframe-container { display: none; }#W82M9bKBiATzSfRBp8dKGoPxncsrWoBy > .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); }#W82M9bKBiATzSfRBp8dKGoPxncsrWoBy > .row .container { border-width: 0; border-radius: 0; }#W82M9bKBiATzSfRBp8dKGoPxncsrWoBy > .row > .video-iframe-container {  }#W82M9bKBiATzSfRBp8dKGoPxncsrWoBy > .row .container { font-size:0.875rem;font-family:arial;height:19.6875rem;width:60rem;position:relative;display:block; }#np4vvCEM1ErAt4dReicGAXTfiquw6REp { color:#2c2c2c;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:4.671875rem;left:4rem;height:9.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pDcnGOMpFPisJ10sSCvP9dtv3hh5Aun3 { color:#2c2c2c;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:8.26953125rem;left:24rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfUv6TelAgmnlJeUWT4QZJtFgxVr6OQG { color:#2c2c2c;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100003;line-height:1.2;letter-spacing:0;top:6.470703125rem;left:44rem;height:5.99609375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K9mGzXJ21Xn34p8OEuruZD3Kv6DAsO79 { position:absolute;display:block;z-index:99998;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#07000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#07000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(27,45,74,0.15) ;height:15.625rem;width:15.625rem;top:1.65625rem;left:2.1875rem;display:block; }
#InvxB3HB8FkvU5IPGPtVO33fKbrMuynU { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#07000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#07000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(27,45,74,0.15) ;height:15.625rem;width:15.625rem;top:1.65625rem;left:22.1875rem;display:block; }
#vdb7GunftPEs3Lpe3T4PiAWxVmODQhDx { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#07000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#07000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.03));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(27,45,74,0.15) ;height:15.625rem;width:15.625rem;top:1.65625rem;left:42.1875rem;display:block; }
#rEfzh5K5VfdWZFJvopUwbyh0Ef52FtIX { position:absolute;display:block;z-index:100005;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff0000, #005cff);background-image: -moz-linear-gradient(45deg, #ff0000, #005cff);background-image: -ms-linear-gradient(45deg, #ff0000, #005cff);background-image: -o-linear-gradient(45deg, #ff0000, #005cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#005cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#005cff' );";background-image: linear-gradient(45deg, #ff0000, #005cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:2.234375rem;left:2.8125rem;display:block; }
#bUM95Vnrpf4TPqZUIQsOkXw0NbQwRSA7 { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff0000, #005cff);background-image: -moz-linear-gradient(45deg, #ff0000, #005cff);background-image: -ms-linear-gradient(45deg, #ff0000, #005cff);background-image: -o-linear-gradient(45deg, #ff0000, #005cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#005cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#005cff' );";background-image: linear-gradient(45deg, #ff0000, #005cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:2.234375rem;left:22.875rem;display:block; }
#M5cFTUMLF4Z2AZcoQGeu3t4yXMgQ2LQ1 { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff0000, #005cff);background-image: -moz-linear-gradient(45deg, #ff0000, #005cff);background-image: -ms-linear-gradient(45deg, #ff0000, #005cff);background-image: -o-linear-gradient(45deg, #ff0000, #005cff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#005cff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#005cff' );";background-image: linear-gradient(45deg, #ff0000, #005cff);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:2.5rem;width:2.5rem;top:2.234375rem;left:42.75rem;display:block; }
#B2JodZnW912DfKbI7EsAs1C2Jp9f7FBi { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:2.58984375rem;left:3.46875rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miWB3RQb3tCfq0qFJaEETkL0tNgQc2Cl { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:2.58984375rem;left:23.53125rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LS9v2NkUq8tGkfaAPXoCleDp8FrBvEsH { color:#ffffff;display:block;width:1.1875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:2.58984375rem;left:43.40625rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(260deg, #1900ff, #ff0000);background-image: -moz-linear-gradient(260deg, #1900ff, #ff0000);background-image: -ms-linear-gradient(260deg, #1900ff, #ff0000);background-image: -o-linear-gradient(260deg, #1900ff, #ff0000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1900ff', endColorstr='#ff0000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1900ff', endColorstr='#ff0000' );";background-image: linear-gradient(260deg, #1900ff, #ff0000);background-size:auto !important;position:relative;display:block; }#oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV > .row .container { background-color: transparent; background-image: none; }#oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV > .row .container > .video-iframe-container { display: none; }#oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV > .row > .video-iframe-container { display: none; }#oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV > .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); }#oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV > .row .container { border-width: 0; border-radius: 0; }#oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV > .row > .video-iframe-container {  }#oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#harC7sWIfPFtgFe8274BBW5xfPek9wc5 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:1.17578125rem;left:0rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.05);background-image:url("https://images.assets-landingi.com/uc/ba0d400c-536c-4b1c-aacd-50adcacc40ff/OSCBRlast.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7.adaptive-delivery-prevent-bg, #ZSh6R9up3TXMTxZbVraZHernHgWKTpB7.lazyload, #ZSh6R9up3TXMTxZbVraZHernHgWKTpB7.lazyloading { background-image: none; }#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 > .row .container { background-color: transparent; background-image: none; }#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 > .row .container > .video-iframe-container { display: none; }#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 > .row > .video-iframe-container { display: none; }#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 > .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); }#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 > .row .container { border-width: 0; border-radius: 0; }#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 > .row > .video-iframe-container {  }#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;position:relative;display:block; }#mRkDbQq3IeLEHVJXmAEhykOdvyI76hSD { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;height:22.5rem;width:15.625rem;top:5.375rem;left:2.1875rem;display:block; }
#GwPfrCXCqbEkudxSUz4K91CiuzU2Hf03 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;height:22.5rem;width:15.625rem;top:5.375rem;left:22.1875rem;display:block; }
#wV2S2d1AUyNMxmks7RI40CMhKLOFS78M { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ;height:22.5rem;width:15.625rem;top:5.375rem;left:42.1875rem;display:block; }
#DzXXsJ9GPHaD7g4yTQLJD2yTL378yr9P { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.2;letter-spacing:0;top:6.71875rem;left:3.75rem;height:7.5078125rem;text-align:left;text-align-last:left;display:block; }#DzXXsJ9GPHaD7g4yTQLJD2yTL378yr9P li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#DzXXsJ9GPHaD7g4yTQLJD2yTL378yr9P li:before{  }
#PT7akJXoVJUQwsVGTTLUGwJz9GVB40SQ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.2;letter-spacing:0;top:6.71875rem;left:23.75rem;height:19.8125rem;text-align:left;text-align-last:left;display:block; }#PT7akJXoVJUQwsVGTTLUGwJz9GVB40SQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PT7akJXoVJUQwsVGTTLUGwJz9GVB40SQ li:before{  }
#STg08POd3dkLOTEFblmqcMEyLedTzu92 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.2;letter-spacing:0;top:6.71875rem;left:43.75rem;height:13.503875rem;text-align:left;text-align-last:left;display:block; }#STg08POd3dkLOTEFblmqcMEyLedTzu92 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#STg08POd3dkLOTEFblmqcMEyLedTzu92 li:before{  }
#eDDd1IDs5QS7stfXUXn004gCKEC21zDF { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:2.375rem;left:8.4375rem;display:block; }
#kACLPWKQmrpEb6vcQAHWsKk7gntbilJV { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:2.375rem;left:28.4375rem;display:block; }
#DSunWX3JqQBxu1IOO0DcPBqcc2pAtBNy { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:2.375rem;left:48.4375rem;display:block; }
#z57SUpCwpHXMgwkxd19xN6CIAKHaZOVi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.25rem;left:3.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hCAz8hHvBl9ruWNb7IdslzSHeyhbJS8J { color:#000000;display:block;width:14.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.25rem;left:22.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTH8wuAcDvA86qyqF6JPEEWoQLBtKz5U { color:#000000;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:0.5625rem;left:43.1875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e98uVEsxb66vfrrBbLpJQKtzBDN2bklV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(260deg, #ff0000, #1900ff);background-image: -moz-linear-gradient(260deg, #ff0000, #1900ff);background-image: -ms-linear-gradient(260deg, #ff0000, #1900ff);background-image: -o-linear-gradient(260deg, #ff0000, #1900ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#1900ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#1900ff' );";background-image: linear-gradient(260deg, #ff0000, #1900ff);background-size:auto !important;position:relative;display:block; }#e98uVEsxb66vfrrBbLpJQKtzBDN2bklV > .row .container { background-color: transparent; background-image: none; }#e98uVEsxb66vfrrBbLpJQKtzBDN2bklV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e98uVEsxb66vfrrBbLpJQKtzBDN2bklV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e98uVEsxb66vfrrBbLpJQKtzBDN2bklV > .row .container > .video-iframe-container { display: none; }#e98uVEsxb66vfrrBbLpJQKtzBDN2bklV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e98uVEsxb66vfrrBbLpJQKtzBDN2bklV > .row > .video-iframe-container { display: none; }#e98uVEsxb66vfrrBbLpJQKtzBDN2bklV > .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); }#e98uVEsxb66vfrrBbLpJQKtzBDN2bklV > .row .container { border-width: 0; border-radius: 0; }#e98uVEsxb66vfrrBbLpJQKtzBDN2bklV > .row > .video-iframe-container {  }#e98uVEsxb66vfrrBbLpJQKtzBDN2bklV > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#Rt8IPJ6na04T10cB5NHEHP4dOZkT5WWK { color:#ffffff;display:block;width:60rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100000;line-height:1.2;letter-spacing:0;top:2.150390625rem;left:0rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ { position:relative;display:block; }#qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ { background-color: transparent; background-image: none; }#qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ > .row .container > .video-iframe-container { display: none; }#qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ > .row > .video-iframe-container { display: none; }#qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ > .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); }#qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ { border-width: 0; border-radius: 0; }#qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ > .row .container > .video-iframe-container {  }#qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ > .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:87.5rem;width:60rem;position:relative;display:block; }#QIevGiRreMUG0xT7RVaCeT2iwP6CLxyq { position:absolute;display:block;z-index:100000;height:34.5625rem;width:58.9375rem;top:2.125rem;left:0.53125rem;display:block; }
#bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#373737;background-image:none;position:relative;display:block; }#bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H > .row .container { background-color: transparent; background-image: none; }#bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H > .row .container > .video-iframe-container { display: none; }#bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H > .row > .video-iframe-container { display: none; }#bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H > .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); }#bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H > .row .container { border-width: 0; border-radius: 0; }#bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H > .row > .video-iframe-container {  }#bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#wgnbxop2wPO9a4hnNuTdZEi2kS1UEoTp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.375rem;width:9.6875rem;top:4rem;left:2.375rem;overflow:hidden;display:block; }
#waTQ9484SMdLs2hT2RXW9wdXaTWeGsbz { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:5.125rem;top:3.75rem;left:51.8125rem;overflow:hidden;display:block; }
#ERd1CUnCpJNBgo3R3UglOuobRiMPbhCS { background-color:#434343;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.1875rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:3.59375rem;left:13.09375rem;display:block; }
#dpeJSCHx4sxiqzXU96krzLZCrZ1XknIp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT81DQccwyyFqVqdyCuDrH6VZPufJBDa { top:5.5rem;left:17.8125rem;width:29.9375rem;height:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { top:6rem;left:0rem;width:34.375rem;height:5.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { top:13.8125rem;left:0rem;width:28rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { width:13.1875rem;height:3.4375rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy83BnqSECBPxLUNJnm793H8A22NXScJ { display:block; }
 }@media only screen and (max-width: 763px) { #qEtFx8gLglayFv57ADOiGkvpTgR3wftG { top:1.0625rem;left:0rem;width:5.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTHxP3AR8dxia4sGqRwTK88RGCbw1Dr { top:1.1875rem;left:1.8125rem;width:9.625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POvw6bJ2ZeucnfgJH1WSTH1stDTt0MVL { top:27.75rem;left:32.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDQTKn2fi6NHTJVZuk8S7oGAaXgVi5B8 { top:5.125rem;left:23.1875rem;width:24.5625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OafgPStc9BSCFSSAwGk6QTI0RENMDKJ8 { top:12.4375rem;left:0rem;width:17.8125rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzFx1Rt7mFtcsDxQUGzXsDuy0CdHm3zv { top:5.75rem;left:40.3125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc { display:block; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkSbJqDKHEJ0p5K4RF4tV0LT5LWBcng8 { top:2.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT { display:block; }#CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6bEyB0u2feJzT9RFdN31BRb1TvTEHT7 { top:9.1875rem;left:1.9375rem;width:12rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgxOfUVm7Hft5dPF9NzkyNdUPvB1DsC9 { top:6.25rem;left:17.8125rem;width:12rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROR8dPZnB2AoFln69oXuwczgP4iTqQET { top:5.625rem;left:33.6875rem;width:12rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP5aXiUOMrH3FipImcsQBnTdkA2dlbOX { top:2.0625rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVBhKeLPhAmnWArZoLaqbUcy5kHWEr5Z { top:2.0625rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWCQ1TWnaxvEPkF3yixlRD85ZPexArno { top:2.0625rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVte41CNK1PX5qcGWg7EnTEgKsTUNwCn { top:2.9375rem;left:0.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpSIeMoBk4Ck08D8nGrRc0yLPe0LHbBk { top:2.9375rem;left:16.5625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvCml5OXntg3mTOsn4gh4pZtoJ8r7C6R { top:2.9375rem;left:32.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqJoOUpe6UgQs3M8OwEGVMLcMBrdAT60 { top:3.25rem;left:1.34375rem;width:1.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRIqUNQeI18pGzuzTR0Td8AfDcSrU65U { top:3.25rem;left:17.21875rem;width:1.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbv544OrxpXITkaNr3HcOibX2n4MCoK6 { top:3.25rem;left:33.15625rem;width:1.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W82M9bKBiATzSfRBp8dKGoPxncsrWoBy { display:block; }#W82M9bKBiATzSfRBp8dKGoPxncsrWoBy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #np4vvCEM1ErAt4dReicGAXTfiquw6REp { top:4.625rem;left:1.9375rem;width:12rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDcnGOMpFPisJ10sSCvP9dtv3hh5Aun3 { top:8.25rem;left:17.8125rem;width:12rem;height:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfUv6TelAgmnlJeUWT4QZJtFgxVr6OQG { top:6.4375rem;left:33.6875rem;width:12rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9mGzXJ21Xn34p8OEuruZD3Kv6DAsO79 { top:1.625rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InvxB3HB8FkvU5IPGPtVO33fKbrMuynU { top:1.625rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdb7GunftPEs3Lpe3T4PiAWxVmODQhDx { top:1.625rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEfzh5K5VfdWZFJvopUwbyh0Ef52FtIX { top:2.1875rem;left:0.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUM95Vnrpf4TPqZUIQsOkXw0NbQwRSA7 { top:2.1875rem;left:16.6875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5cFTUMLF4Z2AZcoQGeu3t4yXMgQ2LQ1 { top:2.1875rem;left:32.4375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JodZnW912DfKbI7EsAs1C2Jp9f7FBi { top:2.5625rem;left:1.40625rem;width:1.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miWB3RQb3tCfq0qFJaEETkL0tNgQc2Cl { top:2.5625rem;left:17.34375rem;width:1.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS9v2NkUq8tGkfaAPXoCleDp8FrBvEsH { top:2.5625rem;left:33.09375rem;width:1.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV { display:block; }#oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #harC7sWIfPFtgFe8274BBW5xfPek9wc5 { top:1.125rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 { display:block; }#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRkDbQq3IeLEHVJXmAEhykOdvyI76hSD { top:5.375rem;left:0.125rem;width:15.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwPfrCXCqbEkudxSUz4K91CiuzU2Hf03 { top:5.375rem;left:16rem;width:15.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV2S2d1AUyNMxmks7RI40CMhKLOFS78M { top:5.375rem;left:31.875rem;width:15.625rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzXXsJ9GPHaD7g4yTQLJD2yTL378yr9P { top:6.6875rem;left:1.6875rem;width:12.5rem;height:7.5rem;font-size:1rem;display:block; }#DzXXsJ9GPHaD7g4yTQLJD2yTL378yr9P li:before{  }
 }@media only screen and (max-width: 763px) { #PT7akJXoVJUQwsVGTTLUGwJz9GVB40SQ { top:6.6875rem;left:17.5625rem;width:12.5rem;height:19.8125rem;font-size:1rem;display:block; }#PT7akJXoVJUQwsVGTTLUGwJz9GVB40SQ li:before{  }
 }@media only screen and (max-width: 763px) { #STg08POd3dkLOTEFblmqcMEyLedTzu92 { top:6.6875rem;left:33.4375rem;width:12.5rem;height:13.5rem;font-size:1rem;display:block; }#STg08POd3dkLOTEFblmqcMEyLedTzu92 li:before{  }
 }@media only screen and (max-width: 763px) { #eDDd1IDs5QS7stfXUXn004gCKEC21zDF { top:2.375rem;left:6.375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kACLPWKQmrpEb6vcQAHWsKk7gntbilJV { top:2.375rem;left:22.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSunWX3JqQBxu1IOO0DcPBqcc2pAtBNy { top:2.375rem;left:38.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z57SUpCwpHXMgwkxd19xN6CIAKHaZOVi { top:1.25rem;left:1.5rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCAz8hHvBl9ruWNb7IdslzSHeyhbJS8J { top:1.25rem;left:16.625rem;width:14.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTH8wuAcDvA86qyqF6JPEEWoQLBtKz5U { top:0.5625rem;left:32.875rem;width:13.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e98uVEsxb66vfrrBbLpJQKtzBDN2bklV { display:block; }#e98uVEsxb66vfrrBbLpJQKtzBDN2bklV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rt8IPJ6na04T10cB5NHEHP4dOZkT5WWK { top:2.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ { display:block; }#qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIevGiRreMUG0xT7RVaCeT2iwP6CLxyq { top:2.125rem;left:0rem;width:47.75rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H { display:block; }#bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgnbxop2wPO9a4hnNuTdZEi2kS1UEoTp { top:4rem;left:0rem;width:9.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waTQ9484SMdLs2hT2RXW9wdXaTWeGsbz { top:3.75rem;left:42.625rem;width:5.125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERd1CUnCpJNBgo3R3UglOuobRiMPbhCS { width:10rem;height:2.1875rem;top:3.5625rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpeJSCHx4sxiqzXU96krzLZCrZ1XknIp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ey5z5T53bA1d52W2JzCziTGiHTIZicHK { background-color:transparent;background-image:none;display:block; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { background-color: transparent; background-image: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row > .video-iframe-container { display: none; }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .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); }#ey5z5T53bA1d52W2JzCziTGiHTIZicHK > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qT81DQccwyyFqVqdyCuDrH6VZPufJBDa { width:19.5625rem;height:15.1875rem;top:16.3251953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoIgJlgA6Zrw21a92rCyyWtd4FyAR7hl { width:16.375rem;height:7.69925rem;top:7.1875rem;left:1.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4LVhr2vSKorlKiLoxMRepBgTAyOfN { width:18.875rem;height:15.189425rem;top:35.57421875rem;left:0.5625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sDRWLQU0QathFU6WeNfUZ2OfUl3VGfvX { width:13.1875rem;height:3.4375rem;top:51.5126953125rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iy83BnqSECBPxLUNJnm793H8A22NXScJ { display:block; }
 }@media only screen and (max-width: 763px) { #qEtFx8gLglayFv57ADOiGkvpTgR3wftG { width:5.125rem;height:1.875rem;top:1.25rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTHxP3AR8dxia4sGqRwTK88RGCbw1Dr { width:9.625rem;height:1.5625rem;top:4.375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POvw6bJ2ZeucnfgJH1WSTH1stDTt0MVL { width:3.125rem;height:3.125rem;top:19.44921875rem;left:3.375rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #qDQTKn2fi6NHTJVZuk8S7oGAaXgVi5B8 { width:16.4375rem;height:16.4375rem;top:16.3251953125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OafgPStc9BSCFSSAwGk6QTI0RENMDKJ8 { width:17.8125rem;height:0.4375rem;top:33.94921875rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzFx1Rt7mFtcsDxQUGzXsDuy0CdHm3zv { width:4.4375rem;height:4.4375rem;top:15.63671875rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc { display:block; }#vchcJMeNR7H09rfIBgCTtiOnXTkb8Vsc > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkSbJqDKHEJ0p5K4RF4tV0LT5LWBcng8 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT { display:block; }#CI15QoBuGF0nqiVMaIsKZHpFIb0qDTVT > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P6bEyB0u2feJzT9RFdN31BRb1TvTEHT7 { width:12rem;height:1.19921875rem;top:8.375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgxOfUVm7Hft5dPF9NzkyNdUPvB1DsC9 { width:12rem;height:7.1953125rem;top:22.3125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROR8dPZnB2AoFln69oXuwczgP4iTqQET { width:12rem;height:8.3945rem;top:38.5625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XP5aXiUOMrH3FipImcsQBnTdkA2dlbOX { width:15.625rem;height:15.625rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVBhKeLPhAmnWArZoLaqbUcy5kHWEr5Z { width:15.625rem;height:15.625rem;top:18.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWCQ1TWnaxvEPkF3yixlRD85ZPexArno { width:15.625rem;height:15.625rem;top:35rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVte41CNK1PX5qcGWg7EnTEgKsTUNwCn { width:2.5rem;height:2.5rem;top:2.125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpSIeMoBk4Ck08D8nGrRc0yLPe0LHbBk { width:2.5rem;height:2.5rem;top:19rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvCml5OXntg3mTOsn4gh4pZtoJ8r7C6R { width:2.5rem;height:2.5rem;top:35.875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqJoOUpe6UgQs3M8OwEGVMLcMBrdAT60 { width:1.1875rem;height:1.7871125rem;top:2.48046875rem;left:3.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRIqUNQeI18pGzuzTR0Td8AfDcSrU65U { width:1.1875rem;height:1.7871125rem;top:19.35546875rem;left:3.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nbv544OrxpXITkaNr3HcOibX2n4MCoK6 { width:1.1875rem;height:1.7871125rem;top:36.23046875rem;left:3.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W82M9bKBiATzSfRBp8dKGoPxncsrWoBy { display:block; }#W82M9bKBiATzSfRBp8dKGoPxncsrWoBy > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #np4vvCEM1ErAt4dReicGAXTfiquw6REp { width:12rem;height:9.59375rem;top:4.265625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDcnGOMpFPisJ10sSCvP9dtv3hh5Aun3 { width:12rem;height:2.3984375rem;top:24.73828125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfUv6TelAgmnlJeUWT4QZJtFgxVr6OQG { width:12rem;height:5.99609375rem;top:39.814453125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9mGzXJ21Xn34p8OEuruZD3Kv6DAsO79 { width:15.625rem;height:15.625rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InvxB3HB8FkvU5IPGPtVO33fKbrMuynU { width:15.625rem;height:15.625rem;top:18.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdb7GunftPEs3Lpe3T4PiAWxVmODQhDx { width:15.625rem;height:15.625rem;top:35rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEfzh5K5VfdWZFJvopUwbyh0Ef52FtIX { width:2.5rem;height:2.5rem;top:1.828125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUM95Vnrpf4TPqZUIQsOkXw0NbQwRSA7 { width:2.5rem;height:2.5rem;top:18.703125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5cFTUMLF4Z2AZcoQGeu3t4yXMgQ2LQ1 { width:2.5rem;height:2.5rem;top:35.578125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2JodZnW912DfKbI7EsAs1C2Jp9f7FBi { width:1.1875rem;height:1.7871125rem;top:2.18359375rem;left:3.46875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #miWB3RQb3tCfq0qFJaEETkL0tNgQc2Cl { width:1.1875rem;height:1.7871125rem;top:19.05859375rem;left:3.53125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS9v2NkUq8tGkfaAPXoCleDp8FrBvEsH { width:1.1875rem;height:1.7871125rem;top:35.93359375rem;left:3.40625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV { display:block; }#oaaunNL4Tzpyx1Wn2KTAHHNDrhO3DrtV > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #harC7sWIfPFtgFe8274BBW5xfPek9wc5 { width:20rem;height:19.1953125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 { display:block; }#ZSh6R9up3TXMTxZbVraZHernHgWKTpB7 > .row .container { width:20rem;height:100.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mRkDbQq3IeLEHVJXmAEhykOdvyI76hSD { width:15.625rem;height:25.625rem;top:5.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwPfrCXCqbEkudxSUz4K91CiuzU2Hf03 { width:15.625rem;height:25.625rem;top:38.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wV2S2d1AUyNMxmks7RI40CMhKLOFS78M { width:15.625rem;height:25.625rem;top:72.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzXXsJ9GPHaD7g4yTQLJD2yTL378yr9P { width:12.5rem;height:7.5078125rem;top:7rem;left:3.75rem;font-size:1rem;display:block; }#DzXXsJ9GPHaD7g4yTQLJD2yTL378yr9P li:before{  }
 }@media only screen and (max-width: 763px) { #PT7akJXoVJUQwsVGTTLUGwJz9GVB40SQ { width:12.5rem;height:19.8125rem;top:40.1875rem;left:3.75rem;font-size:1rem;display:block; }#PT7akJXoVJUQwsVGTTLUGwJz9GVB40SQ li:before{  }
 }@media only screen and (max-width: 763px) { #STg08POd3dkLOTEFblmqcMEyLedTzu92 { width:12.5rem;height:13.503875rem;top:74.0625rem;left:3.75rem;font-size:1rem;display:block; }#STg08POd3dkLOTEFblmqcMEyLedTzu92 li:before{  }
 }@media only screen and (max-width: 763px) { #eDDd1IDs5QS7stfXUXn004gCKEC21zDF { width:3.125rem;height:3.125rem;top:2.5498046875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kACLPWKQmrpEb6vcQAHWsKk7gntbilJV { width:3.125rem;height:3.125rem;top:35.7431640625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSunWX3JqQBxu1IOO0DcPBqcc2pAtBNy { width:3.125rem;height:3.125rem;top:69.599609375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z57SUpCwpHXMgwkxd19xN6CIAKHaZOVi { width:12.5rem;height:1.29980625rem;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCAz8hHvBl9ruWNb7IdslzSHeyhbJS8J { width:13.25rem;height:2.5996125rem;top:33.1748046875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTH8wuAcDvA86qyqF6JPEEWoQLBtKz5U { width:13.25rem;height:2.5996125rem;top:67rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e98uVEsxb66vfrrBbLpJQKtzBDN2bklV { display:block; }#e98uVEsxb66vfrrBbLpJQKtzBDN2bklV > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rt8IPJ6na04T10cB5NHEHP4dOZkT5WWK { width:20rem;height:7.19825rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ { display:block; }#qTXKAMTT5VZO7HagXCmBfHIkNifFhxbQ > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QIevGiRreMUG0xT7RVaCeT2iwP6CLxyq { width:20rem;height:34.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H { display:block; }#bguDJ6arLoI3LD3WeQ1214HbvNLrgA3H > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgnbxop2wPO9a4hnNuTdZEi2kS1UEoTp { width:9.6875rem;height:1.375rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #waTQ9484SMdLs2hT2RXW9wdXaTWeGsbz { width:5.125rem;height:1.875rem;top:7.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERd1CUnCpJNBgo3R3UglOuobRiMPbhCS { width:10rem;height:2.1875rem;top:3.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpeJSCHx4sxiqzXU96krzLZCrZ1XknIp { display:block; }
 }