.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:#fce92d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { background-color:#ffdd00;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;display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { background-color: transparent; background-image: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container { display: none; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .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); }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { border-width: 0; border-radius: 0; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row > .video-iframe-container {  }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:60rem;height:5rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#SU8nF9fRVnZTflZEEIaS85rXf9LUx3b8 { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.65625rem;left:45.625rem;display:block; }
#I1ZUuT8CI0W7raZdbR7lkyNAFJw4mQyk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9d95TRTzZE9um1zqmUsz3yKcQNGONXz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:13.5625rem;top:0.71875rem;left:0.95768356323244rem;overflow:hidden;display:block; }
#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c1d1d;background-image:url("https://images.assets-landingi.com/BinPYzo1/firsts.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.adaptive-delivery-prevent-bg, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyload, #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq.lazyloading { background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { background-color: transparent; background-image: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container { display: none; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .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); }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { border-width: 0; border-radius: 0; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row > .video-iframe-container {  }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { font-size:0.875rem;font-family:"open sans";height:43.6875rem;width:60rem;position:relative;display:block; }#nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:oswald;font-size:7.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.375rem;height:9.75rem;font-style:normal;display:block; }
#nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { color:#ff4c28;display:block;width:22.3125rem;position:absolute;font-family:"marck script";font-size:7.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.8125rem;left:1.875rem;height:9.75rem;display:block; }
#QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:"open sans";font-size:1.9375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:19.9375rem;left:1.875rem;height:5.8125rem;display:block; }
#bR3IJSvCrIkUTSllFXdWsxPIqPVV6qHZ { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #e5d32a;border-left:0.0625rem solid #e5d32a;border-right:0.0625rem solid #e5d32a;border-bottom:0.0625rem solid #e5d32a;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-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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:34.9375rem;left:1.875rem;display:block; }
#n8syIB0KLpS9vs8phyQoc1RaQCNxIuxA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sqNQF0nIe7JStakTJuDrHda4POsCfAdn { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:14rem;border-top-right-radius:14rem;border-bottom-left-radius:14rem;border-bottom-right-radius:14rem;height:26.25rem;width:26.25rem;top:3.25rem;left:32.437503814698rem;overflow:hidden;display:block; }
#hsavLDh0qgA96DynA4UdMMq5X3PCogHD { color:#ffffff;display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:28.4375rem;left:1.875rem;height:3.5625rem;display:block; }
#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdd00;background-image:none;position:relative;display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { background-color: transparent; background-image: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container { display: none; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .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); }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { border-width: 0; border-radius: 0; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row > .video-iframe-container {  }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { font-size:0.875rem;font-family:"open sans";height:10.9375rem;width:60rem;position:relative;display:block; }#bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { color:#1c1d1d;display:block;width:60rem;position:absolute;font-family:oswald;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.65625rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GqoSQPXHOPDExQkImI13XZ2SFbTsNTdG { position:absolute;display:block;z-index:15004;background-color:#1c1d1d;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;height:0.125rem;width:9.375rem;top:8.5rem;left:26.5625rem;display:block; }
#Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN { position:relative;display:block; }#Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN { background-color: transparent; background-image: none; }#Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN > .row .container > .video-iframe-container { display: none; }#Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN > .row > .video-iframe-container { display: none; }#Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN > .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); }#Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN { border-width: 0; border-radius: 0; }#Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN > .row .container > .video-iframe-container {  }#Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fce92d;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#k17FKbh84M1L8BdCtShNM1azzzGXFFUm { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:3.6875rem;left:37.500003814698rem;overflow:hidden;display:block; }
#ooVJq4Cyl28PvZDxrpaGgIHk39swDF1E { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:3.75rem;left:7.5rem;overflow:hidden;display:block; }
#vPWPUahZB26azCwU33z4vZ9T4tEEUtLV { color:#1c1d1d;display:block;width:17.5rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.3359375rem;left:6.25rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xsbEDOOkiTLpPzr6kPUNXMUgRznNZbQG { color:#e92691;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.9375rem;left:14.0625rem;height:2.11198125rem;font-style:normal;display:block; }
#sgLUtkHmn8HTb0B3M2lZD9EW0T6GBfO5 { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26rem;left:7.5rem;height:1.94986875rem;font-style:normal;display:block; }
#qEezWphrw0nN5oM1RMgHAT2R1Rv10WSw { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.46875rem;left:9.6875rem;display:block; }
#P19uDMHG60y4HVf7JRcFGLTGna3OJxwL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ehvVaLfg8ibV7k6RovcovTCUGrx2oRZ3 { color:#1c1d1d;display:block;width:17.5rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.335287094116rem;left:36.250003814698rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HrrHdlHgGBJNif2gwEG6fghbmW20UMWN { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26rem;left:37.5rem;height:1.94986875rem;font-style:normal;display:block; }
#NENqc5yGUcqZ9dLhiWVRESxR0rk1x8XU { color:#e92691;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.9375rem;left:44.218753814698rem;height:2.11198125rem;font-style:normal;display:block; }
#TIutfp4oqvKp74rwB1cKOz46xZIkmPyy { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.46875rem;left:39.687503814698rem;display:block; }
#sqa1W3h4Inw7d4lpNxSagD9Abu8FBTMI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxaD4h4cmitLbUPFtzSlywhAlawV2pHy { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.3125rem;left:9.6875rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlCCsVbr8ns34tveU3LhkFoIv8tQrhRL { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.255859375rem;left:39.656253814698rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTm5bViWBdhp8qJNeKm0N1Iq7SC5QxTu { color:#1c1d1d;display:block;width:17.5rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:35.143230438233rem;left:38.812503814698rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qCUKhrnbMAV8vfR2pe6I81Rd1uKrJaKH { color:#1c1d1d;display:block;width:17.5rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:35.143230438233rem;left:9.6875rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo { position:relative;display:block; }#R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo { background-color: transparent; background-image: none; }#R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo > .row .container > .video-iframe-container { display: none; }#R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo > .row > .video-iframe-container { display: none; }#R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo > .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); }#R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo { border-width: 0; border-radius: 0; }#R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo > .row .container > .video-iframe-container {  }#R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fce92d;background-image:none;font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#FhPAPSLcXBEOKMA4BoEQQKlbMNUTSxIe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:3.6875rem;left:37.500003814698rem;overflow:hidden;display:block; }
#UMsTZBE45LVbhH6QMk8ScV7l3LSorDU7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15rem;width:15rem;top:3.6875rem;left:8.5625rem;overflow:hidden;display:block; }
#sOhTq52ho5d9z6rfwZKM8pyHSPve5lxV { color:#1c1d1d;display:block;width:17.5rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:21.149089813233rem;left:8rem;height:1.94986875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cWXF9rJBy9SlBs7G4Ox0NKX0FJqNJ10V { color:#e92691;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.125rem;left:19.3125rem;height:2.11198125rem;font-style:normal;display:block; }
#POXboArbksLe3rfi7TrnifF0HRXg7qsp { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.1875rem;left:4.1875rem;height:1.94986875rem;font-style:normal;display:block; }
#bBqSnkShXVpFzsPnLP7Jr35gF0lWQhTF { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:32.84375rem;left:9.6875rem;display:block; }
#nSdqOsD0fyeNI1fnlTPHqlbMFIO3dvT6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UwvHXEfCxxB551XfROorRwahJEh8cNkO { color:#1c1d1d;display:block;width:20.8125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.149089813233rem;left:34.593753814698rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#clUJ7apHkB5CaJFFElCKVUux9ZMiTA3t { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.1875rem;left:39.125rem;height:1.94986875rem;font-style:normal;display:block; }
#wrQCycG939yJervnshT6CJGRxSwTS63U { color:#e92691;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.125rem;left:44.8125rem;height:2.11198125rem;font-style:normal;display:block; }
#OwS7TneH8WE5XViEicim29FIs7S7iTmx { background-color:#1c1d1d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-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:oswald;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:32.84375rem;left:39.125003814698rem;display:block; }
#px7uoCH6OrdkO2qViGTwAOfNUk4cttND { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DSl3HKeP0LwSi5IIIp4QvxhoiZhcPR1i { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.255859375rem;left:10.15625rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dGOKUfMnl4qnqHALeJgSTpRffJls1Tv0 { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:1.255859375rem;left:39.656253814698rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yaqJ7hbCVsGPQolm4XoUFUTHkqmalpiG { color:#000000;display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.375rem;left:3.125rem;height:1.94986875rem;font-style:normal;display:block; }
#nNTRlRU9az3XpVXvgSzilcLGxa5RZZ62 { color:#e92691;display:block;width:10.75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.375rem;left:18.25rem;height:2.11198125rem;font-style:normal;display:block; }
#RURzI5FxRdtPauUSzVyxw30bkNc9qKwQ { color:#1c1d1d;display:block;width:20.8125rem;position:absolute;font-family:oswald;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:26.25rem;left:34.625rem;height:1.94986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q1R723nmhDZdfdqCmOMnpZG6fhS6QPpp { color:#e92691;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.3125rem;left:44.8125rem;height:2.11198125rem;font-style:normal;display:block; }
#tep4x7QSZ5KWSJMq1BqlyKsTo5UogZl9 { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:28.375rem;left:39.125rem;height:1.94986875rem;font-style:normal;display:block; }
#vJHzaAo19VoaLbfPedffPpot33iafcCk { color:#1c1d1d;display:block;width:17.5rem;position:absolute;font-family:oswald;font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:38.26823425293rem;left:37.500003814698rem;height:1.29948125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row .container { background-color: transparent; background-image: none; }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row .container > .video-iframe-container { display: none; }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row > .video-iframe-container { display: none; }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .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); }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row .container { border-width: 0; border-radius: 0; }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row > .video-iframe-container {  }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#ZZ6HdJlisJqnvLc9mKP1B16sVpgKJvL2 { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:8.3125rem;left:18.46875rem;height:4.7988375rem;text-align:center;text-align-last:center;display:block; }
#H6I3xEXfND7VflExdle5fP0feuR33Cdp { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:17.9375rem;left:18.46875rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H9ZQuFRiTrcJchzuAocaSZmDBrySuLyB { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:14.625rem;left:24.6875rem; }
#UgnqUBqyLhvtT3eLM0FBQIVvlN3sA5tk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:14.625rem;left:29.25rem; }
#J7gdmVMsmBSO3X4egSwEnJ5CbxyW8fU1 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:14.5rem;left:33.125rem; }
#zabUi8CMUr6KTvSykLoqQTs5AcGvDSlQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6rem;width:22.125rem;top:1.6875rem;left:18.937503814698rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SU8nF9fRVnZTflZEEIaS85rXf9LUx3b8 { width:14.375rem;height:3.75rem;top:0.625rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ZUuT8CI0W7raZdbR7lkyNAFJw4mQyk { display:block; }
 }@media only screen and (max-width: 763px) { #f9d95TRTzZE9um1zqmUsz3yKcQNGONXz { top:0.6875rem;left:0rem;width:13.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:30.0625rem;height:9.75rem;top:0.9375rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:22.3125rem;height:9.75rem;top:8.8125rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:24.9375rem;height:5.8125rem;top:19.9375rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR3IJSvCrIkUTSllFXdWsxPIqPVV6qHZ { width:14.375rem;height:3.75rem;top:34.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8syIB0KLpS9vs8phyQoc1RaQCNxIuxA { display:block; }
 }@media only screen and (max-width: 763px) { #sqNQF0nIe7JStakTJuDrHda4POsCfAdn { width:26.25rem;height:26.25rem;top:3.25rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsavLDh0qgA96DynA4UdMMq5X3PCogHD { width:27.0625rem;height:3.5625rem;top:28.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { width:47.75rem;height:3.625rem;top:3.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqoSQPXHOPDExQkImI13XZ2SFbTsNTdG { width:9.375rem;height:0.125rem;top:8.5rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN { display:block; }#Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k17FKbh84M1L8BdCtShNM1azzzGXFFUm { width:15rem;height:15rem;top:3.6875rem;left:28.312503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooVJq4Cyl28PvZDxrpaGgIHk39swDF1E { width:15rem;height:15rem;top:3.75rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPWPUahZB26azCwU33z4vZ9T4tEEUtLV { width:17.5rem;height:3.875rem;top:20.3125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsbEDOOkiTLpPzr6kPUNXMUgRznNZbQG { width:10.75rem;height:2.0625rem;top:25.9375rem;left:11rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgLUtkHmn8HTb0B3M2lZD9EW0T6GBfO5 { width:6.5625rem;height:1.9375rem;top:26rem;left:4.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEezWphrw0nN5oM1RMgHAT2R1Rv10WSw { width:10.625rem;height:3.75rem;top:29.4375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19uDMHG60y4HVf7JRcFGLTGna3OJxwL { display:block; }
 }@media only screen and (max-width: 763px) { #ehvVaLfg8ibV7k6RovcovTCUGrx2oRZ3 { width:17.5rem;height:3.875rem;top:20.3125rem;left:27.062503814698rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrrHdlHgGBJNif2gwEG6fghbmW20UMWN { width:6.0625rem;height:1.9375rem;top:26rem;left:28.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NENqc5yGUcqZ9dLhiWVRESxR0rk1x8XU { width:13.875rem;height:2.0625rem;top:25.9375rem;left:33.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIutfp4oqvKp74rwB1cKOz46xZIkmPyy { width:10.625rem;height:3.75rem;top:29.4375rem;left:30.500003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqa1W3h4Inw7d4lpNxSagD9Abu8FBTMI { display:block; }
 }@media only screen and (max-width: 763px) { #hxaD4h4cmitLbUPFtzSlywhAlawV2pHy { width:10.6875rem;height:1.9375rem;top:1.3125rem;left:6.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlCCsVbr8ns34tveU3LhkFoIv8tQrhRL { width:10.6875rem;height:1.9375rem;top:1.25rem;left:30.468753814698rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTm5bViWBdhp8qJNeKm0N1Iq7SC5QxTu { width:17.5rem;height:1.25rem;top:35.125rem;left:29.625003814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCUKhrnbMAV8vfR2pe6I81Rd1uKrJaKH { width:17.5rem;height:1.25rem;top:35.125rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo { display:block; }#R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhPAPSLcXBEOKMA4BoEQQKlbMNUTSxIe { width:15rem;height:15rem;top:3.6875rem;left:28.312503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMsTZBE45LVbhH6QMk8ScV7l3LSorDU7 { width:15rem;height:15rem;top:3.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOhTq52ho5d9z6rfwZKM8pyHSPve5lxV { width:17.5rem;height:1.9375rem;top:21.125rem;left:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWXF9rJBy9SlBs7G4Ox0NKX0FJqNJ10V { width:10.75rem;height:2.0625rem;top:23.125rem;left:13.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POXboArbksLe3rfi7TrnifF0HRXg7qsp { width:15.25rem;height:1.9375rem;top:23.1875rem;left:1.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBqSnkShXVpFzsPnLP7Jr35gF0lWQhTF { width:10.625rem;height:3.75rem;top:32.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSdqOsD0fyeNI1fnlTPHqlbMFIO3dvT6 { display:block; }
 }@media only screen and (max-width: 763px) { #UwvHXEfCxxB551XfROorRwahJEh8cNkO { width:20.8125rem;height:1.9375rem;top:21.125rem;left:25.406253814698rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #clUJ7apHkB5CaJFFElCKVUux9ZMiTA3t { width:6.0625rem;height:1.9375rem;top:23.1875rem;left:29.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrQCycG939yJervnshT6CJGRxSwTS63U { width:13.875rem;height:2.0625rem;top:23.125rem;left:33.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwS7TneH8WE5XViEicim29FIs7S7iTmx { width:10.625rem;height:3.75rem;top:32.8125rem;left:29.937503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #px7uoCH6OrdkO2qViGTwAOfNUk4cttND { display:block; }
 }@media only screen and (max-width: 763px) { #DSl3HKeP0LwSi5IIIp4QvxhoiZhcPR1i { width:10.6875rem;height:1.9375rem;top:1.25rem;left:7.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGOKUfMnl4qnqHALeJgSTpRffJls1Tv0 { width:10.6875rem;height:1.9375rem;top:1.25rem;left:30.468753814698rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaqJ7hbCVsGPQolm4XoUFUTHkqmalpiG { width:15.25rem;height:1.9375rem;top:27.375rem;left:0.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNTRlRU9az3XpVXvgSzilcLGxa5RZZ62 { width:10.75rem;height:2.0625rem;top:27.375rem;left:13.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RURzI5FxRdtPauUSzVyxw30bkNc9qKwQ { width:20.8125rem;height:1.9375rem;top:26.25rem;left:25.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1R723nmhDZdfdqCmOMnpZG6fhS6QPpp { width:13.875rem;height:2.0625rem;top:28.3125rem;left:33.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tep4x7QSZ5KWSJMq1BqlyKsTo5UogZl9 { width:6.0625rem;height:1.9375rem;top:28.375rem;left:29.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJHzaAo19VoaLbfPedffPpot33iafcCk { width:17.5rem;height:1.25rem;top:38.25rem;left:28.312503814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz { display:block; }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ6HdJlisJqnvLc9mKP1B16sVpgKJvL2 { top:8.3125rem;left:12.34375rem;width:23.0625rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6I3xEXfND7VflExdle5fP0feuR33Cdp { top:17.9375rem;left:12.34375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9ZQuFRiTrcJchzuAocaSZmDBrySuLyB { top:14.625rem;left:18.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgnqUBqyLhvtT3eLM0FBQIVvlN3sA5tk { top:14.625rem;left:23.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7gdmVMsmBSO3X4egSwEnJ5CbxyW8fU1 { top:14.5rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zabUi8CMUr6KTvSykLoqQTs5AcGvDSlQ { top:1.6875rem;left:12.812503814698rem;width:22.125rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr { display:block; }#Wmqn7TsqPWB2cMDKezeKWfugVZUNdXEr > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SU8nF9fRVnZTflZEEIaS85rXf9LUx3b8 { width:11.875rem;height:2.5rem;top:5.9375rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1ZUuT8CI0W7raZdbR7lkyNAFJw4mQyk { display:block; }
 }@media only screen and (max-width: 763px) { #f9d95TRTzZE9um1zqmUsz3yKcQNGONXz { width:13.5625rem;height:3.625rem;top:9.6875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq { display:block; }#DKkfdXFqvaXf2Q4KkzBge5WoOEphEkwq > .row .container { width:20rem;height:59.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nJnrTgQwE1SlSGw1Itk5Go9R2pTfX1GA { width:20rem;height:5.8125rem;top:3.125rem;left:0rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwVC9eepwAXeqzLEP4HmxkdCLbqNyddR { width:18rem;height:5.6875rem;top:6.125rem;left:0rem;font-size:4.375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QBHIwOXJeBs9t8Nl490ISdohaH0AOi4L { width:17.75rem;height:4.5rem;top:12.75rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR3IJSvCrIkUTSllFXdWsxPIqPVV6qHZ { width:14.375rem;height:3.75rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8syIB0KLpS9vs8phyQoc1RaQCNxIuxA { display:block; }
 }@media only screen and (max-width: 763px) { #sqNQF0nIe7JStakTJuDrHda4POsCfAdn { width:20rem;height:20rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsavLDh0qgA96DynA4UdMMq5X3PCogHD { width:20rem;height:0;top:48.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc { display:block; }#OHs8t92daxGlfAMw4ZMPT0QyKAuO0wgc > .row .container { width:20rem;height:11.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bnXfu8AkMv19usgAPSuGPRyWZ03HvdPQ { width:20rem;height:5.125rem;top:1.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqoSQPXHOPDExQkImI13XZ2SFbTsNTdG { width:9.375rem;height:0.125rem;top:8.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN { display:block; }#Il15pJG2hrcTPxcnU5SBu8fi4W33H3LN > .row .container { width:20rem;height:78.9349rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k17FKbh84M1L8BdCtShNM1azzzGXFFUm { width:15rem;height:15rem;top:36rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooVJq4Cyl28PvZDxrpaGgIHk39swDF1E { width:15rem;height:15rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPWPUahZB26azCwU33z4vZ9T4tEEUtLV { width:17.5rem;height:1.9375rem;top:17.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xsbEDOOkiTLpPzr6kPUNXMUgRznNZbQG { width:4.8125rem;height:2.5625rem;top:23.875rem;left:5.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgLUtkHmn8HTb0B3M2lZD9EW0T6GBfO5 { width:4.0625rem;height:1.9375rem;top:24.1875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEezWphrw0nN5oM1RMgHAT2R1Rv10WSw { width:10.625rem;height:3.75rem;top:27.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P19uDMHG60y4HVf7JRcFGLTGna3OJxwL { display:block; }
 }@media only screen and (max-width: 763px) { #ehvVaLfg8ibV7k6RovcovTCUGrx2oRZ3 { width:17.5rem;height:1.9375rem;top:52.25rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrrHdlHgGBJNif2gwEG6fghbmW20UMWN { width:4.0625rem;height:1.9375rem;top:59.25rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NENqc5yGUcqZ9dLhiWVRESxR0rk1x8XU { width:4.8125rem;height:2.5625rem;top:58.9375rem;left:5.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIutfp4oqvKp74rwB1cKOz46xZIkmPyy { width:10.625rem;height:3.75rem;top:62.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqa1W3h4Inw7d4lpNxSagD9Abu8FBTMI { display:block; }
 }@media only screen and (max-width: 763px) { #hxaD4h4cmitLbUPFtzSlywhAlawV2pHy { width:10.6875rem;height:0;top:67.4375rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlCCsVbr8ns34tveU3LhkFoIv8tQrhRL { width:10.6875rem;height:0;top:73.1862rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTm5bViWBdhp8qJNeKm0N1Iq7SC5QxTu { width:17.5rem;height:0;top:76.38541875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCUKhrnbMAV8vfR2pe6I81Rd1uKrJaKH { width:17.5rem;height:0;top:70.63671875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo { display:block; }#R41M9i6Ne3stIEBT50xMIFMU0eJzQsxo > .row .container { width:20rem;height:92.7070375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhPAPSLcXBEOKMA4BoEQQKlbMNUTSxIe { width:15rem;height:15rem;top:36rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMsTZBE45LVbhH6QMk8ScV7l3LSorDU7 { width:15rem;height:15rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOhTq52ho5d9z6rfwZKM8pyHSPve5lxV { width:17.5rem;height:1.9375rem;top:17.4375rem;left:1.25rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cWXF9rJBy9SlBs7G4Ox0NKX0FJqNJ10V { width:4.8125rem;height:2.5625rem;top:23.875rem;left:5.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #POXboArbksLe3rfi7TrnifF0HRXg7qsp { width:4.0625rem;height:1.9375rem;top:24.1875rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBqSnkShXVpFzsPnLP7Jr35gF0lWQhTF { width:10.625rem;height:3.75rem;top:27.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSdqOsD0fyeNI1fnlTPHqlbMFIO3dvT6 { display:block; }
 }@media only screen and (max-width: 763px) { #UwvHXEfCxxB551XfROorRwahJEh8cNkO { width:17.5rem;height:1.9375rem;top:52.25rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #clUJ7apHkB5CaJFFElCKVUux9ZMiTA3t { width:4.0625rem;height:1.9375rem;top:59.25rem;left:1.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrQCycG939yJervnshT6CJGRxSwTS63U { width:4.8125rem;height:2.5625rem;top:58.9375rem;left:5.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwS7TneH8WE5XViEicim29FIs7S7iTmx { width:10.625rem;height:3.75rem;top:62.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #px7uoCH6OrdkO2qViGTwAOfNUk4cttND { display:block; }
 }@media only screen and (max-width: 763px) { #DSl3HKeP0LwSi5IIIp4QvxhoiZhcPR1i { width:10.6875rem;height:0;top:67.4375rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGOKUfMnl4qnqHALeJgSTpRffJls1Tv0 { width:10.6875rem;height:0;top:77.19791875rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaqJ7hbCVsGPQolm4XoUFUTHkqmalpiG { width:15.25rem;height:0;top:70.63671875rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNTRlRU9az3XpVXvgSzilcLGxa5RZZ62 { width:10.75rem;height:0;top:73.8359375rem;left:4.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RURzI5FxRdtPauUSzVyxw30bkNc9qKwQ { width:20rem;height:0;top:80.3971375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1R723nmhDZdfdqCmOMnpZG6fhS6QPpp { width:13.875rem;height:0;top:86.795575rem;left:3.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tep4x7QSZ5KWSJMq1BqlyKsTo5UogZl9 { width:6.0625rem;height:0;top:83.59635625rem;left:6.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJHzaAo19VoaLbfPedffPpot33iafcCk { width:17.5rem;height:0;top:90.15755625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row .container { background-color: transparent; background-image: none; }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row .container > .video-iframe-container { display: none; }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row > .video-iframe-container { display: none; }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .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); }#bzERTCl4UNthXx7Je0q3oPuNgaWWp3Lz > .row .container { width:20rem;height:27.236228813559rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZZ6HdJlisJqnvLc9mKP1B16sVpgKJvL2 { width:20rem;height:4.7988375rem;top:8.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6I3xEXfND7VflExdle5fP0feuR33Cdp { width:20rem;height:1.3994125rem;top:17.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9ZQuFRiTrcJchzuAocaSZmDBrySuLyB { width:1.875rem;height:1.875rem;top:14.1875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgnqUBqyLhvtT3eLM0FBQIVvlN3sA5tk { width:1.875rem;height:1.875rem;top:14.1875rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7gdmVMsmBSO3X4egSwEnJ5CbxyW8fU1 { width:2.1875rem;height:2.1875rem;top:14.0625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zabUi8CMUr6KTvSykLoqQTs5AcGvDSlQ { width:20rem;height:5.4237288135593rem;top:20.5625rem;left:0rem;display:block; }
 }